@leav/ui 0.3.6-e046031 → 0.3.6-e2f8e65

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 (1373) hide show
  1. package/dist/__mocks__/common/attribute.d.ts +1 -0
  2. package/dist/__mocks__/common/attribute.js +10 -2
  3. package/dist/__mocks__/common/attribute.js.map +1 -1
  4. package/dist/__mocks__/common/filter.js +1 -1
  5. package/dist/__mocks__/common/filter.js.map +1 -1
  6. package/dist/__mocks__/common/form.d.ts +11 -5
  7. package/dist/__mocks__/common/form.js +21 -5
  8. package/dist/__mocks__/common/form.js.map +1 -1
  9. package/dist/__mocks__/common/import.js +1 -1
  10. package/dist/__mocks__/common/import.js.map +1 -1
  11. package/dist/__mocks__/common/label.js +1 -1
  12. package/dist/__mocks__/common/label.js.map +1 -1
  13. package/dist/__mocks__/common/library.js +1 -1
  14. package/dist/__mocks__/common/library.js.map +1 -1
  15. package/dist/__mocks__/common/record.d.ts +13 -2
  16. package/dist/__mocks__/common/record.js.map +1 -1
  17. package/dist/__mocks__/common/tree.js +1 -1
  18. package/dist/__mocks__/common/tree.js.map +1 -1
  19. package/dist/__mocks__/common/value.js +2 -1
  20. package/dist/__mocks__/common/value.js.map +1 -1
  21. package/dist/__mocks__/common/view.js +8 -6
  22. package/dist/__mocks__/common/view.js.map +1 -1
  23. package/dist/__mocks__/mockQuery/mockGetLibraryDetailExtendedQuery.js +2 -2
  24. package/dist/__mocks__/mockQuery/mockGetLibraryDetailExtendedQuery.js.map +1 -1
  25. package/dist/__mocks__/mockQuery/mockGetRecordsFromLibraryQuery.js +1 -1
  26. package/dist/__mocks__/mockQuery/mockGetRecordsFromLibraryQuery.js.map +1 -1
  27. package/dist/__mocks__/mockQuery/mockGetViewListQuery.js +3 -2
  28. package/dist/__mocks__/mockQuery/mockGetViewListQuery.js.map +1 -1
  29. package/dist/__mocks__/react-i18next.js +1 -1
  30. package/dist/__mocks__/react-i18next.js.map +1 -1
  31. package/dist/_gqlTypes/index.d.ts +555 -82
  32. package/dist/_gqlTypes/index.js +254 -19
  33. package/dist/_gqlTypes/index.js.map +1 -1
  34. package/dist/_queries/applications/applicationDetailsFragment.js +1 -1
  35. package/dist/_queries/applications/applicationDetailsFragment.js.map +1 -1
  36. package/dist/_queries/applications/checkApplicationExistence.js +1 -1
  37. package/dist/_queries/applications/checkApplicationExistence.js.map +1 -1
  38. package/dist/_queries/applications/getApplicationDetails.js +1 -1
  39. package/dist/_queries/applications/getApplicationDetails.js.map +1 -1
  40. package/dist/_queries/applications/getApplicationsModulesQuery.js +1 -1
  41. package/dist/_queries/applications/getApplicationsModulesQuery.js.map +1 -1
  42. package/dist/_queries/applications/saveApplicationMutation.js +1 -1
  43. package/dist/_queries/applications/saveApplicationMutation.js.map +1 -1
  44. package/dist/_queries/attributes/attributeDetailsFragment.js +1 -1
  45. package/dist/_queries/attributes/attributeDetailsFragment.js.map +1 -1
  46. package/dist/_queries/attributes/checkAttributeExistenceQuery.js +1 -1
  47. package/dist/_queries/attributes/checkAttributeExistenceQuery.js.map +1 -1
  48. package/dist/_queries/attributes/deleteAttributeMutation.js +1 -1
  49. package/dist/_queries/attributes/deleteAttributeMutation.js.map +1 -1
  50. package/dist/_queries/attributes/getAttributeByIdQuery.js +1 -1
  51. package/dist/_queries/attributes/getAttributeByIdQuery.js.map +1 -1
  52. package/dist/_queries/attributes/getAttributeWithEmbeddedFields.js +1 -1
  53. package/dist/_queries/attributes/getAttributeWithEmbeddedFields.js.map +1 -1
  54. package/dist/_queries/attributes/getAttributesByLib.js +1 -1
  55. package/dist/_queries/attributes/getAttributesByLib.js.map +1 -1
  56. package/dist/_queries/attributes/getAttributesQuery.js +1 -1
  57. package/dist/_queries/attributes/getAttributesQuery.js.map +1 -1
  58. package/dist/_queries/attributes/getVersionProfilesQuery.js +1 -1
  59. package/dist/_queries/attributes/getVersionProfilesQuery.js.map +1 -1
  60. package/dist/_queries/attributes/getVersionableAttributesByLibrary.js +1 -1
  61. package/dist/_queries/attributes/getVersionableAttributesByLibrary.js.map +1 -1
  62. package/dist/_queries/attributes/saveAttributeMutation.js +1 -1
  63. package/dist/_queries/attributes/saveAttributeMutation.js.map +1 -1
  64. package/dist/_queries/export/exportQuery.js +1 -1
  65. package/dist/_queries/export/exportQuery.js.map +1 -1
  66. package/dist/_queries/files/createDirectory.js +1 -1
  67. package/dist/_queries/files/createDirectory.js.map +1 -1
  68. package/dist/_queries/files/forcePreviewsGenerationMutation.js +1 -1
  69. package/dist/_queries/files/forcePreviewsGenerationMutation.js.map +1 -1
  70. package/dist/_queries/files/getDirectoryDataQuery.js +1 -1
  71. package/dist/_queries/files/getDirectoryDataQuery.js.map +1 -1
  72. package/dist/_queries/files/getUploadUpdates.js +1 -1
  73. package/dist/_queries/files/getUploadUpdates.js.map +1 -1
  74. package/dist/_queries/files/uploadMutation.js +1 -1
  75. package/dist/_queries/files/uploadMutation.js.map +1 -1
  76. package/dist/_queries/import/importExcel.js +1 -1
  77. package/dist/_queries/import/importExcel.js.map +1 -1
  78. package/dist/_queries/libraries/checkLibraryExistenceQuery.js +1 -1
  79. package/dist/_queries/libraries/checkLibraryExistenceQuery.js.map +1 -1
  80. package/dist/_queries/libraries/deleteLibraryMutation.js +1 -1
  81. package/dist/_queries/libraries/deleteLibraryMutation.js.map +1 -1
  82. package/dist/_queries/libraries/getLibrariesQuery.js +1 -1
  83. package/dist/_queries/libraries/getLibrariesQuery.js.map +1 -1
  84. package/dist/_queries/libraries/getLibraryByIdQuery.js +1 -1
  85. package/dist/_queries/libraries/getLibraryByIdQuery.js.map +1 -1
  86. package/dist/_queries/libraries/getLibraryDetailExtendQuery.d.ts +3 -4
  87. package/dist/_queries/libraries/getLibraryDetailExtendQuery.js +2 -3
  88. package/dist/_queries/libraries/getLibraryDetailExtendQuery.js.map +1 -1
  89. package/dist/_queries/libraries/getLibraryPermissionsQuery.js +1 -1
  90. package/dist/_queries/libraries/getLibraryPermissionsQuery.js.map +1 -1
  91. package/dist/_queries/libraries/getLibraryPreviewsSettingsQuery.js +1 -1
  92. package/dist/_queries/libraries/getLibraryPreviewsSettingsQuery.js.map +1 -1
  93. package/dist/_queries/libraries/libraryDetailsFragment.js +1 -1
  94. package/dist/_queries/libraries/libraryDetailsFragment.js.map +1 -1
  95. package/dist/_queries/libraries/saveLibraryMutation.js +1 -1
  96. package/dist/_queries/libraries/saveLibraryMutation.js.map +1 -1
  97. package/dist/_queries/permissions/isAllowedQuery.js +1 -1
  98. package/dist/_queries/permissions/isAllowedQuery.js.map +1 -1
  99. package/dist/_queries/records/createRecordMutation.js +1 -1
  100. package/dist/_queries/records/createRecordMutation.js.map +1 -1
  101. package/dist/_queries/records/deactivateRecordsMutation.js +1 -1
  102. package/dist/_queries/records/deactivateRecordsMutation.js.map +1 -1
  103. package/dist/_queries/records/doesFileExistAsChild.js +1 -1
  104. package/dist/_queries/records/doesFileExistAsChild.js.map +1 -1
  105. package/dist/_queries/records/getFileDataQuery.js +1 -1
  106. package/dist/_queries/records/getFileDataQuery.js.map +1 -1
  107. package/dist/_queries/records/getRecordColumnsValues.d.ts +4 -2
  108. package/dist/_queries/records/getRecordColumnsValues.js +5 -2
  109. package/dist/_queries/records/getRecordColumnsValues.js.map +1 -1
  110. package/dist/_queries/records/getRecordFormQuery.js +3 -1
  111. package/dist/_queries/records/getRecordFormQuery.js.map +1 -1
  112. package/dist/_queries/records/getRecordPropertiesQuery.js +3 -1
  113. package/dist/_queries/records/getRecordPropertiesQuery.js.map +1 -1
  114. package/dist/_queries/records/getRecordUpdatesSubscription.js +1 -1
  115. package/dist/_queries/records/getRecordUpdatesSubscription.js.map +1 -1
  116. package/dist/_queries/records/getRecordsFromLibraryQuery.js +1 -1
  117. package/dist/_queries/records/getRecordsFromLibraryQuery.js.map +1 -1
  118. package/dist/_queries/records/indexRecordsMutation.js +1 -1
  119. package/dist/_queries/records/indexRecordsMutation.js.map +1 -1
  120. package/dist/_queries/records/recordFormAttributeFragment.js +4 -1
  121. package/dist/_queries/records/recordFormAttributeFragment.js.map +1 -1
  122. package/dist/_queries/tasks/cancelTaskMutation.js +1 -1
  123. package/dist/_queries/tasks/cancelTaskMutation.js.map +1 -1
  124. package/dist/_queries/trees/checkTreeExistenceQuery.js +1 -1
  125. package/dist/_queries/trees/checkTreeExistenceQuery.js.map +1 -1
  126. package/dist/_queries/trees/deleteTreeMutation.js +1 -1
  127. package/dist/_queries/trees/deleteTreeMutation.js.map +1 -1
  128. package/dist/_queries/trees/getTreeByIdQuery.js +1 -1
  129. package/dist/_queries/trees/getTreeByIdQuery.js.map +1 -1
  130. package/dist/_queries/trees/getTreeLibraries.js +1 -1
  131. package/dist/_queries/trees/getTreeLibraries.js.map +1 -1
  132. package/dist/_queries/trees/getTreesQuery.js +1 -1
  133. package/dist/_queries/trees/getTreesQuery.js.map +1 -1
  134. package/dist/_queries/trees/saveTreeMutation.js +1 -1
  135. package/dist/_queries/trees/saveTreeMutation.js.map +1 -1
  136. package/dist/_queries/trees/treeDetailsFragment.js +1 -1
  137. package/dist/_queries/trees/treeDetailsFragment.js.map +1 -1
  138. package/dist/_queries/trees/treeNodeChildrenQuery.js +1 -1
  139. package/dist/_queries/trees/treeNodeChildrenQuery.js.map +1 -1
  140. package/dist/_queries/userData/getUserData.js +1 -1
  141. package/dist/_queries/userData/getUserData.js.map +1 -1
  142. package/dist/_queries/userData/saveUserData.js +1 -1
  143. package/dist/_queries/userData/saveUserData.js.map +1 -1
  144. package/dist/_queries/values/deleteValueMutation.js +1 -1
  145. package/dist/_queries/values/deleteValueMutation.js.map +1 -1
  146. package/dist/_queries/values/saveValueBatchMutation.js +1 -1
  147. package/dist/_queries/values/saveValueBatchMutation.js.map +1 -1
  148. package/dist/_queries/values/valueDetailsFragment.js +1 -1
  149. package/dist/_queries/values/valueDetailsFragment.js.map +1 -1
  150. package/dist/_queries/values/valuesVersionFragment.js +1 -1
  151. package/dist/_queries/values/valuesVersionFragment.js.map +1 -1
  152. package/dist/_queries/views/deleteViewMutation.js +1 -1
  153. package/dist/_queries/views/deleteViewMutation.js.map +1 -1
  154. package/dist/_queries/views/getViewById.js +1 -1
  155. package/dist/_queries/views/getViewById.js.map +1 -1
  156. package/dist/_queries/views/getViewsListQuery.js +1 -1
  157. package/dist/_queries/views/getViewsListQuery.js.map +1 -1
  158. package/dist/_queries/views/saveViewMutation.js +2 -2
  159. package/dist/_queries/views/saveViewMutation.js.map +1 -1
  160. package/dist/_queries/views/viewDetailsFragment.js +15 -12
  161. package/dist/_queries/views/viewDetailsFragment.js.map +1 -1
  162. package/dist/_utils/__mocks__/isDevEnv.js +1 -1
  163. package/dist/_utils/__mocks__/isDevEnv.js.map +1 -1
  164. package/dist/_utils/getFiltersFromRequest.js +2 -2
  165. package/dist/_utils/getFiltersFromRequest.js.map +1 -1
  166. package/dist/_utils/getRequestFromFilter.js +1 -1
  167. package/dist/_utils/getRequestFromFilter.js.map +1 -1
  168. package/dist/_utils/index.d.ts +2 -0
  169. package/dist/_utils/index.js +10 -3
  170. package/dist/_utils/index.js.map +1 -1
  171. package/dist/_utils/interleaveElement.d.ts +1 -0
  172. package/dist/_utils/interleaveElement.js +5 -0
  173. package/dist/_utils/interleaveElement.js.map +1 -0
  174. package/dist/_utils/isDevEnv.js +1 -1
  175. package/dist/_utils/isDevEnv.js.map +1 -1
  176. package/dist/antdTheme/index.js +1 -1
  177. package/dist/antdTheme/index.js.map +1 -1
  178. package/dist/components/AttributePicker/AttributePicker.js +1 -1
  179. package/dist/components/AttributePicker/AttributePicker.js.map +1 -1
  180. package/dist/components/AttributePicker/AttributesList/AttributesList.js +1 -1
  181. package/dist/components/AttributePicker/AttributesList/AttributesList.js.map +1 -1
  182. package/dist/components/AttributePicker/AttributesList/index.js +1 -1
  183. package/dist/components/AttributePicker/AttributesList/index.js.map +1 -1
  184. package/dist/components/AttributePicker/index.js +1 -1
  185. package/dist/components/AttributePicker/index.js.map +1 -1
  186. package/dist/components/AttributesSelectionList/Attribute/Attribute.js +1 -1
  187. package/dist/components/AttributesSelectionList/Attribute/Attribute.js.map +1 -1
  188. package/dist/components/AttributesSelectionList/Attribute/index.js +1 -1
  189. package/dist/components/AttributesSelectionList/Attribute/index.js.map +1 -1
  190. package/dist/components/AttributesSelectionList/AttributesSelectionList.js +1 -1
  191. package/dist/components/AttributesSelectionList/AttributesSelectionList.js.map +1 -1
  192. package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/SelectedAttribute.js +1 -1
  193. package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/SelectedAttribute.js.map +1 -1
  194. package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/index.js +1 -1
  195. package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/index.js.map +1 -1
  196. package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttributesList.js +1 -1
  197. package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttributesList.js.map +1 -1
  198. package/dist/components/AttributesSelectionList/SelectedAttributesList/index.js +1 -1
  199. package/dist/components/AttributesSelectionList/SelectedAttributesList/index.js.map +1 -1
  200. package/dist/components/AttributesSelectionList/helpers/attributeToSelectedAttribute.js +1 -1
  201. package/dist/components/AttributesSelectionList/helpers/attributeToSelectedAttribute.js.map +1 -1
  202. package/dist/components/AttributesSelectionList/index.js +1 -1
  203. package/dist/components/AttributesSelectionList/index.js.map +1 -1
  204. package/dist/components/AttributesSelectionList/reducer/__mocks__/attributesSelectionListStateContext.js +1 -1
  205. package/dist/components/AttributesSelectionList/reducer/__mocks__/attributesSelectionListStateContext.js.map +1 -1
  206. package/dist/components/AttributesSelectionList/reducer/attributesSelectionListReducer.js +1 -1
  207. package/dist/components/AttributesSelectionList/reducer/attributesSelectionListReducer.js.map +1 -1
  208. package/dist/components/AttributesSelectionList/reducer/attributesSelectionListStateContext.js +1 -1
  209. package/dist/components/AttributesSelectionList/reducer/attributesSelectionListStateContext.js.map +1 -1
  210. package/dist/components/AttributesSelectionList/sharedComponents.js +1 -1
  211. package/dist/components/AttributesSelectionList/sharedComponents.js.map +1 -1
  212. package/dist/components/BasicButton/BasicButton.js +1 -1
  213. package/dist/components/BasicButton/BasicButton.js.map +1 -1
  214. package/dist/components/BasicButton/index.js +1 -1
  215. package/dist/components/BasicButton/index.js.map +1 -1
  216. package/dist/components/CreateDirectory/CreateDirectory.js +2 -2
  217. package/dist/components/CreateDirectory/CreateDirectory.js.map +1 -1
  218. package/dist/components/CreateDirectory/index.js +1 -1
  219. package/dist/components/CreateDirectory/index.js.map +1 -1
  220. package/dist/components/DeactivateRecordsModal/DeactivateRecordsModal.js +1 -1
  221. package/dist/components/DeactivateRecordsModal/DeactivateRecordsModal.js.map +1 -1
  222. package/dist/components/DeactivateRecordsModal/index.js +1 -1
  223. package/dist/components/DeactivateRecordsModal/index.js.map +1 -1
  224. package/dist/components/Dimmer/index.js +1 -1
  225. package/dist/components/Dimmer/index.js.map +1 -1
  226. package/dist/components/EditApplication/EditApplication.js +3 -3
  227. package/dist/components/EditApplication/EditApplication.js.map +1 -1
  228. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfo.js +1 -1
  229. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfo.js.map +1 -1
  230. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/EditApplicationInfoForm.js +1 -1
  231. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/EditApplicationInfoForm.js.map +1 -1
  232. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/ModuleSelector/ModuleSelector.js +1 -1
  233. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/ModuleSelector/ModuleSelector.js.map +1 -1
  234. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/ModuleSelector/index.js +1 -1
  235. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/ModuleSelector/index.js.map +1 -1
  236. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/index.js +1 -1
  237. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/index.js.map +1 -1
  238. package/dist/components/EditApplication/EditApplicationInfo/index.js +1 -1
  239. package/dist/components/EditApplication/EditApplicationInfo/index.js.map +1 -1
  240. package/dist/components/EditApplication/_types.d.ts +2 -2
  241. package/dist/components/EditApplication/index.js +1 -1
  242. package/dist/components/EditApplication/index.js.map +1 -1
  243. package/dist/components/EditAttributeModal/EditAttribute/EditAttribute.js +1 -1
  244. package/dist/components/EditAttributeModal/EditAttribute/EditAttribute.js.map +1 -1
  245. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfo.js +1 -1
  246. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfo.js.map +1 -1
  247. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/EditAttributeInfoForm.js +1 -1
  248. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/EditAttributeInfoForm.js.map +1 -1
  249. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/LinkedLibraryForm.js +1 -1
  250. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/LinkedLibraryForm.js.map +1 -1
  251. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/index.js +1 -1
  252. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/index.js.map +1 -1
  253. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/LinkedTreeForm.js +1 -1
  254. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/LinkedTreeForm.js.map +1 -1
  255. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/index.js +1 -1
  256. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/index.js.map +1 -1
  257. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/ValuesVersionsForm/ValuesVersionsForm.js +1 -1
  258. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/ValuesVersionsForm/ValuesVersionsForm.js.map +1 -1
  259. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/ValuesVersionsForm/index.js +1 -1
  260. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/ValuesVersionsForm/index.js.map +1 -1
  261. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/index.js +1 -1
  262. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/index.js.map +1 -1
  263. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/index.js +1 -1
  264. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/index.js.map +1 -1
  265. package/dist/components/EditAttributeModal/EditAttribute/index.js +1 -1
  266. package/dist/components/EditAttributeModal/EditAttribute/index.js.map +1 -1
  267. package/dist/components/EditAttributeModal/EditAttributeModal.js +1 -1
  268. package/dist/components/EditAttributeModal/EditAttributeModal.js.map +1 -1
  269. package/dist/components/EditAttributeModal/index.js +1 -1
  270. package/dist/components/EditAttributeModal/index.js.map +1 -1
  271. package/dist/components/EditLibraryModal/EditLibrary/EditLibrary.js +1 -1
  272. package/dist/components/EditLibraryModal/EditLibrary/EditLibrary.js.map +1 -1
  273. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/AttributeCell.js +1 -1
  274. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/AttributeCell.js.map +1 -1
  275. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/index.js +1 -1
  276. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/index.js.map +1 -1
  277. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributesList.js +1 -1
  278. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributesList.js.map +1 -1
  279. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/DeleteButton.js +1 -1
  280. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/DeleteButton.js.map +1 -1
  281. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/index.js +1 -1
  282. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/index.js.map +1 -1
  283. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/index.js +1 -1
  284. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/index.js.map +1 -1
  285. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/EditLibraryAttributes.js +1 -1
  286. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/EditLibraryAttributes.js.map +1 -1
  287. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/index.js +1 -1
  288. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/index.js.map +1 -1
  289. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/EditLibraryIndexation.js +1 -1
  290. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/EditLibraryIndexation.js.map +1 -1
  291. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/index.js +1 -1
  292. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/index.js.map +1 -1
  293. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/EditLibraryInfoForm.js +1 -1
  294. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/EditLibraryInfoForm.js.map +1 -1
  295. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/index.js +1 -1
  296. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/index.js.map +1 -1
  297. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/index.js +1 -1
  298. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/index.js.map +1 -1
  299. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditLibraryPreviewsSettings.js +1 -1
  300. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditLibraryPreviewsSettings.js.map +1 -1
  301. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/EditPreviewsSettingsModal.js +1 -1
  302. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/EditPreviewsSettingsModal.js.map +1 -1
  303. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/SizesEditor.js +1 -1
  304. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/SizesEditor.js.map +1 -1
  305. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/index.js +1 -1
  306. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/index.js.map +1 -1
  307. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/index.js +1 -1
  308. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/index.js.map +1 -1
  309. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/PreviewsSettingsList.js +1 -1
  310. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/PreviewsSettingsList.js.map +1 -1
  311. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/index.js +1 -1
  312. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/index.js.map +1 -1
  313. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/index.js +1 -1
  314. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/index.js.map +1 -1
  315. package/dist/components/EditLibraryModal/EditLibrary/index.js +1 -1
  316. package/dist/components/EditLibraryModal/EditLibrary/index.js.map +1 -1
  317. package/dist/components/EditLibraryModal/EditLibraryModal.js +1 -1
  318. package/dist/components/EditLibraryModal/EditLibraryModal.js.map +1 -1
  319. package/dist/components/EditLibraryModal/index.js +1 -1
  320. package/dist/components/EditLibraryModal/index.js.map +1 -1
  321. package/dist/components/EditTreeModal/EditTree/EditTree.js +1 -1
  322. package/dist/components/EditTreeModal/EditTree/EditTree.js.map +1 -1
  323. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfo.js +1 -1
  324. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfo.js.map +1 -1
  325. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/EditTreeInfoForm.js +1 -1
  326. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/EditTreeInfoForm.js.map +1 -1
  327. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/TreeLibrariesForm.js +1 -1
  328. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/TreeLibrariesForm.js.map +1 -1
  329. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/index.js +1 -1
  330. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/index.js.map +1 -1
  331. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/index.js +1 -1
  332. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/index.js.map +1 -1
  333. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/index.js +1 -1
  334. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/index.js.map +1 -1
  335. package/dist/components/EditTreeModal/EditTree/index.js +1 -1
  336. package/dist/components/EditTreeModal/EditTree/index.js.map +1 -1
  337. package/dist/components/EditTreeModal/EditTreeModal.js +1 -1
  338. package/dist/components/EditTreeModal/EditTreeModal.js.map +1 -1
  339. package/dist/components/EditTreeModal/index.js +1 -1
  340. package/dist/components/EditTreeModal/index.js.map +1 -1
  341. package/dist/components/EntityCard/EntityCard.js +1 -1
  342. package/dist/components/EntityCard/EntityCard.js.map +1 -1
  343. package/dist/components/EntityCard/index.js +1 -1
  344. package/dist/components/EntityCard/index.js.map +1 -1
  345. package/dist/components/EntityPreview/EntityPreview.js +1 -1
  346. package/dist/components/EntityPreview/EntityPreview.js.map +1 -1
  347. package/dist/components/EntityPreview/EntityPreviewList/EntityPreviewList.js +1 -1
  348. package/dist/components/EntityPreview/EntityPreviewList/EntityPreviewList.js.map +1 -1
  349. package/dist/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/SimplisticEntityPreview.js +1 -1
  350. package/dist/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/SimplisticEntityPreview.js.map +1 -1
  351. package/dist/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/index.js +1 -1
  352. package/dist/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/index.js.map +1 -1
  353. package/dist/components/EntityPreview/EntityPreviewList/index.js +1 -1
  354. package/dist/components/EntityPreview/EntityPreviewList/index.js.map +1 -1
  355. package/dist/components/EntityPreview/EntityPreviewTile/EntityPreviewTile.js +1 -1
  356. package/dist/components/EntityPreview/EntityPreviewTile/EntityPreviewTile.js.map +1 -1
  357. package/dist/components/EntityPreview/EntityPreviewTile/index.js +1 -1
  358. package/dist/components/EntityPreview/EntityPreviewTile/index.js.map +1 -1
  359. package/dist/components/EntityPreview/index.js +1 -1
  360. package/dist/components/EntityPreview/index.js.map +1 -1
  361. package/dist/components/ErrorBoundary/ErrorBoundary.js +1 -1
  362. package/dist/components/ErrorBoundary/ErrorBoundary.js.map +1 -1
  363. package/dist/components/ErrorBoundary/ErrorBoundaryContent/ErrorBoundaryContent.js +1 -1
  364. package/dist/components/ErrorBoundary/ErrorBoundaryContent/ErrorBoundaryContent.js.map +1 -1
  365. package/dist/components/ErrorBoundary/ErrorBoundaryContent/index.js +1 -1
  366. package/dist/components/ErrorBoundary/ErrorBoundaryContent/index.js.map +1 -1
  367. package/dist/components/ErrorBoundary/index.js +1 -1
  368. package/dist/components/ErrorBoundary/index.js.map +1 -1
  369. package/dist/components/ErrorDisplay/ErrorDisplay.js +1 -1
  370. package/dist/components/ErrorDisplay/ErrorDisplay.js.map +1 -1
  371. package/dist/components/ErrorDisplay/index.js +1 -1
  372. package/dist/components/ErrorDisplay/index.js.map +1 -1
  373. package/dist/components/ErrorMessage/ErrorMessage.js +1 -1
  374. package/dist/components/ErrorMessage/ErrorMessage.js.map +1 -1
  375. package/dist/components/ErrorMessage/index.js +1 -1
  376. package/dist/components/ErrorMessage/index.js.map +1 -1
  377. package/dist/components/Explorer/DataView.d.ts +17 -4
  378. package/dist/components/Explorer/DataView.js +74 -2
  379. package/dist/components/Explorer/DataView.js.map +1 -1
  380. package/dist/components/Explorer/Explorer.d.ts +12 -2
  381. package/dist/components/Explorer/Explorer.js +68 -8
  382. package/dist/components/Explorer/Explorer.js.map +1 -1
  383. package/dist/components/Explorer/ExplorerTitle.d.ts +7 -0
  384. package/dist/components/Explorer/ExplorerTitle.js +30 -0
  385. package/dist/components/Explorer/ExplorerTitle.js.map +1 -0
  386. package/dist/components/Explorer/IdCard.d.ts +7 -0
  387. package/dist/components/Explorer/IdCard.js +15 -0
  388. package/dist/components/Explorer/IdCard.js.map +1 -0
  389. package/dist/components/Explorer/TableCell.d.ts +8 -0
  390. package/dist/components/Explorer/TableCell.js +143 -0
  391. package/dist/components/Explorer/TableCell.js.map +1 -0
  392. package/dist/components/Explorer/TableTagGroup.d.ts +7 -0
  393. package/dist/components/Explorer/TableTagGroup.js +30 -0
  394. package/dist/components/Explorer/TableTagGroup.js.map +1 -0
  395. package/dist/components/Explorer/_constants.d.ts +4 -0
  396. package/dist/components/Explorer/_constants.js +17 -0
  397. package/dist/components/Explorer/_constants.js.map +1 -0
  398. package/dist/components/Explorer/_queries/useExplorerData.d.ts +29 -0
  399. package/dist/components/Explorer/_queries/useExplorerData.js +130 -0
  400. package/dist/components/Explorer/_queries/useExplorerData.js.map +1 -0
  401. package/dist/components/Explorer/_types.d.ts +56 -0
  402. package/dist/components/Explorer/_types.js +2 -0
  403. package/dist/components/Explorer/_types.js.map +1 -0
  404. package/dist/components/Explorer/display-view-filters/ExplorerToolBar.d.ts +4 -0
  405. package/dist/components/Explorer/display-view-filters/ExplorerToolBar.js +47 -0
  406. package/dist/components/Explorer/display-view-filters/ExplorerToolBar.js.map +1 -0
  407. package/dist/components/Explorer/index.d.ts +9 -1
  408. package/dist/components/Explorer/index.js +7 -2
  409. package/dist/components/Explorer/index.js.map +1 -1
  410. package/dist/components/Explorer/manage-view-settings/_shared/ColumnItem.d.ts +12 -0
  411. package/dist/components/Explorer/manage-view-settings/_shared/ColumnItem.js +85 -0
  412. package/dist/components/Explorer/manage-view-settings/_shared/ColumnItem.js.map +1 -0
  413. package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.d.ts +5 -0
  414. package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.js +12 -0
  415. package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.js.map +1 -0
  416. package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.d.ts +11 -0
  417. package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.js +61 -0
  418. package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.js.map +1 -0
  419. package/dist/components/Explorer/manage-view-settings/configure-display/ConfigureDisplay.d.ts +6 -0
  420. package/dist/components/Explorer/manage-view-settings/configure-display/ConfigureDisplay.js +28 -0
  421. package/dist/components/Explorer/manage-view-settings/configure-display/ConfigureDisplay.js.map +1 -0
  422. package/dist/components/Explorer/manage-view-settings/configure-display/attributes/SelectVisibleAttributes.d.ts +6 -0
  423. package/dist/components/Explorer/manage-view-settings/configure-display/attributes/SelectVisibleAttributes.js +56 -0
  424. package/dist/components/Explorer/manage-view-settings/configure-display/attributes/SelectVisibleAttributes.js.map +1 -0
  425. package/dist/components/Explorer/manage-view-settings/configure-display/view-type/SelectViewType.d.ts +8 -0
  426. package/dist/components/Explorer/manage-view-settings/configure-display/view-type/SelectViewType.js +12 -0
  427. package/dist/components/Explorer/manage-view-settings/configure-display/view-type/SelectViewType.js.map +1 -0
  428. package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.d.ts +4 -0
  429. package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js +78 -0
  430. package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js.map +1 -0
  431. package/dist/components/Explorer/manage-view-settings/filter-items/FilterListItem.d.ts +9 -0
  432. package/dist/components/Explorer/manage-view-settings/filter-items/FilterListItem.js +33 -0
  433. package/dist/components/Explorer/manage-view-settings/filter-items/FilterListItem.js.map +1 -0
  434. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/BooleanAttributeDropdown.d.ts +3 -0
  435. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/BooleanAttributeDropdown.js +37 -0
  436. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/BooleanAttributeDropdown.js.map +1 -0
  437. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateAttributeDropDown.d.ts +3 -0
  438. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateAttributeDropDown.js +90 -0
  439. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateAttributeDropDown.js.map +1 -0
  440. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.d.ts +3 -0
  441. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.js +23 -0
  442. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.js.map +1 -0
  443. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueList.d.ts +10 -0
  444. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueList.js +75 -0
  445. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueList.js.map +1 -0
  446. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/NumericAttributeDropDown.d.ts +3 -0
  447. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/NumericAttributeDropDown.js +44 -0
  448. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/NumericAttributeDropDown.js.map +1 -0
  449. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/SimpleFilterDropDown.d.ts +3 -0
  450. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/SimpleFilterDropDown.js +72 -0
  451. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/SimpleFilterDropDown.js.map +1 -0
  452. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TextAttributeDropDown.d.ts +3 -0
  453. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TextAttributeDropDown.js +53 -0
  454. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TextAttributeDropDown.js.map +1 -0
  455. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.d.ts +10 -0
  456. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.js +110 -0
  457. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.js.map +1 -0
  458. package/dist/components/Explorer/manage-view-settings/index.d.ts +8 -0
  459. package/dist/components/Explorer/manage-view-settings/index.js +11 -0
  460. package/dist/components/Explorer/manage-view-settings/index.js.map +1 -0
  461. package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContext.d.ts +15 -0
  462. package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContext.js +15 -0
  463. package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContext.js.map +1 -0
  464. package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContextProvider.d.ts +7 -0
  465. package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContextProvider.js +17 -0
  466. package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContextProvider.js.map +1 -0
  467. package/dist/components/Explorer/manage-view-settings/open-view-settings/SidePanel.d.ts +2 -0
  468. package/dist/components/Explorer/manage-view-settings/open-view-settings/SidePanel.js +19 -0
  469. package/dist/components/Explorer/manage-view-settings/open-view-settings/SidePanel.js.map +1 -0
  470. package/dist/components/Explorer/manage-view-settings/open-view-settings/useEditSettings.d.ts +1 -0
  471. package/dist/components/Explorer/manage-view-settings/open-view-settings/useEditSettings.js +7 -0
  472. package/dist/components/Explorer/manage-view-settings/open-view-settings/useEditSettings.js.map +1 -0
  473. package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.d.ts +5 -0
  474. package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.js +39 -0
  475. package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.js.map +1 -0
  476. package/dist/components/Explorer/manage-view-settings/router-menu/SettingItem.d.ts +9 -0
  477. package/dist/components/Explorer/manage-view-settings/router-menu/SettingItem.js +55 -0
  478. package/dist/components/Explorer/manage-view-settings/router-menu/SettingItem.js.map +1 -0
  479. package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.d.ts +8 -0
  480. package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js +70 -0
  481. package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js.map +1 -0
  482. package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.d.ts +4 -0
  483. package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.js +109 -0
  484. package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.js.map +1 -0
  485. package/dist/components/Explorer/manage-view-settings/sort-items/SortListItem.d.ts +10 -0
  486. package/dist/components/Explorer/manage-view-settings/sort-items/SortListItem.js +32 -0
  487. package/dist/components/Explorer/manage-view-settings/sort-items/SortListItem.js.map +1 -0
  488. package/dist/components/Explorer/manage-view-settings/store-view-settings/ViewSettingsContext.d.ts +6 -0
  489. package/dist/components/Explorer/manage-view-settings/store-view-settings/ViewSettingsContext.js +11 -0
  490. package/dist/components/Explorer/manage-view-settings/store-view-settings/ViewSettingsContext.js.map +1 -0
  491. package/dist/components/Explorer/manage-view-settings/store-view-settings/useViewSettingsContext.d.ts +4 -0
  492. package/dist/components/Explorer/manage-view-settings/store-view-settings/useViewSettingsContext.js +7 -0
  493. package/dist/components/Explorer/manage-view-settings/store-view-settings/useViewSettingsContext.js.map +1 -0
  494. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.d.ts +4 -0
  495. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js +19 -0
  496. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js.map +1 -0
  497. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.d.ts +143 -0
  498. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js +189 -0
  499. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js.map +1 -0
  500. package/dist/components/Explorer/nullValuesConditions.d.ts +1 -0
  501. package/dist/components/Explorer/nullValuesConditions.js +14 -0
  502. package/dist/components/Explorer/nullValuesConditions.js.map +1 -0
  503. package/dist/components/Explorer/tsconfig.json +6 -0
  504. package/dist/components/Explorer/useCreateAction.d.ts +19 -0
  505. package/dist/components/Explorer/useCreateAction.js +40 -0
  506. package/dist/components/Explorer/useCreateAction.js.map +1 -0
  507. package/dist/components/Explorer/useDeactivateAction.d.ts +12 -0
  508. package/dist/components/Explorer/useDeactivateAction.js +52 -0
  509. package/dist/components/Explorer/useDeactivateAction.js.map +1 -0
  510. package/dist/components/Explorer/useEditAction.d.ts +15 -0
  511. package/dist/components/Explorer/useEditAction.js +54 -0
  512. package/dist/components/Explorer/useEditAction.js.map +1 -0
  513. package/dist/components/Explorer/usePagination.d.ts +7 -0
  514. package/dist/components/Explorer/usePagination.js +25 -0
  515. package/dist/components/Explorer/usePagination.js.map +1 -0
  516. package/dist/components/Explorer/usePrimaryActions.d.ts +12 -0
  517. package/dist/components/Explorer/usePrimaryActions.js +21 -0
  518. package/dist/components/Explorer/usePrimaryActions.js.map +1 -0
  519. package/dist/components/Explorer/useSearchInput.d.ts +10 -0
  520. package/dist/components/Explorer/useSearchInput.js +31 -0
  521. package/dist/components/Explorer/useSearchInput.js.map +1 -0
  522. package/dist/components/Explorer/useTableScrollableHeight.d.ts +5 -0
  523. package/dist/components/Explorer/useTableScrollableHeight.js +15 -0
  524. package/dist/components/Explorer/useTableScrollableHeight.js.map +1 -0
  525. package/dist/components/Explorer/useViewSettingsReducer.d.ts +7 -0
  526. package/dist/components/Explorer/useViewSettingsReducer.js +106 -0
  527. package/dist/components/Explorer/useViewSettingsReducer.js.map +1 -0
  528. package/dist/components/ExportModal/ExportModal.js +3 -3
  529. package/dist/components/ExportModal/ExportModal.js.map +1 -1
  530. package/dist/components/ExportModal/index.js +1 -1
  531. package/dist/components/ExportModal/index.js.map +1 -1
  532. package/dist/components/FieldsGroup/FieldsGroup.js +1 -1
  533. package/dist/components/FieldsGroup/FieldsGroup.js.map +1 -1
  534. package/dist/components/FieldsGroup/index.js +1 -1
  535. package/dist/components/FieldsGroup/index.js.map +1 -1
  536. package/dist/components/FloatingMenu/FloatingMenu.js +1 -1
  537. package/dist/components/FloatingMenu/FloatingMenu.js.map +1 -1
  538. package/dist/components/FloatingMenu/index.js +1 -1
  539. package/dist/components/FloatingMenu/index.js.map +1 -1
  540. package/dist/components/ImageLoading/ImageLoading.js +1 -1
  541. package/dist/components/ImageLoading/ImageLoading.js.map +1 -1
  542. package/dist/components/ImageLoading/index.js +1 -1
  543. package/dist/components/ImageLoading/index.js.map +1 -1
  544. package/dist/components/ImageMissing/ImageMissing.js +1 -1
  545. package/dist/components/ImageMissing/ImageMissing.js.map +1 -1
  546. package/dist/components/ImageMissing/index.js +1 -1
  547. package/dist/components/ImageMissing/index.js.map +1 -1
  548. package/dist/components/ImportModal/ImportModal.js +1 -1
  549. package/dist/components/ImportModal/ImportModal.js.map +1 -1
  550. package/dist/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/ImportKeysSelector.js +1 -1
  551. package/dist/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/ImportKeysSelector.js.map +1 -1
  552. package/dist/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/index.js +1 -1
  553. package/dist/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/index.js.map +1 -1
  554. package/dist/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/ImportMappingRowTitle.js +1 -1
  555. package/dist/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/ImportMappingRowTitle.js.map +1 -1
  556. package/dist/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/index.js +1 -1
  557. package/dist/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/index.js.map +1 -1
  558. package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.js +6 -6
  559. package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.js.map +1 -1
  560. package/dist/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/ImportScheduleModal.js +1 -1
  561. package/dist/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/ImportScheduleModal.js.map +1 -1
  562. package/dist/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/index.js +1 -1
  563. package/dist/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/index.js.map +1 -1
  564. package/dist/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/ImportSheetSettings.js +1 -1
  565. package/dist/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/ImportSheetSettings.js.map +1 -1
  566. package/dist/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/index.js +1 -1
  567. package/dist/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/index.js.map +1 -1
  568. package/dist/components/ImportModal/ImportModalConfigStep/index.js +1 -1
  569. package/dist/components/ImportModal/ImportModalConfigStep/index.js.map +1 -1
  570. package/dist/components/ImportModal/ImportModalDoneStep/ImportModalDoneStep.js +1 -1
  571. package/dist/components/ImportModal/ImportModalDoneStep/ImportModalDoneStep.js.map +1 -1
  572. package/dist/components/ImportModal/ImportModalDoneStep/index.js +1 -1
  573. package/dist/components/ImportModal/ImportModalDoneStep/index.js.map +1 -1
  574. package/dist/components/ImportModal/ImportModalProcessingStep/ImportModalProcessingStep.js +1 -1
  575. package/dist/components/ImportModal/ImportModalProcessingStep/ImportModalProcessingStep.js.map +1 -1
  576. package/dist/components/ImportModal/ImportModalProcessingStep/index.js +1 -1
  577. package/dist/components/ImportModal/ImportModalProcessingStep/index.js.map +1 -1
  578. package/dist/components/ImportModal/ImportModalSelectFileStep/ImportModalSelectFileStep.js +1 -1
  579. package/dist/components/ImportModal/ImportModalSelectFileStep/ImportModalSelectFileStep.js.map +1 -1
  580. package/dist/components/ImportModal/ImportModalSelectFileStep/index.js +1 -1
  581. package/dist/components/ImportModal/ImportModalSelectFileStep/index.js.map +1 -1
  582. package/dist/components/ImportModal/importReducer/ImportReducerContext.js +1 -1
  583. package/dist/components/ImportModal/importReducer/ImportReducerContext.js.map +1 -1
  584. package/dist/components/ImportModal/importReducer/importReducer.js +1 -1
  585. package/dist/components/ImportModal/importReducer/importReducer.js.map +1 -1
  586. package/dist/components/ImportModal/importReducer/index.js +1 -1
  587. package/dist/components/ImportModal/importReducer/index.js.map +1 -1
  588. package/dist/components/ImportModal/index.js +1 -1
  589. package/dist/components/ImportModal/index.js.map +1 -1
  590. package/dist/components/LibraryItemsList/CreateNewRecordButton/CreateNewRecordButton.js +1 -1
  591. package/dist/components/LibraryItemsList/CreateNewRecordButton/CreateNewRecordButton.js.map +1 -1
  592. package/dist/components/LibraryItemsList/CreateNewRecordButton/index.js +1 -1
  593. package/dist/components/LibraryItemsList/CreateNewRecordButton/index.js.map +1 -1
  594. package/dist/components/LibraryItemsList/DisplayOptions/DisplayOptions.js +1 -1
  595. package/dist/components/LibraryItemsList/DisplayOptions/DisplayOptions.js.map +1 -1
  596. package/dist/components/LibraryItemsList/DisplayOptions/index.js +1 -1
  597. package/dist/components/LibraryItemsList/DisplayOptions/index.js.map +1 -1
  598. package/dist/components/LibraryItemsList/DisplayTypeSelector/DisplayTypeSelector.js +1 -1
  599. package/dist/components/LibraryItemsList/DisplayTypeSelector/DisplayTypeSelector.js.map +1 -1
  600. package/dist/components/LibraryItemsList/DisplayTypeSelector/index.js +1 -1
  601. package/dist/components/LibraryItemsList/DisplayTypeSelector/index.js.map +1 -1
  602. package/dist/components/LibraryItemsList/FiltersDropdown/FiltersDropdown.js +1 -1
  603. package/dist/components/LibraryItemsList/FiltersDropdown/FiltersDropdown.js.map +1 -1
  604. package/dist/components/LibraryItemsList/FiltersDropdown/index.js +1 -1
  605. package/dist/components/LibraryItemsList/FiltersDropdown/index.js.map +1 -1
  606. package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.js +3 -3
  607. package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.js.map +1 -1
  608. package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.utils.js +1 -1
  609. package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.utils.js.map +1 -1
  610. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/FilterAttributeCondition.js +1 -1
  611. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/FilterAttributeCondition.js.map +1 -1
  612. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/index.js +1 -1
  613. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/index.js.map +1 -1
  614. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/BooleanFilter.js +1 -1
  615. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/BooleanFilter.js.map +1 -1
  616. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/index.js +1 -1
  617. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/index.js.map +1 -1
  618. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/index.js +1 -1
  619. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/index.js.map +1 -1
  620. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/DateFilter.js +1 -1
  621. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/DateFilter.js.map +1 -1
  622. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/index.js +1 -1
  623. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/index.js.map +1 -1
  624. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/NumericFilter.js +1 -1
  625. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/NumericFilter.js.map +1 -1
  626. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/index.js +1 -1
  627. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/index.js.map +1 -1
  628. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/TextFilter.js +1 -1
  629. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/TextFilter.js.map +1 -1
  630. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/index.js +1 -1
  631. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/index.js.map +1 -1
  632. package/dist/components/LibraryItemsList/FiltersPanel/Filter/index.js +1 -1
  633. package/dist/components/LibraryItemsList/FiltersPanel/Filter/index.js.map +1 -1
  634. package/dist/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/FilterDropdownButton.js +1 -1
  635. package/dist/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/FilterDropdownButton.js.map +1 -1
  636. package/dist/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/index.js +1 -1
  637. package/dist/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/index.js.map +1 -1
  638. package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/FilterTreeCondition.js +1 -1
  639. package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/FilterTreeCondition.js.map +1 -1
  640. package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/index.js +1 -1
  641. package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/index.js.map +1 -1
  642. package/dist/components/LibraryItemsList/FiltersPanel/FiltersPanel.js +1 -1
  643. package/dist/components/LibraryItemsList/FiltersPanel/FiltersPanel.js.map +1 -1
  644. package/dist/components/LibraryItemsList/FiltersPanel/index.js +1 -1
  645. package/dist/components/LibraryItemsList/FiltersPanel/index.js.map +1 -1
  646. package/dist/components/LibraryItemsList/FiltersPanel/mustHideValue.js +1 -1
  647. package/dist/components/LibraryItemsList/FiltersPanel/mustHideValue.js.map +1 -1
  648. package/dist/components/LibraryItemsList/IconViewType/IconViewType.js +1 -1
  649. package/dist/components/LibraryItemsList/IconViewType/IconViewType.js.map +1 -1
  650. package/dist/components/LibraryItemsList/IconViewType/index.js +1 -1
  651. package/dist/components/LibraryItemsList/IconViewType/index.js.map +1 -1
  652. package/dist/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.js +8 -12
  653. package/dist/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.js.map +1 -1
  654. package/dist/components/LibraryItemsList/LibraryItemsListContent/index.js +1 -1
  655. package/dist/components/LibraryItemsList/LibraryItemsListContent/index.js.map +1 -1
  656. package/dist/components/LibraryItemsList/LibraryItemsListEmpty/LibraryItemsListEmpty.js +1 -1
  657. package/dist/components/LibraryItemsList/LibraryItemsListEmpty/LibraryItemsListEmpty.js.map +1 -1
  658. package/dist/components/LibraryItemsList/LibraryItemsListEmpty/index.js +1 -1
  659. package/dist/components/LibraryItemsList/LibraryItemsListEmpty/index.js.map +1 -1
  660. package/dist/components/LibraryItemsList/LibraryItemsListPagination/LibraryItemsListPagination.js +1 -1
  661. package/dist/components/LibraryItemsList/LibraryItemsListPagination/LibraryItemsListPagination.js.map +1 -1
  662. package/dist/components/LibraryItemsList/LibraryItemsListPagination/index.js +1 -1
  663. package/dist/components/LibraryItemsList/LibraryItemsListPagination/index.js.map +1 -1
  664. package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyCell/index.js +1 -1
  665. package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyCell/index.js.map +1 -1
  666. package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyRow/BodyRow.js +1 -1
  667. package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyRow/BodyRow.js.map +1 -1
  668. package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyRow/index.js +1 -1
  669. package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyRow/index.js.map +1 -1
  670. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/AllValuesCount.js +1 -1
  671. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/AllValuesCount.js.map +1 -1
  672. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/index.js +1 -1
  673. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/index.js.map +1 -1
  674. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/Cell.js +1 -1
  675. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/Cell.js.map +1 -1
  676. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/CellInfos.js +1 -1
  677. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/CellInfos.js.map +1 -1
  678. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/index.js +1 -1
  679. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/index.js.map +1 -1
  680. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/CellSelection.js +1 -1
  681. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/CellSelection.js.map +1 -1
  682. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/index.js +1 -1
  683. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/index.js.map +1 -1
  684. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/ElementsToDisplay/RichTextDisplay.js +1 -1
  685. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/ElementsToDisplay/RichTextDisplay.js.map +1 -1
  686. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/StandardCell.js +1 -1
  687. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/StandardCell.js.map +1 -1
  688. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/index.js +1 -1
  689. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/index.js.map +1 -1
  690. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/index.js +1 -1
  691. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/index.js.map +1 -1
  692. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/utils.js +1 -1
  693. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/utils.js.map +1 -1
  694. package/dist/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/ChooseTableColumns.js +1 -1
  695. package/dist/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/ChooseTableColumns.js.map +1 -1
  696. package/dist/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/index.js +1 -1
  697. package/dist/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/index.js.map +1 -1
  698. package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/Header.js +8 -6
  699. package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/Header.js.map +1 -1
  700. package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/index.js +1 -1
  701. package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/index.js.map +1 -1
  702. package/dist/components/LibraryItemsList/LibraryItemsListTable/Table.js +2 -2
  703. package/dist/components/LibraryItemsList/LibraryItemsListTable/Table.js.map +1 -1
  704. package/dist/components/LibraryItemsList/LibraryItemsListTable/index.js +1 -1
  705. package/dist/components/LibraryItemsList/LibraryItemsListTable/index.js.map +1 -1
  706. package/dist/components/LibraryItemsList/MenuItemList/MenuItemList.js +1 -1
  707. package/dist/components/LibraryItemsList/MenuItemList/MenuItemList.js.map +1 -1
  708. package/dist/components/LibraryItemsList/MenuItemList/index.js +1 -1
  709. package/dist/components/LibraryItemsList/MenuItemList/index.js.map +1 -1
  710. package/dist/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/ActionsMenu.js +1 -1
  711. package/dist/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/ActionsMenu.js.map +1 -1
  712. package/dist/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/index.js +1 -1
  713. package/dist/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/index.js.map +1 -1
  714. package/dist/components/LibraryItemsList/MenuItemListSelected/MenuItemListSelected.js +1 -1
  715. package/dist/components/LibraryItemsList/MenuItemListSelected/MenuItemListSelected.js.map +1 -1
  716. package/dist/components/LibraryItemsList/MenuItemListSelected/index.js +1 -1
  717. package/dist/components/LibraryItemsList/MenuItemListSelected/index.js.map +1 -1
  718. package/dist/components/LibraryItemsList/MenuSelection/MenuSelection.js +1 -1
  719. package/dist/components/LibraryItemsList/MenuSelection/MenuSelection.js.map +1 -1
  720. package/dist/components/LibraryItemsList/MenuSelection/index.js +1 -1
  721. package/dist/components/LibraryItemsList/MenuSelection/index.js.map +1 -1
  722. package/dist/components/LibraryItemsList/MenuView/MenuView.js +5 -10
  723. package/dist/components/LibraryItemsList/MenuView/MenuView.js.map +1 -1
  724. package/dist/components/LibraryItemsList/MenuView/index.js +1 -1
  725. package/dist/components/LibraryItemsList/MenuView/index.js.map +1 -1
  726. package/dist/components/LibraryItemsList/SearchItems/SearchItems.js +1 -1
  727. package/dist/components/LibraryItemsList/SearchItems/SearchItems.js.map +1 -1
  728. package/dist/components/LibraryItemsList/SearchItems/index.js +1 -1
  729. package/dist/components/LibraryItemsList/SearchItems/index.js.map +1 -1
  730. package/dist/components/LibraryItemsList/Sidebar/Sidebar.js +1 -1
  731. package/dist/components/LibraryItemsList/Sidebar/Sidebar.js.map +1 -1
  732. package/dist/components/LibraryItemsList/Sidebar/index.js +1 -1
  733. package/dist/components/LibraryItemsList/Sidebar/index.js.map +1 -1
  734. package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/ItemTileDisplay.js +1 -1
  735. package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/ItemTileDisplay.js.map +1 -1
  736. package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/index.js +1 -1
  737. package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/index.js.map +1 -1
  738. package/dist/components/LibraryItemsList/TileDisplay/TileDisplay.js +1 -1
  739. package/dist/components/LibraryItemsList/TileDisplay/TileDisplay.js.map +1 -1
  740. package/dist/components/LibraryItemsList/TileDisplay/helpers/getItemPreviewSize.js +1 -1
  741. package/dist/components/LibraryItemsList/TileDisplay/helpers/getItemPreviewSize.js.map +1 -1
  742. package/dist/components/LibraryItemsList/TileDisplay/index.js +1 -1
  743. package/dist/components/LibraryItemsList/TileDisplay/index.js.map +1 -1
  744. package/dist/components/LibraryItemsList/VersionsPanel/VersionsPanel.js +1 -1
  745. package/dist/components/LibraryItemsList/VersionsPanel/VersionsPanel.js.map +1 -1
  746. package/dist/components/LibraryItemsList/VersionsPanel/index.js +1 -1
  747. package/dist/components/LibraryItemsList/VersionsPanel/index.js.map +1 -1
  748. package/dist/components/LibraryItemsList/ViewPanel/EditView/EditView.js +3 -4
  749. package/dist/components/LibraryItemsList/ViewPanel/EditView/EditView.js.map +1 -1
  750. package/dist/components/LibraryItemsList/ViewPanel/EditView/index.js +1 -1
  751. package/dist/components/LibraryItemsList/ViewPanel/EditView/index.js.map +1 -1
  752. package/dist/components/LibraryItemsList/ViewPanel/View/View.js +4 -4
  753. package/dist/components/LibraryItemsList/ViewPanel/View/View.js.map +1 -1
  754. package/dist/components/LibraryItemsList/ViewPanel/View/index.js +1 -1
  755. package/dist/components/LibraryItemsList/ViewPanel/View/index.js.map +1 -1
  756. package/dist/components/LibraryItemsList/ViewPanel/ViewPanel.js +1 -1
  757. package/dist/components/LibraryItemsList/ViewPanel/ViewPanel.js.map +1 -1
  758. package/dist/components/LibraryItemsList/ViewPanel/index.js +1 -1
  759. package/dist/components/LibraryItemsList/ViewPanel/index.js.map +1 -1
  760. package/dist/components/LibraryItemsList/helpers/defaultFilterConditionByAttributeFormat.js +1 -1
  761. package/dist/components/LibraryItemsList/helpers/defaultFilterConditionByAttributeFormat.js.map +1 -1
  762. package/dist/components/LibraryItemsList/helpers/displayTypeToPreviewSize.js +1 -1
  763. package/dist/components/LibraryItemsList/helpers/displayTypeToPreviewSize.js.map +1 -1
  764. package/dist/components/LibraryItemsList/helpers/extractAttributesFromLibrary.js +1 -1
  765. package/dist/components/LibraryItemsList/helpers/extractAttributesFromLibrary.js.map +1 -1
  766. package/dist/components/LibraryItemsList/helpers/getFieldFromKey.js +1 -1
  767. package/dist/components/LibraryItemsList/helpers/getFieldFromKey.js.map +1 -1
  768. package/dist/components/LibraryItemsList/helpers/getFieldsFromView.js +4 -9
  769. package/dist/components/LibraryItemsList/helpers/getFieldsFromView.js.map +1 -1
  770. package/dist/components/LibraryItemsList/helpers/getSortFieldByAttributeType.js +1 -1
  771. package/dist/components/LibraryItemsList/helpers/getSortFieldByAttributeType.js.map +1 -1
  772. package/dist/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.js +8 -6
  773. package/dist/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.js.map +1 -1
  774. package/dist/components/LibraryItemsList/hooks/useSearchReducer/_types.d.ts +1 -1
  775. package/dist/components/LibraryItemsList/hooks/useSearchReducer/index.js +1 -1
  776. package/dist/components/LibraryItemsList/hooks/useSearchReducer/index.js.map +1 -1
  777. package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchContext.js +1 -1
  778. package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchContext.js.map +1 -1
  779. package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.d.ts +1 -1
  780. package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.js +25 -33
  781. package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.js.map +1 -1
  782. package/dist/components/LibraryItemsList/hooks/useSearchReducer/useSearchReducer.js +1 -1
  783. package/dist/components/LibraryItemsList/hooks/useSearchReducer/useSearchReducer.js.map +1 -1
  784. package/dist/components/LibraryItemsList/hooks/useUpdateViewsOrderMutation.js +1 -1
  785. package/dist/components/LibraryItemsList/hooks/useUpdateViewsOrderMutation.js.map +1 -1
  786. package/dist/components/LibraryItemsList/index.js +1 -1
  787. package/dist/components/LibraryItemsList/index.js.map +1 -1
  788. package/dist/components/LibraryItemsList/manageItems.js +1 -1
  789. package/dist/components/LibraryItemsList/manageItems.js.map +1 -1
  790. package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/DeactivateRecordBtn.js +1 -1
  791. package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/DeactivateRecordBtn.js.map +1 -1
  792. package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/index.js +1 -1
  793. package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/index.js.map +1 -1
  794. package/dist/components/LibraryItemsList/shared/SelectCellsBtn.js +1 -1
  795. package/dist/components/LibraryItemsList/shared/SelectCellsBtn.js.map +1 -1
  796. package/dist/components/LibraryItemsList/shared/shared.utils.js +1 -1
  797. package/dist/components/LibraryItemsList/shared/shared.utils.js.map +1 -1
  798. package/dist/components/LibraryPicker/LibrariesList/LibrariesList.js +1 -1
  799. package/dist/components/LibraryPicker/LibrariesList/LibrariesList.js.map +1 -1
  800. package/dist/components/LibraryPicker/LibrariesList/index.js +1 -1
  801. package/dist/components/LibraryPicker/LibrariesList/index.js.map +1 -1
  802. package/dist/components/LibraryPicker/LibraryPicker.js +1 -1
  803. package/dist/components/LibraryPicker/LibraryPicker.js.map +1 -1
  804. package/dist/components/LibraryPicker/index.js +1 -1
  805. package/dist/components/LibraryPicker/index.js.map +1 -1
  806. package/dist/components/List/List.js +1 -1
  807. package/dist/components/List/List.js.map +1 -1
  808. package/dist/components/List/index.js +1 -1
  809. package/dist/components/List/index.js.map +1 -1
  810. package/dist/components/Loading/Loading.js +1 -1
  811. package/dist/components/Loading/Loading.js.map +1 -1
  812. package/dist/components/Loading/index.js +1 -1
  813. package/dist/components/Loading/index.js.map +1 -1
  814. package/dist/components/RecordCard/RecordCard.js +1 -1
  815. package/dist/components/RecordCard/RecordCard.js.map +1 -1
  816. package/dist/components/RecordCard/index.js +1 -1
  817. package/dist/components/RecordCard/index.js.map +1 -1
  818. package/dist/components/RecordEdition/EditRecord/EditRecord.d.ts +1 -0
  819. package/dist/components/RecordEdition/EditRecord/EditRecord.js +32 -22
  820. package/dist/components/RecordEdition/EditRecord/EditRecord.js.map +1 -1
  821. package/dist/components/RecordEdition/EditRecord/ValuesVersionSummary/ValuesVersionSummary.js +1 -1
  822. package/dist/components/RecordEdition/EditRecord/ValuesVersionSummary/ValuesVersionSummary.js.map +1 -1
  823. package/dist/components/RecordEdition/EditRecord/ValuesVersionSummary/index.js +1 -1
  824. package/dist/components/RecordEdition/EditRecord/ValuesVersionSummary/index.js.map +1 -1
  825. package/dist/components/RecordEdition/EditRecord/creationErrorContext.js +1 -1
  826. package/dist/components/RecordEdition/EditRecord/creationErrorContext.js.map +1 -1
  827. package/dist/components/RecordEdition/EditRecord/index.js +1 -1
  828. package/dist/components/RecordEdition/EditRecord/index.js.map +1 -1
  829. package/dist/components/RecordEdition/EditRecordBtn/EditRecordBtn.js +1 -1
  830. package/dist/components/RecordEdition/EditRecordBtn/EditRecordBtn.js.map +1 -1
  831. package/dist/components/RecordEdition/EditRecordBtn/index.js +1 -1
  832. package/dist/components/RecordEdition/EditRecordBtn/index.js.map +1 -1
  833. package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js +18 -5
  834. package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js.map +1 -1
  835. package/dist/components/RecordEdition/EditRecordContent/EditRecordSkeleton.js +1 -1
  836. package/dist/components/RecordEdition/EditRecordContent/EditRecordSkeleton.js.map +1 -1
  837. package/dist/components/RecordEdition/EditRecordContent/_types.d.ts +11 -22
  838. package/dist/components/RecordEdition/EditRecordContent/_types.js.map +1 -1
  839. package/dist/components/RecordEdition/EditRecordContent/antdUtils.d.ts +5 -1
  840. package/dist/components/RecordEdition/EditRecordContent/antdUtils.js +45 -34
  841. package/dist/components/RecordEdition/EditRecordContent/antdUtils.js.map +1 -1
  842. package/dist/components/RecordEdition/EditRecordContent/formConstants.js +1 -1
  843. package/dist/components/RecordEdition/EditRecordContent/formConstants.js.map +1 -1
  844. package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.d.ts +3 -1
  845. package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.js +8 -2
  846. package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.js.map +1 -1
  847. package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/index.js +1 -1
  848. package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/index.js.map +1 -1
  849. package/dist/components/RecordEdition/EditRecordContent/helpers/getActiveFieldValues/index.js +1 -1
  850. package/dist/components/RecordEdition/EditRecordContent/helpers/getActiveFieldValues/index.js.map +1 -1
  851. package/dist/components/RecordEdition/EditRecordContent/helpers/isCurrentVersion/index.js +1 -1
  852. package/dist/components/RecordEdition/EditRecordContent/helpers/isCurrentVersion/index.js.map +1 -1
  853. package/dist/components/RecordEdition/EditRecordContent/hooks/__mocks__/useDeleteValueMutation.js +1 -1
  854. package/dist/components/RecordEdition/EditRecordContent/hooks/__mocks__/useDeleteValueMutation.js.map +1 -1
  855. package/dist/components/RecordEdition/EditRecordContent/hooks/__mocks__/useSaveValueMutation.js +1 -1
  856. package/dist/components/RecordEdition/EditRecordContent/hooks/__mocks__/useSaveValueMutation.js.map +1 -1
  857. package/dist/components/RecordEdition/EditRecordContent/hooks/helpers/getPropertyCacheFieldName.js +1 -1
  858. package/dist/components/RecordEdition/EditRecordContent/hooks/helpers/getPropertyCacheFieldName.js.map +1 -1
  859. package/dist/components/RecordEdition/EditRecordContent/hooks/useExecuteSaveValueBatchMutation.js +1 -1
  860. package/dist/components/RecordEdition/EditRecordContent/hooks/useExecuteSaveValueBatchMutation.js.map +1 -1
  861. package/dist/components/RecordEdition/EditRecordContent/hooks/useRecordEditionContext.js +1 -1
  862. package/dist/components/RecordEdition/EditRecordContent/hooks/useRecordEditionContext.js.map +1 -1
  863. package/dist/components/RecordEdition/EditRecordContent/hooks/useRunActionsListAndFormatOnValue.d.ts +121 -0
  864. package/dist/components/RecordEdition/EditRecordContent/hooks/useRunActionsListAndFormatOnValue.js +31 -0
  865. package/dist/components/RecordEdition/EditRecordContent/hooks/useRunActionsListAndFormatOnValue.js.map +1 -0
  866. package/dist/components/RecordEdition/EditRecordContent/index.js +1 -1
  867. package/dist/components/RecordEdition/EditRecordContent/index.js.map +1 -1
  868. package/dist/components/RecordEdition/EditRecordContent/reducers/linkFieldReducer/index.js +1 -1
  869. package/dist/components/RecordEdition/EditRecordContent/reducers/linkFieldReducer/index.js.map +1 -1
  870. package/dist/components/RecordEdition/EditRecordContent/reducers/linkFieldReducer/linkFieldReducer.js +1 -1
  871. package/dist/components/RecordEdition/EditRecordContent/reducers/linkFieldReducer/linkFieldReducer.js.map +1 -1
  872. package/dist/components/RecordEdition/EditRecordContent/shared/AddValueBtn/AddValueBtn.js +1 -1
  873. package/dist/components/RecordEdition/EditRecordContent/shared/AddValueBtn/AddValueBtn.js.map +1 -1
  874. package/dist/components/RecordEdition/EditRecordContent/shared/AddValueBtn/index.js +1 -1
  875. package/dist/components/RecordEdition/EditRecordContent/shared/AddValueBtn/index.js.map +1 -1
  876. package/dist/components/RecordEdition/EditRecordContent/shared/DeleteAllValuesBtn/DeleteAllValuesBtn.js +1 -1
  877. package/dist/components/RecordEdition/EditRecordContent/shared/DeleteAllValuesBtn/DeleteAllValuesBtn.js.map +1 -1
  878. package/dist/components/RecordEdition/EditRecordContent/shared/DeleteAllValuesBtn/index.js +1 -1
  879. package/dist/components/RecordEdition/EditRecordContent/shared/DeleteAllValuesBtn/index.js.map +1 -1
  880. package/dist/components/RecordEdition/EditRecordContent/shared/DeleteValueBtn/DeleteValueBtn.js +1 -1
  881. package/dist/components/RecordEdition/EditRecordContent/shared/DeleteValueBtn/DeleteValueBtn.js.map +1 -1
  882. package/dist/components/RecordEdition/EditRecordContent/shared/DeleteValueBtn/index.js +1 -1
  883. package/dist/components/RecordEdition/EditRecordContent/shared/DeleteValueBtn/index.js.map +1 -1
  884. package/dist/components/RecordEdition/EditRecordContent/shared/FieldFooter/FieldFooter.js +1 -1
  885. package/dist/components/RecordEdition/EditRecordContent/shared/FieldFooter/FieldFooter.js.map +1 -1
  886. package/dist/components/RecordEdition/EditRecordContent/shared/FieldFooter/index.js +1 -1
  887. package/dist/components/RecordEdition/EditRecordContent/shared/FieldFooter/index.js.map +1 -1
  888. package/dist/components/RecordEdition/EditRecordContent/shared/InheritedFieldLabel/InheritedFieldLabel.js +1 -1
  889. package/dist/components/RecordEdition/EditRecordContent/shared/InheritedFieldLabel/InheritedFieldLabel.js.map +1 -1
  890. package/dist/components/RecordEdition/EditRecordContent/shared/InheritedFieldLabel/index.js +1 -1
  891. package/dist/components/RecordEdition/EditRecordContent/shared/InheritedFieldLabel/index.js.map +1 -1
  892. package/dist/components/RecordEdition/EditRecordContent/shared/NoValue/NoValue.js +1 -1
  893. package/dist/components/RecordEdition/EditRecordContent/shared/NoValue/NoValue.js.map +1 -1
  894. package/dist/components/RecordEdition/EditRecordContent/shared/NoValue/index.js +1 -1
  895. package/dist/components/RecordEdition/EditRecordContent/shared/NoValue/index.js.map +1 -1
  896. package/dist/components/RecordEdition/EditRecordContent/shared/UpdatedFieldIcon/UpdatedFieldIcon.js +1 -1
  897. package/dist/components/RecordEdition/EditRecordContent/shared/UpdatedFieldIcon/UpdatedFieldIcon.js.map +1 -1
  898. package/dist/components/RecordEdition/EditRecordContent/shared/UpdatedFieldIcon/index.js +1 -1
  899. package/dist/components/RecordEdition/EditRecordContent/shared/UpdatedFieldIcon/index.js.map +1 -1
  900. package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/ValueDetailsBtn.js +1 -1
  901. package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/ValueDetailsBtn.js.map +1 -1
  902. package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/index.js +1 -1
  903. package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/index.js.map +1 -1
  904. package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/useValueDetailsButton.js +1 -1
  905. package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/useValueDetailsButton.js.map +1 -1
  906. package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionBtn/ValuesVersionBtn.js +1 -1
  907. package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionBtn/ValuesVersionBtn.js.map +1 -1
  908. package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionBtn/index.js +1 -1
  909. package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionBtn/index.js.map +1 -1
  910. package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionIndicator/ValuesVersionIndicator.js +1 -1
  911. package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionIndicator/ValuesVersionIndicator.js.map +1 -1
  912. package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionIndicator/index.js +1 -1
  913. package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionIndicator/index.js.map +1 -1
  914. package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.d.ts +3 -1
  915. package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.js +3 -3
  916. package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.js.map +1 -1
  917. package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/index.js +1 -1
  918. package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/index.js.map +1 -1
  919. package/dist/components/RecordEdition/EditRecordContent/uiElements/ErrorField/ErrorField.js +1 -1
  920. package/dist/components/RecordEdition/EditRecordContent/uiElements/ErrorField/ErrorField.js.map +1 -1
  921. package/dist/components/RecordEdition/EditRecordContent/uiElements/ErrorField/index.js +1 -1
  922. package/dist/components/RecordEdition/EditRecordContent/uiElements/ErrorField/index.js.map +1 -1
  923. package/dist/components/RecordEdition/EditRecordContent/uiElements/FormDivider/index.js +1 -1
  924. package/dist/components/RecordEdition/EditRecordContent/uiElements/FormDivider/index.js.map +1 -1
  925. package/dist/components/RecordEdition/EditRecordContent/uiElements/FormTabs/FormTabs.js +1 -1
  926. package/dist/components/RecordEdition/EditRecordContent/uiElements/FormTabs/FormTabs.js.map +1 -1
  927. package/dist/components/RecordEdition/EditRecordContent/uiElements/FormTabs/index.js +1 -1
  928. package/dist/components/RecordEdition/EditRecordContent/uiElements/FormTabs/index.js.map +1 -1
  929. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/FloatingMenuHandler/index.js +1 -1
  930. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/FloatingMenuHandler/index.js.map +1 -1
  931. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js +2 -2
  932. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js.map +1 -1
  933. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.d.ts +0 -1
  934. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.js +3 -8
  935. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.js.map +1 -1
  936. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/useGetOptionsQuery.js +1 -1
  937. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/useGetOptionsQuery.js.map +1 -1
  938. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.d.ts +0 -1
  939. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.js +3 -10
  940. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.js.map +1 -1
  941. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/useGetOptionsQuery.js +1 -1
  942. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/useGetOptionsQuery.js.map +1 -1
  943. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/RecordIdentityCell/RecordIdentityCell.js +1 -1
  944. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/RecordIdentityCell/RecordIdentityCell.js.map +1 -1
  945. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/RecordIdentityCell/index.js +1 -1
  946. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/RecordIdentityCell/index.js.map +1 -1
  947. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/QuickSearch/QuickSearch.js +1 -1
  948. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/QuickSearch/QuickSearch.js.map +1 -1
  949. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/QuickSearch/index.js +1 -1
  950. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/QuickSearch/index.js.map +1 -1
  951. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/ValuesAdd.js +1 -1
  952. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/ValuesAdd.js.map +1 -1
  953. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/index.js +1 -1
  954. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/index.js.map +1 -1
  955. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/index.js +1 -1
  956. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/index.js.map +1 -1
  957. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/ComputeIndicator.d.ts +6 -0
  958. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/ComputeIndicator.js +18 -0
  959. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/ComputeIndicator.js.map +1 -0
  960. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/DeleteAllValuesButton.d.ts +4 -0
  961. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/DeleteAllValuesButton.js +25 -0
  962. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/DeleteAllValuesButton.js.map +1 -0
  963. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.d.ts +5 -2
  964. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js +146 -192
  965. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js.map +1 -1
  966. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.d.ts +2 -8
  967. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.js +14 -31
  968. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.js.map +1 -1
  969. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.d.ts +4 -0
  970. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.js +72 -0
  971. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.js.map +1 -0
  972. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.d.ts +3 -14
  973. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js +38 -46
  974. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js.map +1 -1
  975. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.d.ts +3 -14
  976. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js +11 -76
  977. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js.map +1 -1
  978. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.d.ts +3 -14
  979. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js +30 -50
  980. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js.map +1 -1
  981. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.d.ts +3 -14
  982. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js +38 -55
  983. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js.map +1 -1
  984. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.d.ts +3 -14
  985. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js +55 -64
  986. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js.map +1 -1
  987. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.d.ts +3 -14
  988. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js +34 -54
  989. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js.map +1 -1
  990. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.d.ts +16 -9
  991. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js +68 -409
  992. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js.map +1 -1
  993. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/DSListSelect.d.ts +4 -0
  994. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/DSListSelect.js +138 -0
  995. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/DSListSelect.js.map +1 -0
  996. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/ValuesList.js +1 -1
  997. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/ValuesList.js.map +1 -1
  998. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/_types.d.ts +10 -0
  999. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/_types.js +2 -0
  1000. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/_types.js.map +1 -0
  1001. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/index.js +1 -1
  1002. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/index.js.map +1 -1
  1003. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/_types.d.ts +15 -0
  1004. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/_types.js +2 -0
  1005. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/_types.js.map +1 -0
  1006. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/index.js +1 -1
  1007. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/index.js.map +1 -1
  1008. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/calculatedInheritedFlags.d.ts +42 -0
  1009. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/calculatedInheritedFlags.js +55 -0
  1010. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/calculatedInheritedFlags.js.map +1 -0
  1011. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/index.js +1 -1
  1012. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/index.js.map +1 -1
  1013. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/useGetPresentationValues.d.ts +12 -0
  1014. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/useGetPresentationValues.js +37 -0
  1015. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/useGetPresentationValues.js.map +1 -0
  1016. package/dist/components/RecordEdition/EditRecordContent/uiElements/TextBlock/index.js +1 -1
  1017. package/dist/components/RecordEdition/EditRecordContent/uiElements/TextBlock/index.js.map +1 -1
  1018. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js +1 -1
  1019. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js.map +1 -1
  1020. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeFieldValue/TreeFieldValue.js +1 -1
  1021. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeFieldValue/TreeFieldValue.js.map +1 -1
  1022. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeFieldValue/index.js +1 -1
  1023. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeFieldValue/index.js.map +1 -1
  1024. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/ValuesAdd.js +3 -3
  1025. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/ValuesAdd.js.map +1 -1
  1026. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/index.js +1 -1
  1027. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/index.js.map +1 -1
  1028. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/index.js +1 -1
  1029. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/index.js.map +1 -1
  1030. package/dist/components/RecordEdition/EditRecordContent/uiElements/index.js +1 -1
  1031. package/dist/components/RecordEdition/EditRecordContent/uiElements/index.js.map +1 -1
  1032. package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js +11 -5
  1033. package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js.map +1 -1
  1034. package/dist/components/RecordEdition/EditRecordModal/index.js +1 -1
  1035. package/dist/components/RecordEdition/EditRecordModal/index.js.map +1 -1
  1036. package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.d.ts +2 -0
  1037. package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js +3 -3
  1038. package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js.map +1 -1
  1039. package/dist/components/RecordEdition/EditRecordPage/index.js +1 -1
  1040. package/dist/components/RecordEdition/EditRecordPage/index.js.map +1 -1
  1041. package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.d.ts +4 -1
  1042. package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js +31 -3
  1043. package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js.map +1 -1
  1044. package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.js +1 -1
  1045. package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.js.map +1 -1
  1046. package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/index.js +1 -1
  1047. package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/index.js.map +1 -1
  1048. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.js +1 -1
  1049. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.js.map +1 -1
  1050. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/index.js +1 -1
  1051. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/index.js.map +1 -1
  1052. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/AttributeDetails.js +1 -1
  1053. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/AttributeDetails.js.map +1 -1
  1054. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/index.js +1 -1
  1055. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/index.js.map +1 -1
  1056. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/TreeValuePath.js +1 -1
  1057. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/TreeValuePath.js.map +1 -1
  1058. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/index.js +1 -1
  1059. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/index.js.map +1 -1
  1060. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.js +1 -1
  1061. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.js.map +1 -1
  1062. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/ValueInfo.js +1 -1
  1063. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/ValueInfo.js.map +1 -1
  1064. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/index.js +1 -1
  1065. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/index.js.map +1 -1
  1066. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.d.ts +2 -1
  1067. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.js +3 -8
  1068. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.js.map +1 -1
  1069. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/index.js +1 -1
  1070. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/index.js.map +1 -1
  1071. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/index.js +1 -1
  1072. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/index.js.map +1 -1
  1073. package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/ValuesVersions.js +1 -1
  1074. package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/ValuesVersions.js.map +1 -1
  1075. package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/index.js +1 -1
  1076. package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/index.js.map +1 -1
  1077. package/dist/components/RecordEdition/EditRecordSidebar/index.js +1 -1
  1078. package/dist/components/RecordEdition/EditRecordSidebar/index.js.map +1 -1
  1079. package/dist/components/RecordEdition/editRecordReducer/editRecordReducerContext.js +1 -1
  1080. package/dist/components/RecordEdition/editRecordReducer/editRecordReducerContext.js.map +1 -1
  1081. package/dist/components/RecordEdition/editRecordReducer/index.js +1 -1
  1082. package/dist/components/RecordEdition/editRecordReducer/index.js.map +1 -1
  1083. package/dist/components/RecordEdition/editRecordReducer/useEditRecordReducer.js +1 -1
  1084. package/dist/components/RecordEdition/editRecordReducer/useEditRecordReducer.js.map +1 -1
  1085. package/dist/components/RecordEdition/hooks/useCreateCancelConfirm/index.js +1 -1
  1086. package/dist/components/RecordEdition/hooks/useCreateCancelConfirm/index.js.map +1 -1
  1087. package/dist/components/RecordEdition/hooks/useCreateCancelConfirm/useCreateCancelConfirm.js +1 -1
  1088. package/dist/components/RecordEdition/hooks/useCreateCancelConfirm/useCreateCancelConfirm.js.map +1 -1
  1089. package/dist/components/RecordEdition/hooks/useGetSubmitButtons.js +1 -1
  1090. package/dist/components/RecordEdition/hooks/useGetSubmitButtons.js.map +1 -1
  1091. package/dist/components/RecordEdition/index.js +1 -1
  1092. package/dist/components/RecordEdition/index.js.map +1 -1
  1093. package/dist/components/RecordPreviewWithModal/FileModal/FileModal.js +1 -1
  1094. package/dist/components/RecordPreviewWithModal/FileModal/FileModal.js.map +1 -1
  1095. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/AudioFile.js +1 -1
  1096. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/AudioFile.js.map +1 -1
  1097. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/index.js +1 -1
  1098. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/index.js.map +1 -1
  1099. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/DocumentFile.js +1 -1
  1100. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/DocumentFile.js.map +1 -1
  1101. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/index.js +1 -1
  1102. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/index.js.map +1 -1
  1103. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalContent.js +1 -1
  1104. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalContent.js.map +1 -1
  1105. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/FileModalSidebar.js +1 -1
  1106. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/FileModalSidebar.js.map +1 -1
  1107. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/index.js +1 -1
  1108. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/index.js.map +1 -1
  1109. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/ImageFile.js +1 -1
  1110. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/ImageFile.js.map +1 -1
  1111. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/index.js +1 -1
  1112. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/index.js.map +1 -1
  1113. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/NoDisplayFile.js +1 -1
  1114. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/NoDisplayFile.js.map +1 -1
  1115. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/index.js +1 -1
  1116. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/index.js.map +1 -1
  1117. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/VideoFile.js +1 -1
  1118. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/VideoFile.js.map +1 -1
  1119. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/index.js +1 -1
  1120. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/index.js.map +1 -1
  1121. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/index.js +1 -1
  1122. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/index.js.map +1 -1
  1123. package/dist/components/RecordPreviewWithModal/FileModal/_constants.js +1 -1
  1124. package/dist/components/RecordPreviewWithModal/FileModal/_constants.js.map +1 -1
  1125. package/dist/components/RecordPreviewWithModal/FileModal/index.js +1 -1
  1126. package/dist/components/RecordPreviewWithModal/FileModal/index.js.map +1 -1
  1127. package/dist/components/RecordPreviewWithModal/RecordPreviewWithModal.js +1 -1
  1128. package/dist/components/RecordPreviewWithModal/RecordPreviewWithModal.js.map +1 -1
  1129. package/dist/components/RecordPreviewWithModal/index.js +1 -1
  1130. package/dist/components/RecordPreviewWithModal/index.js.map +1 -1
  1131. package/dist/components/SearchModal/SearchModal.js +1 -1
  1132. package/dist/components/SearchModal/SearchModal.js.map +1 -1
  1133. package/dist/components/SearchModal/index.js +1 -1
  1134. package/dist/components/SearchModal/index.js.map +1 -1
  1135. package/dist/components/SelectTreeNode/SelectTreeNode.d.ts +4 -7
  1136. package/dist/components/SelectTreeNode/SelectTreeNode.js +18 -136
  1137. package/dist/components/SelectTreeNode/SelectTreeNode.js.map +1 -1
  1138. package/dist/components/SelectTreeNode/SelectTreeNodeContent.d.ts +16 -0
  1139. package/dist/components/SelectTreeNode/SelectTreeNodeContent.js +131 -0
  1140. package/dist/components/SelectTreeNode/SelectTreeNodeContent.js.map +1 -0
  1141. package/dist/components/SelectTreeNode/index.d.ts +1 -1
  1142. package/dist/components/SelectTreeNode/index.js +2 -2
  1143. package/dist/components/SelectTreeNode/index.js.map +1 -1
  1144. package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.d.ts +4 -7
  1145. package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.js +11 -11
  1146. package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.js.map +1 -1
  1147. package/dist/components/SelectTreeNodeModal/index.d.ts +1 -2
  1148. package/dist/components/SelectTreeNodeModal/index.js +2 -3
  1149. package/dist/components/SelectTreeNodeModal/index.js.map +1 -1
  1150. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundary.js +1 -1
  1151. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundary.js.map +1 -1
  1152. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/SimpleErrorBoundaryContent.js +1 -1
  1153. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/SimpleErrorBoundaryContent.js.map +1 -1
  1154. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/index.js +1 -1
  1155. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/index.js.map +1 -1
  1156. package/dist/components/SimpleErrorBoundary/index.js +1 -1
  1157. package/dist/components/SimpleErrorBoundary/index.js.map +1 -1
  1158. package/dist/components/SubmitStateNotifier/SubmitStateNotifier.js +1 -1
  1159. package/dist/components/SubmitStateNotifier/SubmitStateNotifier.js.map +1 -1
  1160. package/dist/components/SubmitStateNotifier/index.js +1 -1
  1161. package/dist/components/SubmitStateNotifier/index.js.map +1 -1
  1162. package/dist/components/TreePicker/TreePicker.js +1 -1
  1163. package/dist/components/TreePicker/TreePicker.js.map +1 -1
  1164. package/dist/components/TreePicker/TreesList/TreesList.js +1 -1
  1165. package/dist/components/TreePicker/TreesList/TreesList.js.map +1 -1
  1166. package/dist/components/TreePicker/TreesList/index.js +1 -1
  1167. package/dist/components/TreePicker/TreesList/index.js.map +1 -1
  1168. package/dist/components/TreePicker/index.js +1 -1
  1169. package/dist/components/TreePicker/index.js.map +1 -1
  1170. package/dist/components/TriggerPreviewsGenerationModal/TriggerPreviewsGenerationModal.js +1 -1
  1171. package/dist/components/TriggerPreviewsGenerationModal/TriggerPreviewsGenerationModal.js.map +1 -1
  1172. package/dist/components/TriggerPreviewsGenerationModal/index.js +1 -1
  1173. package/dist/components/TriggerPreviewsGenerationModal/index.js.map +1 -1
  1174. package/dist/components/UploadFiles/UploadFiles.js +2 -2
  1175. package/dist/components/UploadFiles/UploadFiles.js.map +1 -1
  1176. package/dist/components/UploadFiles/index.js +1 -1
  1177. package/dist/components/UploadFiles/index.js.map +1 -1
  1178. package/dist/components/ValuesVersionConfigurator/ValuesVersionConfigurator.js +1 -1
  1179. package/dist/components/ValuesVersionConfigurator/ValuesVersionConfigurator.js.map +1 -1
  1180. package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.js +3 -3
  1181. package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.js.map +1 -1
  1182. package/dist/components/ValuesVersionConfigurator/VersionTree/index.js +1 -1
  1183. package/dist/components/ValuesVersionConfigurator/VersionTree/index.js.map +1 -1
  1184. package/dist/components/ValuesVersionConfigurator/index.js +1 -1
  1185. package/dist/components/ValuesVersionConfigurator/index.js.map +1 -1
  1186. package/dist/components/index.d.ts +1 -0
  1187. package/dist/components/index.js +2 -1
  1188. package/dist/components/index.js.map +1 -1
  1189. package/dist/constants.js +1 -1
  1190. package/dist/constants.js.map +1 -1
  1191. package/dist/{components/LibraryItemsList/LibraryItemsListTable → contexts/EditRecordModalContext}/EditRecordModalContext.d.ts +1 -1
  1192. package/dist/contexts/EditRecordModalContext/EditRecordModalContext.js +7 -0
  1193. package/dist/contexts/EditRecordModalContext/EditRecordModalContext.js.map +1 -0
  1194. package/dist/contexts/EditRecordModalContext/EditRecordModalProvider.d.ts +2 -0
  1195. package/dist/{components/LibraryItemsList/LibraryItemsListTable → contexts/EditRecordModalContext}/EditRecordModalProvider.js +5 -5
  1196. package/dist/contexts/EditRecordModalContext/EditRecordModalProvider.js.map +1 -0
  1197. package/dist/contexts/EditRecordModalContext/index.d.ts +2 -0
  1198. package/dist/contexts/EditRecordModalContext/index.js +6 -0
  1199. package/dist/contexts/EditRecordModalContext/index.js.map +1 -0
  1200. package/dist/contexts/EditRecordModalContext/tsconfig.json +6 -0
  1201. package/dist/contexts/EditRecordModalContext/useEditRecordModalContext.d.ts +1 -0
  1202. package/dist/{components/LibraryItemsList/LibraryItemsListTable → contexts/EditRecordModalContext}/useEditRecordModalContext.js +2 -2
  1203. package/dist/contexts/EditRecordModalContext/useEditRecordModalContext.js.map +1 -0
  1204. package/dist/contexts/LangContext/LangContext.js +1 -1
  1205. package/dist/contexts/LangContext/LangContext.js.map +1 -1
  1206. package/dist/contexts/LangContext/index.js +1 -1
  1207. package/dist/contexts/LangContext/index.js.map +1 -1
  1208. package/dist/contexts/UserContext/UserContext.js +1 -1
  1209. package/dist/contexts/UserContext/UserContext.js.map +1 -1
  1210. package/dist/contexts/UserContext/index.js +1 -1
  1211. package/dist/contexts/UserContext/index.js.map +1 -1
  1212. package/dist/contexts/index.js +1 -1
  1213. package/dist/contexts/index.js.map +1 -1
  1214. package/dist/gqlFragments/index.js +1 -1
  1215. package/dist/gqlFragments/index.js.map +1 -1
  1216. package/dist/gqlFragments/recordIdentityFragment.js +1 -1
  1217. package/dist/gqlFragments/recordIdentityFragment.js.map +1 -1
  1218. package/dist/hooks/index.js +1 -1
  1219. package/dist/hooks/index.js.map +1 -1
  1220. package/dist/hooks/useAntdLocale/index.js +1 -1
  1221. package/dist/hooks/useAntdLocale/index.js.map +1 -1
  1222. package/dist/hooks/useAppLang/index.js +1 -1
  1223. package/dist/hooks/useAppLang/index.js.map +1 -1
  1224. package/dist/hooks/useAppLang/useAppLang.js +1 -1
  1225. package/dist/hooks/useAppLang/useAppLang.js.map +1 -1
  1226. package/dist/hooks/useAuth/index.js +1 -1
  1227. package/dist/hooks/useAuth/index.js.map +1 -1
  1228. package/dist/hooks/useAuth/useAuth.js +2 -2
  1229. package/dist/hooks/useAuth/useAuth.js.map +1 -1
  1230. package/dist/hooks/useCanEditRecord/index.js +1 -1
  1231. package/dist/hooks/useCanEditRecord/index.js.map +1 -1
  1232. package/dist/hooks/useCanEditRecord/useCanEditRecord.js +1 -1
  1233. package/dist/hooks/useCanEditRecord/useCanEditRecord.js.map +1 -1
  1234. package/dist/hooks/useDebouncedValue/index.d.ts +1 -0
  1235. package/dist/hooks/useDebouncedValue/index.js +5 -0
  1236. package/dist/hooks/useDebouncedValue/index.js.map +1 -0
  1237. package/dist/hooks/useDebouncedValue/useDebouncedValue.js +1 -1
  1238. package/dist/hooks/useDebouncedValue/useDebouncedValue.js.map +1 -1
  1239. package/dist/hooks/useExecuteSaveViewMutation/index.d.ts +1 -0
  1240. package/dist/hooks/useExecuteSaveViewMutation/index.js +5 -0
  1241. package/dist/hooks/useExecuteSaveViewMutation/index.js.map +1 -0
  1242. package/dist/hooks/useExecuteSaveViewMutation/useExecuteSaveViewMutation.d.ts +6 -0
  1243. package/dist/hooks/{useExecuteAddViewMutation/useExecuteAddViewMutation.js → useExecuteSaveViewMutation/useExecuteSaveViewMutation.js} +6 -6
  1244. package/dist/hooks/useExecuteSaveViewMutation/useExecuteSaveViewMutation.js.map +1 -0
  1245. package/dist/hooks/useGetLibraryDetailExtendedQuery/useGetLibraryDetailExtendedQuery.js +1 -1
  1246. package/dist/hooks/useGetLibraryDetailExtendedQuery/useGetLibraryDetailExtendedQuery.js.map +1 -1
  1247. package/dist/hooks/useGetPreparedFileData/useGetPreparedFileData.js +1 -1
  1248. package/dist/hooks/useGetPreparedFileData/useGetPreparedFileData.js.map +1 -1
  1249. package/dist/hooks/useGetRecordForm/index.js +1 -1
  1250. package/dist/hooks/useGetRecordForm/index.js.map +1 -1
  1251. package/dist/hooks/useGetRecordForm/useGetRecordForm.d.ts +4 -0
  1252. package/dist/hooks/useGetRecordForm/useGetRecordForm.js.map +1 -1
  1253. package/dist/hooks/useGetRecordUpdatesSubscription/index.js +1 -1
  1254. package/dist/hooks/useGetRecordUpdatesSubscription/index.js.map +1 -1
  1255. package/dist/hooks/useGetRecordUpdatesSubscription/useGetRecordUpdatesSubscription.js +1 -1
  1256. package/dist/hooks/useGetRecordUpdatesSubscription/useGetRecordUpdatesSubscription.js.map +1 -1
  1257. package/dist/hooks/useGetRecordValuesQuery/useGetRecordValuesQuery.js +1 -1
  1258. package/dist/hooks/useGetRecordValuesQuery/useGetRecordValuesQuery.js.map +1 -1
  1259. package/dist/hooks/useLang/__mocks__/index.js +1 -1
  1260. package/dist/hooks/useLang/__mocks__/index.js.map +1 -1
  1261. package/dist/hooks/useLang/__mocks__/useLang.js +1 -1
  1262. package/dist/hooks/useLang/__mocks__/useLang.js.map +1 -1
  1263. package/dist/hooks/useLang/index.js +1 -1
  1264. package/dist/hooks/useLang/index.js.map +1 -1
  1265. package/dist/hooks/useLang/useLang.js +1 -1
  1266. package/dist/hooks/useLang/useLang.js.map +1 -1
  1267. package/dist/hooks/useLibraryVersionTrees/index.js +1 -1
  1268. package/dist/hooks/useLibraryVersionTrees/index.js.map +1 -1
  1269. package/dist/hooks/useLocalStorage/index.js +1 -1
  1270. package/dist/hooks/useLocalStorage/index.js.map +1 -1
  1271. package/dist/hooks/useLocalStorage/useLocalStorage.js +1 -1
  1272. package/dist/hooks/useLocalStorage/useLocalStorage.js.map +1 -1
  1273. package/dist/hooks/useLoginChecker/index.js +1 -1
  1274. package/dist/hooks/useLoginChecker/index.js.map +1 -1
  1275. package/dist/hooks/useLoginChecker/useLoginChecker.js +1 -1
  1276. package/dist/hooks/useLoginChecker/useLoginChecker.js.map +1 -1
  1277. package/dist/hooks/useRecordsConsultationHistory/index.js +1 -1
  1278. package/dist/hooks/useRecordsConsultationHistory/index.js.map +1 -1
  1279. package/dist/hooks/useRecordsConsultationHistory/useRecordsConsultationHistory.js +1 -1
  1280. package/dist/hooks/useRecordsConsultationHistory/useRecordsConsultationHistory.js.map +1 -1
  1281. package/dist/hooks/useRedirectToLogin/index.js +1 -1
  1282. package/dist/hooks/useRedirectToLogin/index.js.map +1 -1
  1283. package/dist/hooks/useRedirectToLogin/useRedirectToLogin.js +1 -1
  1284. package/dist/hooks/useRedirectToLogin/useRedirectToLogin.js.map +1 -1
  1285. package/dist/hooks/useRefreshFieldValues/index.js +1 -1
  1286. package/dist/hooks/useRefreshFieldValues/index.js.map +1 -1
  1287. package/dist/hooks/useRefreshFieldValues/useRefreshFieldValues.js +1 -1
  1288. package/dist/hooks/useRefreshFieldValues/useRefreshFieldValues.js.map +1 -1
  1289. package/dist/hooks/useSharedTranslation/__mocks__/index.js +1 -1
  1290. package/dist/hooks/useSharedTranslation/__mocks__/index.js.map +1 -1
  1291. package/dist/hooks/useSharedTranslation/index.js +1 -1
  1292. package/dist/hooks/useSharedTranslation/index.js.map +1 -1
  1293. package/dist/hooks/useSharedTranslation/useSharedTranslation.js +1 -1
  1294. package/dist/hooks/useSharedTranslation/useSharedTranslation.js.map +1 -1
  1295. package/dist/hooks/useUser/index.js +1 -1
  1296. package/dist/hooks/useUser/index.js.map +1 -1
  1297. package/dist/hooks/useUser/useUser.js +1 -1
  1298. package/dist/hooks/useUser/useUser.js.map +1 -1
  1299. package/dist/hooks/useValuesCacheUpdate/index.js +1 -1
  1300. package/dist/hooks/useValuesCacheUpdate/index.js.map +1 -1
  1301. package/dist/hooks/useValuesCacheUpdate/useValuesCacheUpdate.js +1 -1
  1302. package/dist/hooks/useValuesCacheUpdate/useValuesCacheUpdate.js.map +1 -1
  1303. package/dist/index.js +1 -1
  1304. package/dist/index.js.map +1 -1
  1305. package/dist/locales/en/shared.json +70 -5
  1306. package/dist/locales/fr/shared.json +70 -5
  1307. package/dist/testing/MockedLangContextProvider/MockedLangContextProvider.js +1 -1
  1308. package/dist/testing/MockedLangContextProvider/MockedLangContextProvider.js.map +1 -1
  1309. package/dist/testing/MockedLangContextProvider/index.js +1 -1
  1310. package/dist/testing/MockedLangContextProvider/index.js.map +1 -1
  1311. package/dist/testing/MockedUserContextProvider/MockedUserContextProvider.js +1 -1
  1312. package/dist/testing/MockedUserContextProvider/MockedUserContextProvider.js.map +1 -1
  1313. package/dist/testing/MockedUserContextProvider/index.js +1 -1
  1314. package/dist/testing/MockedUserContextProvider/index.js.map +1 -1
  1315. package/dist/testing/index.js +1 -1
  1316. package/dist/testing/index.js.map +1 -1
  1317. package/dist/types/index.js +1 -1
  1318. package/dist/types/index.js.map +1 -1
  1319. package/dist/types/views.d.ts +4 -4
  1320. package/package.json +8 -2
  1321. package/dist/components/Explorer/types.d.ts +0 -5
  1322. package/dist/components/Explorer/types.js +0 -2
  1323. package/dist/components/Explorer/types.js.map +0 -1
  1324. package/dist/components/LibraryItemsList/LibraryItemsListTable/EditRecordModalContext.js +0 -8
  1325. package/dist/components/LibraryItemsList/LibraryItemsListTable/EditRecordModalContext.js.map +0 -1
  1326. package/dist/components/LibraryItemsList/LibraryItemsListTable/EditRecordModalProvider.d.ts +0 -6
  1327. package/dist/components/LibraryItemsList/LibraryItemsListTable/EditRecordModalProvider.js.map +0 -1
  1328. package/dist/components/LibraryItemsList/LibraryItemsListTable/useEditRecordModalContext.d.ts +0 -1
  1329. package/dist/components/LibraryItemsList/LibraryItemsListTable/useEditRecordModalContext.js.map +0 -1
  1330. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/index.d.ts +0 -2
  1331. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/index.js +0 -6
  1332. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/index.js.map +0 -1
  1333. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducer.d.ts +0 -138
  1334. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducer.js +0 -367
  1335. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducer.js.map +0 -1
  1336. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducerContext.d.ts +0 -7
  1337. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducerContext.js +0 -9
  1338. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducerContext.js.map +0 -1
  1339. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/useStandardFieldReducer.d.ts +0 -1
  1340. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/useStandardFieldReducer.js +0 -7
  1341. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/useStandardFieldReducer.js.map +0 -1
  1342. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.d.ts +0 -3
  1343. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.js +0 -14
  1344. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.js.map +0 -1
  1345. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.d.ts +0 -3
  1346. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.js +0 -22
  1347. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.js.map +0 -1
  1348. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.d.ts +0 -3
  1349. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.js +0 -22
  1350. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.js.map +0 -1
  1351. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.d.ts +0 -3
  1352. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.js +0 -19
  1353. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.js.map +0 -1
  1354. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.d.ts +0 -3
  1355. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.js +0 -32
  1356. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.js.map +0 -1
  1357. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.d.ts +0 -3
  1358. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.js +0 -51
  1359. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.js.map +0 -1
  1360. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.d.ts +0 -3
  1361. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.js +0 -26
  1362. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.js.map +0 -1
  1363. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueDisplayHandler.d.ts +0 -13
  1364. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueDisplayHandler.js +0 -79
  1365. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueDisplayHandler.js.map +0 -1
  1366. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/StandardFieldValueRead.d.ts +0 -9
  1367. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/StandardFieldValueRead.js +0 -107
  1368. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/StandardFieldValueRead.js.map +0 -1
  1369. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/index.d.ts +0 -1
  1370. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/index.js +0 -5
  1371. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/index.js.map +0 -1
  1372. package/dist/hooks/useExecuteAddViewMutation/useExecuteAddViewMutation.d.ts +0 -6
  1373. package/dist/hooks/useExecuteAddViewMutation/useExecuteAddViewMutation.js.map +0 -1
@@ -1,4 +1,4 @@
1
- // Copyright LEAV Solutions 2017
1
+ // Copyright LEAV Solutions 2017 until 2023/11/05, Copyright Aristid from 2023/11/06
2
2
  // This file is released under LGPL V3
3
3
  // License text available at https://www.gnu.org/licenses/lgpl-3.0.txt
4
4
  import { FormFieldTypes, FormUIElementTypes } from '@leav/utils';
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/components/RecordEdition/EditRecordContent/uiElements/index.tsx"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,sCAAsC;AACtC,sEAAsE;AACtE,OAAO,EAAC,cAAc,EAAE,kBAAkB,EAAC,MAAM,aAAa,CAAC;AAE/D,OAAO,SAAS,MAAM,aAAa,CAAC;AACpC,OAAO,WAAW,MAAM,eAAe,CAAC;AACxC,OAAO,QAAQ,MAAM,YAAY,CAAC;AAClC,OAAO,SAAS,MAAM,aAAa,CAAC;AACpC,OAAO,aAAa,MAAM,iBAAiB,CAAC;AAC5C,OAAO,SAAS,MAAM,aAAa,CAAC;AACpC,OAAO,SAAS,MAAM,aAAa,CAAC;AAEpC,MAAM,CAAC,MAAM,cAAc,GAEvB;IACA,CAAC,kBAAkB,CAAC,gBAAgB,CAAC,EAAE,SAAS;IAChD,CAAC,cAAc,CAAC,UAAU,CAAC,EAAE,aAAa;IAC1C,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,aAAa;IACpC,CAAC,cAAc,CAAC,QAAQ,CAAC,EAAE,aAAa;IACxC,CAAC,cAAc,CAAC,SAAS,CAAC,EAAE,aAAa;IACzC,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,SAAS;IAChC,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,SAAS;IAChC,CAAC,kBAAkB,CAAC,IAAI,CAAC,EAAE,QAAQ;IACnC,CAAC,kBAAkB,CAAC,UAAU,CAAC,EAAE,SAAS;IAC1C,CAAC,kBAAkB,CAAC,OAAO,CAAC,EAAE,WAAW;CAC5C,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/components/RecordEdition/EditRecordContent/uiElements/index.tsx"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,sCAAsC;AACtC,sEAAsE;AACtE,OAAO,EAAC,cAAc,EAAE,kBAAkB,EAAC,MAAM,aAAa,CAAC;AAE/D,OAAO,SAAS,MAAM,aAAa,CAAC;AACpC,OAAO,WAAW,MAAM,eAAe,CAAC;AACxC,OAAO,QAAQ,MAAM,YAAY,CAAC;AAClC,OAAO,SAAS,MAAM,aAAa,CAAC;AACpC,OAAO,aAAa,MAAM,iBAAiB,CAAC;AAC5C,OAAO,SAAS,MAAM,aAAa,CAAC;AACpC,OAAO,SAAS,MAAM,aAAa,CAAC;AAEpC,MAAM,CAAC,MAAM,cAAc,GAEvB;IACA,CAAC,kBAAkB,CAAC,gBAAgB,CAAC,EAAE,SAAS;IAChD,CAAC,cAAc,CAAC,UAAU,CAAC,EAAE,aAAa;IAC1C,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,aAAa;IACpC,CAAC,cAAc,CAAC,QAAQ,CAAC,EAAE,aAAa;IACxC,CAAC,cAAc,CAAC,SAAS,CAAC,EAAE,aAAa;IACzC,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,SAAS;IAChC,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,SAAS;IAChC,CAAC,kBAAkB,CAAC,IAAI,CAAC,EAAE,QAAQ;IACnC,CAAC,kBAAkB,CAAC,UAAU,CAAC,EAAE,SAAS;IAC1C,CAAC,kBAAkB,CAAC,OAAO,CAAC,EAAE,WAAW;CAC5C,CAAC"}
@@ -1,12 +1,11 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- // Copyright LEAV Solutions 2017
2
+ // Copyright LEAV Solutions 2017 until 2023/11/05, Copyright Aristid from 2023/11/06
3
3
  // This file is released under LGPL V3
4
4
  // License text available at https://www.gnu.org/licenses/lgpl-3.0.txt
5
5
  import { Modal } from 'antd';
6
6
  import { useRef, useState } from 'react';
7
7
  import { KitButton, KitSpace, KitTypography } from 'aristid-ds';
8
8
  import styled from 'styled-components';
9
- import { themeVars } from '../../../antdTheme';
10
9
  import { useSharedTranslation } from '../../../hooks/useSharedTranslation';
11
10
  import { EditRecord } from '../EditRecord';
12
11
  import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
@@ -16,8 +15,14 @@ import { useForm } from 'antd/lib/form/Form';
16
15
  import { useCreateCancelConfirm } from '../hooks/useCreateCancelConfirm';
17
16
  const modalWidth = 1200;
18
17
  const StyledModal = styled(Modal) `
19
- && .ant-modal-content {
20
- padding: 0;
18
+ && {
19
+ .ant-modal-content {
20
+ padding: 0;
21
+ }
22
+
23
+ .ant-modal-footer {
24
+ margin-top: 0;
25
+ }
21
26
  }
22
27
  `;
23
28
  const Header = styled.div `
@@ -26,7 +31,7 @@ const Header = styled.div `
26
31
  align-self: center;
27
32
  font-size: 1rem;
28
33
  padding: 10px 50px 10px 10px;
29
- border-bottom: 1px solid ${themeVars.borderColor};
34
+ border-bottom: 1px solid var(--general-utilities-border);
30
35
  display: flex;
31
36
  justify-content: space-between;
32
37
  align-items: center;
@@ -35,6 +40,7 @@ const ModalFooter = styled.div `
35
40
  display: flex;
36
41
  justify-content: flex-end;
37
42
  padding: 0.5rem 1rem;
43
+ border-top: 1px solid var(--general-utilities-border);
38
44
  `;
39
45
  export const EditRecordModal = ({ open, record, library, onClose, onCreate, onCreateAndEdit, submitButtons = ['create'], valuesVersion, withInfoButton = true }) => {
40
46
  const { t } = useSharedTranslation();
@@ -1 +1 @@
1
- {"version":3,"file":"EditRecordModal.js","sourceRoot":"","sources":["../../../../src/components/RecordEdition/EditRecordModal/EditRecordModal.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"EditRecordModal.js","sourceRoot":"","sources":["../../../../src/components/RecordEdition/EditRecordModal/EditRecordModal.tsx"],"names":[],"mappings":"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"}
@@ -1,4 +1,4 @@
1
- // Copyright LEAV Solutions 2017
1
+ // Copyright LEAV Solutions 2017 until 2023/11/05, Copyright Aristid from 2023/11/06
2
2
  // This file is released under LGPL V3
3
3
  // License text available at https://www.gnu.org/licenses/lgpl-3.0.txt
4
4
  export { EditRecordModal } from './EditRecordModal';
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/RecordEdition/EditRecordModal/index.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,sCAAsC;AACtC,sEAAsE;AACtE,OAAO,EAAC,eAAe,EAAC,MAAM,mBAAmB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/RecordEdition/EditRecordModal/index.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,sCAAsC;AACtC,sEAAsE;AACtE,OAAO,EAAC,eAAe,EAAC,MAAM,mBAAmB,CAAC"}
@@ -13,6 +13,8 @@ interface IEditRecordPageProps {
13
13
  showRefreshButton?: boolean;
14
14
  withInfoButton?: boolean;
15
15
  onClose: () => void;
16
+ showSidebar?: boolean;
17
+ sidebarContainer?: HTMLElement;
16
18
  }
17
19
  export declare const EditRecordPage: FunctionComponent<IEditRecordPageProps>;
18
20
  export {};
@@ -1,5 +1,5 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
2
- // Copyright LEAV Solutions 2017
2
+ // Copyright LEAV Solutions 2017 until 2023/11/05, Copyright Aristid from 2023/11/06
3
3
  // This file is released under LGPL V3
4
4
  // License text available at https://www.gnu.org/licenses/lgpl-3.0.txt
5
5
  import { useRef, useState } from 'react';
@@ -22,7 +22,7 @@ const Header = styled.div `
22
22
  justify-content: space-between;
23
23
  align-items: center;
24
24
  `;
25
- export const EditRecordPage = ({ record, library, onCreate, onCreateAndEdit, valuesVersion, title, showRefreshButton = true, submitButtons = ['create'], withInfoButton, onClose }) => {
25
+ export const EditRecordPage = ({ record, library, onCreate, onCreateAndEdit, valuesVersion, title, showRefreshButton = true, submitButtons = ['create'], withInfoButton, onClose, showSidebar, sidebarContainer }) => {
26
26
  const { t } = useSharedTranslation();
27
27
  const [currentRecord, setCurrentRecord] = useState(record);
28
28
  const [clickedSubmitButton, setClickedSubmitButton] = useState(null);
@@ -53,6 +53,6 @@ export const EditRecordPage = ({ record, library, onCreate, onCreateAndEdit, val
53
53
  return;
54
54
  }
55
55
  };
56
- return (_jsxs(_Fragment, { children: [_jsxs(Header, { children: [title !== undefined ? (title) : (_jsx(KitTypography.Title, { level: "h2", style: { margin: 0 }, children: currentRecord?.label ?? t('record_edition.new_record') })), _jsxs(KitSpace, { children: [showRefreshButton && (_jsx(KitButton, { ref: refreshButtonRef, "aria-label": "refresh", type: "tertiary", icon: _jsx(FontAwesomeIcon, { icon: faRotateRight }) })), _jsx(KitButton, { onClick: _handleClose, icon: _jsx(FontAwesomeIcon, { icon: faXmark }), children: closeButtonLabel }), _jsx(KitSpace, { children: displayedSubmitButtons })] })] }), _jsx(KitDivider, { noMargin: true, color: "lightGrey" }), _jsx(EditRecord, { antdForm: antdForm, record: currentRecord, library: library, valuesVersion: valuesVersion, onCreate: _handleCreate, buttonsRefs: { refresh: refreshButtonRef }, containerStyle: { height: 'calc(100% - 82px)' }, withInfoButton: withInfoButton })] }));
56
+ return (_jsxs(_Fragment, { children: [_jsxs(Header, { children: [title !== undefined ? (title) : (_jsx(KitTypography.Title, { level: "h2", style: { margin: 0 }, children: currentRecord?.label ?? t('record_edition.new_record') })), _jsxs(KitSpace, { children: [showRefreshButton && (_jsx(KitButton, { ref: refreshButtonRef, "aria-label": "refresh", type: "tertiary", icon: _jsx(FontAwesomeIcon, { icon: faRotateRight }) })), _jsx(KitButton, { onClick: _handleClose, icon: _jsx(FontAwesomeIcon, { icon: faXmark }), children: closeButtonLabel }), _jsx(KitSpace, { children: displayedSubmitButtons })] })] }), _jsx(KitDivider, { noMargin: true, color: "lightGrey" }), _jsx(EditRecord, { antdForm: antdForm, record: currentRecord, library: library, valuesVersion: valuesVersion, onCreate: _handleCreate, buttonsRefs: { refresh: refreshButtonRef }, containerStyle: { height: 'calc(100% - 82px)' }, withInfoButton: withInfoButton, showSidebar: showSidebar, sidebarContainer: sidebarContainer })] }));
57
57
  };
58
58
  //# sourceMappingURL=EditRecordPage.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"EditRecordPage.js","sourceRoot":"","sources":["../../../../src/components/RecordEdition/EditRecordPage/EditRecordPage.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"EditRecordPage.js","sourceRoot":"","sources":["../../../../src/components/RecordEdition/EditRecordPage/EditRecordPage.tsx"],"names":[],"mappings":"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"}
@@ -1,4 +1,4 @@
1
- // Copyright LEAV Solutions 2017
1
+ // Copyright LEAV Solutions 2017 until 2023/11/05, Copyright Aristid from 2023/11/06
2
2
  // This file is released under LGPL V3
3
3
  // License text available at https://www.gnu.org/licenses/lgpl-3.0.txt
4
4
  export { EditRecordPage } from './EditRecordPage';
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/RecordEdition/EditRecordPage/index.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,sCAAsC;AACtC,sEAAsE;AACtE,OAAO,EAAC,cAAc,EAAC,MAAM,kBAAkB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/RecordEdition/EditRecordPage/index.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,sCAAsC;AACtC,sEAAsE;AACtE,OAAO,EAAC,cAAc,EAAC,MAAM,kBAAkB,CAAC"}
@@ -1,6 +1,9 @@
1
+ import { FunctionComponent } from 'react';
1
2
  import { MetadataSubmitValueFunc } from '../EditRecordContent/_types';
2
3
  interface IEditRecordSidebarProps {
3
4
  onMetadataSubmit: MetadataSubmitValueFunc;
5
+ open: boolean;
6
+ sidebarContainer?: HTMLElement;
4
7
  }
5
- declare function EditRecordSidebar({ onMetadataSubmit }: IEditRecordSidebarProps): JSX.Element;
8
+ export declare const EditRecordSidebar: FunctionComponent<IEditRecordSidebarProps>;
6
9
  export default EditRecordSidebar;
@@ -1,10 +1,16 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
+ // Copyright LEAV Solutions 2017 until 2023/11/05, Copyright Aristid from 2023/11/06
3
+ // This file is released under LGPL V3
4
+ // License text available at https://www.gnu.org/licenses/lgpl-3.0.txt
5
+ import { useEffect, useRef } from 'react';
2
6
  import { useEditRecordReducer } from '../editRecordReducer/useEditRecordReducer';
3
7
  import RecordSummary from './RecordSummary';
4
8
  import ValueDetails from './ValueDetails';
5
9
  import ValuesVersions from './ValuesVersions';
6
- function EditRecordSidebar({ onMetadataSubmit }) {
7
- const { state } = useEditRecordReducer();
10
+ import { createPortal } from 'react-dom';
11
+ import { EditRecordReducerActionsTypes } from '../editRecordReducer/editRecordReducer';
12
+ import { KitSidePanel } from 'aristid-ds';
13
+ const _getRecordSidebarContent = (state, onMetadataSubmit) => {
8
14
  switch (state.sidebarContent) {
9
15
  case 'none':
10
16
  return null;
@@ -15,6 +21,28 @@ function EditRecordSidebar({ onMetadataSubmit }) {
15
21
  default:
16
22
  return _jsx(RecordSummary, { record: state.record });
17
23
  }
18
- }
24
+ };
25
+ export const EditRecordSidebar = ({ onMetadataSubmit, open, sidebarContainer }) => {
26
+ const { state, dispatch } = useEditRecordReducer();
27
+ const sidePanelRef = useRef(null);
28
+ const editRecordSidebarContent = (_jsx(KitSidePanel, { ref: sidePanelRef, initialOpen: open, size: "s", children: _getRecordSidebarContent(state, onMetadataSubmit) }));
29
+ useEffect(() => {
30
+ if (sidePanelRef.current) {
31
+ if (open) {
32
+ sidePanelRef.current.open();
33
+ dispatch({
34
+ type: EditRecordReducerActionsTypes.SET_SIDEBAR_CONTENT,
35
+ content: state.sidebarContent === 'none' ? 'summary' : state.sidebarContent
36
+ });
37
+ }
38
+ else {
39
+ sidePanelRef.current.close();
40
+ }
41
+ }
42
+ }, [open]);
43
+ return sidebarContainer === undefined
44
+ ? editRecordSidebarContent
45
+ : createPortal(editRecordSidebarContent, sidebarContainer);
46
+ };
19
47
  export default EditRecordSidebar;
20
48
  //# sourceMappingURL=EditRecordSidebar.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"EditRecordSidebar.js","sourceRoot":"","sources":["../../../../src/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.tsx"],"names":[],"mappings":";AAIA,OAAO,EAAC,oBAAoB,EAAC,MAAM,2CAA2C,CAAC;AAC/E,OAAO,aAAa,MAAM,iBAAiB,CAAC;AAC5C,OAAO,YAAY,MAAM,gBAAgB,CAAC;AAC1C,OAAO,cAAc,MAAM,kBAAkB,CAAC;AAM9C,SAAS,iBAAiB,CAAC,EAAC,gBAAgB,EAA0B;IAClE,MAAM,EAAC,KAAK,EAAC,GAAG,oBAAoB,EAAE,CAAC;IAEvC,QAAQ,KAAK,CAAC,cAAc,EAAE,CAAC;QAC3B,KAAK,MAAM;YACP,OAAO,IAAI,CAAC;QAChB,KAAK,cAAc;YACf,OAAO,CACH,KAAC,YAAY,IACT,KAAK,EAAE,KAAK,CAAC,WAAW,CAAC,KAAK,EAC9B,SAAS,EAAE,KAAK,CAAC,WAAW,CAAC,SAAS,EACtC,gBAAgB,EAAE,gBAAgB,GACpC,CACL,CAAC;QACN,KAAK,gBAAgB;YACjB,OAAO,KAAC,cAAc,KAAG,CAAC;QAC9B;YACI,OAAO,KAAC,aAAa,IAAC,MAAM,EAAE,KAAK,CAAC,MAAM,GAAI,CAAC;IACvD,CAAC;AACL,CAAC;AAED,eAAe,iBAAiB,CAAC"}
1
+ {"version":3,"file":"EditRecordSidebar.js","sourceRoot":"","sources":["../../../../src/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.tsx"],"names":[],"mappings":";AAAA,oFAAoF;AACpF,sCAAsC;AACtC,sEAAsE;AACtE,OAAO,EAAoB,SAAS,EAAE,MAAM,EAAC,MAAM,OAAO,CAAC;AAE3D,OAAO,EAAC,oBAAoB,EAAC,MAAM,2CAA2C,CAAC;AAC/E,OAAO,aAAa,MAAM,iBAAiB,CAAC;AAC5C,OAAO,YAAY,MAAM,gBAAgB,CAAC;AAC1C,OAAO,cAAc,MAAM,kBAAkB,CAAC;AAC9C,OAAO,EAAC,YAAY,EAAC,MAAM,WAAW,CAAC;AACvC,OAAO,EAAC,6BAA6B,EAA0B,MAAM,wCAAwC,CAAC;AAC9G,OAAO,EAAC,YAAY,EAAC,MAAM,YAAY,CAAC;AASxC,MAAM,wBAAwB,GAAG,CAAC,KAA8B,EAAE,gBAAyC,EAAE,EAAE;IAC3G,QAAQ,KAAK,CAAC,cAAc,EAAE,CAAC;QAC3B,KAAK,MAAM;YACP,OAAO,IAAI,CAAC;QAChB,KAAK,cAAc;YACf,OAAO,CACH,KAAC,YAAY,IACT,KAAK,EAAE,KAAK,CAAC,WAAW,CAAC,KAAK,EAC9B,SAAS,EAAE,KAAK,CAAC,WAAW,CAAC,SAAS,EACtC,gBAAgB,EAAE,gBAAgB,GACpC,CACL,CAAC;QACN,KAAK,gBAAgB;YACjB,OAAO,KAAC,cAAc,KAAG,CAAC;QAC9B;YACI,OAAO,KAAC,aAAa,IAAC,MAAM,EAAE,KAAK,CAAC,MAAM,GAAI,CAAC;IACvD,CAAC;AACL,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,iBAAiB,GAA+C,CAAC,EAC1E,gBAAgB,EAChB,IAAI,EACJ,gBAAgB,EACnB,EAAE,EAAE;IACD,MAAM,EAAC,KAAK,EAAE,QAAQ,EAAC,GAAG,oBAAoB,EAAE,CAAC;IACjD,MAAM,YAAY,GAAG,MAAM,CAAyB,IAAI,CAAC,CAAC;IAE1D,MAAM,wBAAwB,GAAG,CAC7B,KAAC,YAAY,IAAC,GAAG,EAAE,YAAY,EAAE,WAAW,EAAE,IAAI,EAAE,IAAI,EAAC,GAAG,YACvD,wBAAwB,CAAC,KAAK,EAAE,gBAAgB,CAAC,GACvC,CAClB,CAAC;IAEF,SAAS,CAAC,GAAG,EAAE;QACX,IAAI,YAAY,CAAC,OAAO,EAAE,CAAC;YACvB,IAAI,IAAI,EAAE,CAAC;gBACP,YAAY,CAAC,OAAO,CAAC,IAAI,EAAE,CAAC;gBAE5B,QAAQ,CAAC;oBACL,IAAI,EAAE,6BAA6B,CAAC,mBAAmB;oBACvD,OAAO,EAAE,KAAK,CAAC,cAAc,KAAK,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,KAAK,CAAC,cAAc;iBAC9E,CAAC,CAAC;YACP,CAAC;iBAAM,CAAC;gBACJ,YAAY,CAAC,OAAO,CAAC,KAAK,EAAE,CAAC;YACjC,CAAC;QACL,CAAC;IACL,CAAC,EAAE,CAAC,IAAI,CAAC,CAAC,CAAC;IAEX,OAAO,gBAAgB,KAAK,SAAS;QACjC,CAAC,CAAC,wBAAwB;QAC1B,CAAC,CAAC,YAAY,CAAC,wBAAwB,EAAE,gBAAgB,CAAC,CAAC;AACnE,CAAC,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
- // Copyright LEAV Solutions 2017
2
+ // Copyright LEAV Solutions 2017 until 2023/11/05, Copyright Aristid from 2023/11/06
3
3
  // This file is released under LGPL V3
4
4
  // License text available at https://www.gnu.org/licenses/lgpl-3.0.txt
5
5
  import { Descriptions, Divider } from 'antd';
@@ -1 +1 @@
1
- {"version":3,"file":"PropertiesList.js","sourceRoot":"","sources":["../../../../../src/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.tsx"],"names":[],"mappings":";AAAA,gCAAgC;AAChC,sCAAsC;AACtC,sEAAsE;AACtE,OAAO,EAAC,YAAY,EAAE,OAAO,EAAC,MAAM,MAAM,CAAC;AAiB3C,SAAS,cAAc,CAAC,EAAC,KAAK,EAAuB;IACjD,OAAO,CACH,KAAC,YAAY,IAAC,MAAM,EAAC,YAAY,EAAC,MAAM,EAAE,CAAC,YACtC,KAAK,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,KAAK,EAAE,EAAE;YACvB,MAAM,EAAC,KAAK,EAAE,KAAK,EAAC,GAAG,IAAgC,CAAC;YAExD,OAAO,CACH,KAAC,YAAY,CAAC,IAAI,IAEd,KAAK,EAAE,KAAK,EACZ,KAAK,EAAE,EAAC,aAAa,EAAE,KAAK,EAAC,EAC7B,UAAU,EAAE,EAAC,UAAU,EAAE,MAAM,EAAE,KAAK,EAAE,KAAK,EAAC,YAE5C,IAAmC,CAAC,OAAO,CAAC,CAAC,CAAC,CAC5C,KAAC,OAAO,mBAAyB,SAAS,IAA5B,KAAK,CAA0B,CAChD,CAAC,CAAC,CAAC,CACA,KAAK,CACR,IATI,KAAK,CAUM,CACvB,CAAC;QACN,CAAC,CAAC,GACS,CAClB,CAAC;AACN,CAAC;AAED,eAAe,cAAc,CAAC"}
1
+ {"version":3,"file":"PropertiesList.js","sourceRoot":"","sources":["../../../../../src/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.tsx"],"names":[],"mappings":";AAAA,oFAAoF;AACpF,sCAAsC;AACtC,sEAAsE;AACtE,OAAO,EAAC,YAAY,EAAE,OAAO,EAAC,MAAM,MAAM,CAAC;AAiB3C,SAAS,cAAc,CAAC,EAAC,KAAK,EAAuB;IACjD,OAAO,CACH,KAAC,YAAY,IAAC,MAAM,EAAC,YAAY,EAAC,MAAM,EAAE,CAAC,YACtC,KAAK,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,KAAK,EAAE,EAAE;YACvB,MAAM,EAAC,KAAK,EAAE,KAAK,EAAC,GAAG,IAAgC,CAAC;YAExD,OAAO,CACH,KAAC,YAAY,CAAC,IAAI,IAEd,KAAK,EAAE,KAAK,EACZ,KAAK,EAAE,EAAC,aAAa,EAAE,KAAK,EAAC,EAC7B,UAAU,EAAE,EAAC,UAAU,EAAE,MAAM,EAAE,KAAK,EAAE,KAAK,EAAC,YAE5C,IAAmC,CAAC,OAAO,CAAC,CAAC,CAAC,CAC5C,KAAC,OAAO,mBAAyB,SAAS,IAA5B,KAAK,CAA0B,CAChD,CAAC,CAAC,CAAC,CACA,KAAK,CACR,IATI,KAAK,CAUM,CACvB,CAAC;QACN,CAAC,CAAC,GACS,CAClB,CAAC;AACN,CAAC;AAED,eAAe,cAAc,CAAC"}
@@ -1,4 +1,4 @@
1
- // Copyright LEAV Solutions 2017
1
+ // Copyright LEAV Solutions 2017 until 2023/11/05, Copyright Aristid from 2023/11/06
2
2
  // This file is released under LGPL V3
3
3
  // License text available at https://www.gnu.org/licenses/lgpl-3.0.txt
4
4
  import PropertiesList from './PropertiesList';
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/components/RecordEdition/EditRecordSidebar/PropertiesList/index.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,sCAAsC;AACtC,sEAAsE;AACtE,OAAO,cAAc,MAAM,kBAAkB,CAAC;AAC9C,eAAe,cAAc,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/components/RecordEdition/EditRecordSidebar/PropertiesList/index.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,sCAAsC;AACtC,sEAAsE;AACtE,OAAO,cAAc,MAAM,kBAAkB,CAAC;AAC9C,eAAe,cAAc,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- // Copyright LEAV Solutions 2017
2
+ // Copyright LEAV Solutions 2017 until 2023/11/05, Copyright Aristid from 2023/11/06
3
3
  // This file is released under LGPL V3
4
4
  // License text available at https://www.gnu.org/licenses/lgpl-3.0.txt
5
5
  import { localizedTranslation } from '@leav/utils';
@@ -1 +1 @@
1
- {"version":3,"file":"RecordSummary.js","sourceRoot":"","sources":["../../../../../src/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"RecordSummary.js","sourceRoot":"","sources":["../../../../../src/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.tsx"],"names":[],"mappings":"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"}
@@ -1,4 +1,4 @@
1
- // Copyright LEAV Solutions 2017
1
+ // Copyright LEAV Solutions 2017 until 2023/11/05, Copyright Aristid from 2023/11/06
2
2
  // This file is released under LGPL V3
3
3
  // License text available at https://www.gnu.org/licenses/lgpl-3.0.txt
4
4
  import RecordSummary from './RecordSummary';
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/components/RecordEdition/EditRecordSidebar/RecordSummary/index.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,sCAAsC;AACtC,sEAAsE;AACtE,OAAO,aAAa,MAAM,iBAAiB,CAAC;AAC5C,eAAe,aAAa,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/components/RecordEdition/EditRecordSidebar/RecordSummary/index.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,sCAAsC;AACtC,sEAAsE;AACtE,OAAO,aAAa,MAAM,iBAAiB,CAAC;AAC5C,eAAe,aAAa,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
- // Copyright LEAV Solutions 2017
2
+ // Copyright LEAV Solutions 2017 until 2023/11/05, Copyright Aristid from 2023/11/06
3
3
  // This file is released under LGPL V3
4
4
  // License text available at https://www.gnu.org/licenses/lgpl-3.0.txt
5
5
  import { isTypeStandard } from '@leav/utils';
@@ -1 +1 @@
1
- {"version":3,"file":"AttributeDetails.js","sourceRoot":"","sources":["../../../../../../src/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/AttributeDetails.tsx"],"names":[],"mappings":";AAAA,gCAAgC;AAChC,sCAAsC;AACtC,sEAAsE;AACtE,OAAO,EAAC,cAAc,EAAC,MAAM,aAAa,CAAC;AAC3C,OAAO,EAAC,QAAQ,EAAE,KAAK,EAAC,MAAM,MAAM,CAAC;AAErC,OAAO,MAAM,MAAM,mBAAmB,CAAC;AACvC,OAAO,EAAC,oBAAoB,EAAC,MAAM,gCAAgC,CAAC;AACpE,OAAO,EAAC,SAAS,EAAC,MAAM,0BAA0B,CAAC;AAEnD,OAAO,cAAc,MAAM,sBAAsB,CAAC;AAElD,MAAM,wBAAwB,GAAG,MAAM,CAAC,QAAQ,CAAC,CAA4B;;;;;;;;;;0BAUnD,SAAS,CAAC,SAAS;gCACb,SAAS,CAAC,WAAW;6BACxB,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,WAAW,CAAC,YAAY;;;CAG3D,CAAC;AAMF,SAAS,gBAAgB,CAAC,EAAC,SAAS,EAAyB;IACzD,MAAM,EAAC,CAAC,EAAC,GAAG,oBAAoB,EAAE,CAAC;IACnC,MAAM,EAAC,KAAK,EAAC,GAAG,KAAK,CAAC,QAAQ,EAAE,CAAC;IAEjC,MAAM,uBAAuB,GAAG;QAC5B;YACI,KAAK,EAAE,CAAC,CAAC,6BAA6B,CAAC;YACvC,KAAK,EAAE,SAAS,CAAC,EAAE;SACtB;QACD;YACI,KAAK,EAAE,CAAC,CAAC,+BAA+B,CAAC;YACzC,KAAK,EAAE,CAAC,CAAC,iCAAiC,SAAS,CAAC,IAAI,EAAE,CAAC;SAC9D;KACJ,CAAC;IAEF,IAAI,cAAc,CAAC,SAAS,CAAC,IAAI,CAAC,EAAE,CAAC;QACjC,uBAAuB,CAAC,IAAI,CAAC;YACzB,KAAK,EAAE,CAAC,CAAC,iCAAiC,CAAC;YAC3C,KAAK,EAAE,SAAS,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,mCAAmC,SAAS,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC,CAAC,IAAI;SAC5F,CAAC,CAAC;IACP,CAAC;IAED,MAAM,aAAa,GAAG;QAClB;YACI,GAAG,EAAE,WAAW;YAChB,KAAK,EAAE,CAAC,CAAC,0CAA0C,CAAC;YACpD,QAAQ,EAAE,KAAC,cAAc,IAAC,KAAK,EAAE,uBAAuB,GAAI;SAC/D;KACJ,CAAC;IAEF,OAAO,CACH,KAAC,wBAAwB,IACrB,KAAK,EAAE,aAAa,EACpB,oBAAoB,QACpB,QAAQ,EAAE,KAAK,EACf,KAAK,uBACQ,KAAK,GACpB,CACL,CAAC;AACN,CAAC;AAED,eAAe,gBAAgB,CAAC"}
1
+ {"version":3,"file":"AttributeDetails.js","sourceRoot":"","sources":["../../../../../../src/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/AttributeDetails.tsx"],"names":[],"mappings":";AAAA,oFAAoF;AACpF,sCAAsC;AACtC,sEAAsE;AACtE,OAAO,EAAC,cAAc,EAAC,MAAM,aAAa,CAAC;AAC3C,OAAO,EAAC,QAAQ,EAAE,KAAK,EAAC,MAAM,MAAM,CAAC;AAErC,OAAO,MAAM,MAAM,mBAAmB,CAAC;AACvC,OAAO,EAAC,oBAAoB,EAAC,MAAM,gCAAgC,CAAC;AACpE,OAAO,EAAC,SAAS,EAAC,MAAM,0BAA0B,CAAC;AAEnD,OAAO,cAAc,MAAM,sBAAsB,CAAC;AAElD,MAAM,wBAAwB,GAAG,MAAM,CAAC,QAAQ,CAAC,CAA4B;;;;;;;;;;0BAUnD,SAAS,CAAC,SAAS;gCACb,SAAS,CAAC,WAAW;6BACxB,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,WAAW,CAAC,YAAY;;;CAG3D,CAAC;AAMF,SAAS,gBAAgB,CAAC,EAAC,SAAS,EAAyB;IACzD,MAAM,EAAC,CAAC,EAAC,GAAG,oBAAoB,EAAE,CAAC;IACnC,MAAM,EAAC,KAAK,EAAC,GAAG,KAAK,CAAC,QAAQ,EAAE,CAAC;IAEjC,MAAM,uBAAuB,GAAG;QAC5B;YACI,KAAK,EAAE,CAAC,CAAC,6BAA6B,CAAC;YACvC,KAAK,EAAE,SAAS,CAAC,EAAE;SACtB;QACD;YACI,KAAK,EAAE,CAAC,CAAC,+BAA+B,CAAC;YACzC,KAAK,EAAE,CAAC,CAAC,iCAAiC,SAAS,CAAC,IAAI,EAAE,CAAC;SAC9D;KACJ,CAAC;IAEF,IAAI,cAAc,CAAC,SAAS,CAAC,IAAI,CAAC,EAAE,CAAC;QACjC,uBAAuB,CAAC,IAAI,CAAC;YACzB,KAAK,EAAE,CAAC,CAAC,iCAAiC,CAAC;YAC3C,KAAK,EAAE,SAAS,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,mCAAmC,SAAS,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC,CAAC,IAAI;SAC5F,CAAC,CAAC;IACP,CAAC;IAED,MAAM,aAAa,GAAG;QAClB;YACI,GAAG,EAAE,WAAW;YAChB,KAAK,EAAE,CAAC,CAAC,0CAA0C,CAAC;YACpD,QAAQ,EAAE,KAAC,cAAc,IAAC,KAAK,EAAE,uBAAuB,GAAI;SAC/D;KACJ,CAAC;IAEF,OAAO,CACH,KAAC,wBAAwB,IACrB,KAAK,EAAE,aAAa,EACpB,oBAAoB,QACpB,QAAQ,EAAE,KAAK,EACf,KAAK,uBACQ,KAAK,GACpB,CACL,CAAC;AACN,CAAC;AAED,eAAe,gBAAgB,CAAC"}
@@ -1,4 +1,4 @@
1
- // Copyright LEAV Solutions 2017
1
+ // Copyright LEAV Solutions 2017 until 2023/11/05, Copyright Aristid from 2023/11/06
2
2
  // This file is released under LGPL V3
3
3
  // License text available at https://www.gnu.org/licenses/lgpl-3.0.txt
4
4
  import AttributeDetails from './AttributeDetails';
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/index.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,sCAAsC;AACtC,sEAAsE;AACtE,OAAO,gBAAgB,MAAM,oBAAoB,CAAC;AAClD,eAAe,gBAAgB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/index.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,sCAAsC;AACtC,sEAAsE;AACtE,OAAO,gBAAgB,MAAM,oBAAoB,CAAC;AAClD,eAAe,gBAAgB,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
- // Copyright LEAV Solutions 2017
2
+ // Copyright LEAV Solutions 2017 until 2023/11/05, Copyright Aristid from 2023/11/06
3
3
  // This file is released under LGPL V3
4
4
  // License text available at https://www.gnu.org/licenses/lgpl-3.0.txt
5
5
  import { localizedTranslation } from '@leav/utils';
@@ -1 +1 @@
1
- {"version":3,"file":"TreeValuePath.js","sourceRoot":"","sources":["../../../../../../src/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/TreeValuePath.tsx"],"names":[],"mappings":";AAAA,gCAAgC;AAChC,sCAAsC;AACtC,sEAAsE;AACtE,OAAO,EAAC,oBAAoB,EAAC,MAAM,aAAa,CAAC;AACjD,OAAO,EAAC,IAAI,EAAC,MAAM,MAAM,CAAC;AAE1B,OAAO,MAAM,MAAM,mBAAmB,CAAC;AACvC,OAAO,EAAC,SAAS,EAAC,MAAM,0BAA0B,CAAC;AACnD,OAAO,OAAO,MAAM,8BAA8B,CAAC;AASnD,MAAM,MAAM,GAAG,MAAM,CAAC,IAAI,CAAC,CAAA;;4BAEC,SAAS,CAAC,WAAW;;CAEhD,CAAC;AAEF,SAAS,aAAa,CAAC,EAAC,KAAK,EAAE,SAAS,EAAsB;IAC1D,MAAM,EAAC,IAAI,EAAC,GAAG,OAAO,EAAE,CAAC;IACzB,MAAM,aAAa,GAAG,KAAK,CAAC,SAAS,CAAC,SAAS,IAAI,EAAE,CAAC;IAEtD,MAAM,UAAU,GAAsB;QAClC,SAAS,EAAE,KAAK;QAChB,UAAU,EAAE,KAAK;KACpB,CAAC;IAEF,MAAM,WAAW,GAAG,CAAC,GAAG,aAAa,CAAC,CAAC,OAAO,EAAE,CAAC,MAAM,CAAC,CAAC,QAAoB,EAAE,IAAI,EAAc,EAAE,CAAC;QAC5F;YACI,GAAG,UAAU;YACb,KAAK,EAAE,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC,KAAK;YAC/B,GAAG,EAAE,IAAI,CAAC,MAAM,CAAC,EAAE;YACnB,QAAQ,EAAE,QAAQ,IAAI,EAAE;SAC3B;KACJ,EAAE,EAAE,CAAC,CAAC;IAEX,MAAM,QAAQ,GAAG;QACb;YACI,GAAG,UAAU;YACb,KAAK,EAAE,oBAAoB,CAAC,SAAS,CAAC,WAAW,CAAC,KAAK,EAAE,IAAI,CAAC;YAC9D,GAAG,EAAE,SAAS,CAAC,WAAW,CAAC,EAAE;YAC7B,QAAQ,EAAE,WAAW;SACxB;KACJ,CAAC;IAEF,OAAO,KAAC,MAAM,IAAsB,QAAQ,EAAE,KAAK,EAAE,QAAQ,EAAE,QAAQ,EAAE,gBAAgB,UAArE,KAAK,CAAC,QAAQ,CAA0D,CAAC;AACjG,CAAC;AAED,eAAe,aAAa,CAAC"}
1
+ {"version":3,"file":"TreeValuePath.js","sourceRoot":"","sources":["../../../../../../src/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/TreeValuePath.tsx"],"names":[],"mappings":";AAAA,oFAAoF;AACpF,sCAAsC;AACtC,sEAAsE;AACtE,OAAO,EAAC,oBAAoB,EAAC,MAAM,aAAa,CAAC;AACjD,OAAO,EAAC,IAAI,EAAC,MAAM,MAAM,CAAC;AAE1B,OAAO,MAAM,MAAM,mBAAmB,CAAC;AACvC,OAAO,EAAC,SAAS,EAAC,MAAM,0BAA0B,CAAC;AACnD,OAAO,OAAO,MAAM,8BAA8B,CAAC;AASnD,MAAM,MAAM,GAAG,MAAM,CAAC,IAAI,CAAC,CAAA;;4BAEC,SAAS,CAAC,WAAW;;CAEhD,CAAC;AAEF,SAAS,aAAa,CAAC,EAAC,KAAK,EAAE,SAAS,EAAsB;IAC1D,MAAM,EAAC,IAAI,EAAC,GAAG,OAAO,EAAE,CAAC;IACzB,MAAM,aAAa,GAAG,KAAK,CAAC,SAAS,CAAC,SAAS,IAAI,EAAE,CAAC;IAEtD,MAAM,UAAU,GAAsB;QAClC,SAAS,EAAE,KAAK;QAChB,UAAU,EAAE,KAAK;KACpB,CAAC;IAEF,MAAM,WAAW,GAAG,CAAC,GAAG,aAAa,CAAC,CAAC,OAAO,EAAE,CAAC,MAAM,CAAC,CAAC,QAAoB,EAAE,IAAI,EAAc,EAAE,CAAC;QAC5F;YACI,GAAG,UAAU;YACb,KAAK,EAAE,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC,KAAK;YAC/B,GAAG,EAAE,IAAI,CAAC,MAAM,CAAC,EAAE;YACnB,QAAQ,EAAE,QAAQ,IAAI,EAAE;SAC3B;KACJ,EAAE,EAAE,CAAC,CAAC;IAEX,MAAM,QAAQ,GAAG;QACb;YACI,GAAG,UAAU;YACb,KAAK,EAAE,oBAAoB,CAAC,SAAS,CAAC,WAAW,CAAC,KAAK,EAAE,IAAI,CAAC;YAC9D,GAAG,EAAE,SAAS,CAAC,WAAW,CAAC,EAAE;YAC7B,QAAQ,EAAE,WAAW;SACxB;KACJ,CAAC;IAEF,OAAO,KAAC,MAAM,IAAsB,QAAQ,EAAE,KAAK,EAAE,QAAQ,EAAE,QAAQ,EAAE,gBAAgB,UAArE,KAAK,CAAC,QAAQ,CAA0D,CAAC;AACjG,CAAC;AAED,eAAe,aAAa,CAAC"}
@@ -1,4 +1,4 @@
1
- // Copyright LEAV Solutions 2017
1
+ // Copyright LEAV Solutions 2017 until 2023/11/05, Copyright Aristid from 2023/11/06
2
2
  // This file is released under LGPL V3
3
3
  // License text available at https://www.gnu.org/licenses/lgpl-3.0.txt
4
4
  import TreeValuePath from './TreeValuePath';
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/index.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,sCAAsC;AACtC,sEAAsE;AACtE,OAAO,aAAa,MAAM,iBAAiB,CAAC;AAC5C,eAAe,aAAa,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/index.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,sCAAsC;AACtC,sEAAsE;AACtE,OAAO,aAAa,MAAM,iBAAiB,CAAC;AAC5C,eAAe,aAAa,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
2
- // Copyright LEAV Solutions 2017
2
+ // Copyright LEAV Solutions 2017 until 2023/11/05, Copyright Aristid from 2023/11/06
3
3
  // This file is released under LGPL V3
4
4
  // License text available at https://www.gnu.org/licenses/lgpl-3.0.txt
5
5
  import { CloseOutlined } from '@ant-design/icons';
@@ -1 +1 @@
1
- {"version":3,"file":"ValueDetails.js","sourceRoot":"","sources":["../../../../../src/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"ValueDetails.js","sourceRoot":"","sources":["../../../../../src/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.tsx"],"names":[],"mappings":"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"}
@@ -1,5 +1,5 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- // Copyright LEAV Solutions 2017
2
+ // Copyright LEAV Solutions 2017 until 2023/11/05, Copyright Aristid from 2023/11/06
3
3
  // This file is released under LGPL V3
4
4
  // License text available at https://www.gnu.org/licenses/lgpl-3.0.txt
5
5
  import { isTypeLink, isTypeStandard } from '@leav/utils';
@@ -1 +1 @@
1
- {"version":3,"file":"ValueInfo.js","sourceRoot":"","sources":["../../../../../../src/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/ValueInfo.tsx"],"names":[],"mappings":";AAAA,gCAAgC;AAChC,sCAAsC;AACtC,sEAAsE;AACtE,OAAO,EAAC,UAAU,EAAE,cAAc,EAAC,MAAM,aAAa,CAAC;AACvD,OAAO,OAAO,MAAM,gBAAgB,CAAC;AACrC,OAAO,MAAM,MAAM,mBAAmB,CAAC;AACvC,OAAO,EAAC,SAAS,EAAC,MAAM,eAAe,CAAC;AACxC,OAAO,EAAC,UAAU,EAAC,MAAM,2BAA2B,CAAC;AACrD,OAAO,EAAC,WAAW,EAAC,MAAM,eAAe,CAAC;AAC1C,OAAO,EAAC,oBAAoB,EAAC,MAAM,gCAAgC,CAAC;AACpE,OAAO,EAAC,eAAe,EAAC,MAAM,eAAe,CAAC;AAE9C,OAAO,EAAC,oBAAoB,EAAC,MAAM,YAAY,CAAC;AAChD,OAAO,EAAC,oBAAoB,EAAC,MAAM,iDAAiD,CAAC;AACrF,OAAO,cAAc,MAAM,sBAAsB,CAAC;AAElD,MAAM,OAAO,GAAG,MAAM,CAAC,GAAG,CAAA;;CAEzB,CAAC;AAEF,MAAM,kBAAkB,GAAG,MAAM,CAAC,GAAG,CAAA;kBACnB,SAAS,CAAC,WAAW;;;;CAItC,CAAC;AAEF,MAAM,KAAK,GAAG,MAAM,CAAC,GAAG,CAAA;;;;CAIvB,CAAC;AAEF,SAAS,SAAS;IACd,MAAM,EAAC,CAAC,EAAC,GAAG,oBAAoB,EAAE,CAAC;IACnC,MAAM,EAAC,KAAK,EAAC,GAAG,oBAAoB,EAAE,CAAC;IACvC,MAAM,EAAC,KAAK,EAAE,SAAS,EAAC,GAAG,KAAK,CAAC,WAAW,CAAC;IAE7C,MAAM,mBAAmB,GAAG,KAAK,EAAE,WAAW;QAC1C,CAAC,CAAC;YACI;gBACI,KAAK,EAAE,cAAc,CAAC,SAAS,CAAC,IAAI,CAAC;oBACjC,CAAC,CAAC,CAAC,CAAC,2BAA2B,CAAC;oBAChC,CAAC,CAAC,CAAC,CAAC,gCAAgC,CAAC;gBACzC,KAAK,EAAE,GAAG,IAAI,IAAI,CAAC,KAAK,CAAC,UAAU,GAAG,IAAI,CAAC,CAAC,cAAc,EAAE,IACxD,KAAK,EAAE,UAAU,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,mBAAmB,CAAC,IAAI,KAAK,CAAC,UAAU,CAAC,MAAM,CAAC,KAAK,EAAE,CAAC,CAAC,CAAC,EACxF,EAAE;aACL;YACD;gBACI,KAAK,EAAE,CAAC,CAAC,4BAA4B,CAAC;gBACtC,KAAK,EAAE,GAAG,IAAI,IAAI,CAAC,KAAK,CAAC,WAAW,GAAG,IAAI,CAAC,CAAC,cAAc,EAAE,IACzD,KAAK,EAAE,WAAW,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,mBAAmB,CAAC,IAAI,KAAK,CAAC,WAAW,CAAC,MAAM,CAAC,KAAK,EAAE,CAAC,CAAC,CAAC,EAC1F,EAAE;aACL;SACJ;QACH,CAAC,CAAC,EAAE,CAAC;IAET,IAAI,KAAK,EAAE,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,EAAE,OAAO,CAAC,EAAE,CAAC;QAC7C,mBAAmB,CAAC,IAAI,CAAC;YACrB,KAAK,EAAE,CAAC,CAAC,wBAAwB,CAAC;YAClC,KAAK,EAAE,oBAAoB,CAAC,KAAK,CAAC,OAAO,CAAC;SAC7C,CAAC,CAAC;IACP,CAAC;IAED,IAAI,KAAK,EAAE,MAAM,IAAI,KAAK,EAAE,QAAQ,IAAI,CAAC,OAAO,CAAC,KAAK,EAAE,QAAQ,CAAC,EAAE,CAAC;QAChE,mBAAmB,CAAC,IAAI,CAAC;YACrB,KAAK,EAAE,CAAC,CAAC,6BAA6B,CAAC;YACvC,KAAK,EAAE,KAAK,EAAE,QAAQ;SACzB,CAAC,CAAC;IACP,CAAC;IAED,MAAM,mBAAmB,GACrB,cAAc,CAAC,SAAS,CAAC,IAAI,CAAC,IAAI,SAAS,CAAC,MAAM,KAAK,eAAe,CAAC,IAAI,IAAI,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,KAAK,CAAC;IAE7G,IAAI,CAAC,mBAAmB,CAAC,MAAM,IAAI,CAAC,mBAAmB,EAAE,CAAC;QACtD,OAAO,IAAI,CAAC;IAChB,CAAC;IAED,MAAM,WAAW,GAAG,mBAAmB,CAAC,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,WAAW,CAAC,YAAY,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC;IAC/F,MAAM,wBAAwB,GAAG,cAAc,CAAC,SAAS,CAAC,IAAI,CAAC;QAC3D,CAAC,CAAC,CAAC,CAAC,8BAA8B,CAAC;QACnC,CAAC,CAAC,CAAC,CAAC,6BAA6B,CAAC,CAAC;IAEvC,MAAM,WAAW,GAAG,cAAc,CAAC,SAAS,CAAC,IAAI,CAAC;QAC9C,CAAC,CAAC,IAAI;QACN,CAAC,CAAC,UAAU,CAAC,SAAS,CAAC,IAAI,CAAC;YAC5B,CAAC,CAAE,KAA6B,EAAE,SAAS,EAAE,MAAM;YACnD,CAAC,CAAE,KAA6B,EAAE,SAAS,EAAE,MAAM,EAAE,MAAM,CAAC;IAEhE,OAAO,CACH,MAAC,OAAO,eACJ,MAAC,KAAK,eACD,wBAAwB,OACxB,mBAAmB,IAAI,CACpB,KAAC,kBAAkB,cAAE,CAAC,CAAC,6BAA6B,EAAE,EAAC,MAAM,EAAE,WAAW,EAAC,CAAC,GAAsB,CACrG,IACG,EACP,WAAW,IAAI,CACZ,KAAC,UAAU,IAAC,MAAM,EAAE,WAAW,EAAE,IAAI,EAAE,WAAW,CAAC,GAAG,EAAE,IAAI,QAAC,KAAK,EAAE,EAAC,YAAY,EAAE,MAAM,EAAC,GAAI,CACjG,EACD,KAAC,cAAc,IAAC,KAAK,EAAE,mBAAmB,GAAI,IACxC,CACb,CAAC;AACN,CAAC;AAED,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"ValueInfo.js","sourceRoot":"","sources":["../../../../../../src/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/ValueInfo.tsx"],"names":[],"mappings":"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"}
@@ -1,4 +1,4 @@
1
- // Copyright LEAV Solutions 2017
1
+ // Copyright LEAV Solutions 2017 until 2023/11/05, Copyright Aristid from 2023/11/06
2
2
  // This file is released under LGPL V3
3
3
  // License text available at https://www.gnu.org/licenses/lgpl-3.0.txt
4
4
  import ValueInfo from './ValueInfo';
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/index.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,sCAAsC;AACtC,sEAAsE;AACtE,OAAO,SAAS,MAAM,aAAa,CAAC;AACpC,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/index.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,sCAAsC;AACtC,sEAAsE;AACtE,OAAO,SAAS,MAAM,aAAa,CAAC;AACpC,eAAe,SAAS,CAAC"}
@@ -1,3 +1,4 @@
1
+ import { FunctionComponent } from 'react';
1
2
  import { RecordFormAttributeFragment } from '../../../../../_gqlTypes';
2
3
  import { RecordProperty } from '../../../../../_queries/records/getRecordPropertiesQuery';
3
4
  import { MetadataSubmitValueFunc } from '../../../EditRecordContent/_types';
@@ -6,5 +7,5 @@ interface IValueMetadataProps {
6
7
  attribute: RecordFormAttributeFragment;
7
8
  onMetadataSubmit: MetadataSubmitValueFunc;
8
9
  }
9
- declare function ValueMetadata({ value: parentValue, attribute, onMetadataSubmit }: IValueMetadataProps): JSX.Element;
10
+ declare const ValueMetadata: FunctionComponent<IValueMetadataProps>;
10
11
  export default ValueMetadata;
@@ -1,10 +1,6 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
- // Copyright LEAV Solutions 2017
3
- // This file is released under LGPL V3
4
- // License text available at https://www.gnu.org/licenses/lgpl-3.0.txt
5
2
  import { FormFieldTypes } from '@leav/utils';
6
3
  import { Space } from 'antd';
7
- import useLang from '../../../../../hooks/useLang';
8
4
  import { AttributeFormat, FormElementTypes } from '../../../../../_gqlTypes';
9
5
  import { formComponents } from '../../../EditRecordContent/uiElements';
10
6
  import StandardField from '../../../EditRecordContent/uiElements/StandardField';
@@ -19,8 +15,7 @@ const _inputTypeByFormat = {
19
15
  [AttributeFormat.color]: FormFieldTypes.TEXT_INPUT,
20
16
  [AttributeFormat.rich_text]: FormFieldTypes.TEXT_INPUT
21
17
  };
22
- function ValueMetadata({ value: parentValue, attribute, onMetadataSubmit }) {
23
- const { lang } = useLang();
18
+ const ValueMetadata = ({ value: parentValue, attribute, onMetadataSubmit }) => {
24
19
  const _handleValueSubmit = field => (values) => onMetadataSubmit(parentValue, attribute, {
25
20
  [field.id]: values[0].value
26
21
  });
@@ -35,7 +30,7 @@ function ValueMetadata({ value: parentValue, attribute, onMetadataSubmit }) {
35
30
  type: FormElementTypes.field,
36
31
  uiElementType: _inputTypeByFormat[field.format],
37
32
  valueError: null,
38
- values: [parentValue?.metadata?.find(({ name }) => name === field.id)?.value] ?? [],
33
+ values: [parentValue?.metadata?.find(({ name }) => name === field.id)?.value],
39
34
  settings: {
40
35
  label: field.label
41
36
  },
@@ -43,6 +38,6 @@ function ValueMetadata({ value: parentValue, attribute, onMetadataSubmit }) {
43
38
  };
44
39
  return (_jsx(StandardField, { element: formElement, onValueSubmit: _handleValueSubmit(field), onValueDelete: _handleValueDelete(field), onDeleteMultipleValues: null, metadataEdit: true }, `${field.id}_${parentValue?.id_value}`));
45
40
  }) }));
46
- }
41
+ };
47
42
  export default ValueMetadata;
48
43
  //# sourceMappingURL=ValueMetadata.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ValueMetadata.js","sourceRoot":"","sources":["../../../../../../src/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.tsx"],"names":[],"mappings":";AAAA,gCAAgC;AAChC,sCAAsC;AACtC,sEAAsE;AACtE,OAAO,EAAC,cAAc,EAA8C,MAAM,aAAa,CAAC;AACxF,OAAO,EAAC,KAAK,EAAC,MAAM,MAAM,CAAC;AAC3B,OAAO,OAAO,MAAM,8BAA8B,CAAC;AACnD,OAAO,EACH,eAAe,EACf,gBAAgB,EAGnB,MAAM,0BAA0B,CAAC;AAElC,OAAO,EAAC,cAAc,EAAC,MAAM,uCAAuC,CAAC;AACrE,OAAO,aAAa,MAAM,qDAAqD,CAAC;AAkBhF,MAAM,kBAAkB,GAAkD;IACtE,CAAC,eAAe,CAAC,IAAI,CAAC,EAAE,cAAc,CAAC,UAAU;IACjD,CAAC,eAAe,CAAC,OAAO,CAAC,EAAE,cAAc,CAAC,UAAU;IACpD,CAAC,eAAe,CAAC,IAAI,CAAC,EAAE,cAAc,CAAC,IAAI;IAC3C,CAAC,eAAe,CAAC,OAAO,CAAC,EAAE,cAAc,CAAC,QAAQ;IAClD,CAAC,eAAe,CAAC,UAAU,CAAC,EAAE,cAAc,CAAC,IAAI;IACjD,CAAC,eAAe,CAAC,SAAS,CAAC,EAAE,cAAc,CAAC,UAAU;IACtD,CAAC,eAAe,CAAC,QAAQ,CAAC,EAAE,cAAc,CAAC,UAAU;IACrD,CAAC,eAAe,CAAC,KAAK,CAAC,EAAE,cAAc,CAAC,UAAU;IAClD,CAAC,eAAe,CAAC,SAAS,CAAC,EAAE,cAAc,CAAC,UAAU;CACzD,CAAC;AAEF,SAAS,aAAa,CAAC,EAAC,KAAK,EAAE,WAAW,EAAE,SAAS,EAAE,gBAAgB,EAAsB;IACzF,MAAM,EAAC,IAAI,EAAC,GAAG,OAAO,EAAE,CAAC;IAEzB,MAAM,kBAAkB,GACpB,KAAK,CAAC,EAAE,CACR,CAAC,MAAM,EAAkC,EAAE,CACvC,gBAAgB,CAAC,WAAW,EAAE,SAAS,EAAE;QACrC,CAAC,KAAK,CAAC,EAAE,CAAC,EAAG,MAAM,CAAC,CAAC,CAA6B,CAAC,KAAK;KAC3D,CAAC,CAAC;IAEX,MAAM,kBAAkB,GACpB,KAAK,CAAC,EAAE,CACR,CAAC,MAAM,EAAkC,EAAE,CACvC,gBAAgB,CAAC,WAAW,EAAE,SAAS,EAAE;QACrC,CAAC,KAAK,CAAC,EAAE,CAAC,EAAE,IAAI;KACnB,CAAC,CAAC;IAEX,OAAO,CACH,KAAC,KAAK,IAAC,SAAS,EAAC,UAAU,EAAC,KAAK,EAAE,EAAC,KAAK,EAAE,MAAM,EAAC,EAAE,IAAI,EAAC,OAAO,YAC3D,SAAS,CAAC,eAAe,CAAC,GAAG,CAAC,KAAK,CAAC,EAAE;YACnC,MAAM,WAAW,GAAuC;gBACpD,EAAE,EAAE,KAAK,CAAC,EAAE;gBACZ,SAAS,EAAE,KAAoC;gBAC/C,WAAW,EAAE,QAAQ;gBACrB,IAAI,EAAE,gBAAgB,CAAC,KAAK;gBAC5B,aAAa,EAAE,kBAAkB,CAAC,KAAK,CAAC,MAAM,CAAC;gBAC/C,UAAU,EAAE,IAAI;gBAChB,MAAM,EAAE,CAAC,WAAW,EAAE,QAAQ,EAAE,IAAI,CAAC,CAAC,EAAC,IAAI,EAAC,EAAE,EAAE,CAAC,IAAI,KAAK,KAAK,CAAC,EAAE,CAAC,EAAE,KAAgB,CAAC,IAAI,EAAE;gBAC5F,QAAQ,EAAE;oBACN,KAAK,EAAE,KAAK,CAAC,KAAK;iBACrB;gBACD,SAAS,EAAE,cAAc,CAAC,kBAAkB,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;aAC9D,CAAC;YAEF,OAAO,CACH,KAAC,aAAa,IAEV,OAAO,EAAE,WAAW,EACpB,aAAa,EAAE,kBAAkB,CAAC,KAAK,CAAC,EACxC,aAAa,EAAE,kBAAkB,CAAC,KAAK,CAAC,EACxC,sBAAsB,EAAE,IAAI,EAC5B,YAAY,UALP,GAAG,KAAK,CAAC,EAAE,IAAI,WAAW,EAAE,QAAQ,EAAE,CAM7C,CACL,CAAC;QACN,CAAC,CAAC,GACE,CACX,CAAC;AACN,CAAC;AAED,eAAe,aAAa,CAAC"}
1
+ {"version":3,"file":"ValueMetadata.js","sourceRoot":"","sources":["../../../../../../src/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.tsx"],"names":[],"mappings":"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"}
@@ -1,4 +1,4 @@
1
- // Copyright LEAV Solutions 2017
1
+ // Copyright LEAV Solutions 2017 until 2023/11/05, Copyright Aristid from 2023/11/06
2
2
  // This file is released under LGPL V3
3
3
  // License text available at https://www.gnu.org/licenses/lgpl-3.0.txt
4
4
  import ValueMetadata from './ValueMetadata';
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/index.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,sCAAsC;AACtC,sEAAsE;AACtE,OAAO,aAAa,MAAM,iBAAiB,CAAC;AAC5C,eAAe,aAAa,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/index.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,sCAAsC;AACtC,sEAAsE;AACtE,OAAO,aAAa,MAAM,iBAAiB,CAAC;AAC5C,eAAe,aAAa,CAAC"}
@@ -1,4 +1,4 @@
1
- // Copyright LEAV Solutions 2017
1
+ // Copyright LEAV Solutions 2017 until 2023/11/05, Copyright Aristid from 2023/11/06
2
2
  // This file is released under LGPL V3
3
3
  // License text available at https://www.gnu.org/licenses/lgpl-3.0.txt
4
4
  import ValueDetails from './ValueDetails';
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/components/RecordEdition/EditRecordSidebar/ValueDetails/index.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,sCAAsC;AACtC,sEAAsE;AACtE,OAAO,YAAY,MAAM,gBAAgB,CAAC;AAC1C,eAAe,YAAY,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/components/RecordEdition/EditRecordSidebar/ValueDetails/index.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,sCAAsC;AACtC,sEAAsE;AACtE,OAAO,YAAY,MAAM,gBAAgB,CAAC;AAC1C,eAAe,YAAY,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- // Copyright LEAV Solutions 2017
2
+ // Copyright LEAV Solutions 2017 until 2023/11/05, Copyright Aristid from 2023/11/06
3
3
  // This file is released under LGPL V3
4
4
  // License text available at https://www.gnu.org/licenses/lgpl-3.0.txt
5
5
  import { CloseOutlined } from '@ant-design/icons';
@@ -1 +1 @@
1
- {"version":3,"file":"ValuesVersions.js","sourceRoot":"","sources":["../../../../../src/components/RecordEdition/EditRecordSidebar/ValuesVersions/ValuesVersions.tsx"],"names":[],"mappings":";AAAA,gCAAgC;AAChC,sCAAsC;AACtC,sEAAsE;AACtE,OAAO,EAAC,aAAa,EAAC,MAAM,mBAAmB,CAAC;AAChD,OAAO,EAAC,MAAM,EAAC,MAAM,gBAAgB,CAAC;AACtC,OAAO,MAAM,MAAM,mBAAmB,CAAC;AACvC,OAAO,EAAC,oBAAoB,EAAC,MAAM,gCAAgC,CAAC;AACpE,OAAO,EAAC,SAAS,EAAC,MAAM,uBAAuB,CAAC;AAEhD,OAAO,EAAC,WAAW,EAAC,MAAM,sBAAsB,CAAC;AACjD,OAAO,yBAAyB,MAAM,oCAAoC,CAAC;AAC3E,OAAO,EAAC,6BAA6B,EAAC,MAAM,2CAA2C,CAAC;AACxF,OAAO,EAAC,oBAAoB,EAAC,MAAM,8CAA8C,CAAC;AAElF,MAAM,OAAO,GAAG,MAAM,CAAC,GAAG,CAAA;;;;CAIzB,CAAC;AAEF,MAAM,MAAM,GAAG,MAAM,CAAC,GAAG,CAAA;wBACD,SAAS,CAAC,QAAQ;;;;;;+BAMX,SAAS,CAAC,gBAAgB;CACxD,CAAC;AAEF,MAAM,WAAW,GAAG,MAAM,CAAC,aAAa,CAAC,CAAA;;;;;CAKxC,CAAC;AAEF,SAAS,cAAc;IACnB,MAAM,EAAC,CAAC,EAAC,GAAG,oBAAoB,EAAE,CAAC;IACnC,MAAM,EAAC,KAAK,EAAE,QAAQ,EAAC,GAAG,oBAAoB,EAAE,CAAC;IACjD,MAAM,YAAY,GAAG,CAAC,KAAK,EAAE,MAAM,CAAC;IAEpC,MAAM,oBAAoB,GAAG,CAAC,OAAsB,EAAE,EAAE;QACpD,QAAQ,CAAC;YACL,IAAI,EAAE,6BAA6B,CAAC,kBAAkB;YACtD,aAAa,EAAE,OAAO;SACzB,CAAC,CAAC;IACP,CAAC,CAAC;IAEF,MAAM,iBAAiB,GAAG,GAAG,EAAE;QAC3B,QAAQ,CAAC;YACL,IAAI,EAAE,6BAA6B,CAAC,mBAAmB;YACvD,OAAO,EAAE,KAAK,CAAC,oBAAoB,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS;SAC3D,CAAC,CAAC;IACP,CAAC,CAAC;IAEF,MAAM,iBAAiB,GAAG,GAAG,EAAE;QAC3B,QAAQ,CAAC;YACL,IAAI,EAAE,6BAA6B,CAAC,kBAAkB;YACtD,aAAa,EAAE,KAAK,CAAC,mBAAmB;SAC3C,CAAC,CAAC;IACP,CAAC,CAAC;IAEF,OAAO,CACH,MAAC,OAAO,eACJ,MAAC,MAAM,eACH,yBAAO,CAAC,CAAC,sBAAsB,CAAC,GAAQ,EACxC,2BACK,CAAC,YAAY,IAAI,CACd,KAAC,WAAW,IACR,KAAK,EAAE,CAAC,CAAC,sBAAsB,CAAC,EAChC,KAAK,EAAC,QAAQ,EACd,QAAQ,QACR,IAAI,EAAE,KAAC,MAAM,KAAG,EAChB,OAAO,EAAE,iBAAiB,GAC5B,CACL,EACD,KAAC,WAAW,IAAC,OAAO,EAAE,iBAAiB,GAAI,IACxC,IACF,EACT,KAAC,yBAAyB,IACtB,SAAS,EAAE,KAAK,CAAC,SAAS,EAC1B,eAAe,EAAE,KAAK,CAAC,aAAa,EACpC,eAAe,EAAE,oBAAoB,EACrC,QAAQ,EAAE,YAAY,GACxB,IACI,CACb,CAAC;AACN,CAAC;AAED,eAAe,cAAc,CAAC"}
1
+ {"version":3,"file":"ValuesVersions.js","sourceRoot":"","sources":["../../../../../src/components/RecordEdition/EditRecordSidebar/ValuesVersions/ValuesVersions.tsx"],"names":[],"mappings":";AAAA,oFAAoF;AACpF,sCAAsC;AACtC,sEAAsE;AACtE,OAAO,EAAC,aAAa,EAAC,MAAM,mBAAmB,CAAC;AAChD,OAAO,EAAC,MAAM,EAAC,MAAM,gBAAgB,CAAC;AACtC,OAAO,MAAM,MAAM,mBAAmB,CAAC;AACvC,OAAO,EAAC,oBAAoB,EAAC,MAAM,gCAAgC,CAAC;AACpE,OAAO,EAAC,SAAS,EAAC,MAAM,uBAAuB,CAAC;AAEhD,OAAO,EAAC,WAAW,EAAC,MAAM,sBAAsB,CAAC;AACjD,OAAO,yBAAyB,MAAM,oCAAoC,CAAC;AAC3E,OAAO,EAAC,6BAA6B,EAAC,MAAM,2CAA2C,CAAC;AACxF,OAAO,EAAC,oBAAoB,EAAC,MAAM,8CAA8C,CAAC;AAElF,MAAM,OAAO,GAAG,MAAM,CAAC,GAAG,CAAA;;;;CAIzB,CAAC;AAEF,MAAM,MAAM,GAAG,MAAM,CAAC,GAAG,CAAA;wBACD,SAAS,CAAC,QAAQ;;;;;;+BAMX,SAAS,CAAC,gBAAgB;CACxD,CAAC;AAEF,MAAM,WAAW,GAAG,MAAM,CAAC,aAAa,CAAC,CAAA;;;;;CAKxC,CAAC;AAEF,SAAS,cAAc;IACnB,MAAM,EAAC,CAAC,EAAC,GAAG,oBAAoB,EAAE,CAAC;IACnC,MAAM,EAAC,KAAK,EAAE,QAAQ,EAAC,GAAG,oBAAoB,EAAE,CAAC;IACjD,MAAM,YAAY,GAAG,CAAC,KAAK,EAAE,MAAM,CAAC;IAEpC,MAAM,oBAAoB,GAAG,CAAC,OAAsB,EAAE,EAAE;QACpD,QAAQ,CAAC;YACL,IAAI,EAAE,6BAA6B,CAAC,kBAAkB;YACtD,aAAa,EAAE,OAAO;SACzB,CAAC,CAAC;IACP,CAAC,CAAC;IAEF,MAAM,iBAAiB,GAAG,GAAG,EAAE;QAC3B,QAAQ,CAAC;YACL,IAAI,EAAE,6BAA6B,CAAC,mBAAmB;YACvD,OAAO,EAAE,KAAK,CAAC,oBAAoB,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS;SAC3D,CAAC,CAAC;IACP,CAAC,CAAC;IAEF,MAAM,iBAAiB,GAAG,GAAG,EAAE;QAC3B,QAAQ,CAAC;YACL,IAAI,EAAE,6BAA6B,CAAC,kBAAkB;YACtD,aAAa,EAAE,KAAK,CAAC,mBAAmB;SAC3C,CAAC,CAAC;IACP,CAAC,CAAC;IAEF,OAAO,CACH,MAAC,OAAO,eACJ,MAAC,MAAM,eACH,yBAAO,CAAC,CAAC,sBAAsB,CAAC,GAAQ,EACxC,2BACK,CAAC,YAAY,IAAI,CACd,KAAC,WAAW,IACR,KAAK,EAAE,CAAC,CAAC,sBAAsB,CAAC,EAChC,KAAK,EAAC,QAAQ,EACd,QAAQ,QACR,IAAI,EAAE,KAAC,MAAM,KAAG,EAChB,OAAO,EAAE,iBAAiB,GAC5B,CACL,EACD,KAAC,WAAW,IAAC,OAAO,EAAE,iBAAiB,GAAI,IACxC,IACF,EACT,KAAC,yBAAyB,IACtB,SAAS,EAAE,KAAK,CAAC,SAAS,EAC1B,eAAe,EAAE,KAAK,CAAC,aAAa,EACpC,eAAe,EAAE,oBAAoB,EACrC,QAAQ,EAAE,YAAY,GACxB,IACI,CACb,CAAC;AACN,CAAC;AAED,eAAe,cAAc,CAAC"}
@@ -1,4 +1,4 @@
1
- // Copyright LEAV Solutions 2017
1
+ // Copyright LEAV Solutions 2017 until 2023/11/05, Copyright Aristid from 2023/11/06
2
2
  // This file is released under LGPL V3
3
3
  // License text available at https://www.gnu.org/licenses/lgpl-3.0.txt
4
4
  import ValuesVersions from './ValuesVersions';
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/components/RecordEdition/EditRecordSidebar/ValuesVersions/index.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,sCAAsC;AACtC,sEAAsE;AACtE,OAAO,cAAc,MAAM,kBAAkB,CAAC;AAC9C,eAAe,cAAc,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/components/RecordEdition/EditRecordSidebar/ValuesVersions/index.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,sCAAsC;AACtC,sEAAsE;AACtE,OAAO,cAAc,MAAM,kBAAkB,CAAC;AAC9C,eAAe,cAAc,CAAC"}
@@ -1,4 +1,4 @@
1
- // Copyright LEAV Solutions 2017
1
+ // Copyright LEAV Solutions 2017 until 2023/11/05, Copyright Aristid from 2023/11/06
2
2
  // This file is released under LGPL V3
3
3
  // License text available at https://www.gnu.org/licenses/lgpl-3.0.txt
4
4
  import EditRecordSidebar from './EditRecordSidebar';
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/RecordEdition/EditRecordSidebar/index.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,sCAAsC;AACtC,sEAAsE;AACtE,OAAO,iBAAiB,MAAM,qBAAqB,CAAC;AACpD,eAAe,iBAAiB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/RecordEdition/EditRecordSidebar/index.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,sCAAsC;AACtC,sEAAsE;AACtE,OAAO,iBAAiB,MAAM,qBAAqB,CAAC;AACpD,eAAe,iBAAiB,CAAC"}
@@ -1,4 +1,4 @@
1
- // Copyright LEAV Solutions 2017
1
+ // Copyright LEAV Solutions 2017 until 2023/11/05, Copyright Aristid from 2023/11/06
2
2
  // This file is released under LGPL V3
3
3
  // License text available at https://www.gnu.org/licenses/lgpl-3.0.txt
4
4
  import React from 'react';
@@ -1 +1 @@
1
- {"version":3,"file":"editRecordReducerContext.js","sourceRoot":"","sources":["../../../../src/components/RecordEdition/editRecordReducer/editRecordReducerContext.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,sCAAsC;AACtC,sEAAsE;AACtE,OAAO,KAAiB,MAAM,OAAO,CAAC;AACtC,OAAO,EAAqD,YAAY,EAAC,MAAM,qBAAqB,CAAC;AAOrG,MAAM,CAAC,MAAM,wBAAwB,GAAG,KAAK,CAAC,aAAa,CAA4B;IACnF,KAAK,EAAE,YAAY;IACnB,QAAQ,EAAE,GAAG,EAAE,CAAC,YAAY;CAC/B,CAAC,CAAC"}
1
+ {"version":3,"file":"editRecordReducerContext.js","sourceRoot":"","sources":["../../../../src/components/RecordEdition/editRecordReducer/editRecordReducerContext.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,sCAAsC;AACtC,sEAAsE;AACtE,OAAO,KAAiB,MAAM,OAAO,CAAC;AACtC,OAAO,EAAqD,YAAY,EAAC,MAAM,qBAAqB,CAAC;AAOrG,MAAM,CAAC,MAAM,wBAAwB,GAAG,KAAK,CAAC,aAAa,CAA4B;IACnF,KAAK,EAAE,YAAY;IACnB,QAAQ,EAAE,GAAG,EAAE,CAAC,YAAY;CAC/B,CAAC,CAAC"}