@leav/ui 0.3.6-2fe80c7 → 0.3.6-32d3ba8

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 (1484) hide show
  1. package/dist/__mocks__/common/attribute.d.ts +1 -0
  2. package/dist/__mocks__/common/attribute.js +11 -3
  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 +12 -5
  7. package/dist/__mocks__/common/form.js +36 -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 +3 -2
  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 +1033 -132
  32. package/dist/_gqlTypes/index.js +481 -29
  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 -2
  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 +8 -6
  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 +3 -4
  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 +5 -3
  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 +3 -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 +6 -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 +2 -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/attributeType.d.ts +3 -0
  165. package/dist/_utils/attributeType.js +7 -0
  166. package/dist/_utils/attributeType.js.map +1 -0
  167. package/dist/_utils/getFiltersFromRequest.js +2 -2
  168. package/dist/_utils/getFiltersFromRequest.js.map +1 -1
  169. package/dist/_utils/getRequestFromFilter.js +1 -1
  170. package/dist/_utils/getRequestFromFilter.js.map +1 -1
  171. package/dist/_utils/index.d.ts +2 -0
  172. package/dist/_utils/index.js +10 -3
  173. package/dist/_utils/index.js.map +1 -1
  174. package/dist/_utils/interleaveElement.d.ts +1 -0
  175. package/dist/_utils/interleaveElement.js +5 -0
  176. package/dist/_utils/interleaveElement.js.map +1 -0
  177. package/dist/_utils/isDevEnv.js +1 -1
  178. package/dist/_utils/isDevEnv.js.map +1 -1
  179. package/dist/_utils/typeguards.js.map +1 -1
  180. package/dist/antdTheme/index.d.ts +0 -3
  181. package/dist/antdTheme/index.js +4 -43
  182. package/dist/antdTheme/index.js.map +1 -1
  183. package/dist/components/AttributePicker/AttributePicker.js +1 -1
  184. package/dist/components/AttributePicker/AttributePicker.js.map +1 -1
  185. package/dist/components/AttributePicker/AttributesList/AttributesList.js +1 -1
  186. package/dist/components/AttributePicker/AttributesList/AttributesList.js.map +1 -1
  187. package/dist/components/AttributePicker/AttributesList/index.js +1 -1
  188. package/dist/components/AttributePicker/AttributesList/index.js.map +1 -1
  189. package/dist/components/AttributePicker/index.js +1 -1
  190. package/dist/components/AttributePicker/index.js.map +1 -1
  191. package/dist/components/AttributesSelectionList/Attribute/Attribute.js +1 -1
  192. package/dist/components/AttributesSelectionList/Attribute/Attribute.js.map +1 -1
  193. package/dist/components/AttributesSelectionList/Attribute/index.js +1 -1
  194. package/dist/components/AttributesSelectionList/Attribute/index.js.map +1 -1
  195. package/dist/components/AttributesSelectionList/AttributesSelectionList.js +1 -1
  196. package/dist/components/AttributesSelectionList/AttributesSelectionList.js.map +1 -1
  197. package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/SelectedAttribute.js +1 -1
  198. package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/SelectedAttribute.js.map +1 -1
  199. package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/index.js +1 -1
  200. package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/index.js.map +1 -1
  201. package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttributesList.js +1 -1
  202. package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttributesList.js.map +1 -1
  203. package/dist/components/AttributesSelectionList/SelectedAttributesList/index.js +1 -1
  204. package/dist/components/AttributesSelectionList/SelectedAttributesList/index.js.map +1 -1
  205. package/dist/components/AttributesSelectionList/helpers/attributeToSelectedAttribute.js +1 -1
  206. package/dist/components/AttributesSelectionList/helpers/attributeToSelectedAttribute.js.map +1 -1
  207. package/dist/components/AttributesSelectionList/index.js +1 -1
  208. package/dist/components/AttributesSelectionList/index.js.map +1 -1
  209. package/dist/components/AttributesSelectionList/reducer/__mocks__/attributesSelectionListStateContext.js +1 -1
  210. package/dist/components/AttributesSelectionList/reducer/__mocks__/attributesSelectionListStateContext.js.map +1 -1
  211. package/dist/components/AttributesSelectionList/reducer/attributesSelectionListReducer.js +1 -1
  212. package/dist/components/AttributesSelectionList/reducer/attributesSelectionListReducer.js.map +1 -1
  213. package/dist/components/AttributesSelectionList/reducer/attributesSelectionListStateContext.js +1 -1
  214. package/dist/components/AttributesSelectionList/reducer/attributesSelectionListStateContext.js.map +1 -1
  215. package/dist/components/AttributesSelectionList/sharedComponents.js +1 -1
  216. package/dist/components/AttributesSelectionList/sharedComponents.js.map +1 -1
  217. package/dist/components/BasicButton/BasicButton.js +1 -1
  218. package/dist/components/BasicButton/BasicButton.js.map +1 -1
  219. package/dist/components/BasicButton/index.js +1 -1
  220. package/dist/components/BasicButton/index.js.map +1 -1
  221. package/dist/components/CreateDirectory/CreateDirectory.js +2 -2
  222. package/dist/components/CreateDirectory/CreateDirectory.js.map +1 -1
  223. package/dist/components/CreateDirectory/index.js +1 -1
  224. package/dist/components/CreateDirectory/index.js.map +1 -1
  225. package/dist/components/DeactivateRecordsModal/DeactivateRecordsModal.js +1 -1
  226. package/dist/components/DeactivateRecordsModal/DeactivateRecordsModal.js.map +1 -1
  227. package/dist/components/DeactivateRecordsModal/index.js +1 -1
  228. package/dist/components/DeactivateRecordsModal/index.js.map +1 -1
  229. package/dist/components/Dimmer/index.js +1 -1
  230. package/dist/components/Dimmer/index.js.map +1 -1
  231. package/dist/components/EditApplication/EditApplication.js +3 -3
  232. package/dist/components/EditApplication/EditApplication.js.map +1 -1
  233. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfo.js +1 -1
  234. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfo.js.map +1 -1
  235. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/EditApplicationInfoForm.js +1 -1
  236. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/EditApplicationInfoForm.js.map +1 -1
  237. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/ModuleSelector/ModuleSelector.js +1 -1
  238. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/ModuleSelector/ModuleSelector.js.map +1 -1
  239. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/ModuleSelector/index.js +1 -1
  240. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/ModuleSelector/index.js.map +1 -1
  241. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/index.js +1 -1
  242. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/index.js.map +1 -1
  243. package/dist/components/EditApplication/EditApplicationInfo/index.js +1 -1
  244. package/dist/components/EditApplication/EditApplicationInfo/index.js.map +1 -1
  245. package/dist/components/EditApplication/_types.d.ts +2 -2
  246. package/dist/components/EditApplication/index.js +1 -1
  247. package/dist/components/EditApplication/index.js.map +1 -1
  248. package/dist/components/EditAttributeModal/EditAttribute/EditAttribute.js +1 -1
  249. package/dist/components/EditAttributeModal/EditAttribute/EditAttribute.js.map +1 -1
  250. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfo.js +1 -2
  251. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfo.js.map +1 -1
  252. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/EditAttributeInfoForm.js +3 -6
  253. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/EditAttributeInfoForm.js.map +1 -1
  254. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/LinkedLibraryForm.js +1 -1
  255. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/LinkedLibraryForm.js.map +1 -1
  256. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/index.js +1 -1
  257. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/index.js.map +1 -1
  258. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/LinkedTreeForm.js +1 -1
  259. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/LinkedTreeForm.js.map +1 -1
  260. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/index.js +1 -1
  261. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/index.js.map +1 -1
  262. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/ValuesVersionsForm/ValuesVersionsForm.js +1 -1
  263. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/ValuesVersionsForm/ValuesVersionsForm.js.map +1 -1
  264. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/ValuesVersionsForm/index.js +1 -1
  265. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/ValuesVersionsForm/index.js.map +1 -1
  266. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/index.js +1 -1
  267. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/index.js.map +1 -1
  268. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/index.js +1 -1
  269. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/index.js.map +1 -1
  270. package/dist/components/EditAttributeModal/EditAttribute/index.js +1 -1
  271. package/dist/components/EditAttributeModal/EditAttribute/index.js.map +1 -1
  272. package/dist/components/EditAttributeModal/EditAttributeModal.js +1 -1
  273. package/dist/components/EditAttributeModal/EditAttributeModal.js.map +1 -1
  274. package/dist/components/EditAttributeModal/index.js +1 -1
  275. package/dist/components/EditAttributeModal/index.js.map +1 -1
  276. package/dist/components/EditLibraryModal/EditLibrary/EditLibrary.js +1 -1
  277. package/dist/components/EditLibraryModal/EditLibrary/EditLibrary.js.map +1 -1
  278. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/AttributeCell.js +1 -1
  279. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/AttributeCell.js.map +1 -1
  280. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/index.js +1 -1
  281. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/index.js.map +1 -1
  282. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributesList.js +1 -1
  283. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributesList.js.map +1 -1
  284. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/DeleteButton.js +1 -1
  285. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/DeleteButton.js.map +1 -1
  286. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/index.js +1 -1
  287. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/index.js.map +1 -1
  288. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/index.js +1 -1
  289. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/index.js.map +1 -1
  290. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/EditLibraryAttributes.js +1 -1
  291. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/EditLibraryAttributes.js.map +1 -1
  292. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/index.js +1 -1
  293. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/index.js.map +1 -1
  294. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/EditLibraryIndexation.js +1 -1
  295. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/EditLibraryIndexation.js.map +1 -1
  296. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/index.js +1 -1
  297. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/index.js.map +1 -1
  298. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/EditLibraryInfoForm.js +1 -1
  299. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/EditLibraryInfoForm.js.map +1 -1
  300. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/index.js +1 -1
  301. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/index.js.map +1 -1
  302. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/index.js +1 -1
  303. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/index.js.map +1 -1
  304. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditLibraryPreviewsSettings.js +1 -1
  305. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditLibraryPreviewsSettings.js.map +1 -1
  306. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/EditPreviewsSettingsModal.js +1 -1
  307. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/EditPreviewsSettingsModal.js.map +1 -1
  308. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/SizesEditor.js +1 -1
  309. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/SizesEditor.js.map +1 -1
  310. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/index.js +1 -1
  311. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/index.js.map +1 -1
  312. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/index.js +1 -1
  313. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/index.js.map +1 -1
  314. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/PreviewsSettingsList.js +1 -1
  315. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/PreviewsSettingsList.js.map +1 -1
  316. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/index.js +1 -1
  317. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/index.js.map +1 -1
  318. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/index.js +1 -1
  319. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/index.js.map +1 -1
  320. package/dist/components/EditLibraryModal/EditLibrary/index.js +1 -1
  321. package/dist/components/EditLibraryModal/EditLibrary/index.js.map +1 -1
  322. package/dist/components/EditLibraryModal/EditLibraryModal.js +1 -1
  323. package/dist/components/EditLibraryModal/EditLibraryModal.js.map +1 -1
  324. package/dist/components/EditLibraryModal/index.js +1 -1
  325. package/dist/components/EditLibraryModal/index.js.map +1 -1
  326. package/dist/components/EditTreeModal/EditTree/EditTree.js +1 -1
  327. package/dist/components/EditTreeModal/EditTree/EditTree.js.map +1 -1
  328. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfo.js +1 -1
  329. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfo.js.map +1 -1
  330. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/EditTreeInfoForm.js +1 -1
  331. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/EditTreeInfoForm.js.map +1 -1
  332. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/TreeLibrariesForm.js +1 -1
  333. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/TreeLibrariesForm.js.map +1 -1
  334. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/index.js +1 -1
  335. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/index.js.map +1 -1
  336. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/index.js +1 -1
  337. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/index.js.map +1 -1
  338. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/index.js +1 -1
  339. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/index.js.map +1 -1
  340. package/dist/components/EditTreeModal/EditTree/index.js +1 -1
  341. package/dist/components/EditTreeModal/EditTree/index.js.map +1 -1
  342. package/dist/components/EditTreeModal/EditTreeModal.js +1 -1
  343. package/dist/components/EditTreeModal/EditTreeModal.js.map +1 -1
  344. package/dist/components/EditTreeModal/index.js +1 -1
  345. package/dist/components/EditTreeModal/index.js.map +1 -1
  346. package/dist/components/EntityCard/EntityCard.js +1 -1
  347. package/dist/components/EntityCard/EntityCard.js.map +1 -1
  348. package/dist/components/EntityCard/index.js +1 -1
  349. package/dist/components/EntityCard/index.js.map +1 -1
  350. package/dist/components/EntityPreview/EntityPreview.js +1 -1
  351. package/dist/components/EntityPreview/EntityPreview.js.map +1 -1
  352. package/dist/components/EntityPreview/EntityPreviewList/EntityPreviewList.js +1 -1
  353. package/dist/components/EntityPreview/EntityPreviewList/EntityPreviewList.js.map +1 -1
  354. package/dist/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/SimplisticEntityPreview.js +1 -1
  355. package/dist/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/SimplisticEntityPreview.js.map +1 -1
  356. package/dist/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/index.js +1 -1
  357. package/dist/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/index.js.map +1 -1
  358. package/dist/components/EntityPreview/EntityPreviewList/index.js +1 -1
  359. package/dist/components/EntityPreview/EntityPreviewList/index.js.map +1 -1
  360. package/dist/components/EntityPreview/EntityPreviewTile/EntityPreviewTile.js +1 -1
  361. package/dist/components/EntityPreview/EntityPreviewTile/EntityPreviewTile.js.map +1 -1
  362. package/dist/components/EntityPreview/EntityPreviewTile/index.js +1 -1
  363. package/dist/components/EntityPreview/EntityPreviewTile/index.js.map +1 -1
  364. package/dist/components/EntityPreview/index.js +1 -1
  365. package/dist/components/EntityPreview/index.js.map +1 -1
  366. package/dist/components/ErrorBoundary/ErrorBoundary.js +1 -1
  367. package/dist/components/ErrorBoundary/ErrorBoundary.js.map +1 -1
  368. package/dist/components/ErrorBoundary/ErrorBoundaryContent/ErrorBoundaryContent.js +1 -1
  369. package/dist/components/ErrorBoundary/ErrorBoundaryContent/ErrorBoundaryContent.js.map +1 -1
  370. package/dist/components/ErrorBoundary/ErrorBoundaryContent/index.js +1 -1
  371. package/dist/components/ErrorBoundary/ErrorBoundaryContent/index.js.map +1 -1
  372. package/dist/components/ErrorBoundary/index.js +1 -1
  373. package/dist/components/ErrorBoundary/index.js.map +1 -1
  374. package/dist/components/ErrorDisplay/ErrorDisplay.js +1 -1
  375. package/dist/components/ErrorDisplay/ErrorDisplay.js.map +1 -1
  376. package/dist/components/ErrorDisplay/index.js +1 -1
  377. package/dist/components/ErrorDisplay/index.js.map +1 -1
  378. package/dist/components/ErrorMessage/ErrorMessage.js +1 -1
  379. package/dist/components/ErrorMessage/ErrorMessage.js.map +1 -1
  380. package/dist/components/ErrorMessage/index.js +1 -1
  381. package/dist/components/ErrorMessage/index.js.map +1 -1
  382. package/dist/components/Explorer/DataView.d.ts +24 -0
  383. package/dist/components/Explorer/DataView.js +129 -0
  384. package/dist/components/Explorer/DataView.js.map +1 -0
  385. package/dist/components/Explorer/Explorer.d.ts +18 -0
  386. package/dist/components/Explorer/Explorer.js +121 -0
  387. package/dist/components/Explorer/Explorer.js.map +1 -0
  388. package/dist/components/Explorer/ExplorerTitle.d.ts +9 -0
  389. package/dist/components/Explorer/ExplorerTitle.js +47 -0
  390. package/dist/components/Explorer/ExplorerTitle.js.map +1 -0
  391. package/dist/components/Explorer/ExplorerToolbar.d.ts +4 -0
  392. package/dist/components/Explorer/ExplorerToolbar.js +49 -0
  393. package/dist/components/Explorer/ExplorerToolbar.js.map +1 -0
  394. package/dist/components/Explorer/IdCard.d.ts +7 -0
  395. package/dist/components/Explorer/IdCard.js +15 -0
  396. package/dist/components/Explorer/IdCard.js.map +1 -0
  397. package/dist/components/Explorer/TableCell.d.ts +8 -0
  398. package/dist/components/Explorer/TableCell.js +152 -0
  399. package/dist/components/Explorer/TableCell.js.map +1 -0
  400. package/dist/components/Explorer/TableTagGroup.d.ts +7 -0
  401. package/dist/components/Explorer/TableTagGroup.js +30 -0
  402. package/dist/components/Explorer/TableTagGroup.js.map +1 -0
  403. package/dist/components/Explorer/_constants.d.ts +5 -0
  404. package/dist/components/Explorer/_constants.js +18 -0
  405. package/dist/components/Explorer/_constants.js.map +1 -0
  406. package/dist/components/Explorer/_queries/prepareFiltersForRequest.d.ts +4 -0
  407. package/dist/components/Explorer/_queries/prepareFiltersForRequest.js +99 -0
  408. package/dist/components/Explorer/_queries/prepareFiltersForRequest.js.map +1 -0
  409. package/dist/components/Explorer/_queries/useExplorerData.d.ts +35 -0
  410. package/dist/components/Explorer/_queries/useExplorerData.js +119 -0
  411. package/dist/components/Explorer/_queries/useExplorerData.js.map +1 -0
  412. package/dist/components/Explorer/_types.d.ts +113 -0
  413. package/dist/components/Explorer/_types.js +8 -0
  414. package/dist/components/Explorer/_types.js.map +1 -0
  415. package/dist/components/Explorer/actions-item/useEditItemAction.d.ts +15 -0
  416. package/dist/components/Explorer/actions-item/useEditItemAction.js +54 -0
  417. package/dist/components/Explorer/actions-item/useEditItemAction.js.map +1 -0
  418. package/dist/components/Explorer/actions-item/useRemoveItemAction.d.ts +23 -0
  419. package/dist/components/Explorer/actions-item/useRemoveItemAction.js +109 -0
  420. package/dist/components/Explorer/actions-item/useRemoveItemAction.js.map +1 -0
  421. package/dist/components/Explorer/actions-mass/useDeactivateMassAction.d.ts +27 -0
  422. package/dist/components/Explorer/actions-mass/useDeactivateMassAction.js +71 -0
  423. package/dist/components/Explorer/actions-mass/useDeactivateMassAction.js.map +1 -0
  424. package/dist/components/Explorer/actions-mass/useMassActions.d.ts +28 -0
  425. package/dist/components/Explorer/actions-mass/useMassActions.js +111 -0
  426. package/dist/components/Explorer/actions-mass/useMassActions.js.map +1 -0
  427. package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.d.ts +23 -0
  428. package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.js +75 -0
  429. package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.js.map +1 -0
  430. package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.d.ts +17 -0
  431. package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.js +38 -0
  432. package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.js.map +1 -0
  433. package/dist/components/Explorer/actions-primary/usePrimaryActions.d.ts +12 -0
  434. package/dist/components/Explorer/actions-primary/usePrimaryActions.js +25 -0
  435. package/dist/components/Explorer/actions-primary/usePrimaryActions.js.map +1 -0
  436. package/dist/components/Explorer/conditionsHelper.d.ts +2 -0
  437. package/dist/components/Explorer/conditionsHelper.js +16 -0
  438. package/dist/components/Explorer/conditionsHelper.js.map +1 -0
  439. package/dist/components/Explorer/index.d.ts +9 -0
  440. package/dist/components/Explorer/index.js +10 -0
  441. package/dist/components/Explorer/index.js.map +1 -0
  442. package/dist/components/Explorer/link-item/LinkModal.d.ts +7 -0
  443. package/dist/components/Explorer/link-item/LinkModal.js +73 -0
  444. package/dist/components/Explorer/link-item/LinkModal.js.map +1 -0
  445. package/dist/components/Explorer/link-item/useLinkMassAction.d.ts +24 -0
  446. package/dist/components/Explorer/link-item/useLinkMassAction.js +57 -0
  447. package/dist/components/Explorer/link-item/useLinkMassAction.js.map +1 -0
  448. package/dist/components/Explorer/list-saved-views/SavedViews.d.ts +2 -0
  449. package/dist/components/Explorer/list-saved-views/SavedViews.js +69 -0
  450. package/dist/components/Explorer/list-saved-views/SavedViews.js.map +1 -0
  451. package/dist/components/Explorer/manage-view-settings/_shared/ColumnItem.d.ts +12 -0
  452. package/dist/components/Explorer/manage-view-settings/_shared/ColumnItem.js +85 -0
  453. package/dist/components/Explorer/manage-view-settings/_shared/ColumnItem.js.map +1 -0
  454. package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.d.ts +6 -0
  455. package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.js +12 -0
  456. package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.js.map +1 -0
  457. package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.d.ts +13 -0
  458. package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.js +67 -0
  459. package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.js.map +1 -0
  460. package/dist/components/Explorer/manage-view-settings/configure-display/ConfigureDisplay.d.ts +6 -0
  461. package/dist/components/Explorer/manage-view-settings/configure-display/ConfigureDisplay.js +28 -0
  462. package/dist/components/Explorer/manage-view-settings/configure-display/ConfigureDisplay.js.map +1 -0
  463. package/dist/components/Explorer/manage-view-settings/configure-display/attributes/SelectVisibleAttributes.d.ts +6 -0
  464. package/dist/components/Explorer/manage-view-settings/configure-display/attributes/SelectVisibleAttributes.js +55 -0
  465. package/dist/components/Explorer/manage-view-settings/configure-display/attributes/SelectVisibleAttributes.js.map +1 -0
  466. package/dist/components/Explorer/manage-view-settings/configure-display/view-type/SelectViewType.d.ts +8 -0
  467. package/dist/components/Explorer/manage-view-settings/configure-display/view-type/SelectViewType.js +12 -0
  468. package/dist/components/Explorer/manage-view-settings/configure-display/view-type/SelectViewType.js.map +1 -0
  469. package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.d.ts +4 -0
  470. package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js +88 -0
  471. package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js.map +1 -0
  472. package/dist/components/Explorer/manage-view-settings/filter-items/FilterListItem.d.ts +9 -0
  473. package/dist/components/Explorer/manage-view-settings/filter-items/FilterListItem.js +33 -0
  474. package/dist/components/Explorer/manage-view-settings/filter-items/FilterListItem.js.map +1 -0
  475. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/BooleanAttributeDropdown.d.ts +3 -0
  476. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/BooleanAttributeDropdown.js +22 -0
  477. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/BooleanAttributeDropdown.js.map +1 -0
  478. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ColorAttributeDropDown.d.ts +3 -0
  479. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ColorAttributeDropDown.js +11 -0
  480. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ColorAttributeDropDown.js.map +1 -0
  481. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateAttributeDropDown.d.ts +3 -0
  482. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateAttributeDropDown.js +66 -0
  483. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateAttributeDropDown.js.map +1 -0
  484. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateRangeAttributeDropDown.d.ts +3 -0
  485. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateRangeAttributeDropDown.js +11 -0
  486. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateRangeAttributeDropDown.js.map +1 -0
  487. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/EncryptedAttributeDropDown.d.ts +3 -0
  488. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/EncryptedAttributeDropDown.js +11 -0
  489. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/EncryptedAttributeDropDown.js.map +1 -0
  490. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ExtendedAttributeDropDown.d.ts +3 -0
  491. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ExtendedAttributeDropDown.js +11 -0
  492. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ExtendedAttributeDropDown.js.map +1 -0
  493. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.d.ts +3 -0
  494. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.js +35 -0
  495. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.js.map +1 -0
  496. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropdownContent.d.ts +7 -0
  497. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropdownContent.js +40 -0
  498. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropdownContent.js.map +1 -0
  499. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueList.d.ts +10 -0
  500. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueList.js +75 -0
  501. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueList.js.map +1 -0
  502. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/LinkAttributeDropdown.d.ts +3 -0
  503. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/LinkAttributeDropdown.js +79 -0
  504. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/LinkAttributeDropdown.js.map +1 -0
  505. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/NumericAttributeDropDown.d.ts +3 -0
  506. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/NumericAttributeDropDown.js +19 -0
  507. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/NumericAttributeDropDown.js.map +1 -0
  508. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TextAttributeDropDown.d.ts +3 -0
  509. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TextAttributeDropDown.js +28 -0
  510. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TextAttributeDropDown.js.map +1 -0
  511. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/_types.d.ts +10 -0
  512. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/_types.js +2 -0
  513. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/_types.js.map +1 -0
  514. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.d.ts +12 -0
  515. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.js +108 -0
  516. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.js.map +1 -0
  517. package/dist/components/Explorer/manage-view-settings/index.d.ts +8 -0
  518. package/dist/components/Explorer/manage-view-settings/index.js +11 -0
  519. package/dist/components/Explorer/manage-view-settings/index.js.map +1 -0
  520. package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContext.d.ts +15 -0
  521. package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContext.js +15 -0
  522. package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContext.js.map +1 -0
  523. package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContextProvider.d.ts +7 -0
  524. package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContextProvider.js +17 -0
  525. package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContextProvider.js.map +1 -0
  526. package/dist/components/Explorer/manage-view-settings/open-view-settings/SidePanel.d.ts +2 -0
  527. package/dist/components/Explorer/manage-view-settings/open-view-settings/SidePanel.js +19 -0
  528. package/dist/components/Explorer/manage-view-settings/open-view-settings/SidePanel.js.map +1 -0
  529. package/dist/components/Explorer/manage-view-settings/open-view-settings/useEditSettings.d.ts +1 -0
  530. package/dist/components/Explorer/manage-view-settings/open-view-settings/useEditSettings.js +7 -0
  531. package/dist/components/Explorer/manage-view-settings/open-view-settings/useEditSettings.js.map +1 -0
  532. package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.d.ts +12 -0
  533. package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.js +64 -0
  534. package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.js.map +1 -0
  535. package/dist/components/Explorer/manage-view-settings/router-menu/SettingItem.d.ts +9 -0
  536. package/dist/components/Explorer/manage-view-settings/router-menu/SettingItem.js +55 -0
  537. package/dist/components/Explorer/manage-view-settings/router-menu/SettingItem.js.map +1 -0
  538. package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.d.ts +8 -0
  539. package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js +36 -0
  540. package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js.map +1 -0
  541. package/dist/components/Explorer/manage-view-settings/save-view/SaveViewModal.d.ts +7 -0
  542. package/dist/components/Explorer/manage-view-settings/save-view/SaveViewModal.js +42 -0
  543. package/dist/components/Explorer/manage-view-settings/save-view/SaveViewModal.js.map +1 -0
  544. package/dist/components/Explorer/manage-view-settings/save-view/ViewActions.d.ts +1 -0
  545. package/dist/components/Explorer/manage-view-settings/save-view/ViewActions.js +26 -0
  546. package/dist/components/Explorer/manage-view-settings/save-view/ViewActions.js.map +1 -0
  547. package/dist/components/Explorer/manage-view-settings/save-view/useSaveView.d.ts +3 -0
  548. package/dist/components/Explorer/manage-view-settings/save-view/useSaveView.js +20 -0
  549. package/dist/components/Explorer/manage-view-settings/save-view/useSaveView.js.map +1 -0
  550. package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.d.ts +4 -0
  551. package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.js +111 -0
  552. package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.js.map +1 -0
  553. package/dist/components/Explorer/manage-view-settings/sort-items/SortListItem.d.ts +10 -0
  554. package/dist/components/Explorer/manage-view-settings/sort-items/SortListItem.js +32 -0
  555. package/dist/components/Explorer/manage-view-settings/sort-items/SortListItem.js.map +1 -0
  556. package/dist/components/Explorer/manage-view-settings/store-view-settings/ViewSettingsContext.d.ts +6 -0
  557. package/dist/components/Explorer/manage-view-settings/store-view-settings/ViewSettingsContext.js +11 -0
  558. package/dist/components/Explorer/manage-view-settings/store-view-settings/ViewSettingsContext.js.map +1 -0
  559. package/dist/components/Explorer/manage-view-settings/store-view-settings/useViewSettingsContext.d.ts +4 -0
  560. package/dist/components/Explorer/manage-view-settings/store-view-settings/useViewSettingsContext.js +7 -0
  561. package/dist/components/Explorer/manage-view-settings/store-view-settings/useViewSettingsContext.js.map +1 -0
  562. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.d.ts +4 -0
  563. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js +28 -0
  564. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js.map +1 -0
  565. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.d.ts +167 -0
  566. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js +265 -0
  567. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js.map +1 -0
  568. package/dist/components/Explorer/manage-view-settings/useManageViews.d.ts +3 -0
  569. package/dist/components/Explorer/manage-view-settings/useManageViews.js +55 -0
  570. package/dist/components/Explorer/manage-view-settings/useManageViews.js.map +1 -0
  571. package/dist/components/Explorer/tsconfig.json +6 -0
  572. package/dist/components/Explorer/useColumnWidth.d.ts +8 -0
  573. package/dist/components/Explorer/useColumnWidth.js +49 -0
  574. package/dist/components/Explorer/useColumnWidth.js.map +1 -0
  575. package/dist/components/Explorer/usePagination.d.ts +7 -0
  576. package/dist/components/Explorer/usePagination.js +25 -0
  577. package/dist/components/Explorer/usePagination.js.map +1 -0
  578. package/dist/components/Explorer/useSearchInput.d.ts +16 -0
  579. package/dist/components/Explorer/useSearchInput.js +39 -0
  580. package/dist/components/Explorer/useSearchInput.js.map +1 -0
  581. package/dist/components/Explorer/useTableScrollableHeight.d.ts +5 -0
  582. package/dist/components/Explorer/useTableScrollableHeight.js +15 -0
  583. package/dist/components/Explorer/useTableScrollableHeight.js.map +1 -0
  584. package/dist/components/Explorer/useViewSettingsReducer.d.ts +8 -0
  585. package/dist/components/Explorer/useViewSettingsReducer.js +221 -0
  586. package/dist/components/Explorer/useViewSettingsReducer.js.map +1 -0
  587. package/dist/components/ExportModal/ExportModal.js +3 -3
  588. package/dist/components/ExportModal/ExportModal.js.map +1 -1
  589. package/dist/components/ExportModal/index.js +1 -1
  590. package/dist/components/ExportModal/index.js.map +1 -1
  591. package/dist/components/FieldsGroup/FieldsGroup.js +1 -1
  592. package/dist/components/FieldsGroup/FieldsGroup.js.map +1 -1
  593. package/dist/components/FieldsGroup/index.js +1 -1
  594. package/dist/components/FieldsGroup/index.js.map +1 -1
  595. package/dist/components/FloatingMenu/FloatingMenu.js +1 -1
  596. package/dist/components/FloatingMenu/FloatingMenu.js.map +1 -1
  597. package/dist/components/FloatingMenu/index.js +1 -1
  598. package/dist/components/FloatingMenu/index.js.map +1 -1
  599. package/dist/components/ImageLoading/ImageLoading.js +1 -1
  600. package/dist/components/ImageLoading/ImageLoading.js.map +1 -1
  601. package/dist/components/ImageLoading/index.js +1 -1
  602. package/dist/components/ImageLoading/index.js.map +1 -1
  603. package/dist/components/ImageMissing/ImageMissing.js +1 -1
  604. package/dist/components/ImageMissing/ImageMissing.js.map +1 -1
  605. package/dist/components/ImageMissing/index.js +1 -1
  606. package/dist/components/ImageMissing/index.js.map +1 -1
  607. package/dist/components/ImportModal/ImportModal.js +1 -1
  608. package/dist/components/ImportModal/ImportModal.js.map +1 -1
  609. package/dist/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/ImportKeysSelector.js +1 -1
  610. package/dist/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/ImportKeysSelector.js.map +1 -1
  611. package/dist/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/index.js +1 -1
  612. package/dist/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/index.js.map +1 -1
  613. package/dist/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/ImportMappingRowTitle.js +1 -1
  614. package/dist/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/ImportMappingRowTitle.js.map +1 -1
  615. package/dist/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/index.js +1 -1
  616. package/dist/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/index.js.map +1 -1
  617. package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.js +6 -6
  618. package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.js.map +1 -1
  619. package/dist/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/ImportScheduleModal.js +1 -1
  620. package/dist/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/ImportScheduleModal.js.map +1 -1
  621. package/dist/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/index.js +1 -1
  622. package/dist/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/index.js.map +1 -1
  623. package/dist/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/ImportSheetSettings.js +1 -1
  624. package/dist/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/ImportSheetSettings.js.map +1 -1
  625. package/dist/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/index.js +1 -1
  626. package/dist/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/index.js.map +1 -1
  627. package/dist/components/ImportModal/ImportModalConfigStep/index.js +1 -1
  628. package/dist/components/ImportModal/ImportModalConfigStep/index.js.map +1 -1
  629. package/dist/components/ImportModal/ImportModalDoneStep/ImportModalDoneStep.js +1 -1
  630. package/dist/components/ImportModal/ImportModalDoneStep/ImportModalDoneStep.js.map +1 -1
  631. package/dist/components/ImportModal/ImportModalDoneStep/index.js +1 -1
  632. package/dist/components/ImportModal/ImportModalDoneStep/index.js.map +1 -1
  633. package/dist/components/ImportModal/ImportModalProcessingStep/ImportModalProcessingStep.js +1 -1
  634. package/dist/components/ImportModal/ImportModalProcessingStep/ImportModalProcessingStep.js.map +1 -1
  635. package/dist/components/ImportModal/ImportModalProcessingStep/index.js +1 -1
  636. package/dist/components/ImportModal/ImportModalProcessingStep/index.js.map +1 -1
  637. package/dist/components/ImportModal/ImportModalSelectFileStep/ImportModalSelectFileStep.js +1 -1
  638. package/dist/components/ImportModal/ImportModalSelectFileStep/ImportModalSelectFileStep.js.map +1 -1
  639. package/dist/components/ImportModal/ImportModalSelectFileStep/index.js +1 -1
  640. package/dist/components/ImportModal/ImportModalSelectFileStep/index.js.map +1 -1
  641. package/dist/components/ImportModal/importReducer/ImportReducerContext.js +1 -1
  642. package/dist/components/ImportModal/importReducer/ImportReducerContext.js.map +1 -1
  643. package/dist/components/ImportModal/importReducer/importReducer.js +1 -1
  644. package/dist/components/ImportModal/importReducer/importReducer.js.map +1 -1
  645. package/dist/components/ImportModal/importReducer/index.js +1 -1
  646. package/dist/components/ImportModal/importReducer/index.js.map +1 -1
  647. package/dist/components/ImportModal/index.js +1 -1
  648. package/dist/components/ImportModal/index.js.map +1 -1
  649. package/dist/components/LibraryItemsList/CreateNewRecordButton/CreateNewRecordButton.js +1 -1
  650. package/dist/components/LibraryItemsList/CreateNewRecordButton/CreateNewRecordButton.js.map +1 -1
  651. package/dist/components/LibraryItemsList/CreateNewRecordButton/index.js +1 -1
  652. package/dist/components/LibraryItemsList/CreateNewRecordButton/index.js.map +1 -1
  653. package/dist/components/LibraryItemsList/DisplayOptions/DisplayOptions.js +1 -1
  654. package/dist/components/LibraryItemsList/DisplayOptions/DisplayOptions.js.map +1 -1
  655. package/dist/components/LibraryItemsList/DisplayOptions/index.js +1 -1
  656. package/dist/components/LibraryItemsList/DisplayOptions/index.js.map +1 -1
  657. package/dist/components/LibraryItemsList/DisplayTypeSelector/DisplayTypeSelector.js +1 -1
  658. package/dist/components/LibraryItemsList/DisplayTypeSelector/DisplayTypeSelector.js.map +1 -1
  659. package/dist/components/LibraryItemsList/DisplayTypeSelector/index.js +1 -1
  660. package/dist/components/LibraryItemsList/DisplayTypeSelector/index.js.map +1 -1
  661. package/dist/components/LibraryItemsList/FiltersDropdown/FiltersDropdown.js +1 -1
  662. package/dist/components/LibraryItemsList/FiltersDropdown/FiltersDropdown.js.map +1 -1
  663. package/dist/components/LibraryItemsList/FiltersDropdown/index.js +1 -1
  664. package/dist/components/LibraryItemsList/FiltersDropdown/index.js.map +1 -1
  665. package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.js +3 -3
  666. package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.js.map +1 -1
  667. package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.utils.js +1 -1
  668. package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.utils.js.map +1 -1
  669. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/FilterAttributeCondition.js +1 -1
  670. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/FilterAttributeCondition.js.map +1 -1
  671. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/index.js +1 -1
  672. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/index.js.map +1 -1
  673. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/BooleanFilter.js +1 -1
  674. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/BooleanFilter.js.map +1 -1
  675. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/index.js +1 -1
  676. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/index.js.map +1 -1
  677. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/index.js +1 -1
  678. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/index.js.map +1 -1
  679. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/DateFilter.js +1 -1
  680. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/DateFilter.js.map +1 -1
  681. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/index.js +1 -1
  682. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/index.js.map +1 -1
  683. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/NumericFilter.js +1 -1
  684. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/NumericFilter.js.map +1 -1
  685. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/index.js +1 -1
  686. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/index.js.map +1 -1
  687. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/TextFilter.js +1 -1
  688. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/TextFilter.js.map +1 -1
  689. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/index.js +1 -1
  690. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/index.js.map +1 -1
  691. package/dist/components/LibraryItemsList/FiltersPanel/Filter/index.js +1 -1
  692. package/dist/components/LibraryItemsList/FiltersPanel/Filter/index.js.map +1 -1
  693. package/dist/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/FilterDropdownButton.js +1 -1
  694. package/dist/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/FilterDropdownButton.js.map +1 -1
  695. package/dist/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/index.js +1 -1
  696. package/dist/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/index.js.map +1 -1
  697. package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/FilterTreeCondition.js +1 -1
  698. package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/FilterTreeCondition.js.map +1 -1
  699. package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/index.js +1 -1
  700. package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/index.js.map +1 -1
  701. package/dist/components/LibraryItemsList/FiltersPanel/FiltersPanel.js +1 -1
  702. package/dist/components/LibraryItemsList/FiltersPanel/FiltersPanel.js.map +1 -1
  703. package/dist/components/LibraryItemsList/FiltersPanel/index.js +1 -1
  704. package/dist/components/LibraryItemsList/FiltersPanel/index.js.map +1 -1
  705. package/dist/components/LibraryItemsList/FiltersPanel/mustHideValue.js +1 -1
  706. package/dist/components/LibraryItemsList/FiltersPanel/mustHideValue.js.map +1 -1
  707. package/dist/components/LibraryItemsList/IconViewType/IconViewType.js +1 -1
  708. package/dist/components/LibraryItemsList/IconViewType/IconViewType.js.map +1 -1
  709. package/dist/components/LibraryItemsList/IconViewType/index.js +1 -1
  710. package/dist/components/LibraryItemsList/IconViewType/index.js.map +1 -1
  711. package/dist/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.js +8 -12
  712. package/dist/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.js.map +1 -1
  713. package/dist/components/LibraryItemsList/LibraryItemsListContent/index.js +1 -1
  714. package/dist/components/LibraryItemsList/LibraryItemsListContent/index.js.map +1 -1
  715. package/dist/components/LibraryItemsList/LibraryItemsListEmpty/LibraryItemsListEmpty.js +1 -1
  716. package/dist/components/LibraryItemsList/LibraryItemsListEmpty/LibraryItemsListEmpty.js.map +1 -1
  717. package/dist/components/LibraryItemsList/LibraryItemsListEmpty/index.js +1 -1
  718. package/dist/components/LibraryItemsList/LibraryItemsListEmpty/index.js.map +1 -1
  719. package/dist/components/LibraryItemsList/LibraryItemsListPagination/LibraryItemsListPagination.js +1 -1
  720. package/dist/components/LibraryItemsList/LibraryItemsListPagination/LibraryItemsListPagination.js.map +1 -1
  721. package/dist/components/LibraryItemsList/LibraryItemsListPagination/index.js +1 -1
  722. package/dist/components/LibraryItemsList/LibraryItemsListPagination/index.js.map +1 -1
  723. package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyCell/index.js +1 -1
  724. package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyCell/index.js.map +1 -1
  725. package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyRow/BodyRow.js +1 -1
  726. package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyRow/BodyRow.js.map +1 -1
  727. package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyRow/index.js +1 -1
  728. package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyRow/index.js.map +1 -1
  729. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/AllValuesCount.js +1 -1
  730. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/AllValuesCount.js.map +1 -1
  731. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/index.js +1 -1
  732. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/index.js.map +1 -1
  733. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/Cell.js +1 -1
  734. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/Cell.js.map +1 -1
  735. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/CellInfos.js +1 -1
  736. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/CellInfos.js.map +1 -1
  737. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/index.js +1 -1
  738. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/index.js.map +1 -1
  739. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/CellSelection.js +1 -1
  740. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/CellSelection.js.map +1 -1
  741. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/index.js +1 -1
  742. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/index.js.map +1 -1
  743. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/ElementsToDisplay/RichTextDisplay.js +1 -1
  744. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/ElementsToDisplay/RichTextDisplay.js.map +1 -1
  745. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/StandardCell.js +8 -3
  746. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/StandardCell.js.map +1 -1
  747. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/index.js +1 -1
  748. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/index.js.map +1 -1
  749. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/index.js +1 -1
  750. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/index.js.map +1 -1
  751. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/utils.js +1 -1
  752. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/utils.js.map +1 -1
  753. package/dist/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/ChooseTableColumns.js +1 -1
  754. package/dist/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/ChooseTableColumns.js.map +1 -1
  755. package/dist/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/index.js +1 -1
  756. package/dist/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/index.js.map +1 -1
  757. package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/Header.js +8 -6
  758. package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/Header.js.map +1 -1
  759. package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/index.js +1 -1
  760. package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/index.js.map +1 -1
  761. package/dist/components/LibraryItemsList/LibraryItemsListTable/Table.js +2 -2
  762. package/dist/components/LibraryItemsList/LibraryItemsListTable/Table.js.map +1 -1
  763. package/dist/components/LibraryItemsList/LibraryItemsListTable/index.js +1 -1
  764. package/dist/components/LibraryItemsList/LibraryItemsListTable/index.js.map +1 -1
  765. package/dist/components/LibraryItemsList/MenuItemList/MenuItemList.js +1 -1
  766. package/dist/components/LibraryItemsList/MenuItemList/MenuItemList.js.map +1 -1
  767. package/dist/components/LibraryItemsList/MenuItemList/index.js +1 -1
  768. package/dist/components/LibraryItemsList/MenuItemList/index.js.map +1 -1
  769. package/dist/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/ActionsMenu.js +1 -1
  770. package/dist/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/ActionsMenu.js.map +1 -1
  771. package/dist/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/index.js +1 -1
  772. package/dist/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/index.js.map +1 -1
  773. package/dist/components/LibraryItemsList/MenuItemListSelected/MenuItemListSelected.js +1 -1
  774. package/dist/components/LibraryItemsList/MenuItemListSelected/MenuItemListSelected.js.map +1 -1
  775. package/dist/components/LibraryItemsList/MenuItemListSelected/index.js +1 -1
  776. package/dist/components/LibraryItemsList/MenuItemListSelected/index.js.map +1 -1
  777. package/dist/components/LibraryItemsList/MenuSelection/MenuSelection.js +1 -1
  778. package/dist/components/LibraryItemsList/MenuSelection/MenuSelection.js.map +1 -1
  779. package/dist/components/LibraryItemsList/MenuSelection/index.js +1 -1
  780. package/dist/components/LibraryItemsList/MenuSelection/index.js.map +1 -1
  781. package/dist/components/LibraryItemsList/MenuView/MenuView.js +5 -10
  782. package/dist/components/LibraryItemsList/MenuView/MenuView.js.map +1 -1
  783. package/dist/components/LibraryItemsList/MenuView/index.js +1 -1
  784. package/dist/components/LibraryItemsList/MenuView/index.js.map +1 -1
  785. package/dist/components/LibraryItemsList/SearchItems/SearchItems.js +1 -1
  786. package/dist/components/LibraryItemsList/SearchItems/SearchItems.js.map +1 -1
  787. package/dist/components/LibraryItemsList/SearchItems/index.js +1 -1
  788. package/dist/components/LibraryItemsList/SearchItems/index.js.map +1 -1
  789. package/dist/components/LibraryItemsList/Sidebar/Sidebar.js +1 -1
  790. package/dist/components/LibraryItemsList/Sidebar/Sidebar.js.map +1 -1
  791. package/dist/components/LibraryItemsList/Sidebar/index.js +1 -1
  792. package/dist/components/LibraryItemsList/Sidebar/index.js.map +1 -1
  793. package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/ItemTileDisplay.js +1 -1
  794. package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/ItemTileDisplay.js.map +1 -1
  795. package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/index.js +1 -1
  796. package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/index.js.map +1 -1
  797. package/dist/components/LibraryItemsList/TileDisplay/TileDisplay.js +1 -1
  798. package/dist/components/LibraryItemsList/TileDisplay/TileDisplay.js.map +1 -1
  799. package/dist/components/LibraryItemsList/TileDisplay/helpers/getItemPreviewSize.js +1 -1
  800. package/dist/components/LibraryItemsList/TileDisplay/helpers/getItemPreviewSize.js.map +1 -1
  801. package/dist/components/LibraryItemsList/TileDisplay/index.js +1 -1
  802. package/dist/components/LibraryItemsList/TileDisplay/index.js.map +1 -1
  803. package/dist/components/LibraryItemsList/VersionsPanel/VersionsPanel.js +1 -1
  804. package/dist/components/LibraryItemsList/VersionsPanel/VersionsPanel.js.map +1 -1
  805. package/dist/components/LibraryItemsList/VersionsPanel/index.js +1 -1
  806. package/dist/components/LibraryItemsList/VersionsPanel/index.js.map +1 -1
  807. package/dist/components/LibraryItemsList/ViewPanel/EditView/EditView.js +3 -4
  808. package/dist/components/LibraryItemsList/ViewPanel/EditView/EditView.js.map +1 -1
  809. package/dist/components/LibraryItemsList/ViewPanel/EditView/index.js +1 -1
  810. package/dist/components/LibraryItemsList/ViewPanel/EditView/index.js.map +1 -1
  811. package/dist/components/LibraryItemsList/ViewPanel/View/View.js +4 -4
  812. package/dist/components/LibraryItemsList/ViewPanel/View/View.js.map +1 -1
  813. package/dist/components/LibraryItemsList/ViewPanel/View/index.js +1 -1
  814. package/dist/components/LibraryItemsList/ViewPanel/View/index.js.map +1 -1
  815. package/dist/components/LibraryItemsList/ViewPanel/ViewPanel.js +1 -1
  816. package/dist/components/LibraryItemsList/ViewPanel/ViewPanel.js.map +1 -1
  817. package/dist/components/LibraryItemsList/ViewPanel/index.js +1 -1
  818. package/dist/components/LibraryItemsList/ViewPanel/index.js.map +1 -1
  819. package/dist/components/LibraryItemsList/helpers/defaultFilterConditionByAttributeFormat.js +1 -1
  820. package/dist/components/LibraryItemsList/helpers/defaultFilterConditionByAttributeFormat.js.map +1 -1
  821. package/dist/components/LibraryItemsList/helpers/displayTypeToPreviewSize.js +1 -1
  822. package/dist/components/LibraryItemsList/helpers/displayTypeToPreviewSize.js.map +1 -1
  823. package/dist/components/LibraryItemsList/helpers/extractAttributesFromLibrary.js +1 -1
  824. package/dist/components/LibraryItemsList/helpers/extractAttributesFromLibrary.js.map +1 -1
  825. package/dist/components/LibraryItemsList/helpers/getFieldFromKey.js +1 -1
  826. package/dist/components/LibraryItemsList/helpers/getFieldFromKey.js.map +1 -1
  827. package/dist/components/LibraryItemsList/helpers/getFieldsFromView.js +4 -9
  828. package/dist/components/LibraryItemsList/helpers/getFieldsFromView.js.map +1 -1
  829. package/dist/components/LibraryItemsList/helpers/getSortFieldByAttributeType.js +1 -1
  830. package/dist/components/LibraryItemsList/helpers/getSortFieldByAttributeType.js.map +1 -1
  831. package/dist/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.js +8 -6
  832. package/dist/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.js.map +1 -1
  833. package/dist/components/LibraryItemsList/hooks/useSearchReducer/_types.d.ts +1 -1
  834. package/dist/components/LibraryItemsList/hooks/useSearchReducer/index.js +1 -1
  835. package/dist/components/LibraryItemsList/hooks/useSearchReducer/index.js.map +1 -1
  836. package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchContext.js +1 -1
  837. package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchContext.js.map +1 -1
  838. package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.d.ts +1 -1
  839. package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.js +25 -33
  840. package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.js.map +1 -1
  841. package/dist/components/LibraryItemsList/hooks/useSearchReducer/useSearchReducer.js +1 -1
  842. package/dist/components/LibraryItemsList/hooks/useSearchReducer/useSearchReducer.js.map +1 -1
  843. package/dist/components/LibraryItemsList/hooks/useUpdateViewsOrderMutation.js +1 -1
  844. package/dist/components/LibraryItemsList/hooks/useUpdateViewsOrderMutation.js.map +1 -1
  845. package/dist/components/LibraryItemsList/index.js +1 -1
  846. package/dist/components/LibraryItemsList/index.js.map +1 -1
  847. package/dist/components/LibraryItemsList/manageItems.js +1 -1
  848. package/dist/components/LibraryItemsList/manageItems.js.map +1 -1
  849. package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/DeactivateRecordBtn.js +1 -1
  850. package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/DeactivateRecordBtn.js.map +1 -1
  851. package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/index.js +1 -1
  852. package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/index.js.map +1 -1
  853. package/dist/components/LibraryItemsList/shared/SelectCellsBtn.js +1 -1
  854. package/dist/components/LibraryItemsList/shared/SelectCellsBtn.js.map +1 -1
  855. package/dist/components/LibraryItemsList/shared/shared.utils.js +1 -1
  856. package/dist/components/LibraryItemsList/shared/shared.utils.js.map +1 -1
  857. package/dist/components/LibraryPicker/LibrariesList/LibrariesList.js +1 -1
  858. package/dist/components/LibraryPicker/LibrariesList/LibrariesList.js.map +1 -1
  859. package/dist/components/LibraryPicker/LibrariesList/index.js +1 -1
  860. package/dist/components/LibraryPicker/LibrariesList/index.js.map +1 -1
  861. package/dist/components/LibraryPicker/LibraryPicker.js +1 -1
  862. package/dist/components/LibraryPicker/LibraryPicker.js.map +1 -1
  863. package/dist/components/LibraryPicker/index.js +1 -1
  864. package/dist/components/LibraryPicker/index.js.map +1 -1
  865. package/dist/components/List/List.js +1 -1
  866. package/dist/components/List/List.js.map +1 -1
  867. package/dist/components/List/index.js +1 -1
  868. package/dist/components/List/index.js.map +1 -1
  869. package/dist/components/Loading/Loading.js +1 -1
  870. package/dist/components/Loading/Loading.js.map +1 -1
  871. package/dist/components/Loading/index.js +1 -1
  872. package/dist/components/Loading/index.js.map +1 -1
  873. package/dist/components/RecordCard/RecordCard.js +1 -1
  874. package/dist/components/RecordCard/RecordCard.js.map +1 -1
  875. package/dist/components/RecordCard/index.js +1 -1
  876. package/dist/components/RecordCard/index.js.map +1 -1
  877. package/dist/components/RecordEdition/EditRecord/EditRecord.d.ts +1 -0
  878. package/dist/components/RecordEdition/EditRecord/EditRecord.js +103 -79
  879. package/dist/components/RecordEdition/EditRecord/EditRecord.js.map +1 -1
  880. package/dist/components/RecordEdition/EditRecord/ValuesVersionSummary/ValuesVersionSummary.js +1 -1
  881. package/dist/components/RecordEdition/EditRecord/ValuesVersionSummary/ValuesVersionSummary.js.map +1 -1
  882. package/dist/components/RecordEdition/EditRecord/ValuesVersionSummary/index.js +1 -1
  883. package/dist/components/RecordEdition/EditRecord/ValuesVersionSummary/index.js.map +1 -1
  884. package/dist/components/RecordEdition/EditRecord/creationErrorContext.js +1 -1
  885. package/dist/components/RecordEdition/EditRecord/creationErrorContext.js.map +1 -1
  886. package/dist/components/RecordEdition/EditRecord/index.js +1 -1
  887. package/dist/components/RecordEdition/EditRecord/index.js.map +1 -1
  888. package/dist/components/RecordEdition/EditRecordBtn/EditRecordBtn.js +1 -1
  889. package/dist/components/RecordEdition/EditRecordBtn/EditRecordBtn.js.map +1 -1
  890. package/dist/components/RecordEdition/EditRecordBtn/index.js +1 -1
  891. package/dist/components/RecordEdition/EditRecordBtn/index.js.map +1 -1
  892. package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.d.ts +2 -1
  893. package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js +19 -6
  894. package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js.map +1 -1
  895. package/dist/components/RecordEdition/EditRecordContent/_types.d.ts +19 -24
  896. package/dist/components/RecordEdition/EditRecordContent/_types.js.map +1 -1
  897. package/dist/components/RecordEdition/EditRecordContent/antdUtils.d.ts +5 -1
  898. package/dist/components/RecordEdition/EditRecordContent/antdUtils.js +46 -33
  899. package/dist/components/RecordEdition/EditRecordContent/antdUtils.js.map +1 -1
  900. package/dist/components/RecordEdition/EditRecordContent/formConstants.js +1 -1
  901. package/dist/components/RecordEdition/EditRecordContent/formConstants.js.map +1 -1
  902. package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.d.ts +3 -1
  903. package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.js +8 -2
  904. package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.js.map +1 -1
  905. package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/index.js +1 -1
  906. package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/index.js.map +1 -1
  907. package/dist/components/RecordEdition/EditRecordContent/helpers/getActiveFieldValues/index.js +1 -1
  908. package/dist/components/RecordEdition/EditRecordContent/helpers/getActiveFieldValues/index.js.map +1 -1
  909. package/dist/components/RecordEdition/EditRecordContent/helpers/isCurrentVersion/index.js +1 -1
  910. package/dist/components/RecordEdition/EditRecordContent/helpers/isCurrentVersion/index.js.map +1 -1
  911. package/dist/components/RecordEdition/EditRecordContent/hooks/__mocks__/useDeleteValueMutation.js +1 -1
  912. package/dist/components/RecordEdition/EditRecordContent/hooks/__mocks__/useDeleteValueMutation.js.map +1 -1
  913. package/dist/components/RecordEdition/EditRecordContent/hooks/__mocks__/useSaveValueMutation.js +1 -1
  914. package/dist/components/RecordEdition/EditRecordContent/hooks/__mocks__/useSaveValueMutation.js.map +1 -1
  915. package/dist/components/RecordEdition/EditRecordContent/hooks/helpers/getPropertyCacheFieldName.js +1 -1
  916. package/dist/components/RecordEdition/EditRecordContent/hooks/helpers/getPropertyCacheFieldName.js.map +1 -1
  917. package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateRecordMutation.d.ts +5 -0
  918. package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateRecordMutation.js +28 -0
  919. package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateRecordMutation.js.map +1 -0
  920. package/dist/components/RecordEdition/EditRecordContent/hooks/useExecuteSaveValueBatchMutation.js +1 -1
  921. package/dist/components/RecordEdition/EditRecordContent/hooks/useExecuteSaveValueBatchMutation.js.map +1 -1
  922. package/dist/components/RecordEdition/EditRecordContent/hooks/useRecordEditionContext.js +1 -1
  923. package/dist/components/RecordEdition/EditRecordContent/hooks/useRecordEditionContext.js.map +1 -1
  924. package/dist/components/RecordEdition/EditRecordContent/hooks/useRunActionsListAndFormatOnValue.d.ts +121 -0
  925. package/dist/components/RecordEdition/EditRecordContent/hooks/useRunActionsListAndFormatOnValue.js +31 -0
  926. package/dist/components/RecordEdition/EditRecordContent/hooks/useRunActionsListAndFormatOnValue.js.map +1 -0
  927. package/dist/components/RecordEdition/EditRecordContent/index.js +1 -1
  928. package/dist/components/RecordEdition/EditRecordContent/index.js.map +1 -1
  929. package/dist/components/RecordEdition/EditRecordContent/reducers/linkFieldReducer/index.js +1 -1
  930. package/dist/components/RecordEdition/EditRecordContent/reducers/linkFieldReducer/index.js.map +1 -1
  931. package/dist/components/RecordEdition/EditRecordContent/reducers/linkFieldReducer/linkFieldReducer.js +1 -1
  932. package/dist/components/RecordEdition/EditRecordContent/reducers/linkFieldReducer/linkFieldReducer.js.map +1 -1
  933. package/dist/components/RecordEdition/EditRecordContent/shared/AddValueBtn/AddValueBtn.js +1 -1
  934. package/dist/components/RecordEdition/EditRecordContent/shared/AddValueBtn/AddValueBtn.js.map +1 -1
  935. package/dist/components/RecordEdition/EditRecordContent/shared/AddValueBtn/index.js +1 -1
  936. package/dist/components/RecordEdition/EditRecordContent/shared/AddValueBtn/index.js.map +1 -1
  937. package/dist/components/RecordEdition/EditRecordContent/shared/DeleteAllValuesBtn/DeleteAllValuesBtn.js +1 -1
  938. package/dist/components/RecordEdition/EditRecordContent/shared/DeleteAllValuesBtn/DeleteAllValuesBtn.js.map +1 -1
  939. package/dist/components/RecordEdition/EditRecordContent/shared/DeleteAllValuesBtn/index.js +1 -1
  940. package/dist/components/RecordEdition/EditRecordContent/shared/DeleteAllValuesBtn/index.js.map +1 -1
  941. package/dist/components/RecordEdition/EditRecordContent/shared/DeleteValueBtn/DeleteValueBtn.js +1 -1
  942. package/dist/components/RecordEdition/EditRecordContent/shared/DeleteValueBtn/DeleteValueBtn.js.map +1 -1
  943. package/dist/components/RecordEdition/EditRecordContent/shared/DeleteValueBtn/index.js +1 -1
  944. package/dist/components/RecordEdition/EditRecordContent/shared/DeleteValueBtn/index.js.map +1 -1
  945. package/dist/components/RecordEdition/EditRecordContent/shared/FieldFooter/FieldFooter.js +1 -1
  946. package/dist/components/RecordEdition/EditRecordContent/shared/FieldFooter/FieldFooter.js.map +1 -1
  947. package/dist/components/RecordEdition/EditRecordContent/shared/FieldFooter/index.js +1 -1
  948. package/dist/components/RecordEdition/EditRecordContent/shared/FieldFooter/index.js.map +1 -1
  949. package/dist/components/RecordEdition/EditRecordContent/shared/InheritedFieldLabel/InheritedFieldLabel.js +1 -1
  950. package/dist/components/RecordEdition/EditRecordContent/shared/InheritedFieldLabel/InheritedFieldLabel.js.map +1 -1
  951. package/dist/components/RecordEdition/EditRecordContent/shared/InheritedFieldLabel/index.js +1 -1
  952. package/dist/components/RecordEdition/EditRecordContent/shared/InheritedFieldLabel/index.js.map +1 -1
  953. package/dist/components/RecordEdition/EditRecordContent/shared/NoValue/NoValue.js +1 -1
  954. package/dist/components/RecordEdition/EditRecordContent/shared/NoValue/NoValue.js.map +1 -1
  955. package/dist/components/RecordEdition/EditRecordContent/shared/NoValue/index.js +1 -1
  956. package/dist/components/RecordEdition/EditRecordContent/shared/NoValue/index.js.map +1 -1
  957. package/dist/components/RecordEdition/EditRecordContent/shared/UpdatedFieldIcon/UpdatedFieldIcon.js +1 -1
  958. package/dist/components/RecordEdition/EditRecordContent/shared/UpdatedFieldIcon/UpdatedFieldIcon.js.map +1 -1
  959. package/dist/components/RecordEdition/EditRecordContent/shared/UpdatedFieldIcon/index.js +1 -1
  960. package/dist/components/RecordEdition/EditRecordContent/shared/UpdatedFieldIcon/index.js.map +1 -1
  961. package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/ValueDetailsBtn.js +2 -8
  962. package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/ValueDetailsBtn.js.map +1 -1
  963. package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/index.js +1 -1
  964. package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/index.js.map +1 -1
  965. package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionBtn/ValuesVersionBtn.js +1 -1
  966. package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionBtn/ValuesVersionBtn.js.map +1 -1
  967. package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionBtn/index.js +1 -1
  968. package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionBtn/index.js.map +1 -1
  969. package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionIndicator/ValuesVersionIndicator.js +1 -1
  970. package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionIndicator/ValuesVersionIndicator.js.map +1 -1
  971. package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionIndicator/index.js +1 -1
  972. package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionIndicator/index.js.map +1 -1
  973. package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.d.ts +3 -1
  974. package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.js +3 -3
  975. package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.js.map +1 -1
  976. package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/index.js +1 -1
  977. package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/index.js.map +1 -1
  978. package/dist/components/RecordEdition/EditRecordContent/uiElements/ErrorField/ErrorField.js +1 -1
  979. package/dist/components/RecordEdition/EditRecordContent/uiElements/ErrorField/ErrorField.js.map +1 -1
  980. package/dist/components/RecordEdition/EditRecordContent/uiElements/ErrorField/index.js +1 -1
  981. package/dist/components/RecordEdition/EditRecordContent/uiElements/ErrorField/index.js.map +1 -1
  982. package/dist/components/RecordEdition/EditRecordContent/uiElements/FormDivider/index.js +1 -1
  983. package/dist/components/RecordEdition/EditRecordContent/uiElements/FormDivider/index.js.map +1 -1
  984. package/dist/components/RecordEdition/EditRecordContent/uiElements/FormTabs/FormTabs.js +1 -1
  985. package/dist/components/RecordEdition/EditRecordContent/uiElements/FormTabs/FormTabs.js.map +1 -1
  986. package/dist/components/RecordEdition/EditRecordContent/uiElements/FormTabs/index.js +1 -1
  987. package/dist/components/RecordEdition/EditRecordContent/uiElements/FormTabs/index.js.map +1 -1
  988. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/FloatingMenuHandler/index.js +1 -1
  989. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/FloatingMenuHandler/index.js.map +1 -1
  990. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js +3 -3
  991. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js.map +1 -1
  992. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.d.ts +0 -1
  993. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.js +3 -8
  994. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.js.map +1 -1
  995. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/useGetOptionsQuery.js +1 -1
  996. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/useGetOptionsQuery.js.map +1 -1
  997. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.d.ts +0 -1
  998. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.js +3 -10
  999. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.js.map +1 -1
  1000. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/useGetOptionsQuery.js +1 -1
  1001. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/useGetOptionsQuery.js.map +1 -1
  1002. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/RecordIdentityCell/RecordIdentityCell.js +1 -1
  1003. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/RecordIdentityCell/RecordIdentityCell.js.map +1 -1
  1004. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/RecordIdentityCell/index.js +1 -1
  1005. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/RecordIdentityCell/index.js.map +1 -1
  1006. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/QuickSearch/QuickSearch.js +1 -1
  1007. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/QuickSearch/QuickSearch.js.map +1 -1
  1008. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/QuickSearch/index.js +1 -1
  1009. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/QuickSearch/index.js.map +1 -1
  1010. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/ValuesAdd.js +1 -1
  1011. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/ValuesAdd.js.map +1 -1
  1012. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/index.js +1 -1
  1013. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/index.js.map +1 -1
  1014. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/index.js +1 -1
  1015. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/index.js.map +1 -1
  1016. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/ComputeIndicator.d.ts +6 -0
  1017. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/ComputeIndicator.js +16 -0
  1018. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/ComputeIndicator.js.map +1 -0
  1019. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/DeleteAllValuesButton.d.ts +4 -0
  1020. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/DeleteAllValuesButton.js +25 -0
  1021. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/DeleteAllValuesButton.js.map +1 -0
  1022. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.d.ts +5 -2
  1023. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js +204 -187
  1024. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js.map +1 -1
  1025. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.d.ts +2 -8
  1026. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.js +18 -20
  1027. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.js.map +1 -1
  1028. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.d.ts +4 -0
  1029. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.js +113 -0
  1030. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.js.map +1 -0
  1031. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.d.ts +3 -14
  1032. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js +49 -34
  1033. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js.map +1 -1
  1034. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.d.ts +3 -14
  1035. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js +17 -60
  1036. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js.map +1 -1
  1037. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.d.ts +3 -14
  1038. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js +37 -39
  1039. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js.map +1 -1
  1040. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.d.ts +3 -14
  1041. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js +39 -47
  1042. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js.map +1 -1
  1043. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.d.ts +3 -14
  1044. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js +64 -46
  1045. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js.map +1 -1
  1046. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.d.ts +3 -14
  1047. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js +40 -46
  1048. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js.map +1 -1
  1049. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.d.ts +16 -9
  1050. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js +58 -410
  1051. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js.map +1 -1
  1052. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/DSListSelect.d.ts +4 -0
  1053. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/DSListSelect.js +141 -0
  1054. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/DSListSelect.js.map +1 -0
  1055. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/ValuesList.js +1 -1
  1056. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/ValuesList.js.map +1 -1
  1057. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/_types.d.ts +10 -0
  1058. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/_types.js +2 -0
  1059. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/_types.js.map +1 -0
  1060. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/index.js +1 -1
  1061. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/index.js.map +1 -1
  1062. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/_types.d.ts +15 -0
  1063. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/_types.js +2 -0
  1064. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/_types.js.map +1 -0
  1065. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/index.js +1 -1
  1066. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/index.js.map +1 -1
  1067. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/calculatedInheritedFlags.d.ts +42 -0
  1068. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/calculatedInheritedFlags.js +56 -0
  1069. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/calculatedInheritedFlags.js.map +1 -0
  1070. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/index.js +1 -1
  1071. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/index.js.map +1 -1
  1072. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/useGetPresentationValues.d.ts +12 -0
  1073. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/useGetPresentationValues.js +32 -0
  1074. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/useGetPresentationValues.js.map +1 -0
  1075. package/dist/components/RecordEdition/EditRecordContent/uiElements/TextBlock/index.js +1 -1
  1076. package/dist/components/RecordEdition/EditRecordContent/uiElements/TextBlock/index.js.map +1 -1
  1077. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js +5 -8
  1078. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js.map +1 -1
  1079. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeFieldValue/TreeFieldValue.js +1 -1
  1080. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeFieldValue/TreeFieldValue.js.map +1 -1
  1081. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeFieldValue/index.js +1 -1
  1082. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeFieldValue/index.js.map +1 -1
  1083. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/ValuesAdd.js +3 -3
  1084. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/ValuesAdd.js.map +1 -1
  1085. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/index.js +1 -1
  1086. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/index.js.map +1 -1
  1087. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/index.js +1 -1
  1088. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/index.js.map +1 -1
  1089. package/dist/components/RecordEdition/EditRecordContent/uiElements/index.js +1 -1
  1090. package/dist/components/RecordEdition/EditRecordContent/uiElements/index.js.map +1 -1
  1091. package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js +11 -5
  1092. package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js.map +1 -1
  1093. package/dist/components/RecordEdition/EditRecordModal/index.js +1 -1
  1094. package/dist/components/RecordEdition/EditRecordModal/index.js.map +1 -1
  1095. package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.d.ts +2 -0
  1096. package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js +3 -3
  1097. package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js.map +1 -1
  1098. package/dist/components/RecordEdition/EditRecordPage/index.js +1 -1
  1099. package/dist/components/RecordEdition/EditRecordPage/index.js.map +1 -1
  1100. package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/AttributeSummary.d.ts +7 -0
  1101. package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/AttributeSummary.js +9 -0
  1102. package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/AttributeSummary.js.map +1 -0
  1103. package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/index.d.ts +2 -0
  1104. package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/index.js +6 -0
  1105. package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/index.js.map +1 -0
  1106. package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/useAttributeInformations.d.ts +2 -0
  1107. package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/useAttributeInformations.js +25 -0
  1108. package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/useAttributeInformations.js.map +1 -0
  1109. package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/Breadcrumb.d.ts +3 -0
  1110. package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/Breadcrumb.js +53 -0
  1111. package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/Breadcrumb.js.map +1 -0
  1112. package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/index.d.ts +2 -0
  1113. package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/index.js +6 -0
  1114. package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/index.js.map +1 -0
  1115. package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.d.ts +4 -1
  1116. package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js +41 -6
  1117. package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js.map +1 -1
  1118. package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.d.ts +4 -7
  1119. package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.js +7 -9
  1120. package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.js.map +1 -1
  1121. package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/index.js +1 -1
  1122. package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/index.js.map +1 -1
  1123. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/RecordInformations.d.ts +9 -0
  1124. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/RecordInformations.js +42 -0
  1125. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/RecordInformations.js.map +1 -0
  1126. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/useRecordInformations.d.ts +6 -0
  1127. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/useRecordInformations.js +35 -0
  1128. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/useRecordInformations.js.map +1 -0
  1129. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.d.ts +2 -281
  1130. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.js +26 -57
  1131. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.js.map +1 -1
  1132. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/index.js +1 -1
  1133. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/index.js.map +1 -1
  1134. package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/ValuesSummary.d.ts +8 -0
  1135. package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/ValuesSummary.js +73 -0
  1136. package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/ValuesSummary.js.map +1 -0
  1137. package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/index.d.ts +2 -0
  1138. package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/index.js +6 -0
  1139. package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/index.js.map +1 -0
  1140. package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/ValuesVersions.js +1 -1
  1141. package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/ValuesVersions.js.map +1 -1
  1142. package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/index.js +1 -1
  1143. package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/index.js.map +1 -1
  1144. package/dist/components/RecordEdition/EditRecordSidebar/index.js +1 -1
  1145. package/dist/components/RecordEdition/EditRecordSidebar/index.js.map +1 -1
  1146. package/dist/components/RecordEdition/{EditRecordContent → EditRecordSkeleton}/EditRecordSkeleton.d.ts +1 -1
  1147. package/dist/components/RecordEdition/{EditRecordContent → EditRecordSkeleton}/EditRecordSkeleton.js +3 -3
  1148. package/dist/components/RecordEdition/EditRecordSkeleton/EditRecordSkeleton.js.map +1 -0
  1149. package/dist/components/RecordEdition/EditRecordSkeleton/index.d.ts +2 -0
  1150. package/dist/components/RecordEdition/EditRecordSkeleton/index.js +6 -0
  1151. package/dist/components/RecordEdition/EditRecordSkeleton/index.js.map +1 -0
  1152. package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.d.ts +12 -10
  1153. package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.js +15 -13
  1154. package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.js.map +1 -1
  1155. package/dist/components/RecordEdition/editRecordReducer/editRecordReducerContext.js +1 -1
  1156. package/dist/components/RecordEdition/editRecordReducer/editRecordReducerContext.js.map +1 -1
  1157. package/dist/components/RecordEdition/editRecordReducer/index.js +1 -1
  1158. package/dist/components/RecordEdition/editRecordReducer/index.js.map +1 -1
  1159. package/dist/components/RecordEdition/editRecordReducer/useEditRecordReducer.js +1 -1
  1160. package/dist/components/RecordEdition/editRecordReducer/useEditRecordReducer.js.map +1 -1
  1161. package/dist/components/RecordEdition/hooks/useCreateCancelConfirm/index.js +1 -1
  1162. package/dist/components/RecordEdition/hooks/useCreateCancelConfirm/index.js.map +1 -1
  1163. package/dist/components/RecordEdition/hooks/useCreateCancelConfirm/useCreateCancelConfirm.js +1 -1
  1164. package/dist/components/RecordEdition/hooks/useCreateCancelConfirm/useCreateCancelConfirm.js.map +1 -1
  1165. package/dist/components/RecordEdition/hooks/useGetSubmitButtons.js +1 -1
  1166. package/dist/components/RecordEdition/hooks/useGetSubmitButtons.js.map +1 -1
  1167. package/dist/components/RecordEdition/index.d.ts +1 -0
  1168. package/dist/components/RecordEdition/index.js +2 -1
  1169. package/dist/components/RecordEdition/index.js.map +1 -1
  1170. package/dist/components/RecordPreviewWithModal/FileModal/FileModal.js +1 -1
  1171. package/dist/components/RecordPreviewWithModal/FileModal/FileModal.js.map +1 -1
  1172. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/AudioFile.js +1 -1
  1173. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/AudioFile.js.map +1 -1
  1174. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/index.js +1 -1
  1175. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/index.js.map +1 -1
  1176. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/DocumentFile.js +1 -1
  1177. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/DocumentFile.js.map +1 -1
  1178. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/index.js +1 -1
  1179. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/index.js.map +1 -1
  1180. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalContent.js +1 -1
  1181. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalContent.js.map +1 -1
  1182. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/FileModalSidebar.js +1 -1
  1183. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/FileModalSidebar.js.map +1 -1
  1184. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/index.js +1 -1
  1185. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/index.js.map +1 -1
  1186. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/ImageFile.js +1 -1
  1187. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/ImageFile.js.map +1 -1
  1188. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/index.js +1 -1
  1189. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/index.js.map +1 -1
  1190. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/NoDisplayFile.js +1 -1
  1191. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/NoDisplayFile.js.map +1 -1
  1192. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/index.js +1 -1
  1193. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/index.js.map +1 -1
  1194. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/VideoFile.js +1 -1
  1195. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/VideoFile.js.map +1 -1
  1196. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/index.js +1 -1
  1197. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/index.js.map +1 -1
  1198. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/index.js +1 -1
  1199. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/index.js.map +1 -1
  1200. package/dist/components/RecordPreviewWithModal/FileModal/_constants.js +1 -1
  1201. package/dist/components/RecordPreviewWithModal/FileModal/_constants.js.map +1 -1
  1202. package/dist/components/RecordPreviewWithModal/FileModal/index.js +1 -1
  1203. package/dist/components/RecordPreviewWithModal/FileModal/index.js.map +1 -1
  1204. package/dist/components/RecordPreviewWithModal/RecordPreviewWithModal.js +1 -1
  1205. package/dist/components/RecordPreviewWithModal/RecordPreviewWithModal.js.map +1 -1
  1206. package/dist/components/RecordPreviewWithModal/index.js +1 -1
  1207. package/dist/components/RecordPreviewWithModal/index.js.map +1 -1
  1208. package/dist/components/SearchModal/SearchModal.js +1 -1
  1209. package/dist/components/SearchModal/SearchModal.js.map +1 -1
  1210. package/dist/components/SearchModal/index.js +1 -1
  1211. package/dist/components/SearchModal/index.js.map +1 -1
  1212. package/dist/components/SelectTreeNode/SelectTreeNode.d.ts +4 -7
  1213. package/dist/components/SelectTreeNode/SelectTreeNode.js +18 -136
  1214. package/dist/components/SelectTreeNode/SelectTreeNode.js.map +1 -1
  1215. package/dist/components/SelectTreeNode/SelectTreeNodeContent.d.ts +16 -0
  1216. package/dist/components/SelectTreeNode/SelectTreeNodeContent.js +129 -0
  1217. package/dist/components/SelectTreeNode/SelectTreeNodeContent.js.map +1 -0
  1218. package/dist/components/SelectTreeNode/index.d.ts +1 -1
  1219. package/dist/components/SelectTreeNode/index.js +2 -2
  1220. package/dist/components/SelectTreeNode/index.js.map +1 -1
  1221. package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.d.ts +4 -7
  1222. package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.js +11 -11
  1223. package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.js.map +1 -1
  1224. package/dist/components/SelectTreeNodeModal/index.d.ts +1 -2
  1225. package/dist/components/SelectTreeNodeModal/index.js +2 -3
  1226. package/dist/components/SelectTreeNodeModal/index.js.map +1 -1
  1227. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundary.d.ts +6 -6
  1228. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundary.js +3 -3
  1229. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundary.js.map +1 -1
  1230. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/SimpleErrorBoundaryContent.js +1 -1
  1231. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/SimpleErrorBoundaryContent.js.map +1 -1
  1232. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/index.js +1 -1
  1233. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/index.js.map +1 -1
  1234. package/dist/components/SimpleErrorBoundary/index.js +1 -1
  1235. package/dist/components/SimpleErrorBoundary/index.js.map +1 -1
  1236. package/dist/components/SubmitStateNotifier/SubmitStateNotifier.js +1 -1
  1237. package/dist/components/SubmitStateNotifier/SubmitStateNotifier.js.map +1 -1
  1238. package/dist/components/SubmitStateNotifier/index.js +1 -1
  1239. package/dist/components/SubmitStateNotifier/index.js.map +1 -1
  1240. package/dist/components/TreePicker/TreePicker.js +1 -1
  1241. package/dist/components/TreePicker/TreePicker.js.map +1 -1
  1242. package/dist/components/TreePicker/TreesList/TreesList.js +1 -1
  1243. package/dist/components/TreePicker/TreesList/TreesList.js.map +1 -1
  1244. package/dist/components/TreePicker/TreesList/index.js +1 -1
  1245. package/dist/components/TreePicker/TreesList/index.js.map +1 -1
  1246. package/dist/components/TreePicker/index.js +1 -1
  1247. package/dist/components/TreePicker/index.js.map +1 -1
  1248. package/dist/components/TriggerPreviewsGenerationModal/TriggerPreviewsGenerationModal.js +1 -1
  1249. package/dist/components/TriggerPreviewsGenerationModal/TriggerPreviewsGenerationModal.js.map +1 -1
  1250. package/dist/components/TriggerPreviewsGenerationModal/index.js +1 -1
  1251. package/dist/components/TriggerPreviewsGenerationModal/index.js.map +1 -1
  1252. package/dist/components/UploadFiles/UploadFiles.js +2 -2
  1253. package/dist/components/UploadFiles/UploadFiles.js.map +1 -1
  1254. package/dist/components/UploadFiles/index.js +1 -1
  1255. package/dist/components/UploadFiles/index.js.map +1 -1
  1256. package/dist/components/ValuesVersionConfigurator/ValuesVersionConfigurator.js +1 -1
  1257. package/dist/components/ValuesVersionConfigurator/ValuesVersionConfigurator.js.map +1 -1
  1258. package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.js +3 -3
  1259. package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.js.map +1 -1
  1260. package/dist/components/ValuesVersionConfigurator/VersionTree/index.js +1 -1
  1261. package/dist/components/ValuesVersionConfigurator/VersionTree/index.js.map +1 -1
  1262. package/dist/components/ValuesVersionConfigurator/index.js +1 -1
  1263. package/dist/components/ValuesVersionConfigurator/index.js.map +1 -1
  1264. package/dist/components/index.d.ts +2 -0
  1265. package/dist/components/index.js +3 -1
  1266. package/dist/components/index.js.map +1 -1
  1267. package/dist/constants.d.ts +3 -0
  1268. package/dist/constants.js +4 -1
  1269. package/dist/constants.js.map +1 -1
  1270. package/dist/{components/LibraryItemsList/LibraryItemsListTable → contexts/EditRecordModalContext}/EditRecordModalContext.d.ts +1 -1
  1271. package/dist/contexts/EditRecordModalContext/EditRecordModalContext.js +7 -0
  1272. package/dist/contexts/EditRecordModalContext/EditRecordModalContext.js.map +1 -0
  1273. package/dist/contexts/EditRecordModalContext/EditRecordModalProvider.d.ts +2 -0
  1274. package/dist/{components/LibraryItemsList/LibraryItemsListTable → contexts/EditRecordModalContext}/EditRecordModalProvider.js +5 -5
  1275. package/dist/contexts/EditRecordModalContext/EditRecordModalProvider.js.map +1 -0
  1276. package/dist/contexts/EditRecordModalContext/index.d.ts +2 -0
  1277. package/dist/contexts/EditRecordModalContext/index.js +6 -0
  1278. package/dist/contexts/EditRecordModalContext/index.js.map +1 -0
  1279. package/dist/contexts/EditRecordModalContext/tsconfig.json +6 -0
  1280. package/dist/contexts/EditRecordModalContext/useEditRecordModalContext.d.ts +1 -0
  1281. package/dist/{components/LibraryItemsList/LibraryItemsListTable → contexts/EditRecordModalContext}/useEditRecordModalContext.js +2 -2
  1282. package/dist/contexts/EditRecordModalContext/useEditRecordModalContext.js.map +1 -0
  1283. package/dist/contexts/LangContext/LangContext.js +1 -1
  1284. package/dist/contexts/LangContext/LangContext.js.map +1 -1
  1285. package/dist/contexts/LangContext/index.js +1 -1
  1286. package/dist/contexts/LangContext/index.js.map +1 -1
  1287. package/dist/contexts/UserContext/UserContext.js +1 -1
  1288. package/dist/contexts/UserContext/UserContext.js.map +1 -1
  1289. package/dist/contexts/UserContext/index.js +1 -1
  1290. package/dist/contexts/UserContext/index.js.map +1 -1
  1291. package/dist/contexts/index.js +1 -1
  1292. package/dist/contexts/index.js.map +1 -1
  1293. package/dist/gqlFragments/index.js +1 -1
  1294. package/dist/gqlFragments/index.js.map +1 -1
  1295. package/dist/gqlFragments/recordIdentityFragment.js +1 -1
  1296. package/dist/gqlFragments/recordIdentityFragment.js.map +1 -1
  1297. package/dist/hooks/index.js +1 -1
  1298. package/dist/hooks/index.js.map +1 -1
  1299. package/dist/hooks/useAntdLocale/index.js +1 -1
  1300. package/dist/hooks/useAntdLocale/index.js.map +1 -1
  1301. package/dist/hooks/useAppLang/index.js +1 -1
  1302. package/dist/hooks/useAppLang/index.js.map +1 -1
  1303. package/dist/hooks/useAppLang/useAppLang.js +1 -1
  1304. package/dist/hooks/useAppLang/useAppLang.js.map +1 -1
  1305. package/dist/hooks/useAuth/index.js +1 -1
  1306. package/dist/hooks/useAuth/index.js.map +1 -1
  1307. package/dist/hooks/useAuth/useAuth.js +2 -2
  1308. package/dist/hooks/useAuth/useAuth.js.map +1 -1
  1309. package/dist/hooks/useCanEditRecord/index.js +1 -1
  1310. package/dist/hooks/useCanEditRecord/index.js.map +1 -1
  1311. package/dist/hooks/useCanEditRecord/useCanEditRecord.js +1 -1
  1312. package/dist/hooks/useCanEditRecord/useCanEditRecord.js.map +1 -1
  1313. package/dist/hooks/useDebouncedValue/index.d.ts +1 -0
  1314. package/dist/hooks/useDebouncedValue/index.js +5 -0
  1315. package/dist/hooks/useDebouncedValue/index.js.map +1 -0
  1316. package/dist/hooks/useDebouncedValue/useDebouncedValue.js +1 -1
  1317. package/dist/hooks/useDebouncedValue/useDebouncedValue.js.map +1 -1
  1318. package/dist/hooks/useExecuteSaveViewMutation/index.d.ts +1 -0
  1319. package/dist/hooks/useExecuteSaveViewMutation/index.js +5 -0
  1320. package/dist/hooks/useExecuteSaveViewMutation/index.js.map +1 -0
  1321. package/dist/hooks/useExecuteSaveViewMutation/useExecuteSaveViewMutation.d.ts +6 -0
  1322. package/dist/hooks/{useExecuteAddViewMutation/useExecuteAddViewMutation.js → useExecuteSaveViewMutation/useExecuteSaveViewMutation.js} +8 -7
  1323. package/dist/hooks/useExecuteSaveViewMutation/useExecuteSaveViewMutation.js.map +1 -0
  1324. package/dist/hooks/useGetLibraryDetailExtendedQuery/useGetLibraryDetailExtendedQuery.js +1 -1
  1325. package/dist/hooks/useGetLibraryDetailExtendedQuery/useGetLibraryDetailExtendedQuery.js.map +1 -1
  1326. package/dist/hooks/useGetPreparedFileData/useGetPreparedFileData.js +1 -1
  1327. package/dist/hooks/useGetPreparedFileData/useGetPreparedFileData.js.map +1 -1
  1328. package/dist/hooks/useGetRecordForm/index.js +1 -1
  1329. package/dist/hooks/useGetRecordForm/index.js.map +1 -1
  1330. package/dist/hooks/useGetRecordForm/useGetRecordForm.d.ts +4 -0
  1331. package/dist/hooks/useGetRecordForm/useGetRecordForm.js.map +1 -1
  1332. package/dist/hooks/useGetRecordUpdatesSubscription/index.js +1 -1
  1333. package/dist/hooks/useGetRecordUpdatesSubscription/index.js.map +1 -1
  1334. package/dist/hooks/useGetRecordUpdatesSubscription/useGetRecordUpdatesSubscription.js +1 -1
  1335. package/dist/hooks/useGetRecordUpdatesSubscription/useGetRecordUpdatesSubscription.js.map +1 -1
  1336. package/dist/hooks/useGetRecordValuesQuery/useGetRecordValuesQuery.js +1 -1
  1337. package/dist/hooks/useGetRecordValuesQuery/useGetRecordValuesQuery.js.map +1 -1
  1338. package/dist/hooks/useLang/__mocks__/index.js +1 -1
  1339. package/dist/hooks/useLang/__mocks__/index.js.map +1 -1
  1340. package/dist/hooks/useLang/__mocks__/useLang.js +1 -1
  1341. package/dist/hooks/useLang/__mocks__/useLang.js.map +1 -1
  1342. package/dist/hooks/useLang/index.js +1 -1
  1343. package/dist/hooks/useLang/index.js.map +1 -1
  1344. package/dist/hooks/useLang/useLang.d.ts +1 -1
  1345. package/dist/hooks/useLang/useLang.js +3 -3
  1346. package/dist/hooks/useLang/useLang.js.map +1 -1
  1347. package/dist/hooks/useLibraryVersionTrees/index.js +1 -1
  1348. package/dist/hooks/useLibraryVersionTrees/index.js.map +1 -1
  1349. package/dist/hooks/useLocalStorage/index.js +1 -1
  1350. package/dist/hooks/useLocalStorage/index.js.map +1 -1
  1351. package/dist/hooks/useLocalStorage/useLocalStorage.js +1 -1
  1352. package/dist/hooks/useLocalStorage/useLocalStorage.js.map +1 -1
  1353. package/dist/hooks/useLoginChecker/index.js +1 -1
  1354. package/dist/hooks/useLoginChecker/index.js.map +1 -1
  1355. package/dist/hooks/useLoginChecker/useLoginChecker.js +1 -1
  1356. package/dist/hooks/useLoginChecker/useLoginChecker.js.map +1 -1
  1357. package/dist/hooks/useRecordsConsultationHistory/index.js +1 -1
  1358. package/dist/hooks/useRecordsConsultationHistory/index.js.map +1 -1
  1359. package/dist/hooks/useRecordsConsultationHistory/useRecordsConsultationHistory.js +1 -1
  1360. package/dist/hooks/useRecordsConsultationHistory/useRecordsConsultationHistory.js.map +1 -1
  1361. package/dist/hooks/useRedirectToLogin/index.js +1 -1
  1362. package/dist/hooks/useRedirectToLogin/index.js.map +1 -1
  1363. package/dist/hooks/useRedirectToLogin/useRedirectToLogin.js +1 -1
  1364. package/dist/hooks/useRedirectToLogin/useRedirectToLogin.js.map +1 -1
  1365. package/dist/hooks/useRefreshFieldValues/index.js +1 -1
  1366. package/dist/hooks/useRefreshFieldValues/index.js.map +1 -1
  1367. package/dist/hooks/useRefreshFieldValues/useRefreshFieldValues.js +1 -1
  1368. package/dist/hooks/useRefreshFieldValues/useRefreshFieldValues.js.map +1 -1
  1369. package/dist/hooks/useSharedTranslation/__mocks__/index.js +1 -1
  1370. package/dist/hooks/useSharedTranslation/__mocks__/index.js.map +1 -1
  1371. package/dist/hooks/useSharedTranslation/index.js +1 -1
  1372. package/dist/hooks/useSharedTranslation/index.js.map +1 -1
  1373. package/dist/hooks/useSharedTranslation/useSharedTranslation.js +1 -1
  1374. package/dist/hooks/useSharedTranslation/useSharedTranslation.js.map +1 -1
  1375. package/dist/hooks/useUser/index.js +1 -1
  1376. package/dist/hooks/useUser/index.js.map +1 -1
  1377. package/dist/hooks/useUser/useUser.js +1 -1
  1378. package/dist/hooks/useUser/useUser.js.map +1 -1
  1379. package/dist/hooks/useValuesCacheUpdate/index.js +1 -1
  1380. package/dist/hooks/useValuesCacheUpdate/index.js.map +1 -1
  1381. package/dist/hooks/useValuesCacheUpdate/useValuesCacheUpdate.js +1 -1
  1382. package/dist/hooks/useValuesCacheUpdate/useValuesCacheUpdate.js.map +1 -1
  1383. package/dist/index.js +1 -1
  1384. package/dist/index.js.map +1 -1
  1385. package/dist/locales/en/shared.json +123 -7
  1386. package/dist/locales/fr/shared.json +125 -9
  1387. package/dist/testing/MockedLangContextProvider/MockedLangContextProvider.js +1 -1
  1388. package/dist/testing/MockedLangContextProvider/MockedLangContextProvider.js.map +1 -1
  1389. package/dist/testing/MockedLangContextProvider/index.js +1 -1
  1390. package/dist/testing/MockedLangContextProvider/index.js.map +1 -1
  1391. package/dist/testing/MockedUserContextProvider/MockedUserContextProvider.js +1 -1
  1392. package/dist/testing/MockedUserContextProvider/MockedUserContextProvider.js.map +1 -1
  1393. package/dist/testing/MockedUserContextProvider/index.js +1 -1
  1394. package/dist/testing/MockedUserContextProvider/index.js.map +1 -1
  1395. package/dist/testing/index.js +1 -1
  1396. package/dist/testing/index.js.map +1 -1
  1397. package/dist/types/index.js +1 -1
  1398. package/dist/types/index.js.map +1 -1
  1399. package/dist/types/views.d.ts +4 -4
  1400. package/package.json +8 -2
  1401. package/dist/components/LibraryItemsList/LibraryItemsListTable/EditRecordModalContext.js +0 -8
  1402. package/dist/components/LibraryItemsList/LibraryItemsListTable/EditRecordModalContext.js.map +0 -1
  1403. package/dist/components/LibraryItemsList/LibraryItemsListTable/EditRecordModalProvider.d.ts +0 -6
  1404. package/dist/components/LibraryItemsList/LibraryItemsListTable/EditRecordModalProvider.js.map +0 -1
  1405. package/dist/components/LibraryItemsList/LibraryItemsListTable/useEditRecordModalContext.d.ts +0 -1
  1406. package/dist/components/LibraryItemsList/LibraryItemsListTable/useEditRecordModalContext.js.map +0 -1
  1407. package/dist/components/RecordEdition/EditRecordContent/EditRecordSkeleton.js.map +0 -1
  1408. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/index.d.ts +0 -2
  1409. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/index.js +0 -6
  1410. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/index.js.map +0 -1
  1411. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducer.d.ts +0 -119
  1412. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducer.js +0 -323
  1413. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducer.js.map +0 -1
  1414. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducerContext.d.ts +0 -7
  1415. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducerContext.js +0 -9
  1416. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducerContext.js.map +0 -1
  1417. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/useStandardFieldReducer.d.ts +0 -1
  1418. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/useStandardFieldReducer.js +0 -4
  1419. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/useStandardFieldReducer.js.map +0 -1
  1420. package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/useValueDetailsButton.d.ts +0 -8
  1421. package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/useValueDetailsButton.js +0 -23
  1422. package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/useValueDetailsButton.js.map +0 -1
  1423. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.d.ts +0 -3
  1424. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.js +0 -14
  1425. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.js.map +0 -1
  1426. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.d.ts +0 -3
  1427. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.js +0 -22
  1428. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.js.map +0 -1
  1429. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.d.ts +0 -3
  1430. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.js +0 -22
  1431. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.js.map +0 -1
  1432. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.d.ts +0 -3
  1433. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.js +0 -19
  1434. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.js.map +0 -1
  1435. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.d.ts +0 -3
  1436. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.js +0 -32
  1437. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.js.map +0 -1
  1438. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.d.ts +0 -3
  1439. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.js +0 -51
  1440. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.js.map +0 -1
  1441. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.d.ts +0 -3
  1442. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.js +0 -26
  1443. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.js.map +0 -1
  1444. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueDisplayHandler.d.ts +0 -13
  1445. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueDisplayHandler.js +0 -76
  1446. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueDisplayHandler.js.map +0 -1
  1447. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/StandardFieldValueRead.d.ts +0 -9
  1448. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/StandardFieldValueRead.js +0 -82
  1449. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/StandardFieldValueRead.js.map +0 -1
  1450. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/index.d.ts +0 -1
  1451. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/index.js +0 -2
  1452. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/index.js.map +0 -1
  1453. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/AttributeDetails.d.ts +0 -6
  1454. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/AttributeDetails.js +0 -56
  1455. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/AttributeDetails.js.map +0 -1
  1456. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/index.d.ts +0 -2
  1457. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/index.js +0 -6
  1458. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/index.js.map +0 -1
  1459. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/TreeValuePath.d.ts +0 -8
  1460. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/TreeValuePath.js +0 -41
  1461. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/TreeValuePath.js.map +0 -1
  1462. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/index.d.ts +0 -2
  1463. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/index.js +0 -6
  1464. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/index.js.map +0 -1
  1465. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.d.ts +0 -10
  1466. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.js +0 -63
  1467. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.js.map +0 -1
  1468. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/ValueInfo.d.ts +0 -2
  1469. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/ValueInfo.js +0 -76
  1470. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/ValueInfo.js.map +0 -1
  1471. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/index.d.ts +0 -2
  1472. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/index.js +0 -6
  1473. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/index.js.map +0 -1
  1474. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.d.ts +0 -10
  1475. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.js +0 -48
  1476. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.js.map +0 -1
  1477. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/index.d.ts +0 -2
  1478. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/index.js +0 -6
  1479. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/index.js.map +0 -1
  1480. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/index.d.ts +0 -2
  1481. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/index.js +0 -6
  1482. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/index.js.map +0 -1
  1483. package/dist/hooks/useExecuteAddViewMutation/useExecuteAddViewMutation.d.ts +0 -6
  1484. package/dist/hooks/useExecuteAddViewMutation/useExecuteAddViewMutation.js.map +0 -1
@@ -127,6 +127,7 @@ export declare enum AttributeFormat {
127
127
  }
128
128
  export type AttributeInput = {
129
129
  actions_list?: InputMaybe<ActionsListConfigurationInput>;
130
+ character_limit?: InputMaybe<Scalars['Int']>;
130
131
  description?: InputMaybe<Scalars['SystemTranslationOptional']>;
131
132
  embedded_fields?: InputMaybe<Array<InputMaybe<EmbeddedAttributeInput>>>;
132
133
  format?: InputMaybe<AttributeFormat>;
@@ -134,7 +135,6 @@ export type AttributeInput = {
134
135
  label?: InputMaybe<Scalars['SystemTranslation']>;
135
136
  linked_library?: InputMaybe<Scalars['String']>;
136
137
  linked_tree?: InputMaybe<Scalars['String']>;
137
- maxLength?: InputMaybe<Scalars['Int']>;
138
138
  metadata_fields?: InputMaybe<Array<Scalars['String']>>;
139
139
  multiple_values?: InputMaybe<Scalars['Boolean']>;
140
140
  permissions_conf?: InputMaybe<TreepermissionsConfInput>;
@@ -158,14 +158,15 @@ export declare enum AttributeType {
158
158
  tree = "tree"
159
159
  }
160
160
  export type AttributesFiltersInput = {
161
- format?: InputMaybe<Array<InputMaybe<AttributeFormat>>>;
161
+ format?: InputMaybe<Array<AttributeFormat>>;
162
162
  id?: InputMaybe<Scalars['ID']>;
163
+ ids?: InputMaybe<Array<Scalars['ID']>>;
163
164
  label?: InputMaybe<Scalars['String']>;
164
- libraries?: InputMaybe<Array<InputMaybe<Scalars['String']>>>;
165
- librariesExcluded?: InputMaybe<Array<InputMaybe<Scalars['String']>>>;
165
+ libraries?: InputMaybe<Array<Scalars['String']>>;
166
+ librariesExcluded?: InputMaybe<Array<Scalars['String']>>;
166
167
  multiple_values?: InputMaybe<Scalars['Boolean']>;
167
168
  system?: InputMaybe<Scalars['Boolean']>;
168
- type?: InputMaybe<Array<InputMaybe<AttributeType>>>;
169
+ type?: InputMaybe<Array<AttributeType>>;
169
170
  versionable?: InputMaybe<Scalars['Boolean']>;
170
171
  };
171
172
  export declare enum AttributesSortableFields {
@@ -256,6 +257,7 @@ export type GlobalSettingsFileInput = {
256
257
  recordId: Scalars['String'];
257
258
  };
258
259
  export type GlobalSettingsInput = {
260
+ defaultApp?: InputMaybe<Scalars['String']>;
259
261
  favicon?: InputMaybe<GlobalSettingsFileInput>;
260
262
  icon?: InputMaybe<GlobalSettingsFileInput>;
261
263
  name?: InputMaybe<Scalars['String']>;
@@ -342,7 +344,9 @@ export declare enum LogAction {
342
344
  VALUE_DELETE = "VALUE_DELETE",
343
345
  VALUE_SAVE = "VALUE_SAVE",
344
346
  VERSION_PROFILE_DELETE = "VERSION_PROFILE_DELETE",
345
- VERSION_PROFILE_SAVE = "VERSION_PROFILE_SAVE"
347
+ VERSION_PROFILE_SAVE = "VERSION_PROFILE_SAVE",
348
+ fakeplugin_FAKE_PLUGIN_ACTION = "fakeplugin_FAKE_PLUGIN_ACTION",
349
+ fakeplugin_FAKE_PLUGIN_ACTION2 = "fakeplugin_FAKE_PLUGIN_ACTION2"
346
350
  }
347
351
  export type LogFilterInput = {
348
352
  actions?: InputMaybe<Array<LogAction>>;
@@ -463,7 +467,8 @@ export declare enum PermissionsActions {
463
467
  detach = "detach",
464
468
  edit_children = "edit_children",
465
469
  edit_record = "edit_record",
466
- edit_value = "edit_value"
470
+ edit_value = "edit_value",
471
+ fake_plugin_permission = "fake_plugin_permission"
467
472
  }
468
473
  export declare enum PermissionsRelation {
469
474
  and = "and",
@@ -701,6 +706,7 @@ export declare enum ValueVersionMode {
701
706
  }
702
707
  export type ValuesListConfInput = {
703
708
  allowFreeEntry?: InputMaybe<Scalars['Boolean']>;
709
+ allowListUpdate?: InputMaybe<Scalars['Boolean']>;
704
710
  enable: Scalars['Boolean'];
705
711
  values?: InputMaybe<Array<Scalars['String']>>;
706
712
  };
@@ -724,10 +730,11 @@ export declare enum VersionProfilesSortableFields {
724
730
  id = "id"
725
731
  }
726
732
  export type ViewDisplayInput = {
727
- size: ViewSizes;
733
+ size?: InputMaybe<ViewSizes>;
728
734
  type: ViewTypes;
729
735
  };
730
736
  export type ViewInput = {
737
+ attributes?: InputMaybe<Array<Scalars['String']>>;
731
738
  color?: InputMaybe<Scalars['String']>;
732
739
  description?: InputMaybe<Scalars['SystemTranslationOptional']>;
733
740
  display: ViewDisplayInput;
@@ -735,15 +742,10 @@ export type ViewInput = {
735
742
  id?: InputMaybe<Scalars['String']>;
736
743
  label?: InputMaybe<Scalars['SystemTranslation']>;
737
744
  library: Scalars['String'];
738
- settings?: InputMaybe<Array<ViewSettingsInput>>;
739
745
  shared: Scalars['Boolean'];
740
- sort?: InputMaybe<RecordSortInput>;
746
+ sort?: InputMaybe<Array<RecordSortInput>>;
741
747
  valuesVersions?: InputMaybe<Array<ViewValuesVersionInput>>;
742
748
  };
743
- export type ViewSettingsInput = {
744
- name: Scalars['String'];
745
- value?: InputMaybe<Scalars['Any']>;
746
- };
747
749
  export declare enum ViewSizes {
748
750
  BIG = "BIG",
749
751
  MEDIUM = "MEDIUM",
@@ -840,7 +842,6 @@ export type AttributeDetailsLinkAttributeFragment = {
840
842
  };
841
843
  export type AttributeDetailsStandardAttributeFragment = {
842
844
  unique?: boolean | null;
843
- maxLength?: number | null;
844
845
  id: string;
845
846
  type: AttributeType;
846
847
  format?: AttributeFormat | null;
@@ -955,6 +956,11 @@ export type AttributesByLibAttributeTreeAttributeFragment = {
955
956
  } | null;
956
957
  };
957
958
  export type AttributesByLibAttributeFragment = AttributesByLibAttributeLinkAttributeFragment | AttributesByLibAttributeStandardAttributeFragment | AttributesByLibAttributeTreeAttributeFragment;
959
+ export type AttributesByLibLinkAttributeFragment = {
960
+ linked_library?: {
961
+ id: string;
962
+ } | null;
963
+ };
958
964
  export type LibraryLightFragment = {
959
965
  id: string;
960
966
  label?: any | null;
@@ -1098,6 +1104,7 @@ export type RecordFormElementFragment = {
1098
1104
  values?: Array<{
1099
1105
  id_value?: string | null;
1100
1106
  isInherited?: boolean | null;
1107
+ isCalculated?: boolean | null;
1101
1108
  modified_at?: number | null;
1102
1109
  created_at?: number | null;
1103
1110
  linkValue?: {
@@ -1158,12 +1165,12 @@ export type RecordFormElementFragment = {
1158
1165
  };
1159
1166
  } | null;
1160
1167
  } | null> | null;
1161
- attribute?: {
1168
+ attribute: {
1162
1169
  id: string;
1163
1170
  format?: AttributeFormat | null;
1164
1171
  type: AttributeType;
1165
1172
  system: boolean;
1166
- } | null;
1173
+ };
1167
1174
  metadata?: Array<{
1168
1175
  name: string;
1169
1176
  value?: {
@@ -1221,6 +1228,7 @@ export type RecordFormElementFragment = {
1221
1228
  } | {
1222
1229
  id_value?: string | null;
1223
1230
  isInherited?: boolean | null;
1231
+ isCalculated?: boolean | null;
1224
1232
  modified_at?: number | null;
1225
1233
  created_at?: number | null;
1226
1234
  treeValue?: {
@@ -1300,12 +1308,12 @@ export type RecordFormElementFragment = {
1300
1308
  };
1301
1309
  } | null;
1302
1310
  } | null> | null;
1303
- attribute?: {
1311
+ attribute: {
1304
1312
  id: string;
1305
1313
  format?: AttributeFormat | null;
1306
1314
  type: AttributeType;
1307
1315
  system: boolean;
1308
- } | null;
1316
+ };
1309
1317
  metadata?: Array<{
1310
1318
  name: string;
1311
1319
  value?: {
@@ -1367,6 +1375,7 @@ export type RecordFormElementFragment = {
1367
1375
  raw_value?: any | null;
1368
1376
  id_value?: string | null;
1369
1377
  isInherited?: boolean | null;
1378
+ isCalculated?: boolean | null;
1370
1379
  modified_at?: number | null;
1371
1380
  created_at?: number | null;
1372
1381
  modified_by?: {
@@ -1413,12 +1422,12 @@ export type RecordFormElementFragment = {
1413
1422
  };
1414
1423
  } | null;
1415
1424
  } | null> | null;
1416
- attribute?: {
1425
+ attribute: {
1417
1426
  id: string;
1418
1427
  format?: AttributeFormat | null;
1419
1428
  type: AttributeType;
1420
1429
  system: boolean;
1421
- } | null;
1430
+ };
1422
1431
  metadata?: Array<{
1423
1432
  name: string;
1424
1433
  value?: {
@@ -1482,7 +1491,9 @@ export type RecordFormElementFragment = {
1482
1491
  format?: AttributeFormat | null;
1483
1492
  system: boolean;
1484
1493
  readonly: boolean;
1494
+ required: boolean;
1485
1495
  multiple_values: boolean;
1496
+ compute: boolean;
1486
1497
  linked_library?: {
1487
1498
  id: string;
1488
1499
  label?: any | null;
@@ -1494,6 +1505,7 @@ export type RecordFormElementFragment = {
1494
1505
  linkValuesList?: {
1495
1506
  enable: boolean;
1496
1507
  allowFreeEntry?: boolean | null;
1508
+ allowListUpdate?: boolean | null;
1497
1509
  values?: Array<{
1498
1510
  id: string;
1499
1511
  whoAmI: {
@@ -1539,6 +1551,7 @@ export type RecordFormElementFragment = {
1539
1551
  values_list?: {
1540
1552
  enable: boolean;
1541
1553
  allowFreeEntry?: boolean | null;
1554
+ allowListUpdate?: boolean | null;
1542
1555
  dateRangeValues?: Array<{
1543
1556
  from?: string | null;
1544
1557
  to?: string | null;
@@ -1546,6 +1559,7 @@ export type RecordFormElementFragment = {
1546
1559
  } | {
1547
1560
  enable: boolean;
1548
1561
  allowFreeEntry?: boolean | null;
1562
+ allowListUpdate?: boolean | null;
1549
1563
  values?: Array<string> | null;
1550
1564
  } | null;
1551
1565
  metadata_fields?: Array<{
@@ -1553,6 +1567,7 @@ export type RecordFormElementFragment = {
1553
1567
  }> | null;
1554
1568
  }> | null;
1555
1569
  } | {
1570
+ character_limit?: number | null;
1556
1571
  id: string;
1557
1572
  label?: any | null;
1558
1573
  description?: any | null;
@@ -1560,10 +1575,13 @@ export type RecordFormElementFragment = {
1560
1575
  format?: AttributeFormat | null;
1561
1576
  system: boolean;
1562
1577
  readonly: boolean;
1578
+ required: boolean;
1563
1579
  multiple_values: boolean;
1580
+ compute: boolean;
1564
1581
  values_list?: {
1565
1582
  enable: boolean;
1566
1583
  allowFreeEntry?: boolean | null;
1584
+ allowListUpdate?: boolean | null;
1567
1585
  dateRangeValues?: Array<{
1568
1586
  from?: string | null;
1569
1587
  to?: string | null;
@@ -1571,6 +1589,7 @@ export type RecordFormElementFragment = {
1571
1589
  } | {
1572
1590
  enable: boolean;
1573
1591
  allowFreeEntry?: boolean | null;
1592
+ allowListUpdate?: boolean | null;
1574
1593
  values?: Array<string> | null;
1575
1594
  } | null;
1576
1595
  permissions: {
@@ -1603,6 +1622,7 @@ export type RecordFormElementFragment = {
1603
1622
  values_list?: {
1604
1623
  enable: boolean;
1605
1624
  allowFreeEntry?: boolean | null;
1625
+ allowListUpdate?: boolean | null;
1606
1626
  dateRangeValues?: Array<{
1607
1627
  from?: string | null;
1608
1628
  to?: string | null;
@@ -1610,6 +1630,7 @@ export type RecordFormElementFragment = {
1610
1630
  } | {
1611
1631
  enable: boolean;
1612
1632
  allowFreeEntry?: boolean | null;
1633
+ allowListUpdate?: boolean | null;
1613
1634
  values?: Array<string> | null;
1614
1635
  } | null;
1615
1636
  metadata_fields?: Array<{
@@ -1624,7 +1645,9 @@ export type RecordFormElementFragment = {
1624
1645
  format?: AttributeFormat | null;
1625
1646
  system: boolean;
1626
1647
  readonly: boolean;
1648
+ required: boolean;
1627
1649
  multiple_values: boolean;
1650
+ compute: boolean;
1628
1651
  linked_tree?: {
1629
1652
  id: string;
1630
1653
  label?: any | null;
@@ -1632,6 +1655,7 @@ export type RecordFormElementFragment = {
1632
1655
  treeValuesList?: {
1633
1656
  enable: boolean;
1634
1657
  allowFreeEntry?: boolean | null;
1658
+ allowListUpdate?: boolean | null;
1635
1659
  values?: Array<{
1636
1660
  id: string;
1637
1661
  record: {
@@ -1696,6 +1720,7 @@ export type RecordFormElementFragment = {
1696
1720
  values_list?: {
1697
1721
  enable: boolean;
1698
1722
  allowFreeEntry?: boolean | null;
1723
+ allowListUpdate?: boolean | null;
1699
1724
  dateRangeValues?: Array<{
1700
1725
  from?: string | null;
1701
1726
  to?: string | null;
@@ -1703,6 +1728,7 @@ export type RecordFormElementFragment = {
1703
1728
  } | {
1704
1729
  enable: boolean;
1705
1730
  allowFreeEntry?: boolean | null;
1731
+ allowListUpdate?: boolean | null;
1706
1732
  values?: Array<string> | null;
1707
1733
  } | null;
1708
1734
  metadata_fields?: Array<{
@@ -1718,6 +1744,7 @@ export type RecordFormElementFragment = {
1718
1744
  export type ValueDetailsLinkValueFragment = {
1719
1745
  id_value?: string | null;
1720
1746
  isInherited?: boolean | null;
1747
+ isCalculated?: boolean | null;
1721
1748
  modified_at?: number | null;
1722
1749
  created_at?: number | null;
1723
1750
  linkValue?: {
@@ -1778,12 +1805,12 @@ export type ValueDetailsLinkValueFragment = {
1778
1805
  };
1779
1806
  } | null;
1780
1807
  } | null> | null;
1781
- attribute?: {
1808
+ attribute: {
1782
1809
  id: string;
1783
1810
  format?: AttributeFormat | null;
1784
1811
  type: AttributeType;
1785
1812
  system: boolean;
1786
- } | null;
1813
+ };
1787
1814
  metadata?: Array<{
1788
1815
  name: string;
1789
1816
  value?: {
@@ -1842,6 +1869,7 @@ export type ValueDetailsLinkValueFragment = {
1842
1869
  export type ValueDetailsTreeValueFragment = {
1843
1870
  id_value?: string | null;
1844
1871
  isInherited?: boolean | null;
1872
+ isCalculated?: boolean | null;
1845
1873
  modified_at?: number | null;
1846
1874
  created_at?: number | null;
1847
1875
  treeValue?: {
@@ -1921,12 +1949,12 @@ export type ValueDetailsTreeValueFragment = {
1921
1949
  };
1922
1950
  } | null;
1923
1951
  } | null> | null;
1924
- attribute?: {
1952
+ attribute: {
1925
1953
  id: string;
1926
1954
  format?: AttributeFormat | null;
1927
1955
  type: AttributeType;
1928
1956
  system: boolean;
1929
- } | null;
1957
+ };
1930
1958
  metadata?: Array<{
1931
1959
  name: string;
1932
1960
  value?: {
@@ -1989,6 +2017,7 @@ export type ValueDetailsValueFragment = {
1989
2017
  raw_value?: any | null;
1990
2018
  id_value?: string | null;
1991
2019
  isInherited?: boolean | null;
2020
+ isCalculated?: boolean | null;
1992
2021
  modified_at?: number | null;
1993
2022
  created_at?: number | null;
1994
2023
  modified_by?: {
@@ -2035,12 +2064,12 @@ export type ValueDetailsValueFragment = {
2035
2064
  };
2036
2065
  } | null;
2037
2066
  } | null> | null;
2038
- attribute?: {
2067
+ attribute: {
2039
2068
  id: string;
2040
2069
  format?: AttributeFormat | null;
2041
2070
  type: AttributeType;
2042
2071
  system: boolean;
2043
- } | null;
2072
+ };
2044
2073
  metadata?: Array<{
2045
2074
  name: string;
2046
2075
  value?: {
@@ -2121,7 +2150,9 @@ export type RecordFormAttributeLinkAttributeFragment = {
2121
2150
  format?: AttributeFormat | null;
2122
2151
  system: boolean;
2123
2152
  readonly: boolean;
2153
+ required: boolean;
2124
2154
  multiple_values: boolean;
2155
+ compute: boolean;
2125
2156
  linked_library?: {
2126
2157
  id: string;
2127
2158
  label?: any | null;
@@ -2133,6 +2164,7 @@ export type RecordFormAttributeLinkAttributeFragment = {
2133
2164
  linkValuesList?: {
2134
2165
  enable: boolean;
2135
2166
  allowFreeEntry?: boolean | null;
2167
+ allowListUpdate?: boolean | null;
2136
2168
  values?: Array<{
2137
2169
  id: string;
2138
2170
  whoAmI: {
@@ -2178,6 +2210,7 @@ export type RecordFormAttributeLinkAttributeFragment = {
2178
2210
  values_list?: {
2179
2211
  enable: boolean;
2180
2212
  allowFreeEntry?: boolean | null;
2213
+ allowListUpdate?: boolean | null;
2181
2214
  dateRangeValues?: Array<{
2182
2215
  from?: string | null;
2183
2216
  to?: string | null;
@@ -2185,6 +2218,7 @@ export type RecordFormAttributeLinkAttributeFragment = {
2185
2218
  } | {
2186
2219
  enable: boolean;
2187
2220
  allowFreeEntry?: boolean | null;
2221
+ allowListUpdate?: boolean | null;
2188
2222
  values?: Array<string> | null;
2189
2223
  } | null;
2190
2224
  metadata_fields?: Array<{
@@ -2193,6 +2227,7 @@ export type RecordFormAttributeLinkAttributeFragment = {
2193
2227
  }> | null;
2194
2228
  };
2195
2229
  export type RecordFormAttributeStandardAttributeFragment = {
2230
+ character_limit?: number | null;
2196
2231
  id: string;
2197
2232
  label?: any | null;
2198
2233
  description?: any | null;
@@ -2200,10 +2235,13 @@ export type RecordFormAttributeStandardAttributeFragment = {
2200
2235
  format?: AttributeFormat | null;
2201
2236
  system: boolean;
2202
2237
  readonly: boolean;
2238
+ required: boolean;
2203
2239
  multiple_values: boolean;
2240
+ compute: boolean;
2204
2241
  values_list?: {
2205
2242
  enable: boolean;
2206
2243
  allowFreeEntry?: boolean | null;
2244
+ allowListUpdate?: boolean | null;
2207
2245
  dateRangeValues?: Array<{
2208
2246
  from?: string | null;
2209
2247
  to?: string | null;
@@ -2211,6 +2249,7 @@ export type RecordFormAttributeStandardAttributeFragment = {
2211
2249
  } | {
2212
2250
  enable: boolean;
2213
2251
  allowFreeEntry?: boolean | null;
2252
+ allowListUpdate?: boolean | null;
2214
2253
  values?: Array<string> | null;
2215
2254
  } | null;
2216
2255
  permissions: {
@@ -2243,6 +2282,7 @@ export type RecordFormAttributeStandardAttributeFragment = {
2243
2282
  values_list?: {
2244
2283
  enable: boolean;
2245
2284
  allowFreeEntry?: boolean | null;
2285
+ allowListUpdate?: boolean | null;
2246
2286
  dateRangeValues?: Array<{
2247
2287
  from?: string | null;
2248
2288
  to?: string | null;
@@ -2250,6 +2290,7 @@ export type RecordFormAttributeStandardAttributeFragment = {
2250
2290
  } | {
2251
2291
  enable: boolean;
2252
2292
  allowFreeEntry?: boolean | null;
2293
+ allowListUpdate?: boolean | null;
2253
2294
  values?: Array<string> | null;
2254
2295
  } | null;
2255
2296
  metadata_fields?: Array<{
@@ -2265,7 +2306,9 @@ export type RecordFormAttributeTreeAttributeFragment = {
2265
2306
  format?: AttributeFormat | null;
2266
2307
  system: boolean;
2267
2308
  readonly: boolean;
2309
+ required: boolean;
2268
2310
  multiple_values: boolean;
2311
+ compute: boolean;
2269
2312
  linked_tree?: {
2270
2313
  id: string;
2271
2314
  label?: any | null;
@@ -2273,6 +2316,7 @@ export type RecordFormAttributeTreeAttributeFragment = {
2273
2316
  treeValuesList?: {
2274
2317
  enable: boolean;
2275
2318
  allowFreeEntry?: boolean | null;
2319
+ allowListUpdate?: boolean | null;
2276
2320
  values?: Array<{
2277
2321
  id: string;
2278
2322
  record: {
@@ -2337,6 +2381,7 @@ export type RecordFormAttributeTreeAttributeFragment = {
2337
2381
  values_list?: {
2338
2382
  enable: boolean;
2339
2383
  allowFreeEntry?: boolean | null;
2384
+ allowListUpdate?: boolean | null;
2340
2385
  dateRangeValues?: Array<{
2341
2386
  from?: string | null;
2342
2387
  to?: string | null;
@@ -2344,6 +2389,7 @@ export type RecordFormAttributeTreeAttributeFragment = {
2344
2389
  } | {
2345
2390
  enable: boolean;
2346
2391
  allowFreeEntry?: boolean | null;
2392
+ allowListUpdate?: boolean | null;
2347
2393
  values?: Array<string> | null;
2348
2394
  } | null;
2349
2395
  metadata_fields?: Array<{
@@ -2355,6 +2401,7 @@ export type RecordFormAttributeFragment = RecordFormAttributeLinkAttributeFragme
2355
2401
  export type StandardValuesListFragmentStandardDateRangeValuesListConfFragment = {
2356
2402
  enable: boolean;
2357
2403
  allowFreeEntry?: boolean | null;
2404
+ allowListUpdate?: boolean | null;
2358
2405
  dateRangeValues?: Array<{
2359
2406
  from?: string | null;
2360
2407
  to?: string | null;
@@ -2363,6 +2410,7 @@ export type StandardValuesListFragmentStandardDateRangeValuesListConfFragment =
2363
2410
  export type StandardValuesListFragmentStandardStringValuesListConfFragment = {
2364
2411
  enable: boolean;
2365
2412
  allowFreeEntry?: boolean | null;
2413
+ allowListUpdate?: boolean | null;
2366
2414
  values?: Array<string> | null;
2367
2415
  };
2368
2416
  export type StandardValuesListFragmentFragment = StandardValuesListFragmentStandardDateRangeValuesListConfFragment | StandardValuesListFragmentStandardStringValuesListConfFragment;
@@ -2442,7 +2490,7 @@ export type ViewDetailsFragment = {
2442
2490
  description?: any | null;
2443
2491
  color?: string | null;
2444
2492
  display: {
2445
- size: ViewSizes;
2493
+ size?: ViewSizes | null;
2446
2494
  type: ViewTypes;
2447
2495
  };
2448
2496
  created_by: {
@@ -2465,10 +2513,10 @@ export type ViewDetailsFragment = {
2465
2513
  label?: any | null;
2466
2514
  } | null;
2467
2515
  }> | null;
2468
- sort?: {
2516
+ sort?: Array<{
2469
2517
  field: string;
2470
2518
  order: SortOrder;
2471
- } | null;
2519
+ }> | null;
2472
2520
  valuesVersions?: Array<{
2473
2521
  treeId: string;
2474
2522
  treeNode: {
@@ -2489,11 +2537,179 @@ export type ViewDetailsFragment = {
2489
2537
  };
2490
2538
  };
2491
2539
  }> | null;
2492
- settings?: Array<{
2493
- name: string;
2494
- value?: any | null;
2540
+ attributes?: Array<{
2541
+ id: string;
2495
2542
  }> | null;
2496
2543
  };
2544
+ export type ViewDetailsFilterFragment = {
2545
+ field?: string | null;
2546
+ value?: string | null;
2547
+ condition?: RecordFilterCondition | null;
2548
+ operator?: RecordFilterOperator | null;
2549
+ tree?: {
2550
+ id: string;
2551
+ label?: any | null;
2552
+ } | null;
2553
+ };
2554
+ export type LinkAttributeDetailsFragment = {
2555
+ label?: any | null;
2556
+ linked_library?: {
2557
+ id: string;
2558
+ label?: any | null;
2559
+ } | null;
2560
+ };
2561
+ export type AttributePropertiesFragment = {
2562
+ id: string;
2563
+ label?: any | null;
2564
+ type: AttributeType;
2565
+ format?: AttributeFormat | null;
2566
+ multiple_values: boolean;
2567
+ };
2568
+ export type PropertyValueLinkValueFragment = {
2569
+ linkPayload?: {
2570
+ id: string;
2571
+ whoAmI: {
2572
+ id: string;
2573
+ label?: string | null;
2574
+ subLabel?: string | null;
2575
+ color?: string | null;
2576
+ preview?: IPreviewScalar | null;
2577
+ library: {
2578
+ id: string;
2579
+ label?: any | null;
2580
+ };
2581
+ };
2582
+ } | null;
2583
+ };
2584
+ export type PropertyValueTreeValueFragment = {
2585
+ treePayload?: {
2586
+ record: {
2587
+ id: string;
2588
+ whoAmI: {
2589
+ id: string;
2590
+ label?: string | null;
2591
+ subLabel?: string | null;
2592
+ color?: string | null;
2593
+ preview?: IPreviewScalar | null;
2594
+ library: {
2595
+ id: string;
2596
+ label?: any | null;
2597
+ };
2598
+ };
2599
+ };
2600
+ } | null;
2601
+ };
2602
+ export type PropertyValueValueFragment = {
2603
+ valuePayload?: any | null;
2604
+ valueRawPayload?: any | null;
2605
+ };
2606
+ export type PropertyValueFragment = PropertyValueLinkValueFragment | PropertyValueTreeValueFragment | PropertyValueValueFragment;
2607
+ export type LinkPropertyLinkValueFragment = {
2608
+ id_value?: string | null;
2609
+ payload?: {
2610
+ id: string;
2611
+ properties: Array<{
2612
+ attributeId: string;
2613
+ attributeProperties: {
2614
+ id: string;
2615
+ label?: any | null;
2616
+ type: AttributeType;
2617
+ format?: AttributeFormat | null;
2618
+ multiple_values: boolean;
2619
+ };
2620
+ values: Array<{
2621
+ linkPayload?: {
2622
+ id: string;
2623
+ whoAmI: {
2624
+ id: string;
2625
+ label?: string | null;
2626
+ subLabel?: string | null;
2627
+ color?: string | null;
2628
+ preview?: IPreviewScalar | null;
2629
+ library: {
2630
+ id: string;
2631
+ label?: any | null;
2632
+ };
2633
+ };
2634
+ } | null;
2635
+ } | {
2636
+ treePayload?: {
2637
+ record: {
2638
+ id: string;
2639
+ whoAmI: {
2640
+ id: string;
2641
+ label?: string | null;
2642
+ subLabel?: string | null;
2643
+ color?: string | null;
2644
+ preview?: IPreviewScalar | null;
2645
+ library: {
2646
+ id: string;
2647
+ label?: any | null;
2648
+ };
2649
+ };
2650
+ };
2651
+ } | null;
2652
+ } | {
2653
+ valuePayload?: any | null;
2654
+ valueRawPayload?: any | null;
2655
+ }>;
2656
+ }>;
2657
+ whoAmI: {
2658
+ id: string;
2659
+ label?: string | null;
2660
+ subLabel?: string | null;
2661
+ color?: string | null;
2662
+ preview?: IPreviewScalar | null;
2663
+ library: {
2664
+ id: string;
2665
+ label?: any | null;
2666
+ };
2667
+ };
2668
+ } | null;
2669
+ };
2670
+ export type LinkPropertyTreeValueValueFragment = {
2671
+ id_value?: string | null;
2672
+ };
2673
+ export type LinkPropertyFragment = LinkPropertyLinkValueFragment | LinkPropertyTreeValueValueFragment;
2674
+ export type LibraryAttributeLinkAttributeFragment = {
2675
+ id: string;
2676
+ type: AttributeType;
2677
+ label?: any | null;
2678
+ linked_library?: {
2679
+ id: string;
2680
+ label?: any | null;
2681
+ attributes?: Array<{
2682
+ id: string;
2683
+ type: AttributeType;
2684
+ format?: AttributeFormat | null;
2685
+ label?: any | null;
2686
+ }> | null;
2687
+ } | null;
2688
+ };
2689
+ export type LibraryAttributeStandardAttributeFragment = {
2690
+ format?: AttributeFormat | null;
2691
+ id: string;
2692
+ type: AttributeType;
2693
+ label?: any | null;
2694
+ };
2695
+ export type LibraryAttributeTreeAttributeFragment = {
2696
+ id: string;
2697
+ type: AttributeType;
2698
+ label?: any | null;
2699
+ };
2700
+ export type LibraryAttributeFragment = LibraryAttributeLinkAttributeFragment | LibraryAttributeStandardAttributeFragment | LibraryAttributeTreeAttributeFragment;
2701
+ export type LibraryAttributeLinkFragment = {
2702
+ linked_library?: {
2703
+ id: string;
2704
+ label?: any | null;
2705
+ attributes?: Array<{
2706
+ id: string;
2707
+ type: AttributeType;
2708
+ format?: AttributeFormat | null;
2709
+ label?: any | null;
2710
+ }> | null;
2711
+ } | null;
2712
+ };
2497
2713
  export type CheckApplicationExistenceQueryVariables = Exact<{
2498
2714
  id?: InputMaybe<Scalars['ID']>;
2499
2715
  endpoint?: InputMaybe<Scalars['String']>;
@@ -2642,7 +2858,6 @@ export type GetAttributeByIdQuery = {
2642
2858
  }> | null;
2643
2859
  } | {
2644
2860
  unique?: boolean | null;
2645
- maxLength?: number | null;
2646
2861
  id: string;
2647
2862
  type: AttributeType;
2648
2863
  format?: AttributeFormat | null;
@@ -2852,7 +3067,6 @@ export type SaveAttributeMutation = {
2852
3067
  }> | null;
2853
3068
  } | {
2854
3069
  unique?: boolean | null;
2855
- maxLength?: number | null;
2856
3070
  id: string;
2857
3071
  type: AttributeType;
2858
3072
  format?: AttributeFormat | null;
@@ -3366,11 +3580,10 @@ export type CreateRecordMutation = {
3366
3580
  };
3367
3581
  } | null;
3368
3582
  valuesErrors?: Array<{
3369
- attributeId: string;
3370
- id_value?: string | null;
3371
- input?: string | null;
3372
- message?: string | null;
3373
3583
  type: string;
3584
+ attribute: string;
3585
+ input?: string | null;
3586
+ message: string;
3374
3587
  }> | null;
3375
3588
  };
3376
3589
  };
@@ -3501,6 +3714,7 @@ export type RecordFormQuery = {
3501
3714
  values?: Array<{
3502
3715
  id_value?: string | null;
3503
3716
  isInherited?: boolean | null;
3717
+ isCalculated?: boolean | null;
3504
3718
  modified_at?: number | null;
3505
3719
  created_at?: number | null;
3506
3720
  linkValue?: {
@@ -3561,12 +3775,12 @@ export type RecordFormQuery = {
3561
3775
  };
3562
3776
  } | null;
3563
3777
  } | null> | null;
3564
- attribute?: {
3778
+ attribute: {
3565
3779
  id: string;
3566
3780
  format?: AttributeFormat | null;
3567
3781
  type: AttributeType;
3568
3782
  system: boolean;
3569
- } | null;
3783
+ };
3570
3784
  metadata?: Array<{
3571
3785
  name: string;
3572
3786
  value?: {
@@ -3624,6 +3838,7 @@ export type RecordFormQuery = {
3624
3838
  } | {
3625
3839
  id_value?: string | null;
3626
3840
  isInherited?: boolean | null;
3841
+ isCalculated?: boolean | null;
3627
3842
  modified_at?: number | null;
3628
3843
  created_at?: number | null;
3629
3844
  treeValue?: {
@@ -3703,12 +3918,12 @@ export type RecordFormQuery = {
3703
3918
  };
3704
3919
  } | null;
3705
3920
  } | null> | null;
3706
- attribute?: {
3921
+ attribute: {
3707
3922
  id: string;
3708
3923
  format?: AttributeFormat | null;
3709
3924
  type: AttributeType;
3710
3925
  system: boolean;
3711
- } | null;
3926
+ };
3712
3927
  metadata?: Array<{
3713
3928
  name: string;
3714
3929
  value?: {
@@ -3770,6 +3985,7 @@ export type RecordFormQuery = {
3770
3985
  raw_value?: any | null;
3771
3986
  id_value?: string | null;
3772
3987
  isInherited?: boolean | null;
3988
+ isCalculated?: boolean | null;
3773
3989
  modified_at?: number | null;
3774
3990
  created_at?: number | null;
3775
3991
  modified_by?: {
@@ -3816,12 +4032,12 @@ export type RecordFormQuery = {
3816
4032
  };
3817
4033
  } | null;
3818
4034
  } | null> | null;
3819
- attribute?: {
4035
+ attribute: {
3820
4036
  id: string;
3821
4037
  format?: AttributeFormat | null;
3822
4038
  type: AttributeType;
3823
4039
  system: boolean;
3824
- } | null;
4040
+ };
3825
4041
  metadata?: Array<{
3826
4042
  name: string;
3827
4043
  value?: {
@@ -3885,7 +4101,9 @@ export type RecordFormQuery = {
3885
4101
  format?: AttributeFormat | null;
3886
4102
  system: boolean;
3887
4103
  readonly: boolean;
4104
+ required: boolean;
3888
4105
  multiple_values: boolean;
4106
+ compute: boolean;
3889
4107
  linked_library?: {
3890
4108
  id: string;
3891
4109
  label?: any | null;
@@ -3897,6 +4115,7 @@ export type RecordFormQuery = {
3897
4115
  linkValuesList?: {
3898
4116
  enable: boolean;
3899
4117
  allowFreeEntry?: boolean | null;
4118
+ allowListUpdate?: boolean | null;
3900
4119
  values?: Array<{
3901
4120
  id: string;
3902
4121
  whoAmI: {
@@ -3942,6 +4161,7 @@ export type RecordFormQuery = {
3942
4161
  values_list?: {
3943
4162
  enable: boolean;
3944
4163
  allowFreeEntry?: boolean | null;
4164
+ allowListUpdate?: boolean | null;
3945
4165
  dateRangeValues?: Array<{
3946
4166
  from?: string | null;
3947
4167
  to?: string | null;
@@ -3949,6 +4169,7 @@ export type RecordFormQuery = {
3949
4169
  } | {
3950
4170
  enable: boolean;
3951
4171
  allowFreeEntry?: boolean | null;
4172
+ allowListUpdate?: boolean | null;
3952
4173
  values?: Array<string> | null;
3953
4174
  } | null;
3954
4175
  metadata_fields?: Array<{
@@ -3956,6 +4177,7 @@ export type RecordFormQuery = {
3956
4177
  }> | null;
3957
4178
  }> | null;
3958
4179
  } | {
4180
+ character_limit?: number | null;
3959
4181
  id: string;
3960
4182
  label?: any | null;
3961
4183
  description?: any | null;
@@ -3963,10 +4185,13 @@ export type RecordFormQuery = {
3963
4185
  format?: AttributeFormat | null;
3964
4186
  system: boolean;
3965
4187
  readonly: boolean;
4188
+ required: boolean;
3966
4189
  multiple_values: boolean;
4190
+ compute: boolean;
3967
4191
  values_list?: {
3968
4192
  enable: boolean;
3969
4193
  allowFreeEntry?: boolean | null;
4194
+ allowListUpdate?: boolean | null;
3970
4195
  dateRangeValues?: Array<{
3971
4196
  from?: string | null;
3972
4197
  to?: string | null;
@@ -3974,6 +4199,7 @@ export type RecordFormQuery = {
3974
4199
  } | {
3975
4200
  enable: boolean;
3976
4201
  allowFreeEntry?: boolean | null;
4202
+ allowListUpdate?: boolean | null;
3977
4203
  values?: Array<string> | null;
3978
4204
  } | null;
3979
4205
  permissions: {
@@ -4006,6 +4232,7 @@ export type RecordFormQuery = {
4006
4232
  values_list?: {
4007
4233
  enable: boolean;
4008
4234
  allowFreeEntry?: boolean | null;
4235
+ allowListUpdate?: boolean | null;
4009
4236
  dateRangeValues?: Array<{
4010
4237
  from?: string | null;
4011
4238
  to?: string | null;
@@ -4013,6 +4240,7 @@ export type RecordFormQuery = {
4013
4240
  } | {
4014
4241
  enable: boolean;
4015
4242
  allowFreeEntry?: boolean | null;
4243
+ allowListUpdate?: boolean | null;
4016
4244
  values?: Array<string> | null;
4017
4245
  } | null;
4018
4246
  metadata_fields?: Array<{
@@ -4027,7 +4255,9 @@ export type RecordFormQuery = {
4027
4255
  format?: AttributeFormat | null;
4028
4256
  system: boolean;
4029
4257
  readonly: boolean;
4258
+ required: boolean;
4030
4259
  multiple_values: boolean;
4260
+ compute: boolean;
4031
4261
  linked_tree?: {
4032
4262
  id: string;
4033
4263
  label?: any | null;
@@ -4035,6 +4265,7 @@ export type RecordFormQuery = {
4035
4265
  treeValuesList?: {
4036
4266
  enable: boolean;
4037
4267
  allowFreeEntry?: boolean | null;
4268
+ allowListUpdate?: boolean | null;
4038
4269
  values?: Array<{
4039
4270
  id: string;
4040
4271
  record: {
@@ -4099,6 +4330,7 @@ export type RecordFormQuery = {
4099
4330
  values_list?: {
4100
4331
  enable: boolean;
4101
4332
  allowFreeEntry?: boolean | null;
4333
+ allowListUpdate?: boolean | null;
4102
4334
  dateRangeValues?: Array<{
4103
4335
  from?: string | null;
4104
4336
  to?: string | null;
@@ -4106,6 +4338,7 @@ export type RecordFormQuery = {
4106
4338
  } | {
4107
4339
  enable: boolean;
4108
4340
  allowFreeEntry?: boolean | null;
4341
+ allowListUpdate?: boolean | null;
4109
4342
  values?: Array<string> | null;
4110
4343
  } | null;
4111
4344
  metadata_fields?: Array<{
@@ -4160,6 +4393,7 @@ export type RecordUpdateSubscription = {
4160
4393
  value: {
4161
4394
  id_value?: string | null;
4162
4395
  isInherited?: boolean | null;
4396
+ isCalculated?: boolean | null;
4163
4397
  modified_at?: number | null;
4164
4398
  created_at?: number | null;
4165
4399
  linkValue?: {
@@ -4220,12 +4454,12 @@ export type RecordUpdateSubscription = {
4220
4454
  };
4221
4455
  } | null;
4222
4456
  } | null> | null;
4223
- attribute?: {
4457
+ attribute: {
4224
4458
  id: string;
4225
4459
  format?: AttributeFormat | null;
4226
4460
  type: AttributeType;
4227
4461
  system: boolean;
4228
- } | null;
4462
+ };
4229
4463
  metadata?: Array<{
4230
4464
  name: string;
4231
4465
  value?: {
@@ -4283,6 +4517,7 @@ export type RecordUpdateSubscription = {
4283
4517
  } | {
4284
4518
  id_value?: string | null;
4285
4519
  isInherited?: boolean | null;
4520
+ isCalculated?: boolean | null;
4286
4521
  modified_at?: number | null;
4287
4522
  created_at?: number | null;
4288
4523
  treeValue?: {
@@ -4362,12 +4597,12 @@ export type RecordUpdateSubscription = {
4362
4597
  };
4363
4598
  } | null;
4364
4599
  } | null> | null;
4365
- attribute?: {
4600
+ attribute: {
4366
4601
  id: string;
4367
4602
  format?: AttributeFormat | null;
4368
4603
  type: AttributeType;
4369
4604
  system: boolean;
4370
- } | null;
4605
+ };
4371
4606
  metadata?: Array<{
4372
4607
  name: string;
4373
4608
  value?: {
@@ -4429,6 +4664,7 @@ export type RecordUpdateSubscription = {
4429
4664
  raw_value?: any | null;
4430
4665
  id_value?: string | null;
4431
4666
  isInherited?: boolean | null;
4667
+ isCalculated?: boolean | null;
4432
4668
  modified_at?: number | null;
4433
4669
  created_at?: number | null;
4434
4670
  modified_by?: {
@@ -4475,12 +4711,12 @@ export type RecordUpdateSubscription = {
4475
4711
  };
4476
4712
  } | null;
4477
4713
  } | null> | null;
4478
- attribute?: {
4714
+ attribute: {
4479
4715
  id: string;
4480
4716
  format?: AttributeFormat | null;
4481
4717
  type: AttributeType;
4482
4718
  system: boolean;
4483
- } | null;
4719
+ };
4484
4720
  metadata?: Array<{
4485
4721
  name: string;
4486
4722
  value?: {
@@ -4741,6 +4977,7 @@ export type DeleteValueMutation = {
4741
4977
  deleteValue: Array<{
4742
4978
  id_value?: string | null;
4743
4979
  isInherited?: boolean | null;
4980
+ isCalculated?: boolean | null;
4744
4981
  modified_at?: number | null;
4745
4982
  created_at?: number | null;
4746
4983
  linkValue?: {
@@ -4801,12 +5038,12 @@ export type DeleteValueMutation = {
4801
5038
  };
4802
5039
  } | null;
4803
5040
  } | null> | null;
4804
- attribute?: {
5041
+ attribute: {
4805
5042
  id: string;
4806
5043
  format?: AttributeFormat | null;
4807
5044
  type: AttributeType;
4808
5045
  system: boolean;
4809
- } | null;
5046
+ };
4810
5047
  metadata?: Array<{
4811
5048
  name: string;
4812
5049
  value?: {
@@ -4864,6 +5101,7 @@ export type DeleteValueMutation = {
4864
5101
  } | {
4865
5102
  id_value?: string | null;
4866
5103
  isInherited?: boolean | null;
5104
+ isCalculated?: boolean | null;
4867
5105
  modified_at?: number | null;
4868
5106
  created_at?: number | null;
4869
5107
  treeValue?: {
@@ -4943,12 +5181,12 @@ export type DeleteValueMutation = {
4943
5181
  };
4944
5182
  } | null;
4945
5183
  } | null> | null;
4946
- attribute?: {
5184
+ attribute: {
4947
5185
  id: string;
4948
5186
  format?: AttributeFormat | null;
4949
5187
  type: AttributeType;
4950
5188
  system: boolean;
4951
- } | null;
5189
+ };
4952
5190
  metadata?: Array<{
4953
5191
  name: string;
4954
5192
  value?: {
@@ -5010,6 +5248,7 @@ export type DeleteValueMutation = {
5010
5248
  raw_value?: any | null;
5011
5249
  id_value?: string | null;
5012
5250
  isInherited?: boolean | null;
5251
+ isCalculated?: boolean | null;
5013
5252
  modified_at?: number | null;
5014
5253
  created_at?: number | null;
5015
5254
  modified_by?: {
@@ -5056,12 +5295,12 @@ export type DeleteValueMutation = {
5056
5295
  };
5057
5296
  } | null;
5058
5297
  } | null> | null;
5059
- attribute?: {
5298
+ attribute: {
5060
5299
  id: string;
5061
5300
  format?: AttributeFormat | null;
5062
5301
  type: AttributeType;
5063
5302
  system: boolean;
5064
- } | null;
5303
+ };
5065
5304
  metadata?: Array<{
5066
5305
  name: string;
5067
5306
  value?: {
@@ -5118,53 +5357,176 @@ export type DeleteValueMutation = {
5118
5357
  } | null> | null;
5119
5358
  }>;
5120
5359
  };
5121
- export type SaveValueBatchMutationVariables = Exact<{
5360
+ export type RunActionsListAndFormatOnValueQueryVariables = Exact<{
5122
5361
  library: Scalars['ID'];
5123
- recordId: Scalars['ID'];
5124
- version?: InputMaybe<Array<ValueVersionInput> | ValueVersionInput>;
5125
- values: Array<ValueBatchInput> | ValueBatchInput;
5126
- deleteEmpty?: InputMaybe<Scalars['Boolean']>;
5362
+ value?: InputMaybe<ValueBatchInput>;
5363
+ version?: InputMaybe<Array<InputMaybe<ValueVersionInput>> | InputMaybe<ValueVersionInput>>;
5127
5364
  }>;
5128
- export type SaveValueBatchMutation = {
5129
- saveValueBatch: {
5130
- values?: Array<{
5131
- id_value?: string | null;
5132
- isInherited?: boolean | null;
5133
- modified_at?: number | null;
5134
- created_at?: number | null;
5135
- linkValue?: {
5365
+ export type RunActionsListAndFormatOnValueQuery = {
5366
+ runActionsListAndFormatOnValue: Array<{
5367
+ id_value?: string | null;
5368
+ isInherited?: boolean | null;
5369
+ isCalculated?: boolean | null;
5370
+ modified_at?: number | null;
5371
+ created_at?: number | null;
5372
+ payload?: any | null;
5373
+ raw_payload?: any | null;
5374
+ value?: any | null;
5375
+ raw_value?: any | null;
5376
+ modified_by?: {
5377
+ id: string;
5378
+ whoAmI: {
5136
5379
  id: string;
5137
- whoAmI: {
5380
+ label?: string | null;
5381
+ subLabel?: string | null;
5382
+ color?: string | null;
5383
+ preview?: IPreviewScalar | null;
5384
+ library: {
5138
5385
  id: string;
5139
- label?: string | null;
5140
- subLabel?: string | null;
5141
- color?: string | null;
5142
- preview?: IPreviewScalar | null;
5143
- library: {
5144
- id: string;
5145
- label?: any | null;
5146
- };
5386
+ label?: any | null;
5147
5387
  };
5148
- } | null;
5149
- modified_by?: {
5388
+ };
5389
+ } | null;
5390
+ created_by?: {
5391
+ id: string;
5392
+ whoAmI: {
5150
5393
  id: string;
5151
- whoAmI: {
5394
+ label?: string | null;
5395
+ subLabel?: string | null;
5396
+ color?: string | null;
5397
+ preview?: IPreviewScalar | null;
5398
+ library: {
5152
5399
  id: string;
5153
- label?: string | null;
5154
- subLabel?: string | null;
5155
- color?: string | null;
5156
- preview?: IPreviewScalar | null;
5157
- library: {
5158
- id: string;
5159
- label?: any | null;
5160
- };
5400
+ label?: any | null;
5161
5401
  };
5162
- } | null;
5163
- created_by?: {
5164
- id: string;
5165
- whoAmI: {
5166
- id: string;
5167
- label?: string | null;
5402
+ };
5403
+ } | null;
5404
+ version?: Array<{
5405
+ treeId: string;
5406
+ treeNode?: {
5407
+ id: string;
5408
+ record: {
5409
+ id: string;
5410
+ whoAmI: {
5411
+ id: string;
5412
+ label?: string | null;
5413
+ library: {
5414
+ id: string;
5415
+ };
5416
+ };
5417
+ };
5418
+ } | null;
5419
+ } | null> | null;
5420
+ attribute: {
5421
+ id: string;
5422
+ format?: AttributeFormat | null;
5423
+ type: AttributeType;
5424
+ system: boolean;
5425
+ };
5426
+ metadata?: Array<{
5427
+ name: string;
5428
+ value?: {
5429
+ id_value?: string | null;
5430
+ modified_at?: number | null;
5431
+ created_at?: number | null;
5432
+ payload?: any | null;
5433
+ raw_payload?: any | null;
5434
+ modified_by?: {
5435
+ id: string;
5436
+ whoAmI: {
5437
+ id: string;
5438
+ label?: string | null;
5439
+ subLabel?: string | null;
5440
+ color?: string | null;
5441
+ preview?: IPreviewScalar | null;
5442
+ library: {
5443
+ id: string;
5444
+ label?: any | null;
5445
+ };
5446
+ };
5447
+ } | null;
5448
+ created_by?: {
5449
+ id: string;
5450
+ whoAmI: {
5451
+ id: string;
5452
+ label?: string | null;
5453
+ subLabel?: string | null;
5454
+ color?: string | null;
5455
+ preview?: IPreviewScalar | null;
5456
+ library: {
5457
+ id: string;
5458
+ label?: any | null;
5459
+ };
5460
+ };
5461
+ } | null;
5462
+ version?: Array<{
5463
+ treeId: string;
5464
+ treeNode?: {
5465
+ id: string;
5466
+ record: {
5467
+ id: string;
5468
+ whoAmI: {
5469
+ id: string;
5470
+ label?: string | null;
5471
+ library: {
5472
+ id: string;
5473
+ };
5474
+ };
5475
+ };
5476
+ } | null;
5477
+ } | null> | null;
5478
+ } | null;
5479
+ } | null> | null;
5480
+ }>;
5481
+ };
5482
+ export type SaveValueBatchMutationVariables = Exact<{
5483
+ library: Scalars['ID'];
5484
+ recordId: Scalars['ID'];
5485
+ version?: InputMaybe<Array<ValueVersionInput> | ValueVersionInput>;
5486
+ values: Array<ValueBatchInput> | ValueBatchInput;
5487
+ deleteEmpty?: InputMaybe<Scalars['Boolean']>;
5488
+ }>;
5489
+ export type SaveValueBatchMutation = {
5490
+ saveValueBatch: {
5491
+ values?: Array<{
5492
+ id_value?: string | null;
5493
+ isInherited?: boolean | null;
5494
+ isCalculated?: boolean | null;
5495
+ modified_at?: number | null;
5496
+ created_at?: number | null;
5497
+ linkValue?: {
5498
+ id: string;
5499
+ whoAmI: {
5500
+ id: string;
5501
+ label?: string | null;
5502
+ subLabel?: string | null;
5503
+ color?: string | null;
5504
+ preview?: IPreviewScalar | null;
5505
+ library: {
5506
+ id: string;
5507
+ label?: any | null;
5508
+ };
5509
+ };
5510
+ } | null;
5511
+ modified_by?: {
5512
+ id: string;
5513
+ whoAmI: {
5514
+ id: string;
5515
+ label?: string | null;
5516
+ subLabel?: string | null;
5517
+ color?: string | null;
5518
+ preview?: IPreviewScalar | null;
5519
+ library: {
5520
+ id: string;
5521
+ label?: any | null;
5522
+ };
5523
+ };
5524
+ } | null;
5525
+ created_by?: {
5526
+ id: string;
5527
+ whoAmI: {
5528
+ id: string;
5529
+ label?: string | null;
5168
5530
  subLabel?: string | null;
5169
5531
  color?: string | null;
5170
5532
  preview?: IPreviewScalar | null;
@@ -5190,12 +5552,12 @@ export type SaveValueBatchMutation = {
5190
5552
  };
5191
5553
  } | null;
5192
5554
  } | null> | null;
5193
- attribute?: {
5555
+ attribute: {
5194
5556
  id: string;
5195
5557
  format?: AttributeFormat | null;
5196
5558
  type: AttributeType;
5197
5559
  system: boolean;
5198
- } | null;
5560
+ };
5199
5561
  metadata?: Array<{
5200
5562
  name: string;
5201
5563
  value?: {
@@ -5253,6 +5615,7 @@ export type SaveValueBatchMutation = {
5253
5615
  } | {
5254
5616
  id_value?: string | null;
5255
5617
  isInherited?: boolean | null;
5618
+ isCalculated?: boolean | null;
5256
5619
  modified_at?: number | null;
5257
5620
  created_at?: number | null;
5258
5621
  treeValue?: {
@@ -5332,12 +5695,12 @@ export type SaveValueBatchMutation = {
5332
5695
  };
5333
5696
  } | null;
5334
5697
  } | null> | null;
5335
- attribute?: {
5698
+ attribute: {
5336
5699
  id: string;
5337
5700
  format?: AttributeFormat | null;
5338
5701
  type: AttributeType;
5339
5702
  system: boolean;
5340
- } | null;
5703
+ };
5341
5704
  metadata?: Array<{
5342
5705
  name: string;
5343
5706
  value?: {
@@ -5399,6 +5762,7 @@ export type SaveValueBatchMutation = {
5399
5762
  raw_value?: any | null;
5400
5763
  id_value?: string | null;
5401
5764
  isInherited?: boolean | null;
5765
+ isCalculated?: boolean | null;
5402
5766
  modified_at?: number | null;
5403
5767
  created_at?: number | null;
5404
5768
  modified_by?: {
@@ -5445,12 +5809,12 @@ export type SaveValueBatchMutation = {
5445
5809
  };
5446
5810
  } | null;
5447
5811
  } | null> | null;
5448
- attribute?: {
5812
+ attribute: {
5449
5813
  id: string;
5450
5814
  format?: AttributeFormat | null;
5451
5815
  type: AttributeType;
5452
5816
  system: boolean;
5453
- } | null;
5817
+ };
5454
5818
  metadata?: Array<{
5455
5819
  name: string;
5456
5820
  value?: {
@@ -5534,7 +5898,7 @@ export type GetViewQuery = {
5534
5898
  description?: any | null;
5535
5899
  color?: string | null;
5536
5900
  display: {
5537
- size: ViewSizes;
5901
+ size?: ViewSizes | null;
5538
5902
  type: ViewTypes;
5539
5903
  };
5540
5904
  created_by: {
@@ -5557,10 +5921,10 @@ export type GetViewQuery = {
5557
5921
  label?: any | null;
5558
5922
  } | null;
5559
5923
  }> | null;
5560
- sort?: {
5924
+ sort?: Array<{
5561
5925
  field: string;
5562
5926
  order: SortOrder;
5563
- } | null;
5927
+ }> | null;
5564
5928
  valuesVersions?: Array<{
5565
5929
  treeId: string;
5566
5930
  treeNode: {
@@ -5581,9 +5945,8 @@ export type GetViewQuery = {
5581
5945
  };
5582
5946
  };
5583
5947
  }> | null;
5584
- settings?: Array<{
5585
- name: string;
5586
- value?: any | null;
5948
+ attributes?: Array<{
5949
+ id: string;
5587
5950
  }> | null;
5588
5951
  };
5589
5952
  };
@@ -5600,7 +5963,7 @@ export type GetViewsListQuery = {
5600
5963
  description?: any | null;
5601
5964
  color?: string | null;
5602
5965
  display: {
5603
- size: ViewSizes;
5966
+ size?: ViewSizes | null;
5604
5967
  type: ViewTypes;
5605
5968
  };
5606
5969
  created_by: {
@@ -5623,10 +5986,10 @@ export type GetViewsListQuery = {
5623
5986
  label?: any | null;
5624
5987
  } | null;
5625
5988
  }> | null;
5626
- sort?: {
5989
+ sort?: Array<{
5627
5990
  field: string;
5628
5991
  order: SortOrder;
5629
- } | null;
5992
+ }> | null;
5630
5993
  valuesVersions?: Array<{
5631
5994
  treeId: string;
5632
5995
  treeNode: {
@@ -5647,17 +6010,16 @@ export type GetViewsListQuery = {
5647
6010
  };
5648
6011
  };
5649
6012
  }> | null;
5650
- settings?: Array<{
5651
- name: string;
5652
- value?: any | null;
6013
+ attributes?: Array<{
6014
+ id: string;
5653
6015
  }> | null;
5654
6016
  }>;
5655
6017
  };
5656
6018
  };
5657
- export type AddViewMutationVariables = Exact<{
6019
+ export type SaveViewMutationVariables = Exact<{
5658
6020
  view: ViewInput;
5659
6021
  }>;
5660
- export type AddViewMutation = {
6022
+ export type SaveViewMutation = {
5661
6023
  saveView: {
5662
6024
  id: string;
5663
6025
  shared: boolean;
@@ -5665,7 +6027,7 @@ export type AddViewMutation = {
5665
6027
  description?: any | null;
5666
6028
  color?: string | null;
5667
6029
  display: {
5668
- size: ViewSizes;
6030
+ size?: ViewSizes | null;
5669
6031
  type: ViewTypes;
5670
6032
  };
5671
6033
  created_by: {
@@ -5688,10 +6050,10 @@ export type AddViewMutation = {
5688
6050
  label?: any | null;
5689
6051
  } | null;
5690
6052
  }> | null;
5691
- sort?: {
6053
+ sort?: Array<{
5692
6054
  field: string;
5693
6055
  order: SortOrder;
5694
- } | null;
6056
+ }> | null;
5695
6057
  valuesVersions?: Array<{
5696
6058
  treeId: string;
5697
6059
  treeNode: {
@@ -5712,15 +6074,280 @@ export type AddViewMutation = {
5712
6074
  };
5713
6075
  };
5714
6076
  }> | null;
5715
- settings?: Array<{
5716
- name: string;
5717
- value?: any | null;
6077
+ attributes?: Array<{
6078
+ id: string;
5718
6079
  }> | null;
5719
6080
  };
5720
6081
  };
6082
+ export type ExplorerAttributesQueryVariables = Exact<{
6083
+ ids?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
6084
+ }>;
6085
+ export type ExplorerAttributesQuery = {
6086
+ attributes?: {
6087
+ list: Array<{
6088
+ id: string;
6089
+ type: AttributeType;
6090
+ format?: AttributeFormat | null;
6091
+ label?: any | null;
6092
+ linked_library?: {
6093
+ id: string;
6094
+ label?: any | null;
6095
+ } | null;
6096
+ } | {
6097
+ id: string;
6098
+ type: AttributeType;
6099
+ format?: AttributeFormat | null;
6100
+ label?: any | null;
6101
+ }>;
6102
+ } | null;
6103
+ };
6104
+ export type ExplorerLinkAttributeQueryVariables = Exact<{
6105
+ id: Scalars['ID'];
6106
+ }>;
6107
+ export type ExplorerLinkAttributeQuery = {
6108
+ attributes?: {
6109
+ list: Array<{
6110
+ label?: any | null;
6111
+ id: string;
6112
+ multiple_values: boolean;
6113
+ linked_library?: {
6114
+ id: string;
6115
+ label?: any | null;
6116
+ } | null;
6117
+ } | {
6118
+ id: string;
6119
+ multiple_values: boolean;
6120
+ }>;
6121
+ } | null;
6122
+ };
6123
+ export type ExplorerLibraryDataQueryVariables = Exact<{
6124
+ libraryId: Scalars['ID'];
6125
+ attributeIds: Array<Scalars['ID']> | Scalars['ID'];
6126
+ pagination?: InputMaybe<RecordsPagination>;
6127
+ filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
6128
+ multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
6129
+ searchQuery?: InputMaybe<Scalars['String']>;
6130
+ }>;
6131
+ export type ExplorerLibraryDataQuery = {
6132
+ records: {
6133
+ totalCount?: number | null;
6134
+ list: Array<{
6135
+ id: string;
6136
+ whoAmI: {
6137
+ id: string;
6138
+ label?: string | null;
6139
+ subLabel?: string | null;
6140
+ color?: string | null;
6141
+ preview?: IPreviewScalar | null;
6142
+ library: {
6143
+ id: string;
6144
+ label?: any | null;
6145
+ };
6146
+ };
6147
+ properties: Array<{
6148
+ attributeId: string;
6149
+ attributeProperties: {
6150
+ id: string;
6151
+ label?: any | null;
6152
+ type: AttributeType;
6153
+ format?: AttributeFormat | null;
6154
+ multiple_values: boolean;
6155
+ };
6156
+ values: Array<{
6157
+ linkPayload?: {
6158
+ id: string;
6159
+ whoAmI: {
6160
+ id: string;
6161
+ label?: string | null;
6162
+ subLabel?: string | null;
6163
+ color?: string | null;
6164
+ preview?: IPreviewScalar | null;
6165
+ library: {
6166
+ id: string;
6167
+ label?: any | null;
6168
+ };
6169
+ };
6170
+ } | null;
6171
+ } | {
6172
+ treePayload?: {
6173
+ record: {
6174
+ id: string;
6175
+ whoAmI: {
6176
+ id: string;
6177
+ label?: string | null;
6178
+ subLabel?: string | null;
6179
+ color?: string | null;
6180
+ preview?: IPreviewScalar | null;
6181
+ library: {
6182
+ id: string;
6183
+ label?: any | null;
6184
+ };
6185
+ };
6186
+ };
6187
+ } | null;
6188
+ } | {
6189
+ valuePayload?: any | null;
6190
+ valueRawPayload?: any | null;
6191
+ }>;
6192
+ }>;
6193
+ }>;
6194
+ };
6195
+ };
6196
+ export type ExplorerLinkDataQueryVariables = Exact<{
6197
+ attributeIds: Array<Scalars['ID']> | Scalars['ID'];
6198
+ parentLibraryId: Scalars['ID'];
6199
+ parentRecordId?: InputMaybe<Scalars['String']>;
6200
+ linkAttributeId: Scalars['ID'];
6201
+ }>;
6202
+ export type ExplorerLinkDataQuery = {
6203
+ records: {
6204
+ list: Array<{
6205
+ id: string;
6206
+ whoAmI: {
6207
+ id: string;
6208
+ library: {
6209
+ id: string;
6210
+ };
6211
+ };
6212
+ property: Array<{
6213
+ id_value?: string | null;
6214
+ payload?: {
6215
+ id: string;
6216
+ whoAmI: {
6217
+ id: string;
6218
+ label?: string | null;
6219
+ subLabel?: string | null;
6220
+ color?: string | null;
6221
+ preview?: IPreviewScalar | null;
6222
+ library: {
6223
+ id: string;
6224
+ label?: any | null;
6225
+ };
6226
+ };
6227
+ properties: Array<{
6228
+ attributeId: string;
6229
+ attributeProperties: {
6230
+ id: string;
6231
+ label?: any | null;
6232
+ type: AttributeType;
6233
+ format?: AttributeFormat | null;
6234
+ multiple_values: boolean;
6235
+ };
6236
+ values: Array<{
6237
+ linkPayload?: {
6238
+ id: string;
6239
+ whoAmI: {
6240
+ id: string;
6241
+ label?: string | null;
6242
+ subLabel?: string | null;
6243
+ color?: string | null;
6244
+ preview?: IPreviewScalar | null;
6245
+ library: {
6246
+ id: string;
6247
+ label?: any | null;
6248
+ };
6249
+ };
6250
+ } | null;
6251
+ } | {
6252
+ treePayload?: {
6253
+ record: {
6254
+ id: string;
6255
+ whoAmI: {
6256
+ id: string;
6257
+ label?: string | null;
6258
+ subLabel?: string | null;
6259
+ color?: string | null;
6260
+ preview?: IPreviewScalar | null;
6261
+ library: {
6262
+ id: string;
6263
+ label?: any | null;
6264
+ };
6265
+ };
6266
+ };
6267
+ } | null;
6268
+ } | {
6269
+ valuePayload?: any | null;
6270
+ valueRawPayload?: any | null;
6271
+ }>;
6272
+ }>;
6273
+ } | null;
6274
+ } | {
6275
+ id_value?: string | null;
6276
+ }>;
6277
+ }>;
6278
+ };
6279
+ };
6280
+ export type GetLibraryAttributesQueryVariables = Exact<{
6281
+ libraryId: Scalars['ID'];
6282
+ }>;
6283
+ export type GetLibraryAttributesQuery = {
6284
+ libraries?: {
6285
+ list: Array<{
6286
+ id: string;
6287
+ attributes?: Array<{
6288
+ id: string;
6289
+ type: AttributeType;
6290
+ label?: any | null;
6291
+ linked_library?: {
6292
+ id: string;
6293
+ label?: any | null;
6294
+ attributes?: Array<{
6295
+ id: string;
6296
+ type: AttributeType;
6297
+ format?: AttributeFormat | null;
6298
+ label?: any | null;
6299
+ }> | null;
6300
+ } | null;
6301
+ } | {
6302
+ format?: AttributeFormat | null;
6303
+ id: string;
6304
+ type: AttributeType;
6305
+ label?: any | null;
6306
+ } | {
6307
+ id: string;
6308
+ type: AttributeType;
6309
+ label?: any | null;
6310
+ }> | null;
6311
+ }>;
6312
+ } | null;
6313
+ };
6314
+ export type ExplorerLibraryDetailsQueryVariables = Exact<{
6315
+ libraryId: Scalars['ID'];
6316
+ }>;
6317
+ export type ExplorerLibraryDetailsQuery = {
6318
+ libraries?: {
6319
+ list: Array<{
6320
+ id: string;
6321
+ label?: any | null;
6322
+ }>;
6323
+ } | null;
6324
+ };
6325
+ export type ExplorerSelectionIdsQueryVariables = Exact<{
6326
+ libraryId: Scalars['ID'];
6327
+ filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
6328
+ }>;
6329
+ export type ExplorerSelectionIdsQuery = {
6330
+ records: {
6331
+ list: Array<{
6332
+ id: string;
6333
+ }>;
6334
+ };
6335
+ };
6336
+ export type TreeDataQueryQueryVariables = Exact<{
6337
+ treeId: Scalars['ID'];
6338
+ }>;
6339
+ export type TreeDataQueryQuery = {
6340
+ trees?: {
6341
+ list: Array<{
6342
+ id: string;
6343
+ label?: any | null;
6344
+ }>;
6345
+ } | null;
6346
+ };
5721
6347
  export declare const RecordIdentityFragmentDoc: Apollo.DocumentNode;
5722
6348
  export declare const DetailsApplicationFragmentDoc: Apollo.DocumentNode;
5723
6349
  export declare const AttributeDetailsFragmentDoc: Apollo.DocumentNode;
6350
+ export declare const AttributesByLibLinkAttributeFragmentDoc: Apollo.DocumentNode;
5724
6351
  export declare const AttributesByLibAttributeFragmentDoc: Apollo.DocumentNode;
5725
6352
  export declare const LibraryLightFragmentDoc: Apollo.DocumentNode;
5726
6353
  export declare const LibraryLinkAttributeDetailsFragmentDoc: Apollo.DocumentNode;
@@ -5735,7 +6362,14 @@ export declare const RecordFormElementFragmentDoc: Apollo.DocumentNode;
5735
6362
  export declare const TreeLightFragmentDoc: Apollo.DocumentNode;
5736
6363
  export declare const TreeDetailsFragmentDoc: Apollo.DocumentNode;
5737
6364
  export declare const TreeNodeChildFragmentDoc: Apollo.DocumentNode;
6365
+ export declare const ViewDetailsFilterFragmentDoc: Apollo.DocumentNode;
5738
6366
  export declare const ViewDetailsFragmentDoc: Apollo.DocumentNode;
6367
+ export declare const LinkAttributeDetailsFragmentDoc: Apollo.DocumentNode;
6368
+ export declare const AttributePropertiesFragmentDoc: Apollo.DocumentNode;
6369
+ export declare const PropertyValueFragmentDoc: Apollo.DocumentNode;
6370
+ export declare const LinkPropertyFragmentDoc: Apollo.DocumentNode;
6371
+ export declare const LibraryAttributeLinkFragmentDoc: Apollo.DocumentNode;
6372
+ export declare const LibraryAttributeFragmentDoc: Apollo.DocumentNode;
5739
6373
  export declare const CheckApplicationExistenceDocument: Apollo.DocumentNode;
5740
6374
  /**
5741
6375
  * __useCheckApplicationExistenceQuery__
@@ -6979,6 +7613,38 @@ export declare function useDeleteValueMutation(baseOptions?: Apollo.MutationHook
6979
7613
  export type DeleteValueMutationHookResult = ReturnType<typeof useDeleteValueMutation>;
6980
7614
  export type DeleteValueMutationResult = Apollo.MutationResult<DeleteValueMutation>;
6981
7615
  export type DeleteValueMutationOptions = Apollo.BaseMutationOptions<DeleteValueMutation, DeleteValueMutationVariables>;
7616
+ export declare const RunActionsListAndFormatOnValueDocument: Apollo.DocumentNode;
7617
+ /**
7618
+ * __useRunActionsListAndFormatOnValueQuery__
7619
+ *
7620
+ * To run a query within a React component, call `useRunActionsListAndFormatOnValueQuery` and pass it any options that fit your needs.
7621
+ * When your component renders, `useRunActionsListAndFormatOnValueQuery` returns an object from Apollo Client that contains loading, error, and data properties
7622
+ * you can use to render your UI.
7623
+ *
7624
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
7625
+ *
7626
+ * @example
7627
+ * const { data, loading, error } = useRunActionsListAndFormatOnValueQuery({
7628
+ * variables: {
7629
+ * library: // value for 'library'
7630
+ * value: // value for 'value'
7631
+ * version: // value for 'version'
7632
+ * },
7633
+ * });
7634
+ */
7635
+ export declare function useRunActionsListAndFormatOnValueQuery(baseOptions: Apollo.QueryHookOptions<RunActionsListAndFormatOnValueQuery, RunActionsListAndFormatOnValueQueryVariables>): Apollo.QueryResult<RunActionsListAndFormatOnValueQuery, Exact<{
7636
+ library: Scalars["ID"];
7637
+ value?: InputMaybe<ValueBatchInput>;
7638
+ version?: InputMaybe<Array<InputMaybe<ValueVersionInput>> | InputMaybe<ValueVersionInput>>;
7639
+ }>>;
7640
+ export declare function useRunActionsListAndFormatOnValueLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<RunActionsListAndFormatOnValueQuery, RunActionsListAndFormatOnValueQueryVariables>): Apollo.LazyQueryResultTuple<RunActionsListAndFormatOnValueQuery, Exact<{
7641
+ library: Scalars["ID"];
7642
+ value?: InputMaybe<ValueBatchInput>;
7643
+ version?: InputMaybe<Array<InputMaybe<ValueVersionInput>> | InputMaybe<ValueVersionInput>>;
7644
+ }>>;
7645
+ export type RunActionsListAndFormatOnValueQueryHookResult = ReturnType<typeof useRunActionsListAndFormatOnValueQuery>;
7646
+ export type RunActionsListAndFormatOnValueLazyQueryHookResult = ReturnType<typeof useRunActionsListAndFormatOnValueLazyQuery>;
7647
+ export type RunActionsListAndFormatOnValueQueryResult = Apollo.QueryResult<RunActionsListAndFormatOnValueQuery, RunActionsListAndFormatOnValueQueryVariables>;
6982
7648
  export declare const SaveValueBatchDocument: Apollo.DocumentNode;
6983
7649
  export type SaveValueBatchMutationFn = Apollo.MutationFunction<SaveValueBatchMutation, SaveValueBatchMutationVariables>;
6984
7650
  /**
@@ -7089,28 +7755,263 @@ export declare function useGetViewsListLazyQuery(baseOptions?: Apollo.LazyQueryH
7089
7755
  export type GetViewsListQueryHookResult = ReturnType<typeof useGetViewsListQuery>;
7090
7756
  export type GetViewsListLazyQueryHookResult = ReturnType<typeof useGetViewsListLazyQuery>;
7091
7757
  export type GetViewsListQueryResult = Apollo.QueryResult<GetViewsListQuery, GetViewsListQueryVariables>;
7092
- export declare const AddViewDocument: Apollo.DocumentNode;
7093
- export type AddViewMutationFn = Apollo.MutationFunction<AddViewMutation, AddViewMutationVariables>;
7758
+ export declare const SaveViewDocument: Apollo.DocumentNode;
7759
+ export type SaveViewMutationFn = Apollo.MutationFunction<SaveViewMutation, SaveViewMutationVariables>;
7094
7760
  /**
7095
- * __useAddViewMutation__
7761
+ * __useSaveViewMutation__
7096
7762
  *
7097
- * To run a mutation, you first call `useAddViewMutation` within a React component and pass it any options that fit your needs.
7098
- * When your component renders, `useAddViewMutation` returns a tuple that includes:
7763
+ * To run a mutation, you first call `useSaveViewMutation` within a React component and pass it any options that fit your needs.
7764
+ * When your component renders, `useSaveViewMutation` returns a tuple that includes:
7099
7765
  * - A mutate function that you can call at any time to execute the mutation
7100
7766
  * - An object with fields that represent the current status of the mutation's execution
7101
7767
  *
7102
7768
  * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
7103
7769
  *
7104
7770
  * @example
7105
- * const [addViewMutation, { data, loading, error }] = useAddViewMutation({
7771
+ * const [saveViewMutation, { data, loading, error }] = useSaveViewMutation({
7106
7772
  * variables: {
7107
7773
  * view: // value for 'view'
7108
7774
  * },
7109
7775
  * });
7110
7776
  */
7111
- export declare function useAddViewMutation(baseOptions?: Apollo.MutationHookOptions<AddViewMutation, AddViewMutationVariables>): Apollo.MutationTuple<AddViewMutation, Exact<{
7777
+ export declare function useSaveViewMutation(baseOptions?: Apollo.MutationHookOptions<SaveViewMutation, SaveViewMutationVariables>): Apollo.MutationTuple<SaveViewMutation, Exact<{
7112
7778
  view: ViewInput;
7113
7779
  }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
7114
- export type AddViewMutationHookResult = ReturnType<typeof useAddViewMutation>;
7115
- export type AddViewMutationResult = Apollo.MutationResult<AddViewMutation>;
7116
- export type AddViewMutationOptions = Apollo.BaseMutationOptions<AddViewMutation, AddViewMutationVariables>;
7780
+ export type SaveViewMutationHookResult = ReturnType<typeof useSaveViewMutation>;
7781
+ export type SaveViewMutationResult = Apollo.MutationResult<SaveViewMutation>;
7782
+ export type SaveViewMutationOptions = Apollo.BaseMutationOptions<SaveViewMutation, SaveViewMutationVariables>;
7783
+ export declare const ExplorerAttributesDocument: Apollo.DocumentNode;
7784
+ /**
7785
+ * __useExplorerAttributesQuery__
7786
+ *
7787
+ * To run a query within a React component, call `useExplorerAttributesQuery` and pass it any options that fit your needs.
7788
+ * When your component renders, `useExplorerAttributesQuery` returns an object from Apollo Client that contains loading, error, and data properties
7789
+ * you can use to render your UI.
7790
+ *
7791
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
7792
+ *
7793
+ * @example
7794
+ * const { data, loading, error } = useExplorerAttributesQuery({
7795
+ * variables: {
7796
+ * ids: // value for 'ids'
7797
+ * },
7798
+ * });
7799
+ */
7800
+ export declare function useExplorerAttributesQuery(baseOptions?: Apollo.QueryHookOptions<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>): Apollo.QueryResult<ExplorerAttributesQuery, Exact<{
7801
+ ids?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
7802
+ }>>;
7803
+ export declare function useExplorerAttributesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerAttributesQuery, Exact<{
7804
+ ids?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
7805
+ }>>;
7806
+ export type ExplorerAttributesQueryHookResult = ReturnType<typeof useExplorerAttributesQuery>;
7807
+ export type ExplorerAttributesLazyQueryHookResult = ReturnType<typeof useExplorerAttributesLazyQuery>;
7808
+ export type ExplorerAttributesQueryResult = Apollo.QueryResult<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>;
7809
+ export declare const ExplorerLinkAttributeDocument: Apollo.DocumentNode;
7810
+ /**
7811
+ * __useExplorerLinkAttributeQuery__
7812
+ *
7813
+ * To run a query within a React component, call `useExplorerLinkAttributeQuery` and pass it any options that fit your needs.
7814
+ * When your component renders, `useExplorerLinkAttributeQuery` returns an object from Apollo Client that contains loading, error, and data properties
7815
+ * you can use to render your UI.
7816
+ *
7817
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
7818
+ *
7819
+ * @example
7820
+ * const { data, loading, error } = useExplorerLinkAttributeQuery({
7821
+ * variables: {
7822
+ * id: // value for 'id'
7823
+ * },
7824
+ * });
7825
+ */
7826
+ export declare function useExplorerLinkAttributeQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>): Apollo.QueryResult<ExplorerLinkAttributeQuery, Exact<{
7827
+ id: Scalars["ID"];
7828
+ }>>;
7829
+ export declare function useExplorerLinkAttributeLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLinkAttributeQuery, Exact<{
7830
+ id: Scalars["ID"];
7831
+ }>>;
7832
+ export type ExplorerLinkAttributeQueryHookResult = ReturnType<typeof useExplorerLinkAttributeQuery>;
7833
+ export type ExplorerLinkAttributeLazyQueryHookResult = ReturnType<typeof useExplorerLinkAttributeLazyQuery>;
7834
+ export type ExplorerLinkAttributeQueryResult = Apollo.QueryResult<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>;
7835
+ export declare const ExplorerLibraryDataDocument: Apollo.DocumentNode;
7836
+ /**
7837
+ * __useExplorerLibraryDataQuery__
7838
+ *
7839
+ * To run a query within a React component, call `useExplorerLibraryDataQuery` and pass it any options that fit your needs.
7840
+ * When your component renders, `useExplorerLibraryDataQuery` returns an object from Apollo Client that contains loading, error, and data properties
7841
+ * you can use to render your UI.
7842
+ *
7843
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
7844
+ *
7845
+ * @example
7846
+ * const { data, loading, error } = useExplorerLibraryDataQuery({
7847
+ * variables: {
7848
+ * libraryId: // value for 'libraryId'
7849
+ * attributeIds: // value for 'attributeIds'
7850
+ * pagination: // value for 'pagination'
7851
+ * filters: // value for 'filters'
7852
+ * multipleSort: // value for 'multipleSort'
7853
+ * searchQuery: // value for 'searchQuery'
7854
+ * },
7855
+ * });
7856
+ */
7857
+ export declare function useExplorerLibraryDataQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>): Apollo.QueryResult<ExplorerLibraryDataQuery, Exact<{
7858
+ libraryId: Scalars["ID"];
7859
+ attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
7860
+ pagination?: InputMaybe<RecordsPagination>;
7861
+ filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
7862
+ multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
7863
+ searchQuery?: InputMaybe<Scalars["String"]>;
7864
+ }>>;
7865
+ export declare function useExplorerLibraryDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLibraryDataQuery, Exact<{
7866
+ libraryId: Scalars["ID"];
7867
+ attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
7868
+ pagination?: InputMaybe<RecordsPagination>;
7869
+ filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
7870
+ multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
7871
+ searchQuery?: InputMaybe<Scalars["String"]>;
7872
+ }>>;
7873
+ export type ExplorerLibraryDataQueryHookResult = ReturnType<typeof useExplorerLibraryDataQuery>;
7874
+ export type ExplorerLibraryDataLazyQueryHookResult = ReturnType<typeof useExplorerLibraryDataLazyQuery>;
7875
+ export type ExplorerLibraryDataQueryResult = Apollo.QueryResult<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>;
7876
+ export declare const ExplorerLinkDataDocument: Apollo.DocumentNode;
7877
+ /**
7878
+ * __useExplorerLinkDataQuery__
7879
+ *
7880
+ * To run a query within a React component, call `useExplorerLinkDataQuery` and pass it any options that fit your needs.
7881
+ * When your component renders, `useExplorerLinkDataQuery` returns an object from Apollo Client that contains loading, error, and data properties
7882
+ * you can use to render your UI.
7883
+ *
7884
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
7885
+ *
7886
+ * @example
7887
+ * const { data, loading, error } = useExplorerLinkDataQuery({
7888
+ * variables: {
7889
+ * attributeIds: // value for 'attributeIds'
7890
+ * parentLibraryId: // value for 'parentLibraryId'
7891
+ * parentRecordId: // value for 'parentRecordId'
7892
+ * linkAttributeId: // value for 'linkAttributeId'
7893
+ * },
7894
+ * });
7895
+ */
7896
+ export declare function useExplorerLinkDataQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>): Apollo.QueryResult<ExplorerLinkDataQuery, Exact<{
7897
+ attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
7898
+ parentLibraryId: Scalars["ID"];
7899
+ parentRecordId?: InputMaybe<Scalars["String"]>;
7900
+ linkAttributeId: Scalars["ID"];
7901
+ }>>;
7902
+ export declare function useExplorerLinkDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLinkDataQuery, Exact<{
7903
+ attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
7904
+ parentLibraryId: Scalars["ID"];
7905
+ parentRecordId?: InputMaybe<Scalars["String"]>;
7906
+ linkAttributeId: Scalars["ID"];
7907
+ }>>;
7908
+ export type ExplorerLinkDataQueryHookResult = ReturnType<typeof useExplorerLinkDataQuery>;
7909
+ export type ExplorerLinkDataLazyQueryHookResult = ReturnType<typeof useExplorerLinkDataLazyQuery>;
7910
+ export type ExplorerLinkDataQueryResult = Apollo.QueryResult<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>;
7911
+ export declare const GetLibraryAttributesDocument: Apollo.DocumentNode;
7912
+ /**
7913
+ * __useGetLibraryAttributesQuery__
7914
+ *
7915
+ * To run a query within a React component, call `useGetLibraryAttributesQuery` and pass it any options that fit your needs.
7916
+ * When your component renders, `useGetLibraryAttributesQuery` returns an object from Apollo Client that contains loading, error, and data properties
7917
+ * you can use to render your UI.
7918
+ *
7919
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
7920
+ *
7921
+ * @example
7922
+ * const { data, loading, error } = useGetLibraryAttributesQuery({
7923
+ * variables: {
7924
+ * libraryId: // value for 'libraryId'
7925
+ * },
7926
+ * });
7927
+ */
7928
+ export declare function useGetLibraryAttributesQuery(baseOptions: Apollo.QueryHookOptions<GetLibraryAttributesQuery, GetLibraryAttributesQueryVariables>): Apollo.QueryResult<GetLibraryAttributesQuery, Exact<{
7929
+ libraryId: Scalars["ID"];
7930
+ }>>;
7931
+ export declare function useGetLibraryAttributesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryAttributesQuery, GetLibraryAttributesQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryAttributesQuery, Exact<{
7932
+ libraryId: Scalars["ID"];
7933
+ }>>;
7934
+ export type GetLibraryAttributesQueryHookResult = ReturnType<typeof useGetLibraryAttributesQuery>;
7935
+ export type GetLibraryAttributesLazyQueryHookResult = ReturnType<typeof useGetLibraryAttributesLazyQuery>;
7936
+ export type GetLibraryAttributesQueryResult = Apollo.QueryResult<GetLibraryAttributesQuery, GetLibraryAttributesQueryVariables>;
7937
+ export declare const ExplorerLibraryDetailsDocument: Apollo.DocumentNode;
7938
+ /**
7939
+ * __useExplorerLibraryDetailsQuery__
7940
+ *
7941
+ * To run a query within a React component, call `useExplorerLibraryDetailsQuery` and pass it any options that fit your needs.
7942
+ * When your component renders, `useExplorerLibraryDetailsQuery` returns an object from Apollo Client that contains loading, error, and data properties
7943
+ * you can use to render your UI.
7944
+ *
7945
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
7946
+ *
7947
+ * @example
7948
+ * const { data, loading, error } = useExplorerLibraryDetailsQuery({
7949
+ * variables: {
7950
+ * libraryId: // value for 'libraryId'
7951
+ * },
7952
+ * });
7953
+ */
7954
+ export declare function useExplorerLibraryDetailsQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>): Apollo.QueryResult<ExplorerLibraryDetailsQuery, Exact<{
7955
+ libraryId: Scalars["ID"];
7956
+ }>>;
7957
+ export declare function useExplorerLibraryDetailsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLibraryDetailsQuery, Exact<{
7958
+ libraryId: Scalars["ID"];
7959
+ }>>;
7960
+ export type ExplorerLibraryDetailsQueryHookResult = ReturnType<typeof useExplorerLibraryDetailsQuery>;
7961
+ export type ExplorerLibraryDetailsLazyQueryHookResult = ReturnType<typeof useExplorerLibraryDetailsLazyQuery>;
7962
+ export type ExplorerLibraryDetailsQueryResult = Apollo.QueryResult<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>;
7963
+ export declare const ExplorerSelectionIdsDocument: Apollo.DocumentNode;
7964
+ /**
7965
+ * __useExplorerSelectionIdsQuery__
7966
+ *
7967
+ * To run a query within a React component, call `useExplorerSelectionIdsQuery` and pass it any options that fit your needs.
7968
+ * When your component renders, `useExplorerSelectionIdsQuery` returns an object from Apollo Client that contains loading, error, and data properties
7969
+ * you can use to render your UI.
7970
+ *
7971
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
7972
+ *
7973
+ * @example
7974
+ * const { data, loading, error } = useExplorerSelectionIdsQuery({
7975
+ * variables: {
7976
+ * libraryId: // value for 'libraryId'
7977
+ * filters: // value for 'filters'
7978
+ * },
7979
+ * });
7980
+ */
7981
+ export declare function useExplorerSelectionIdsQuery(baseOptions: Apollo.QueryHookOptions<ExplorerSelectionIdsQuery, ExplorerSelectionIdsQueryVariables>): Apollo.QueryResult<ExplorerSelectionIdsQuery, Exact<{
7982
+ libraryId: Scalars["ID"];
7983
+ filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
7984
+ }>>;
7985
+ export declare function useExplorerSelectionIdsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerSelectionIdsQuery, ExplorerSelectionIdsQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerSelectionIdsQuery, Exact<{
7986
+ libraryId: Scalars["ID"];
7987
+ filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
7988
+ }>>;
7989
+ export type ExplorerSelectionIdsQueryHookResult = ReturnType<typeof useExplorerSelectionIdsQuery>;
7990
+ export type ExplorerSelectionIdsLazyQueryHookResult = ReturnType<typeof useExplorerSelectionIdsLazyQuery>;
7991
+ export type ExplorerSelectionIdsQueryResult = Apollo.QueryResult<ExplorerSelectionIdsQuery, ExplorerSelectionIdsQueryVariables>;
7992
+ export declare const TreeDataQueryDocument: Apollo.DocumentNode;
7993
+ /**
7994
+ * __useTreeDataQueryQuery__
7995
+ *
7996
+ * To run a query within a React component, call `useTreeDataQueryQuery` and pass it any options that fit your needs.
7997
+ * When your component renders, `useTreeDataQueryQuery` returns an object from Apollo Client that contains loading, error, and data properties
7998
+ * you can use to render your UI.
7999
+ *
8000
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
8001
+ *
8002
+ * @example
8003
+ * const { data, loading, error } = useTreeDataQueryQuery({
8004
+ * variables: {
8005
+ * treeId: // value for 'treeId'
8006
+ * },
8007
+ * });
8008
+ */
8009
+ export declare function useTreeDataQueryQuery(baseOptions: Apollo.QueryHookOptions<TreeDataQueryQuery, TreeDataQueryQueryVariables>): Apollo.QueryResult<TreeDataQueryQuery, Exact<{
8010
+ treeId: Scalars["ID"];
8011
+ }>>;
8012
+ export declare function useTreeDataQueryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<TreeDataQueryQuery, TreeDataQueryQueryVariables>): Apollo.LazyQueryResultTuple<TreeDataQueryQuery, Exact<{
8013
+ treeId: Scalars["ID"];
8014
+ }>>;
8015
+ export type TreeDataQueryQueryHookResult = ReturnType<typeof useTreeDataQueryQuery>;
8016
+ export type TreeDataQueryLazyQueryHookResult = ReturnType<typeof useTreeDataQueryLazyQuery>;
8017
+ export type TreeDataQueryQueryResult = Apollo.QueryResult<TreeDataQueryQuery, TreeDataQueryQueryVariables>;