@leav/ui 0.4.0 → 1.0.0-7bbc7ed2

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 (962) hide show
  1. package/README.md +1 -0
  2. package/dist/__mocks__/common/application.d.ts +3 -0
  3. package/dist/__mocks__/common/filter.d.ts +4 -0
  4. package/dist/__mocks__/common/form.js +5 -1
  5. package/dist/__mocks__/common/form.js.map +1 -1
  6. package/dist/__mocks__/common/import.d.ts +2 -0
  7. package/dist/__mocks__/common/label.d.ts +4 -0
  8. package/dist/__mocks__/common/library.d.ts +109 -0
  9. package/dist/__mocks__/common/mockSearchContextProvider.d.ts +6 -0
  10. package/dist/__mocks__/common/record.d.ts +15 -0
  11. package/dist/__mocks__/common/tree.d.ts +3 -0
  12. package/dist/__mocks__/common/treeElements.d.ts +11 -0
  13. package/dist/__mocks__/common/value.d.ts +4 -0
  14. package/dist/__mocks__/common/value.js +0 -11
  15. package/dist/__mocks__/common/value.js.map +1 -1
  16. package/dist/__mocks__/common/versionProfile.d.ts +2 -0
  17. package/dist/__mocks__/common/view.d.ts +2 -0
  18. package/dist/__mocks__/mockQuery/mockGetLibraryDetailExtendedQuery.d.ts +5 -0
  19. package/dist/__mocks__/mockQuery/mockGetRecordsFromLibraryQuery.d.ts +5 -0
  20. package/dist/__mocks__/mockQuery/mockGetViewListQuery.d.ts +19 -0
  21. package/dist/__mocks__/react-i18next.d.ts +31 -0
  22. package/dist/_gqlTypes/index.d.ts +1767 -263
  23. package/dist/_gqlTypes/index.js +541 -42
  24. package/dist/_gqlTypes/index.js.map +1 -1
  25. package/dist/_queries/applications/applicationDetailsFragment.d.ts +1 -0
  26. package/dist/_queries/applications/checkApplicationExistence.d.ts +1 -0
  27. package/dist/_queries/applications/getApplicationDetails.d.ts +1 -0
  28. package/dist/_queries/applications/getApplicationsModulesQuery.d.ts +1 -0
  29. package/dist/_queries/applications/saveApplicationMutation.d.ts +1 -0
  30. package/dist/_queries/attributes/attributeDetailsFragment.d.ts +1 -0
  31. package/dist/_queries/attributes/attributeDetailsFragment.js +2 -0
  32. package/dist/_queries/attributes/attributeDetailsFragment.js.map +1 -1
  33. package/dist/_queries/attributes/checkAttributeExistenceQuery.d.ts +1 -0
  34. package/dist/_queries/attributes/deleteAttributeMutation.d.ts +1 -0
  35. package/dist/_queries/attributes/getAttributeByIdQuery.d.ts +1 -0
  36. package/dist/_queries/attributes/getAttributeWithEmbeddedFields.d.ts +2 -0
  37. package/dist/_queries/attributes/getAttributesByLib.d.ts +1 -0
  38. package/dist/_queries/attributes/getAttributesQuery.d.ts +1 -0
  39. package/dist/_queries/attributes/getVersionProfilesQuery.d.ts +1 -0
  40. package/dist/_queries/attributes/getVersionableAttributesByLibrary.d.ts +1 -0
  41. package/dist/_queries/attributes/saveAttributeMutation.d.ts +1 -0
  42. package/dist/_queries/export/exportQuery.d.ts +1 -0
  43. package/dist/_queries/files/createDirectory.d.ts +1 -0
  44. package/dist/_queries/files/forcePreviewsGenerationMutation.d.ts +1 -0
  45. package/dist/_queries/files/getDirectoryDataQuery.d.ts +1 -0
  46. package/dist/_queries/files/getUploadUpdates.d.ts +1 -0
  47. package/dist/_queries/files/uploadMutation.d.ts +1 -0
  48. package/dist/_queries/import/importExcel.d.ts +1 -0
  49. package/dist/_queries/libraries/checkLibraryExistenceQuery.d.ts +1 -0
  50. package/dist/_queries/libraries/deleteLibraryMutation.d.ts +1 -0
  51. package/dist/_queries/libraries/getLibrariesQuery.d.ts +1 -0
  52. package/dist/_queries/libraries/getLibraryByIdQuery.d.ts +1 -0
  53. package/dist/_queries/libraries/getLibraryPermissionsQuery.d.ts +1 -0
  54. package/dist/_queries/libraries/getLibraryPreviewsSettingsQuery.d.ts +1 -0
  55. package/dist/_queries/libraries/libraryDetailsFragment.d.ts +1 -0
  56. package/dist/_queries/libraries/saveLibraryMutation.d.ts +1 -0
  57. package/dist/_queries/permissions/isAllowedQuery.d.ts +1 -0
  58. package/dist/_queries/records/activateRecordsMutation.d.ts +1 -0
  59. package/dist/_queries/records/activateRecordsMutation.js +15 -0
  60. package/dist/_queries/records/activateRecordsMutation.js.map +1 -0
  61. package/dist/_queries/records/createRecordMutation.d.ts +2 -0
  62. package/dist/_queries/records/deactivateRecordsMutation.d.ts +1 -0
  63. package/dist/_queries/records/doesFileExistAsChild.d.ts +1 -0
  64. package/dist/_queries/records/getFileDataQuery.d.ts +14 -0
  65. package/dist/_queries/records/getRecordFormQuery.d.ts +1 -0
  66. package/dist/_queries/records/getRecordFormQuery.js +13 -0
  67. package/dist/_queries/records/getRecordFormQuery.js.map +1 -1
  68. package/dist/_queries/records/getRecordPropertiesQuery.d.ts +83 -0
  69. package/dist/_queries/records/getRecordUpdatesSubscription.d.ts +1 -0
  70. package/dist/_queries/records/getRecordsFromLibraryQuery.d.ts +22 -0
  71. package/dist/_queries/records/indexRecordsMutation.d.ts +1 -0
  72. package/dist/_queries/records/recordFormAttributeFragment.d.ts +1 -0
  73. package/dist/_queries/tasks/cancelTaskMutation.d.ts +1 -0
  74. package/dist/_queries/trees/checkTreeExistenceQuery.d.ts +1 -0
  75. package/dist/_queries/trees/deleteTreeMutation.d.ts +1 -0
  76. package/dist/_queries/trees/getTreeByIdQuery.d.ts +1 -0
  77. package/dist/_queries/trees/getTreeLibraries.d.ts +1 -0
  78. package/dist/_queries/trees/getTreesQuery.d.ts +1 -0
  79. package/dist/_queries/trees/saveTreeMutation.d.ts +1 -0
  80. package/dist/_queries/trees/treeDetailsFragment.d.ts +1 -0
  81. package/dist/_queries/trees/treeNodeChildrenQuery.d.ts +1 -0
  82. package/dist/_queries/trees/treeNodeChildrenQuery.js +12 -2
  83. package/dist/_queries/trees/treeNodeChildrenQuery.js.map +1 -1
  84. package/dist/_queries/userData/getUserData.d.ts +1 -0
  85. package/dist/_queries/userData/saveUserData.d.ts +1 -0
  86. package/dist/_queries/values/deleteValueMutation.d.ts +1 -0
  87. package/dist/_queries/values/saveValueBatchMutation.d.ts +1 -0
  88. package/dist/_queries/values/valueDetailsFragment.d.ts +1 -0
  89. package/dist/_queries/values/valuesVersionFragment.d.ts +1 -0
  90. package/dist/_queries/views/deleteViewMutation.d.ts +8 -0
  91. package/dist/_queries/views/getViewById.d.ts +1 -0
  92. package/dist/_queries/views/getViewsListQuery.d.ts +1 -0
  93. package/dist/_queries/views/saveViewMutation.d.ts +2 -0
  94. package/dist/_queries/views/viewDetailsFragment.d.ts +2 -0
  95. package/dist/_utils/__mocks__/isDevEnv.d.ts +1 -0
  96. package/dist/_utils/attributeType.d.ts +2 -1
  97. package/dist/_utils/attributeType.js +2 -1
  98. package/dist/_utils/attributeType.js.map +1 -1
  99. package/dist/_utils/getFiltersFromRequest.d.ts +3 -0
  100. package/dist/_utils/getRequestFromFilter.d.ts +3 -0
  101. package/dist/_utils/index.d.ts +33 -0
  102. package/dist/_utils/isDevEnv.d.ts +1 -0
  103. package/dist/_utils/typeguards.d.ts +2 -0
  104. package/dist/antdTheme/types.d.ts +2 -0
  105. package/dist/components/AttributePicker/AttributePicker.d.ts +12 -0
  106. package/dist/components/AttributePicker/AttributesList/AttributesList.d.ts +10 -0
  107. package/dist/components/AttributePicker/AttributesList/index.d.ts +1 -0
  108. package/dist/components/AttributePicker/index.d.ts +1 -0
  109. package/dist/components/AttributesSelectionList/Attribute/Attribute.d.ts +3 -0
  110. package/dist/components/AttributesSelectionList/Attribute/index.d.ts +2 -0
  111. package/dist/components/AttributesSelectionList/AttributesSelectionList.d.ts +10 -0
  112. package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/SelectedAttribute.d.ts +7 -0
  113. package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/index.d.ts +2 -0
  114. package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttributesList.d.ts +2 -0
  115. package/dist/components/AttributesSelectionList/SelectedAttributesList/index.d.ts +2 -0
  116. package/dist/components/AttributesSelectionList/_types.d.ts +8 -0
  117. package/dist/components/AttributesSelectionList/helpers/attributeToSelectedAttribute.d.ts +3 -0
  118. package/dist/components/AttributesSelectionList/index.d.ts +2 -0
  119. package/dist/components/AttributesSelectionList/reducer/__mocks__/attributesSelectionListStateContext.d.ts +11 -0
  120. package/dist/components/AttributesSelectionList/reducer/attributesSelectionListReducer.d.ts +33 -0
  121. package/dist/components/AttributesSelectionList/reducer/attributesSelectionListStateContext.d.ts +10 -0
  122. package/dist/components/AttributesSelectionList/sharedComponents.d.ts +803 -0
  123. package/dist/components/BasicButton/BasicButton.d.ts +7 -0
  124. package/dist/components/BasicButton/index.d.ts +1 -0
  125. package/dist/components/CreateDirectory/CreateDirectory.d.ts +9 -0
  126. package/dist/components/CreateDirectory/CreateDirectory.js +4 -4
  127. package/dist/components/CreateDirectory/CreateDirectory.js.map +1 -1
  128. package/dist/components/CreateDirectory/index.d.ts +1 -0
  129. package/dist/components/DeactivateRecordsModal/DeactivateRecordsModal.d.ts +10 -0
  130. package/dist/components/DeactivateRecordsModal/index.d.ts +1 -0
  131. package/dist/components/Dimmer/Dimmer.d.ts +5 -0
  132. package/dist/components/Dimmer/index.d.ts +2 -0
  133. package/dist/components/EditApplication/EditApplication.d.ts +3 -0
  134. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfo.d.ts +7 -0
  135. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/EditApplicationInfoForm.d.ts +11 -0
  136. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/ModuleSelector/ModuleSelector.d.ts +6 -0
  137. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/ModuleSelector/index.d.ts +2 -0
  138. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/index.d.ts +2 -0
  139. package/dist/components/EditApplication/EditApplicationInfo/index.d.ts +1 -0
  140. package/dist/components/EditApplication/_types.d.ts +8 -0
  141. package/dist/components/EditApplication/index.d.ts +2 -0
  142. package/dist/components/EditAttributeModal/EditAttribute/EditAttribute.d.ts +8 -0
  143. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfo.d.ts +8 -0
  144. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/EditAttributeInfoForm.d.ts +12 -0
  145. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/LinkedLibraryForm.d.ts +9 -0
  146. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/index.d.ts +1 -0
  147. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/LinkedTreeForm.d.ts +9 -0
  148. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/index.d.ts +1 -0
  149. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/ValuesVersionsForm/ValuesVersionsForm.d.ts +9 -0
  150. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/ValuesVersionsForm/index.d.ts +1 -0
  151. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/index.d.ts +1 -0
  152. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/index.d.ts +1 -0
  153. package/dist/components/EditAttributeModal/EditAttribute/index.d.ts +1 -0
  154. package/dist/components/EditAttributeModal/EditAttributeModal.d.ts +11 -0
  155. package/dist/components/EditAttributeModal/index.d.ts +1 -0
  156. package/dist/components/EditLibraryModal/EditLibrary/EditLibrary.d.ts +9 -0
  157. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/AttributeCell.d.ts +6 -0
  158. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/index.d.ts +1 -0
  159. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributesList.d.ts +15 -0
  160. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/DeleteButton.d.ts +8 -0
  161. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/DeleteButton.js +3 -2
  162. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/DeleteButton.js.map +1 -1
  163. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/index.d.ts +1 -0
  164. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/index.d.ts +1 -0
  165. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/EditLibraryAttributes.d.ts +7 -0
  166. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/index.d.ts +1 -0
  167. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/EditLibraryIndexation.d.ts +8 -0
  168. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/index.d.ts +1 -0
  169. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfo.d.ts +8 -0
  170. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/EditLibraryInfoForm.d.ts +12 -0
  171. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/index.d.ts +1 -0
  172. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/index.d.ts +1 -0
  173. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditLibraryPreviewsSettings.d.ts +7 -0
  174. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/EditPreviewsSettingsModal.d.ts +10 -0
  175. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/SizesEditor.d.ts +8 -0
  176. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/index.d.ts +1 -0
  177. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/index.d.ts +1 -0
  178. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/PreviewsSettingsList.d.ts +8 -0
  179. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/index.d.ts +1 -0
  180. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/index.d.ts +1 -0
  181. package/dist/components/EditLibraryModal/EditLibrary/index.d.ts +1 -0
  182. package/dist/components/EditLibraryModal/EditLibraryModal.d.ts +12 -0
  183. package/dist/components/EditLibraryModal/index.d.ts +1 -0
  184. package/dist/components/EditTreeModal/EditTree/EditTree.d.ts +8 -0
  185. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfo.d.ts +8 -0
  186. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/TreeLibrariesForm.d.ts +9 -0
  187. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/TreeLibrariesForm.js +8 -1
  188. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/TreeLibrariesForm.js.map +1 -1
  189. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/index.d.ts +1 -0
  190. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/index.d.ts +1 -0
  191. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/index.d.ts +1 -0
  192. package/dist/components/EditTreeModal/EditTree/index.d.ts +1 -0
  193. package/dist/components/EditTreeModal/EditTreeModal.d.ts +11 -0
  194. package/dist/components/EditTreeModal/index.d.ts +1 -0
  195. package/dist/components/EntityCard/EntityCard.d.ts +16 -0
  196. package/dist/components/EntityCard/_types.d.ts +6 -0
  197. package/dist/components/EntityCard/index.d.ts +2 -0
  198. package/dist/components/EntityPreview/EntityPreview.d.ts +4 -0
  199. package/dist/components/EntityPreview/EntityPreviewList/EntityPreviewList.d.ts +3 -0
  200. package/dist/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/SimplisticEntityPreview.d.ts +5 -0
  201. package/dist/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/index.d.ts +2 -0
  202. package/dist/components/EntityPreview/EntityPreviewList/index.d.ts +2 -0
  203. package/dist/components/EntityPreview/EntityPreviewTile/EntityPreviewTile.d.ts +3 -0
  204. package/dist/components/EntityPreview/EntityPreviewTile/index.d.ts +2 -0
  205. package/dist/components/EntityPreview/_types.d.ts +20 -0
  206. package/dist/components/EntityPreview/index.d.ts +2 -0
  207. package/dist/components/ErrorBoundary/ErrorBoundary.d.ts +15 -0
  208. package/dist/components/ErrorBoundary/ErrorBoundaryContent/ErrorBoundaryContent.d.ts +9 -0
  209. package/dist/components/ErrorBoundary/ErrorBoundaryContent/ErrorBoundaryContent.js +4 -3
  210. package/dist/components/ErrorBoundary/ErrorBoundaryContent/ErrorBoundaryContent.js.map +1 -1
  211. package/dist/components/ErrorBoundary/ErrorBoundaryContent/index.d.ts +2 -0
  212. package/dist/components/ErrorBoundary/index.d.ts +1 -0
  213. package/dist/components/ErrorDisplay/ErrorDisplay.d.ts +10 -0
  214. package/dist/components/ErrorDisplay/index.d.ts +1 -0
  215. package/dist/components/ErrorMessage/ErrorMessage.d.ts +6 -0
  216. package/dist/components/ErrorMessage/index.d.ts +2 -0
  217. package/dist/components/Explorer/DataView.d.ts +2 -1
  218. package/dist/components/Explorer/DataView.js +32 -12
  219. package/dist/components/Explorer/DataView.js.map +1 -1
  220. package/dist/components/Explorer/Explorer.d.ts +10 -6
  221. package/dist/components/Explorer/Explorer.js +40 -13
  222. package/dist/components/Explorer/Explorer.js.map +1 -1
  223. package/dist/components/Explorer/ExplorerToolbar.d.ts +2 -1
  224. package/dist/components/Explorer/ExplorerToolbar.js +15 -5
  225. package/dist/components/Explorer/ExplorerToolbar.js.map +1 -1
  226. package/dist/components/Explorer/IdCard.d.ts +7 -0
  227. package/dist/components/Explorer/IdCard.js +1 -1
  228. package/dist/components/Explorer/IdCard.js.map +1 -1
  229. package/dist/components/Explorer/TableCell.js +43 -16
  230. package/dist/components/Explorer/TableCell.js.map +1 -1
  231. package/dist/components/Explorer/TableTagGroup.d.ts +0 -1
  232. package/dist/components/Explorer/TableTagGroup.js +3 -16
  233. package/dist/components/Explorer/TableTagGroup.js.map +1 -1
  234. package/dist/components/Explorer/_constants.d.ts +3 -0
  235. package/dist/components/Explorer/_constants.js +3 -0
  236. package/dist/components/Explorer/_constants.js.map +1 -1
  237. package/dist/components/Explorer/_queries/prepareFiltersForRequest.d.ts +2 -2
  238. package/dist/components/Explorer/_queries/prepareFiltersForRequest.js +99 -31
  239. package/dist/components/Explorer/_queries/prepareFiltersForRequest.js.map +1 -1
  240. package/dist/components/Explorer/_queries/useExplorerData.d.ts +4 -2
  241. package/dist/components/Explorer/_queries/useExplorerData.js +46 -31
  242. package/dist/components/Explorer/_queries/useExplorerData.js.map +1 -1
  243. package/dist/components/Explorer/_types.d.ts +82 -10
  244. package/dist/components/Explorer/_types.js +5 -0
  245. package/dist/components/Explorer/_types.js.map +1 -1
  246. package/dist/components/Explorer/actions-item/useEditItemAction.d.ts +2 -1
  247. package/dist/components/Explorer/actions-item/useEditItemAction.js +6 -4
  248. package/dist/components/Explorer/actions-item/useEditItemAction.js.map +1 -1
  249. package/dist/components/Explorer/actions-item/{useRemoveItemAction.d.ts → useEditStatusItemAction.d.ts} +4 -2
  250. package/dist/components/Explorer/actions-item/{useRemoveItemAction.js → useEditStatusItemAction.js} +81 -24
  251. package/dist/components/Explorer/actions-item/useEditStatusItemAction.js.map +1 -0
  252. package/dist/components/Explorer/actions-item/useReplaceItemAction.d.ts +22 -0
  253. package/dist/components/Explorer/actions-item/useReplaceItemAction.js +42 -0
  254. package/dist/components/Explorer/actions-item/useReplaceItemAction.js.map +1 -0
  255. package/dist/components/Explorer/actions-mass/useDeactivateMassAction.d.ts +2 -1
  256. package/dist/components/Explorer/actions-mass/useDeactivateMassAction.js +12 -3
  257. package/dist/components/Explorer/actions-mass/useDeactivateMassAction.js.map +1 -1
  258. package/dist/components/Explorer/actions-mass/useDeleteLinkValues.js +6 -5
  259. package/dist/components/Explorer/actions-mass/useDeleteLinkValues.js.map +1 -1
  260. package/dist/components/Explorer/actions-mass/useMassActions.js +1 -1
  261. package/dist/components/Explorer/actions-mass/useMassActions.js.map +1 -1
  262. package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.d.ts +6 -1
  263. package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.js +26 -21
  264. package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.js.map +1 -1
  265. package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.d.ts +7 -1
  266. package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.js +7 -5
  267. package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.js.map +1 -1
  268. package/dist/components/Explorer/index.d.ts +9 -0
  269. package/dist/components/Explorer/link-item/LinkModal.d.ts +5 -0
  270. package/dist/components/Explorer/link-item/LinkModal.js +55 -5
  271. package/dist/components/Explorer/link-item/LinkModal.js.map +1 -1
  272. package/dist/components/Explorer/link-item/{useLinkMassAction.d.ts → useAddLinkMassAction.d.ts} +1 -1
  273. package/dist/components/Explorer/link-item/{useLinkMassAction.js → useAddLinkMassAction.js} +2 -2
  274. package/dist/components/Explorer/link-item/useAddLinkMassAction.js.map +1 -0
  275. package/dist/components/Explorer/link-item/useReplaceLinkMassAction.d.ts +23 -0
  276. package/dist/components/Explorer/link-item/useReplaceLinkMassAction.js +35 -0
  277. package/dist/components/Explorer/link-item/useReplaceLinkMassAction.js.map +1 -0
  278. package/dist/components/Explorer/list-saved-views/SavedViews.js +32 -42
  279. package/dist/components/Explorer/list-saved-views/SavedViews.js.map +1 -1
  280. package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.js +4 -4
  281. package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.js.map +1 -1
  282. package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.js +11 -9
  283. package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.js.map +1 -1
  284. package/dist/components/Explorer/manage-view-settings/_shared/useTransformFilters.d.ts +13 -3
  285. package/dist/components/Explorer/manage-view-settings/_shared/useTransformFilters.js +81 -12
  286. package/dist/components/Explorer/manage-view-settings/_shared/useTransformFilters.js.map +1 -1
  287. package/dist/components/Explorer/manage-view-settings/configure-display/ConfigureDisplay.d.ts +6 -0
  288. package/dist/components/Explorer/manage-view-settings/configure-display/attributes/SelectVisibleAttributes.d.ts +6 -0
  289. package/dist/components/Explorer/manage-view-settings/configure-display/view-type/SelectViewType.d.ts +8 -0
  290. package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js +21 -8
  291. package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js.map +1 -1
  292. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.js +2 -2
  293. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.js.map +1 -1
  294. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropdownContent.js +9 -1
  295. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropdownContent.js.map +1 -1
  296. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueListDropDown.d.ts +9 -0
  297. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueListDropDown.js +131 -0
  298. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueListDropDown.js.map +1 -0
  299. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TreeAttributeDropDown.d.ts +3 -0
  300. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TreeAttributeDropDown.js +69 -0
  301. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TreeAttributeDropDown.js.map +1 -0
  302. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/_types.d.ts +6 -1
  303. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.d.ts +3 -0
  304. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.js +43 -4
  305. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.js.map +1 -1
  306. package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContext.d.ts +1 -1
  307. package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContext.js.map +1 -1
  308. package/dist/components/Explorer/manage-view-settings/open-view-settings/SidePanel.d.ts +2 -0
  309. package/dist/components/Explorer/manage-view-settings/open-view-settings/useEditSettings.d.ts +1 -0
  310. package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.js +2 -2
  311. package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.js.map +1 -1
  312. package/dist/components/Explorer/manage-view-settings/router-menu/SettingItem.d.ts +9 -0
  313. package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js +1 -1
  314. package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js.map +1 -1
  315. package/dist/components/Explorer/manage-view-settings/save-view/LabelViewFormModal.js +1 -1
  316. package/dist/components/Explorer/manage-view-settings/save-view/LabelViewFormModal.js.map +1 -1
  317. package/dist/components/Explorer/manage-view-settings/save-view/prepareViewForRequest.js +29 -8
  318. package/dist/components/Explorer/manage-view-settings/save-view/prepareViewForRequest.js.map +1 -1
  319. package/dist/components/Explorer/manage-view-settings/save-view/useCreateNewView.js +1 -1
  320. package/dist/components/Explorer/manage-view-settings/save-view/useCreateNewView.js.map +1 -1
  321. package/dist/components/Explorer/manage-view-settings/save-view/useDeleteView.d.ts +5 -0
  322. package/dist/components/Explorer/manage-view-settings/save-view/useDeleteView.js +47 -0
  323. package/dist/components/Explorer/manage-view-settings/save-view/useDeleteView.js.map +1 -0
  324. package/dist/components/Explorer/manage-view-settings/save-view/useEditLabelView.d.ts +5 -0
  325. package/dist/components/Explorer/manage-view-settings/save-view/useEditLabelView.js +48 -0
  326. package/dist/components/Explorer/manage-view-settings/save-view/useEditLabelView.js.map +1 -0
  327. package/dist/components/Explorer/manage-view-settings/save-view/useResetView.js +1 -1
  328. package/dist/components/Explorer/manage-view-settings/save-view/useResetView.js.map +1 -1
  329. package/dist/components/Explorer/manage-view-settings/save-view/useShareView.js +1 -1
  330. package/dist/components/Explorer/manage-view-settings/save-view/useShareView.js.map +1 -1
  331. package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.d.ts +4 -0
  332. package/dist/components/Explorer/manage-view-settings/sort-items/SortListItem.d.ts +10 -0
  333. package/dist/components/Explorer/manage-view-settings/store-view-settings/ViewSettingsContext.d.ts +6 -0
  334. package/dist/components/Explorer/manage-view-settings/store-view-settings/useViewSettingsContext.d.ts +4 -0
  335. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.d.ts +1 -0
  336. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js +6 -3
  337. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js.map +1 -1
  338. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.d.ts +12 -3
  339. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js +87 -14
  340. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js.map +1 -1
  341. package/dist/components/Explorer/useColumnWidth.js +2 -1
  342. package/dist/components/Explorer/useColumnWidth.js.map +1 -1
  343. package/dist/components/Explorer/useLoadView.d.ts +1 -1
  344. package/dist/components/Explorer/useLoadView.js +31 -35
  345. package/dist/components/Explorer/useLoadView.js.map +1 -1
  346. package/dist/components/Explorer/usePagination.d.ts +2 -1
  347. package/dist/components/Explorer/usePagination.js.map +1 -1
  348. package/dist/components/Explorer/useSearchInput.d.ts +3 -1
  349. package/dist/components/Explorer/useSearchInput.js +4 -1
  350. package/dist/components/Explorer/useSearchInput.js.map +1 -1
  351. package/dist/components/Explorer/useViewSettingsReducer.d.ts +1 -1
  352. package/dist/components/Explorer/useViewSettingsReducer.js +44 -19
  353. package/dist/components/Explorer/useViewSettingsReducer.js.map +1 -1
  354. package/dist/components/ExportModal/ExportModal.d.ts +10 -0
  355. package/dist/components/ExportModal/index.d.ts +1 -0
  356. package/dist/components/FieldsGroup/FieldsGroup.d.ts +9 -0
  357. package/dist/components/FieldsGroup/index.d.ts +2 -0
  358. package/dist/components/FloatingMenu/FloatingMenu.d.ts +10 -0
  359. package/dist/components/FloatingMenu/_types.d.ts +13 -0
  360. package/dist/components/FloatingMenu/index.d.ts +2 -0
  361. package/dist/components/ImageLoading/ImageLoading.d.ts +5 -0
  362. package/dist/components/ImageLoading/index.d.ts +1 -0
  363. package/dist/components/ImageMissing/ImageMissing.d.ts +5 -0
  364. package/dist/components/ImageMissing/index.d.ts +1 -0
  365. package/dist/components/ImportModal/ImportModal.d.ts +10 -0
  366. package/dist/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/ImportKeysSelector.d.ts +8 -0
  367. package/dist/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/index.d.ts +2 -0
  368. package/dist/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/ImportMappingRowTitle.d.ts +6 -0
  369. package/dist/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/index.d.ts +2 -0
  370. package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.d.ts +7 -0
  371. package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.js +1 -1
  372. package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.js.map +1 -1
  373. package/dist/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/ImportScheduleModal.d.ts +10 -0
  374. package/dist/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/index.d.ts +2 -0
  375. package/dist/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/ImportSheetSettings.d.ts +12 -0
  376. package/dist/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/index.d.ts +2 -0
  377. package/dist/components/ImportModal/ImportModalConfigStep/index.d.ts +2 -0
  378. package/dist/components/ImportModal/ImportModalDoneStep/ImportModalDoneStep.d.ts +5 -0
  379. package/dist/components/ImportModal/ImportModalDoneStep/index.d.ts +2 -0
  380. package/dist/components/ImportModal/ImportModalProcessingStep/ImportModalProcessingStep.d.ts +2 -0
  381. package/dist/components/ImportModal/ImportModalProcessingStep/index.d.ts +2 -0
  382. package/dist/components/ImportModal/ImportModalSelectFileStep/ImportModalSelectFileStep.d.ts +6 -0
  383. package/dist/components/ImportModal/ImportModalSelectFileStep/index.d.ts +2 -0
  384. package/dist/components/ImportModal/_types.d.ts +34 -0
  385. package/dist/components/ImportModal/importReducer/ImportReducerContext.d.ts +10 -0
  386. package/dist/components/ImportModal/importReducer/importReducer.d.ts +38 -0
  387. package/dist/components/ImportModal/importReducer/index.d.ts +2 -0
  388. package/dist/components/ImportModal/index.d.ts +1 -0
  389. package/dist/components/LibraryItemsList/CreateNewRecordButton/CreateNewRecordButton.d.ts +13 -0
  390. package/dist/components/LibraryItemsList/CreateNewRecordButton/CreateNewRecordButton.js +1 -0
  391. package/dist/components/LibraryItemsList/CreateNewRecordButton/CreateNewRecordButton.js.map +1 -1
  392. package/dist/components/LibraryItemsList/CreateNewRecordButton/index.d.ts +2 -0
  393. package/dist/components/LibraryItemsList/DisplayOptions/DisplayOptions.d.ts +2 -0
  394. package/dist/components/LibraryItemsList/DisplayOptions/index.d.ts +2 -0
  395. package/dist/components/LibraryItemsList/DisplayTypeSelector/DisplayTypeSelector.d.ts +2 -0
  396. package/dist/components/LibraryItemsList/DisplayTypeSelector/index.d.ts +2 -0
  397. package/dist/components/LibraryItemsList/FiltersDropdown/FiltersDropdown.d.ts +13 -0
  398. package/dist/components/LibraryItemsList/FiltersDropdown/FiltersDropdown.js +1 -12
  399. package/dist/components/LibraryItemsList/FiltersDropdown/FiltersDropdown.js.map +1 -1
  400. package/dist/components/LibraryItemsList/FiltersDropdown/index.d.ts +2 -0
  401. package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.d.ts +13 -0
  402. package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.js +3 -3
  403. package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.js.map +1 -1
  404. package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.utils.d.ts +2 -0
  405. package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.utils.js +2 -2
  406. package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.utils.js.map +1 -1
  407. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/FilterAttributeCondition.d.ts +7 -0
  408. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/index.d.ts +2 -0
  409. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/BooleanFilter.d.ts +3 -0
  410. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/index.d.ts +2 -0
  411. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/DateBetweenFilter.d.ts +3 -0
  412. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/index.d.ts +2 -0
  413. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/DateFilter.d.ts +3 -0
  414. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/index.d.ts +2 -0
  415. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/NumericFilter.d.ts +3 -0
  416. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/index.d.ts +2 -0
  417. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/TextFilter.d.ts +3 -0
  418. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/index.d.ts +2 -0
  419. package/dist/components/LibraryItemsList/FiltersPanel/Filter/index.d.ts +2 -0
  420. package/dist/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/FilterDropdownButton.d.ts +8 -0
  421. package/dist/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/index.d.ts +2 -0
  422. package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/FilterTreeCondition.d.ts +6 -0
  423. package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/index.d.ts +2 -0
  424. package/dist/components/LibraryItemsList/FiltersPanel/FiltersOptions.d.ts +14 -0
  425. package/dist/components/LibraryItemsList/FiltersPanel/FiltersPanel.d.ts +2 -0
  426. package/dist/components/LibraryItemsList/FiltersPanel/index.d.ts +2 -0
  427. package/dist/components/LibraryItemsList/FiltersPanel/mustHideValue.d.ts +3 -0
  428. package/dist/components/LibraryItemsList/IconViewType/IconViewType.d.ts +8 -0
  429. package/dist/components/LibraryItemsList/IconViewType/index.d.ts +2 -0
  430. package/dist/components/LibraryItemsList/LibraryItemsList.d.ts +14 -0
  431. package/dist/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.d.ts +16 -0
  432. package/dist/components/LibraryItemsList/LibraryItemsListContent/index.d.ts +2 -0
  433. package/dist/components/LibraryItemsList/LibraryItemsListEmpty/LibraryItemsListEmpty.d.ts +6 -0
  434. package/dist/components/LibraryItemsList/LibraryItemsListEmpty/index.d.ts +2 -0
  435. package/dist/components/LibraryItemsList/LibraryItemsListPagination/LibraryItemsListPagination.d.ts +2 -0
  436. package/dist/components/LibraryItemsList/LibraryItemsListPagination/index.d.ts +2 -0
  437. package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyCell/BodyCell.d.ts +8 -0
  438. package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyCell/index.d.ts +2 -0
  439. package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyRow/BodyRow.d.ts +7 -0
  440. package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyRow/index.d.ts +2 -0
  441. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/AllValuesCount.d.ts +8 -0
  442. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/index.d.ts +2 -0
  443. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/Cell.d.ts +8 -0
  444. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/CellInfos.d.ts +9 -0
  445. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/index.d.ts +2 -0
  446. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/CellSelection.d.ts +5 -0
  447. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/index.d.ts +2 -0
  448. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/ElementsToDisplay/RichTextDisplay.d.ts +5 -0
  449. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/StandardCell.d.ts +3 -0
  450. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/index.d.ts +2 -0
  451. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/index.d.ts +2 -0
  452. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/typeGuards.d.ts +12 -0
  453. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/typeGuards.js +4 -1
  454. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/typeGuards.js.map +1 -1
  455. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/types.d.ts +12 -0
  456. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/utils.d.ts +2 -0
  457. package/dist/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/ChooseTableColumns.d.ts +6 -0
  458. package/dist/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/index.d.ts +2 -0
  459. package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/Header.d.ts +9 -0
  460. package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/index.d.ts +2 -0
  461. package/dist/components/LibraryItemsList/LibraryItemsListTable/Table.d.ts +2 -0
  462. package/dist/components/LibraryItemsList/LibraryItemsListTable/index.d.ts +2 -0
  463. package/dist/components/LibraryItemsList/MenuItemList/MenuItemList.d.ts +9 -0
  464. package/dist/components/LibraryItemsList/MenuItemList/index.d.ts +2 -0
  465. package/dist/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/ActionsMenu.d.ts +2 -0
  466. package/dist/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/index.d.ts +2 -0
  467. package/dist/components/LibraryItemsList/MenuItemListSelected/MenuItemListSelected.d.ts +5 -0
  468. package/dist/components/LibraryItemsList/MenuItemListSelected/index.d.ts +2 -0
  469. package/dist/components/LibraryItemsList/MenuSelection/MenuSelection.d.ts +2 -0
  470. package/dist/components/LibraryItemsList/MenuSelection/index.d.ts +2 -0
  471. package/dist/components/LibraryItemsList/MenuView/MenuView.d.ts +6 -0
  472. package/dist/components/LibraryItemsList/MenuView/index.d.ts +2 -0
  473. package/dist/components/LibraryItemsList/SearchItems/SearchItems.d.ts +2 -0
  474. package/dist/components/LibraryItemsList/SearchItems/index.d.ts +2 -0
  475. package/dist/components/LibraryItemsList/Sidebar/Sidebar.d.ts +2 -0
  476. package/dist/components/LibraryItemsList/Sidebar/index.d.ts +2 -0
  477. package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/ItemTileDisplay.d.ts +6 -0
  478. package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/index.d.ts +2 -0
  479. package/dist/components/LibraryItemsList/TileDisplay/TileDisplay.d.ts +2 -0
  480. package/dist/components/LibraryItemsList/TileDisplay/helpers/getItemPreviewSize.d.ts +3 -0
  481. package/dist/components/LibraryItemsList/TileDisplay/index.d.ts +2 -0
  482. package/dist/components/LibraryItemsList/VersionsPanel/VersionsPanel.d.ts +2 -0
  483. package/dist/components/LibraryItemsList/VersionsPanel/index.d.ts +2 -0
  484. package/dist/components/LibraryItemsList/ViewPanel/EditView/EditView.d.ts +9 -0
  485. package/dist/components/LibraryItemsList/ViewPanel/EditView/index.d.ts +2 -0
  486. package/dist/components/LibraryItemsList/ViewPanel/View/View.d.ts +9 -0
  487. package/dist/components/LibraryItemsList/ViewPanel/View/index.d.ts +2 -0
  488. package/dist/components/LibraryItemsList/ViewPanel/ViewPanel.d.ts +2 -0
  489. package/dist/components/LibraryItemsList/ViewPanel/index.d.ts +2 -0
  490. package/dist/components/LibraryItemsList/constants.d.ts +12 -0
  491. package/dist/components/LibraryItemsList/helpers/defaultFilterConditionByAttributeFormat.d.ts +3 -0
  492. package/dist/components/LibraryItemsList/helpers/displayTypeToPreviewSize.d.ts +3 -0
  493. package/dist/components/LibraryItemsList/helpers/extractAttributesFromLibrary.d.ts +4 -0
  494. package/dist/components/LibraryItemsList/helpers/getFieldFromKey.d.ts +5 -0
  495. package/dist/components/LibraryItemsList/helpers/getFieldsFromView.d.ts +6 -0
  496. package/dist/components/LibraryItemsList/helpers/getFieldsKeyFromAttribute.d.ts +2 -0
  497. package/dist/components/LibraryItemsList/helpers/getSortFieldByAttributeType.d.ts +2 -0
  498. package/dist/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.d.ts +8 -0
  499. package/dist/components/LibraryItemsList/hooks/useSearchReducer/index.d.ts +2 -0
  500. package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchContext.d.ts +7 -0
  501. package/dist/components/LibraryItemsList/hooks/useSearchReducer/useSearchReducer.d.ts +5 -0
  502. package/dist/components/LibraryItemsList/hooks/useUpdateViewsOrderMutation.d.ts +7 -0
  503. package/dist/components/LibraryItemsList/index.d.ts +1 -0
  504. package/dist/components/LibraryItemsList/manageItems.d.ts +11 -0
  505. package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/DeactivateRecordBtn.d.ts +7 -0
  506. package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/DeactivateRecordBtn.js +3 -3
  507. package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/DeactivateRecordBtn.js.map +1 -1
  508. package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/index.d.ts +2 -0
  509. package/dist/components/LibraryItemsList/shared/SelectCellsBtn.d.ts +12 -0
  510. package/dist/components/LibraryItemsList/shared/shared.utils.d.ts +4 -0
  511. package/dist/components/LibraryPicker/LibrariesList/LibrariesList.d.ts +9 -0
  512. package/dist/components/LibraryPicker/LibrariesList/index.d.ts +1 -0
  513. package/dist/components/LibraryPicker/LibraryPicker.d.ts +11 -0
  514. package/dist/components/LibraryPicker/index.d.ts +1 -0
  515. package/dist/components/List/List.d.ts +12 -0
  516. package/dist/components/List/index.d.ts +2 -0
  517. package/dist/components/Loading/Loading.d.ts +5 -0
  518. package/dist/components/Loading/index.d.ts +1 -0
  519. package/dist/components/RecordCard/RecordCard.d.ts +3 -0
  520. package/dist/components/RecordCard/_types.d.ts +15 -0
  521. package/dist/components/RecordCard/index.d.ts +2 -0
  522. package/dist/components/RecordEdition/EditRecord/EditRecord.d.ts +4 -5
  523. package/dist/components/RecordEdition/EditRecord/EditRecord.js +55 -238
  524. package/dist/components/RecordEdition/EditRecord/EditRecord.js.map +1 -1
  525. package/dist/components/RecordEdition/EditRecord/ValuesVersionSummary/ValuesVersionSummary.d.ts +8 -0
  526. package/dist/components/RecordEdition/EditRecord/ValuesVersionSummary/index.d.ts +2 -0
  527. package/dist/components/RecordEdition/EditRecord/index.d.ts +1 -0
  528. package/dist/components/RecordEdition/EditRecordBtn/EditRecordBtn.d.ts +9 -0
  529. package/dist/components/RecordEdition/EditRecordBtn/index.d.ts +2 -0
  530. package/dist/components/RecordEdition/EditRecordButtons/EditRecordButtons.d.ts +2 -0
  531. package/dist/components/RecordEdition/EditRecordButtons/EditRecordButtons.js +43 -0
  532. package/dist/components/RecordEdition/EditRecordButtons/EditRecordButtons.js.map +1 -0
  533. package/dist/components/RecordEdition/EditRecordButtons/SidebarButton.d.ts +2 -0
  534. package/dist/components/RecordEdition/EditRecordButtons/SidebarButton.js +25 -0
  535. package/dist/components/RecordEdition/EditRecordButtons/SidebarButton.js.map +1 -0
  536. package/dist/components/RecordEdition/EditRecordButtons/index.d.ts +2 -0
  537. package/dist/components/RecordEdition/{EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList → EditRecordButtons}/index.js +2 -2
  538. package/dist/components/RecordEdition/EditRecordButtons/index.js.map +1 -0
  539. package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.d.ts +3 -1
  540. package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js +25 -23
  541. package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js.map +1 -1
  542. package/dist/components/RecordEdition/EditRecordContent/_types.d.ts +6 -11
  543. package/dist/components/RecordEdition/EditRecordContent/_types.js.map +1 -1
  544. package/dist/components/RecordEdition/EditRecordContent/formConstants.d.ts +2 -0
  545. package/dist/components/RecordEdition/EditRecordContent/formConstants.js +1 -0
  546. package/dist/components/RecordEdition/EditRecordContent/formConstants.js.map +1 -1
  547. package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/index.d.ts +2 -0
  548. package/dist/components/RecordEdition/EditRecordContent/helpers/getActiveFieldValues/getActiveFieldValues.d.ts +3 -0
  549. package/dist/components/RecordEdition/EditRecordContent/helpers/getActiveFieldValues/index.d.ts +1 -0
  550. package/dist/components/RecordEdition/EditRecordContent/helpers/isCurrentVersion/index.d.ts +1 -0
  551. package/dist/components/RecordEdition/EditRecordContent/helpers/isCurrentVersion/isCurrentVersion.d.ts +7 -0
  552. package/dist/components/RecordEdition/EditRecordContent/hooks/__mocks__/useDeleteValueMutation.d.ts +3 -0
  553. package/dist/components/RecordEdition/EditRecordContent/hooks/__mocks__/useSaveValueMutation.d.ts +3 -0
  554. package/dist/components/RecordEdition/EditRecordContent/hooks/helpers/getPropertyCacheFieldName.d.ts +2 -0
  555. package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateEmptyRecordMutation.d.ts +5 -0
  556. package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateEmptyRecordMutation.js +28 -0
  557. package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateEmptyRecordMutation.js.map +1 -0
  558. package/dist/components/RecordEdition/EditRecordContent/hooks/useExecuteDeleteValueMutation.d.ts +6 -0
  559. package/dist/components/RecordEdition/EditRecordContent/hooks/useExecuteSaveValueBatchMutation.d.ts +6 -0
  560. package/dist/components/RecordEdition/EditRecordContent/hooks/useRecordEditionContext.d.ts +3 -0
  561. package/dist/components/RecordEdition/EditRecordContent/hooks/useTabManagement.d.ts +11 -0
  562. package/dist/components/RecordEdition/EditRecordContent/hooks/useTabManagement.js +35 -0
  563. package/dist/components/RecordEdition/EditRecordContent/hooks/useTabManagement.js.map +1 -0
  564. package/dist/components/RecordEdition/EditRecordContent/index.d.ts +2 -0
  565. package/dist/components/RecordEdition/EditRecordContent/reducers/linkFieldReducer/index.d.ts +2 -0
  566. package/dist/components/RecordEdition/EditRecordContent/reducers/linkFieldReducer/linkFieldReducer.d.ts +52 -0
  567. package/dist/components/RecordEdition/EditRecordContent/shared/AddValueBtn/AddValueBtn.d.ts +9 -0
  568. package/dist/components/RecordEdition/EditRecordContent/shared/AddValueBtn/index.d.ts +2 -0
  569. package/dist/components/RecordEdition/EditRecordContent/shared/DeleteAllValuesBtn/DeleteAllValuesBtn.d.ts +5 -0
  570. package/dist/components/RecordEdition/EditRecordContent/shared/DeleteAllValuesBtn/index.d.ts +2 -0
  571. package/dist/components/RecordEdition/EditRecordContent/shared/DeleteValueBtn/DeleteValueBtn.d.ts +6 -0
  572. package/dist/components/RecordEdition/EditRecordContent/shared/DeleteValueBtn/index.d.ts +2 -0
  573. package/dist/components/RecordEdition/EditRecordContent/shared/FieldFooter/FieldFooter.d.ts +9 -0
  574. package/dist/components/RecordEdition/EditRecordContent/shared/FieldFooter/index.d.ts +2 -0
  575. package/dist/components/RecordEdition/EditRecordContent/shared/InheritedFieldLabel/InheritedFieldLabel.d.ts +6 -0
  576. package/dist/components/RecordEdition/EditRecordContent/shared/InheritedFieldLabel/index.d.ts +2 -0
  577. package/dist/components/RecordEdition/EditRecordContent/shared/NoValue/NoValue.d.ts +7 -0
  578. package/dist/components/RecordEdition/EditRecordContent/shared/NoValue/index.d.ts +2 -0
  579. package/dist/components/RecordEdition/EditRecordContent/shared/UpdatedFieldIcon/UpdatedFieldIcon.d.ts +2 -0
  580. package/dist/components/RecordEdition/EditRecordContent/shared/UpdatedFieldIcon/index.d.ts +2 -0
  581. package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/ValueDetailsBtn.d.ts +10 -0
  582. package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/index.d.ts +2 -0
  583. package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionBtn/ValuesVersionBtn.d.ts +13 -0
  584. package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionBtn/index.d.ts +2 -0
  585. package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionIndicator/ValuesVersionIndicator.d.ts +8 -0
  586. package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionIndicator/index.d.ts +2 -0
  587. package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.d.ts +1 -1
  588. package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.js +2 -2
  589. package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.js.map +1 -1
  590. package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/index.d.ts +2 -0
  591. package/dist/components/RecordEdition/EditRecordContent/uiElements/ErrorField/ErrorField.d.ts +4 -0
  592. package/dist/components/RecordEdition/EditRecordContent/uiElements/ErrorField/index.d.ts +2 -0
  593. package/dist/components/RecordEdition/EditRecordContent/uiElements/FormDivider/FormDivider.d.ts +4 -0
  594. package/dist/components/RecordEdition/EditRecordContent/uiElements/FormDivider/FormDivider.js.map +1 -1
  595. package/dist/components/RecordEdition/EditRecordContent/uiElements/FormDivider/index.d.ts +2 -0
  596. package/dist/components/RecordEdition/EditRecordContent/uiElements/FormTabs/FormTabs.d.ts +5 -0
  597. package/dist/components/RecordEdition/EditRecordContent/uiElements/FormTabs/FormTabs.js +6 -9
  598. package/dist/components/RecordEdition/EditRecordContent/uiElements/FormTabs/FormTabs.js.map +1 -1
  599. package/dist/components/RecordEdition/EditRecordContent/uiElements/FormTabs/index.d.ts +2 -0
  600. package/dist/components/RecordEdition/EditRecordContent/uiElements/Frame/Frame.d.ts +1 -1
  601. package/dist/components/RecordEdition/EditRecordContent/uiElements/Frame/Frame.js +40 -12
  602. package/dist/components/RecordEdition/EditRecordContent/uiElements/Frame/Frame.js.map +1 -1
  603. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.d.ts +14 -0
  604. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js +76 -92
  605. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js.map +1 -1
  606. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/index.d.ts +2 -0
  607. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/ActionButton.d.ts +3 -0
  608. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/ActionButton.js +9 -0
  609. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/ActionButton.js.map +1 -0
  610. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/useExplorerLinkRecords.d.ts +22 -0
  611. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/useExplorerLinkRecords.js +85 -0
  612. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/useExplorerLinkRecords.js.map +1 -0
  613. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/useLinkRecords.d.ts +24 -0
  614. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/useLinkRecords.js +76 -0
  615. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/useLinkRecords.js.map +1 -0
  616. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/shared/ExplorerWrapper.d.ts +265 -0
  617. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/shared/ExplorerWrapper.js +13 -0
  618. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/shared/ExplorerWrapper.js.map +1 -0
  619. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js +47 -55
  620. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js.map +1 -1
  621. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.d.ts +4 -0
  622. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.js +1 -2
  623. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.js.map +1 -1
  624. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.d.ts +4 -0
  625. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.js +1 -2
  626. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.js.map +1 -1
  627. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.d.ts +4 -0
  628. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js +1 -2
  629. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js.map +1 -1
  630. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.d.ts +4 -0
  631. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js +2 -5
  632. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js.map +1 -1
  633. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.d.ts +4 -0
  634. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js +1 -2
  635. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js.map +1 -1
  636. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.d.ts +4 -0
  637. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js +1 -2
  638. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js.map +1 -1
  639. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.d.ts +4 -0
  640. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js +1 -2
  641. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js.map +1 -1
  642. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.d.ts +4 -0
  643. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js +1 -2
  644. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js.map +1 -1
  645. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.d.ts +2 -3
  646. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js +2 -3
  647. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js.map +1 -1
  648. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/DSListSelect.js +5 -8
  649. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/DSListSelect.js.map +1 -1
  650. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/_types.d.ts +1 -2
  651. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/index.d.ts +2 -0
  652. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/index.d.ts +2 -0
  653. package/dist/components/RecordEdition/EditRecordContent/uiElements/TextBlock/TextBlock.d.ts +4 -0
  654. package/dist/components/RecordEdition/EditRecordContent/uiElements/TextBlock/TextBlock.js.map +1 -1
  655. package/dist/components/RecordEdition/EditRecordContent/uiElements/TextBlock/index.d.ts +2 -0
  656. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.d.ts +6 -0
  657. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js +64 -217
  658. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js.map +1 -1
  659. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeFieldWrapper.d.ts +265 -0
  660. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeFieldWrapper.js +13 -0
  661. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeFieldWrapper.js.map +1 -0
  662. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeNodeItem.d.ts +11 -0
  663. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeNodeItem.js +51 -0
  664. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeNodeItem.js.map +1 -0
  665. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeNodeList.d.ts +11 -0
  666. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeNodeList.js +5 -0
  667. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeNodeList.js.map +1 -0
  668. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/index.d.ts +2 -0
  669. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/SelectTreeNodeModal.d.ts +27 -0
  670. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/SelectTreeNodeModal.js +43 -0
  671. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/SelectTreeNodeModal.js.map +1 -0
  672. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/useManageTreeNodeSelection.d.ts +25 -0
  673. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/useManageTreeNodeSelection.js +133 -0
  674. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/useManageTreeNodeSelection.js.map +1 -0
  675. package/dist/components/RecordEdition/EditRecordContent/uiElements/index.d.ts +5 -0
  676. package/dist/components/RecordEdition/EditRecordContent/uiElements/{StandardField → shared}/ComputeIndicator.d.ts +4 -2
  677. package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/ComputeIndicator.js.map +1 -0
  678. package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/DeleteAllValuesButton.d.ts +8 -0
  679. package/dist/components/RecordEdition/EditRecordContent/uiElements/{StandardField → shared}/DeleteAllValuesButton.js +2 -2
  680. package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/DeleteAllValuesButton.js.map +1 -0
  681. package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/calculatedInheritedFlags.js.map +1 -0
  682. package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/useOutsideInteractionDetector.d.ts +15 -0
  683. package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/useOutsideInteractionDetector.js +72 -0
  684. package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/useOutsideInteractionDetector.js.map +1 -0
  685. package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.d.ts +4 -0
  686. package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js +88 -50
  687. package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js.map +1 -1
  688. package/dist/components/RecordEdition/EditRecordModal/index.d.ts +1 -0
  689. package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.d.ts +3 -1
  690. package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js +53 -13
  691. package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js.map +1 -1
  692. package/dist/components/RecordEdition/EditRecordPage/index.d.ts +1 -0
  693. package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/Breadcrumb.js +2 -2
  694. package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/Breadcrumb.js.map +1 -1
  695. package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.d.ts +0 -1
  696. package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js +18 -12
  697. package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js.map +1 -1
  698. package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/index.d.ts +2 -0
  699. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/index.d.ts +2 -0
  700. package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/ValuesSummary.js +3 -0
  701. package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/ValuesSummary.js.map +1 -1
  702. package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/ValuesVersions.d.ts +2 -0
  703. package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/ValuesVersions.js +2 -2
  704. package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/ValuesVersions.js.map +1 -1
  705. package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/index.d.ts +2 -0
  706. package/dist/components/RecordEdition/EditRecordSidebar/index.d.ts +2 -0
  707. package/dist/components/RecordEdition/_types.d.ts +2 -0
  708. package/dist/components/RecordEdition/constants.d.ts +2 -0
  709. package/dist/components/RecordEdition/constants.js +6 -0
  710. package/dist/components/RecordEdition/constants.js.map +1 -0
  711. package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.d.ts +30 -7
  712. package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.js +66 -6
  713. package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.js.map +1 -1
  714. package/dist/components/RecordEdition/editRecordReducer/editRecordReducerContext.d.ts +7 -0
  715. package/dist/components/RecordEdition/editRecordReducer/index.d.ts +2 -0
  716. package/dist/components/RecordEdition/editRecordReducer/useEditRecordReducer.d.ts +1 -0
  717. package/dist/components/RecordEdition/hooks/useCreateCancelConfirm/index.d.ts +1 -0
  718. package/dist/components/RecordEdition/hooks/useCreateCancelConfirm/useCreateCancelConfirm.d.ts +2 -0
  719. package/dist/components/RecordEdition/hooks/useGetSubmitButtons.d.ts +2 -0
  720. package/dist/components/RecordEdition/hooks/useGetSubmitButtons.js +3 -3
  721. package/dist/components/RecordEdition/hooks/useGetSubmitButtons.js.map +1 -1
  722. package/dist/components/RecordEdition/index.d.ts +3 -0
  723. package/dist/components/RecordEdition/index.js +3 -0
  724. package/dist/components/RecordEdition/index.js.map +1 -1
  725. package/dist/components/RecordPreviewWithModal/FileModal/FileModal.d.ts +8 -0
  726. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/AudioFile.d.ts +3 -0
  727. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/index.d.ts +2 -0
  728. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/DocumentFile.d.ts +3 -0
  729. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/index.d.ts +2 -0
  730. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalContent.d.ts +6 -0
  731. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/FileModalSidebar.d.ts +6 -0
  732. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/index.d.ts +2 -0
  733. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/ImageFile.d.ts +3 -0
  734. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/index.d.ts +2 -0
  735. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/NoDisplayFile.d.ts +6 -0
  736. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/index.d.ts +2 -0
  737. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/VideoFile.d.ts +3 -0
  738. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/index.d.ts +2 -0
  739. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/_types.d.ts +7 -0
  740. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/index.d.ts +2 -0
  741. package/dist/components/RecordPreviewWithModal/FileModal/_constants.d.ts +2 -0
  742. package/dist/components/RecordPreviewWithModal/FileModal/index.d.ts +2 -0
  743. package/dist/components/RecordPreviewWithModal/RecordPreviewWithModal.d.ts +9 -0
  744. package/dist/components/RecordPreviewWithModal/index.d.ts +1 -0
  745. package/dist/components/SearchModal/SearchModal.d.ts +10 -0
  746. package/dist/components/SearchModal/index.d.ts +1 -0
  747. package/dist/components/SelectRecordForLinkModal/SelectRecordForLinkModal.d.ts +6 -1
  748. package/dist/components/SelectRecordForLinkModal/SelectRecordForLinkModal.js +12 -8
  749. package/dist/components/SelectRecordForLinkModal/SelectRecordForLinkModal.js.map +1 -1
  750. package/dist/components/SelectTreeNode/SelectTreeNode.d.ts +8 -2
  751. package/dist/components/SelectTreeNode/SelectTreeNode.js +4 -5
  752. package/dist/components/SelectTreeNode/SelectTreeNode.js.map +1 -1
  753. package/dist/components/SelectTreeNode/SelectTreeNodeContent.d.ts +8 -2
  754. package/dist/components/SelectTreeNode/SelectTreeNodeContent.js +73 -51
  755. package/dist/components/SelectTreeNode/SelectTreeNodeContent.js.map +1 -1
  756. package/dist/components/SelectTreeNode/SelectTreeNodeContentSkeleton.d.ts +2 -0
  757. package/dist/components/SelectTreeNode/SelectTreeNodeContentSkeleton.js +17 -0
  758. package/dist/components/SelectTreeNode/SelectTreeNodeContentSkeleton.js.map +1 -0
  759. package/dist/components/SelectTreeNode/TreeNodeTitle.d.ts +9 -0
  760. package/dist/components/SelectTreeNode/TreeNodeTitle.js +8 -0
  761. package/dist/components/SelectTreeNode/TreeNodeTitle.js.map +1 -0
  762. package/dist/components/SelectTreeNode/_types.d.ts +18 -0
  763. package/dist/components/SelectTreeNode/_types.js +2 -0
  764. package/dist/components/SelectTreeNode/_types.js.map +1 -0
  765. package/dist/components/{SelectTreeNodeModal/SelectTreeNodeModal.d.ts → SelectTreeNodeModalOld/SelectTreeNodeModalOld.d.ts} +1 -1
  766. package/dist/components/{SelectTreeNodeModal/SelectTreeNodeModal.js → SelectTreeNodeModalOld/SelectTreeNodeModalOld.js} +5 -3
  767. package/dist/components/SelectTreeNodeModalOld/SelectTreeNodeModalOld.js.map +1 -0
  768. package/dist/components/SelectTreeNodeModalOld/index.d.ts +1 -0
  769. package/dist/components/{RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd → SelectTreeNodeModalOld}/index.js +1 -2
  770. package/dist/components/SelectTreeNodeModalOld/index.js.map +1 -0
  771. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundary.d.ts +14 -0
  772. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundary.js.map +1 -1
  773. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/SimpleErrorBoundaryContent.d.ts +7 -0
  774. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/SimpleErrorBoundaryContent.js +6 -3
  775. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/SimpleErrorBoundaryContent.js.map +1 -1
  776. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/index.d.ts +2 -0
  777. package/dist/components/SimpleErrorBoundary/index.d.ts +1 -0
  778. package/dist/components/SubmitStateNotifier/SubmitStateNotifier.d.ts +7 -0
  779. package/dist/components/SubmitStateNotifier/_types.d.ts +1 -0
  780. package/dist/components/SubmitStateNotifier/index.d.ts +2 -0
  781. package/dist/components/TreePicker/TreePicker.d.ts +11 -0
  782. package/dist/components/TreePicker/TreesList/TreesList.d.ts +9 -0
  783. package/dist/components/TreePicker/TreesList/index.d.ts +1 -0
  784. package/dist/components/TreePicker/index.d.ts +1 -0
  785. package/dist/components/TriggerPreviewsGenerationModal/TriggerPreviewsGenerationModal.d.ts +10 -0
  786. package/dist/components/TriggerPreviewsGenerationModal/index.d.ts +1 -0
  787. package/dist/components/UploadFiles/UploadFiles.d.ts +13 -0
  788. package/dist/components/UploadFiles/UploadFiles.js +4 -4
  789. package/dist/components/UploadFiles/UploadFiles.js.map +1 -1
  790. package/dist/components/UploadFiles/index.d.ts +1 -0
  791. package/dist/components/ValuesVersionConfigurator/ValuesVersionConfigurator.d.ts +9 -0
  792. package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.d.ts +10 -0
  793. package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.js +2 -2
  794. package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.js.map +1 -1
  795. package/dist/components/ValuesVersionConfigurator/VersionTree/index.d.ts +2 -0
  796. package/dist/components/ValuesVersionConfigurator/index.d.ts +2 -0
  797. package/dist/components/index.d.ts +38 -0
  798. package/dist/components/index.js +1 -2
  799. package/dist/components/index.js.map +1 -1
  800. package/dist/constants.d.ts +3 -1
  801. package/dist/constants.js +3 -1
  802. package/dist/constants.js.map +1 -1
  803. package/dist/contexts/EditRecordModalContext/EditRecordModalContext.d.ts +5 -0
  804. package/dist/contexts/EditRecordModalContext/EditRecordModalProvider.d.ts +2 -0
  805. package/dist/contexts/EditRecordModalContext/index.d.ts +2 -0
  806. package/dist/contexts/EditRecordModalContext/useEditRecordModalContext.d.ts +1 -0
  807. package/dist/contexts/LangContext/LangContext.d.ts +2 -0
  808. package/dist/contexts/LangContext/LangContext.js +2 -2
  809. package/dist/contexts/LangContext/LangContext.js.map +1 -1
  810. package/dist/contexts/LangContext/index.d.ts +2 -0
  811. package/dist/contexts/LangContext/types.d.ts +6 -0
  812. package/dist/contexts/UserContext/UserContext.d.ts +3 -0
  813. package/dist/contexts/UserContext/index.d.ts +2 -0
  814. package/dist/contexts/UserContext/types.d.ts +9 -0
  815. package/dist/contexts/index.d.ts +2 -0
  816. package/dist/gqlFragments/index.d.ts +1 -0
  817. package/dist/gqlFragments/recordIdentityFragment.d.ts +1 -0
  818. package/dist/gqlPossibleTypes/index.d.ts +20 -0
  819. package/dist/hooks/index.d.ts +17 -0
  820. package/dist/hooks/index.js +3 -0
  821. package/dist/hooks/index.js.map +1 -1
  822. package/dist/hooks/useAntdLocale/index.d.ts +1 -0
  823. package/dist/hooks/useAntdLocale/useAntdLocale.d.ts +3 -0
  824. package/dist/hooks/useAppLang/index.d.ts +1 -0
  825. package/dist/hooks/useAppLang/useAppLang.d.ts +5 -0
  826. package/dist/hooks/useAppLang/useAppLang.js.map +1 -1
  827. package/dist/hooks/useAuth/index.d.ts +1 -0
  828. package/dist/hooks/useAuth/useAuth.d.ts +5 -0
  829. package/dist/hooks/useCanEditRecord/index.d.ts +1 -0
  830. package/dist/hooks/useCanEditRecord/useCanEditRecord.d.ts +8 -0
  831. package/dist/hooks/useDebouncedValue/index.d.ts +1 -0
  832. package/dist/hooks/useDebouncedValue/useDebouncedValue.d.ts +1 -0
  833. package/dist/hooks/useExecuteDeleteViewMutation/useExecuteDeleteViewMutation.d.ts +6 -0
  834. package/dist/hooks/useGetLibraryDetailExtendedQuery/useGetLibraryDetailExtendedQuery.d.ts +5 -0
  835. package/dist/hooks/useGetPreparedFileData/useGetPreparedFileData.d.ts +8 -0
  836. package/dist/hooks/useGetRecordForm/index.d.ts +2 -0
  837. package/dist/hooks/useGetRecordForm/useGetRecordForm.d.ts +55 -0
  838. package/dist/hooks/useGetRecordForm/useGetRecordForm.js +3 -3
  839. package/dist/hooks/useGetRecordForm/useGetRecordForm.js.map +1 -1
  840. package/dist/hooks/useGetRecordUpdatesSubscription/index.d.ts +1 -0
  841. package/dist/hooks/useGetRecordUpdatesSubscription/useGetRecordUpdatesSubscription.d.ts +4 -0
  842. package/dist/hooks/useIFrameMessenger/messageHandlers.d.ts +15 -0
  843. package/dist/hooks/useIFrameMessenger/messageHandlers.js +121 -0
  844. package/dist/hooks/useIFrameMessenger/messageHandlers.js.map +1 -0
  845. package/dist/hooks/useIFrameMessenger/schema.d.ts +21 -0
  846. package/dist/hooks/useIFrameMessenger/schema.js +76 -0
  847. package/dist/hooks/useIFrameMessenger/schema.js.map +1 -0
  848. package/dist/hooks/useIFrameMessenger/types.d.ts +120 -0
  849. package/dist/hooks/useIFrameMessenger/types.js +2 -0
  850. package/dist/hooks/useIFrameMessenger/types.js.map +1 -0
  851. package/dist/hooks/useIFrameMessenger/useIFrameMessenger.d.ts +19 -0
  852. package/dist/hooks/useIFrameMessenger/useIFrameMessenger.js +108 -0
  853. package/dist/hooks/useIFrameMessenger/useIFrameMessenger.js.map +1 -0
  854. package/dist/hooks/useIFrameMessengerClient/IFrameMessengerClient.d.ts +7 -0
  855. package/dist/hooks/useIFrameMessengerClient/IFrameMessengerClient.js +13 -0
  856. package/dist/hooks/useIFrameMessengerClient/IFrameMessengerClient.js.map +1 -0
  857. package/dist/hooks/useIFrameMessengerClient/iFrameMessengerClientContext.d.ts +13 -0
  858. package/dist/{components/RecordEdition/EditRecord/creationErrorContext.js → hooks/useIFrameMessengerClient/iFrameMessengerClientContext.js} +2 -3
  859. package/dist/hooks/useIFrameMessengerClient/iFrameMessengerClientContext.js.map +1 -0
  860. package/dist/hooks/useIFrameMessengerClient/useIFrameMessengerClient.d.ts +13 -0
  861. package/dist/hooks/useIFrameMessengerClient/useIFrameMessengerClient.js +13 -0
  862. package/dist/hooks/useIFrameMessengerClient/useIFrameMessengerClient.js.map +1 -0
  863. package/dist/hooks/useLang/__mocks__/index.d.ts +2 -0
  864. package/dist/hooks/useLang/__mocks__/useLang.d.ts +6 -0
  865. package/dist/hooks/useLang/index.d.ts +2 -0
  866. package/dist/hooks/useLang/useLang.d.ts +3 -0
  867. package/dist/hooks/useLibraryVersionTrees/index.d.ts +1 -0
  868. package/dist/hooks/useLibraryVersionTrees/useLibraryVersionTrees.d.ts +10 -0
  869. package/dist/hooks/useLocalStorage/index.d.ts +1 -0
  870. package/dist/hooks/useLocalStorage/useLocalStorage.d.ts +2 -0
  871. package/dist/hooks/useLoginChecker/index.d.ts +1 -0
  872. package/dist/hooks/useLoginChecker/useLoginChecker.d.ts +3 -0
  873. package/dist/hooks/useRecordsConsultationHistory/index.d.ts +2 -0
  874. package/dist/hooks/useRecordsConsultationHistory/useRecordsConsultationHistory.d.ts +1 -0
  875. package/dist/hooks/useRedirectToLogin/index.d.ts +1 -0
  876. package/dist/hooks/useRedirectToLogin/useRedirectToLogin.d.ts +3 -0
  877. package/dist/hooks/useRedirectToLogin/useRedirectToLogin.js +1 -1
  878. package/dist/hooks/useRedirectToLogin/useRedirectToLogin.js.map +1 -1
  879. package/dist/hooks/useRefreshFieldValues/index.d.ts +1 -0
  880. package/dist/hooks/useRefreshFieldValues/useRefreshFieldValues.d.ts +7 -0
  881. package/dist/hooks/useSharedTranslation/__mocks__/index.d.ts +1 -0
  882. package/dist/hooks/useSharedTranslation/__mocks__/useSharedTranslation.d.ts +7 -0
  883. package/dist/hooks/useSharedTranslation/index.d.ts +1 -0
  884. package/dist/hooks/useSharedTranslation/useSharedTranslation.d.ts +2 -0
  885. package/dist/hooks/useUser/index.d.ts +1 -0
  886. package/dist/hooks/useUser/useUser.d.ts +1 -0
  887. package/dist/hooks/useValuesCacheUpdate/index.d.ts +1 -0
  888. package/dist/hooks/useValuesCacheUpdate/useValuesCacheUpdate.d.ts +4 -0
  889. package/dist/index.d.ts +9 -0
  890. package/dist/locales/en/shared.json +34 -13
  891. package/dist/locales/fr/shared.json +33 -12
  892. package/dist/testing/MockedLangContextProvider/MockedLangContextProvider.d.ts +4 -0
  893. package/dist/testing/MockedLangContextProvider/index.d.ts +2 -0
  894. package/dist/testing/MockedUserContextProvider/MockedUserContextProvider.d.ts +4 -0
  895. package/dist/testing/MockedUserContextProvider/index.d.ts +2 -0
  896. package/dist/testing/index.d.ts +1 -0
  897. package/dist/types/attributes.d.ts +22 -0
  898. package/dist/types/index.d.ts +8 -0
  899. package/dist/types/misc.d.ts +2 -0
  900. package/dist/types/records.d.ts +25 -0
  901. package/dist/types/scalars.d.ts +1 -0
  902. package/dist/types/search.d.ts +205 -0
  903. package/dist/types/trees.d.ts +18 -0
  904. package/dist/types/values.d.ts +7 -0
  905. package/package.json +23 -8
  906. package/dist/components/Explorer/actions-item/useRemoveItemAction.js.map +0 -1
  907. package/dist/components/Explorer/link-item/useLinkMassAction.js.map +0 -1
  908. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueList.d.ts +0 -10
  909. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueList.js +0 -75
  910. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueList.js.map +0 -1
  911. package/dist/components/RecordEdition/EditRecord/creationErrorContext.js.map +0 -1
  912. package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateRecordMutation.d.ts +0 -5
  913. package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateRecordMutation.js +0 -28
  914. package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateRecordMutation.js.map +0 -1
  915. package/dist/components/RecordEdition/EditRecordContent/hooks/useRunActionsListAndFormatOnValue.js +0 -31
  916. package/dist/components/RecordEdition/EditRecordContent/hooks/useRunActionsListAndFormatOnValue.js.map +0 -1
  917. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/FloatingMenuHandler/FloatingMenuHandler.js +0 -29
  918. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/FloatingMenuHandler/FloatingMenuHandler.js.map +0 -1
  919. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/FloatingMenuHandler/index.js +0 -6
  920. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/FloatingMenuHandler/index.js.map +0 -1
  921. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.d.ts +0 -20
  922. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.js +0 -53
  923. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.js.map +0 -1
  924. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/useGetOptionsQuery.js +0 -111
  925. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/useGetOptionsQuery.js.map +0 -1
  926. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.d.ts +0 -20
  927. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.js +0 -71
  928. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.js.map +0 -1
  929. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/useGetOptionsQuery.js +0 -58
  930. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/useGetOptionsQuery.js.map +0 -1
  931. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/RecordIdentityCell/RecordIdentityCell.js +0 -11
  932. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/RecordIdentityCell/RecordIdentityCell.js.map +0 -1
  933. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/RecordIdentityCell/index.js +0 -6
  934. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/RecordIdentityCell/index.js.map +0 -1
  935. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/QuickSearch/QuickSearch.js +0 -50
  936. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/QuickSearch/QuickSearch.js.map +0 -1
  937. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/QuickSearch/index.js +0 -6
  938. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/QuickSearch/index.js.map +0 -1
  939. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/ValuesAdd.js +0 -215
  940. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/ValuesAdd.js.map +0 -1
  941. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/index.js.map +0 -1
  942. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/ComputeIndicator.js.map +0 -1
  943. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/DeleteAllValuesButton.js.map +0 -1
  944. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/ValuesList.js +0 -35
  945. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/ValuesList.js.map +0 -1
  946. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/index.js.map +0 -1
  947. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/calculatedInheritedFlags.js.map +0 -1
  948. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeFieldValue/TreeFieldValue.js +0 -50
  949. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeFieldValue/TreeFieldValue.js.map +0 -1
  950. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeFieldValue/index.js +0 -6
  951. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeFieldValue/index.js.map +0 -1
  952. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/ValuesAdd.js +0 -106
  953. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/ValuesAdd.js.map +0 -1
  954. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/index.js +0 -6
  955. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/index.js.map +0 -1
  956. package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.js.map +0 -1
  957. package/dist/components/SelectTreeNodeModal/index.d.ts +0 -1
  958. package/dist/components/SelectTreeNodeModal/index.js +0 -5
  959. package/dist/components/SelectTreeNodeModal/index.js.map +0 -1
  960. /package/dist/components/RecordEdition/EditRecordContent/uiElements/{StandardField → shared}/ComputeIndicator.js +0 -0
  961. /package/dist/components/RecordEdition/EditRecordContent/uiElements/{StandardField → shared}/calculatedInheritedFlags.d.ts +0 -0
  962. /package/dist/components/RecordEdition/EditRecordContent/uiElements/{StandardField → shared}/calculatedInheritedFlags.js +0 -0
@@ -136,11 +136,14 @@ export type AttributeInput = {
136
136
  linked_library?: InputMaybe<Scalars['String']>;
137
137
  linked_tree?: InputMaybe<Scalars['String']>;
138
138
  metadata_fields?: InputMaybe<Array<Scalars['String']>>;
139
+ multi_link_display_option?: InputMaybe<MultiDisplayOption>;
140
+ multi_tree_display_option?: InputMaybe<MultiDisplayOption>;
139
141
  multiple_values?: InputMaybe<Scalars['Boolean']>;
140
142
  permissions_conf?: InputMaybe<TreepermissionsConfInput>;
141
143
  readonly?: InputMaybe<Scalars['Boolean']>;
142
144
  required?: InputMaybe<Scalars['Boolean']>;
143
145
  reverse_link?: InputMaybe<Scalars['String']>;
146
+ settings?: InputMaybe<Scalars['JSONObject']>;
144
147
  type?: InputMaybe<AttributeType>;
145
148
  unique?: InputMaybe<Scalars['Boolean']>;
146
149
  values_list?: InputMaybe<ValuesListConfInput>;
@@ -181,6 +184,11 @@ export declare enum AvailableLanguage {
181
184
  en = "en",
182
185
  fr = "fr"
183
186
  }
187
+ export type ChildrenAsRecordValuePermissionFilterInput = {
188
+ action: RecordPermissionsActions;
189
+ attributeId: Scalars['ID'];
190
+ libraryId: Scalars['ID'];
191
+ };
184
192
  export type CreateRecordDataInput = {
185
193
  values?: InputMaybe<Array<ValueBatchInput>>;
186
194
  version?: InputMaybe<Array<ValueVersionInput>>;
@@ -246,6 +254,11 @@ export type FormInput = {
246
254
  id: Scalars['ID'];
247
255
  label?: InputMaybe<Scalars['SystemTranslation']>;
248
256
  library: Scalars['ID'];
257
+ sidePanel?: InputMaybe<FormSidePanelInput>;
258
+ };
259
+ export type FormSidePanelInput = {
260
+ enable: Scalars['Boolean'];
261
+ isOpenByDefault: Scalars['Boolean'];
249
262
  };
250
263
  export declare enum FormsSortableFields {
251
264
  id = "id",
@@ -261,6 +274,7 @@ export type GlobalSettingsInput = {
261
274
  favicon?: InputMaybe<GlobalSettingsFileInput>;
262
275
  icon?: InputMaybe<GlobalSettingsFileInput>;
263
276
  name?: InputMaybe<Scalars['String']>;
277
+ settings?: InputMaybe<Scalars['JSONObject']>;
264
278
  };
265
279
  export declare enum IoTypes {
266
280
  boolean = "boolean",
@@ -292,6 +306,7 @@ export declare enum LibrariesSortableFields {
292
306
  export declare enum LibraryBehavior {
293
307
  directories = "directories",
294
308
  files = "files",
309
+ join = "join",
295
310
  standard = "standard"
296
311
  }
297
312
  export type LibraryIconInput = {
@@ -306,9 +321,11 @@ export type LibraryInput = {
306
321
  icon?: InputMaybe<LibraryIconInput>;
307
322
  id: Scalars['ID'];
308
323
  label?: InputMaybe<Scalars['SystemTranslation']>;
324
+ mandatoryAttribute?: InputMaybe<Scalars['ID']>;
309
325
  permissions_conf?: InputMaybe<TreepermissionsConfInput>;
310
326
  previewsSettings?: InputMaybe<Array<LibraryPreviewsSettingsInput>>;
311
327
  recordIdentityConf?: InputMaybe<RecordIdentityConfInput>;
328
+ settings?: InputMaybe<Scalars['JSONObject']>;
312
329
  };
313
330
  export type LibraryPreviewsSettingsInput = {
314
331
  description?: InputMaybe<Scalars['SystemTranslationOptional']>;
@@ -389,6 +406,11 @@ export type LogTopicRecordFilterInput = {
389
406
  id?: InputMaybe<Scalars['String']>;
390
407
  libraryId?: InputMaybe<Scalars['String']>;
391
408
  };
409
+ export declare enum MultiDisplayOption {
410
+ avatar = "avatar",
411
+ badge_qty = "badge_qty",
412
+ tag = "tag"
413
+ }
392
414
  export type Pagination = {
393
415
  limit: Scalars['Int'];
394
416
  offset: Scalars['Int'];
@@ -431,6 +453,7 @@ export declare enum PermissionsActions {
431
453
  admin_access_applications = "admin_access_applications",
432
454
  admin_access_attributes = "admin_access_attributes",
433
455
  admin_access_libraries = "admin_access_libraries",
456
+ admin_access_logs = "admin_access_logs",
434
457
  admin_access_permissions = "admin_access_permissions",
435
458
  admin_access_tasks = "admin_access_tasks",
436
459
  admin_access_trees = "admin_access_trees",
@@ -458,6 +481,7 @@ export declare enum PermissionsActions {
458
481
  admin_edit_permission = "admin_edit_permission",
459
482
  admin_edit_tree = "admin_edit_tree",
460
483
  admin_edit_version_profile = "admin_edit_version_profile",
484
+ admin_import_config_clear_database = "admin_import_config_clear_database",
461
485
  admin_library = "admin_library",
462
486
  admin_manage_global_preferences = "admin_manage_global_preferences",
463
487
  create_record = "create_record",
@@ -537,6 +561,12 @@ export type RecordInput = {
537
561
  id: Scalars['ID'];
538
562
  library: Scalars['String'];
539
563
  };
564
+ export declare enum RecordPermissionsActions {
565
+ access_record = "access_record",
566
+ create_record = "create_record",
567
+ delete_record = "delete_record",
568
+ edit_record = "edit_record"
569
+ }
540
570
  export type RecordSortInput = {
541
571
  field: Scalars['String'];
542
572
  order: SortOrder;
@@ -640,6 +670,7 @@ export type TreeInput = {
640
670
  label?: InputMaybe<Scalars['SystemTranslation']>;
641
671
  libraries?: InputMaybe<Array<TreeLibraryInput>>;
642
672
  permissions_conf?: InputMaybe<Array<TreeNodePermissionsConfInput>>;
673
+ settings?: InputMaybe<Scalars['JSONObject']>;
643
674
  };
644
675
  export type TreeLibraryInput = {
645
676
  library: Scalars['ID'];
@@ -681,11 +712,13 @@ export type ValueBatchInput = {
681
712
  attribute?: InputMaybe<Scalars['ID']>;
682
713
  id_value?: InputMaybe<Scalars['ID']>;
683
714
  metadata?: InputMaybe<Array<InputMaybe<ValueMetadataInput>>>;
715
+ /** Use "\__empty_value__" to set an empty value */
684
716
  payload?: InputMaybe<Scalars['String']>;
685
717
  };
686
718
  export type ValueInput = {
687
719
  id_value?: InputMaybe<Scalars['ID']>;
688
720
  metadata?: InputMaybe<Array<InputMaybe<ValueMetadataInput>>>;
721
+ /** Use "\__empty_value__" to set an empty value */
689
722
  payload?: InputMaybe<Scalars['String']>;
690
723
  version?: InputMaybe<Array<InputMaybe<ValueVersionInput>>>;
691
724
  };
@@ -823,6 +856,8 @@ export type AttributeDetailsLinkAttributeFragment = {
823
856
  label?: any | null;
824
857
  description?: any | null;
825
858
  multiple_values: boolean;
859
+ multi_link_display_option?: MultiDisplayOption | null;
860
+ multi_tree_display_option?: MultiDisplayOption | null;
826
861
  linked_library?: {
827
862
  id: string;
828
863
  label?: any | null;
@@ -860,6 +895,8 @@ export type AttributeDetailsStandardAttributeFragment = {
860
895
  label?: any | null;
861
896
  description?: any | null;
862
897
  multiple_values: boolean;
898
+ multi_link_display_option?: MultiDisplayOption | null;
899
+ multi_tree_display_option?: MultiDisplayOption | null;
863
900
  metadata_fields?: Array<{
864
901
  id: string;
865
902
  label?: any | null;
@@ -892,6 +929,8 @@ export type AttributeDetailsTreeAttributeFragment = {
892
929
  label?: any | null;
893
930
  description?: any | null;
894
931
  multiple_values: boolean;
932
+ multi_link_display_option?: MultiDisplayOption | null;
933
+ multi_tree_display_option?: MultiDisplayOption | null;
895
934
  linked_tree?: {
896
935
  id: string;
897
936
  label?: any | null;
@@ -1750,6 +1789,261 @@ export type RecordFormElementFragment = {
1750
1789
  key: string;
1751
1790
  value: any;
1752
1791
  }>;
1792
+ joinLibraryContext?: {
1793
+ mandatoryAttribute: {
1794
+ id: string;
1795
+ label?: any | null;
1796
+ description?: any | null;
1797
+ type: AttributeType;
1798
+ format?: AttributeFormat | null;
1799
+ system: boolean;
1800
+ readonly: boolean;
1801
+ required: boolean;
1802
+ multiple_values: boolean;
1803
+ compute: boolean;
1804
+ linked_library?: {
1805
+ id: string;
1806
+ label?: any | null;
1807
+ behavior: LibraryBehavior;
1808
+ permissions?: {
1809
+ create_record: boolean;
1810
+ } | null;
1811
+ } | null;
1812
+ linkValuesList?: {
1813
+ enable: boolean;
1814
+ allowFreeEntry?: boolean | null;
1815
+ allowListUpdate?: boolean | null;
1816
+ values?: Array<{
1817
+ id: string;
1818
+ whoAmI: {
1819
+ id: string;
1820
+ label?: string | null;
1821
+ subLabel?: string | null;
1822
+ color?: string | null;
1823
+ preview?: IPreviewScalar | null;
1824
+ library: {
1825
+ id: string;
1826
+ label?: any | null;
1827
+ };
1828
+ };
1829
+ }> | null;
1830
+ } | null;
1831
+ permissions: {
1832
+ access_attribute: boolean;
1833
+ edit_value: boolean;
1834
+ };
1835
+ versions_conf?: {
1836
+ versionable: boolean;
1837
+ profile?: {
1838
+ id: string;
1839
+ trees: Array<{
1840
+ id: string;
1841
+ label?: any | null;
1842
+ }>;
1843
+ } | null;
1844
+ } | null;
1845
+ metadata_fields?: Array<{
1846
+ id: string;
1847
+ label?: any | null;
1848
+ description?: any | null;
1849
+ type: AttributeType;
1850
+ format?: AttributeFormat | null;
1851
+ system: boolean;
1852
+ readonly: boolean;
1853
+ multiple_values: boolean;
1854
+ permissions: {
1855
+ access_attribute: boolean;
1856
+ edit_value: boolean;
1857
+ };
1858
+ values_list?: {
1859
+ enable: boolean;
1860
+ allowFreeEntry?: boolean | null;
1861
+ allowListUpdate?: boolean | null;
1862
+ dateRangeValues?: Array<{
1863
+ from?: string | null;
1864
+ to?: string | null;
1865
+ }> | null;
1866
+ } | {
1867
+ enable: boolean;
1868
+ allowFreeEntry?: boolean | null;
1869
+ allowListUpdate?: boolean | null;
1870
+ values?: Array<string> | null;
1871
+ } | null;
1872
+ metadata_fields?: Array<{
1873
+ id: string;
1874
+ }> | null;
1875
+ }> | null;
1876
+ } | {
1877
+ character_limit?: number | null;
1878
+ id: string;
1879
+ label?: any | null;
1880
+ description?: any | null;
1881
+ type: AttributeType;
1882
+ format?: AttributeFormat | null;
1883
+ system: boolean;
1884
+ readonly: boolean;
1885
+ required: boolean;
1886
+ multiple_values: boolean;
1887
+ compute: boolean;
1888
+ values_list?: {
1889
+ enable: boolean;
1890
+ allowFreeEntry?: boolean | null;
1891
+ allowListUpdate?: boolean | null;
1892
+ dateRangeValues?: Array<{
1893
+ from?: string | null;
1894
+ to?: string | null;
1895
+ }> | null;
1896
+ } | {
1897
+ enable: boolean;
1898
+ allowFreeEntry?: boolean | null;
1899
+ allowListUpdate?: boolean | null;
1900
+ values?: Array<string> | null;
1901
+ } | null;
1902
+ permissions: {
1903
+ access_attribute: boolean;
1904
+ edit_value: boolean;
1905
+ };
1906
+ versions_conf?: {
1907
+ versionable: boolean;
1908
+ profile?: {
1909
+ id: string;
1910
+ trees: Array<{
1911
+ id: string;
1912
+ label?: any | null;
1913
+ }>;
1914
+ } | null;
1915
+ } | null;
1916
+ metadata_fields?: Array<{
1917
+ id: string;
1918
+ label?: any | null;
1919
+ description?: any | null;
1920
+ type: AttributeType;
1921
+ format?: AttributeFormat | null;
1922
+ system: boolean;
1923
+ readonly: boolean;
1924
+ multiple_values: boolean;
1925
+ permissions: {
1926
+ access_attribute: boolean;
1927
+ edit_value: boolean;
1928
+ };
1929
+ values_list?: {
1930
+ enable: boolean;
1931
+ allowFreeEntry?: boolean | null;
1932
+ allowListUpdate?: boolean | null;
1933
+ dateRangeValues?: Array<{
1934
+ from?: string | null;
1935
+ to?: string | null;
1936
+ }> | null;
1937
+ } | {
1938
+ enable: boolean;
1939
+ allowFreeEntry?: boolean | null;
1940
+ allowListUpdate?: boolean | null;
1941
+ values?: Array<string> | null;
1942
+ } | null;
1943
+ metadata_fields?: Array<{
1944
+ id: string;
1945
+ }> | null;
1946
+ }> | null;
1947
+ } | {
1948
+ id: string;
1949
+ label?: any | null;
1950
+ description?: any | null;
1951
+ type: AttributeType;
1952
+ format?: AttributeFormat | null;
1953
+ system: boolean;
1954
+ readonly: boolean;
1955
+ required: boolean;
1956
+ multiple_values: boolean;
1957
+ compute: boolean;
1958
+ linked_tree?: {
1959
+ id: string;
1960
+ label?: any | null;
1961
+ } | null;
1962
+ treeValuesList?: {
1963
+ enable: boolean;
1964
+ allowFreeEntry?: boolean | null;
1965
+ allowListUpdate?: boolean | null;
1966
+ values?: Array<{
1967
+ id: string;
1968
+ record: {
1969
+ id: string;
1970
+ whoAmI: {
1971
+ id: string;
1972
+ label?: string | null;
1973
+ subLabel?: string | null;
1974
+ color?: string | null;
1975
+ preview?: IPreviewScalar | null;
1976
+ library: {
1977
+ id: string;
1978
+ label?: any | null;
1979
+ };
1980
+ };
1981
+ };
1982
+ ancestors?: Array<{
1983
+ record: {
1984
+ id: string;
1985
+ whoAmI: {
1986
+ id: string;
1987
+ label?: string | null;
1988
+ subLabel?: string | null;
1989
+ color?: string | null;
1990
+ preview?: IPreviewScalar | null;
1991
+ library: {
1992
+ id: string;
1993
+ label?: any | null;
1994
+ };
1995
+ };
1996
+ };
1997
+ }> | null;
1998
+ }> | null;
1999
+ } | null;
2000
+ permissions: {
2001
+ access_attribute: boolean;
2002
+ edit_value: boolean;
2003
+ };
2004
+ versions_conf?: {
2005
+ versionable: boolean;
2006
+ profile?: {
2007
+ id: string;
2008
+ trees: Array<{
2009
+ id: string;
2010
+ label?: any | null;
2011
+ }>;
2012
+ } | null;
2013
+ } | null;
2014
+ metadata_fields?: Array<{
2015
+ id: string;
2016
+ label?: any | null;
2017
+ description?: any | null;
2018
+ type: AttributeType;
2019
+ format?: AttributeFormat | null;
2020
+ system: boolean;
2021
+ readonly: boolean;
2022
+ multiple_values: boolean;
2023
+ permissions: {
2024
+ access_attribute: boolean;
2025
+ edit_value: boolean;
2026
+ };
2027
+ values_list?: {
2028
+ enable: boolean;
2029
+ allowFreeEntry?: boolean | null;
2030
+ allowListUpdate?: boolean | null;
2031
+ dateRangeValues?: Array<{
2032
+ from?: string | null;
2033
+ to?: string | null;
2034
+ }> | null;
2035
+ } | {
2036
+ enable: boolean;
2037
+ allowFreeEntry?: boolean | null;
2038
+ allowListUpdate?: boolean | null;
2039
+ values?: Array<string> | null;
2040
+ } | null;
2041
+ metadata_fields?: Array<{
2042
+ id: string;
2043
+ }> | null;
2044
+ }> | null;
2045
+ };
2046
+ } | null;
1753
2047
  };
1754
2048
  export type ValueDetailsLinkValueFragment = {
1755
2049
  id_value?: string | null;
@@ -2424,9 +2718,264 @@ export type StandardValuesListFragmentStandardStringValuesListConfFragment = {
2424
2718
  values?: Array<string> | null;
2425
2719
  };
2426
2720
  export type StandardValuesListFragmentFragment = StandardValuesListFragmentStandardDateRangeValuesListConfFragment | StandardValuesListFragmentStandardStringValuesListConfFragment;
2427
- export type TreeDetailsFragment = {
2428
- id: string;
2429
- label?: any | null;
2721
+ export type JoinLibraryContextFragment = {
2722
+ mandatoryAttribute: {
2723
+ id: string;
2724
+ label?: any | null;
2725
+ description?: any | null;
2726
+ type: AttributeType;
2727
+ format?: AttributeFormat | null;
2728
+ system: boolean;
2729
+ readonly: boolean;
2730
+ required: boolean;
2731
+ multiple_values: boolean;
2732
+ compute: boolean;
2733
+ linked_library?: {
2734
+ id: string;
2735
+ label?: any | null;
2736
+ behavior: LibraryBehavior;
2737
+ permissions?: {
2738
+ create_record: boolean;
2739
+ } | null;
2740
+ } | null;
2741
+ linkValuesList?: {
2742
+ enable: boolean;
2743
+ allowFreeEntry?: boolean | null;
2744
+ allowListUpdate?: boolean | null;
2745
+ values?: Array<{
2746
+ id: string;
2747
+ whoAmI: {
2748
+ id: string;
2749
+ label?: string | null;
2750
+ subLabel?: string | null;
2751
+ color?: string | null;
2752
+ preview?: IPreviewScalar | null;
2753
+ library: {
2754
+ id: string;
2755
+ label?: any | null;
2756
+ };
2757
+ };
2758
+ }> | null;
2759
+ } | null;
2760
+ permissions: {
2761
+ access_attribute: boolean;
2762
+ edit_value: boolean;
2763
+ };
2764
+ versions_conf?: {
2765
+ versionable: boolean;
2766
+ profile?: {
2767
+ id: string;
2768
+ trees: Array<{
2769
+ id: string;
2770
+ label?: any | null;
2771
+ }>;
2772
+ } | null;
2773
+ } | null;
2774
+ metadata_fields?: Array<{
2775
+ id: string;
2776
+ label?: any | null;
2777
+ description?: any | null;
2778
+ type: AttributeType;
2779
+ format?: AttributeFormat | null;
2780
+ system: boolean;
2781
+ readonly: boolean;
2782
+ multiple_values: boolean;
2783
+ permissions: {
2784
+ access_attribute: boolean;
2785
+ edit_value: boolean;
2786
+ };
2787
+ values_list?: {
2788
+ enable: boolean;
2789
+ allowFreeEntry?: boolean | null;
2790
+ allowListUpdate?: boolean | null;
2791
+ dateRangeValues?: Array<{
2792
+ from?: string | null;
2793
+ to?: string | null;
2794
+ }> | null;
2795
+ } | {
2796
+ enable: boolean;
2797
+ allowFreeEntry?: boolean | null;
2798
+ allowListUpdate?: boolean | null;
2799
+ values?: Array<string> | null;
2800
+ } | null;
2801
+ metadata_fields?: Array<{
2802
+ id: string;
2803
+ }> | null;
2804
+ }> | null;
2805
+ } | {
2806
+ character_limit?: number | null;
2807
+ id: string;
2808
+ label?: any | null;
2809
+ description?: any | null;
2810
+ type: AttributeType;
2811
+ format?: AttributeFormat | null;
2812
+ system: boolean;
2813
+ readonly: boolean;
2814
+ required: boolean;
2815
+ multiple_values: boolean;
2816
+ compute: boolean;
2817
+ values_list?: {
2818
+ enable: boolean;
2819
+ allowFreeEntry?: boolean | null;
2820
+ allowListUpdate?: boolean | null;
2821
+ dateRangeValues?: Array<{
2822
+ from?: string | null;
2823
+ to?: string | null;
2824
+ }> | null;
2825
+ } | {
2826
+ enable: boolean;
2827
+ allowFreeEntry?: boolean | null;
2828
+ allowListUpdate?: boolean | null;
2829
+ values?: Array<string> | null;
2830
+ } | null;
2831
+ permissions: {
2832
+ access_attribute: boolean;
2833
+ edit_value: boolean;
2834
+ };
2835
+ versions_conf?: {
2836
+ versionable: boolean;
2837
+ profile?: {
2838
+ id: string;
2839
+ trees: Array<{
2840
+ id: string;
2841
+ label?: any | null;
2842
+ }>;
2843
+ } | null;
2844
+ } | null;
2845
+ metadata_fields?: Array<{
2846
+ id: string;
2847
+ label?: any | null;
2848
+ description?: any | null;
2849
+ type: AttributeType;
2850
+ format?: AttributeFormat | null;
2851
+ system: boolean;
2852
+ readonly: boolean;
2853
+ multiple_values: boolean;
2854
+ permissions: {
2855
+ access_attribute: boolean;
2856
+ edit_value: boolean;
2857
+ };
2858
+ values_list?: {
2859
+ enable: boolean;
2860
+ allowFreeEntry?: boolean | null;
2861
+ allowListUpdate?: boolean | null;
2862
+ dateRangeValues?: Array<{
2863
+ from?: string | null;
2864
+ to?: string | null;
2865
+ }> | null;
2866
+ } | {
2867
+ enable: boolean;
2868
+ allowFreeEntry?: boolean | null;
2869
+ allowListUpdate?: boolean | null;
2870
+ values?: Array<string> | null;
2871
+ } | null;
2872
+ metadata_fields?: Array<{
2873
+ id: string;
2874
+ }> | null;
2875
+ }> | null;
2876
+ } | {
2877
+ id: string;
2878
+ label?: any | null;
2879
+ description?: any | null;
2880
+ type: AttributeType;
2881
+ format?: AttributeFormat | null;
2882
+ system: boolean;
2883
+ readonly: boolean;
2884
+ required: boolean;
2885
+ multiple_values: boolean;
2886
+ compute: boolean;
2887
+ linked_tree?: {
2888
+ id: string;
2889
+ label?: any | null;
2890
+ } | null;
2891
+ treeValuesList?: {
2892
+ enable: boolean;
2893
+ allowFreeEntry?: boolean | null;
2894
+ allowListUpdate?: boolean | null;
2895
+ values?: Array<{
2896
+ id: string;
2897
+ record: {
2898
+ id: string;
2899
+ whoAmI: {
2900
+ id: string;
2901
+ label?: string | null;
2902
+ subLabel?: string | null;
2903
+ color?: string | null;
2904
+ preview?: IPreviewScalar | null;
2905
+ library: {
2906
+ id: string;
2907
+ label?: any | null;
2908
+ };
2909
+ };
2910
+ };
2911
+ ancestors?: Array<{
2912
+ record: {
2913
+ id: string;
2914
+ whoAmI: {
2915
+ id: string;
2916
+ label?: string | null;
2917
+ subLabel?: string | null;
2918
+ color?: string | null;
2919
+ preview?: IPreviewScalar | null;
2920
+ library: {
2921
+ id: string;
2922
+ label?: any | null;
2923
+ };
2924
+ };
2925
+ };
2926
+ }> | null;
2927
+ }> | null;
2928
+ } | null;
2929
+ permissions: {
2930
+ access_attribute: boolean;
2931
+ edit_value: boolean;
2932
+ };
2933
+ versions_conf?: {
2934
+ versionable: boolean;
2935
+ profile?: {
2936
+ id: string;
2937
+ trees: Array<{
2938
+ id: string;
2939
+ label?: any | null;
2940
+ }>;
2941
+ } | null;
2942
+ } | null;
2943
+ metadata_fields?: Array<{
2944
+ id: string;
2945
+ label?: any | null;
2946
+ description?: any | null;
2947
+ type: AttributeType;
2948
+ format?: AttributeFormat | null;
2949
+ system: boolean;
2950
+ readonly: boolean;
2951
+ multiple_values: boolean;
2952
+ permissions: {
2953
+ access_attribute: boolean;
2954
+ edit_value: boolean;
2955
+ };
2956
+ values_list?: {
2957
+ enable: boolean;
2958
+ allowFreeEntry?: boolean | null;
2959
+ allowListUpdate?: boolean | null;
2960
+ dateRangeValues?: Array<{
2961
+ from?: string | null;
2962
+ to?: string | null;
2963
+ }> | null;
2964
+ } | {
2965
+ enable: boolean;
2966
+ allowFreeEntry?: boolean | null;
2967
+ allowListUpdate?: boolean | null;
2968
+ values?: Array<string> | null;
2969
+ } | null;
2970
+ metadata_fields?: Array<{
2971
+ id: string;
2972
+ }> | null;
2973
+ }> | null;
2974
+ };
2975
+ };
2976
+ export type TreeDetailsFragment = {
2977
+ id: string;
2978
+ label?: any | null;
2430
2979
  behavior: TreeBehavior;
2431
2980
  system: boolean;
2432
2981
  libraries: Array<{
@@ -2561,9 +3110,159 @@ export type ViewDetailsFilterFragment = {
2561
3110
  label?: any | null;
2562
3111
  } | null;
2563
3112
  };
2564
- export type LinkAttributeDetailsFragment = {
3113
+ export type AttributesByLibAttributeWithPermissionsLinkAttributeFragment = {
3114
+ id: string;
3115
+ type: AttributeType;
3116
+ format?: AttributeFormat | null;
3117
+ label?: any | null;
3118
+ multiple_values: boolean;
3119
+ system: boolean;
3120
+ readonly: boolean;
3121
+ permissions: {
3122
+ access_attribute: boolean;
3123
+ };
3124
+ valuesList?: {
3125
+ enable: boolean;
3126
+ allowFreeEntry?: boolean | null;
3127
+ allowListUpdate?: boolean | null;
3128
+ linkedValues?: Array<{
3129
+ id: string;
3130
+ whoAmI: {
3131
+ id: string;
3132
+ label?: string | null;
3133
+ subLabel?: string | null;
3134
+ color?: string | null;
3135
+ preview?: IPreviewScalar | null;
3136
+ library: {
3137
+ id: string;
3138
+ label?: any | null;
3139
+ };
3140
+ };
3141
+ }> | null;
3142
+ } | null;
3143
+ linked_library?: {
3144
+ id: string;
3145
+ } | null;
3146
+ };
3147
+ export type AttributesByLibAttributeWithPermissionsStandardAttributeFragment = {
3148
+ id: string;
3149
+ type: AttributeType;
3150
+ format?: AttributeFormat | null;
3151
+ label?: any | null;
3152
+ multiple_values: boolean;
3153
+ system: boolean;
3154
+ readonly: boolean;
3155
+ embedded_fields?: Array<{
3156
+ id: string;
3157
+ format?: AttributeFormat | null;
3158
+ label?: any | null;
3159
+ } | null> | null;
3160
+ valuesList?: {
3161
+ enable: boolean;
3162
+ allowFreeEntry?: boolean | null;
3163
+ allowListUpdate?: boolean | null;
3164
+ dateRangeValues?: Array<{
3165
+ from?: string | null;
3166
+ to?: string | null;
3167
+ }> | null;
3168
+ } | {
3169
+ enable: boolean;
3170
+ allowFreeEntry?: boolean | null;
3171
+ allowListUpdate?: boolean | null;
3172
+ values?: Array<string> | null;
3173
+ } | null;
3174
+ permissions: {
3175
+ access_attribute: boolean;
3176
+ };
3177
+ };
3178
+ export type AttributesByLibAttributeWithPermissionsTreeAttributeFragment = {
3179
+ id: string;
3180
+ type: AttributeType;
3181
+ format?: AttributeFormat | null;
3182
+ label?: any | null;
3183
+ multiple_values: boolean;
3184
+ system: boolean;
3185
+ readonly: boolean;
3186
+ linked_tree?: {
3187
+ id: string;
3188
+ label?: any | null;
3189
+ libraries: Array<{
3190
+ library: {
3191
+ id: string;
3192
+ label?: any | null;
3193
+ };
3194
+ }>;
3195
+ } | null;
3196
+ permissions: {
3197
+ access_attribute: boolean;
3198
+ };
3199
+ };
3200
+ export type AttributesByLibAttributeWithPermissionsFragment = AttributesByLibAttributeWithPermissionsLinkAttributeFragment | AttributesByLibAttributeWithPermissionsStandardAttributeFragment | AttributesByLibAttributeWithPermissionsTreeAttributeFragment;
3201
+ export type AttributesByLibLinkAttributeWithPermissionsFragment = {
3202
+ valuesList?: {
3203
+ enable: boolean;
3204
+ allowFreeEntry?: boolean | null;
3205
+ allowListUpdate?: boolean | null;
3206
+ linkedValues?: Array<{
3207
+ id: string;
3208
+ whoAmI: {
3209
+ id: string;
3210
+ label?: string | null;
3211
+ subLabel?: string | null;
3212
+ color?: string | null;
3213
+ preview?: IPreviewScalar | null;
3214
+ library: {
3215
+ id: string;
3216
+ label?: any | null;
3217
+ };
3218
+ };
3219
+ }> | null;
3220
+ } | null;
3221
+ linked_library?: {
3222
+ id: string;
3223
+ } | null;
3224
+ };
3225
+ export type StandardAttributeDetailsFragment = {
3226
+ id: string;
3227
+ type: AttributeType;
3228
+ embedded_fields?: Array<{
3229
+ id: string;
3230
+ format?: AttributeFormat | null;
3231
+ label?: any | null;
3232
+ } | null> | null;
3233
+ valuesList?: {
3234
+ enable: boolean;
3235
+ allowFreeEntry?: boolean | null;
3236
+ allowListUpdate?: boolean | null;
3237
+ values?: Array<string> | null;
3238
+ } | null;
3239
+ };
3240
+ export type LinkAttributeDetailsFragment = {
3241
+ label?: any | null;
3242
+ type: AttributeType;
3243
+ linked_library?: {
3244
+ id: string;
3245
+ label?: any | null;
3246
+ } | null;
3247
+ valuesList?: {
3248
+ allowFreeEntry?: boolean | null;
3249
+ enable: boolean;
3250
+ linkedValues?: Array<{
3251
+ id: string;
3252
+ whoAmI: {
3253
+ id: string;
3254
+ label?: string | null;
3255
+ library: {
3256
+ id: string;
3257
+ };
3258
+ };
3259
+ }> | null;
3260
+ } | null;
3261
+ };
3262
+ export type TreeAttributeDetailsFragment = {
3263
+ id: string;
2565
3264
  label?: any | null;
2566
- linked_library?: {
3265
+ linked_tree?: {
2567
3266
  id: string;
2568
3267
  label?: any | null;
2569
3268
  } | null;
@@ -2574,6 +3273,8 @@ export type AttributePropertiesFragment = {
2574
3273
  type: AttributeType;
2575
3274
  format?: AttributeFormat | null;
2576
3275
  multiple_values: boolean;
3276
+ multi_link_display_option?: MultiDisplayOption | null;
3277
+ multi_tree_display_option?: MultiDisplayOption | null;
2577
3278
  };
2578
3279
  export type PropertyValueLinkValueFragment = {
2579
3280
  linkPayload?: {
@@ -2626,6 +3327,8 @@ export type LinkPropertyLinkValueFragment = {
2626
3327
  type: AttributeType;
2627
3328
  format?: AttributeFormat | null;
2628
3329
  multiple_values: boolean;
3330
+ multi_link_display_option?: MultiDisplayOption | null;
3331
+ multi_tree_display_option?: MultiDisplayOption | null;
2629
3332
  };
2630
3333
  values: Array<{
2631
3334
  linkPayload?: {
@@ -2685,6 +3388,9 @@ export type LibraryAttributeLinkAttributeFragment = {
2685
3388
  id: string;
2686
3389
  type: AttributeType;
2687
3390
  label?: any | null;
3391
+ permissions: {
3392
+ access_attribute: boolean;
3393
+ };
2688
3394
  linked_library?: {
2689
3395
  id: string;
2690
3396
  label?: any | null;
@@ -2701,11 +3407,17 @@ export type LibraryAttributeStandardAttributeFragment = {
2701
3407
  id: string;
2702
3408
  type: AttributeType;
2703
3409
  label?: any | null;
3410
+ permissions: {
3411
+ access_attribute: boolean;
3412
+ };
2704
3413
  };
2705
3414
  export type LibraryAttributeTreeAttributeFragment = {
2706
3415
  id: string;
2707
3416
  type: AttributeType;
2708
3417
  label?: any | null;
3418
+ permissions: {
3419
+ access_attribute: boolean;
3420
+ };
2709
3421
  };
2710
3422
  export type LibraryAttributeFragment = LibraryAttributeLinkAttributeFragment | LibraryAttributeStandardAttributeFragment | LibraryAttributeTreeAttributeFragment;
2711
3423
  export type LibraryAttributeLinkFragment = {
@@ -2840,6 +3552,8 @@ export type GetAttributeByIdQuery = {
2840
3552
  label?: any | null;
2841
3553
  description?: any | null;
2842
3554
  multiple_values: boolean;
3555
+ multi_link_display_option?: MultiDisplayOption | null;
3556
+ multi_tree_display_option?: MultiDisplayOption | null;
2843
3557
  linked_library?: {
2844
3558
  id: string;
2845
3559
  label?: any | null;
@@ -2876,6 +3590,8 @@ export type GetAttributeByIdQuery = {
2876
3590
  label?: any | null;
2877
3591
  description?: any | null;
2878
3592
  multiple_values: boolean;
3593
+ multi_link_display_option?: MultiDisplayOption | null;
3594
+ multi_tree_display_option?: MultiDisplayOption | null;
2879
3595
  metadata_fields?: Array<{
2880
3596
  id: string;
2881
3597
  label?: any | null;
@@ -2907,6 +3623,8 @@ export type GetAttributeByIdQuery = {
2907
3623
  label?: any | null;
2908
3624
  description?: any | null;
2909
3625
  multiple_values: boolean;
3626
+ multi_link_display_option?: MultiDisplayOption | null;
3627
+ multi_tree_display_option?: MultiDisplayOption | null;
2910
3628
  linked_tree?: {
2911
3629
  id: string;
2912
3630
  label?: any | null;
@@ -3049,6 +3767,8 @@ export type SaveAttributeMutation = {
3049
3767
  label?: any | null;
3050
3768
  description?: any | null;
3051
3769
  multiple_values: boolean;
3770
+ multi_link_display_option?: MultiDisplayOption | null;
3771
+ multi_tree_display_option?: MultiDisplayOption | null;
3052
3772
  linked_library?: {
3053
3773
  id: string;
3054
3774
  label?: any | null;
@@ -3085,6 +3805,8 @@ export type SaveAttributeMutation = {
3085
3805
  label?: any | null;
3086
3806
  description?: any | null;
3087
3807
  multiple_values: boolean;
3808
+ multi_link_display_option?: MultiDisplayOption | null;
3809
+ multi_tree_display_option?: MultiDisplayOption | null;
3088
3810
  metadata_fields?: Array<{
3089
3811
  id: string;
3090
3812
  label?: any | null;
@@ -3116,6 +3838,8 @@ export type SaveAttributeMutation = {
3116
3838
  label?: any | null;
3117
3839
  description?: any | null;
3118
3840
  multiple_values: boolean;
3841
+ multi_link_display_option?: MultiDisplayOption | null;
3842
+ multi_tree_display_option?: MultiDisplayOption | null;
3119
3843
  linked_tree?: {
3120
3844
  id: string;
3121
3845
  label?: any | null;
@@ -3569,6 +4293,83 @@ export type IsAllowedQuery = {
3569
4293
  allowed?: boolean | null;
3570
4294
  }> | null;
3571
4295
  };
4296
+ export type ActivateNewRecordMutationVariables = Exact<{
4297
+ libraryId: Scalars['ID'];
4298
+ recordId: Scalars['ID'];
4299
+ formId?: InputMaybe<Scalars['String']>;
4300
+ }>;
4301
+ export type ActivateNewRecordMutation = {
4302
+ activateNewRecord: {
4303
+ record?: {
4304
+ id: string;
4305
+ whoAmI: {
4306
+ id: string;
4307
+ label?: string | null;
4308
+ subLabel?: string | null;
4309
+ color?: string | null;
4310
+ preview?: IPreviewScalar | null;
4311
+ library: {
4312
+ id: string;
4313
+ label?: any | null;
4314
+ };
4315
+ };
4316
+ } | null;
4317
+ valuesErrors?: Array<{
4318
+ type: string;
4319
+ attribute: string;
4320
+ input?: string | null;
4321
+ message: string;
4322
+ }> | null;
4323
+ };
4324
+ };
4325
+ export type ActivateRecordsMutationVariables = Exact<{
4326
+ libraryId: Scalars['String'];
4327
+ recordsIds?: InputMaybe<Array<Scalars['String']> | Scalars['String']>;
4328
+ filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
4329
+ }>;
4330
+ export type ActivateRecordsMutation = {
4331
+ activateRecords: Array<{
4332
+ id: string;
4333
+ whoAmI: {
4334
+ id: string;
4335
+ label?: string | null;
4336
+ subLabel?: string | null;
4337
+ color?: string | null;
4338
+ preview?: IPreviewScalar | null;
4339
+ library: {
4340
+ id: string;
4341
+ label?: any | null;
4342
+ };
4343
+ };
4344
+ }>;
4345
+ };
4346
+ export type CreateEmptyRecordMutationVariables = Exact<{
4347
+ library: Scalars['ID'];
4348
+ }>;
4349
+ export type CreateEmptyRecordMutation = {
4350
+ createEmptyRecord: {
4351
+ record?: {
4352
+ id: string;
4353
+ whoAmI: {
4354
+ id: string;
4355
+ label?: string | null;
4356
+ subLabel?: string | null;
4357
+ color?: string | null;
4358
+ preview?: IPreviewScalar | null;
4359
+ library: {
4360
+ id: string;
4361
+ label?: any | null;
4362
+ };
4363
+ };
4364
+ } | null;
4365
+ valuesErrors?: Array<{
4366
+ type: string;
4367
+ attribute: string;
4368
+ input?: string | null;
4369
+ message: string;
4370
+ }> | null;
4371
+ };
4372
+ };
3572
4373
  export type CreateRecordMutationVariables = Exact<{
3573
4374
  library: Scalars['ID'];
3574
4375
  data?: InputMaybe<CreateRecordDataInput>;
@@ -4308,59 +5109,318 @@ export type RecordFormQuery = {
4308
5109
  };
4309
5110
  };
4310
5111
  }> | null;
4311
- }> | null;
4312
- } | null;
4313
- permissions: {
4314
- access_attribute: boolean;
4315
- edit_value: boolean;
4316
- };
4317
- versions_conf?: {
4318
- versionable: boolean;
4319
- profile?: {
4320
- id: string;
4321
- trees: Array<{
4322
- id: string;
4323
- label?: any | null;
4324
- }>;
5112
+ }> | null;
5113
+ } | null;
5114
+ permissions: {
5115
+ access_attribute: boolean;
5116
+ edit_value: boolean;
5117
+ };
5118
+ versions_conf?: {
5119
+ versionable: boolean;
5120
+ profile?: {
5121
+ id: string;
5122
+ trees: Array<{
5123
+ id: string;
5124
+ label?: any | null;
5125
+ }>;
5126
+ } | null;
5127
+ } | null;
5128
+ metadata_fields?: Array<{
5129
+ id: string;
5130
+ label?: any | null;
5131
+ description?: any | null;
5132
+ type: AttributeType;
5133
+ format?: AttributeFormat | null;
5134
+ system: boolean;
5135
+ readonly: boolean;
5136
+ multiple_values: boolean;
5137
+ permissions: {
5138
+ access_attribute: boolean;
5139
+ edit_value: boolean;
5140
+ };
5141
+ values_list?: {
5142
+ enable: boolean;
5143
+ allowFreeEntry?: boolean | null;
5144
+ allowListUpdate?: boolean | null;
5145
+ dateRangeValues?: Array<{
5146
+ from?: string | null;
5147
+ to?: string | null;
5148
+ }> | null;
5149
+ } | {
5150
+ enable: boolean;
5151
+ allowFreeEntry?: boolean | null;
5152
+ allowListUpdate?: boolean | null;
5153
+ values?: Array<string> | null;
5154
+ } | null;
5155
+ metadata_fields?: Array<{
5156
+ id: string;
5157
+ }> | null;
5158
+ }> | null;
5159
+ } | null;
5160
+ settings: Array<{
5161
+ key: string;
5162
+ value: any;
5163
+ }>;
5164
+ joinLibraryContext?: {
5165
+ mandatoryAttribute: {
5166
+ id: string;
5167
+ label?: any | null;
5168
+ description?: any | null;
5169
+ type: AttributeType;
5170
+ format?: AttributeFormat | null;
5171
+ system: boolean;
5172
+ readonly: boolean;
5173
+ required: boolean;
5174
+ multiple_values: boolean;
5175
+ compute: boolean;
5176
+ linked_library?: {
5177
+ id: string;
5178
+ label?: any | null;
5179
+ behavior: LibraryBehavior;
5180
+ permissions?: {
5181
+ create_record: boolean;
5182
+ } | null;
5183
+ } | null;
5184
+ linkValuesList?: {
5185
+ enable: boolean;
5186
+ allowFreeEntry?: boolean | null;
5187
+ allowListUpdate?: boolean | null;
5188
+ values?: Array<{
5189
+ id: string;
5190
+ whoAmI: {
5191
+ id: string;
5192
+ label?: string | null;
5193
+ subLabel?: string | null;
5194
+ color?: string | null;
5195
+ preview?: IPreviewScalar | null;
5196
+ library: {
5197
+ id: string;
5198
+ label?: any | null;
5199
+ };
5200
+ };
5201
+ }> | null;
5202
+ } | null;
5203
+ permissions: {
5204
+ access_attribute: boolean;
5205
+ edit_value: boolean;
5206
+ };
5207
+ versions_conf?: {
5208
+ versionable: boolean;
5209
+ profile?: {
5210
+ id: string;
5211
+ trees: Array<{
5212
+ id: string;
5213
+ label?: any | null;
5214
+ }>;
5215
+ } | null;
5216
+ } | null;
5217
+ metadata_fields?: Array<{
5218
+ id: string;
5219
+ label?: any | null;
5220
+ description?: any | null;
5221
+ type: AttributeType;
5222
+ format?: AttributeFormat | null;
5223
+ system: boolean;
5224
+ readonly: boolean;
5225
+ multiple_values: boolean;
5226
+ permissions: {
5227
+ access_attribute: boolean;
5228
+ edit_value: boolean;
5229
+ };
5230
+ values_list?: {
5231
+ enable: boolean;
5232
+ allowFreeEntry?: boolean | null;
5233
+ allowListUpdate?: boolean | null;
5234
+ dateRangeValues?: Array<{
5235
+ from?: string | null;
5236
+ to?: string | null;
5237
+ }> | null;
5238
+ } | {
5239
+ enable: boolean;
5240
+ allowFreeEntry?: boolean | null;
5241
+ allowListUpdate?: boolean | null;
5242
+ values?: Array<string> | null;
5243
+ } | null;
5244
+ metadata_fields?: Array<{
5245
+ id: string;
5246
+ }> | null;
5247
+ }> | null;
5248
+ } | {
5249
+ character_limit?: number | null;
5250
+ id: string;
5251
+ label?: any | null;
5252
+ description?: any | null;
5253
+ type: AttributeType;
5254
+ format?: AttributeFormat | null;
5255
+ system: boolean;
5256
+ readonly: boolean;
5257
+ required: boolean;
5258
+ multiple_values: boolean;
5259
+ compute: boolean;
5260
+ values_list?: {
5261
+ enable: boolean;
5262
+ allowFreeEntry?: boolean | null;
5263
+ allowListUpdate?: boolean | null;
5264
+ dateRangeValues?: Array<{
5265
+ from?: string | null;
5266
+ to?: string | null;
5267
+ }> | null;
5268
+ } | {
5269
+ enable: boolean;
5270
+ allowFreeEntry?: boolean | null;
5271
+ allowListUpdate?: boolean | null;
5272
+ values?: Array<string> | null;
5273
+ } | null;
5274
+ permissions: {
5275
+ access_attribute: boolean;
5276
+ edit_value: boolean;
5277
+ };
5278
+ versions_conf?: {
5279
+ versionable: boolean;
5280
+ profile?: {
5281
+ id: string;
5282
+ trees: Array<{
5283
+ id: string;
5284
+ label?: any | null;
5285
+ }>;
5286
+ } | null;
5287
+ } | null;
5288
+ metadata_fields?: Array<{
5289
+ id: string;
5290
+ label?: any | null;
5291
+ description?: any | null;
5292
+ type: AttributeType;
5293
+ format?: AttributeFormat | null;
5294
+ system: boolean;
5295
+ readonly: boolean;
5296
+ multiple_values: boolean;
5297
+ permissions: {
5298
+ access_attribute: boolean;
5299
+ edit_value: boolean;
5300
+ };
5301
+ values_list?: {
5302
+ enable: boolean;
5303
+ allowFreeEntry?: boolean | null;
5304
+ allowListUpdate?: boolean | null;
5305
+ dateRangeValues?: Array<{
5306
+ from?: string | null;
5307
+ to?: string | null;
5308
+ }> | null;
5309
+ } | {
5310
+ enable: boolean;
5311
+ allowFreeEntry?: boolean | null;
5312
+ allowListUpdate?: boolean | null;
5313
+ values?: Array<string> | null;
5314
+ } | null;
5315
+ metadata_fields?: Array<{
5316
+ id: string;
5317
+ }> | null;
5318
+ }> | null;
5319
+ } | {
5320
+ id: string;
5321
+ label?: any | null;
5322
+ description?: any | null;
5323
+ type: AttributeType;
5324
+ format?: AttributeFormat | null;
5325
+ system: boolean;
5326
+ readonly: boolean;
5327
+ required: boolean;
5328
+ multiple_values: boolean;
5329
+ compute: boolean;
5330
+ linked_tree?: {
5331
+ id: string;
5332
+ label?: any | null;
5333
+ } | null;
5334
+ treeValuesList?: {
5335
+ enable: boolean;
5336
+ allowFreeEntry?: boolean | null;
5337
+ allowListUpdate?: boolean | null;
5338
+ values?: Array<{
5339
+ id: string;
5340
+ record: {
5341
+ id: string;
5342
+ whoAmI: {
5343
+ id: string;
5344
+ label?: string | null;
5345
+ subLabel?: string | null;
5346
+ color?: string | null;
5347
+ preview?: IPreviewScalar | null;
5348
+ library: {
5349
+ id: string;
5350
+ label?: any | null;
5351
+ };
5352
+ };
5353
+ };
5354
+ ancestors?: Array<{
5355
+ record: {
5356
+ id: string;
5357
+ whoAmI: {
5358
+ id: string;
5359
+ label?: string | null;
5360
+ subLabel?: string | null;
5361
+ color?: string | null;
5362
+ preview?: IPreviewScalar | null;
5363
+ library: {
5364
+ id: string;
5365
+ label?: any | null;
5366
+ };
5367
+ };
5368
+ };
5369
+ }> | null;
5370
+ }> | null;
4325
5371
  } | null;
4326
- } | null;
4327
- metadata_fields?: Array<{
4328
- id: string;
4329
- label?: any | null;
4330
- description?: any | null;
4331
- type: AttributeType;
4332
- format?: AttributeFormat | null;
4333
- system: boolean;
4334
- readonly: boolean;
4335
- multiple_values: boolean;
4336
5372
  permissions: {
4337
5373
  access_attribute: boolean;
4338
5374
  edit_value: boolean;
4339
5375
  };
4340
- values_list?: {
4341
- enable: boolean;
4342
- allowFreeEntry?: boolean | null;
4343
- allowListUpdate?: boolean | null;
4344
- dateRangeValues?: Array<{
4345
- from?: string | null;
4346
- to?: string | null;
4347
- }> | null;
4348
- } | {
4349
- enable: boolean;
4350
- allowFreeEntry?: boolean | null;
4351
- allowListUpdate?: boolean | null;
4352
- values?: Array<string> | null;
5376
+ versions_conf?: {
5377
+ versionable: boolean;
5378
+ profile?: {
5379
+ id: string;
5380
+ trees: Array<{
5381
+ id: string;
5382
+ label?: any | null;
5383
+ }>;
5384
+ } | null;
4353
5385
  } | null;
4354
5386
  metadata_fields?: Array<{
4355
5387
  id: string;
5388
+ label?: any | null;
5389
+ description?: any | null;
5390
+ type: AttributeType;
5391
+ format?: AttributeFormat | null;
5392
+ system: boolean;
5393
+ readonly: boolean;
5394
+ multiple_values: boolean;
5395
+ permissions: {
5396
+ access_attribute: boolean;
5397
+ edit_value: boolean;
5398
+ };
5399
+ values_list?: {
5400
+ enable: boolean;
5401
+ allowFreeEntry?: boolean | null;
5402
+ allowListUpdate?: boolean | null;
5403
+ dateRangeValues?: Array<{
5404
+ from?: string | null;
5405
+ to?: string | null;
5406
+ }> | null;
5407
+ } | {
5408
+ enable: boolean;
5409
+ allowFreeEntry?: boolean | null;
5410
+ allowListUpdate?: boolean | null;
5411
+ values?: Array<string> | null;
5412
+ } | null;
5413
+ metadata_fields?: Array<{
5414
+ id: string;
5415
+ }> | null;
4356
5416
  }> | null;
4357
- }> | null;
5417
+ };
4358
5418
  } | null;
4359
- settings: Array<{
4360
- key: string;
4361
- value: any;
4362
- }>;
4363
5419
  }>;
5420
+ sidePanel?: {
5421
+ enable: boolean;
5422
+ isOpenByDefault?: boolean | null;
5423
+ } | null;
4364
5424
  } | null;
4365
5425
  };
4366
5426
  export type RecordUpdateSubscriptionVariables = Exact<{
@@ -4785,6 +5845,30 @@ export type RecordUpdateSubscription = {
4785
5845
  }>;
4786
5846
  };
4787
5847
  };
5848
+ export type GetRecordsFromLibraryQueryVariables = Exact<{
5849
+ libraryId: Scalars['ID'];
5850
+ pagination?: InputMaybe<RecordsPagination>;
5851
+ filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
5852
+ }>;
5853
+ export type GetRecordsFromLibraryQuery = {
5854
+ records: {
5855
+ totalCount?: number | null;
5856
+ list: Array<{
5857
+ id: string;
5858
+ whoAmI: {
5859
+ id: string;
5860
+ label?: string | null;
5861
+ subLabel?: string | null;
5862
+ color?: string | null;
5863
+ preview?: IPreviewScalar | null;
5864
+ library: {
5865
+ id: string;
5866
+ label?: any | null;
5867
+ };
5868
+ };
5869
+ }>;
5870
+ };
5871
+ };
4788
5872
  export type IndexRecordsMutationVariables = Exact<{
4789
5873
  libraryId: Scalars['String'];
4790
5874
  records?: InputMaybe<Array<Scalars['String']> | Scalars['String']>;
@@ -4792,6 +5876,26 @@ export type IndexRecordsMutationVariables = Exact<{
4792
5876
  export type IndexRecordsMutation = {
4793
5877
  indexRecords: boolean;
4794
5878
  };
5879
+ export type PurgeRecordMutationVariables = Exact<{
5880
+ libraryId: Scalars['ID'];
5881
+ recordId: Scalars['ID'];
5882
+ }>;
5883
+ export type PurgeRecordMutation = {
5884
+ purgeRecord: {
5885
+ id: string;
5886
+ whoAmI: {
5887
+ id: string;
5888
+ label?: string | null;
5889
+ subLabel?: string | null;
5890
+ color?: string | null;
5891
+ preview?: IPreviewScalar | null;
5892
+ library: {
5893
+ id: string;
5894
+ label?: any | null;
5895
+ };
5896
+ };
5897
+ };
5898
+ };
4795
5899
  export type CancelTaskMutationVariables = Exact<{
4796
5900
  taskId: Scalars['ID'];
4797
5901
  }>;
@@ -4902,6 +6006,7 @@ export type TreeNodeChildrenQueryVariables = Exact<{
4902
6006
  treeId: Scalars['ID'];
4903
6007
  node?: InputMaybe<Scalars['ID']>;
4904
6008
  pagination?: InputMaybe<Pagination>;
6009
+ childrenAsRecordValuePermissionFilter?: InputMaybe<ChildrenAsRecordValuePermissionFilterInput>;
4905
6010
  }>;
4906
6011
  export type TreeNodeChildrenQuery = {
4907
6012
  treeNodeChildren: {
@@ -4972,180 +6077,37 @@ export type SaveUserDataMutationVariables = Exact<{
4972
6077
  global: Scalars['Boolean'];
4973
6078
  }>;
4974
6079
  export type SaveUserDataMutation = {
4975
- saveUserData: {
4976
- global: boolean;
4977
- data?: any | null;
4978
- };
4979
- };
4980
- export type DeleteValueMutationVariables = Exact<{
4981
- library: Scalars['ID'];
4982
- recordId: Scalars['ID'];
4983
- attribute: Scalars['ID'];
4984
- value?: InputMaybe<ValueInput>;
4985
- }>;
4986
- export type DeleteValueMutation = {
4987
- deleteValue: Array<{
4988
- id_value?: string | null;
4989
- isInherited?: boolean | null;
4990
- isCalculated?: boolean | null;
4991
- modified_at?: number | null;
4992
- created_at?: number | null;
4993
- linkValue?: {
4994
- id: string;
4995
- whoAmI: {
4996
- id: string;
4997
- label?: string | null;
4998
- subLabel?: string | null;
4999
- color?: string | null;
5000
- preview?: IPreviewScalar | null;
5001
- library: {
5002
- id: string;
5003
- label?: any | null;
5004
- };
5005
- };
5006
- } | null;
5007
- modified_by?: {
5008
- id: string;
5009
- whoAmI: {
5010
- id: string;
5011
- label?: string | null;
5012
- subLabel?: string | null;
5013
- color?: string | null;
5014
- preview?: IPreviewScalar | null;
5015
- library: {
5016
- id: string;
5017
- label?: any | null;
5018
- };
5019
- };
5020
- } | null;
5021
- created_by?: {
5022
- id: string;
5023
- whoAmI: {
5024
- id: string;
5025
- label?: string | null;
5026
- subLabel?: string | null;
5027
- color?: string | null;
5028
- preview?: IPreviewScalar | null;
5029
- library: {
5030
- id: string;
5031
- label?: any | null;
5032
- };
5033
- };
5034
- } | null;
5035
- version?: Array<{
5036
- treeId: string;
5037
- treeNode?: {
5038
- id: string;
5039
- record: {
5040
- id: string;
5041
- whoAmI: {
5042
- id: string;
5043
- label?: string | null;
5044
- library: {
5045
- id: string;
5046
- };
5047
- };
5048
- };
5049
- } | null;
5050
- } | null> | null;
5051
- attribute: {
5052
- id: string;
5053
- format?: AttributeFormat | null;
5054
- type: AttributeType;
5055
- system: boolean;
5056
- };
5057
- metadata?: Array<{
5058
- name: string;
5059
- value?: {
5060
- id_value?: string | null;
5061
- modified_at?: number | null;
5062
- created_at?: number | null;
5063
- payload?: any | null;
5064
- raw_payload?: any | null;
5065
- modified_by?: {
5066
- id: string;
5067
- whoAmI: {
5068
- id: string;
5069
- label?: string | null;
5070
- subLabel?: string | null;
5071
- color?: string | null;
5072
- preview?: IPreviewScalar | null;
5073
- library: {
5074
- id: string;
5075
- label?: any | null;
5076
- };
5077
- };
5078
- } | null;
5079
- created_by?: {
5080
- id: string;
5081
- whoAmI: {
5082
- id: string;
5083
- label?: string | null;
5084
- subLabel?: string | null;
5085
- color?: string | null;
5086
- preview?: IPreviewScalar | null;
5087
- library: {
5088
- id: string;
5089
- label?: any | null;
5090
- };
5091
- };
5092
- } | null;
5093
- version?: Array<{
5094
- treeId: string;
5095
- treeNode?: {
5096
- id: string;
5097
- record: {
5098
- id: string;
5099
- whoAmI: {
5100
- id: string;
5101
- label?: string | null;
5102
- library: {
5103
- id: string;
5104
- };
5105
- };
5106
- };
5107
- } | null;
5108
- } | null> | null;
5109
- } | null;
5110
- } | null> | null;
5111
- } | {
6080
+ saveUserData: {
6081
+ global: boolean;
6082
+ data?: any | null;
6083
+ };
6084
+ };
6085
+ export type DeleteValueMutationVariables = Exact<{
6086
+ library: Scalars['ID'];
6087
+ recordId: Scalars['ID'];
6088
+ attribute: Scalars['ID'];
6089
+ value?: InputMaybe<ValueInput>;
6090
+ }>;
6091
+ export type DeleteValueMutation = {
6092
+ deleteValue: Array<{
5112
6093
  id_value?: string | null;
5113
6094
  isInherited?: boolean | null;
5114
6095
  isCalculated?: boolean | null;
5115
6096
  modified_at?: number | null;
5116
6097
  created_at?: number | null;
5117
- treeValue?: {
6098
+ linkValue?: {
5118
6099
  id: string;
5119
- record: {
6100
+ whoAmI: {
5120
6101
  id: string;
5121
- whoAmI: {
6102
+ label?: string | null;
6103
+ subLabel?: string | null;
6104
+ color?: string | null;
6105
+ preview?: IPreviewScalar | null;
6106
+ library: {
5122
6107
  id: string;
5123
- label?: string | null;
5124
- subLabel?: string | null;
5125
- color?: string | null;
5126
- preview?: IPreviewScalar | null;
5127
- library: {
5128
- id: string;
5129
- label?: any | null;
5130
- };
6108
+ label?: any | null;
5131
6109
  };
5132
6110
  };
5133
- ancestors?: Array<{
5134
- record: {
5135
- id: string;
5136
- whoAmI: {
5137
- id: string;
5138
- label?: string | null;
5139
- subLabel?: string | null;
5140
- color?: string | null;
5141
- preview?: IPreviewScalar | null;
5142
- library: {
5143
- id: string;
5144
- label?: any | null;
5145
- };
5146
- };
5147
- };
5148
- }> | null;
5149
6111
  } | null;
5150
6112
  modified_by?: {
5151
6113
  id: string;
@@ -5252,15 +6214,44 @@ export type DeleteValueMutation = {
5252
6214
  } | null;
5253
6215
  } | null> | null;
5254
6216
  } | {
5255
- payload?: any | null;
5256
- raw_payload?: any | null;
5257
- value?: any | null;
5258
- raw_value?: any | null;
5259
6217
  id_value?: string | null;
5260
6218
  isInherited?: boolean | null;
5261
6219
  isCalculated?: boolean | null;
5262
6220
  modified_at?: number | null;
5263
6221
  created_at?: number | null;
6222
+ treeValue?: {
6223
+ id: string;
6224
+ record: {
6225
+ id: string;
6226
+ whoAmI: {
6227
+ id: string;
6228
+ label?: string | null;
6229
+ subLabel?: string | null;
6230
+ color?: string | null;
6231
+ preview?: IPreviewScalar | null;
6232
+ library: {
6233
+ id: string;
6234
+ label?: any | null;
6235
+ };
6236
+ };
6237
+ };
6238
+ ancestors?: Array<{
6239
+ record: {
6240
+ id: string;
6241
+ whoAmI: {
6242
+ id: string;
6243
+ label?: string | null;
6244
+ subLabel?: string | null;
6245
+ color?: string | null;
6246
+ preview?: IPreviewScalar | null;
6247
+ library: {
6248
+ id: string;
6249
+ label?: any | null;
6250
+ };
6251
+ };
6252
+ };
6253
+ }> | null;
6254
+ } | null;
5264
6255
  modified_by?: {
5265
6256
  id: string;
5266
6257
  whoAmI: {
@@ -5365,24 +6356,16 @@ export type DeleteValueMutation = {
5365
6356
  } | null> | null;
5366
6357
  } | null;
5367
6358
  } | null> | null;
5368
- }>;
5369
- };
5370
- export type RunActionsListAndFormatOnValueQueryVariables = Exact<{
5371
- library: Scalars['ID'];
5372
- value?: InputMaybe<ValueBatchInput>;
5373
- version?: InputMaybe<Array<InputMaybe<ValueVersionInput>> | InputMaybe<ValueVersionInput>>;
5374
- }>;
5375
- export type RunActionsListAndFormatOnValueQuery = {
5376
- runActionsListAndFormatOnValue: Array<{
6359
+ } | {
6360
+ payload?: any | null;
6361
+ raw_payload?: any | null;
6362
+ value?: any | null;
6363
+ raw_value?: any | null;
5377
6364
  id_value?: string | null;
5378
6365
  isInherited?: boolean | null;
5379
6366
  isCalculated?: boolean | null;
5380
6367
  modified_at?: number | null;
5381
6368
  created_at?: number | null;
5382
- payload?: any | null;
5383
- raw_payload?: any | null;
5384
- value?: any | null;
5385
- raw_value?: any | null;
5386
6369
  modified_by?: {
5387
6370
  id: string;
5388
6371
  whoAmI: {
@@ -6089,6 +7072,98 @@ export type SaveViewMutation = {
6089
7072
  }> | null;
6090
7073
  };
6091
7074
  };
7075
+ export type GetAttributesByLibWithPermissionsQueryVariables = Exact<{
7076
+ library: Scalars['String'];
7077
+ }>;
7078
+ export type GetAttributesByLibWithPermissionsQuery = {
7079
+ attributes?: {
7080
+ list: Array<{
7081
+ id: string;
7082
+ type: AttributeType;
7083
+ format?: AttributeFormat | null;
7084
+ label?: any | null;
7085
+ multiple_values: boolean;
7086
+ system: boolean;
7087
+ readonly: boolean;
7088
+ valuesList?: {
7089
+ enable: boolean;
7090
+ allowFreeEntry?: boolean | null;
7091
+ allowListUpdate?: boolean | null;
7092
+ linkedValues?: Array<{
7093
+ id: string;
7094
+ whoAmI: {
7095
+ id: string;
7096
+ label?: string | null;
7097
+ subLabel?: string | null;
7098
+ color?: string | null;
7099
+ preview?: IPreviewScalar | null;
7100
+ library: {
7101
+ id: string;
7102
+ label?: any | null;
7103
+ };
7104
+ };
7105
+ }> | null;
7106
+ } | null;
7107
+ linked_library?: {
7108
+ id: string;
7109
+ } | null;
7110
+ permissions: {
7111
+ access_attribute: boolean;
7112
+ };
7113
+ } | {
7114
+ id: string;
7115
+ type: AttributeType;
7116
+ format?: AttributeFormat | null;
7117
+ label?: any | null;
7118
+ multiple_values: boolean;
7119
+ system: boolean;
7120
+ readonly: boolean;
7121
+ embedded_fields?: Array<{
7122
+ id: string;
7123
+ format?: AttributeFormat | null;
7124
+ label?: any | null;
7125
+ } | null> | null;
7126
+ valuesList?: {
7127
+ enable: boolean;
7128
+ allowFreeEntry?: boolean | null;
7129
+ allowListUpdate?: boolean | null;
7130
+ dateRangeValues?: Array<{
7131
+ from?: string | null;
7132
+ to?: string | null;
7133
+ }> | null;
7134
+ } | {
7135
+ enable: boolean;
7136
+ allowFreeEntry?: boolean | null;
7137
+ allowListUpdate?: boolean | null;
7138
+ values?: Array<string> | null;
7139
+ } | null;
7140
+ permissions: {
7141
+ access_attribute: boolean;
7142
+ };
7143
+ } | {
7144
+ id: string;
7145
+ type: AttributeType;
7146
+ format?: AttributeFormat | null;
7147
+ label?: any | null;
7148
+ multiple_values: boolean;
7149
+ system: boolean;
7150
+ readonly: boolean;
7151
+ linked_tree?: {
7152
+ id: string;
7153
+ label?: any | null;
7154
+ libraries: Array<{
7155
+ library: {
7156
+ id: string;
7157
+ label?: any | null;
7158
+ };
7159
+ }>;
7160
+ } | null;
7161
+ permissions: {
7162
+ access_attribute: boolean;
7163
+ };
7164
+ }>;
7165
+ } | null;
7166
+ };
6092
7167
  export type ExplorerAttributesQueryVariables = Exact<{
6093
7168
  ids?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
6094
7169
  }>;
@@ -6103,11 +7178,54 @@ export type ExplorerAttributesQuery = {
6103
7178
  id: string;
6104
7179
  label?: any | null;
6105
7180
  } | null;
7181
+ valuesList?: {
7182
+ allowFreeEntry?: boolean | null;
7183
+ enable: boolean;
7184
+ linkedValues?: Array<{
7185
+ id: string;
7186
+ whoAmI: {
7187
+ id: string;
7188
+ label?: string | null;
7189
+ library: {
7190
+ id: string;
7191
+ };
7192
+ };
7193
+ }> | null;
7194
+ } | null;
7195
+ permissions: {
7196
+ access_attribute: boolean;
7197
+ };
7198
+ } | {
7199
+ id: string;
7200
+ type: AttributeType;
7201
+ format?: AttributeFormat | null;
7202
+ label?: any | null;
7203
+ embedded_fields?: Array<{
7204
+ id: string;
7205
+ format?: AttributeFormat | null;
7206
+ label?: any | null;
7207
+ } | null> | null;
7208
+ valuesList?: {
7209
+ enable: boolean;
7210
+ allowFreeEntry?: boolean | null;
7211
+ allowListUpdate?: boolean | null;
7212
+ values?: Array<string> | null;
7213
+ } | null;
7214
+ permissions: {
7215
+ access_attribute: boolean;
7216
+ };
6106
7217
  } | {
6107
7218
  id: string;
6108
7219
  type: AttributeType;
6109
7220
  format?: AttributeFormat | null;
6110
7221
  label?: any | null;
7222
+ linked_tree?: {
7223
+ id: string;
7224
+ label?: any | null;
7225
+ } | null;
7226
+ permissions: {
7227
+ access_attribute: boolean;
7228
+ };
6111
7229
  }>;
6112
7230
  } | null;
6113
7231
  };
@@ -6118,15 +7236,50 @@ export type ExplorerLinkAttributeQuery = {
6118
7236
  attributes?: {
6119
7237
  list: Array<{
6120
7238
  label?: any | null;
7239
+ type: AttributeType;
6121
7240
  id: string;
6122
7241
  multiple_values: boolean;
6123
7242
  linked_library?: {
6124
7243
  id: string;
6125
7244
  label?: any | null;
6126
7245
  } | null;
6127
- } | {
6128
- id: string;
6129
- multiple_values: boolean;
7246
+ valuesList?: {
7247
+ allowFreeEntry?: boolean | null;
7248
+ enable: boolean;
7249
+ linkedValues?: Array<{
7250
+ id: string;
7251
+ whoAmI: {
7252
+ id: string;
7253
+ label?: string | null;
7254
+ library: {
7255
+ id: string;
7256
+ };
7257
+ };
7258
+ }> | null;
7259
+ } | null;
7260
+ permissions: {
7261
+ access_attribute: boolean;
7262
+ edit_value: boolean;
7263
+ };
7264
+ } | {
7265
+ id: string;
7266
+ multiple_values: boolean;
7267
+ permissions: {
7268
+ access_attribute: boolean;
7269
+ edit_value: boolean;
7270
+ };
7271
+ } | {
7272
+ label?: any | null;
7273
+ id: string;
7274
+ multiple_values: boolean;
7275
+ linked_tree?: {
7276
+ id: string;
7277
+ label?: any | null;
7278
+ } | null;
7279
+ permissions: {
7280
+ access_attribute: boolean;
7281
+ edit_value: boolean;
7282
+ };
6130
7283
  }>;
6131
7284
  } | null;
6132
7285
  };
@@ -6143,6 +7296,7 @@ export type ExplorerLibraryDataQuery = {
6143
7296
  totalCount?: number | null;
6144
7297
  list: Array<{
6145
7298
  id: string;
7299
+ active: boolean;
6146
7300
  whoAmI: {
6147
7301
  id: string;
6148
7302
  label?: string | null;
@@ -6154,6 +7308,10 @@ export type ExplorerLibraryDataQuery = {
6154
7308
  label?: any | null;
6155
7309
  };
6156
7310
  };
7311
+ permissions: {
7312
+ create_record: boolean;
7313
+ delete_record: boolean;
7314
+ };
6157
7315
  properties: Array<{
6158
7316
  attributeId: string;
6159
7317
  attributeProperties: {
@@ -6162,6 +7320,8 @@ export type ExplorerLibraryDataQuery = {
6162
7320
  type: AttributeType;
6163
7321
  format?: AttributeFormat | null;
6164
7322
  multiple_values: boolean;
7323
+ multi_link_display_option?: MultiDisplayOption | null;
7324
+ multi_tree_display_option?: MultiDisplayOption | null;
6165
7325
  };
6166
7326
  values: Array<{
6167
7327
  linkPayload?: {
@@ -6242,6 +7402,8 @@ export type ExplorerLinkDataQuery = {
6242
7402
  type: AttributeType;
6243
7403
  format?: AttributeFormat | null;
6244
7404
  multiple_values: boolean;
7405
+ multi_link_display_option?: MultiDisplayOption | null;
7406
+ multi_tree_display_option?: MultiDisplayOption | null;
6245
7407
  };
6246
7408
  values: Array<{
6247
7409
  linkPayload?: {
@@ -6308,15 +7470,24 @@ export type GetLibraryAttributesQuery = {
6308
7470
  label?: any | null;
6309
7471
  }> | null;
6310
7472
  } | null;
7473
+ permissions: {
7474
+ access_attribute: boolean;
7475
+ };
6311
7476
  } | {
6312
7477
  format?: AttributeFormat | null;
6313
7478
  id: string;
6314
7479
  type: AttributeType;
6315
7480
  label?: any | null;
7481
+ permissions: {
7482
+ access_attribute: boolean;
7483
+ };
6316
7484
  } | {
6317
7485
  id: string;
6318
7486
  type: AttributeType;
6319
7487
  label?: any | null;
7488
+ permissions: {
7489
+ access_attribute: boolean;
7490
+ };
6320
7491
  }> | null;
6321
7492
  }>;
6322
7493
  } | null;
@@ -6446,13 +7617,18 @@ export declare const ValuesVersionDetailsFragmentDoc: Apollo.DocumentNode;
6446
7617
  export declare const ValueDetailsFragmentDoc: Apollo.DocumentNode;
6447
7618
  export declare const StandardValuesListFragmentFragmentDoc: Apollo.DocumentNode;
6448
7619
  export declare const RecordFormAttributeFragmentDoc: Apollo.DocumentNode;
7620
+ export declare const JoinLibraryContextFragmentDoc: Apollo.DocumentNode;
6449
7621
  export declare const RecordFormElementFragmentDoc: Apollo.DocumentNode;
6450
7622
  export declare const TreeLightFragmentDoc: Apollo.DocumentNode;
6451
7623
  export declare const TreeDetailsFragmentDoc: Apollo.DocumentNode;
6452
7624
  export declare const TreeNodeChildFragmentDoc: Apollo.DocumentNode;
6453
7625
  export declare const ViewDetailsFilterFragmentDoc: Apollo.DocumentNode;
6454
7626
  export declare const ViewDetailsFragmentDoc: Apollo.DocumentNode;
7627
+ export declare const AttributesByLibLinkAttributeWithPermissionsFragmentDoc: Apollo.DocumentNode;
7628
+ export declare const AttributesByLibAttributeWithPermissionsFragmentDoc: Apollo.DocumentNode;
6455
7629
  export declare const LinkAttributeDetailsFragmentDoc: Apollo.DocumentNode;
7630
+ export declare const TreeAttributeDetailsFragmentDoc: Apollo.DocumentNode;
7631
+ export declare const StandardAttributeDetailsFragmentDoc: Apollo.DocumentNode;
6456
7632
  export declare const AttributePropertiesFragmentDoc: Apollo.DocumentNode;
6457
7633
  export declare const PropertyValueFragmentDoc: Apollo.DocumentNode;
6458
7634
  export declare const LinkPropertyFragmentDoc: Apollo.DocumentNode;
@@ -6484,8 +7660,13 @@ export declare function useCheckApplicationExistenceLazyQuery(baseOptions?: Apol
6484
7660
  id?: InputMaybe<Scalars["ID"]>;
6485
7661
  endpoint?: InputMaybe<Scalars["String"]>;
6486
7662
  }>>;
7663
+ export declare function useCheckApplicationExistenceSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<CheckApplicationExistenceQuery, CheckApplicationExistenceQueryVariables>): Apollo.UseSuspenseQueryResult<CheckApplicationExistenceQuery, Exact<{
7664
+ id?: InputMaybe<Scalars["ID"]>;
7665
+ endpoint?: InputMaybe<Scalars["String"]>;
7666
+ }>>;
6487
7667
  export type CheckApplicationExistenceQueryHookResult = ReturnType<typeof useCheckApplicationExistenceQuery>;
6488
7668
  export type CheckApplicationExistenceLazyQueryHookResult = ReturnType<typeof useCheckApplicationExistenceLazyQuery>;
7669
+ export type CheckApplicationExistenceSuspenseQueryHookResult = ReturnType<typeof useCheckApplicationExistenceSuspenseQuery>;
6489
7670
  export type CheckApplicationExistenceQueryResult = Apollo.QueryResult<CheckApplicationExistenceQuery, CheckApplicationExistenceQueryVariables>;
6490
7671
  export declare const GetApplicationByIdDocument: Apollo.DocumentNode;
6491
7672
  /**
@@ -6510,8 +7691,12 @@ export declare function useGetApplicationByIdQuery(baseOptions: Apollo.QueryHook
6510
7691
  export declare function useGetApplicationByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetApplicationByIdQuery, GetApplicationByIdQueryVariables>): Apollo.LazyQueryResultTuple<GetApplicationByIdQuery, Exact<{
6511
7692
  id: Scalars["ID"];
6512
7693
  }>>;
7694
+ export declare function useGetApplicationByIdSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetApplicationByIdQuery, GetApplicationByIdQueryVariables>): Apollo.UseSuspenseQueryResult<GetApplicationByIdQuery, Exact<{
7695
+ id: Scalars["ID"];
7696
+ }>>;
6513
7697
  export type GetApplicationByIdQueryHookResult = ReturnType<typeof useGetApplicationByIdQuery>;
6514
7698
  export type GetApplicationByIdLazyQueryHookResult = ReturnType<typeof useGetApplicationByIdLazyQuery>;
7699
+ export type GetApplicationByIdSuspenseQueryHookResult = ReturnType<typeof useGetApplicationByIdSuspenseQuery>;
6515
7700
  export type GetApplicationByIdQueryResult = Apollo.QueryResult<GetApplicationByIdQuery, GetApplicationByIdQueryVariables>;
6516
7701
  export declare const GetApplicationModulesDocument: Apollo.DocumentNode;
6517
7702
  /**
@@ -6535,8 +7720,12 @@ export declare function useGetApplicationModulesQuery(baseOptions?: Apollo.Query
6535
7720
  export declare function useGetApplicationModulesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetApplicationModulesQuery, GetApplicationModulesQueryVariables>): Apollo.LazyQueryResultTuple<GetApplicationModulesQuery, Exact<{
6536
7721
  [key: string]: never;
6537
7722
  }>>;
7723
+ export declare function useGetApplicationModulesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetApplicationModulesQuery, GetApplicationModulesQueryVariables>): Apollo.UseSuspenseQueryResult<GetApplicationModulesQuery, Exact<{
7724
+ [key: string]: never;
7725
+ }>>;
6538
7726
  export type GetApplicationModulesQueryHookResult = ReturnType<typeof useGetApplicationModulesQuery>;
6539
7727
  export type GetApplicationModulesLazyQueryHookResult = ReturnType<typeof useGetApplicationModulesLazyQuery>;
7728
+ export type GetApplicationModulesSuspenseQueryHookResult = ReturnType<typeof useGetApplicationModulesSuspenseQuery>;
6540
7729
  export type GetApplicationModulesQueryResult = Apollo.QueryResult<GetApplicationModulesQuery, GetApplicationModulesQueryVariables>;
6541
7730
  export declare const SaveApplicationDocument: Apollo.DocumentNode;
6542
7731
  export type SaveApplicationMutationFn = Apollo.MutationFunction<SaveApplicationMutation, SaveApplicationMutationVariables>;
@@ -6586,8 +7775,12 @@ export declare function useCheckAttributeExistenceQuery(baseOptions: Apollo.Quer
6586
7775
  export declare function useCheckAttributeExistenceLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CheckAttributeExistenceQuery, CheckAttributeExistenceQueryVariables>): Apollo.LazyQueryResultTuple<CheckAttributeExistenceQuery, Exact<{
6587
7776
  id: Scalars["ID"];
6588
7777
  }>>;
7778
+ export declare function useCheckAttributeExistenceSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<CheckAttributeExistenceQuery, CheckAttributeExistenceQueryVariables>): Apollo.UseSuspenseQueryResult<CheckAttributeExistenceQuery, Exact<{
7779
+ id: Scalars["ID"];
7780
+ }>>;
6589
7781
  export type CheckAttributeExistenceQueryHookResult = ReturnType<typeof useCheckAttributeExistenceQuery>;
6590
7782
  export type CheckAttributeExistenceLazyQueryHookResult = ReturnType<typeof useCheckAttributeExistenceLazyQuery>;
7783
+ export type CheckAttributeExistenceSuspenseQueryHookResult = ReturnType<typeof useCheckAttributeExistenceSuspenseQuery>;
6591
7784
  export type CheckAttributeExistenceQueryResult = Apollo.QueryResult<CheckAttributeExistenceQuery, CheckAttributeExistenceQueryVariables>;
6592
7785
  export declare const DeleteAttributeDocument: Apollo.DocumentNode;
6593
7786
  export type DeleteAttributeMutationFn = Apollo.MutationFunction<DeleteAttributeMutation, DeleteAttributeMutationVariables>;
@@ -6637,8 +7830,12 @@ export declare function useGetAttributeByIdQuery(baseOptions?: Apollo.QueryHookO
6637
7830
  export declare function useGetAttributeByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetAttributeByIdQuery, GetAttributeByIdQueryVariables>): Apollo.LazyQueryResultTuple<GetAttributeByIdQuery, Exact<{
6638
7831
  id?: InputMaybe<Scalars["ID"]>;
6639
7832
  }>>;
7833
+ export declare function useGetAttributeByIdSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetAttributeByIdQuery, GetAttributeByIdQueryVariables>): Apollo.UseSuspenseQueryResult<GetAttributeByIdQuery, Exact<{
7834
+ id?: InputMaybe<Scalars["ID"]>;
7835
+ }>>;
6640
7836
  export type GetAttributeByIdQueryHookResult = ReturnType<typeof useGetAttributeByIdQuery>;
6641
7837
  export type GetAttributeByIdLazyQueryHookResult = ReturnType<typeof useGetAttributeByIdLazyQuery>;
7838
+ export type GetAttributeByIdSuspenseQueryHookResult = ReturnType<typeof useGetAttributeByIdSuspenseQuery>;
6642
7839
  export type GetAttributeByIdQueryResult = Apollo.QueryResult<GetAttributeByIdQuery, GetAttributeByIdQueryVariables>;
6643
7840
  export declare const GetAttributesByLibDocument: Apollo.DocumentNode;
6644
7841
  /**
@@ -6663,8 +7860,12 @@ export declare function useGetAttributesByLibQuery(baseOptions: Apollo.QueryHook
6663
7860
  export declare function useGetAttributesByLibLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetAttributesByLibQuery, GetAttributesByLibQueryVariables>): Apollo.LazyQueryResultTuple<GetAttributesByLibQuery, Exact<{
6664
7861
  library: Scalars["String"];
6665
7862
  }>>;
7863
+ export declare function useGetAttributesByLibSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetAttributesByLibQuery, GetAttributesByLibQueryVariables>): Apollo.UseSuspenseQueryResult<GetAttributesByLibQuery, Exact<{
7864
+ library: Scalars["String"];
7865
+ }>>;
6666
7866
  export type GetAttributesByLibQueryHookResult = ReturnType<typeof useGetAttributesByLibQuery>;
6667
7867
  export type GetAttributesByLibLazyQueryHookResult = ReturnType<typeof useGetAttributesByLibLazyQuery>;
7868
+ export type GetAttributesByLibSuspenseQueryHookResult = ReturnType<typeof useGetAttributesByLibSuspenseQuery>;
6668
7869
  export type GetAttributesByLibQueryResult = Apollo.QueryResult<GetAttributesByLibQuery, GetAttributesByLibQueryVariables>;
6669
7870
  export declare const GetAttributesDocument: Apollo.DocumentNode;
6670
7871
  /**
@@ -6695,8 +7896,14 @@ export declare function useGetAttributesLazyQuery(baseOptions?: Apollo.LazyQuery
6695
7896
  sort?: InputMaybe<SortAttributes>;
6696
7897
  filters?: InputMaybe<AttributesFiltersInput>;
6697
7898
  }>>;
7899
+ export declare function useGetAttributesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetAttributesQuery, GetAttributesQueryVariables>): Apollo.UseSuspenseQueryResult<GetAttributesQuery, Exact<{
7900
+ pagination?: InputMaybe<Pagination>;
7901
+ sort?: InputMaybe<SortAttributes>;
7902
+ filters?: InputMaybe<AttributesFiltersInput>;
7903
+ }>>;
6698
7904
  export type GetAttributesQueryHookResult = ReturnType<typeof useGetAttributesQuery>;
6699
7905
  export type GetAttributesLazyQueryHookResult = ReturnType<typeof useGetAttributesLazyQuery>;
7906
+ export type GetAttributesSuspenseQueryHookResult = ReturnType<typeof useGetAttributesSuspenseQuery>;
6700
7907
  export type GetAttributesQueryResult = Apollo.QueryResult<GetAttributesQuery, GetAttributesQueryVariables>;
6701
7908
  export declare const GetVersionProfilesDocument: Apollo.DocumentNode;
6702
7909
  /**
@@ -6724,8 +7931,13 @@ export declare function useGetVersionProfilesLazyQuery(baseOptions?: Apollo.Lazy
6724
7931
  filters?: InputMaybe<VersionProfilesFiltersInput>;
6725
7932
  sort?: InputMaybe<SortVersionProfilesInput>;
6726
7933
  }>>;
7934
+ export declare function useGetVersionProfilesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetVersionProfilesQuery, GetVersionProfilesQueryVariables>): Apollo.UseSuspenseQueryResult<GetVersionProfilesQuery, Exact<{
7935
+ filters?: InputMaybe<VersionProfilesFiltersInput>;
7936
+ sort?: InputMaybe<SortVersionProfilesInput>;
7937
+ }>>;
6727
7938
  export type GetVersionProfilesQueryHookResult = ReturnType<typeof useGetVersionProfilesQuery>;
6728
7939
  export type GetVersionProfilesLazyQueryHookResult = ReturnType<typeof useGetVersionProfilesLazyQuery>;
7940
+ export type GetVersionProfilesSuspenseQueryHookResult = ReturnType<typeof useGetVersionProfilesSuspenseQuery>;
6729
7941
  export type GetVersionProfilesQueryResult = Apollo.QueryResult<GetVersionProfilesQuery, GetVersionProfilesQueryVariables>;
6730
7942
  export declare const GetVersionableAttributesByLibraryDocument: Apollo.DocumentNode;
6731
7943
  /**
@@ -6750,8 +7962,12 @@ export declare function useGetVersionableAttributesByLibraryQuery(baseOptions: A
6750
7962
  export declare function useGetVersionableAttributesByLibraryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetVersionableAttributesByLibraryQuery, GetVersionableAttributesByLibraryQueryVariables>): Apollo.LazyQueryResultTuple<GetVersionableAttributesByLibraryQuery, Exact<{
6751
7963
  libraryId: Scalars["String"];
6752
7964
  }>>;
7965
+ export declare function useGetVersionableAttributesByLibrarySuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetVersionableAttributesByLibraryQuery, GetVersionableAttributesByLibraryQueryVariables>): Apollo.UseSuspenseQueryResult<GetVersionableAttributesByLibraryQuery, Exact<{
7966
+ libraryId: Scalars["String"];
7967
+ }>>;
6753
7968
  export type GetVersionableAttributesByLibraryQueryHookResult = ReturnType<typeof useGetVersionableAttributesByLibraryQuery>;
6754
7969
  export type GetVersionableAttributesByLibraryLazyQueryHookResult = ReturnType<typeof useGetVersionableAttributesByLibraryLazyQuery>;
7970
+ export type GetVersionableAttributesByLibrarySuspenseQueryHookResult = ReturnType<typeof useGetVersionableAttributesByLibrarySuspenseQuery>;
6755
7971
  export type GetVersionableAttributesByLibraryQueryResult = Apollo.QueryResult<GetVersionableAttributesByLibraryQuery, GetVersionableAttributesByLibraryQueryVariables>;
6756
7972
  export declare const SaveAttributeDocument: Apollo.DocumentNode;
6757
7973
  export type SaveAttributeMutationFn = Apollo.MutationFunction<SaveAttributeMutation, SaveAttributeMutationVariables>;
@@ -6807,8 +8023,14 @@ export declare function useExportLazyQuery(baseOptions?: Apollo.LazyQueryHookOpt
6807
8023
  attributes?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
6808
8024
  filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
6809
8025
  }>>;
8026
+ export declare function useExportSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<ExportQuery, ExportQueryVariables>): Apollo.UseSuspenseQueryResult<ExportQuery, Exact<{
8027
+ library: Scalars["ID"];
8028
+ attributes?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
8029
+ filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
8030
+ }>>;
6810
8031
  export type ExportQueryHookResult = ReturnType<typeof useExportQuery>;
6811
8032
  export type ExportLazyQueryHookResult = ReturnType<typeof useExportLazyQuery>;
8033
+ export type ExportSuspenseQueryHookResult = ReturnType<typeof useExportSuspenseQuery>;
6812
8034
  export type ExportQueryResult = Apollo.QueryResult<ExportQuery, ExportQueryVariables>;
6813
8035
  export declare const CreateDirectoryDocument: Apollo.DocumentNode;
6814
8036
  export type CreateDirectoryMutationFn = Apollo.MutationFunction<CreateDirectoryMutation, CreateDirectoryMutationVariables>;
@@ -6898,8 +8120,13 @@ export declare function useGetDirectoryDataLazyQuery(baseOptions?: Apollo.LazyQu
6898
8120
  library: Scalars["ID"];
6899
8121
  directoryId: Scalars["String"];
6900
8122
  }>>;
8123
+ export declare function useGetDirectoryDataSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetDirectoryDataQuery, GetDirectoryDataQueryVariables>): Apollo.UseSuspenseQueryResult<GetDirectoryDataQuery, Exact<{
8124
+ library: Scalars["ID"];
8125
+ directoryId: Scalars["String"];
8126
+ }>>;
6901
8127
  export type GetDirectoryDataQueryHookResult = ReturnType<typeof useGetDirectoryDataQuery>;
6902
8128
  export type GetDirectoryDataLazyQueryHookResult = ReturnType<typeof useGetDirectoryDataLazyQuery>;
8129
+ export type GetDirectoryDataSuspenseQueryHookResult = ReturnType<typeof useGetDirectoryDataSuspenseQuery>;
6903
8130
  export type GetDirectoryDataQueryResult = Apollo.QueryResult<GetDirectoryDataQuery, GetDirectoryDataQueryVariables>;
6904
8131
  export declare const UploadUpdateDocument: Apollo.DocumentNode;
6905
8132
  /**
@@ -7004,8 +8231,12 @@ export declare function useCheckLibraryExistenceQuery(baseOptions?: Apollo.Query
7004
8231
  export declare function useCheckLibraryExistenceLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CheckLibraryExistenceQuery, CheckLibraryExistenceQueryVariables>): Apollo.LazyQueryResultTuple<CheckLibraryExistenceQuery, Exact<{
7005
8232
  id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
7006
8233
  }>>;
8234
+ export declare function useCheckLibraryExistenceSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<CheckLibraryExistenceQuery, CheckLibraryExistenceQueryVariables>): Apollo.UseSuspenseQueryResult<CheckLibraryExistenceQuery, Exact<{
8235
+ id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
8236
+ }>>;
7007
8237
  export type CheckLibraryExistenceQueryHookResult = ReturnType<typeof useCheckLibraryExistenceQuery>;
7008
8238
  export type CheckLibraryExistenceLazyQueryHookResult = ReturnType<typeof useCheckLibraryExistenceLazyQuery>;
8239
+ export type CheckLibraryExistenceSuspenseQueryHookResult = ReturnType<typeof useCheckLibraryExistenceSuspenseQuery>;
7009
8240
  export type CheckLibraryExistenceQueryResult = Apollo.QueryResult<CheckLibraryExistenceQuery, CheckLibraryExistenceQueryVariables>;
7010
8241
  export declare const DeleteLibraryDocument: Apollo.DocumentNode;
7011
8242
  export type DeleteLibraryMutationFn = Apollo.MutationFunction<DeleteLibraryMutation, DeleteLibraryMutationVariables>;
@@ -7054,8 +8285,12 @@ export declare function useGetLibrariesQuery(baseOptions?: Apollo.QueryHookOptio
7054
8285
  export declare function useGetLibrariesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibrariesQuery, GetLibrariesQueryVariables>): Apollo.LazyQueryResultTuple<GetLibrariesQuery, Exact<{
7055
8286
  [key: string]: never;
7056
8287
  }>>;
8288
+ export declare function useGetLibrariesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetLibrariesQuery, GetLibrariesQueryVariables>): Apollo.UseSuspenseQueryResult<GetLibrariesQuery, Exact<{
8289
+ [key: string]: never;
8290
+ }>>;
7057
8291
  export type GetLibrariesQueryHookResult = ReturnType<typeof useGetLibrariesQuery>;
7058
8292
  export type GetLibrariesLazyQueryHookResult = ReturnType<typeof useGetLibrariesLazyQuery>;
8293
+ export type GetLibrariesSuspenseQueryHookResult = ReturnType<typeof useGetLibrariesSuspenseQuery>;
7059
8294
  export type GetLibrariesQueryResult = Apollo.QueryResult<GetLibrariesQuery, GetLibrariesQueryVariables>;
7060
8295
  export declare const GetLibraryByIdDocument: Apollo.DocumentNode;
7061
8296
  /**
@@ -7080,8 +8315,12 @@ export declare function useGetLibraryByIdQuery(baseOptions?: Apollo.QueryHookOpt
7080
8315
  export declare function useGetLibraryByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryByIdQuery, GetLibraryByIdQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryByIdQuery, Exact<{
7081
8316
  id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
7082
8317
  }>>;
8318
+ export declare function useGetLibraryByIdSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetLibraryByIdQuery, GetLibraryByIdQueryVariables>): Apollo.UseSuspenseQueryResult<GetLibraryByIdQuery, Exact<{
8319
+ id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
8320
+ }>>;
7083
8321
  export type GetLibraryByIdQueryHookResult = ReturnType<typeof useGetLibraryByIdQuery>;
7084
8322
  export type GetLibraryByIdLazyQueryHookResult = ReturnType<typeof useGetLibraryByIdLazyQuery>;
8323
+ export type GetLibraryByIdSuspenseQueryHookResult = ReturnType<typeof useGetLibraryByIdSuspenseQuery>;
7085
8324
  export type GetLibraryByIdQueryResult = Apollo.QueryResult<GetLibraryByIdQuery, GetLibraryByIdQueryVariables>;
7086
8325
  export declare const GetLibraryPermissionsDocument: Apollo.DocumentNode;
7087
8326
  /**
@@ -7106,8 +8345,12 @@ export declare function useGetLibraryPermissionsQuery(baseOptions?: Apollo.Query
7106
8345
  export declare function useGetLibraryPermissionsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryPermissionsQuery, GetLibraryPermissionsQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryPermissionsQuery, Exact<{
7107
8346
  libraryId?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
7108
8347
  }>>;
8348
+ export declare function useGetLibraryPermissionsSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetLibraryPermissionsQuery, GetLibraryPermissionsQueryVariables>): Apollo.UseSuspenseQueryResult<GetLibraryPermissionsQuery, Exact<{
8349
+ libraryId?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
8350
+ }>>;
7109
8351
  export type GetLibraryPermissionsQueryHookResult = ReturnType<typeof useGetLibraryPermissionsQuery>;
7110
8352
  export type GetLibraryPermissionsLazyQueryHookResult = ReturnType<typeof useGetLibraryPermissionsLazyQuery>;
8353
+ export type GetLibraryPermissionsSuspenseQueryHookResult = ReturnType<typeof useGetLibraryPermissionsSuspenseQuery>;
7111
8354
  export type GetLibraryPermissionsQueryResult = Apollo.QueryResult<GetLibraryPermissionsQuery, GetLibraryPermissionsQueryVariables>;
7112
8355
  export declare const GetLibraryPreviewsSettingsDocument: Apollo.DocumentNode;
7113
8356
  /**
@@ -7132,8 +8375,12 @@ export declare function useGetLibraryPreviewsSettingsQuery(baseOptions: Apollo.Q
7132
8375
  export declare function useGetLibraryPreviewsSettingsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryPreviewsSettingsQuery, GetLibraryPreviewsSettingsQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryPreviewsSettingsQuery, Exact<{
7133
8376
  id: Scalars["ID"];
7134
8377
  }>>;
8378
+ export declare function useGetLibraryPreviewsSettingsSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetLibraryPreviewsSettingsQuery, GetLibraryPreviewsSettingsQueryVariables>): Apollo.UseSuspenseQueryResult<GetLibraryPreviewsSettingsQuery, Exact<{
8379
+ id: Scalars["ID"];
8380
+ }>>;
7135
8381
  export type GetLibraryPreviewsSettingsQueryHookResult = ReturnType<typeof useGetLibraryPreviewsSettingsQuery>;
7136
8382
  export type GetLibraryPreviewsSettingsLazyQueryHookResult = ReturnType<typeof useGetLibraryPreviewsSettingsLazyQuery>;
8383
+ export type GetLibraryPreviewsSettingsSuspenseQueryHookResult = ReturnType<typeof useGetLibraryPreviewsSettingsSuspenseQuery>;
7137
8384
  export type GetLibraryPreviewsSettingsQueryResult = Apollo.QueryResult<GetLibraryPreviewsSettingsQuery, GetLibraryPreviewsSettingsQueryVariables>;
7138
8385
  export declare const SaveLibraryDocument: Apollo.DocumentNode;
7139
8386
  export type SaveLibraryMutationFn = Apollo.MutationFunction<SaveLibraryMutation, SaveLibraryMutationVariables>;
@@ -7192,9 +8439,99 @@ export declare function useIsAllowedLazyQuery(baseOptions?: Apollo.LazyQueryHook
7192
8439
  applyTo?: InputMaybe<Scalars["ID"]>;
7193
8440
  target?: InputMaybe<PermissionTarget>;
7194
8441
  }>>;
8442
+ export declare function useIsAllowedSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IsAllowedQuery, IsAllowedQueryVariables>): Apollo.UseSuspenseQueryResult<IsAllowedQuery, Exact<{
8443
+ type: PermissionTypes;
8444
+ actions: Array<PermissionsActions> | PermissionsActions;
8445
+ applyTo?: InputMaybe<Scalars["ID"]>;
8446
+ target?: InputMaybe<PermissionTarget>;
8447
+ }>>;
7195
8448
  export type IsAllowedQueryHookResult = ReturnType<typeof useIsAllowedQuery>;
7196
8449
  export type IsAllowedLazyQueryHookResult = ReturnType<typeof useIsAllowedLazyQuery>;
8450
+ export type IsAllowedSuspenseQueryHookResult = ReturnType<typeof useIsAllowedSuspenseQuery>;
7197
8451
  export type IsAllowedQueryResult = Apollo.QueryResult<IsAllowedQuery, IsAllowedQueryVariables>;
8452
+ export declare const ActivateNewRecordDocument: Apollo.DocumentNode;
8453
+ export type ActivateNewRecordMutationFn = Apollo.MutationFunction<ActivateNewRecordMutation, ActivateNewRecordMutationVariables>;
8454
+ /**
8455
+ * __useActivateNewRecordMutation__
8456
+ *
8457
+ * To run a mutation, you first call `useActivateNewRecordMutation` within a React component and pass it any options that fit your needs.
8458
+ * When your component renders, `useActivateNewRecordMutation` returns a tuple that includes:
8459
+ * - A mutate function that you can call at any time to execute the mutation
8460
+ * - An object with fields that represent the current status of the mutation's execution
8461
+ *
8462
+ * @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;
8463
+ *
8464
+ * @example
8465
+ * const [activateNewRecordMutation, { data, loading, error }] = useActivateNewRecordMutation({
8466
+ * variables: {
8467
+ * libraryId: // value for 'libraryId'
8468
+ * recordId: // value for 'recordId'
8469
+ * formId: // value for 'formId'
8470
+ * },
8471
+ * });
8472
+ */
8473
+ export declare function useActivateNewRecordMutation(baseOptions?: Apollo.MutationHookOptions<ActivateNewRecordMutation, ActivateNewRecordMutationVariables>): Apollo.MutationTuple<ActivateNewRecordMutation, Exact<{
8474
+ libraryId: Scalars["ID"];
8475
+ recordId: Scalars["ID"];
8476
+ formId?: InputMaybe<Scalars["String"]>;
8477
+ }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
8478
+ export type ActivateNewRecordMutationHookResult = ReturnType<typeof useActivateNewRecordMutation>;
8479
+ export type ActivateNewRecordMutationResult = Apollo.MutationResult<ActivateNewRecordMutation>;
8480
+ export type ActivateNewRecordMutationOptions = Apollo.BaseMutationOptions<ActivateNewRecordMutation, ActivateNewRecordMutationVariables>;
8481
+ export declare const ActivateRecordsDocument: Apollo.DocumentNode;
8482
+ export type ActivateRecordsMutationFn = Apollo.MutationFunction<ActivateRecordsMutation, ActivateRecordsMutationVariables>;
8483
+ /**
8484
+ * __useActivateRecordsMutation__
8485
+ *
8486
+ * To run a mutation, you first call `useActivateRecordsMutation` within a React component and pass it any options that fit your needs.
8487
+ * When your component renders, `useActivateRecordsMutation` returns a tuple that includes:
8488
+ * - A mutate function that you can call at any time to execute the mutation
8489
+ * - An object with fields that represent the current status of the mutation's execution
8490
+ *
8491
+ * @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;
8492
+ *
8493
+ * @example
8494
+ * const [activateRecordsMutation, { data, loading, error }] = useActivateRecordsMutation({
8495
+ * variables: {
8496
+ * libraryId: // value for 'libraryId'
8497
+ * recordsIds: // value for 'recordsIds'
8498
+ * filters: // value for 'filters'
8499
+ * },
8500
+ * });
8501
+ */
8502
+ export declare function useActivateRecordsMutation(baseOptions?: Apollo.MutationHookOptions<ActivateRecordsMutation, ActivateRecordsMutationVariables>): Apollo.MutationTuple<ActivateRecordsMutation, Exact<{
8503
+ libraryId: Scalars["String"];
8504
+ recordsIds?: InputMaybe<Array<Scalars["String"]> | Scalars["String"]>;
8505
+ filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
8506
+ }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
8507
+ export type ActivateRecordsMutationHookResult = ReturnType<typeof useActivateRecordsMutation>;
8508
+ export type ActivateRecordsMutationResult = Apollo.MutationResult<ActivateRecordsMutation>;
8509
+ export type ActivateRecordsMutationOptions = Apollo.BaseMutationOptions<ActivateRecordsMutation, ActivateRecordsMutationVariables>;
8510
+ export declare const CreateEmptyRecordDocument: Apollo.DocumentNode;
8511
+ export type CreateEmptyRecordMutationFn = Apollo.MutationFunction<CreateEmptyRecordMutation, CreateEmptyRecordMutationVariables>;
8512
+ /**
8513
+ * __useCreateEmptyRecordMutation__
8514
+ *
8515
+ * To run a mutation, you first call `useCreateEmptyRecordMutation` within a React component and pass it any options that fit your needs.
8516
+ * When your component renders, `useCreateEmptyRecordMutation` returns a tuple that includes:
8517
+ * - A mutate function that you can call at any time to execute the mutation
8518
+ * - An object with fields that represent the current status of the mutation's execution
8519
+ *
8520
+ * @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;
8521
+ *
8522
+ * @example
8523
+ * const [createEmptyRecordMutation, { data, loading, error }] = useCreateEmptyRecordMutation({
8524
+ * variables: {
8525
+ * library: // value for 'library'
8526
+ * },
8527
+ * });
8528
+ */
8529
+ export declare function useCreateEmptyRecordMutation(baseOptions?: Apollo.MutationHookOptions<CreateEmptyRecordMutation, CreateEmptyRecordMutationVariables>): Apollo.MutationTuple<CreateEmptyRecordMutation, Exact<{
8530
+ library: Scalars["ID"];
8531
+ }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
8532
+ export type CreateEmptyRecordMutationHookResult = ReturnType<typeof useCreateEmptyRecordMutation>;
8533
+ export type CreateEmptyRecordMutationResult = Apollo.MutationResult<CreateEmptyRecordMutation>;
8534
+ export type CreateEmptyRecordMutationOptions = Apollo.BaseMutationOptions<CreateEmptyRecordMutation, CreateEmptyRecordMutationVariables>;
7198
8535
  export declare const CreateRecordDocument: Apollo.DocumentNode;
7199
8536
  export type CreateRecordMutationFn = Apollo.MutationFunction<CreateRecordMutation, CreateRecordMutationVariables>;
7200
8537
  /**
@@ -7280,8 +8617,14 @@ export declare function useDoesFileExistAsChildLazyQuery(baseOptions?: Apollo.La
7280
8617
  treeId: Scalars["ID"];
7281
8618
  filename: Scalars["String"];
7282
8619
  }>>;
8620
+ export declare function useDoesFileExistAsChildSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<DoesFileExistAsChildQuery, DoesFileExistAsChildQueryVariables>): Apollo.UseSuspenseQueryResult<DoesFileExistAsChildQuery, Exact<{
8621
+ parentNode?: InputMaybe<Scalars["ID"]>;
8622
+ treeId: Scalars["ID"];
8623
+ filename: Scalars["String"];
8624
+ }>>;
7283
8625
  export type DoesFileExistAsChildQueryHookResult = ReturnType<typeof useDoesFileExistAsChildQuery>;
7284
8626
  export type DoesFileExistAsChildLazyQueryHookResult = ReturnType<typeof useDoesFileExistAsChildLazyQuery>;
8627
+ export type DoesFileExistAsChildSuspenseQueryHookResult = ReturnType<typeof useDoesFileExistAsChildSuspenseQuery>;
7285
8628
  export type DoesFileExistAsChildQueryResult = Apollo.QueryResult<DoesFileExistAsChildQuery, DoesFileExistAsChildQueryVariables>;
7286
8629
  export declare const GetFileDataDocument: Apollo.DocumentNode;
7287
8630
  /**
@@ -7312,8 +8655,14 @@ export declare function useGetFileDataLazyQuery(baseOptions?: Apollo.LazyQueryHo
7312
8655
  fileId: Scalars["String"];
7313
8656
  previewsStatusAttribute: Scalars["ID"];
7314
8657
  }>>;
8658
+ export declare function useGetFileDataSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetFileDataQuery, GetFileDataQueryVariables>): Apollo.UseSuspenseQueryResult<GetFileDataQuery, Exact<{
8659
+ library: Scalars["ID"];
8660
+ fileId: Scalars["String"];
8661
+ previewsStatusAttribute: Scalars["ID"];
8662
+ }>>;
7315
8663
  export type GetFileDataQueryHookResult = ReturnType<typeof useGetFileDataQuery>;
7316
8664
  export type GetFileDataLazyQueryHookResult = ReturnType<typeof useGetFileDataLazyQuery>;
8665
+ export type GetFileDataSuspenseQueryHookResult = ReturnType<typeof useGetFileDataSuspenseQuery>;
7317
8666
  export type GetFileDataQueryResult = Apollo.QueryResult<GetFileDataQuery, GetFileDataQueryVariables>;
7318
8667
  export declare const RecordFormDocument: Apollo.DocumentNode;
7319
8668
  /**
@@ -7347,8 +8696,15 @@ export declare function useRecordFormLazyQuery(baseOptions?: Apollo.LazyQueryHoo
7347
8696
  recordId?: InputMaybe<Scalars["String"]>;
7348
8697
  version?: InputMaybe<Array<ValueVersionInput> | ValueVersionInput>;
7349
8698
  }>>;
8699
+ export declare function useRecordFormSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<RecordFormQuery, RecordFormQueryVariables>): Apollo.UseSuspenseQueryResult<RecordFormQuery, Exact<{
8700
+ libraryId: Scalars["String"];
8701
+ formId: Scalars["String"];
8702
+ recordId?: InputMaybe<Scalars["String"]>;
8703
+ version?: InputMaybe<Array<ValueVersionInput> | ValueVersionInput>;
8704
+ }>>;
7350
8705
  export type RecordFormQueryHookResult = ReturnType<typeof useRecordFormQuery>;
7351
8706
  export type RecordFormLazyQueryHookResult = ReturnType<typeof useRecordFormLazyQuery>;
8707
+ export type RecordFormSuspenseQueryHookResult = ReturnType<typeof useRecordFormSuspenseQuery>;
7352
8708
  export type RecordFormQueryResult = Apollo.QueryResult<RecordFormQuery, RecordFormQueryVariables>;
7353
8709
  export declare const RecordUpdateDocument: Apollo.DocumentNode;
7354
8710
  /**
@@ -7372,6 +8728,44 @@ export declare function useRecordUpdateSubscription(baseOptions?: Apollo.Subscri
7372
8728
  }>>;
7373
8729
  export type RecordUpdateSubscriptionHookResult = ReturnType<typeof useRecordUpdateSubscription>;
7374
8730
  export type RecordUpdateSubscriptionResult = Apollo.SubscriptionResult<RecordUpdateSubscription>;
8731
+ export declare const GetRecordsFromLibraryDocument: Apollo.DocumentNode;
8732
+ /**
8733
+ * __useGetRecordsFromLibraryQuery__
8734
+ *
8735
+ * To run a query within a React component, call `useGetRecordsFromLibraryQuery` and pass it any options that fit your needs.
8736
+ * When your component renders, `useGetRecordsFromLibraryQuery` returns an object from Apollo Client that contains loading, error, and data properties
8737
+ * you can use to render your UI.
8738
+ *
8739
+ * @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;
8740
+ *
8741
+ * @example
8742
+ * const { data, loading, error } = useGetRecordsFromLibraryQuery({
8743
+ * variables: {
8744
+ * libraryId: // value for 'libraryId'
8745
+ * pagination: // value for 'pagination'
8746
+ * filters: // value for 'filters'
8747
+ * },
8748
+ * });
8749
+ */
8750
+ export declare function useGetRecordsFromLibraryQuery(baseOptions: Apollo.QueryHookOptions<GetRecordsFromLibraryQuery, GetRecordsFromLibraryQueryVariables>): Apollo.QueryResult<GetRecordsFromLibraryQuery, Exact<{
8751
+ libraryId: Scalars["ID"];
8752
+ pagination?: InputMaybe<RecordsPagination>;
8753
+ filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
8754
+ }>>;
8755
+ export declare function useGetRecordsFromLibraryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetRecordsFromLibraryQuery, GetRecordsFromLibraryQueryVariables>): Apollo.LazyQueryResultTuple<GetRecordsFromLibraryQuery, Exact<{
8756
+ libraryId: Scalars["ID"];
8757
+ pagination?: InputMaybe<RecordsPagination>;
8758
+ filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
8759
+ }>>;
8760
+ export declare function useGetRecordsFromLibrarySuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetRecordsFromLibraryQuery, GetRecordsFromLibraryQueryVariables>): Apollo.UseSuspenseQueryResult<GetRecordsFromLibraryQuery, Exact<{
8761
+ libraryId: Scalars["ID"];
8762
+ pagination?: InputMaybe<RecordsPagination>;
8763
+ filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
8764
+ }>>;
8765
+ export type GetRecordsFromLibraryQueryHookResult = ReturnType<typeof useGetRecordsFromLibraryQuery>;
8766
+ export type GetRecordsFromLibraryLazyQueryHookResult = ReturnType<typeof useGetRecordsFromLibraryLazyQuery>;
8767
+ export type GetRecordsFromLibrarySuspenseQueryHookResult = ReturnType<typeof useGetRecordsFromLibrarySuspenseQuery>;
8768
+ export type GetRecordsFromLibraryQueryResult = Apollo.QueryResult<GetRecordsFromLibraryQuery, GetRecordsFromLibraryQueryVariables>;
7375
8769
  export declare const IndexRecordsDocument: Apollo.DocumentNode;
7376
8770
  export type IndexRecordsMutationFn = Apollo.MutationFunction<IndexRecordsMutation, IndexRecordsMutationVariables>;
7377
8771
  /**
@@ -7399,6 +8793,33 @@ export declare function useIndexRecordsMutation(baseOptions?: Apollo.MutationHoo
7399
8793
  export type IndexRecordsMutationHookResult = ReturnType<typeof useIndexRecordsMutation>;
7400
8794
  export type IndexRecordsMutationResult = Apollo.MutationResult<IndexRecordsMutation>;
7401
8795
  export type IndexRecordsMutationOptions = Apollo.BaseMutationOptions<IndexRecordsMutation, IndexRecordsMutationVariables>;
8796
+ export declare const PurgeRecordDocument: Apollo.DocumentNode;
8797
+ export type PurgeRecordMutationFn = Apollo.MutationFunction<PurgeRecordMutation, PurgeRecordMutationVariables>;
8798
+ /**
8799
+ * __usePurgeRecordMutation__
8800
+ *
8801
+ * To run a mutation, you first call `usePurgeRecordMutation` within a React component and pass it any options that fit your needs.
8802
+ * When your component renders, `usePurgeRecordMutation` returns a tuple that includes:
8803
+ * - A mutate function that you can call at any time to execute the mutation
8804
+ * - An object with fields that represent the current status of the mutation's execution
8805
+ *
8806
+ * @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;
8807
+ *
8808
+ * @example
8809
+ * const [purgeRecordMutation, { data, loading, error }] = usePurgeRecordMutation({
8810
+ * variables: {
8811
+ * libraryId: // value for 'libraryId'
8812
+ * recordId: // value for 'recordId'
8813
+ * },
8814
+ * });
8815
+ */
8816
+ export declare function usePurgeRecordMutation(baseOptions?: Apollo.MutationHookOptions<PurgeRecordMutation, PurgeRecordMutationVariables>): Apollo.MutationTuple<PurgeRecordMutation, Exact<{
8817
+ libraryId: Scalars["ID"];
8818
+ recordId: Scalars["ID"];
8819
+ }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
8820
+ export type PurgeRecordMutationHookResult = ReturnType<typeof usePurgeRecordMutation>;
8821
+ export type PurgeRecordMutationResult = Apollo.MutationResult<PurgeRecordMutation>;
8822
+ export type PurgeRecordMutationOptions = Apollo.BaseMutationOptions<PurgeRecordMutation, PurgeRecordMutationVariables>;
7402
8823
  export declare const CancelTaskDocument: Apollo.DocumentNode;
7403
8824
  export type CancelTaskMutationFn = Apollo.MutationFunction<CancelTaskMutation, CancelTaskMutationVariables>;
7404
8825
  /**
@@ -7447,8 +8868,12 @@ export declare function useCheckTreeExistenceQuery(baseOptions?: Apollo.QueryHoo
7447
8868
  export declare function useCheckTreeExistenceLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CheckTreeExistenceQuery, CheckTreeExistenceQueryVariables>): Apollo.LazyQueryResultTuple<CheckTreeExistenceQuery, Exact<{
7448
8869
  id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
7449
8870
  }>>;
8871
+ export declare function useCheckTreeExistenceSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<CheckTreeExistenceQuery, CheckTreeExistenceQueryVariables>): Apollo.UseSuspenseQueryResult<CheckTreeExistenceQuery, Exact<{
8872
+ id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
8873
+ }>>;
7450
8874
  export type CheckTreeExistenceQueryHookResult = ReturnType<typeof useCheckTreeExistenceQuery>;
7451
8875
  export type CheckTreeExistenceLazyQueryHookResult = ReturnType<typeof useCheckTreeExistenceLazyQuery>;
8876
+ export type CheckTreeExistenceSuspenseQueryHookResult = ReturnType<typeof useCheckTreeExistenceSuspenseQuery>;
7452
8877
  export type CheckTreeExistenceQueryResult = Apollo.QueryResult<CheckTreeExistenceQuery, CheckTreeExistenceQueryVariables>;
7453
8878
  export declare const DeleteTreeDocument: Apollo.DocumentNode;
7454
8879
  export type DeleteTreeMutationFn = Apollo.MutationFunction<DeleteTreeMutation, DeleteTreeMutationVariables>;
@@ -7498,8 +8923,12 @@ export declare function useGetTreeByIdQuery(baseOptions?: Apollo.QueryHookOption
7498
8923
  export declare function useGetTreeByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetTreeByIdQuery, GetTreeByIdQueryVariables>): Apollo.LazyQueryResultTuple<GetTreeByIdQuery, Exact<{
7499
8924
  id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
7500
8925
  }>>;
8926
+ export declare function useGetTreeByIdSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetTreeByIdQuery, GetTreeByIdQueryVariables>): Apollo.UseSuspenseQueryResult<GetTreeByIdQuery, Exact<{
8927
+ id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
8928
+ }>>;
7501
8929
  export type GetTreeByIdQueryHookResult = ReturnType<typeof useGetTreeByIdQuery>;
7502
8930
  export type GetTreeByIdLazyQueryHookResult = ReturnType<typeof useGetTreeByIdLazyQuery>;
8931
+ export type GetTreeByIdSuspenseQueryHookResult = ReturnType<typeof useGetTreeByIdSuspenseQuery>;
7503
8932
  export type GetTreeByIdQueryResult = Apollo.QueryResult<GetTreeByIdQuery, GetTreeByIdQueryVariables>;
7504
8933
  export declare const GetTreeLibrariesDocument: Apollo.DocumentNode;
7505
8934
  /**
@@ -7527,8 +8956,13 @@ export declare function useGetTreeLibrariesLazyQuery(baseOptions?: Apollo.LazyQu
7527
8956
  treeId?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
7528
8957
  library?: InputMaybe<Scalars["String"]>;
7529
8958
  }>>;
8959
+ export declare function useGetTreeLibrariesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetTreeLibrariesQuery, GetTreeLibrariesQueryVariables>): Apollo.UseSuspenseQueryResult<GetTreeLibrariesQuery, Exact<{
8960
+ treeId?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
8961
+ library?: InputMaybe<Scalars["String"]>;
8962
+ }>>;
7530
8963
  export type GetTreeLibrariesQueryHookResult = ReturnType<typeof useGetTreeLibrariesQuery>;
7531
8964
  export type GetTreeLibrariesLazyQueryHookResult = ReturnType<typeof useGetTreeLibrariesLazyQuery>;
8965
+ export type GetTreeLibrariesSuspenseQueryHookResult = ReturnType<typeof useGetTreeLibrariesSuspenseQuery>;
7532
8966
  export type GetTreeLibrariesQueryResult = Apollo.QueryResult<GetTreeLibrariesQuery, GetTreeLibrariesQueryVariables>;
7533
8967
  export declare const GetTreesDocument: Apollo.DocumentNode;
7534
8968
  /**
@@ -7552,8 +8986,12 @@ export declare function useGetTreesQuery(baseOptions?: Apollo.QueryHookOptions<G
7552
8986
  export declare function useGetTreesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetTreesQuery, GetTreesQueryVariables>): Apollo.LazyQueryResultTuple<GetTreesQuery, Exact<{
7553
8987
  [key: string]: never;
7554
8988
  }>>;
8989
+ export declare function useGetTreesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetTreesQuery, GetTreesQueryVariables>): Apollo.UseSuspenseQueryResult<GetTreesQuery, Exact<{
8990
+ [key: string]: never;
8991
+ }>>;
7555
8992
  export type GetTreesQueryHookResult = ReturnType<typeof useGetTreesQuery>;
7556
8993
  export type GetTreesLazyQueryHookResult = ReturnType<typeof useGetTreesLazyQuery>;
8994
+ export type GetTreesSuspenseQueryHookResult = ReturnType<typeof useGetTreesSuspenseQuery>;
7557
8995
  export type GetTreesQueryResult = Apollo.QueryResult<GetTreesQuery, GetTreesQueryVariables>;
7558
8996
  export declare const SaveTreeDocument: Apollo.DocumentNode;
7559
8997
  export type SaveTreeMutationFn = Apollo.MutationFunction<SaveTreeMutation, SaveTreeMutationVariables>;
@@ -7596,6 +9034,7 @@ export declare const TreeNodeChildrenDocument: Apollo.DocumentNode;
7596
9034
  * treeId: // value for 'treeId'
7597
9035
  * node: // value for 'node'
7598
9036
  * pagination: // value for 'pagination'
9037
+ * childrenAsRecordValuePermissionFilter: // value for 'childrenAsRecordValuePermissionFilter'
7599
9038
  * },
7600
9039
  * });
7601
9040
  */
@@ -7603,14 +9042,23 @@ export declare function useTreeNodeChildrenQuery(baseOptions: Apollo.QueryHookOp
7603
9042
  treeId: Scalars["ID"];
7604
9043
  node?: InputMaybe<Scalars["ID"]>;
7605
9044
  pagination?: InputMaybe<Pagination>;
9045
+ childrenAsRecordValuePermissionFilter?: InputMaybe<ChildrenAsRecordValuePermissionFilterInput>;
7606
9046
  }>>;
7607
9047
  export declare function useTreeNodeChildrenLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<TreeNodeChildrenQuery, TreeNodeChildrenQueryVariables>): Apollo.LazyQueryResultTuple<TreeNodeChildrenQuery, Exact<{
7608
9048
  treeId: Scalars["ID"];
7609
9049
  node?: InputMaybe<Scalars["ID"]>;
7610
9050
  pagination?: InputMaybe<Pagination>;
9051
+ childrenAsRecordValuePermissionFilter?: InputMaybe<ChildrenAsRecordValuePermissionFilterInput>;
9052
+ }>>;
9053
+ export declare function useTreeNodeChildrenSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<TreeNodeChildrenQuery, TreeNodeChildrenQueryVariables>): Apollo.UseSuspenseQueryResult<TreeNodeChildrenQuery, Exact<{
9054
+ treeId: Scalars["ID"];
9055
+ node?: InputMaybe<Scalars["ID"]>;
9056
+ pagination?: InputMaybe<Pagination>;
9057
+ childrenAsRecordValuePermissionFilter?: InputMaybe<ChildrenAsRecordValuePermissionFilterInput>;
7611
9058
  }>>;
7612
9059
  export type TreeNodeChildrenQueryHookResult = ReturnType<typeof useTreeNodeChildrenQuery>;
7613
9060
  export type TreeNodeChildrenLazyQueryHookResult = ReturnType<typeof useTreeNodeChildrenLazyQuery>;
9061
+ export type TreeNodeChildrenSuspenseQueryHookResult = ReturnType<typeof useTreeNodeChildrenSuspenseQuery>;
7614
9062
  export type TreeNodeChildrenQueryResult = Apollo.QueryResult<TreeNodeChildrenQuery, TreeNodeChildrenQueryVariables>;
7615
9063
  export declare const GetUserDataDocument: Apollo.DocumentNode;
7616
9064
  /**
@@ -7638,8 +9086,13 @@ export declare function useGetUserDataLazyQuery(baseOptions?: Apollo.LazyQueryHo
7638
9086
  keys: Array<Scalars["String"]> | Scalars["String"];
7639
9087
  global?: InputMaybe<Scalars["Boolean"]>;
7640
9088
  }>>;
9089
+ export declare function useGetUserDataSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetUserDataQuery, GetUserDataQueryVariables>): Apollo.UseSuspenseQueryResult<GetUserDataQuery, Exact<{
9090
+ keys: Array<Scalars["String"]> | Scalars["String"];
9091
+ global?: InputMaybe<Scalars["Boolean"]>;
9092
+ }>>;
7641
9093
  export type GetUserDataQueryHookResult = ReturnType<typeof useGetUserDataQuery>;
7642
9094
  export type GetUserDataLazyQueryHookResult = ReturnType<typeof useGetUserDataLazyQuery>;
9095
+ export type GetUserDataSuspenseQueryHookResult = ReturnType<typeof useGetUserDataSuspenseQuery>;
7643
9096
  export type GetUserDataQueryResult = Apollo.QueryResult<GetUserDataQuery, GetUserDataQueryVariables>;
7644
9097
  export declare const SaveUserDataDocument: Apollo.DocumentNode;
7645
9098
  export type SaveUserDataMutationFn = Apollo.MutationFunction<SaveUserDataMutation, SaveUserDataMutationVariables>;
@@ -7701,38 +9154,6 @@ export declare function useDeleteValueMutation(baseOptions?: Apollo.MutationHook
7701
9154
  export type DeleteValueMutationHookResult = ReturnType<typeof useDeleteValueMutation>;
7702
9155
  export type DeleteValueMutationResult = Apollo.MutationResult<DeleteValueMutation>;
7703
9156
  export type DeleteValueMutationOptions = Apollo.BaseMutationOptions<DeleteValueMutation, DeleteValueMutationVariables>;
7704
- export declare const RunActionsListAndFormatOnValueDocument: Apollo.DocumentNode;
7705
- /**
7706
- * __useRunActionsListAndFormatOnValueQuery__
7707
- *
7708
- * To run a query within a React component, call `useRunActionsListAndFormatOnValueQuery` and pass it any options that fit your needs.
7709
- * When your component renders, `useRunActionsListAndFormatOnValueQuery` returns an object from Apollo Client that contains loading, error, and data properties
7710
- * you can use to render your UI.
7711
- *
7712
- * @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;
7713
- *
7714
- * @example
7715
- * const { data, loading, error } = useRunActionsListAndFormatOnValueQuery({
7716
- * variables: {
7717
- * library: // value for 'library'
7718
- * value: // value for 'value'
7719
- * version: // value for 'version'
7720
- * },
7721
- * });
7722
- */
7723
- export declare function useRunActionsListAndFormatOnValueQuery(baseOptions: Apollo.QueryHookOptions<RunActionsListAndFormatOnValueQuery, RunActionsListAndFormatOnValueQueryVariables>): Apollo.QueryResult<RunActionsListAndFormatOnValueQuery, Exact<{
7724
- library: Scalars["ID"];
7725
- value?: InputMaybe<ValueBatchInput>;
7726
- version?: InputMaybe<Array<InputMaybe<ValueVersionInput>> | InputMaybe<ValueVersionInput>>;
7727
- }>>;
7728
- export declare function useRunActionsListAndFormatOnValueLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<RunActionsListAndFormatOnValueQuery, RunActionsListAndFormatOnValueQueryVariables>): Apollo.LazyQueryResultTuple<RunActionsListAndFormatOnValueQuery, Exact<{
7729
- library: Scalars["ID"];
7730
- value?: InputMaybe<ValueBatchInput>;
7731
- version?: InputMaybe<Array<InputMaybe<ValueVersionInput>> | InputMaybe<ValueVersionInput>>;
7732
- }>>;
7733
- export type RunActionsListAndFormatOnValueQueryHookResult = ReturnType<typeof useRunActionsListAndFormatOnValueQuery>;
7734
- export type RunActionsListAndFormatOnValueLazyQueryHookResult = ReturnType<typeof useRunActionsListAndFormatOnValueLazyQuery>;
7735
- export type RunActionsListAndFormatOnValueQueryResult = Apollo.QueryResult<RunActionsListAndFormatOnValueQuery, RunActionsListAndFormatOnValueQueryVariables>;
7736
9157
  export declare const SaveValueBatchDocument: Apollo.DocumentNode;
7737
9158
  export type SaveValueBatchMutationFn = Apollo.MutationFunction<SaveValueBatchMutation, SaveValueBatchMutationVariables>;
7738
9159
  /**
@@ -7814,8 +9235,12 @@ export declare function useGetViewQuery(baseOptions: Apollo.QueryHookOptions<Get
7814
9235
  export declare function useGetViewLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetViewQuery, GetViewQueryVariables>): Apollo.LazyQueryResultTuple<GetViewQuery, Exact<{
7815
9236
  viewId: Scalars["String"];
7816
9237
  }>>;
9238
+ export declare function useGetViewSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetViewQuery, GetViewQueryVariables>): Apollo.UseSuspenseQueryResult<GetViewQuery, Exact<{
9239
+ viewId: Scalars["String"];
9240
+ }>>;
7817
9241
  export type GetViewQueryHookResult = ReturnType<typeof useGetViewQuery>;
7818
9242
  export type GetViewLazyQueryHookResult = ReturnType<typeof useGetViewLazyQuery>;
9243
+ export type GetViewSuspenseQueryHookResult = ReturnType<typeof useGetViewSuspenseQuery>;
7819
9244
  export type GetViewQueryResult = Apollo.QueryResult<GetViewQuery, GetViewQueryVariables>;
7820
9245
  export declare const GetViewsListDocument: Apollo.DocumentNode;
7821
9246
  /**
@@ -7840,8 +9265,12 @@ export declare function useGetViewsListQuery(baseOptions: Apollo.QueryHookOption
7840
9265
  export declare function useGetViewsListLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetViewsListQuery, GetViewsListQueryVariables>): Apollo.LazyQueryResultTuple<GetViewsListQuery, Exact<{
7841
9266
  libraryId: Scalars["String"];
7842
9267
  }>>;
9268
+ export declare function useGetViewsListSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetViewsListQuery, GetViewsListQueryVariables>): Apollo.UseSuspenseQueryResult<GetViewsListQuery, Exact<{
9269
+ libraryId: Scalars["String"];
9270
+ }>>;
7843
9271
  export type GetViewsListQueryHookResult = ReturnType<typeof useGetViewsListQuery>;
7844
9272
  export type GetViewsListLazyQueryHookResult = ReturnType<typeof useGetViewsListLazyQuery>;
9273
+ export type GetViewsListSuspenseQueryHookResult = ReturnType<typeof useGetViewsListSuspenseQuery>;
7845
9274
  export type GetViewsListQueryResult = Apollo.QueryResult<GetViewsListQuery, GetViewsListQueryVariables>;
7846
9275
  export declare const SaveViewDocument: Apollo.DocumentNode;
7847
9276
  export type SaveViewMutationFn = Apollo.MutationFunction<SaveViewMutation, SaveViewMutationVariables>;
@@ -7868,6 +9297,36 @@ export declare function useSaveViewMutation(baseOptions?: Apollo.MutationHookOpt
7868
9297
  export type SaveViewMutationHookResult = ReturnType<typeof useSaveViewMutation>;
7869
9298
  export type SaveViewMutationResult = Apollo.MutationResult<SaveViewMutation>;
7870
9299
  export type SaveViewMutationOptions = Apollo.BaseMutationOptions<SaveViewMutation, SaveViewMutationVariables>;
9300
+ export declare const GetAttributesByLibWithPermissionsDocument: Apollo.DocumentNode;
9301
+ /**
9302
+ * __useGetAttributesByLibWithPermissionsQuery__
9303
+ *
9304
+ * To run a query within a React component, call `useGetAttributesByLibWithPermissionsQuery` and pass it any options that fit your needs.
9305
+ * When your component renders, `useGetAttributesByLibWithPermissionsQuery` returns an object from Apollo Client that contains loading, error, and data properties
9306
+ * you can use to render your UI.
9307
+ *
9308
+ * @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;
9309
+ *
9310
+ * @example
9311
+ * const { data, loading, error } = useGetAttributesByLibWithPermissionsQuery({
9312
+ * variables: {
9313
+ * library: // value for 'library'
9314
+ * },
9315
+ * });
9316
+ */
9317
+ export declare function useGetAttributesByLibWithPermissionsQuery(baseOptions: Apollo.QueryHookOptions<GetAttributesByLibWithPermissionsQuery, GetAttributesByLibWithPermissionsQueryVariables>): Apollo.QueryResult<GetAttributesByLibWithPermissionsQuery, Exact<{
9318
+ library: Scalars["String"];
9319
+ }>>;
9320
+ export declare function useGetAttributesByLibWithPermissionsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetAttributesByLibWithPermissionsQuery, GetAttributesByLibWithPermissionsQueryVariables>): Apollo.LazyQueryResultTuple<GetAttributesByLibWithPermissionsQuery, Exact<{
9321
+ library: Scalars["String"];
9322
+ }>>;
9323
+ export declare function useGetAttributesByLibWithPermissionsSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetAttributesByLibWithPermissionsQuery, GetAttributesByLibWithPermissionsQueryVariables>): Apollo.UseSuspenseQueryResult<GetAttributesByLibWithPermissionsQuery, Exact<{
9324
+ library: Scalars["String"];
9325
+ }>>;
9326
+ export type GetAttributesByLibWithPermissionsQueryHookResult = ReturnType<typeof useGetAttributesByLibWithPermissionsQuery>;
9327
+ export type GetAttributesByLibWithPermissionsLazyQueryHookResult = ReturnType<typeof useGetAttributesByLibWithPermissionsLazyQuery>;
9328
+ export type GetAttributesByLibWithPermissionsSuspenseQueryHookResult = ReturnType<typeof useGetAttributesByLibWithPermissionsSuspenseQuery>;
9329
+ export type GetAttributesByLibWithPermissionsQueryResult = Apollo.QueryResult<GetAttributesByLibWithPermissionsQuery, GetAttributesByLibWithPermissionsQueryVariables>;
7871
9330
  export declare const ExplorerAttributesDocument: Apollo.DocumentNode;
7872
9331
  /**
7873
9332
  * __useExplorerAttributesQuery__
@@ -7891,8 +9350,12 @@ export declare function useExplorerAttributesQuery(baseOptions?: Apollo.QueryHoo
7891
9350
  export declare function useExplorerAttributesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerAttributesQuery, Exact<{
7892
9351
  ids?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
7893
9352
  }>>;
9353
+ export declare function useExplorerAttributesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>): Apollo.UseSuspenseQueryResult<ExplorerAttributesQuery, Exact<{
9354
+ ids?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
9355
+ }>>;
7894
9356
  export type ExplorerAttributesQueryHookResult = ReturnType<typeof useExplorerAttributesQuery>;
7895
9357
  export type ExplorerAttributesLazyQueryHookResult = ReturnType<typeof useExplorerAttributesLazyQuery>;
9358
+ export type ExplorerAttributesSuspenseQueryHookResult = ReturnType<typeof useExplorerAttributesSuspenseQuery>;
7896
9359
  export type ExplorerAttributesQueryResult = Apollo.QueryResult<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>;
7897
9360
  export declare const ExplorerLinkAttributeDocument: Apollo.DocumentNode;
7898
9361
  /**
@@ -7917,8 +9380,12 @@ export declare function useExplorerLinkAttributeQuery(baseOptions: Apollo.QueryH
7917
9380
  export declare function useExplorerLinkAttributeLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLinkAttributeQuery, Exact<{
7918
9381
  id: Scalars["ID"];
7919
9382
  }>>;
9383
+ export declare function useExplorerLinkAttributeSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>): Apollo.UseSuspenseQueryResult<ExplorerLinkAttributeQuery, Exact<{
9384
+ id: Scalars["ID"];
9385
+ }>>;
7920
9386
  export type ExplorerLinkAttributeQueryHookResult = ReturnType<typeof useExplorerLinkAttributeQuery>;
7921
9387
  export type ExplorerLinkAttributeLazyQueryHookResult = ReturnType<typeof useExplorerLinkAttributeLazyQuery>;
9388
+ export type ExplorerLinkAttributeSuspenseQueryHookResult = ReturnType<typeof useExplorerLinkAttributeSuspenseQuery>;
7922
9389
  export type ExplorerLinkAttributeQueryResult = Apollo.QueryResult<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>;
7923
9390
  export declare const ExplorerLibraryDataDocument: Apollo.DocumentNode;
7924
9391
  /**
@@ -7958,8 +9425,17 @@ export declare function useExplorerLibraryDataLazyQuery(baseOptions?: Apollo.Laz
7958
9425
  multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
7959
9426
  searchQuery?: InputMaybe<Scalars["String"]>;
7960
9427
  }>>;
9428
+ export declare function useExplorerLibraryDataSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>): Apollo.UseSuspenseQueryResult<ExplorerLibraryDataQuery, Exact<{
9429
+ libraryId: Scalars["ID"];
9430
+ attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
9431
+ pagination?: InputMaybe<RecordsPagination>;
9432
+ filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
9433
+ multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
9434
+ searchQuery?: InputMaybe<Scalars["String"]>;
9435
+ }>>;
7961
9436
  export type ExplorerLibraryDataQueryHookResult = ReturnType<typeof useExplorerLibraryDataQuery>;
7962
9437
  export type ExplorerLibraryDataLazyQueryHookResult = ReturnType<typeof useExplorerLibraryDataLazyQuery>;
9438
+ export type ExplorerLibraryDataSuspenseQueryHookResult = ReturnType<typeof useExplorerLibraryDataSuspenseQuery>;
7963
9439
  export type ExplorerLibraryDataQueryResult = Apollo.QueryResult<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>;
7964
9440
  export declare const ExplorerLinkDataDocument: Apollo.DocumentNode;
7965
9441
  /**
@@ -7993,8 +9469,15 @@ export declare function useExplorerLinkDataLazyQuery(baseOptions?: Apollo.LazyQu
7993
9469
  parentRecordId?: InputMaybe<Scalars["String"]>;
7994
9470
  linkAttributeId: Scalars["ID"];
7995
9471
  }>>;
9472
+ export declare function useExplorerLinkDataSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>): Apollo.UseSuspenseQueryResult<ExplorerLinkDataQuery, Exact<{
9473
+ attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
9474
+ parentLibraryId: Scalars["ID"];
9475
+ parentRecordId?: InputMaybe<Scalars["String"]>;
9476
+ linkAttributeId: Scalars["ID"];
9477
+ }>>;
7996
9478
  export type ExplorerLinkDataQueryHookResult = ReturnType<typeof useExplorerLinkDataQuery>;
7997
9479
  export type ExplorerLinkDataLazyQueryHookResult = ReturnType<typeof useExplorerLinkDataLazyQuery>;
9480
+ export type ExplorerLinkDataSuspenseQueryHookResult = ReturnType<typeof useExplorerLinkDataSuspenseQuery>;
7998
9481
  export type ExplorerLinkDataQueryResult = Apollo.QueryResult<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>;
7999
9482
  export declare const GetLibraryAttributesDocument: Apollo.DocumentNode;
8000
9483
  /**
@@ -8019,8 +9502,12 @@ export declare function useGetLibraryAttributesQuery(baseOptions: Apollo.QueryHo
8019
9502
  export declare function useGetLibraryAttributesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryAttributesQuery, GetLibraryAttributesQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryAttributesQuery, Exact<{
8020
9503
  libraryId: Scalars["ID"];
8021
9504
  }>>;
9505
+ export declare function useGetLibraryAttributesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetLibraryAttributesQuery, GetLibraryAttributesQueryVariables>): Apollo.UseSuspenseQueryResult<GetLibraryAttributesQuery, Exact<{
9506
+ libraryId: Scalars["ID"];
9507
+ }>>;
8022
9508
  export type GetLibraryAttributesQueryHookResult = ReturnType<typeof useGetLibraryAttributesQuery>;
8023
9509
  export type GetLibraryAttributesLazyQueryHookResult = ReturnType<typeof useGetLibraryAttributesLazyQuery>;
9510
+ export type GetLibraryAttributesSuspenseQueryHookResult = ReturnType<typeof useGetLibraryAttributesSuspenseQuery>;
8024
9511
  export type GetLibraryAttributesQueryResult = Apollo.QueryResult<GetLibraryAttributesQuery, GetLibraryAttributesQueryVariables>;
8025
9512
  export declare const ExplorerLibraryDetailsDocument: Apollo.DocumentNode;
8026
9513
  /**
@@ -8045,8 +9532,12 @@ export declare function useExplorerLibraryDetailsQuery(baseOptions: Apollo.Query
8045
9532
  export declare function useExplorerLibraryDetailsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLibraryDetailsQuery, Exact<{
8046
9533
  libraryId: Scalars["ID"];
8047
9534
  }>>;
9535
+ export declare function useExplorerLibraryDetailsSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>): Apollo.UseSuspenseQueryResult<ExplorerLibraryDetailsQuery, Exact<{
9536
+ libraryId: Scalars["ID"];
9537
+ }>>;
8048
9538
  export type ExplorerLibraryDetailsQueryHookResult = ReturnType<typeof useExplorerLibraryDetailsQuery>;
8049
9539
  export type ExplorerLibraryDetailsLazyQueryHookResult = ReturnType<typeof useExplorerLibraryDetailsLazyQuery>;
9540
+ export type ExplorerLibraryDetailsSuspenseQueryHookResult = ReturnType<typeof useExplorerLibraryDetailsSuspenseQuery>;
8050
9541
  export type ExplorerLibraryDetailsQueryResult = Apollo.QueryResult<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>;
8051
9542
  export declare const ExplorerSelectionIdsDocument: Apollo.DocumentNode;
8052
9543
  /**
@@ -8074,8 +9565,13 @@ export declare function useExplorerSelectionIdsLazyQuery(baseOptions?: Apollo.La
8074
9565
  libraryId: Scalars["ID"];
8075
9566
  filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
8076
9567
  }>>;
9568
+ export declare function useExplorerSelectionIdsSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<ExplorerSelectionIdsQuery, ExplorerSelectionIdsQueryVariables>): Apollo.UseSuspenseQueryResult<ExplorerSelectionIdsQuery, Exact<{
9569
+ libraryId: Scalars["ID"];
9570
+ filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
9571
+ }>>;
8077
9572
  export type ExplorerSelectionIdsQueryHookResult = ReturnType<typeof useExplorerSelectionIdsQuery>;
8078
9573
  export type ExplorerSelectionIdsLazyQueryHookResult = ReturnType<typeof useExplorerSelectionIdsLazyQuery>;
9574
+ export type ExplorerSelectionIdsSuspenseQueryHookResult = ReturnType<typeof useExplorerSelectionIdsSuspenseQuery>;
8079
9575
  export type ExplorerSelectionIdsQueryResult = Apollo.QueryResult<ExplorerSelectionIdsQuery, ExplorerSelectionIdsQueryVariables>;
8080
9576
  export declare const MeDocument: Apollo.DocumentNode;
8081
9577
  /**
@@ -8099,8 +9595,12 @@ export declare function useMeQuery(baseOptions?: Apollo.QueryHookOptions<MeQuery
8099
9595
  export declare function useMeLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<MeQuery, MeQueryVariables>): Apollo.LazyQueryResultTuple<MeQuery, Exact<{
8100
9596
  [key: string]: never;
8101
9597
  }>>;
9598
+ export declare function useMeSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<MeQuery, MeQueryVariables>): Apollo.UseSuspenseQueryResult<MeQuery, Exact<{
9599
+ [key: string]: never;
9600
+ }>>;
8102
9601
  export type MeQueryHookResult = ReturnType<typeof useMeQuery>;
8103
9602
  export type MeLazyQueryHookResult = ReturnType<typeof useMeLazyQuery>;
9603
+ export type MeSuspenseQueryHookResult = ReturnType<typeof useMeSuspenseQuery>;
8104
9604
  export type MeQueryResult = Apollo.QueryResult<MeQuery, MeQueryVariables>;
8105
9605
  export declare const UpdateViewDocument: Apollo.DocumentNode;
8106
9606
  export type UpdateViewMutationFn = Apollo.MutationFunction<UpdateViewMutation, UpdateViewMutationVariables>;
@@ -8150,6 +9650,10 @@ export declare function useTreeDataQueryQuery(baseOptions: Apollo.QueryHookOptio
8150
9650
  export declare function useTreeDataQueryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<TreeDataQueryQuery, TreeDataQueryQueryVariables>): Apollo.LazyQueryResultTuple<TreeDataQueryQuery, Exact<{
8151
9651
  treeId: Scalars["ID"];
8152
9652
  }>>;
9653
+ export declare function useTreeDataQuerySuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<TreeDataQueryQuery, TreeDataQueryQueryVariables>): Apollo.UseSuspenseQueryResult<TreeDataQueryQuery, Exact<{
9654
+ treeId: Scalars["ID"];
9655
+ }>>;
8153
9656
  export type TreeDataQueryQueryHookResult = ReturnType<typeof useTreeDataQueryQuery>;
8154
9657
  export type TreeDataQueryLazyQueryHookResult = ReturnType<typeof useTreeDataQueryLazyQuery>;
9658
+ export type TreeDataQuerySuspenseQueryHookResult = ReturnType<typeof useTreeDataQuerySuspenseQuery>;
8155
9659
  export type TreeDataQueryQueryResult = Apollo.QueryResult<TreeDataQueryQuery, TreeDataQueryQueryVariables>;