@leav/ui 1.0.0-beta6 → 1.0.0-e073ed8e

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 (2769) hide show
  1. package/README.md +38 -1
  2. package/dist/__mocks__/common/application.d.ts +3 -0
  3. package/dist/__mocks__/common/application.js +26 -0
  4. package/dist/__mocks__/common/application.js.map +1 -0
  5. package/dist/__mocks__/common/attribute.d.ts +14 -0
  6. package/dist/__mocks__/common/attribute.js +151 -0
  7. package/dist/__mocks__/common/attribute.js.map +1 -0
  8. package/dist/__mocks__/common/filter.d.ts +4 -0
  9. package/dist/__mocks__/common/filter.js +32 -0
  10. package/dist/__mocks__/common/filter.js.map +1 -0
  11. package/dist/__mocks__/common/form.d.ts +45 -0
  12. package/dist/__mocks__/common/form.js +300 -0
  13. package/dist/__mocks__/common/form.js.map +1 -0
  14. package/dist/__mocks__/common/import.d.ts +2 -0
  15. package/dist/__mocks__/common/import.js +29 -0
  16. package/dist/__mocks__/common/import.js.map +1 -0
  17. package/dist/__mocks__/common/label.d.ts +4 -0
  18. package/dist/__mocks__/common/label.js +8 -0
  19. package/dist/__mocks__/common/label.js.map +1 -0
  20. package/dist/__mocks__/common/library.d.ts +109 -0
  21. package/dist/__mocks__/common/library.js +103 -0
  22. package/dist/__mocks__/common/library.js.map +1 -0
  23. package/dist/__mocks__/common/mockSearchContextProvider.d.ts +6 -0
  24. package/dist/__mocks__/common/mockSearchContextProvider.js +10 -0
  25. package/dist/__mocks__/common/mockSearchContextProvider.js.map +1 -0
  26. package/dist/__mocks__/common/record.d.ts +15 -0
  27. package/dist/__mocks__/common/record.js +21 -0
  28. package/dist/__mocks__/common/record.js.map +1 -0
  29. package/dist/__mocks__/common/tree.d.ts +3 -0
  30. package/dist/__mocks__/common/tree.js +32 -0
  31. package/dist/__mocks__/common/tree.js.map +1 -0
  32. package/dist/__mocks__/common/treeElements.d.ts +11 -0
  33. package/dist/__mocks__/common/treeElements.js +62 -0
  34. package/dist/__mocks__/common/treeElements.js.map +1 -0
  35. package/dist/__mocks__/common/value.d.ts +4 -0
  36. package/dist/__mocks__/common/value.js +31 -0
  37. package/dist/__mocks__/common/value.js.map +1 -0
  38. package/dist/__mocks__/common/versionProfile.d.ts +2 -0
  39. package/dist/__mocks__/common/versionProfile.js +6 -0
  40. package/dist/__mocks__/common/versionProfile.js.map +1 -0
  41. package/dist/__mocks__/common/view.d.ts +2 -0
  42. package/dist/__mocks__/common/view.js +28 -0
  43. package/dist/__mocks__/common/view.js.map +1 -0
  44. package/dist/__mocks__/mockQuery/mockGetLibraryDetailExtendedQuery.d.ts +5 -0
  45. package/dist/__mocks__/mockQuery/mockGetLibraryDetailExtendedQuery.js +57 -0
  46. package/dist/__mocks__/mockQuery/mockGetLibraryDetailExtendedQuery.js.map +1 -0
  47. package/dist/__mocks__/mockQuery/mockGetRecordsFromLibraryQuery.d.ts +5 -0
  48. package/dist/__mocks__/mockQuery/mockGetRecordsFromLibraryQuery.js +36 -0
  49. package/dist/__mocks__/mockQuery/mockGetRecordsFromLibraryQuery.js.map +1 -0
  50. package/dist/__mocks__/mockQuery/mockGetViewListQuery.d.ts +19 -0
  51. package/dist/__mocks__/mockQuery/mockGetViewListQuery.js +47 -0
  52. package/dist/__mocks__/mockQuery/mockGetViewListQuery.js.map +1 -0
  53. package/dist/__mocks__/react-i18next.d.ts +31 -0
  54. package/dist/__mocks__/react-i18next.js +65 -0
  55. package/dist/__mocks__/react-i18next.js.map +1 -0
  56. package/dist/_gqlTypes/index.d.ts +3880 -1264
  57. package/dist/_gqlTypes/index.js +1112 -64
  58. package/dist/_gqlTypes/index.js.map +1 -1
  59. package/dist/_queries/applications/applicationDetailsFragment.js +2 -1
  60. package/dist/_queries/applications/applicationDetailsFragment.js.map +1 -1
  61. package/dist/_queries/applications/checkApplicationExistence.js +2 -1
  62. package/dist/_queries/applications/checkApplicationExistence.js.map +1 -1
  63. package/dist/_queries/applications/getApplicationDetails.js +2 -1
  64. package/dist/_queries/applications/getApplicationDetails.js.map +1 -1
  65. package/dist/_queries/applications/getApplicationsModulesQuery.js +2 -1
  66. package/dist/_queries/applications/getApplicationsModulesQuery.js.map +1 -1
  67. package/dist/_queries/applications/saveApplicationMutation.js +2 -1
  68. package/dist/_queries/applications/saveApplicationMutation.js.map +1 -1
  69. package/dist/_queries/attributes/attributeDetailsFragment.js +3 -1
  70. package/dist/_queries/attributes/attributeDetailsFragment.js.map +1 -1
  71. package/dist/_queries/attributes/checkAttributeExistenceQuery.js +2 -1
  72. package/dist/_queries/attributes/checkAttributeExistenceQuery.js.map +1 -1
  73. package/dist/_queries/attributes/deleteAttributeMutation.js +2 -1
  74. package/dist/_queries/attributes/deleteAttributeMutation.js.map +1 -1
  75. package/dist/_queries/attributes/getAttributeByIdQuery.js +2 -1
  76. package/dist/_queries/attributes/getAttributeByIdQuery.js.map +1 -1
  77. package/dist/_queries/attributes/getAttributeWithEmbeddedFields.js +4 -7
  78. package/dist/_queries/attributes/getAttributeWithEmbeddedFields.js.map +1 -1
  79. package/dist/_queries/attributes/getAttributesByLib.js +9 -6
  80. package/dist/_queries/attributes/getAttributesByLib.js.map +1 -1
  81. package/dist/_queries/attributes/getAttributesQuery.js +2 -1
  82. package/dist/_queries/attributes/getAttributesQuery.js.map +1 -1
  83. package/dist/_queries/attributes/getVersionProfilesQuery.js +2 -1
  84. package/dist/_queries/attributes/getVersionProfilesQuery.js.map +1 -1
  85. package/dist/_queries/attributes/getVersionableAttributesByLibrary.js +2 -1
  86. package/dist/_queries/attributes/getVersionableAttributesByLibrary.js.map +1 -1
  87. package/dist/_queries/attributes/saveAttributeMutation.js +2 -1
  88. package/dist/_queries/attributes/saveAttributeMutation.js.map +1 -1
  89. package/dist/_queries/export/exportQuery.d.ts +1 -0
  90. package/dist/_queries/export/exportQuery.js +10 -0
  91. package/dist/_queries/export/exportQuery.js.map +1 -0
  92. package/dist/_queries/files/createDirectory.js +2 -1
  93. package/dist/_queries/files/createDirectory.js.map +1 -1
  94. package/dist/_queries/files/forcePreviewsGenerationMutation.js +2 -1
  95. package/dist/_queries/files/forcePreviewsGenerationMutation.js.map +1 -1
  96. package/dist/_queries/files/getDirectoryDataQuery.js +2 -1
  97. package/dist/_queries/files/getDirectoryDataQuery.js.map +1 -1
  98. package/dist/_queries/files/getUploadUpdates.js +2 -1
  99. package/dist/_queries/files/getUploadUpdates.js.map +1 -1
  100. package/dist/_queries/files/uploadMutation.js +2 -1
  101. package/dist/_queries/files/uploadMutation.js.map +1 -1
  102. package/dist/_queries/import/importExcel.js +2 -1
  103. package/dist/_queries/import/importExcel.js.map +1 -1
  104. package/dist/_queries/libraries/checkLibraryExistenceQuery.js +2 -1
  105. package/dist/_queries/libraries/checkLibraryExistenceQuery.js.map +1 -1
  106. package/dist/_queries/libraries/deleteLibraryMutation.js +2 -1
  107. package/dist/_queries/libraries/deleteLibraryMutation.js.map +1 -1
  108. package/dist/_queries/libraries/getLibrariesQuery.js +2 -1
  109. package/dist/_queries/libraries/getLibrariesQuery.js.map +1 -1
  110. package/dist/_queries/libraries/getLibraryByIdQuery.js +2 -1
  111. package/dist/_queries/libraries/getLibraryByIdQuery.js.map +1 -1
  112. package/dist/_queries/libraries/getLibraryDetailExtendQuery.d.ts +4 -5
  113. package/dist/_queries/libraries/getLibraryDetailExtendQuery.js +3 -3
  114. package/dist/_queries/libraries/getLibraryDetailExtendQuery.js.map +1 -1
  115. package/dist/_queries/libraries/getLibraryPermissionsQuery.js +2 -1
  116. package/dist/_queries/libraries/getLibraryPermissionsQuery.js.map +1 -1
  117. package/dist/_queries/libraries/getLibraryPreviewsSettingsQuery.js +2 -1
  118. package/dist/_queries/libraries/getLibraryPreviewsSettingsQuery.js.map +1 -1
  119. package/dist/_queries/libraries/libraryDetailsFragment.js +2 -1
  120. package/dist/_queries/libraries/libraryDetailsFragment.js.map +1 -1
  121. package/dist/_queries/libraries/saveLibraryMutation.js +2 -1
  122. package/dist/_queries/libraries/saveLibraryMutation.js.map +1 -1
  123. package/dist/_queries/permissions/isAllowedQuery.js +2 -1
  124. package/dist/_queries/permissions/isAllowedQuery.js.map +1 -1
  125. package/dist/_queries/records/activateRecordsMutation.d.ts +1 -0
  126. package/dist/_queries/records/activateRecordsMutation.js +15 -0
  127. package/dist/_queries/records/activateRecordsMutation.js.map +1 -0
  128. package/dist/_queries/records/createRecordMutation.js +4 -4
  129. package/dist/_queries/records/createRecordMutation.js.map +1 -1
  130. package/dist/_queries/records/deactivateRecordsMutation.js +5 -1
  131. package/dist/_queries/records/deactivateRecordsMutation.js.map +1 -1
  132. package/dist/_queries/records/doesFileExistAsChild.js +2 -1
  133. package/dist/_queries/records/doesFileExistAsChild.js.map +1 -1
  134. package/dist/_queries/records/getFileDataQuery.d.ts +1 -1
  135. package/dist/_queries/records/getFileDataQuery.js +2 -1
  136. package/dist/_queries/records/getFileDataQuery.js.map +1 -1
  137. package/dist/_queries/records/getRecordColumnsValues.d.ts +6 -4
  138. package/dist/_queries/records/getRecordColumnsValues.js +7 -5
  139. package/dist/_queries/records/getRecordColumnsValues.js.map +1 -1
  140. package/dist/_queries/records/getRecordFormQuery.js +17 -1
  141. package/dist/_queries/records/getRecordFormQuery.js.map +1 -1
  142. package/dist/_queries/records/getRecordPropertiesQuery.d.ts +24 -14
  143. package/dist/_queries/records/getRecordPropertiesQuery.js +15 -8
  144. package/dist/_queries/records/getRecordPropertiesQuery.js.map +1 -1
  145. package/dist/_queries/records/getRecordUpdatesSubscription.js +2 -1
  146. package/dist/_queries/records/getRecordUpdatesSubscription.js.map +1 -1
  147. package/dist/_queries/records/getRecordsFromLibraryQuery.d.ts +1 -1
  148. package/dist/_queries/records/getRecordsFromLibraryQuery.js +6 -4
  149. package/dist/_queries/records/getRecordsFromLibraryQuery.js.map +1 -1
  150. package/dist/_queries/records/indexRecordsMutation.js +2 -1
  151. package/dist/_queries/records/indexRecordsMutation.js.map +1 -1
  152. package/dist/_queries/records/recordFormAttributeFragment.js +9 -0
  153. package/dist/_queries/records/recordFormAttributeFragment.js.map +1 -1
  154. package/dist/_queries/tasks/cancelTaskMutation.js +2 -1
  155. package/dist/_queries/tasks/cancelTaskMutation.js.map +1 -1
  156. package/dist/_queries/trees/checkTreeExistenceQuery.js +2 -1
  157. package/dist/_queries/trees/checkTreeExistenceQuery.js.map +1 -1
  158. package/dist/_queries/trees/deleteTreeMutation.js +2 -1
  159. package/dist/_queries/trees/deleteTreeMutation.js.map +1 -1
  160. package/dist/_queries/trees/getTreeByIdQuery.js +2 -1
  161. package/dist/_queries/trees/getTreeByIdQuery.js.map +1 -1
  162. package/dist/_queries/trees/getTreeLibraries.js +2 -1
  163. package/dist/_queries/trees/getTreeLibraries.js.map +1 -1
  164. package/dist/_queries/trees/getTreesQuery.js +2 -1
  165. package/dist/_queries/trees/getTreesQuery.js.map +1 -1
  166. package/dist/_queries/trees/saveTreeMutation.js +2 -1
  167. package/dist/_queries/trees/saveTreeMutation.js.map +1 -1
  168. package/dist/_queries/trees/treeDetailsFragment.js +2 -1
  169. package/dist/_queries/trees/treeDetailsFragment.js.map +1 -1
  170. package/dist/_queries/trees/treeNodeChildrenQuery.js +14 -3
  171. package/dist/_queries/trees/treeNodeChildrenQuery.js.map +1 -1
  172. package/dist/_queries/userData/getUserData.js +2 -1
  173. package/dist/_queries/userData/getUserData.js.map +1 -1
  174. package/dist/_queries/userData/saveUserData.js +2 -1
  175. package/dist/_queries/userData/saveUserData.js.map +1 -1
  176. package/dist/_queries/values/deleteValueMutation.js +2 -1
  177. package/dist/_queries/values/deleteValueMutation.js.map +1 -1
  178. package/dist/_queries/values/saveValueBatchMutation.js +2 -1
  179. package/dist/_queries/values/saveValueBatchMutation.js.map +1 -1
  180. package/dist/_queries/values/valueDetailsFragment.js +10 -5
  181. package/dist/_queries/values/valueDetailsFragment.js.map +1 -1
  182. package/dist/_queries/values/valuesVersionFragment.js +2 -1
  183. package/dist/_queries/values/valuesVersionFragment.js.map +1 -1
  184. package/dist/_queries/views/deleteViewMutation.js +2 -1
  185. package/dist/_queries/views/deleteViewMutation.js.map +1 -1
  186. package/dist/_queries/views/getViewById.js +2 -1
  187. package/dist/_queries/views/getViewById.js.map +1 -1
  188. package/dist/_queries/views/getViewsListQuery.js +2 -1
  189. package/dist/_queries/views/getViewsListQuery.js.map +1 -1
  190. package/dist/_queries/views/saveViewMutation.js +3 -2
  191. package/dist/_queries/views/saveViewMutation.js.map +1 -1
  192. package/dist/_queries/views/viewDetailsFragment.js +16 -12
  193. package/dist/_queries/views/viewDetailsFragment.js.map +1 -1
  194. package/dist/_utils/__mocks__/isDevEnv.d.ts +1 -0
  195. package/dist/_utils/__mocks__/isDevEnv.js +5 -0
  196. package/dist/_utils/__mocks__/isDevEnv.js.map +1 -0
  197. package/dist/_utils/attributeType.d.ts +4 -0
  198. package/dist/_utils/attributeType.js +8 -0
  199. package/dist/_utils/attributeType.js.map +1 -0
  200. package/dist/_utils/getFiltersFromRequest.js +10 -11
  201. package/dist/_utils/getFiltersFromRequest.js.map +1 -1
  202. package/dist/_utils/getRequestFromFilter.js +2 -1
  203. package/dist/_utils/getRequestFromFilter.js.map +1 -1
  204. package/dist/_utils/index.d.ts +4 -2
  205. package/dist/_utils/index.js +34 -33
  206. package/dist/_utils/index.js.map +1 -1
  207. package/dist/_utils/interleaveElement.d.ts +1 -0
  208. package/dist/_utils/interleaveElement.js +5 -0
  209. package/dist/_utils/interleaveElement.js.map +1 -0
  210. package/dist/_utils/isDevEnv.d.ts +1 -0
  211. package/dist/_utils/isDevEnv.js +5 -0
  212. package/dist/_utils/isDevEnv.js.map +1 -0
  213. package/dist/_utils/typeguards.d.ts +2 -0
  214. package/dist/_utils/typeguards.js +2 -0
  215. package/dist/_utils/typeguards.js.map +1 -0
  216. package/dist/antdTheme/index.d.ts +0 -3
  217. package/dist/antdTheme/index.js +5 -63
  218. package/dist/antdTheme/index.js.map +1 -1
  219. package/dist/antdTheme/types.d.ts +1 -1
  220. package/dist/antdTheme/types.js +1 -0
  221. package/dist/components/AttributePicker/AttributePicker.d.ts +0 -1
  222. package/dist/components/AttributePicker/AttributePicker.js +3 -2
  223. package/dist/components/AttributePicker/AttributePicker.js.map +1 -1
  224. package/dist/components/AttributePicker/AttributesList/AttributesList.d.ts +0 -1
  225. package/dist/components/AttributePicker/AttributesList/AttributesList.js +8 -3
  226. package/dist/components/AttributePicker/AttributesList/AttributesList.js.map +1 -1
  227. package/dist/components/AttributePicker/AttributesList/index.js +2 -1
  228. package/dist/components/AttributePicker/AttributesList/index.js.map +1 -1
  229. package/dist/components/AttributePicker/index.js +2 -1
  230. package/dist/components/AttributePicker/index.js.map +1 -1
  231. package/dist/components/AttributesSelectionList/Attribute/Attribute.d.ts +0 -1
  232. package/dist/components/AttributesSelectionList/Attribute/Attribute.js +2 -1
  233. package/dist/components/AttributesSelectionList/Attribute/Attribute.js.map +1 -1
  234. package/dist/components/AttributesSelectionList/Attribute/index.js +2 -1
  235. package/dist/components/AttributesSelectionList/Attribute/index.js.map +1 -1
  236. package/dist/components/AttributesSelectionList/AttributesSelectionList.d.ts +0 -1
  237. package/dist/components/AttributesSelectionList/AttributesSelectionList.js +4 -3
  238. package/dist/components/AttributesSelectionList/AttributesSelectionList.js.map +1 -1
  239. package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/SelectedAttribute.d.ts +0 -1
  240. package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/SelectedAttribute.js +2 -1
  241. package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/SelectedAttribute.js.map +1 -1
  242. package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/index.js +2 -1
  243. package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/index.js.map +1 -1
  244. package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttributesList.d.ts +0 -1
  245. package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttributesList.js +2 -1
  246. package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttributesList.js.map +1 -1
  247. package/dist/components/AttributesSelectionList/SelectedAttributesList/index.js +2 -1
  248. package/dist/components/AttributesSelectionList/SelectedAttributesList/index.js.map +1 -1
  249. package/dist/components/AttributesSelectionList/_types.js +1 -0
  250. package/dist/components/AttributesSelectionList/helpers/attributeToSelectedAttribute.d.ts +1 -1
  251. package/dist/components/AttributesSelectionList/helpers/attributeToSelectedAttribute.js +4 -0
  252. package/dist/components/AttributesSelectionList/helpers/attributeToSelectedAttribute.js.map +1 -1
  253. package/dist/components/AttributesSelectionList/index.js +2 -1
  254. package/dist/components/AttributesSelectionList/index.js.map +1 -1
  255. package/dist/components/AttributesSelectionList/reducer/__mocks__/attributesSelectionListStateContext.d.ts +11 -0
  256. package/dist/components/AttributesSelectionList/reducer/__mocks__/attributesSelectionListStateContext.js +10 -0
  257. package/dist/components/AttributesSelectionList/reducer/__mocks__/attributesSelectionListStateContext.js.map +1 -0
  258. package/dist/components/AttributesSelectionList/reducer/attributesSelectionListReducer.d.ts +1 -1
  259. package/dist/components/AttributesSelectionList/reducer/attributesSelectionListReducer.js +2 -1
  260. package/dist/components/AttributesSelectionList/reducer/attributesSelectionListReducer.js.map +1 -1
  261. package/dist/components/AttributesSelectionList/reducer/attributesSelectionListStateContext.js +2 -1
  262. package/dist/components/AttributesSelectionList/reducer/attributesSelectionListStateContext.js.map +1 -1
  263. package/dist/components/AttributesSelectionList/sharedComponents.d.ts +302 -305
  264. package/dist/components/AttributesSelectionList/sharedComponents.js +2 -1
  265. package/dist/components/AttributesSelectionList/sharedComponents.js.map +1 -1
  266. package/dist/components/BasicButton/BasicButton.d.ts +0 -1
  267. package/dist/components/BasicButton/BasicButton.js +2 -1
  268. package/dist/components/BasicButton/BasicButton.js.map +1 -1
  269. package/dist/components/BasicButton/index.js +2 -1
  270. package/dist/components/BasicButton/index.js.map +1 -1
  271. package/dist/components/CreateDirectory/CreateDirectory.d.ts +0 -1
  272. package/dist/components/CreateDirectory/CreateDirectory.js +10 -11
  273. package/dist/components/CreateDirectory/CreateDirectory.js.map +1 -1
  274. package/dist/components/CreateDirectory/index.d.ts +1 -2
  275. package/dist/components/CreateDirectory/index.js +3 -3
  276. package/dist/components/CreateDirectory/index.js.map +1 -1
  277. package/dist/components/DeactivateRecordsModal/DeactivateRecordsModal.d.ts +10 -0
  278. package/dist/components/DeactivateRecordsModal/DeactivateRecordsModal.js +39 -0
  279. package/dist/components/DeactivateRecordsModal/DeactivateRecordsModal.js.map +1 -0
  280. package/dist/components/DeactivateRecordsModal/index.d.ts +1 -0
  281. package/dist/components/DeactivateRecordsModal/index.js +5 -0
  282. package/dist/components/DeactivateRecordsModal/index.js.map +1 -0
  283. package/dist/components/Dimmer/Dimmer.d.ts +0 -1
  284. package/dist/components/Dimmer/Dimmer.js +1 -0
  285. package/dist/components/Dimmer/index.js +2 -1
  286. package/dist/components/Dimmer/index.js.map +1 -1
  287. package/dist/components/EditApplication/EditApplication.d.ts +0 -1
  288. package/dist/components/EditApplication/EditApplication.js +4 -3
  289. package/dist/components/EditApplication/EditApplication.js.map +1 -1
  290. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfo.d.ts +0 -1
  291. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfo.js +6 -7
  292. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfo.js.map +1 -1
  293. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/EditApplicationInfoForm.d.ts +0 -1
  294. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/EditApplicationInfoForm.js +2 -1
  295. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/EditApplicationInfoForm.js.map +1 -1
  296. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/ModuleSelector/ModuleSelector.d.ts +0 -1
  297. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/ModuleSelector/ModuleSelector.js +2 -1
  298. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/ModuleSelector/ModuleSelector.js.map +1 -1
  299. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/ModuleSelector/index.js +2 -1
  300. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/ModuleSelector/index.js.map +1 -1
  301. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/index.js +2 -1
  302. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/index.js.map +1 -1
  303. package/dist/components/EditApplication/EditApplicationInfo/index.js +2 -1
  304. package/dist/components/EditApplication/EditApplicationInfo/index.js.map +1 -1
  305. package/dist/components/EditApplication/_types.d.ts +2 -3
  306. package/dist/components/EditApplication/_types.js +1 -0
  307. package/dist/components/EditApplication/index.js +2 -1
  308. package/dist/components/EditApplication/index.js.map +1 -1
  309. package/dist/components/EditAttributeModal/EditAttribute/EditAttribute.d.ts +0 -1
  310. package/dist/components/EditAttributeModal/EditAttribute/EditAttribute.js +2 -1
  311. package/dist/components/EditAttributeModal/EditAttribute/EditAttribute.js.map +1 -1
  312. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfo.d.ts +0 -1
  313. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfo.js +6 -7
  314. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfo.js.map +1 -1
  315. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/EditAttributeInfoForm.d.ts +0 -1
  316. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/EditAttributeInfoForm.js +6 -4
  317. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/EditAttributeInfoForm.js.map +1 -1
  318. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/LinkedLibraryForm.js +2 -1
  319. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/LinkedLibraryForm.js.map +1 -1
  320. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/index.js +2 -1
  321. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/index.js.map +1 -1
  322. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/LinkedTreeForm.js +2 -1
  323. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/LinkedTreeForm.js.map +1 -1
  324. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/index.js +2 -1
  325. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/index.js.map +1 -1
  326. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/ValuesVersionsForm/ValuesVersionsForm.js +2 -1
  327. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/ValuesVersionsForm/ValuesVersionsForm.js.map +1 -1
  328. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/ValuesVersionsForm/index.js +2 -1
  329. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/ValuesVersionsForm/index.js.map +1 -1
  330. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/index.js +2 -1
  331. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/index.js.map +1 -1
  332. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/index.js +2 -1
  333. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/index.js.map +1 -1
  334. package/dist/components/EditAttributeModal/EditAttribute/index.js +2 -1
  335. package/dist/components/EditAttributeModal/EditAttribute/index.js.map +1 -1
  336. package/dist/components/EditAttributeModal/EditAttributeModal.d.ts +0 -1
  337. package/dist/components/EditAttributeModal/EditAttributeModal.js +3 -2
  338. package/dist/components/EditAttributeModal/EditAttributeModal.js.map +1 -1
  339. package/dist/components/EditAttributeModal/index.js +2 -1
  340. package/dist/components/EditAttributeModal/index.js.map +1 -1
  341. package/dist/components/EditLibraryModal/EditLibrary/EditLibrary.d.ts +0 -1
  342. package/dist/components/EditLibraryModal/EditLibrary/EditLibrary.js +2 -1
  343. package/dist/components/EditLibraryModal/EditLibrary/EditLibrary.js.map +1 -1
  344. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/AttributeCell.d.ts +0 -1
  345. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/AttributeCell.js +4 -3
  346. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/AttributeCell.js.map +1 -1
  347. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/index.js +2 -1
  348. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/index.js.map +1 -1
  349. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributesList.d.ts +1 -2
  350. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributesList.js +8 -3
  351. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributesList.js.map +1 -1
  352. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/DeleteButton.d.ts +0 -1
  353. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/DeleteButton.js +5 -3
  354. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/DeleteButton.js.map +1 -1
  355. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/index.js +2 -1
  356. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/index.js.map +1 -1
  357. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/index.js +2 -1
  358. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/index.js.map +1 -1
  359. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/EditLibraryAttributes.d.ts +0 -1
  360. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/EditLibraryAttributes.js +2 -1
  361. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/EditLibraryAttributes.js.map +1 -1
  362. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/index.js +2 -1
  363. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/index.js.map +1 -1
  364. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/EditLibraryIndexation.d.ts +0 -1
  365. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/EditLibraryIndexation.js +2 -1
  366. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/EditLibraryIndexation.js.map +1 -1
  367. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/index.js +2 -1
  368. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/index.js.map +1 -1
  369. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfo.d.ts +0 -1
  370. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfo.js +5 -6
  371. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfo.js.map +1 -1
  372. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/EditLibraryInfoForm.d.ts +0 -1
  373. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/EditLibraryInfoForm.js +2 -1
  374. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/EditLibraryInfoForm.js.map +1 -1
  375. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/index.js +2 -1
  376. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/index.js.map +1 -1
  377. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/index.js +2 -1
  378. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/index.js.map +1 -1
  379. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditLibraryPreviewsSettings.d.ts +0 -1
  380. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditLibraryPreviewsSettings.js +15 -16
  381. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditLibraryPreviewsSettings.js.map +1 -1
  382. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/EditPreviewsSettingsModal.d.ts +0 -1
  383. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/EditPreviewsSettingsModal.js +3 -2
  384. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/EditPreviewsSettingsModal.js.map +1 -1
  385. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/SizesEditor.d.ts +0 -1
  386. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/SizesEditor.js +2 -1
  387. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/SizesEditor.js.map +1 -1
  388. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/index.js +2 -1
  389. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/index.js.map +1 -1
  390. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/index.js +2 -1
  391. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/index.js.map +1 -1
  392. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/PreviewsSettingsList.d.ts +0 -1
  393. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/PreviewsSettingsList.js +3 -4
  394. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/PreviewsSettingsList.js.map +1 -1
  395. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/index.js +2 -1
  396. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/index.js.map +1 -1
  397. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/index.js +2 -1
  398. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/index.js.map +1 -1
  399. package/dist/components/EditLibraryModal/EditLibrary/index.js +2 -1
  400. package/dist/components/EditLibraryModal/EditLibrary/index.js.map +1 -1
  401. package/dist/components/EditLibraryModal/EditLibraryModal.d.ts +0 -1
  402. package/dist/components/EditLibraryModal/EditLibraryModal.js +2 -1
  403. package/dist/components/EditLibraryModal/EditLibraryModal.js.map +1 -1
  404. package/dist/components/EditLibraryModal/index.js +2 -1
  405. package/dist/components/EditLibraryModal/index.js.map +1 -1
  406. package/dist/components/EditTreeModal/EditTree/EditTree.d.ts +0 -1
  407. package/dist/components/EditTreeModal/EditTree/EditTree.js +2 -1
  408. package/dist/components/EditTreeModal/EditTree/EditTree.js.map +1 -1
  409. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfo.d.ts +0 -1
  410. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfo.js +6 -7
  411. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfo.js.map +1 -1
  412. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/EditTreeInfoForm.d.ts +2 -3
  413. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/EditTreeInfoForm.js +2 -1
  414. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/EditTreeInfoForm.js.map +1 -1
  415. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/TreeLibrariesForm.js +10 -2
  416. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/TreeLibrariesForm.js.map +1 -1
  417. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/index.js +2 -1
  418. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/index.js.map +1 -1
  419. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/index.js +2 -1
  420. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/index.js.map +1 -1
  421. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/index.js +2 -1
  422. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/index.js.map +1 -1
  423. package/dist/components/EditTreeModal/EditTree/index.js +2 -1
  424. package/dist/components/EditTreeModal/EditTree/index.js.map +1 -1
  425. package/dist/components/EditTreeModal/EditTreeModal.d.ts +0 -1
  426. package/dist/components/EditTreeModal/EditTreeModal.js +3 -2
  427. package/dist/components/EditTreeModal/EditTreeModal.js.map +1 -1
  428. package/dist/components/EditTreeModal/index.js +2 -1
  429. package/dist/components/EditTreeModal/index.js.map +1 -1
  430. package/dist/components/EntityCard/EntityCard.d.ts +0 -1
  431. package/dist/components/EntityCard/EntityCard.js +2 -1
  432. package/dist/components/EntityCard/EntityCard.js.map +1 -1
  433. package/dist/components/EntityCard/_types.js +1 -0
  434. package/dist/components/EntityCard/index.js +2 -1
  435. package/dist/components/EntityCard/index.js.map +1 -1
  436. package/dist/components/EntityPreview/EntityPreview.js +2 -1
  437. package/dist/components/EntityPreview/EntityPreview.js.map +1 -1
  438. package/dist/components/EntityPreview/EntityPreviewList/EntityPreviewList.d.ts +0 -1
  439. package/dist/components/EntityPreview/EntityPreviewList/EntityPreviewList.js +2 -1
  440. package/dist/components/EntityPreview/EntityPreviewList/EntityPreviewList.js.map +1 -1
  441. package/dist/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/SimplisticEntityPreview.d.ts +0 -1
  442. package/dist/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/SimplisticEntityPreview.js +2 -1
  443. package/dist/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/SimplisticEntityPreview.js.map +1 -1
  444. package/dist/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/index.js +2 -1
  445. package/dist/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/index.js.map +1 -1
  446. package/dist/components/EntityPreview/EntityPreviewList/index.js +2 -1
  447. package/dist/components/EntityPreview/EntityPreviewList/index.js.map +1 -1
  448. package/dist/components/EntityPreview/EntityPreviewTile/EntityPreviewTile.d.ts +0 -1
  449. package/dist/components/EntityPreview/EntityPreviewTile/EntityPreviewTile.js +2 -1
  450. package/dist/components/EntityPreview/EntityPreviewTile/EntityPreviewTile.js.map +1 -1
  451. package/dist/components/EntityPreview/EntityPreviewTile/index.js +2 -1
  452. package/dist/components/EntityPreview/EntityPreviewTile/index.js.map +1 -1
  453. package/dist/components/EntityPreview/_types.d.ts +0 -1
  454. package/dist/components/EntityPreview/_types.js +1 -0
  455. package/dist/components/EntityPreview/index.js +2 -1
  456. package/dist/components/EntityPreview/index.js.map +1 -1
  457. package/dist/components/ErrorBoundary/ErrorBoundary.d.ts +2 -2
  458. package/dist/components/ErrorBoundary/ErrorBoundary.js +4 -3
  459. package/dist/components/ErrorBoundary/ErrorBoundary.js.map +1 -1
  460. package/dist/components/ErrorBoundary/ErrorBoundaryContent/ErrorBoundaryContent.d.ts +3 -2
  461. package/dist/components/ErrorBoundary/ErrorBoundaryContent/ErrorBoundaryContent.js +10 -16
  462. package/dist/components/ErrorBoundary/ErrorBoundaryContent/ErrorBoundaryContent.js.map +1 -1
  463. package/dist/components/ErrorBoundary/ErrorBoundaryContent/index.js +2 -1
  464. package/dist/components/ErrorBoundary/ErrorBoundaryContent/index.js.map +1 -1
  465. package/dist/components/ErrorBoundary/index.js +2 -1
  466. package/dist/components/ErrorBoundary/index.js.map +1 -1
  467. package/dist/components/ErrorDisplay/ErrorDisplay.d.ts +1 -2
  468. package/dist/components/ErrorDisplay/ErrorDisplay.js +9 -7
  469. package/dist/components/ErrorDisplay/ErrorDisplay.js.map +1 -1
  470. package/dist/components/ErrorDisplay/index.js +2 -1
  471. package/dist/components/ErrorDisplay/index.js.map +1 -1
  472. package/dist/components/ErrorMessage/ErrorMessage.d.ts +0 -1
  473. package/dist/components/ErrorMessage/ErrorMessage.js +2 -1
  474. package/dist/components/ErrorMessage/ErrorMessage.js.map +1 -1
  475. package/dist/components/ErrorMessage/index.js +2 -1
  476. package/dist/components/ErrorMessage/index.js.map +1 -1
  477. package/dist/components/Explorer/DataView.d.ts +27 -0
  478. package/dist/components/Explorer/DataView.js +153 -0
  479. package/dist/components/Explorer/DataView.js.map +1 -0
  480. package/dist/components/Explorer/Explorer.d.ts +55 -0
  481. package/dist/components/Explorer/Explorer.js +183 -0
  482. package/dist/components/Explorer/Explorer.js.map +1 -0
  483. package/dist/components/Explorer/ExplorerTitle.d.ts +9 -0
  484. package/dist/components/Explorer/ExplorerTitle.js +47 -0
  485. package/dist/components/Explorer/ExplorerTitle.js.map +1 -0
  486. package/dist/components/Explorer/ExplorerToolbar.d.ts +7 -0
  487. package/dist/components/Explorer/ExplorerToolbar.js +63 -0
  488. package/dist/components/Explorer/ExplorerToolbar.js.map +1 -0
  489. package/dist/components/Explorer/IdCard.d.ts +7 -0
  490. package/dist/components/Explorer/IdCard.js +15 -0
  491. package/dist/components/Explorer/IdCard.js.map +1 -0
  492. package/dist/components/Explorer/TableCell.d.ts +8 -0
  493. package/dist/components/Explorer/TableCell.js +163 -0
  494. package/dist/components/Explorer/TableCell.js.map +1 -0
  495. package/dist/components/Explorer/TableTagGroup.d.ts +6 -0
  496. package/dist/components/Explorer/TableTagGroup.js +17 -0
  497. package/dist/components/Explorer/TableTagGroup.js.map +1 -0
  498. package/dist/components/Explorer/_constants.d.ts +8 -0
  499. package/dist/components/Explorer/_constants.js +21 -0
  500. package/dist/components/Explorer/_constants.js.map +1 -0
  501. package/dist/components/Explorer/_queries/prepareFiltersForRequest.d.ts +4 -0
  502. package/dist/components/Explorer/_queries/prepareFiltersForRequest.js +167 -0
  503. package/dist/components/Explorer/_queries/prepareFiltersForRequest.js.map +1 -0
  504. package/dist/components/Explorer/_queries/useExecuteUpdateViewMutation.d.ts +6 -0
  505. package/dist/components/Explorer/_queries/useExecuteUpdateViewMutation.js +12 -0
  506. package/dist/components/Explorer/_queries/useExecuteUpdateViewMutation.js.map +1 -0
  507. package/dist/components/Explorer/_queries/useExplorerData.d.ts +38 -0
  508. package/dist/components/Explorer/_queries/useExplorerData.js +142 -0
  509. package/dist/components/Explorer/_queries/useExplorerData.js.map +1 -0
  510. package/dist/components/Explorer/_types.d.ts +199 -0
  511. package/dist/components/Explorer/_types.js +13 -0
  512. package/dist/components/Explorer/_types.js.map +1 -0
  513. package/dist/components/Explorer/actions-item/useEditItemAction.d.ts +19 -0
  514. package/dist/components/Explorer/actions-item/useEditItemAction.js +57 -0
  515. package/dist/components/Explorer/actions-item/useEditItemAction.js.map +1 -0
  516. package/dist/components/Explorer/actions-item/useEditStatusItemAction.d.ts +26 -0
  517. package/dist/components/Explorer/actions-item/useEditStatusItemAction.js +170 -0
  518. package/dist/components/Explorer/actions-item/useEditStatusItemAction.js.map +1 -0
  519. package/dist/components/Explorer/actions-item/useReplaceItemAction.d.ts +22 -0
  520. package/dist/components/Explorer/actions-item/useReplaceItemAction.js +42 -0
  521. package/dist/components/Explorer/actions-item/useReplaceItemAction.js.map +1 -0
  522. package/dist/components/Explorer/actions-mass/useDeactivateMassAction.d.ts +29 -0
  523. package/dist/components/Explorer/actions-mass/useDeactivateMassAction.js +81 -0
  524. package/dist/components/Explorer/actions-mass/useDeactivateMassAction.js.map +1 -0
  525. package/dist/components/Explorer/actions-mass/useDeleteLinkValues.d.ts +19 -0
  526. package/dist/components/Explorer/actions-mass/useDeleteLinkValues.js +86 -0
  527. package/dist/components/Explorer/actions-mass/useDeleteLinkValues.js.map +1 -0
  528. package/dist/components/Explorer/actions-mass/useMassActions.d.ts +27 -0
  529. package/dist/components/Explorer/actions-mass/useMassActions.js +111 -0
  530. package/dist/components/Explorer/actions-mass/useMassActions.js.map +1 -0
  531. package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.d.ts +36 -0
  532. package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.js +119 -0
  533. package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.js.map +1 -0
  534. package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.d.ts +26 -0
  535. package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.js +41 -0
  536. package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.js.map +1 -0
  537. package/dist/components/Explorer/actions-primary/usePrimaryActions.d.ts +17 -0
  538. package/dist/components/Explorer/actions-primary/usePrimaryActions.js +27 -0
  539. package/dist/components/Explorer/actions-primary/usePrimaryActions.js.map +1 -0
  540. package/dist/components/Explorer/conditionsHelper.d.ts +2 -0
  541. package/dist/components/Explorer/conditionsHelper.js +16 -0
  542. package/dist/components/Explorer/conditionsHelper.js.map +1 -0
  543. package/dist/components/Explorer/index.d.ts +9 -0
  544. package/dist/components/Explorer/index.js +10 -0
  545. package/dist/components/Explorer/index.js.map +1 -0
  546. package/dist/components/Explorer/link-item/LinkModal.d.ts +14 -0
  547. package/dist/components/Explorer/link-item/LinkModal.js +73 -0
  548. package/dist/components/Explorer/link-item/LinkModal.js.map +1 -0
  549. package/dist/components/Explorer/link-item/useAddLinkMassAction.d.ts +21 -0
  550. package/dist/components/Explorer/link-item/useAddLinkMassAction.js +34 -0
  551. package/dist/components/Explorer/link-item/useAddLinkMassAction.js.map +1 -0
  552. package/dist/components/Explorer/link-item/useReplaceLinkMassAction.d.ts +23 -0
  553. package/dist/components/Explorer/link-item/useReplaceLinkMassAction.js +35 -0
  554. package/dist/components/Explorer/link-item/useReplaceLinkMassAction.js.map +1 -0
  555. package/dist/components/Explorer/list-saved-views/SavedViews.d.ts +2 -0
  556. package/dist/components/Explorer/list-saved-views/SavedViews.js +88 -0
  557. package/dist/components/Explorer/list-saved-views/SavedViews.js.map +1 -0
  558. package/dist/components/Explorer/manage-view-settings/_shared/ColumnItem.d.ts +12 -0
  559. package/dist/components/Explorer/manage-view-settings/_shared/ColumnItem.js +85 -0
  560. package/dist/components/Explorer/manage-view-settings/_shared/ColumnItem.js.map +1 -0
  561. package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.d.ts +6 -0
  562. package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.js +19 -0
  563. package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.js.map +1 -0
  564. package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.d.ts +13 -0
  565. package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.js +69 -0
  566. package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.js.map +1 -0
  567. package/dist/components/Explorer/manage-view-settings/_shared/useTransformFilters.d.ts +27 -0
  568. package/dist/components/Explorer/manage-view-settings/_shared/useTransformFilters.js +162 -0
  569. package/dist/components/Explorer/manage-view-settings/_shared/useTransformFilters.js.map +1 -0
  570. package/dist/components/Explorer/manage-view-settings/configure-display/ConfigureDisplay.d.ts +6 -0
  571. package/dist/components/Explorer/manage-view-settings/configure-display/ConfigureDisplay.js +28 -0
  572. package/dist/components/Explorer/manage-view-settings/configure-display/ConfigureDisplay.js.map +1 -0
  573. package/dist/components/Explorer/manage-view-settings/configure-display/attributes/SelectVisibleAttributes.d.ts +6 -0
  574. package/dist/components/Explorer/manage-view-settings/configure-display/attributes/SelectVisibleAttributes.js +55 -0
  575. package/dist/components/Explorer/manage-view-settings/configure-display/attributes/SelectVisibleAttributes.js.map +1 -0
  576. package/dist/components/Explorer/manage-view-settings/configure-display/view-type/SelectViewType.d.ts +8 -0
  577. package/dist/components/Explorer/manage-view-settings/configure-display/view-type/SelectViewType.js +12 -0
  578. package/dist/components/Explorer/manage-view-settings/configure-display/view-type/SelectViewType.js.map +1 -0
  579. package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.d.ts +4 -0
  580. package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js +101 -0
  581. package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js.map +1 -0
  582. package/dist/components/Explorer/manage-view-settings/filter-items/FilterListItem.d.ts +9 -0
  583. package/dist/components/Explorer/manage-view-settings/filter-items/FilterListItem.js +33 -0
  584. package/dist/components/Explorer/manage-view-settings/filter-items/FilterListItem.js.map +1 -0
  585. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/BooleanAttributeDropdown.d.ts +3 -0
  586. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/BooleanAttributeDropdown.js +22 -0
  587. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/BooleanAttributeDropdown.js.map +1 -0
  588. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ColorAttributeDropDown.d.ts +3 -0
  589. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ColorAttributeDropDown.js +11 -0
  590. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ColorAttributeDropDown.js.map +1 -0
  591. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateAttributeDropDown.d.ts +3 -0
  592. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateAttributeDropDown.js +66 -0
  593. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateAttributeDropDown.js.map +1 -0
  594. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateRangeAttributeDropDown.d.ts +3 -0
  595. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateRangeAttributeDropDown.js +11 -0
  596. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateRangeAttributeDropDown.js.map +1 -0
  597. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/EncryptedAttributeDropDown.d.ts +3 -0
  598. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/EncryptedAttributeDropDown.js +11 -0
  599. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/EncryptedAttributeDropDown.js.map +1 -0
  600. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ExtendedAttributeDropDown.d.ts +3 -0
  601. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ExtendedAttributeDropDown.js +11 -0
  602. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ExtendedAttributeDropDown.js.map +1 -0
  603. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.d.ts +3 -0
  604. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.js +40 -0
  605. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.js.map +1 -0
  606. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropdownContent.d.ts +8 -0
  607. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropdownContent.js +49 -0
  608. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropdownContent.js.map +1 -0
  609. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueListDropDown.d.ts +9 -0
  610. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueListDropDown.js +131 -0
  611. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueListDropDown.js.map +1 -0
  612. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/LinkAttributeDropdown.d.ts +3 -0
  613. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/LinkAttributeDropdown.js +79 -0
  614. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/LinkAttributeDropdown.js.map +1 -0
  615. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/NumericAttributeDropDown.d.ts +3 -0
  616. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/NumericAttributeDropDown.js +19 -0
  617. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/NumericAttributeDropDown.js.map +1 -0
  618. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TextAttributeDropDown.d.ts +3 -0
  619. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TextAttributeDropDown.js +28 -0
  620. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TextAttributeDropDown.js.map +1 -0
  621. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TreeAttributeDropDown.d.ts +3 -0
  622. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TreeAttributeDropDown.js +69 -0
  623. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TreeAttributeDropDown.js.map +1 -0
  624. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/_types.d.ts +18 -0
  625. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/_types.js +2 -0
  626. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/_types.js.map +1 -0
  627. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.d.ts +15 -0
  628. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.js +147 -0
  629. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.js.map +1 -0
  630. package/dist/components/Explorer/manage-view-settings/index.d.ts +8 -0
  631. package/dist/components/Explorer/manage-view-settings/index.js +11 -0
  632. package/dist/components/Explorer/manage-view-settings/index.js.map +1 -0
  633. package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContext.d.ts +15 -0
  634. package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContext.js +15 -0
  635. package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContext.js.map +1 -0
  636. package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContextProvider.d.ts +8 -0
  637. package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContextProvider.js +17 -0
  638. package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContextProvider.js.map +1 -0
  639. package/dist/components/Explorer/manage-view-settings/open-view-settings/SidePanel.d.ts +2 -0
  640. package/dist/components/Explorer/manage-view-settings/open-view-settings/SidePanel.js +19 -0
  641. package/dist/components/Explorer/manage-view-settings/open-view-settings/SidePanel.js.map +1 -0
  642. package/dist/components/Explorer/manage-view-settings/open-view-settings/useEditSettings.d.ts +1 -0
  643. package/dist/components/Explorer/manage-view-settings/open-view-settings/useEditSettings.js +7 -0
  644. package/dist/components/Explorer/manage-view-settings/open-view-settings/useEditSettings.js.map +1 -0
  645. package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.d.ts +12 -0
  646. package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.js +66 -0
  647. package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.js.map +1 -0
  648. package/dist/components/Explorer/manage-view-settings/router-menu/SettingItem.d.ts +9 -0
  649. package/dist/components/Explorer/manage-view-settings/router-menu/SettingItem.js +55 -0
  650. package/dist/components/Explorer/manage-view-settings/router-menu/SettingItem.js.map +1 -0
  651. package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.d.ts +8 -0
  652. package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js +36 -0
  653. package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js.map +1 -0
  654. package/dist/components/Explorer/manage-view-settings/save-view/LabelViewFormModal.d.ts +9 -0
  655. package/dist/components/Explorer/manage-view-settings/save-view/LabelViewFormModal.js +36 -0
  656. package/dist/components/Explorer/manage-view-settings/save-view/LabelViewFormModal.js.map +1 -0
  657. package/dist/components/Explorer/manage-view-settings/save-view/ViewActionsButtons.d.ts +1 -0
  658. package/dist/components/Explorer/manage-view-settings/save-view/ViewActionsButtons.js +22 -0
  659. package/dist/components/Explorer/manage-view-settings/save-view/ViewActionsButtons.js.map +1 -0
  660. package/dist/components/Explorer/manage-view-settings/save-view/prepareViewForRequest.d.ts +3 -0
  661. package/dist/components/Explorer/manage-view-settings/save-view/prepareViewForRequest.js +45 -0
  662. package/dist/components/Explorer/manage-view-settings/save-view/prepareViewForRequest.js.map +1 -0
  663. package/dist/components/Explorer/manage-view-settings/save-view/useCreateNewView.d.ts +3 -0
  664. package/dist/components/Explorer/manage-view-settings/save-view/useCreateNewView.js +52 -0
  665. package/dist/components/Explorer/manage-view-settings/save-view/useCreateNewView.js.map +1 -0
  666. package/dist/components/Explorer/manage-view-settings/save-view/useDeleteView.d.ts +5 -0
  667. package/dist/components/Explorer/manage-view-settings/save-view/useDeleteView.js +47 -0
  668. package/dist/components/Explorer/manage-view-settings/save-view/useDeleteView.js.map +1 -0
  669. package/dist/components/Explorer/manage-view-settings/save-view/useEditLabelView.d.ts +5 -0
  670. package/dist/components/Explorer/manage-view-settings/save-view/useEditLabelView.js +48 -0
  671. package/dist/components/Explorer/manage-view-settings/save-view/useEditLabelView.js.map +1 -0
  672. package/dist/components/Explorer/manage-view-settings/save-view/useResetView.d.ts +3 -0
  673. package/dist/components/Explorer/manage-view-settings/save-view/useResetView.js +20 -0
  674. package/dist/components/Explorer/manage-view-settings/save-view/useResetView.js.map +1 -0
  675. package/dist/components/Explorer/manage-view-settings/save-view/useShareView.d.ts +3 -0
  676. package/dist/components/Explorer/manage-view-settings/save-view/useShareView.js +64 -0
  677. package/dist/components/Explorer/manage-view-settings/save-view/useShareView.js.map +1 -0
  678. package/dist/components/Explorer/manage-view-settings/save-view/useUpdateView.d.ts +3 -0
  679. package/dist/components/Explorer/manage-view-settings/save-view/useUpdateView.js +65 -0
  680. package/dist/components/Explorer/manage-view-settings/save-view/useUpdateView.js.map +1 -0
  681. package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.d.ts +4 -0
  682. package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.js +111 -0
  683. package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.js.map +1 -0
  684. package/dist/components/Explorer/manage-view-settings/sort-items/SortListItem.d.ts +10 -0
  685. package/dist/components/Explorer/manage-view-settings/sort-items/SortListItem.js +32 -0
  686. package/dist/components/Explorer/manage-view-settings/sort-items/SortListItem.js.map +1 -0
  687. package/dist/components/Explorer/manage-view-settings/store-view-settings/ViewSettingsContext.d.ts +6 -0
  688. package/dist/components/Explorer/manage-view-settings/store-view-settings/ViewSettingsContext.js +11 -0
  689. package/dist/components/Explorer/manage-view-settings/store-view-settings/ViewSettingsContext.js.map +1 -0
  690. package/dist/components/Explorer/manage-view-settings/store-view-settings/useViewSettingsContext.d.ts +4 -0
  691. package/dist/components/Explorer/manage-view-settings/store-view-settings/useViewSettingsContext.js +7 -0
  692. package/dist/components/Explorer/manage-view-settings/store-view-settings/useViewSettingsContext.js.map +1 -0
  693. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.d.ts +5 -0
  694. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js +38 -0
  695. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js.map +1 -0
  696. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.d.ts +190 -0
  697. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js +363 -0
  698. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js.map +1 -0
  699. package/dist/components/Explorer/tsconfig.json +6 -0
  700. package/dist/components/Explorer/useColumnWidth.d.ts +8 -0
  701. package/dist/components/Explorer/useColumnWidth.js +50 -0
  702. package/dist/components/Explorer/useColumnWidth.js.map +1 -0
  703. package/dist/components/Explorer/useLoadView.d.ts +3 -0
  704. package/dist/components/Explorer/useLoadView.js +77 -0
  705. package/dist/components/Explorer/useLoadView.js.map +1 -0
  706. package/dist/components/Explorer/usePagination.d.ts +8 -0
  707. package/dist/components/Explorer/usePagination.js +25 -0
  708. package/dist/components/Explorer/usePagination.js.map +1 -0
  709. package/dist/components/Explorer/useSearchInput.d.ts +18 -0
  710. package/dist/components/Explorer/useSearchInput.js +43 -0
  711. package/dist/components/Explorer/useSearchInput.js.map +1 -0
  712. package/dist/components/Explorer/useTableScrollableHeight.d.ts +5 -0
  713. package/dist/components/Explorer/useTableScrollableHeight.js +15 -0
  714. package/dist/components/Explorer/useTableScrollableHeight.js.map +1 -0
  715. package/dist/components/Explorer/useViewSettingsReducer.d.ts +8 -0
  716. package/dist/components/Explorer/useViewSettingsReducer.js +154 -0
  717. package/dist/components/Explorer/useViewSettingsReducer.js.map +1 -0
  718. package/dist/components/ExportModal/ExportModal.d.ts +10 -0
  719. package/dist/components/ExportModal/ExportModal.js +123 -0
  720. package/dist/components/ExportModal/ExportModal.js.map +1 -0
  721. package/dist/components/ExportModal/index.d.ts +1 -0
  722. package/dist/components/ExportModal/index.js +5 -0
  723. package/dist/components/ExportModal/index.js.map +1 -0
  724. package/dist/components/FieldsGroup/FieldsGroup.js +2 -1
  725. package/dist/components/FieldsGroup/FieldsGroup.js.map +1 -1
  726. package/dist/components/FieldsGroup/index.js +2 -1
  727. package/dist/components/FieldsGroup/index.js.map +1 -1
  728. package/dist/components/FloatingMenu/FloatingMenu.d.ts +0 -1
  729. package/dist/components/FloatingMenu/FloatingMenu.js +4 -3
  730. package/dist/components/FloatingMenu/FloatingMenu.js.map +1 -1
  731. package/dist/components/FloatingMenu/_types.d.ts +1 -2
  732. package/dist/components/FloatingMenu/_types.js +1 -0
  733. package/dist/components/FloatingMenu/index.js +2 -1
  734. package/dist/components/FloatingMenu/index.js.map +1 -1
  735. package/dist/components/ImageLoading/ImageLoading.d.ts +0 -1
  736. package/dist/components/ImageLoading/ImageLoading.js +2 -1
  737. package/dist/components/ImageLoading/ImageLoading.js.map +1 -1
  738. package/dist/components/ImageLoading/index.js +2 -1
  739. package/dist/components/ImageLoading/index.js.map +1 -1
  740. package/dist/components/ImageMissing/ImageMissing.d.ts +0 -1
  741. package/dist/components/ImageMissing/ImageMissing.js +2 -1
  742. package/dist/components/ImageMissing/ImageMissing.js.map +1 -1
  743. package/dist/components/ImageMissing/index.js +2 -1
  744. package/dist/components/ImageMissing/index.js.map +1 -1
  745. package/dist/components/ImportModal/ImportModal.d.ts +0 -1
  746. package/dist/components/ImportModal/ImportModal.js +6 -6
  747. package/dist/components/ImportModal/ImportModal.js.map +1 -1
  748. package/dist/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/ImportKeysSelector.d.ts +0 -1
  749. package/dist/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/ImportKeysSelector.js +4 -3
  750. package/dist/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/ImportKeysSelector.js.map +1 -1
  751. package/dist/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/index.js +2 -1
  752. package/dist/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/index.js.map +1 -1
  753. package/dist/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/ImportMappingRowTitle.d.ts +0 -1
  754. package/dist/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/ImportMappingRowTitle.js +4 -3
  755. package/dist/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/ImportMappingRowTitle.js.map +1 -1
  756. package/dist/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/index.js +2 -1
  757. package/dist/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/index.js.map +1 -1
  758. package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.d.ts +0 -1
  759. package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.js +10 -9
  760. package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.js.map +1 -1
  761. package/dist/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/ImportScheduleModal.d.ts +0 -1
  762. package/dist/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/ImportScheduleModal.js +4 -3
  763. package/dist/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/ImportScheduleModal.js.map +1 -1
  764. package/dist/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/index.js +2 -1
  765. package/dist/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/index.js.map +1 -1
  766. package/dist/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/ImportSheetSettings.d.ts +0 -1
  767. package/dist/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/ImportSheetSettings.js +4 -3
  768. package/dist/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/ImportSheetSettings.js.map +1 -1
  769. package/dist/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/index.js +2 -1
  770. package/dist/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/index.js.map +1 -1
  771. package/dist/components/ImportModal/ImportModalConfigStep/index.js +2 -1
  772. package/dist/components/ImportModal/ImportModalConfigStep/index.js.map +1 -1
  773. package/dist/components/ImportModal/ImportModalDoneStep/ImportModalDoneStep.d.ts +0 -1
  774. package/dist/components/ImportModal/ImportModalDoneStep/ImportModalDoneStep.js +4 -3
  775. package/dist/components/ImportModal/ImportModalDoneStep/ImportModalDoneStep.js.map +1 -1
  776. package/dist/components/ImportModal/ImportModalDoneStep/index.js +2 -1
  777. package/dist/components/ImportModal/ImportModalDoneStep/index.js.map +1 -1
  778. package/dist/components/ImportModal/ImportModalProcessingStep/ImportModalProcessingStep.d.ts +0 -1
  779. package/dist/components/ImportModal/ImportModalProcessingStep/ImportModalProcessingStep.js +6 -2
  780. package/dist/components/ImportModal/ImportModalProcessingStep/ImportModalProcessingStep.js.map +1 -1
  781. package/dist/components/ImportModal/ImportModalProcessingStep/index.js +2 -1
  782. package/dist/components/ImportModal/ImportModalProcessingStep/index.js.map +1 -1
  783. package/dist/components/ImportModal/ImportModalSelectFileStep/ImportModalSelectFileStep.d.ts +0 -1
  784. package/dist/components/ImportModal/ImportModalSelectFileStep/ImportModalSelectFileStep.js +27 -11
  785. package/dist/components/ImportModal/ImportModalSelectFileStep/ImportModalSelectFileStep.js.map +1 -1
  786. package/dist/components/ImportModal/ImportModalSelectFileStep/index.js +2 -1
  787. package/dist/components/ImportModal/ImportModalSelectFileStep/index.js.map +1 -1
  788. package/dist/components/ImportModal/_types.js +1 -0
  789. package/dist/components/ImportModal/importReducer/ImportReducerContext.d.ts +0 -1
  790. package/dist/components/ImportModal/importReducer/ImportReducerContext.js +2 -1
  791. package/dist/components/ImportModal/importReducer/ImportReducerContext.js.map +1 -1
  792. package/dist/components/ImportModal/importReducer/importReducer.d.ts +1 -1
  793. package/dist/components/ImportModal/importReducer/importReducer.js +9 -10
  794. package/dist/components/ImportModal/importReducer/importReducer.js.map +1 -1
  795. package/dist/components/ImportModal/importReducer/index.js +2 -1
  796. package/dist/components/ImportModal/importReducer/index.js.map +1 -1
  797. package/dist/components/ImportModal/index.d.ts +1 -2
  798. package/dist/components/ImportModal/index.js +3 -3
  799. package/dist/components/ImportModal/index.js.map +1 -1
  800. package/dist/components/LibraryItemsList/CreateNewRecordButton/CreateNewRecordButton.d.ts +13 -0
  801. package/dist/components/LibraryItemsList/CreateNewRecordButton/CreateNewRecordButton.js +50 -0
  802. package/dist/components/LibraryItemsList/CreateNewRecordButton/CreateNewRecordButton.js.map +1 -0
  803. package/dist/components/LibraryItemsList/CreateNewRecordButton/index.d.ts +2 -0
  804. package/dist/components/LibraryItemsList/CreateNewRecordButton/index.js +6 -0
  805. package/dist/components/LibraryItemsList/CreateNewRecordButton/index.js.map +1 -0
  806. package/dist/components/LibraryItemsList/DisplayOptions/DisplayOptions.d.ts +0 -1
  807. package/dist/components/LibraryItemsList/DisplayOptions/DisplayOptions.js +4 -3
  808. package/dist/components/LibraryItemsList/DisplayOptions/DisplayOptions.js.map +1 -1
  809. package/dist/components/LibraryItemsList/DisplayOptions/index.js +2 -1
  810. package/dist/components/LibraryItemsList/DisplayOptions/index.js.map +1 -1
  811. package/dist/components/LibraryItemsList/DisplayTypeSelector/DisplayTypeSelector.d.ts +0 -1
  812. package/dist/components/LibraryItemsList/DisplayTypeSelector/DisplayTypeSelector.js +2 -1
  813. package/dist/components/LibraryItemsList/DisplayTypeSelector/DisplayTypeSelector.js.map +1 -1
  814. package/dist/components/LibraryItemsList/DisplayTypeSelector/index.js +2 -1
  815. package/dist/components/LibraryItemsList/DisplayTypeSelector/index.js.map +1 -1
  816. package/dist/components/LibraryItemsList/FiltersDropdown/FiltersDropdown.d.ts +0 -1
  817. package/dist/components/LibraryItemsList/FiltersDropdown/FiltersDropdown.js +14 -28
  818. package/dist/components/LibraryItemsList/FiltersDropdown/FiltersDropdown.js.map +1 -1
  819. package/dist/components/LibraryItemsList/FiltersDropdown/index.js +2 -1
  820. package/dist/components/LibraryItemsList/FiltersDropdown/index.js.map +1 -1
  821. package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.d.ts +0 -3
  822. package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.js +33 -47
  823. package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.js.map +1 -1
  824. package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.utils.d.ts +2 -0
  825. package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.utils.js +16 -0
  826. package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.utils.js.map +1 -0
  827. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/FilterAttributeCondition.d.ts +0 -1
  828. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/FilterAttributeCondition.js +5 -4
  829. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/FilterAttributeCondition.js.map +1 -1
  830. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/index.js +2 -1
  831. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/index.js.map +1 -1
  832. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/BooleanFilter.d.ts +0 -1
  833. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/BooleanFilter.js +2 -1
  834. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/BooleanFilter.js.map +1 -1
  835. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/index.js +2 -1
  836. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/index.js.map +1 -1
  837. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/DateBetweenFilter.d.ts +0 -1
  838. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/DateBetweenFilter.js +1 -0
  839. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/DateBetweenFilter.js.map +1 -1
  840. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/index.js +2 -1
  841. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/index.js.map +1 -1
  842. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/DateFilter.d.ts +0 -1
  843. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/DateFilter.js +2 -1
  844. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/DateFilter.js.map +1 -1
  845. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/index.js +2 -1
  846. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/index.js.map +1 -1
  847. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/NumericFilter.d.ts +0 -1
  848. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/NumericFilter.js +2 -1
  849. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/NumericFilter.js.map +1 -1
  850. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/index.js +2 -1
  851. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/index.js.map +1 -1
  852. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/TextFilter.d.ts +0 -1
  853. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/TextFilter.js +2 -1
  854. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/TextFilter.js.map +1 -1
  855. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/index.js +2 -1
  856. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/index.js.map +1 -1
  857. package/dist/components/LibraryItemsList/FiltersPanel/Filter/index.js +2 -1
  858. package/dist/components/LibraryItemsList/FiltersPanel/Filter/index.js.map +1 -1
  859. package/dist/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/FilterDropdownButton.js +2 -1
  860. package/dist/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/FilterDropdownButton.js.map +1 -1
  861. package/dist/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/index.js +2 -1
  862. package/dist/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/index.js.map +1 -1
  863. package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/FilterTreeCondition.d.ts +0 -1
  864. package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/FilterTreeCondition.js +4 -3
  865. package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/FilterTreeCondition.js.map +1 -1
  866. package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/index.js +2 -1
  867. package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/index.js.map +1 -1
  868. package/dist/components/LibraryItemsList/FiltersPanel/FiltersOptions.js +6 -7
  869. package/dist/components/LibraryItemsList/FiltersPanel/FiltersOptions.js.map +1 -1
  870. package/dist/components/LibraryItemsList/FiltersPanel/FiltersPanel.d.ts +0 -1
  871. package/dist/components/LibraryItemsList/FiltersPanel/FiltersPanel.js +13 -14
  872. package/dist/components/LibraryItemsList/FiltersPanel/FiltersPanel.js.map +1 -1
  873. package/dist/components/LibraryItemsList/FiltersPanel/index.js +2 -1
  874. package/dist/components/LibraryItemsList/FiltersPanel/index.js.map +1 -1
  875. package/dist/components/LibraryItemsList/FiltersPanel/mustHideValue.js +2 -1
  876. package/dist/components/LibraryItemsList/FiltersPanel/mustHideValue.js.map +1 -1
  877. package/dist/components/LibraryItemsList/IconViewType/IconViewType.js +2 -1
  878. package/dist/components/LibraryItemsList/IconViewType/IconViewType.js.map +1 -1
  879. package/dist/components/LibraryItemsList/IconViewType/index.js +2 -1
  880. package/dist/components/LibraryItemsList/IconViewType/index.js.map +1 -1
  881. package/dist/components/LibraryItemsList/LibraryItemsList.d.ts +2 -1
  882. package/dist/components/LibraryItemsList/LibraryItemsList.js +5 -3
  883. package/dist/components/LibraryItemsList/LibraryItemsList.js.map +1 -1
  884. package/dist/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.d.ts +5 -4
  885. package/dist/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.js +70 -59
  886. package/dist/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.js.map +1 -1
  887. package/dist/components/LibraryItemsList/LibraryItemsListContent/index.js +2 -1
  888. package/dist/components/LibraryItemsList/LibraryItemsListContent/index.js.map +1 -1
  889. package/dist/components/LibraryItemsList/LibraryItemsListEmpty/LibraryItemsListEmpty.d.ts +5 -2
  890. package/dist/components/LibraryItemsList/LibraryItemsListEmpty/LibraryItemsListEmpty.js +13 -18
  891. package/dist/components/LibraryItemsList/LibraryItemsListEmpty/LibraryItemsListEmpty.js.map +1 -1
  892. package/dist/components/LibraryItemsList/LibraryItemsListEmpty/index.js +2 -1
  893. package/dist/components/LibraryItemsList/LibraryItemsListEmpty/index.js.map +1 -1
  894. package/dist/components/LibraryItemsList/LibraryItemsListPagination/LibraryItemsListPagination.d.ts +0 -1
  895. package/dist/components/LibraryItemsList/LibraryItemsListPagination/LibraryItemsListPagination.js +2 -1
  896. package/dist/components/LibraryItemsList/LibraryItemsListPagination/LibraryItemsListPagination.js.map +1 -1
  897. package/dist/components/LibraryItemsList/LibraryItemsListPagination/index.js +2 -1
  898. package/dist/components/LibraryItemsList/LibraryItemsListPagination/index.js.map +1 -1
  899. package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyCell/BodyCell.d.ts +0 -1
  900. package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyCell/BodyCell.js +12 -3
  901. package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyCell/BodyCell.js.map +1 -1
  902. package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyCell/index.js +2 -1
  903. package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyCell/index.js.map +1 -1
  904. package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyRow/BodyRow.d.ts +0 -1
  905. package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyRow/BodyRow.js +12 -12
  906. package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyRow/BodyRow.js.map +1 -1
  907. package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyRow/index.js +2 -1
  908. package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyRow/index.js.map +1 -1
  909. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/AllValuesCount.d.ts +2 -2
  910. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/AllValuesCount.js +27 -10
  911. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/AllValuesCount.js.map +1 -1
  912. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/index.js +2 -1
  913. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/index.js.map +1 -1
  914. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/Cell.d.ts +2 -2
  915. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/Cell.js +20 -8
  916. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/Cell.js.map +1 -1
  917. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/CellInfos.d.ts +1 -2
  918. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/CellInfos.js +20 -6
  919. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/CellInfos.js.map +1 -1
  920. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/index.js +2 -1
  921. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/index.js.map +1 -1
  922. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/CellSelection.d.ts +0 -1
  923. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/CellSelection.js +2 -1
  924. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/CellSelection.js.map +1 -1
  925. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/index.js +2 -1
  926. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/index.js.map +1 -1
  927. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/ElementsToDisplay/RichTextDisplay.d.ts +0 -1
  928. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/ElementsToDisplay/RichTextDisplay.js +2 -1
  929. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/ElementsToDisplay/RichTextDisplay.js.map +1 -1
  930. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/StandardCell.d.ts +1 -7
  931. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/StandardCell.js +23 -16
  932. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/StandardCell.js.map +1 -1
  933. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/index.js +2 -1
  934. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/index.js.map +1 -1
  935. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/index.js +2 -1
  936. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/index.js.map +1 -1
  937. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/typeGuards.d.ts +12 -0
  938. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/typeGuards.js +11 -0
  939. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/typeGuards.js.map +1 -0
  940. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/types.d.ts +12 -0
  941. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/types.js +2 -0
  942. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/types.js.map +1 -0
  943. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/utils.d.ts +2 -0
  944. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/utils.js +40 -0
  945. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/utils.js.map +1 -0
  946. package/dist/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/ChooseTableColumns.d.ts +0 -1
  947. package/dist/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/ChooseTableColumns.js +5 -4
  948. package/dist/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/ChooseTableColumns.js.map +1 -1
  949. package/dist/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/index.js +2 -1
  950. package/dist/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/index.js.map +1 -1
  951. package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/Header.js +12 -9
  952. package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/Header.js.map +1 -1
  953. package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/index.js +2 -1
  954. package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/index.js.map +1 -1
  955. package/dist/components/LibraryItemsList/LibraryItemsListTable/Table.d.ts +0 -1
  956. package/dist/components/LibraryItemsList/LibraryItemsListTable/Table.js +12 -10
  957. package/dist/components/LibraryItemsList/LibraryItemsListTable/Table.js.map +1 -1
  958. package/dist/components/LibraryItemsList/LibraryItemsListTable/index.js +2 -1
  959. package/dist/components/LibraryItemsList/LibraryItemsListTable/index.js.map +1 -1
  960. package/dist/components/LibraryItemsList/MenuItemList/MenuItemList.d.ts +3 -2
  961. package/dist/components/LibraryItemsList/MenuItemList/MenuItemList.js +9 -35
  962. package/dist/components/LibraryItemsList/MenuItemList/MenuItemList.js.map +1 -1
  963. package/dist/components/LibraryItemsList/MenuItemList/index.js +2 -1
  964. package/dist/components/LibraryItemsList/MenuItemList/index.js.map +1 -1
  965. package/dist/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/ActionsMenu.d.ts +2 -0
  966. package/dist/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/ActionsMenu.js +75 -0
  967. package/dist/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/ActionsMenu.js.map +1 -0
  968. package/dist/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/index.d.ts +2 -0
  969. package/dist/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/index.js +6 -0
  970. package/dist/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/index.js.map +1 -0
  971. package/dist/components/LibraryItemsList/MenuItemListSelected/MenuItemListSelected.d.ts +0 -1
  972. package/dist/components/LibraryItemsList/MenuItemListSelected/MenuItemListSelected.js +27 -25
  973. package/dist/components/LibraryItemsList/MenuItemListSelected/MenuItemListSelected.js.map +1 -1
  974. package/dist/components/LibraryItemsList/MenuItemListSelected/index.js +2 -1
  975. package/dist/components/LibraryItemsList/MenuItemListSelected/index.js.map +1 -1
  976. package/dist/components/LibraryItemsList/MenuSelection/MenuSelection.d.ts +0 -1
  977. package/dist/components/LibraryItemsList/MenuSelection/MenuSelection.js +4 -3
  978. package/dist/components/LibraryItemsList/MenuSelection/MenuSelection.js.map +1 -1
  979. package/dist/components/LibraryItemsList/MenuSelection/index.js +2 -1
  980. package/dist/components/LibraryItemsList/MenuSelection/index.js.map +1 -1
  981. package/dist/components/LibraryItemsList/MenuView/MenuView.d.ts +0 -1
  982. package/dist/components/LibraryItemsList/MenuView/MenuView.js +46 -58
  983. package/dist/components/LibraryItemsList/MenuView/MenuView.js.map +1 -1
  984. package/dist/components/LibraryItemsList/MenuView/index.js +2 -1
  985. package/dist/components/LibraryItemsList/MenuView/index.js.map +1 -1
  986. package/dist/components/LibraryItemsList/SearchItems/SearchItems.d.ts +0 -1
  987. package/dist/components/LibraryItemsList/SearchItems/SearchItems.js +4 -3
  988. package/dist/components/LibraryItemsList/SearchItems/SearchItems.js.map +1 -1
  989. package/dist/components/LibraryItemsList/SearchItems/index.js +2 -1
  990. package/dist/components/LibraryItemsList/SearchItems/index.js.map +1 -1
  991. package/dist/components/LibraryItemsList/Sidebar/Sidebar.d.ts +0 -1
  992. package/dist/components/LibraryItemsList/Sidebar/Sidebar.js +2 -1
  993. package/dist/components/LibraryItemsList/Sidebar/Sidebar.js.map +1 -1
  994. package/dist/components/LibraryItemsList/Sidebar/index.js +2 -1
  995. package/dist/components/LibraryItemsList/Sidebar/index.js.map +1 -1
  996. package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/ItemTileDisplay.d.ts +0 -1
  997. package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/ItemTileDisplay.js +15 -10
  998. package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/ItemTileDisplay.js.map +1 -1
  999. package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/index.js +2 -1
  1000. package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/index.js.map +1 -1
  1001. package/dist/components/LibraryItemsList/TileDisplay/TileDisplay.d.ts +0 -1
  1002. package/dist/components/LibraryItemsList/TileDisplay/TileDisplay.js +2 -1
  1003. package/dist/components/LibraryItemsList/TileDisplay/TileDisplay.js.map +1 -1
  1004. package/dist/components/LibraryItemsList/TileDisplay/helpers/getItemPreviewSize.js +2 -1
  1005. package/dist/components/LibraryItemsList/TileDisplay/helpers/getItemPreviewSize.js.map +1 -1
  1006. package/dist/components/LibraryItemsList/TileDisplay/index.js +2 -1
  1007. package/dist/components/LibraryItemsList/TileDisplay/index.js.map +1 -1
  1008. package/dist/components/LibraryItemsList/VersionsPanel/VersionsPanel.d.ts +0 -1
  1009. package/dist/components/LibraryItemsList/VersionsPanel/VersionsPanel.js +4 -3
  1010. package/dist/components/LibraryItemsList/VersionsPanel/VersionsPanel.js.map +1 -1
  1011. package/dist/components/LibraryItemsList/VersionsPanel/index.js +2 -1
  1012. package/dist/components/LibraryItemsList/VersionsPanel/index.js.map +1 -1
  1013. package/dist/components/LibraryItemsList/ViewPanel/EditView/EditView.d.ts +0 -1
  1014. package/dist/components/LibraryItemsList/ViewPanel/EditView/EditView.js +6 -6
  1015. package/dist/components/LibraryItemsList/ViewPanel/EditView/EditView.js.map +1 -1
  1016. package/dist/components/LibraryItemsList/ViewPanel/EditView/index.js +2 -1
  1017. package/dist/components/LibraryItemsList/ViewPanel/EditView/index.js.map +1 -1
  1018. package/dist/components/LibraryItemsList/ViewPanel/View/View.d.ts +0 -1
  1019. package/dist/components/LibraryItemsList/ViewPanel/View/View.js +7 -6
  1020. package/dist/components/LibraryItemsList/ViewPanel/View/View.js.map +1 -1
  1021. package/dist/components/LibraryItemsList/ViewPanel/View/index.js +2 -1
  1022. package/dist/components/LibraryItemsList/ViewPanel/View/index.js.map +1 -1
  1023. package/dist/components/LibraryItemsList/ViewPanel/ViewPanel.d.ts +0 -1
  1024. package/dist/components/LibraryItemsList/ViewPanel/ViewPanel.js +5 -4
  1025. package/dist/components/LibraryItemsList/ViewPanel/ViewPanel.js.map +1 -1
  1026. package/dist/components/LibraryItemsList/ViewPanel/index.js +2 -1
  1027. package/dist/components/LibraryItemsList/ViewPanel/index.js.map +1 -1
  1028. package/dist/components/LibraryItemsList/constants.js +1 -0
  1029. package/dist/components/LibraryItemsList/constants.js.map +1 -1
  1030. package/dist/components/LibraryItemsList/helpers/defaultFilterConditionByAttributeFormat.js +4 -0
  1031. package/dist/components/LibraryItemsList/helpers/defaultFilterConditionByAttributeFormat.js.map +1 -1
  1032. package/dist/components/LibraryItemsList/helpers/displayTypeToPreviewSize.d.ts +1 -1
  1033. package/dist/components/LibraryItemsList/helpers/displayTypeToPreviewSize.js +5 -1
  1034. package/dist/components/LibraryItemsList/helpers/displayTypeToPreviewSize.js.map +1 -1
  1035. package/dist/components/LibraryItemsList/helpers/extractAttributesFromLibrary.js +2 -1
  1036. package/dist/components/LibraryItemsList/helpers/extractAttributesFromLibrary.js.map +1 -1
  1037. package/dist/components/LibraryItemsList/helpers/getFieldFromKey.js +2 -1
  1038. package/dist/components/LibraryItemsList/helpers/getFieldFromKey.js.map +1 -1
  1039. package/dist/components/LibraryItemsList/helpers/getFieldsFromView.js +5 -9
  1040. package/dist/components/LibraryItemsList/helpers/getFieldsFromView.js.map +1 -1
  1041. package/dist/components/LibraryItemsList/helpers/getFieldsKeyFromAttribute.js +1 -0
  1042. package/dist/components/LibraryItemsList/helpers/getFieldsKeyFromAttribute.js.map +1 -1
  1043. package/dist/components/LibraryItemsList/helpers/getSortFieldByAttributeType.js +4 -0
  1044. package/dist/components/LibraryItemsList/helpers/getSortFieldByAttributeType.js.map +1 -1
  1045. package/dist/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.js +11 -3
  1046. package/dist/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.js.map +1 -1
  1047. package/dist/components/LibraryItemsList/hooks/useSearchReducer/_types.d.ts +20 -16
  1048. package/dist/components/LibraryItemsList/hooks/useSearchReducer/_types.js +1 -0
  1049. package/dist/components/LibraryItemsList/hooks/useSearchReducer/index.js +2 -1
  1050. package/dist/components/LibraryItemsList/hooks/useSearchReducer/index.js.map +1 -1
  1051. package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchContext.js +2 -1
  1052. package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchContext.js.map +1 -1
  1053. package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.d.ts +7 -10
  1054. package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.js +30 -36
  1055. package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.js.map +1 -1
  1056. package/dist/components/LibraryItemsList/hooks/useSearchReducer/useSearchReducer.d.ts +0 -1
  1057. package/dist/components/LibraryItemsList/hooks/useSearchReducer/useSearchReducer.js +2 -1
  1058. package/dist/components/LibraryItemsList/hooks/useSearchReducer/useSearchReducer.js.map +1 -1
  1059. package/dist/components/LibraryItemsList/hooks/useUpdateViewsOrderMutation.d.ts +1 -1
  1060. package/dist/components/LibraryItemsList/hooks/useUpdateViewsOrderMutation.js +3 -2
  1061. package/dist/components/LibraryItemsList/hooks/useUpdateViewsOrderMutation.js.map +1 -1
  1062. package/dist/components/LibraryItemsList/index.js +2 -1
  1063. package/dist/components/LibraryItemsList/index.js.map +1 -1
  1064. package/dist/components/LibraryItemsList/manageItems.js +65 -68
  1065. package/dist/components/LibraryItemsList/manageItems.js.map +1 -1
  1066. package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/DeactivateRecordBtn.d.ts +0 -1
  1067. package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/DeactivateRecordBtn.js +7 -6
  1068. package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/DeactivateRecordBtn.js.map +1 -1
  1069. package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/index.js +2 -1
  1070. package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/index.js.map +1 -1
  1071. package/dist/components/LibraryItemsList/shared/SelectCellsBtn.d.ts +1 -5
  1072. package/dist/components/LibraryItemsList/shared/SelectCellsBtn.js +3 -6
  1073. package/dist/components/LibraryItemsList/shared/SelectCellsBtn.js.map +1 -1
  1074. package/dist/components/LibraryItemsList/shared/shared.utils.d.ts +4 -0
  1075. package/dist/components/LibraryItemsList/shared/shared.utils.js +9 -0
  1076. package/dist/components/LibraryItemsList/shared/shared.utils.js.map +1 -0
  1077. package/dist/components/LibraryPicker/LibrariesList/LibrariesList.d.ts +0 -1
  1078. package/dist/components/LibraryPicker/LibrariesList/LibrariesList.js +2 -1
  1079. package/dist/components/LibraryPicker/LibrariesList/LibrariesList.js.map +1 -1
  1080. package/dist/components/LibraryPicker/LibrariesList/index.js +2 -1
  1081. package/dist/components/LibraryPicker/LibrariesList/index.js.map +1 -1
  1082. package/dist/components/LibraryPicker/LibraryPicker.d.ts +0 -1
  1083. package/dist/components/LibraryPicker/LibraryPicker.js +2 -1
  1084. package/dist/components/LibraryPicker/LibraryPicker.js.map +1 -1
  1085. package/dist/components/LibraryPicker/index.js +2 -1
  1086. package/dist/components/LibraryPicker/index.js.map +1 -1
  1087. package/dist/components/List/List.d.ts +0 -1
  1088. package/dist/components/List/List.js +2 -1
  1089. package/dist/components/List/List.js.map +1 -1
  1090. package/dist/components/List/index.js +2 -1
  1091. package/dist/components/List/index.js.map +1 -1
  1092. package/dist/components/Loading/Loading.d.ts +0 -1
  1093. package/dist/components/Loading/Loading.js +2 -1
  1094. package/dist/components/Loading/Loading.js.map +1 -1
  1095. package/dist/components/Loading/index.js +2 -1
  1096. package/dist/components/Loading/index.js.map +1 -1
  1097. package/dist/components/RecordCard/RecordCard.d.ts +0 -1
  1098. package/dist/components/RecordCard/RecordCard.js +2 -1
  1099. package/dist/components/RecordCard/RecordCard.js.map +1 -1
  1100. package/dist/components/RecordCard/_types.d.ts +0 -1
  1101. package/dist/components/RecordCard/_types.js +1 -0
  1102. package/dist/components/RecordCard/index.js +2 -1
  1103. package/dist/components/RecordCard/index.js.map +1 -1
  1104. package/dist/components/RecordEdition/EditRecord/EditRecord.d.ts +19 -10
  1105. package/dist/components/RecordEdition/EditRecord/EditRecord.js +156 -74
  1106. package/dist/components/RecordEdition/EditRecord/EditRecord.js.map +1 -1
  1107. package/dist/components/RecordEdition/EditRecord/ValuesVersionSummary/ValuesVersionSummary.d.ts +8 -0
  1108. package/dist/components/RecordEdition/EditRecord/ValuesVersionSummary/ValuesVersionSummary.js +34 -0
  1109. package/dist/components/RecordEdition/EditRecord/ValuesVersionSummary/ValuesVersionSummary.js.map +1 -0
  1110. package/dist/components/RecordEdition/EditRecord/ValuesVersionSummary/index.js +6 -0
  1111. package/dist/components/RecordEdition/EditRecord/ValuesVersionSummary/index.js.map +1 -0
  1112. package/dist/components/RecordEdition/EditRecord/index.d.ts +1 -2
  1113. package/dist/components/RecordEdition/EditRecord/index.js +3 -3
  1114. package/dist/components/RecordEdition/EditRecord/index.js.map +1 -1
  1115. package/dist/components/RecordEdition/EditRecordBtn/EditRecordBtn.d.ts +0 -1
  1116. package/dist/components/RecordEdition/EditRecordBtn/EditRecordBtn.js +3 -2
  1117. package/dist/components/RecordEdition/EditRecordBtn/EditRecordBtn.js.map +1 -1
  1118. package/dist/components/RecordEdition/EditRecordBtn/index.js +2 -1
  1119. package/dist/components/RecordEdition/EditRecordBtn/index.js.map +1 -1
  1120. package/dist/components/RecordEdition/EditRecordButtons/EditRecordButtons.d.ts +2 -0
  1121. package/dist/components/RecordEdition/EditRecordButtons/EditRecordButtons.js +43 -0
  1122. package/dist/components/RecordEdition/EditRecordButtons/EditRecordButtons.js.map +1 -0
  1123. package/dist/components/RecordEdition/EditRecordButtons/SidebarButton.d.ts +2 -0
  1124. package/dist/components/RecordEdition/EditRecordButtons/SidebarButton.js +25 -0
  1125. package/dist/components/RecordEdition/EditRecordButtons/SidebarButton.js.map +1 -0
  1126. package/dist/components/RecordEdition/EditRecordButtons/index.d.ts +2 -0
  1127. package/dist/components/RecordEdition/EditRecordButtons/index.js +6 -0
  1128. package/dist/components/RecordEdition/EditRecordButtons/index.js.map +1 -0
  1129. package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.d.ts +20 -0
  1130. package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js +114 -0
  1131. package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js.map +1 -0
  1132. package/dist/components/RecordEdition/EditRecordContent/_types.d.ts +111 -0
  1133. package/dist/components/RecordEdition/EditRecordContent/_types.js +12 -0
  1134. package/dist/components/RecordEdition/EditRecordContent/_types.js.map +1 -0
  1135. package/dist/components/RecordEdition/EditRecordContent/antdUtils.d.ts +7 -0
  1136. package/dist/components/RecordEdition/EditRecordContent/antdUtils.js +74 -0
  1137. package/dist/components/RecordEdition/EditRecordContent/antdUtils.js.map +1 -0
  1138. package/dist/components/RecordEdition/EditRecordContent/formConstants.d.ts +2 -0
  1139. package/dist/components/RecordEdition/EditRecordContent/formConstants.js +6 -0
  1140. package/dist/components/RecordEdition/EditRecordContent/formConstants.js.map +1 -0
  1141. package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.d.ts +5 -0
  1142. package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.js +31 -0
  1143. package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.js.map +1 -0
  1144. package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/index.js +6 -0
  1145. package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/index.js.map +1 -0
  1146. package/dist/components/RecordEdition/EditRecordContent/helpers/getActiveFieldValues/getActiveFieldValues.js +2 -0
  1147. package/dist/components/RecordEdition/EditRecordContent/helpers/getActiveFieldValues/getActiveFieldValues.js.map +1 -0
  1148. package/dist/components/RecordEdition/EditRecordContent/helpers/getActiveFieldValues/index.js +5 -0
  1149. package/dist/components/RecordEdition/EditRecordContent/helpers/getActiveFieldValues/index.js.map +1 -0
  1150. package/dist/components/RecordEdition/EditRecordContent/helpers/isCurrentVersion/index.js +5 -0
  1151. package/dist/components/RecordEdition/EditRecordContent/helpers/isCurrentVersion/index.js.map +1 -0
  1152. package/dist/components/RecordEdition/EditRecordContent/helpers/isCurrentVersion/isCurrentVersion.js +20 -0
  1153. package/dist/components/RecordEdition/EditRecordContent/helpers/isCurrentVersion/isCurrentVersion.js.map +1 -0
  1154. package/dist/components/RecordEdition/EditRecordContent/hooks/__mocks__/useDeleteValueMutation.d.ts +3 -0
  1155. package/dist/components/RecordEdition/EditRecordContent/hooks/__mocks__/useDeleteValueMutation.js +9 -0
  1156. package/dist/components/RecordEdition/EditRecordContent/hooks/__mocks__/useDeleteValueMutation.js.map +1 -0
  1157. package/dist/components/RecordEdition/EditRecordContent/hooks/__mocks__/useSaveValueMutation.d.ts +3 -0
  1158. package/dist/components/RecordEdition/EditRecordContent/hooks/__mocks__/useSaveValueMutation.js +9 -0
  1159. package/dist/components/RecordEdition/EditRecordContent/hooks/__mocks__/useSaveValueMutation.js.map +1 -0
  1160. package/dist/components/RecordEdition/EditRecordContent/hooks/helpers/getPropertyCacheFieldName.js +5 -0
  1161. package/dist/components/RecordEdition/EditRecordContent/hooks/helpers/getPropertyCacheFieldName.js.map +1 -0
  1162. package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateEmptyRecordMutation.d.ts +5 -0
  1163. package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateEmptyRecordMutation.js +28 -0
  1164. package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateEmptyRecordMutation.js.map +1 -0
  1165. package/dist/components/RecordEdition/EditRecordContent/hooks/useExecuteDeleteValueMutation.js +39 -0
  1166. package/dist/components/RecordEdition/EditRecordContent/hooks/useExecuteDeleteValueMutation.js.map +1 -0
  1167. package/dist/components/RecordEdition/EditRecordContent/hooks/useExecuteSaveValueBatchMutation.js +59 -0
  1168. package/dist/components/RecordEdition/EditRecordContent/hooks/useExecuteSaveValueBatchMutation.js.map +1 -0
  1169. package/dist/components/RecordEdition/EditRecordContent/hooks/useRecordEditionContext.d.ts +3 -0
  1170. package/dist/components/RecordEdition/EditRecordContent/hooks/useRecordEditionContext.js +7 -0
  1171. package/dist/components/RecordEdition/EditRecordContent/hooks/useRecordEditionContext.js.map +1 -0
  1172. package/dist/components/RecordEdition/EditRecordContent/hooks/useTabManagement.d.ts +11 -0
  1173. package/dist/components/RecordEdition/EditRecordContent/hooks/useTabManagement.js +35 -0
  1174. package/dist/components/RecordEdition/EditRecordContent/hooks/useTabManagement.js.map +1 -0
  1175. package/dist/components/RecordEdition/EditRecordContent/index.d.ts +2 -0
  1176. package/dist/components/RecordEdition/EditRecordContent/index.js +6 -0
  1177. package/dist/components/RecordEdition/EditRecordContent/index.js.map +1 -0
  1178. package/dist/components/RecordEdition/EditRecordContent/reducers/linkFieldReducer/index.js +6 -0
  1179. package/dist/components/RecordEdition/EditRecordContent/reducers/linkFieldReducer/index.js.map +1 -0
  1180. package/dist/components/RecordEdition/EditRecordContent/reducers/linkFieldReducer/linkFieldReducer.d.ts +52 -0
  1181. package/dist/components/RecordEdition/EditRecordContent/reducers/linkFieldReducer/linkFieldReducer.js +144 -0
  1182. package/dist/components/RecordEdition/EditRecordContent/reducers/linkFieldReducer/linkFieldReducer.js.map +1 -0
  1183. package/dist/components/RecordEdition/EditRecordContent/shared/AddValueBtn/AddValueBtn.d.ts +9 -0
  1184. package/dist/components/RecordEdition/EditRecordContent/shared/AddValueBtn/AddValueBtn.js +19 -0
  1185. package/dist/components/RecordEdition/EditRecordContent/shared/AddValueBtn/AddValueBtn.js.map +1 -0
  1186. package/dist/components/RecordEdition/EditRecordContent/shared/AddValueBtn/index.js +6 -0
  1187. package/dist/components/RecordEdition/EditRecordContent/shared/AddValueBtn/index.js.map +1 -0
  1188. package/dist/components/RecordEdition/EditRecordContent/shared/DeleteAllValuesBtn/DeleteAllValuesBtn.d.ts +5 -0
  1189. package/dist/components/RecordEdition/EditRecordContent/shared/DeleteAllValuesBtn/DeleteAllValuesBtn.js +21 -0
  1190. package/dist/components/RecordEdition/EditRecordContent/shared/DeleteAllValuesBtn/DeleteAllValuesBtn.js.map +1 -0
  1191. package/dist/components/RecordEdition/EditRecordContent/shared/DeleteAllValuesBtn/index.js +6 -0
  1192. package/dist/components/RecordEdition/EditRecordContent/shared/DeleteAllValuesBtn/index.js.map +1 -0
  1193. package/dist/components/RecordEdition/EditRecordContent/shared/DeleteValueBtn/DeleteValueBtn.d.ts +6 -0
  1194. package/dist/components/RecordEdition/EditRecordContent/shared/DeleteValueBtn/DeleteValueBtn.js +14 -0
  1195. package/dist/components/RecordEdition/EditRecordContent/shared/DeleteValueBtn/DeleteValueBtn.js.map +1 -0
  1196. package/dist/components/RecordEdition/EditRecordContent/shared/DeleteValueBtn/index.js +6 -0
  1197. package/dist/components/RecordEdition/EditRecordContent/shared/DeleteValueBtn/index.js.map +1 -0
  1198. package/dist/components/RecordEdition/EditRecordContent/shared/FieldFooter/FieldFooter.js +28 -0
  1199. package/dist/components/RecordEdition/EditRecordContent/shared/FieldFooter/FieldFooter.js.map +1 -0
  1200. package/dist/components/RecordEdition/EditRecordContent/shared/FieldFooter/index.js +6 -0
  1201. package/dist/components/RecordEdition/EditRecordContent/shared/FieldFooter/index.js.map +1 -0
  1202. package/dist/components/RecordEdition/EditRecordContent/shared/InheritedFieldLabel/InheritedFieldLabel.d.ts +6 -0
  1203. package/dist/components/RecordEdition/EditRecordContent/shared/InheritedFieldLabel/InheritedFieldLabel.js +25 -0
  1204. package/dist/components/RecordEdition/EditRecordContent/shared/InheritedFieldLabel/InheritedFieldLabel.js.map +1 -0
  1205. package/dist/components/RecordEdition/EditRecordContent/shared/InheritedFieldLabel/index.js +6 -0
  1206. package/dist/components/RecordEdition/EditRecordContent/shared/InheritedFieldLabel/index.js.map +1 -0
  1207. package/dist/components/RecordEdition/EditRecordContent/shared/NoValue/NoValue.d.ts +7 -0
  1208. package/dist/components/RecordEdition/EditRecordContent/shared/NoValue/NoValue.js +33 -0
  1209. package/dist/components/RecordEdition/EditRecordContent/shared/NoValue/NoValue.js.map +1 -0
  1210. package/dist/components/RecordEdition/EditRecordContent/shared/NoValue/index.js +6 -0
  1211. package/dist/components/RecordEdition/EditRecordContent/shared/NoValue/index.js.map +1 -0
  1212. package/dist/components/RecordEdition/EditRecordContent/shared/UpdatedFieldIcon/UpdatedFieldIcon.d.ts +2 -0
  1213. package/dist/components/RecordEdition/EditRecordContent/shared/UpdatedFieldIcon/UpdatedFieldIcon.js +13 -0
  1214. package/dist/components/RecordEdition/EditRecordContent/shared/UpdatedFieldIcon/UpdatedFieldIcon.js.map +1 -0
  1215. package/dist/components/RecordEdition/EditRecordContent/shared/UpdatedFieldIcon/index.js +6 -0
  1216. package/dist/components/RecordEdition/EditRecordContent/shared/UpdatedFieldIcon/index.js.map +1 -0
  1217. package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/ValueDetailsBtn.d.ts +10 -0
  1218. package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/ValueDetailsBtn.js +24 -0
  1219. package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/ValueDetailsBtn.js.map +1 -0
  1220. package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/index.js +6 -0
  1221. package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/index.js.map +1 -0
  1222. package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionBtn/ValuesVersionBtn.d.ts +13 -0
  1223. package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionBtn/ValuesVersionBtn.js +56 -0
  1224. package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionBtn/ValuesVersionBtn.js.map +1 -0
  1225. package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionBtn/index.js +6 -0
  1226. package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionBtn/index.js.map +1 -0
  1227. package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionIndicator/ValuesVersionIndicator.d.ts +8 -0
  1228. package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionIndicator/ValuesVersionIndicator.js +34 -0
  1229. package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionIndicator/ValuesVersionIndicator.js.map +1 -0
  1230. package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionIndicator/index.js +6 -0
  1231. package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionIndicator/index.js.map +1 -0
  1232. package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.d.ts +8 -0
  1233. package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.js +14 -0
  1234. package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.js.map +1 -0
  1235. package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/index.js +6 -0
  1236. package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/index.js.map +1 -0
  1237. package/dist/components/RecordEdition/EditRecordContent/uiElements/ErrorField/ErrorField.d.ts +4 -0
  1238. package/dist/components/RecordEdition/EditRecordContent/uiElements/ErrorField/ErrorField.js +67 -0
  1239. package/dist/components/RecordEdition/EditRecordContent/uiElements/ErrorField/ErrorField.js.map +1 -0
  1240. package/dist/components/RecordEdition/EditRecordContent/uiElements/ErrorField/index.js +6 -0
  1241. package/dist/components/RecordEdition/EditRecordContent/uiElements/ErrorField/index.js.map +1 -0
  1242. package/dist/components/RecordEdition/EditRecordContent/uiElements/FormDivider/FormDivider.d.ts +4 -0
  1243. package/dist/components/RecordEdition/EditRecordContent/uiElements/FormDivider/FormDivider.js +8 -0
  1244. package/dist/components/RecordEdition/EditRecordContent/uiElements/FormDivider/FormDivider.js.map +1 -0
  1245. package/dist/components/RecordEdition/EditRecordContent/uiElements/FormDivider/index.js +6 -0
  1246. package/dist/components/RecordEdition/EditRecordContent/uiElements/FormDivider/index.js.map +1 -0
  1247. package/dist/components/RecordEdition/EditRecordContent/uiElements/FormTabs/FormTabs.d.ts +5 -0
  1248. package/dist/components/RecordEdition/EditRecordContent/uiElements/FormTabs/FormTabs.js +47 -0
  1249. package/dist/components/RecordEdition/EditRecordContent/uiElements/FormTabs/FormTabs.js.map +1 -0
  1250. package/dist/components/RecordEdition/EditRecordContent/uiElements/FormTabs/index.js +6 -0
  1251. package/dist/components/RecordEdition/EditRecordContent/uiElements/FormTabs/index.js.map +1 -0
  1252. package/dist/components/RecordEdition/EditRecordContent/uiElements/Frame/Frame.d.ts +4 -0
  1253. package/dist/components/RecordEdition/EditRecordContent/uiElements/Frame/Frame.js +53 -0
  1254. package/dist/components/RecordEdition/EditRecordContent/uiElements/Frame/Frame.js.map +1 -0
  1255. package/dist/components/RecordEdition/EditRecordContent/uiElements/Frame/index.d.ts +2 -0
  1256. package/dist/components/RecordEdition/EditRecordContent/uiElements/Frame/index.js +6 -0
  1257. package/dist/components/RecordEdition/EditRecordContent/uiElements/Frame/index.js.map +1 -0
  1258. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.d.ts +14 -0
  1259. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js +87 -0
  1260. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js.map +1 -0
  1261. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/index.js +6 -0
  1262. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/index.js.map +1 -0
  1263. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/ActionButton.d.ts +3 -0
  1264. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/ActionButton.js +9 -0
  1265. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/ActionButton.js.map +1 -0
  1266. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/useExplorerLinkRecords.d.ts +22 -0
  1267. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/useExplorerLinkRecords.js +85 -0
  1268. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/useExplorerLinkRecords.js.map +1 -0
  1269. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/useLinkRecords.d.ts +24 -0
  1270. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/useLinkRecords.js +76 -0
  1271. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/useLinkRecords.js.map +1 -0
  1272. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/shared/ExplorerWrapper.d.ts +265 -0
  1273. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/shared/ExplorerWrapper.js +13 -0
  1274. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/shared/ExplorerWrapper.js.map +1 -0
  1275. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.d.ts +11 -0
  1276. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js +239 -0
  1277. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js.map +1 -0
  1278. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.d.ts +4 -0
  1279. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.js +41 -0
  1280. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.js.map +1 -0
  1281. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.d.ts +4 -0
  1282. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.js +110 -0
  1283. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.js.map +1 -0
  1284. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.d.ts +4 -0
  1285. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js +69 -0
  1286. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js.map +1 -0
  1287. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.d.ts +4 -0
  1288. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js +31 -0
  1289. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js.map +1 -0
  1290. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.d.ts +4 -0
  1291. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js +64 -0
  1292. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js.map +1 -0
  1293. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.d.ts +4 -0
  1294. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js +59 -0
  1295. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js.map +1 -0
  1296. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.d.ts +4 -0
  1297. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js +88 -0
  1298. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js.map +1 -0
  1299. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.d.ts +4 -0
  1300. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js +61 -0
  1301. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js.map +1 -0
  1302. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.d.ts +19 -0
  1303. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js +70 -0
  1304. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js.map +1 -0
  1305. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/DSListSelect.d.ts +4 -0
  1306. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/DSListSelect.js +138 -0
  1307. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/DSListSelect.js.map +1 -0
  1308. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/_types.d.ts +10 -0
  1309. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/_types.js +2 -0
  1310. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/_types.js.map +1 -0
  1311. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/_types.d.ts +14 -0
  1312. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/_types.js +2 -0
  1313. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/_types.js.map +1 -0
  1314. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/index.js +6 -0
  1315. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/index.js.map +1 -0
  1316. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/index.js +6 -0
  1317. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/index.js.map +1 -0
  1318. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/useGetPresentationValues.d.ts +12 -0
  1319. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/useGetPresentationValues.js +33 -0
  1320. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/useGetPresentationValues.js.map +1 -0
  1321. package/dist/components/RecordEdition/EditRecordContent/uiElements/TextBlock/TextBlock.d.ts +4 -0
  1322. package/dist/components/RecordEdition/EditRecordContent/uiElements/TextBlock/TextBlock.js +7 -0
  1323. package/dist/components/RecordEdition/EditRecordContent/uiElements/TextBlock/TextBlock.js.map +1 -0
  1324. package/dist/components/RecordEdition/EditRecordContent/uiElements/TextBlock/index.js +6 -0
  1325. package/dist/components/RecordEdition/EditRecordContent/uiElements/TextBlock/index.js.map +1 -0
  1326. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.d.ts +6 -0
  1327. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js +79 -0
  1328. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js.map +1 -0
  1329. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeFieldWrapper.d.ts +265 -0
  1330. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeFieldWrapper.js +13 -0
  1331. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeFieldWrapper.js.map +1 -0
  1332. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeNodeItem.d.ts +11 -0
  1333. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeNodeItem.js +51 -0
  1334. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeNodeItem.js.map +1 -0
  1335. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeNodeList.d.ts +11 -0
  1336. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeNodeList.js +5 -0
  1337. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeNodeList.js.map +1 -0
  1338. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/index.js +6 -0
  1339. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/index.js.map +1 -0
  1340. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/SelectTreeNodeModal.d.ts +27 -0
  1341. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/SelectTreeNodeModal.js +43 -0
  1342. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/SelectTreeNodeModal.js.map +1 -0
  1343. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/useManageTreeNodeSelection.d.ts +25 -0
  1344. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/useManageTreeNodeSelection.js +133 -0
  1345. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/useManageTreeNodeSelection.js.map +1 -0
  1346. package/dist/components/RecordEdition/EditRecordContent/uiElements/index.d.ts +5 -0
  1347. package/dist/components/RecordEdition/EditRecordContent/uiElements/index.js +26 -0
  1348. package/dist/components/RecordEdition/EditRecordContent/uiElements/index.js.map +1 -0
  1349. package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/ComputeIndicator.d.ts +8 -0
  1350. package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/ComputeIndicator.js +16 -0
  1351. package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/ComputeIndicator.js.map +1 -0
  1352. package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/DeleteAllValuesButton.d.ts +8 -0
  1353. package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/DeleteAllValuesButton.js +25 -0
  1354. package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/DeleteAllValuesButton.js.map +1 -0
  1355. package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/calculatedInheritedFlags.d.ts +42 -0
  1356. package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/calculatedInheritedFlags.js +56 -0
  1357. package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/calculatedInheritedFlags.js.map +1 -0
  1358. package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/useOutsideInteractionDetector.d.ts +15 -0
  1359. package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/useOutsideInteractionDetector.js +72 -0
  1360. package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/useOutsideInteractionDetector.js.map +1 -0
  1361. package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.d.ts +15 -6
  1362. package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js +109 -319
  1363. package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js.map +1 -1
  1364. package/dist/components/RecordEdition/EditRecordModal/index.d.ts +1 -2
  1365. package/dist/components/RecordEdition/EditRecordModal/index.js +3 -3
  1366. package/dist/components/RecordEdition/EditRecordModal/index.js.map +1 -1
  1367. package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.d.ts +24 -0
  1368. package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js +99 -0
  1369. package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js.map +1 -0
  1370. package/dist/components/RecordEdition/EditRecordPage/index.d.ts +1 -0
  1371. package/dist/components/RecordEdition/EditRecordPage/index.js +5 -0
  1372. package/dist/components/RecordEdition/EditRecordPage/index.js.map +1 -0
  1373. package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/AttributeSummary.d.ts +7 -0
  1374. package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/AttributeSummary.js +9 -0
  1375. package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/AttributeSummary.js.map +1 -0
  1376. package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/index.d.ts +2 -0
  1377. package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/index.js +6 -0
  1378. package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/index.js.map +1 -0
  1379. package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/useAttributeInformations.d.ts +2 -0
  1380. package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/useAttributeInformations.js +25 -0
  1381. package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/useAttributeInformations.js.map +1 -0
  1382. package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/Breadcrumb.d.ts +3 -0
  1383. package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/Breadcrumb.js +53 -0
  1384. package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/Breadcrumb.js.map +1 -0
  1385. package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/index.d.ts +2 -0
  1386. package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/index.js +6 -0
  1387. package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/index.js.map +1 -0
  1388. package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.d.ts +4 -3
  1389. package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js +58 -7
  1390. package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js.map +1 -1
  1391. package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.d.ts +4 -8
  1392. package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.js +8 -9
  1393. package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.js.map +1 -1
  1394. package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/index.js +2 -1
  1395. package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/index.js.map +1 -1
  1396. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/RecordInformations.d.ts +9 -0
  1397. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/RecordInformations.js +42 -0
  1398. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/RecordInformations.js.map +1 -0
  1399. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/useRecordInformations.d.ts +6 -0
  1400. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/useRecordInformations.js +35 -0
  1401. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/useRecordInformations.js.map +1 -0
  1402. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.d.ts +3 -285
  1403. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.js +31 -63
  1404. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.js.map +1 -1
  1405. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/index.js +2 -1
  1406. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/index.js.map +1 -1
  1407. package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/ValuesSummary.d.ts +8 -0
  1408. package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/ValuesSummary.js +84 -0
  1409. package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/ValuesSummary.js.map +1 -0
  1410. package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/index.d.ts +2 -0
  1411. package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/index.js +6 -0
  1412. package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/index.js.map +1 -0
  1413. package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/ValuesVersions.d.ts +0 -1
  1414. package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/ValuesVersions.js +9 -8
  1415. package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/ValuesVersions.js.map +1 -1
  1416. package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/index.js +2 -1
  1417. package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/index.js.map +1 -1
  1418. package/dist/components/RecordEdition/EditRecordSidebar/index.js +2 -1
  1419. package/dist/components/RecordEdition/EditRecordSidebar/index.js.map +1 -1
  1420. package/dist/components/RecordEdition/EditRecordSkeleton/EditRecordSkeleton.d.ts +5 -0
  1421. package/dist/components/RecordEdition/EditRecordSkeleton/EditRecordSkeleton.js +13 -0
  1422. package/dist/components/RecordEdition/EditRecordSkeleton/EditRecordSkeleton.js.map +1 -0
  1423. package/dist/components/RecordEdition/EditRecordSkeleton/index.d.ts +2 -0
  1424. package/dist/components/RecordEdition/EditRecordSkeleton/index.js +6 -0
  1425. package/dist/components/RecordEdition/EditRecordSkeleton/index.js.map +1 -0
  1426. package/dist/components/RecordEdition/_types.d.ts +2 -0
  1427. package/dist/components/RecordEdition/_types.js +2 -0
  1428. package/dist/components/RecordEdition/_types.js.map +1 -0
  1429. package/dist/components/RecordEdition/constants.d.ts +2 -0
  1430. package/dist/components/RecordEdition/constants.js +6 -0
  1431. package/dist/components/RecordEdition/constants.js.map +1 -0
  1432. package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.d.ts +93 -0
  1433. package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.js +141 -0
  1434. package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.js.map +1 -0
  1435. package/dist/components/RecordEdition/editRecordReducer/editRecordReducerContext.d.ts +7 -0
  1436. package/dist/components/RecordEdition/editRecordReducer/editRecordReducerContext.js +10 -0
  1437. package/dist/components/RecordEdition/editRecordReducer/editRecordReducerContext.js.map +1 -0
  1438. package/dist/components/RecordEdition/editRecordReducer/index.d.ts +2 -0
  1439. package/dist/components/RecordEdition/editRecordReducer/index.js +6 -0
  1440. package/dist/components/RecordEdition/editRecordReducer/index.js.map +1 -0
  1441. package/dist/components/RecordEdition/editRecordReducer/useEditRecordReducer.d.ts +1 -0
  1442. package/dist/components/RecordEdition/editRecordReducer/useEditRecordReducer.js +7 -0
  1443. package/dist/components/RecordEdition/editRecordReducer/useEditRecordReducer.js.map +1 -0
  1444. package/dist/components/RecordEdition/hooks/useCreateCancelConfirm/index.d.ts +1 -0
  1445. package/dist/components/RecordEdition/hooks/useCreateCancelConfirm/index.js +5 -0
  1446. package/dist/components/RecordEdition/hooks/useCreateCancelConfirm/index.js.map +1 -0
  1447. package/dist/components/RecordEdition/hooks/useCreateCancelConfirm/useCreateCancelConfirm.d.ts +2 -0
  1448. package/dist/components/RecordEdition/hooks/useCreateCancelConfirm/useCreateCancelConfirm.js +25 -0
  1449. package/dist/components/RecordEdition/hooks/useCreateCancelConfirm/useCreateCancelConfirm.js.map +1 -0
  1450. package/dist/components/RecordEdition/hooks/useGetSubmitButtons.d.ts +2 -0
  1451. package/dist/components/RecordEdition/hooks/useGetSubmitButtons.js +24 -0
  1452. package/dist/components/RecordEdition/hooks/useGetSubmitButtons.js.map +1 -0
  1453. package/dist/components/RecordEdition/index.d.ts +8 -2
  1454. package/dist/components/RecordEdition/index.js +12 -2
  1455. package/dist/components/RecordEdition/index.js.map +1 -1
  1456. package/dist/components/RecordPreviewWithModal/FileModal/FileModal.d.ts +0 -1
  1457. package/dist/components/RecordPreviewWithModal/FileModal/FileModal.js +5 -4
  1458. package/dist/components/RecordPreviewWithModal/FileModal/FileModal.js.map +1 -1
  1459. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/AudioFile.d.ts +0 -1
  1460. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/AudioFile.js +2 -1
  1461. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/AudioFile.js.map +1 -1
  1462. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/index.js +2 -1
  1463. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/index.js.map +1 -1
  1464. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/DocumentFile.d.ts +0 -1
  1465. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/DocumentFile.js +2 -1
  1466. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/DocumentFile.js.map +1 -1
  1467. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/index.js +2 -1
  1468. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/index.js.map +1 -1
  1469. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalContent.d.ts +0 -1
  1470. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalContent.js +2 -1
  1471. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalContent.js.map +1 -1
  1472. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/FileModalSidebar.d.ts +0 -1
  1473. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/FileModalSidebar.js +4 -3
  1474. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/FileModalSidebar.js.map +1 -1
  1475. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/index.js +2 -1
  1476. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/index.js.map +1 -1
  1477. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/ImageFile.d.ts +0 -1
  1478. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/ImageFile.js +2 -1
  1479. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/ImageFile.js.map +1 -1
  1480. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/index.js +2 -1
  1481. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/index.js.map +1 -1
  1482. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/NoDisplayFile.d.ts +0 -1
  1483. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/NoDisplayFile.js +4 -3
  1484. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/NoDisplayFile.js.map +1 -1
  1485. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/index.js +2 -1
  1486. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/index.js.map +1 -1
  1487. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/VideoFile.d.ts +0 -1
  1488. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/VideoFile.js +2 -1
  1489. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/VideoFile.js.map +1 -1
  1490. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/index.js +2 -1
  1491. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/index.js.map +1 -1
  1492. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/_types.js +1 -0
  1493. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/index.js +2 -1
  1494. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/index.js.map +1 -1
  1495. package/dist/components/RecordPreviewWithModal/FileModal/_constants.js +2 -1
  1496. package/dist/components/RecordPreviewWithModal/FileModal/_constants.js.map +1 -1
  1497. package/dist/components/RecordPreviewWithModal/FileModal/index.js +2 -1
  1498. package/dist/components/RecordPreviewWithModal/FileModal/index.js.map +1 -1
  1499. package/dist/components/RecordPreviewWithModal/RecordPreviewWithModal.d.ts +2 -2
  1500. package/dist/components/RecordPreviewWithModal/RecordPreviewWithModal.js +16 -10
  1501. package/dist/components/RecordPreviewWithModal/RecordPreviewWithModal.js.map +1 -1
  1502. package/dist/components/RecordPreviewWithModal/index.js +2 -1
  1503. package/dist/components/RecordPreviewWithModal/index.js.map +1 -1
  1504. package/dist/components/SearchModal/SearchModal.d.ts +2 -1
  1505. package/dist/components/SearchModal/SearchModal.js +16 -16
  1506. package/dist/components/SearchModal/SearchModal.js.map +1 -1
  1507. package/dist/components/SearchModal/index.js +2 -1
  1508. package/dist/components/SearchModal/index.js.map +1 -1
  1509. package/dist/components/SelectRecordForLinkModal/SelectRecordForLinkModal.d.ts +18 -0
  1510. package/dist/components/SelectRecordForLinkModal/SelectRecordForLinkModal.js +85 -0
  1511. package/dist/components/SelectRecordForLinkModal/SelectRecordForLinkModal.js.map +1 -0
  1512. package/dist/components/SelectRecordForLinkModal/index.d.ts +1 -0
  1513. package/dist/components/SelectRecordForLinkModal/index.js +5 -0
  1514. package/dist/components/SelectRecordForLinkModal/index.js.map +1 -0
  1515. package/dist/components/SelectTreeNode/SelectTreeNode.d.ts +12 -10
  1516. package/dist/components/SelectTreeNode/SelectTreeNode.js +20 -142
  1517. package/dist/components/SelectTreeNode/SelectTreeNode.js.map +1 -1
  1518. package/dist/components/SelectTreeNode/SelectTreeNodeContent.d.ts +22 -0
  1519. package/dist/components/SelectTreeNode/SelectTreeNodeContent.js +152 -0
  1520. package/dist/components/SelectTreeNode/SelectTreeNodeContent.js.map +1 -0
  1521. package/dist/components/SelectTreeNode/SelectTreeNodeContentSkeleton.d.ts +2 -0
  1522. package/dist/components/SelectTreeNode/SelectTreeNodeContentSkeleton.js +17 -0
  1523. package/dist/components/SelectTreeNode/SelectTreeNodeContentSkeleton.js.map +1 -0
  1524. package/dist/components/SelectTreeNode/TreeNodeTitle.d.ts +9 -0
  1525. package/dist/components/SelectTreeNode/TreeNodeTitle.js +8 -0
  1526. package/dist/components/SelectTreeNode/TreeNodeTitle.js.map +1 -0
  1527. package/dist/components/SelectTreeNode/_types.d.ts +18 -0
  1528. package/dist/components/SelectTreeNode/_types.js +2 -0
  1529. package/dist/components/SelectTreeNode/_types.js.map +1 -0
  1530. package/dist/components/SelectTreeNode/index.d.ts +1 -2
  1531. package/dist/components/SelectTreeNode/index.js +3 -3
  1532. package/dist/components/SelectTreeNode/index.js.map +1 -1
  1533. package/dist/components/SelectTreeNodeModalOld/SelectTreeNodeModalOld.d.ts +12 -0
  1534. package/dist/components/SelectTreeNodeModalOld/SelectTreeNodeModalOld.js +34 -0
  1535. package/dist/components/SelectTreeNodeModalOld/SelectTreeNodeModalOld.js.map +1 -0
  1536. package/dist/components/SelectTreeNodeModalOld/index.d.ts +1 -0
  1537. package/dist/components/SelectTreeNodeModalOld/index.js +5 -0
  1538. package/dist/components/SelectTreeNodeModalOld/index.js.map +1 -0
  1539. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundary.d.ts +14 -0
  1540. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundary.js +28 -0
  1541. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundary.js.map +1 -0
  1542. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/SimpleErrorBoundaryContent.d.ts +7 -0
  1543. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/SimpleErrorBoundaryContent.js +29 -0
  1544. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/SimpleErrorBoundaryContent.js.map +1 -0
  1545. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/index.d.ts +2 -0
  1546. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/index.js +6 -0
  1547. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/index.js.map +1 -0
  1548. package/dist/components/SimpleErrorBoundary/index.d.ts +1 -0
  1549. package/dist/components/SimpleErrorBoundary/index.js +5 -0
  1550. package/dist/components/SimpleErrorBoundary/index.js.map +1 -0
  1551. package/dist/components/SubmitStateNotifier/SubmitStateNotifier.d.ts +0 -1
  1552. package/dist/components/SubmitStateNotifier/SubmitStateNotifier.js +2 -1
  1553. package/dist/components/SubmitStateNotifier/SubmitStateNotifier.js.map +1 -1
  1554. package/dist/components/SubmitStateNotifier/_types.d.ts +1 -1
  1555. package/dist/components/SubmitStateNotifier/_types.js +1 -0
  1556. package/dist/components/SubmitStateNotifier/index.js +2 -1
  1557. package/dist/components/SubmitStateNotifier/index.js.map +1 -1
  1558. package/dist/components/TreePicker/TreePicker.d.ts +0 -1
  1559. package/dist/components/TreePicker/TreePicker.js +2 -1
  1560. package/dist/components/TreePicker/TreePicker.js.map +1 -1
  1561. package/dist/components/TreePicker/TreesList/TreesList.d.ts +0 -1
  1562. package/dist/components/TreePicker/TreesList/TreesList.js +3 -2
  1563. package/dist/components/TreePicker/TreesList/TreesList.js.map +1 -1
  1564. package/dist/components/TreePicker/TreesList/index.js +2 -1
  1565. package/dist/components/TreePicker/TreesList/index.js.map +1 -1
  1566. package/dist/components/TreePicker/index.js +2 -1
  1567. package/dist/components/TreePicker/index.js.map +1 -1
  1568. package/dist/components/TriggerPreviewsGenerationModal/TriggerPreviewsGenerationModal.d.ts +0 -1
  1569. package/dist/components/TriggerPreviewsGenerationModal/TriggerPreviewsGenerationModal.js +14 -9
  1570. package/dist/components/TriggerPreviewsGenerationModal/TriggerPreviewsGenerationModal.js.map +1 -1
  1571. package/dist/components/TriggerPreviewsGenerationModal/index.js +4 -0
  1572. package/dist/components/TriggerPreviewsGenerationModal/index.js.map +1 -1
  1573. package/dist/components/UploadFiles/UploadFiles.d.ts +0 -1
  1574. package/dist/components/UploadFiles/UploadFiles.js +13 -11
  1575. package/dist/components/UploadFiles/UploadFiles.js.map +1 -1
  1576. package/dist/components/UploadFiles/index.d.ts +1 -2
  1577. package/dist/components/UploadFiles/index.js +3 -3
  1578. package/dist/components/UploadFiles/index.js.map +1 -1
  1579. package/dist/components/ValuesVersionConfigurator/ValuesVersionConfigurator.d.ts +0 -1
  1580. package/dist/components/ValuesVersionConfigurator/ValuesVersionConfigurator.js +2 -1
  1581. package/dist/components/ValuesVersionConfigurator/ValuesVersionConfigurator.js.map +1 -1
  1582. package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.d.ts +0 -1
  1583. package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.js +6 -5
  1584. package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.js.map +1 -1
  1585. package/dist/components/ValuesVersionConfigurator/VersionTree/index.js +2 -1
  1586. package/dist/components/ValuesVersionConfigurator/VersionTree/index.js.map +1 -1
  1587. package/dist/components/ValuesVersionConfigurator/index.js +2 -1
  1588. package/dist/components/ValuesVersionConfigurator/index.js.map +1 -1
  1589. package/dist/components/index.d.ts +5 -1
  1590. package/dist/components/index.js +7 -2
  1591. package/dist/components/index.js.map +1 -1
  1592. package/dist/constants.d.ts +7 -5
  1593. package/dist/constants.js +21 -15
  1594. package/dist/constants.js.map +1 -1
  1595. package/dist/contexts/EditRecordModalContext/EditRecordModalContext.d.ts +5 -0
  1596. package/dist/contexts/EditRecordModalContext/EditRecordModalContext.js +7 -0
  1597. package/dist/contexts/EditRecordModalContext/EditRecordModalContext.js.map +1 -0
  1598. package/dist/contexts/EditRecordModalContext/EditRecordModalProvider.d.ts +2 -0
  1599. package/dist/contexts/EditRecordModalContext/EditRecordModalProvider.js +21 -0
  1600. package/dist/contexts/EditRecordModalContext/EditRecordModalProvider.js.map +1 -0
  1601. package/dist/contexts/EditRecordModalContext/index.d.ts +2 -0
  1602. package/dist/contexts/EditRecordModalContext/index.js +6 -0
  1603. package/dist/contexts/EditRecordModalContext/index.js.map +1 -0
  1604. package/dist/contexts/EditRecordModalContext/tsconfig.json +6 -0
  1605. package/dist/contexts/EditRecordModalContext/useEditRecordModalContext.d.ts +1 -0
  1606. package/dist/contexts/EditRecordModalContext/useEditRecordModalContext.js +7 -0
  1607. package/dist/contexts/EditRecordModalContext/useEditRecordModalContext.js.map +1 -0
  1608. package/dist/contexts/LangContext/LangContext.d.ts +2 -4
  1609. package/dist/contexts/LangContext/LangContext.js +4 -4
  1610. package/dist/contexts/LangContext/LangContext.js.map +1 -1
  1611. package/dist/contexts/LangContext/index.d.ts +2 -2
  1612. package/dist/contexts/LangContext/index.js +4 -3
  1613. package/dist/contexts/LangContext/index.js.map +1 -1
  1614. package/dist/contexts/LangContext/types.js +2 -0
  1615. package/dist/contexts/LangContext/types.js.map +1 -0
  1616. package/dist/contexts/UserContext/UserContext.js +2 -1
  1617. package/dist/contexts/UserContext/UserContext.js.map +1 -1
  1618. package/dist/contexts/UserContext/index.js +4 -0
  1619. package/dist/contexts/UserContext/index.js.map +1 -1
  1620. package/dist/contexts/UserContext/types.js +1 -0
  1621. package/dist/contexts/index.js +2 -1
  1622. package/dist/contexts/index.js.map +1 -1
  1623. package/dist/gqlFragments/index.js +2 -1
  1624. package/dist/gqlFragments/index.js.map +1 -1
  1625. package/dist/gqlFragments/recordIdentityFragment.js +2 -1
  1626. package/dist/gqlFragments/recordIdentityFragment.js.map +1 -1
  1627. package/dist/gqlPossibleTypes/index.js +1 -0
  1628. package/dist/hooks/index.d.ts +6 -1
  1629. package/dist/hooks/index.js +8 -2
  1630. package/dist/hooks/index.js.map +1 -1
  1631. package/dist/hooks/useAntdLocale/index.js +2 -1
  1632. package/dist/hooks/useAntdLocale/index.js.map +1 -1
  1633. package/dist/hooks/useAntdLocale/useAntdLocale.js +1 -0
  1634. package/dist/hooks/useAntdLocale/useAntdLocale.js.map +1 -1
  1635. package/dist/hooks/useAppLang/index.js +2 -1
  1636. package/dist/hooks/useAppLang/index.js.map +1 -1
  1637. package/dist/hooks/useAppLang/useAppLang.js +2 -1
  1638. package/dist/hooks/useAppLang/useAppLang.js.map +1 -1
  1639. package/dist/hooks/useAuth/index.js +2 -1
  1640. package/dist/hooks/useAuth/index.js.map +1 -1
  1641. package/dist/hooks/useAuth/useAuth.js +8 -5
  1642. package/dist/hooks/useAuth/useAuth.js.map +1 -1
  1643. package/dist/hooks/useCanEditRecord/index.js +4 -0
  1644. package/dist/hooks/useCanEditRecord/index.js.map +1 -1
  1645. package/dist/hooks/useCanEditRecord/useCanEditRecord.js +2 -1
  1646. package/dist/hooks/useCanEditRecord/useCanEditRecord.js.map +1 -1
  1647. package/dist/hooks/useDebouncedValue/index.d.ts +1 -0
  1648. package/dist/hooks/useDebouncedValue/index.js +5 -0
  1649. package/dist/hooks/useDebouncedValue/index.js.map +1 -0
  1650. package/dist/hooks/useDebouncedValue/useDebouncedValue.d.ts +1 -0
  1651. package/dist/hooks/useDebouncedValue/useDebouncedValue.js +17 -0
  1652. package/dist/hooks/useDebouncedValue/useDebouncedValue.js.map +1 -0
  1653. package/dist/hooks/useExecuteDeleteViewMutation/useExecuteDeleteViewMutation.js +1 -0
  1654. package/dist/hooks/useExecuteSaveViewMutation/index.d.ts +1 -0
  1655. package/dist/hooks/useExecuteSaveViewMutation/index.js +5 -0
  1656. package/dist/hooks/useExecuteSaveViewMutation/index.js.map +1 -0
  1657. package/dist/hooks/useExecuteSaveViewMutation/useExecuteSaveViewMutation.d.ts +6 -0
  1658. package/dist/hooks/useExecuteSaveViewMutation/useExecuteSaveViewMutation.js +37 -0
  1659. package/dist/hooks/useExecuteSaveViewMutation/useExecuteSaveViewMutation.js.map +1 -0
  1660. package/dist/hooks/useGetLibraryDetailExtendedQuery/useGetLibraryDetailExtendedQuery.js +2 -1
  1661. package/dist/hooks/useGetLibraryDetailExtendedQuery/useGetLibraryDetailExtendedQuery.js.map +1 -1
  1662. package/dist/hooks/useGetPreparedFileData/useGetPreparedFileData.js +2 -1
  1663. package/dist/hooks/useGetPreparedFileData/useGetPreparedFileData.js.map +1 -1
  1664. package/dist/hooks/useGetRecordForm/index.js +2 -1
  1665. package/dist/hooks/useGetRecordForm/index.js.map +1 -1
  1666. package/dist/hooks/useGetRecordForm/useGetRecordForm.d.ts +11 -7
  1667. package/dist/hooks/useGetRecordForm/useGetRecordForm.js +24 -29
  1668. package/dist/hooks/useGetRecordForm/useGetRecordForm.js.map +1 -1
  1669. package/dist/hooks/useGetRecordUpdatesSubscription/index.js +2 -1
  1670. package/dist/hooks/useGetRecordUpdatesSubscription/index.js.map +1 -1
  1671. package/dist/hooks/useGetRecordUpdatesSubscription/useGetRecordUpdatesSubscription.d.ts +1 -1
  1672. package/dist/hooks/useGetRecordUpdatesSubscription/useGetRecordUpdatesSubscription.js +2 -1
  1673. package/dist/hooks/useGetRecordUpdatesSubscription/useGetRecordUpdatesSubscription.js.map +1 -1
  1674. package/dist/hooks/useGetRecordValuesQuery/useGetRecordValuesQuery.d.ts +2 -2
  1675. package/dist/hooks/useGetRecordValuesQuery/useGetRecordValuesQuery.js +4 -3
  1676. package/dist/hooks/useGetRecordValuesQuery/useGetRecordValuesQuery.js.map +1 -1
  1677. package/dist/hooks/useIFrameMessenger/messageHandlers.d.ts +15 -0
  1678. package/dist/hooks/useIFrameMessenger/messageHandlers.js +121 -0
  1679. package/dist/hooks/useIFrameMessenger/messageHandlers.js.map +1 -0
  1680. package/dist/hooks/useIFrameMessenger/schema.d.ts +21 -0
  1681. package/dist/hooks/useIFrameMessenger/schema.js +76 -0
  1682. package/dist/hooks/useIFrameMessenger/schema.js.map +1 -0
  1683. package/dist/hooks/useIFrameMessenger/types.d.ts +120 -0
  1684. package/dist/hooks/useIFrameMessenger/types.js +2 -0
  1685. package/dist/hooks/useIFrameMessenger/types.js.map +1 -0
  1686. package/dist/hooks/useIFrameMessenger/useIFrameMessenger.d.ts +19 -0
  1687. package/dist/hooks/useIFrameMessenger/useIFrameMessenger.js +108 -0
  1688. package/dist/hooks/useIFrameMessenger/useIFrameMessenger.js.map +1 -0
  1689. package/dist/hooks/useIFrameMessengerClient/IFrameMessengerClient.d.ts +7 -0
  1690. package/dist/hooks/useIFrameMessengerClient/IFrameMessengerClient.js +13 -0
  1691. package/dist/hooks/useIFrameMessengerClient/IFrameMessengerClient.js.map +1 -0
  1692. package/dist/hooks/useIFrameMessengerClient/iFrameMessengerClientContext.d.ts +13 -0
  1693. package/dist/hooks/useIFrameMessengerClient/iFrameMessengerClientContext.js +6 -0
  1694. package/dist/hooks/useIFrameMessengerClient/iFrameMessengerClientContext.js.map +1 -0
  1695. package/dist/hooks/useIFrameMessengerClient/useIFrameMessengerClient.d.ts +13 -0
  1696. package/dist/hooks/useIFrameMessengerClient/useIFrameMessengerClient.js +13 -0
  1697. package/dist/hooks/useIFrameMessengerClient/useIFrameMessengerClient.js.map +1 -0
  1698. package/dist/hooks/useLang/__mocks__/index.d.ts +2 -0
  1699. package/dist/hooks/useLang/__mocks__/index.js +6 -0
  1700. package/dist/hooks/useLang/__mocks__/index.js.map +1 -0
  1701. package/dist/hooks/useLang/__mocks__/useLang.d.ts +6 -0
  1702. package/dist/hooks/useLang/__mocks__/useLang.js +10 -0
  1703. package/dist/hooks/useLang/__mocks__/useLang.js.map +1 -0
  1704. package/dist/hooks/useLang/index.js +2 -1
  1705. package/dist/hooks/useLang/index.js.map +1 -1
  1706. package/dist/hooks/useLang/useLang.d.ts +1 -1
  1707. package/dist/hooks/useLang/useLang.js +4 -3
  1708. package/dist/hooks/useLang/useLang.js.map +1 -1
  1709. package/dist/hooks/useLibraryVersionTrees/index.js +2 -1
  1710. package/dist/hooks/useLibraryVersionTrees/index.js.map +1 -1
  1711. package/dist/hooks/useLibraryVersionTrees/useLibraryVersionTrees.d.ts +1 -1
  1712. package/dist/hooks/useLibraryVersionTrees/useLibraryVersionTrees.js +1 -0
  1713. package/dist/hooks/useLibraryVersionTrees/useLibraryVersionTrees.js.map +1 -1
  1714. package/dist/hooks/useLocalStorage/index.js +2 -1
  1715. package/dist/hooks/useLocalStorage/index.js.map +1 -1
  1716. package/dist/hooks/useLocalStorage/useLocalStorage.js +2 -1
  1717. package/dist/hooks/useLocalStorage/useLocalStorage.js.map +1 -1
  1718. package/dist/hooks/useLoginChecker/index.d.ts +1 -0
  1719. package/dist/hooks/useLoginChecker/index.js +5 -0
  1720. package/dist/hooks/useLoginChecker/index.js.map +1 -0
  1721. package/dist/hooks/useLoginChecker/useLoginChecker.d.ts +3 -0
  1722. package/dist/hooks/useLoginChecker/useLoginChecker.js +17 -0
  1723. package/dist/hooks/useLoginChecker/useLoginChecker.js.map +1 -0
  1724. package/dist/hooks/useRecordsConsultationHistory/index.js +2 -1
  1725. package/dist/hooks/useRecordsConsultationHistory/index.js.map +1 -1
  1726. package/dist/hooks/useRecordsConsultationHistory/useRecordsConsultationHistory.js +2 -1
  1727. package/dist/hooks/useRecordsConsultationHistory/useRecordsConsultationHistory.js.map +1 -1
  1728. package/dist/hooks/useRedirectToLogin/index.d.ts +1 -0
  1729. package/dist/hooks/useRedirectToLogin/index.js +5 -0
  1730. package/dist/hooks/useRedirectToLogin/index.js.map +1 -0
  1731. package/dist/hooks/useRedirectToLogin/useRedirectToLogin.d.ts +3 -0
  1732. package/dist/hooks/useRedirectToLogin/useRedirectToLogin.js +15 -0
  1733. package/dist/hooks/useRedirectToLogin/useRedirectToLogin.js.map +1 -0
  1734. package/dist/hooks/useRefreshFieldValues/index.js +2 -1
  1735. package/dist/hooks/useRefreshFieldValues/index.js.map +1 -1
  1736. package/dist/hooks/useRefreshFieldValues/useRefreshFieldValues.js +9 -3
  1737. package/dist/hooks/useRefreshFieldValues/useRefreshFieldValues.js.map +1 -1
  1738. package/dist/hooks/useSharedTranslation/__mocks__/index.d.ts +1 -0
  1739. package/dist/hooks/useSharedTranslation/__mocks__/index.js +5 -0
  1740. package/dist/hooks/useSharedTranslation/__mocks__/index.js.map +1 -0
  1741. package/dist/hooks/useSharedTranslation/__mocks__/useSharedTranslation.d.ts +7 -0
  1742. package/dist/hooks/useSharedTranslation/__mocks__/useSharedTranslation.js +13 -0
  1743. package/dist/hooks/useSharedTranslation/__mocks__/useSharedTranslation.js.map +1 -0
  1744. package/dist/hooks/useSharedTranslation/index.js +2 -1
  1745. package/dist/hooks/useSharedTranslation/index.js.map +1 -1
  1746. package/dist/hooks/useSharedTranslation/useSharedTranslation.js +4 -6
  1747. package/dist/hooks/useSharedTranslation/useSharedTranslation.js.map +1 -1
  1748. package/dist/hooks/useUser/index.d.ts +1 -0
  1749. package/dist/hooks/useUser/index.js +5 -0
  1750. package/dist/hooks/useUser/index.js.map +1 -0
  1751. package/dist/hooks/useUser/useUser.js +2 -1
  1752. package/dist/hooks/useUser/useUser.js.map +1 -1
  1753. package/dist/hooks/useValuesCacheUpdate/index.js +2 -1
  1754. package/dist/hooks/useValuesCacheUpdate/index.js.map +1 -1
  1755. package/dist/hooks/useValuesCacheUpdate/useValuesCacheUpdate.d.ts +1 -1
  1756. package/dist/hooks/useValuesCacheUpdate/useValuesCacheUpdate.js +2 -1
  1757. package/dist/hooks/useValuesCacheUpdate/useValuesCacheUpdate.js.map +1 -1
  1758. package/dist/index.d.ts +1 -0
  1759. package/dist/index.js +3 -1
  1760. package/dist/index.js.map +1 -1
  1761. package/dist/locales/en/shared.json +593 -3
  1762. package/dist/locales/fr/shared.json +592 -3
  1763. package/dist/testing/MockedLangContextProvider/MockedLangContextProvider.d.ts +4 -0
  1764. package/dist/testing/MockedLangContextProvider/MockedLangContextProvider.js +16 -0
  1765. package/dist/testing/MockedLangContextProvider/MockedLangContextProvider.js.map +1 -0
  1766. package/dist/testing/MockedLangContextProvider/index.d.ts +2 -0
  1767. package/dist/testing/MockedLangContextProvider/index.js +6 -0
  1768. package/dist/testing/MockedLangContextProvider/index.js.map +1 -0
  1769. package/dist/testing/MockedUserContextProvider/MockedUserContextProvider.d.ts +4 -0
  1770. package/dist/testing/MockedUserContextProvider/MockedUserContextProvider.js +25 -0
  1771. package/dist/testing/MockedUserContextProvider/MockedUserContextProvider.js.map +1 -0
  1772. package/dist/testing/MockedUserContextProvider/index.d.ts +2 -0
  1773. package/dist/testing/MockedUserContextProvider/index.js +6 -0
  1774. package/dist/testing/MockedUserContextProvider/index.js.map +1 -0
  1775. package/dist/testing/index.d.ts +1 -0
  1776. package/dist/testing/index.js +5 -0
  1777. package/dist/testing/index.js.map +1 -0
  1778. package/dist/types/attributes.d.ts +2 -1
  1779. package/dist/types/attributes.js +1 -0
  1780. package/dist/types/index.js +4 -0
  1781. package/dist/types/index.js.map +1 -1
  1782. package/dist/types/misc.d.ts +2 -2
  1783. package/dist/types/misc.js +1 -0
  1784. package/dist/types/records.js +1 -0
  1785. package/dist/types/scalars.d.ts +1 -1
  1786. package/dist/types/scalars.js +1 -0
  1787. package/dist/types/search.d.ts +20 -4
  1788. package/dist/types/search.js +1 -0
  1789. package/dist/types/search.js.map +1 -1
  1790. package/dist/types/trees.d.ts +1 -0
  1791. package/dist/types/trees.js +1 -0
  1792. package/dist/types/values.js +1 -0
  1793. package/dist/types/views.d.ts +4 -4
  1794. package/dist/types/views.js +1 -0
  1795. package/package.json +54 -10
  1796. package/apollo.apiKey.js.example +0 -7
  1797. package/codegen.ts +0 -48
  1798. package/dist/components/RecordEdition/EditRecord/EditRecordSkeleton.d.ts +0 -6
  1799. package/dist/components/RecordEdition/EditRecord/EditRecordSkeleton.js +0 -12
  1800. package/dist/components/RecordEdition/EditRecord/EditRecordSkeleton.js.map +0 -1
  1801. package/dist/components/RecordEdition/EditRecord/_types.d.ts +0 -109
  1802. package/dist/components/RecordEdition/EditRecord/_types.js +0 -11
  1803. package/dist/components/RecordEdition/EditRecord/_types.js.map +0 -1
  1804. package/dist/components/RecordEdition/EditRecord/helpers/extractFormElements/extractFormElements.d.ts +0 -3
  1805. package/dist/components/RecordEdition/EditRecord/helpers/extractFormElements/extractFormElements.js +0 -14
  1806. package/dist/components/RecordEdition/EditRecord/helpers/extractFormElements/extractFormElements.js.map +0 -1
  1807. package/dist/components/RecordEdition/EditRecord/helpers/extractFormElements/index.js +0 -5
  1808. package/dist/components/RecordEdition/EditRecord/helpers/extractFormElements/index.js.map +0 -1
  1809. package/dist/components/RecordEdition/EditRecord/helpers/getActiveFieldValues/getActiveFieldValues.js +0 -3
  1810. package/dist/components/RecordEdition/EditRecord/helpers/getActiveFieldValues/getActiveFieldValues.js.map +0 -1
  1811. package/dist/components/RecordEdition/EditRecord/helpers/getActiveFieldValues/index.js +0 -4
  1812. package/dist/components/RecordEdition/EditRecord/helpers/getActiveFieldValues/index.js.map +0 -1
  1813. package/dist/components/RecordEdition/EditRecord/helpers/isCurrentVersion/index.js +0 -4
  1814. package/dist/components/RecordEdition/EditRecord/helpers/isCurrentVersion/index.js.map +0 -1
  1815. package/dist/components/RecordEdition/EditRecord/helpers/isCurrentVersion/isCurrentVersion.js +0 -19
  1816. package/dist/components/RecordEdition/EditRecord/helpers/isCurrentVersion/isCurrentVersion.js.map +0 -1
  1817. package/dist/components/RecordEdition/EditRecord/hooks/helpers/getPropertyCacheFieldName.js +0 -4
  1818. package/dist/components/RecordEdition/EditRecord/hooks/helpers/getPropertyCacheFieldName.js.map +0 -1
  1819. package/dist/components/RecordEdition/EditRecord/hooks/useExecuteDeleteValueMutation.js +0 -38
  1820. package/dist/components/RecordEdition/EditRecord/hooks/useExecuteDeleteValueMutation.js.map +0 -1
  1821. package/dist/components/RecordEdition/EditRecord/hooks/useExecuteSaveValueBatchMutation.js +0 -63
  1822. package/dist/components/RecordEdition/EditRecord/hooks/useExecuteSaveValueBatchMutation.js.map +0 -1
  1823. package/dist/components/RecordEdition/EditRecord/hooks/useRecordEditionContext.d.ts +0 -4
  1824. package/dist/components/RecordEdition/EditRecord/hooks/useRecordEditionContext.js +0 -6
  1825. package/dist/components/RecordEdition/EditRecord/hooks/useRecordEditionContext.js.map +0 -1
  1826. package/dist/components/RecordEdition/EditRecord/reducers/linkFieldReducer/index.js +0 -5
  1827. package/dist/components/RecordEdition/EditRecord/reducers/linkFieldReducer/index.js.map +0 -1
  1828. package/dist/components/RecordEdition/EditRecord/reducers/linkFieldReducer/linkFieldReducer.d.ts +0 -52
  1829. package/dist/components/RecordEdition/EditRecord/reducers/linkFieldReducer/linkFieldReducer.js +0 -143
  1830. package/dist/components/RecordEdition/EditRecord/reducers/linkFieldReducer/linkFieldReducer.js.map +0 -1
  1831. package/dist/components/RecordEdition/EditRecord/reducers/standardFieldReducer/index.d.ts +0 -2
  1832. package/dist/components/RecordEdition/EditRecord/reducers/standardFieldReducer/index.js +0 -5
  1833. package/dist/components/RecordEdition/EditRecord/reducers/standardFieldReducer/index.js.map +0 -1
  1834. package/dist/components/RecordEdition/EditRecord/reducers/standardFieldReducer/standardFieldReducer.d.ts +0 -100
  1835. package/dist/components/RecordEdition/EditRecord/reducers/standardFieldReducer/standardFieldReducer.js +0 -273
  1836. package/dist/components/RecordEdition/EditRecord/reducers/standardFieldReducer/standardFieldReducer.js.map +0 -1
  1837. package/dist/components/RecordEdition/EditRecord/shared/AddValueBtn/AddValueBtn.d.ts +0 -10
  1838. package/dist/components/RecordEdition/EditRecord/shared/AddValueBtn/AddValueBtn.js +0 -18
  1839. package/dist/components/RecordEdition/EditRecord/shared/AddValueBtn/AddValueBtn.js.map +0 -1
  1840. package/dist/components/RecordEdition/EditRecord/shared/AddValueBtn/index.js +0 -5
  1841. package/dist/components/RecordEdition/EditRecord/shared/AddValueBtn/index.js.map +0 -1
  1842. package/dist/components/RecordEdition/EditRecord/shared/DeleteAllValuesBtn/DeleteAllValuesBtn.d.ts +0 -6
  1843. package/dist/components/RecordEdition/EditRecord/shared/DeleteAllValuesBtn/DeleteAllValuesBtn.js +0 -20
  1844. package/dist/components/RecordEdition/EditRecord/shared/DeleteAllValuesBtn/DeleteAllValuesBtn.js.map +0 -1
  1845. package/dist/components/RecordEdition/EditRecord/shared/DeleteAllValuesBtn/index.js +0 -5
  1846. package/dist/components/RecordEdition/EditRecord/shared/DeleteAllValuesBtn/index.js.map +0 -1
  1847. package/dist/components/RecordEdition/EditRecord/shared/DeleteValueBtn/DeleteValueBtn.d.ts +0 -7
  1848. package/dist/components/RecordEdition/EditRecord/shared/DeleteValueBtn/DeleteValueBtn.js +0 -13
  1849. package/dist/components/RecordEdition/EditRecord/shared/DeleteValueBtn/DeleteValueBtn.js.map +0 -1
  1850. package/dist/components/RecordEdition/EditRecord/shared/DeleteValueBtn/index.js +0 -5
  1851. package/dist/components/RecordEdition/EditRecord/shared/DeleteValueBtn/index.js.map +0 -1
  1852. package/dist/components/RecordEdition/EditRecord/shared/FieldFooter/FieldFooter.js +0 -27
  1853. package/dist/components/RecordEdition/EditRecord/shared/FieldFooter/FieldFooter.js.map +0 -1
  1854. package/dist/components/RecordEdition/EditRecord/shared/FieldFooter/index.js +0 -5
  1855. package/dist/components/RecordEdition/EditRecord/shared/FieldFooter/index.js.map +0 -1
  1856. package/dist/components/RecordEdition/EditRecord/shared/InheritedFieldLabel/InheritedFieldLabel.d.ts +0 -7
  1857. package/dist/components/RecordEdition/EditRecord/shared/InheritedFieldLabel/InheritedFieldLabel.js +0 -21
  1858. package/dist/components/RecordEdition/EditRecord/shared/InheritedFieldLabel/InheritedFieldLabel.js.map +0 -1
  1859. package/dist/components/RecordEdition/EditRecord/shared/InheritedFieldLabel/index.js +0 -5
  1860. package/dist/components/RecordEdition/EditRecord/shared/InheritedFieldLabel/index.js.map +0 -1
  1861. package/dist/components/RecordEdition/EditRecord/shared/NoValue/NoValue.d.ts +0 -8
  1862. package/dist/components/RecordEdition/EditRecord/shared/NoValue/NoValue.js +0 -32
  1863. package/dist/components/RecordEdition/EditRecord/shared/NoValue/NoValue.js.map +0 -1
  1864. package/dist/components/RecordEdition/EditRecord/shared/NoValue/index.js +0 -5
  1865. package/dist/components/RecordEdition/EditRecord/shared/NoValue/index.js.map +0 -1
  1866. package/dist/components/RecordEdition/EditRecord/shared/UpdatedFieldIcon/UpdatedFieldIcon.d.ts +0 -3
  1867. package/dist/components/RecordEdition/EditRecord/shared/UpdatedFieldIcon/UpdatedFieldIcon.js +0 -12
  1868. package/dist/components/RecordEdition/EditRecord/shared/UpdatedFieldIcon/UpdatedFieldIcon.js.map +0 -1
  1869. package/dist/components/RecordEdition/EditRecord/shared/UpdatedFieldIcon/index.js +0 -5
  1870. package/dist/components/RecordEdition/EditRecord/shared/UpdatedFieldIcon/index.js.map +0 -1
  1871. package/dist/components/RecordEdition/EditRecord/shared/ValueDetailsBtn/ValueDetailsBtn.d.ts +0 -11
  1872. package/dist/components/RecordEdition/EditRecord/shared/ValueDetailsBtn/ValueDetailsBtn.js +0 -29
  1873. package/dist/components/RecordEdition/EditRecord/shared/ValueDetailsBtn/ValueDetailsBtn.js.map +0 -1
  1874. package/dist/components/RecordEdition/EditRecord/shared/ValueDetailsBtn/index.js +0 -5
  1875. package/dist/components/RecordEdition/EditRecord/shared/ValueDetailsBtn/index.js.map +0 -1
  1876. package/dist/components/RecordEdition/EditRecord/shared/ValuesVersionBtn/ValuesVersionBtn.d.ts +0 -14
  1877. package/dist/components/RecordEdition/EditRecord/shared/ValuesVersionBtn/ValuesVersionBtn.js +0 -55
  1878. package/dist/components/RecordEdition/EditRecord/shared/ValuesVersionBtn/ValuesVersionBtn.js.map +0 -1
  1879. package/dist/components/RecordEdition/EditRecord/shared/ValuesVersionBtn/index.js +0 -5
  1880. package/dist/components/RecordEdition/EditRecord/shared/ValuesVersionBtn/index.js.map +0 -1
  1881. package/dist/components/RecordEdition/EditRecord/shared/ValuesVersionIndicator/ValuesVersionIndicator.d.ts +0 -9
  1882. package/dist/components/RecordEdition/EditRecord/shared/ValuesVersionIndicator/ValuesVersionIndicator.js +0 -33
  1883. package/dist/components/RecordEdition/EditRecord/shared/ValuesVersionIndicator/ValuesVersionIndicator.js.map +0 -1
  1884. package/dist/components/RecordEdition/EditRecord/shared/ValuesVersionIndicator/index.js +0 -5
  1885. package/dist/components/RecordEdition/EditRecord/shared/ValuesVersionIndicator/index.js.map +0 -1
  1886. package/dist/components/RecordEdition/EditRecord/uiElements/Container/Container.d.ts +0 -4
  1887. package/dist/components/RecordEdition/EditRecord/uiElements/Container/Container.js +0 -12
  1888. package/dist/components/RecordEdition/EditRecord/uiElements/Container/Container.js.map +0 -1
  1889. package/dist/components/RecordEdition/EditRecord/uiElements/Container/index.js +0 -5
  1890. package/dist/components/RecordEdition/EditRecord/uiElements/Container/index.js.map +0 -1
  1891. package/dist/components/RecordEdition/EditRecord/uiElements/ErrorField/ErrorField.d.ts +0 -5
  1892. package/dist/components/RecordEdition/EditRecord/uiElements/ErrorField/ErrorField.js +0 -62
  1893. package/dist/components/RecordEdition/EditRecord/uiElements/ErrorField/ErrorField.js.map +0 -1
  1894. package/dist/components/RecordEdition/EditRecord/uiElements/ErrorField/index.js +0 -5
  1895. package/dist/components/RecordEdition/EditRecord/uiElements/ErrorField/index.js.map +0 -1
  1896. package/dist/components/RecordEdition/EditRecord/uiElements/FormDivider/FormDivider.d.ts +0 -5
  1897. package/dist/components/RecordEdition/EditRecord/uiElements/FormDivider/FormDivider.js +0 -7
  1898. package/dist/components/RecordEdition/EditRecord/uiElements/FormDivider/FormDivider.js.map +0 -1
  1899. package/dist/components/RecordEdition/EditRecord/uiElements/FormDivider/index.js +0 -5
  1900. package/dist/components/RecordEdition/EditRecord/uiElements/FormDivider/index.js.map +0 -1
  1901. package/dist/components/RecordEdition/EditRecord/uiElements/FormTabs/FormTabs.d.ts +0 -5
  1902. package/dist/components/RecordEdition/EditRecord/uiElements/FormTabs/FormTabs.js +0 -44
  1903. package/dist/components/RecordEdition/EditRecord/uiElements/FormTabs/FormTabs.js.map +0 -1
  1904. package/dist/components/RecordEdition/EditRecord/uiElements/FormTabs/index.js +0 -5
  1905. package/dist/components/RecordEdition/EditRecord/uiElements/FormTabs/index.js.map +0 -1
  1906. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/FloatingMenuHandler/FloatingMenuHandler.d.ts +0 -14
  1907. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/FloatingMenuHandler/FloatingMenuHandler.js +0 -28
  1908. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/FloatingMenuHandler/FloatingMenuHandler.js.map +0 -1
  1909. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/FloatingMenuHandler/index.d.ts +0 -2
  1910. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/FloatingMenuHandler/index.js +0 -5
  1911. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/FloatingMenuHandler/index.js.map +0 -1
  1912. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/LinkField.d.ts +0 -13
  1913. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/LinkField.js +0 -311
  1914. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/LinkField.js.map +0 -1
  1915. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/RecordIdentityCell/RecordIdentityCell.d.ts +0 -7
  1916. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/RecordIdentityCell/RecordIdentityCell.js +0 -10
  1917. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/RecordIdentityCell/RecordIdentityCell.js.map +0 -1
  1918. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/RecordIdentityCell/index.d.ts +0 -2
  1919. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/RecordIdentityCell/index.js +0 -5
  1920. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/RecordIdentityCell/index.js.map +0 -1
  1921. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/QuickSearch/QuickSearch.d.ts +0 -14
  1922. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/QuickSearch/QuickSearch.js +0 -49
  1923. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/QuickSearch/QuickSearch.js.map +0 -1
  1924. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/QuickSearch/index.d.ts +0 -2
  1925. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/QuickSearch/index.js +0 -5
  1926. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/QuickSearch/index.js.map +0 -1
  1927. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/ValuesAdd.d.ts +0 -10
  1928. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/ValuesAdd.js +0 -216
  1929. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/ValuesAdd.js.map +0 -1
  1930. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/index.d.ts +0 -2
  1931. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/index.js +0 -5
  1932. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/index.js.map +0 -1
  1933. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/index.js +0 -5
  1934. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/index.js.map +0 -1
  1935. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardField.d.ts +0 -5
  1936. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardField.js +0 -216
  1937. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardField.js.map +0 -1
  1938. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.d.ts +0 -4
  1939. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.js +0 -13
  1940. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.js.map +0 -1
  1941. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.d.ts +0 -4
  1942. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.js +0 -21
  1943. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.js.map +0 -1
  1944. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.d.ts +0 -4
  1945. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.js +0 -21
  1946. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.js.map +0 -1
  1947. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/DateRangeInput.d.ts +0 -4
  1948. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/DateRangeInput.js +0 -27
  1949. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/DateRangeInput.js.map +0 -1
  1950. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.d.ts +0 -4
  1951. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.js +0 -18
  1952. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.js.map +0 -1
  1953. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.d.ts +0 -4
  1954. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.js +0 -31
  1955. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.js.map +0 -1
  1956. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.d.ts +0 -4
  1957. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.js +0 -50
  1958. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.js.map +0 -1
  1959. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.d.ts +0 -4
  1960. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.js +0 -25
  1961. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.js.map +0 -1
  1962. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/StandardFieldValue.d.ts +0 -14
  1963. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js +0 -422
  1964. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js.map +0 -1
  1965. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/ValuesList/ValuesList.d.ts +0 -17
  1966. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/ValuesList/ValuesList.js +0 -34
  1967. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/ValuesList/ValuesList.js.map +0 -1
  1968. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/ValuesList/index.d.ts +0 -2
  1969. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/ValuesList/index.js +0 -5
  1970. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/ValuesList/index.js.map +0 -1
  1971. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/index.js +0 -5
  1972. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/index.js.map +0 -1
  1973. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/index.js +0 -5
  1974. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/index.js.map +0 -1
  1975. package/dist/components/RecordEdition/EditRecord/uiElements/TextBlock/TextBlock.d.ts +0 -5
  1976. package/dist/components/RecordEdition/EditRecord/uiElements/TextBlock/TextBlock.js +0 -6
  1977. package/dist/components/RecordEdition/EditRecord/uiElements/TextBlock/TextBlock.js.map +0 -1
  1978. package/dist/components/RecordEdition/EditRecord/uiElements/TextBlock/index.js +0 -5
  1979. package/dist/components/RecordEdition/EditRecord/uiElements/TextBlock/index.js.map +0 -1
  1980. package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/TreeField.d.ts +0 -5
  1981. package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/TreeField.js +0 -227
  1982. package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/TreeField.js.map +0 -1
  1983. package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/TreeFieldValue/TreeFieldValue.d.ts +0 -11
  1984. package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/TreeFieldValue/TreeFieldValue.js +0 -49
  1985. package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/TreeFieldValue/TreeFieldValue.js.map +0 -1
  1986. package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/TreeFieldValue/index.d.ts +0 -2
  1987. package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/TreeFieldValue/index.js +0 -5
  1988. package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/TreeFieldValue/index.js.map +0 -1
  1989. package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/ValuesAdd/ValuesAdd.d.ts +0 -10
  1990. package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/ValuesAdd/ValuesAdd.js +0 -107
  1991. package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/ValuesAdd/ValuesAdd.js.map +0 -1
  1992. package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/ValuesAdd/index.d.ts +0 -2
  1993. package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/ValuesAdd/index.js +0 -5
  1994. package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/ValuesAdd/index.js.map +0 -1
  1995. package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/index.js +0 -5
  1996. package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/index.js.map +0 -1
  1997. package/dist/components/RecordEdition/EditRecord/uiElements/index.d.ts +0 -6
  1998. package/dist/components/RecordEdition/EditRecord/uiElements/index.js +0 -23
  1999. package/dist/components/RecordEdition/EditRecord/uiElements/index.js.map +0 -1
  2000. package/dist/components/RecordEdition/EditRecordModal/EditRecordModalHeader/EditRecordModalHeader.d.ts +0 -3
  2001. package/dist/components/RecordEdition/EditRecordModal/EditRecordModalHeader/EditRecordModalHeader.js +0 -53
  2002. package/dist/components/RecordEdition/EditRecordModal/EditRecordModalHeader/EditRecordModalHeader.js.map +0 -1
  2003. package/dist/components/RecordEdition/EditRecordModal/EditRecordModalHeader/index.d.ts +0 -2
  2004. package/dist/components/RecordEdition/EditRecordModal/EditRecordModalHeader/index.js +0 -5
  2005. package/dist/components/RecordEdition/EditRecordModal/EditRecordModalHeader/index.js.map +0 -1
  2006. package/dist/components/RecordEdition/EditRecordModal/ValuesVersionSummary/ValuesVersionSummary.d.ts +0 -9
  2007. package/dist/components/RecordEdition/EditRecordModal/ValuesVersionSummary/ValuesVersionSummary.js +0 -33
  2008. package/dist/components/RecordEdition/EditRecordModal/ValuesVersionSummary/ValuesVersionSummary.js.map +0 -1
  2009. package/dist/components/RecordEdition/EditRecordModal/ValuesVersionSummary/index.js +0 -5
  2010. package/dist/components/RecordEdition/EditRecordModal/ValuesVersionSummary/index.js.map +0 -1
  2011. package/dist/components/RecordEdition/EditRecordModal/creationErrorContext.d.ts +0 -7
  2012. package/dist/components/RecordEdition/EditRecordModal/creationErrorContext.js +0 -6
  2013. package/dist/components/RecordEdition/EditRecordModal/creationErrorContext.js.map +0 -1
  2014. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/AttributeDetails.d.ts +0 -7
  2015. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/AttributeDetails.js +0 -55
  2016. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/AttributeDetails.js.map +0 -1
  2017. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/index.d.ts +0 -2
  2018. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/index.js +0 -5
  2019. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/index.js.map +0 -1
  2020. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/TreeValuePath.d.ts +0 -9
  2021. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/TreeValuePath.js +0 -42
  2022. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/TreeValuePath.js.map +0 -1
  2023. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/index.d.ts +0 -2
  2024. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/index.js +0 -5
  2025. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/index.js.map +0 -1
  2026. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.d.ts +0 -11
  2027. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.js +0 -62
  2028. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.js.map +0 -1
  2029. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/ValueInfo.d.ts +0 -3
  2030. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/ValueInfo.js +0 -75
  2031. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/ValueInfo.js.map +0 -1
  2032. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/index.d.ts +0 -2
  2033. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/index.js +0 -5
  2034. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/index.js.map +0 -1
  2035. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.d.ts +0 -11
  2036. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.js +0 -51
  2037. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.js.map +0 -1
  2038. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/index.d.ts +0 -2
  2039. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/index.js +0 -5
  2040. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/index.js.map +0 -1
  2041. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/index.d.ts +0 -2
  2042. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/index.js +0 -5
  2043. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/index.js.map +0 -1
  2044. package/dist/components/RecordEdition/editRecordModalReducer/editRecordModalReducer.d.ts +0 -66
  2045. package/dist/components/RecordEdition/editRecordModalReducer/editRecordModalReducer.js +0 -75
  2046. package/dist/components/RecordEdition/editRecordModalReducer/editRecordModalReducer.js.map +0 -1
  2047. package/dist/components/RecordEdition/editRecordModalReducer/editRecordModalReducerContext.d.ts +0 -7
  2048. package/dist/components/RecordEdition/editRecordModalReducer/editRecordModalReducerContext.js +0 -9
  2049. package/dist/components/RecordEdition/editRecordModalReducer/editRecordModalReducerContext.js.map +0 -1
  2050. package/dist/components/RecordEdition/editRecordModalReducer/index.d.ts +0 -2
  2051. package/dist/components/RecordEdition/editRecordModalReducer/index.js +0 -5
  2052. package/dist/components/RecordEdition/editRecordModalReducer/index.js.map +0 -1
  2053. package/dist/components/RecordEdition/editRecordModalReducer/useEditRecordModalReducer.d.ts +0 -1
  2054. package/dist/components/RecordEdition/editRecordModalReducer/useEditRecordModalReducer.js +0 -6
  2055. package/dist/components/RecordEdition/editRecordModalReducer/useEditRecordModalReducer.js.map +0 -1
  2056. package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.d.ts +0 -16
  2057. package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.js +0 -31
  2058. package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.js.map +0 -1
  2059. package/dist/components/SelectTreeNodeModal/index.d.ts +0 -2
  2060. package/dist/components/SelectTreeNodeModal/index.js +0 -5
  2061. package/dist/components/SelectTreeNodeModal/index.js.map +0 -1
  2062. package/dist/contexts/LangContext/_types.js +0 -1
  2063. package/dist/contexts/LangContext/_types.js.map +0 -1
  2064. package/dist/hooks/useExecuteAddViewMutation/useExecuteAddViewMutation.d.ts +0 -6
  2065. package/dist/hooks/useExecuteAddViewMutation/useExecuteAddViewMutation.js +0 -35
  2066. package/dist/hooks/useExecuteAddViewMutation/useExecuteAddViewMutation.js.map +0 -1
  2067. package/dist/hooks/useRefreshToken/index.d.ts +0 -1
  2068. package/dist/hooks/useRefreshToken/index.js +0 -4
  2069. package/dist/hooks/useRefreshToken/index.js.map +0 -1
  2070. package/dist/hooks/useRefreshToken/useRefreshToken.d.ts +0 -4
  2071. package/dist/hooks/useRefreshToken/useRefreshToken.js +0 -29
  2072. package/dist/hooks/useRefreshToken/useRefreshToken.js.map +0 -1
  2073. package/graphql_codegen.ts +0 -19
  2074. package/jest.config.js +0 -21
  2075. package/scripts/createComponent.js +0 -79
  2076. package/setupTests.ts +0 -19
  2077. package/src/__mocks__/common/application.ts +0 -30
  2078. package/src/__mocks__/common/attribute.ts +0 -164
  2079. package/src/__mocks__/common/filter.ts +0 -41
  2080. package/src/__mocks__/common/form.tsx +0 -291
  2081. package/src/__mocks__/common/import.ts +0 -31
  2082. package/src/__mocks__/common/label.ts +0 -7
  2083. package/src/__mocks__/common/library.ts +0 -111
  2084. package/src/__mocks__/common/mockSearchContextProvider.tsx +0 -23
  2085. package/src/__mocks__/common/record.ts +0 -27
  2086. package/src/__mocks__/common/tree.ts +0 -33
  2087. package/src/__mocks__/common/treeElements.ts +0 -73
  2088. package/src/__mocks__/common/value.ts +0 -48
  2089. package/src/__mocks__/common/versionProfile.ts +0 -10
  2090. package/src/__mocks__/common/view.ts +0 -28
  2091. package/src/__mocks__/mockQuery/mockGetLibraryDetailExtendedQuery.ts +0 -66
  2092. package/src/__mocks__/mockQuery/mockGetRecordsFromLibraryQuery.ts +0 -42
  2093. package/src/__mocks__/mockQuery/mockGetViewListQuery.ts +0 -52
  2094. package/src/__mocks__/react-i18next.js +0 -69
  2095. package/src/_gqlTypes/index.ts +0 -3808
  2096. package/src/_queries/applications/applicationDetailsFragment.ts +0 -27
  2097. package/src/_queries/applications/checkApplicationExistence.ts +0 -12
  2098. package/src/_queries/applications/getApplicationDetails.ts +0 -16
  2099. package/src/_queries/applications/getApplicationsModulesQuery.ts +0 -14
  2100. package/src/_queries/applications/saveApplicationMutation.ts +0 -14
  2101. package/src/_queries/attributes/attributeDetailsFragment.ts +0 -57
  2102. package/src/_queries/attributes/checkAttributeExistenceQuery.ts +0 -12
  2103. package/src/_queries/attributes/deleteAttributeMutation.ts +0 -12
  2104. package/src/_queries/attributes/getAttributeByIdQuery.ts +0 -16
  2105. package/src/_queries/attributes/getAttributeWithEmbeddedFields.ts +0 -32
  2106. package/src/_queries/attributes/getAttributesByLib.ts +0 -48
  2107. package/src/_queries/attributes/getAttributesQuery.ts +0 -19
  2108. package/src/_queries/attributes/getVersionProfilesQuery.ts +0 -15
  2109. package/src/_queries/attributes/getVersionableAttributesByLibrary.ts +0 -24
  2110. package/src/_queries/attributes/saveAttributeMutation.ts +0 -14
  2111. package/src/_queries/files/createDirectory.ts +0 -14
  2112. package/src/_queries/files/forcePreviewsGenerationMutation.ts +0 -22
  2113. package/src/_queries/files/getDirectoryDataQuery.ts +0 -53
  2114. package/src/_queries/files/getUploadUpdates.ts +0 -23
  2115. package/src/_queries/files/uploadMutation.ts +0 -18
  2116. package/src/_queries/import/importExcel.ts +0 -11
  2117. package/src/_queries/libraries/checkLibraryExistenceQuery.ts +0 -12
  2118. package/src/_queries/libraries/deleteLibraryMutation.ts +0 -12
  2119. package/src/_queries/libraries/getLibrariesQuery.ts +0 -29
  2120. package/src/_queries/libraries/getLibraryByIdQuery.ts +0 -16
  2121. package/src/_queries/libraries/getLibraryDetailExtendQuery.ts +0 -259
  2122. package/src/_queries/libraries/getLibraryPermissionsQuery.ts +0 -20
  2123. package/src/_queries/libraries/getLibraryPreviewsSettingsQuery.ts +0 -29
  2124. package/src/_queries/libraries/libraryDetailsFragment.ts +0 -87
  2125. package/src/_queries/libraries/saveLibraryMutation.ts +0 -14
  2126. package/src/_queries/permissions/isAllowedQuery.ts +0 -18
  2127. package/src/_queries/records/createRecordMutation.ts +0 -26
  2128. package/src/_queries/records/deactivateRecordsMutation.ts +0 -12
  2129. package/src/_queries/records/doesFileExistAsChild.ts +0 -10
  2130. package/src/_queries/records/getFileDataQuery.ts +0 -77
  2131. package/src/_queries/records/getRecordColumnsValues.ts +0 -90
  2132. package/src/_queries/records/getRecordFormQuery.ts +0 -62
  2133. package/src/_queries/records/getRecordPropertiesQuery.ts +0 -165
  2134. package/src/_queries/records/getRecordUpdatesSubscription.ts +0 -31
  2135. package/src/_queries/records/getRecordsFromLibraryQuery.ts +0 -137
  2136. package/src/_queries/records/indexRecordsMutation.ts +0 -10
  2137. package/src/_queries/records/recordFormAttributeFragment.ts +0 -94
  2138. package/src/_queries/tasks/cancelTaskMutation.ts +0 -10
  2139. package/src/_queries/trees/checkTreeExistenceQuery.ts +0 -12
  2140. package/src/_queries/trees/deleteTreeMutation.ts +0 -12
  2141. package/src/_queries/trees/getTreeByIdQuery.ts +0 -16
  2142. package/src/_queries/trees/getTreeLibraries.ts +0 -30
  2143. package/src/_queries/trees/getTreesQuery.ts +0 -18
  2144. package/src/_queries/trees/saveTreeMutation.ts +0 -14
  2145. package/src/_queries/trees/treeDetailsFragment.ts +0 -24
  2146. package/src/_queries/trees/treeNodeChildrenQuery.ts +0 -48
  2147. package/src/_queries/userData/getUserData.ts +0 -13
  2148. package/src/_queries/userData/saveUserData.ts +0 -13
  2149. package/src/_queries/values/deleteValueMutation.ts +0 -14
  2150. package/src/_queries/values/saveValueBatchMutation.ts +0 -34
  2151. package/src/_queries/values/valueDetailsFragment.ts +0 -76
  2152. package/src/_queries/values/valuesVersionFragment.ts +0 -23
  2153. package/src/_queries/views/deleteViewMutation.ts +0 -23
  2154. package/src/_queries/views/getViewById.ts +0 -16
  2155. package/src/_queries/views/getViewsListQuery.ts +0 -17
  2156. package/src/_queries/views/saveViewMutation.ts +0 -16
  2157. package/src/_queries/views/viewDetailsFragment.ts +0 -59
  2158. package/src/_tests/testUtils.tsx +0 -46
  2159. package/src/_utils/getFiltersFromRequest.ts +0 -136
  2160. package/src/_utils/getRequestFromFilter.ts +0 -61
  2161. package/src/_utils/index.ts +0 -189
  2162. package/src/antdTheme/index.ts +0 -108
  2163. package/src/antdTheme/types.ts +0 -5
  2164. package/src/components/AttributePicker/AttributePicker.test.tsx +0 -286
  2165. package/src/components/AttributePicker/AttributePicker.tsx +0 -71
  2166. package/src/components/AttributePicker/AttributesList/AttributesList.tsx +0 -330
  2167. package/src/components/AttributePicker/AttributesList/index.ts +0 -4
  2168. package/src/components/AttributePicker/index.ts +0 -4
  2169. package/src/components/AttributesSelectionList/Attribute/Attribute.tsx +0 -67
  2170. package/src/components/AttributesSelectionList/Attribute/index.ts +0 -5
  2171. package/src/components/AttributesSelectionList/AttributesSelectionList.test.tsx +0 -115
  2172. package/src/components/AttributesSelectionList/AttributesSelectionList.tsx +0 -132
  2173. package/src/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/SelectedAttribute.tsx +0 -69
  2174. package/src/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/index.ts +0 -5
  2175. package/src/components/AttributesSelectionList/SelectedAttributesList/SelectedAttributesList.tsx +0 -96
  2176. package/src/components/AttributesSelectionList/SelectedAttributesList/index.ts +0 -5
  2177. package/src/components/AttributesSelectionList/_types.ts +0 -16
  2178. package/src/components/AttributesSelectionList/helpers/attributeToSelectedAttribute.ts +0 -11
  2179. package/src/components/AttributesSelectionList/index.ts +0 -5
  2180. package/src/components/AttributesSelectionList/reducer/__mocks__/attributesSelectionListStateContext.ts +0 -10
  2181. package/src/components/AttributesSelectionList/reducer/attributesSelectionListReducer.test.tsx +0 -202
  2182. package/src/components/AttributesSelectionList/reducer/attributesSelectionListReducer.tsx +0 -118
  2183. package/src/components/AttributesSelectionList/reducer/attributesSelectionListStateContext.ts +0 -16
  2184. package/src/components/AttributesSelectionList/sharedComponents.tsx +0 -18
  2185. package/src/components/BasicButton/BasicButton.test.tsx +0 -14
  2186. package/src/components/BasicButton/BasicButton.tsx +0 -36
  2187. package/src/components/BasicButton/index.ts +0 -4
  2188. package/src/components/CreateDirectory/CreateDirectory.test.tsx +0 -277
  2189. package/src/components/CreateDirectory/CreateDirectory.tsx +0 -222
  2190. package/src/components/CreateDirectory/index.ts +0 -5
  2191. package/src/components/Dimmer/Dimmer.test.tsx +0 -21
  2192. package/src/components/Dimmer/Dimmer.tsx +0 -27
  2193. package/src/components/Dimmer/index.ts +0 -5
  2194. package/src/components/EditApplication/EditApplication.test.tsx +0 -315
  2195. package/src/components/EditApplication/EditApplication.tsx +0 -64
  2196. package/src/components/EditApplication/EditApplicationInfo/EditApplicationInfo.tsx +0 -166
  2197. package/src/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/EditApplicationInfoForm.tsx +0 -316
  2198. package/src/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/ModuleSelector/ModuleSelector.tsx +0 -51
  2199. package/src/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/ModuleSelector/index.ts +0 -5
  2200. package/src/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/index.ts +0 -5
  2201. package/src/components/EditApplication/EditApplicationInfo/index.ts +0 -4
  2202. package/src/components/EditApplication/_types.ts +0 -12
  2203. package/src/components/EditApplication/index.ts +0 -5
  2204. package/src/components/EditAttributeModal/EditAttribute/EditAttribute.tsx +0 -68
  2205. package/src/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfo.tsx +0 -188
  2206. package/src/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/EditAttributeInfoForm.tsx +0 -382
  2207. package/src/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/LinkedLibraryForm.tsx +0 -88
  2208. package/src/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/index.ts +0 -4
  2209. package/src/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/LinkedTreeForm.tsx +0 -84
  2210. package/src/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/index.ts +0 -4
  2211. package/src/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/ValuesVersionsForm/ValuesVersionsForm.tsx +0 -100
  2212. package/src/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/ValuesVersionsForm/index.ts +0 -4
  2213. package/src/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/index.ts +0 -4
  2214. package/src/components/EditAttributeModal/EditAttribute/EditAttributeInfo/index.ts +0 -4
  2215. package/src/components/EditAttributeModal/EditAttribute/index.ts +0 -4
  2216. package/src/components/EditAttributeModal/EditAttributeModal.test.tsx +0 -335
  2217. package/src/components/EditAttributeModal/EditAttributeModal.tsx +0 -178
  2218. package/src/components/EditAttributeModal/index.ts +0 -4
  2219. package/src/components/EditLibraryModal/EditLibrary/EditLibrary.tsx +0 -119
  2220. package/src/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/AttributeCell.tsx +0 -61
  2221. package/src/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/index.ts +0 -4
  2222. package/src/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributesList.tsx +0 -273
  2223. package/src/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/DeleteButton.tsx +0 -52
  2224. package/src/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/index.ts +0 -4
  2225. package/src/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/index.ts +0 -4
  2226. package/src/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/EditLibraryAttributes.test.tsx +0 -116
  2227. package/src/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/EditLibraryAttributes.tsx +0 -56
  2228. package/src/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/index.ts +0 -4
  2229. package/src/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/EditLibraryIndexation.tsx +0 -134
  2230. package/src/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/index.ts +0 -4
  2231. package/src/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfo.tsx +0 -159
  2232. package/src/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/EditLibraryInfoForm.tsx +0 -306
  2233. package/src/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/index.ts +0 -4
  2234. package/src/components/EditLibraryModal/EditLibrary/EditLibraryInfo/index.ts +0 -4
  2235. package/src/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditLibraryPreviewsSettings.test.tsx +0 -85
  2236. package/src/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditLibraryPreviewsSettings.tsx +0 -51
  2237. package/src/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/EditPreviewsSettingsModal.test.tsx +0 -76
  2238. package/src/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/EditPreviewsSettingsModal.tsx +0 -180
  2239. package/src/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/SizesEditor.tsx +0 -182
  2240. package/src/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/index.ts +0 -4
  2241. package/src/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/index.ts +0 -4
  2242. package/src/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/PreviewsSettingsList.tsx +0 -241
  2243. package/src/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/index.ts +0 -4
  2244. package/src/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/index.ts +0 -4
  2245. package/src/components/EditLibraryModal/EditLibrary/index.ts +0 -4
  2246. package/src/components/EditLibraryModal/EditLibraryModal.test.tsx +0 -346
  2247. package/src/components/EditLibraryModal/EditLibraryModal.tsx +0 -178
  2248. package/src/components/EditLibraryModal/index.ts +0 -4
  2249. package/src/components/EditTreeModal/EditTree/EditTree.tsx +0 -68
  2250. package/src/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfo.tsx +0 -171
  2251. package/src/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/EditTreeInfoForm.tsx +0 -216
  2252. package/src/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/TreeLibrariesForm.tsx +0 -239
  2253. package/src/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/index.ts +0 -4
  2254. package/src/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/index.ts +0 -4
  2255. package/src/components/EditTreeModal/EditTree/EditTreeInfo/index.ts +0 -4
  2256. package/src/components/EditTreeModal/EditTree/index.ts +0 -4
  2257. package/src/components/EditTreeModal/EditTreeModal.test.tsx +0 -516
  2258. package/src/components/EditTreeModal/EditTreeModal.tsx +0 -167
  2259. package/src/components/EditTreeModal/index.ts +0 -4
  2260. package/src/components/EntityCard/EntityCard.test.tsx +0 -50
  2261. package/src/components/EntityCard/EntityCard.tsx +0 -177
  2262. package/src/components/EntityCard/_types.ts +0 -9
  2263. package/src/components/EntityCard/index.ts +0 -5
  2264. package/src/components/EntityPreview/EntityPreview.test.tsx +0 -50
  2265. package/src/components/EntityPreview/EntityPreview.tsx +0 -17
  2266. package/src/components/EntityPreview/EntityPreviewList/EntityPreviewList.tsx +0 -106
  2267. package/src/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/SimplisticEntityPreview.tsx +0 -34
  2268. package/src/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/index.ts +0 -5
  2269. package/src/components/EntityPreview/EntityPreviewList/index.ts +0 -5
  2270. package/src/components/EntityPreview/EntityPreviewTile/EntityPreviewTile.tsx +0 -105
  2271. package/src/components/EntityPreview/EntityPreviewTile/index.ts +0 -5
  2272. package/src/components/EntityPreview/_types.ts +0 -25
  2273. package/src/components/EntityPreview/index.ts +0 -5
  2274. package/src/components/ErrorBoundary/ErrorBoundary.test.tsx +0 -38
  2275. package/src/components/ErrorBoundary/ErrorBoundary.tsx +0 -46
  2276. package/src/components/ErrorBoundary/ErrorBoundaryContent/ErrorBoundaryContent.tsx +0 -78
  2277. package/src/components/ErrorBoundary/ErrorBoundaryContent/index.ts +0 -5
  2278. package/src/components/ErrorBoundary/index.ts +0 -4
  2279. package/src/components/ErrorDisplay/ErrorDisplay.test.tsx +0 -15
  2280. package/src/components/ErrorDisplay/ErrorDisplay.tsx +0 -66
  2281. package/src/components/ErrorDisplay/index.ts +0 -4
  2282. package/src/components/ErrorMessage/ErrorMessage.test.tsx +0 -30
  2283. package/src/components/ErrorMessage/ErrorMessage.tsx +0 -45
  2284. package/src/components/ErrorMessage/index.ts +0 -5
  2285. package/src/components/FieldsGroup/FieldsGroup.test.tsx +0 -18
  2286. package/src/components/FieldsGroup/FieldsGroup.tsx +0 -43
  2287. package/src/components/FieldsGroup/index.ts +0 -5
  2288. package/src/components/FloatingMenu/FloatingMenu.test.tsx +0 -81
  2289. package/src/components/FloatingMenu/FloatingMenu.tsx +0 -94
  2290. package/src/components/FloatingMenu/_types.ts +0 -20
  2291. package/src/components/FloatingMenu/index.ts +0 -5
  2292. package/src/components/ImageLoading/ImageLoading.tsx +0 -32
  2293. package/src/components/ImageLoading/index.ts +0 -4
  2294. package/src/components/ImageMissing/ImageMissing.tsx +0 -38
  2295. package/src/components/ImageMissing/index.ts +0 -4
  2296. package/src/components/ImportModal/ImportModal.tsx +0 -289
  2297. package/src/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/ImportKeysSelector.tsx +0 -60
  2298. package/src/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/index.ts +0 -5
  2299. package/src/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/ImportMappingRowTitle.tsx +0 -37
  2300. package/src/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/index.ts +0 -5
  2301. package/src/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.tsx +0 -298
  2302. package/src/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/ImportScheduleModal.tsx +0 -52
  2303. package/src/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/index.ts +0 -5
  2304. package/src/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/ImportSheetSettings.tsx +0 -155
  2305. package/src/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/index.ts +0 -5
  2306. package/src/components/ImportModal/ImportModalConfigStep/index.ts +0 -5
  2307. package/src/components/ImportModal/ImportModalDoneStep/ImportModalDoneStep.tsx +0 -28
  2308. package/src/components/ImportModal/ImportModalDoneStep/index.ts +0 -5
  2309. package/src/components/ImportModal/ImportModalProcessingStep/ImportModalProcessingStep.tsx +0 -18
  2310. package/src/components/ImportModal/ImportModalProcessingStep/index.ts +0 -5
  2311. package/src/components/ImportModal/ImportModalSelectFileStep/ImportModalSelectFileStep.tsx +0 -212
  2312. package/src/components/ImportModal/ImportModalSelectFileStep/index.ts +0 -5
  2313. package/src/components/ImportModal/_types.ts +0 -44
  2314. package/src/components/ImportModal/importReducer/ImportReducerContext.ts +0 -17
  2315. package/src/components/ImportModal/importReducer/importReducer.test.ts +0 -125
  2316. package/src/components/ImportModal/importReducer/importReducer.ts +0 -171
  2317. package/src/components/ImportModal/importReducer/index.ts +0 -5
  2318. package/src/components/ImportModal/index.ts +0 -5
  2319. package/src/components/LibraryItemsList/DisplayOptions/DisplayOptions.tsx +0 -121
  2320. package/src/components/LibraryItemsList/DisplayOptions/index.ts +0 -5
  2321. package/src/components/LibraryItemsList/DisplayTypeSelector/DisplayTypeSelector.test.tsx +0 -29
  2322. package/src/components/LibraryItemsList/DisplayTypeSelector/DisplayTypeSelector.tsx +0 -23
  2323. package/src/components/LibraryItemsList/DisplayTypeSelector/index.ts +0 -5
  2324. package/src/components/LibraryItemsList/FiltersDropdown/FiltersDropdown.tsx +0 -341
  2325. package/src/components/LibraryItemsList/FiltersDropdown/index.ts +0 -5
  2326. package/src/components/LibraryItemsList/FiltersPanel/Filter/Filter.test.tsx +0 -75
  2327. package/src/components/LibraryItemsList/FiltersPanel/Filter/Filter.tsx +0 -543
  2328. package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/FilterAttributeCondition.tsx +0 -134
  2329. package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/index.ts +0 -5
  2330. package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/BooleanFilter.test.tsx +0 -38
  2331. package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/BooleanFilter.tsx +0 -23
  2332. package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/index.ts +0 -5
  2333. package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/DateBetweenFilter.test.tsx +0 -14
  2334. package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/DateBetweenFilter.tsx +0 -43
  2335. package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/index.ts +0 -5
  2336. package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/DateFilter.test.tsx +0 -14
  2337. package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/DateFilter.tsx +0 -36
  2338. package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/index.ts +0 -5
  2339. package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/NumericFilter.test.tsx +0 -14
  2340. package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/NumericFilter.tsx +0 -50
  2341. package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/index.ts +0 -5
  2342. package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/TextFilter.test.tsx +0 -16
  2343. package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/TextFilter.tsx +0 -52
  2344. package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/index.ts +0 -5
  2345. package/src/components/LibraryItemsList/FiltersPanel/Filter/index.ts +0 -5
  2346. package/src/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/FilterDropdownButton.tsx +0 -27
  2347. package/src/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/index.ts +0 -5
  2348. package/src/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/FilterTreeCondition.test.tsx +0 -23
  2349. package/src/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/FilterTreeCondition.tsx +0 -54
  2350. package/src/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/index.ts +0 -5
  2351. package/src/components/LibraryItemsList/FiltersPanel/FiltersOptions.tsx +0 -192
  2352. package/src/components/LibraryItemsList/FiltersPanel/FiltersPanel.tsx +0 -190
  2353. package/src/components/LibraryItemsList/FiltersPanel/index.ts +0 -5
  2354. package/src/components/LibraryItemsList/FiltersPanel/mustHideValue.ts +0 -19
  2355. package/src/components/LibraryItemsList/IconViewType/IconViewType.tsx +0 -24
  2356. package/src/components/LibraryItemsList/IconViewType/index.ts +0 -5
  2357. package/src/components/LibraryItemsList/LibraryItemsList.test.tsx +0 -104
  2358. package/src/components/LibraryItemsList/LibraryItemsList.tsx +0 -51
  2359. package/src/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.tsx +0 -274
  2360. package/src/components/LibraryItemsList/LibraryItemsListContent/index.ts +0 -5
  2361. package/src/components/LibraryItemsList/LibraryItemsListEmpty/LibraryItemsListEmpty.tsx +0 -106
  2362. package/src/components/LibraryItemsList/LibraryItemsListEmpty/index.ts +0 -5
  2363. package/src/components/LibraryItemsList/LibraryItemsListPagination/LibraryItemsListPagination.test.tsx +0 -20
  2364. package/src/components/LibraryItemsList/LibraryItemsListPagination/LibraryItemsListPagination.tsx +0 -36
  2365. package/src/components/LibraryItemsList/LibraryItemsListPagination/index.ts +0 -5
  2366. package/src/components/LibraryItemsList/LibraryItemsListTable/BodyCell/BodyCell.test.tsx +0 -39
  2367. package/src/components/LibraryItemsList/LibraryItemsListTable/BodyCell/BodyCell.tsx +0 -70
  2368. package/src/components/LibraryItemsList/LibraryItemsListTable/BodyCell/index.ts +0 -6
  2369. package/src/components/LibraryItemsList/LibraryItemsListTable/BodyRow/BodyRow.test.tsx +0 -48
  2370. package/src/components/LibraryItemsList/LibraryItemsListTable/BodyRow/BodyRow.tsx +0 -93
  2371. package/src/components/LibraryItemsList/LibraryItemsListTable/BodyRow/index.ts +0 -5
  2372. package/src/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/AllValuesCount.tsx +0 -87
  2373. package/src/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/index.ts +0 -5
  2374. package/src/components/LibraryItemsList/LibraryItemsListTable/Cell/Cell.test.tsx +0 -75
  2375. package/src/components/LibraryItemsList/LibraryItemsListTable/Cell/Cell.tsx +0 -76
  2376. package/src/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/CellInfos.test.tsx +0 -38
  2377. package/src/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/CellInfos.tsx +0 -90
  2378. package/src/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/index.ts +0 -5
  2379. package/src/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/CellSelection.test.tsx +0 -13
  2380. package/src/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/CellSelection.tsx +0 -46
  2381. package/src/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/index.ts +0 -5
  2382. package/src/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/ElementsToDisplay/RichTextDisplay.tsx +0 -33
  2383. package/src/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/StandardCell.tsx +0 -117
  2384. package/src/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/index.ts +0 -5
  2385. package/src/components/LibraryItemsList/LibraryItemsListTable/Cell/index.ts +0 -5
  2386. package/src/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/ChooseTableColumns.css +0 -3
  2387. package/src/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/ChooseTableColumns.test.tsx +0 -45
  2388. package/src/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/ChooseTableColumns.tsx +0 -144
  2389. package/src/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/index.ts +0 -5
  2390. package/src/components/LibraryItemsList/LibraryItemsListTable/Header/Header.test.tsx +0 -73
  2391. package/src/components/LibraryItemsList/LibraryItemsListTable/Header/Header.tsx +0 -197
  2392. package/src/components/LibraryItemsList/LibraryItemsListTable/Header/index.ts +0 -5
  2393. package/src/components/LibraryItemsList/LibraryItemsListTable/Table.test.tsx +0 -39
  2394. package/src/components/LibraryItemsList/LibraryItemsListTable/Table.tsx +0 -326
  2395. package/src/components/LibraryItemsList/LibraryItemsListTable/index.ts +0 -5
  2396. package/src/components/LibraryItemsList/MenuItemList/MenuItemList.test.tsx +0 -75
  2397. package/src/components/LibraryItemsList/MenuItemList/MenuItemList.tsx +0 -104
  2398. package/src/components/LibraryItemsList/MenuItemList/index.ts +0 -5
  2399. package/src/components/LibraryItemsList/MenuItemListSelected/MenuItemListSelected.test.tsx +0 -13
  2400. package/src/components/LibraryItemsList/MenuItemListSelected/MenuItemListSelected.tsx +0 -182
  2401. package/src/components/LibraryItemsList/MenuItemListSelected/index.ts +0 -5
  2402. package/src/components/LibraryItemsList/MenuSelection/MenuSelection.test.tsx +0 -16
  2403. package/src/components/LibraryItemsList/MenuSelection/MenuSelection.tsx +0 -74
  2404. package/src/components/LibraryItemsList/MenuSelection/index.ts +0 -5
  2405. package/src/components/LibraryItemsList/MenuView/MenuView.test.tsx +0 -20
  2406. package/src/components/LibraryItemsList/MenuView/MenuView.tsx +0 -254
  2407. package/src/components/LibraryItemsList/MenuView/index.ts +0 -5
  2408. package/src/components/LibraryItemsList/SearchItems/SearchItems.test.tsx +0 -20
  2409. package/src/components/LibraryItemsList/SearchItems/SearchItems.tsx +0 -37
  2410. package/src/components/LibraryItemsList/SearchItems/index.ts +0 -5
  2411. package/src/components/LibraryItemsList/Sidebar/Sidebar.test.tsx +0 -66
  2412. package/src/components/LibraryItemsList/Sidebar/Sidebar.tsx +0 -71
  2413. package/src/components/LibraryItemsList/Sidebar/index.ts +0 -5
  2414. package/src/components/LibraryItemsList/TileDisplay/ItemTileDisplay/ItemTileDisplay.test.tsx +0 -40
  2415. package/src/components/LibraryItemsList/TileDisplay/ItemTileDisplay/ItemTileDisplay.tsx +0 -320
  2416. package/src/components/LibraryItemsList/TileDisplay/ItemTileDisplay/index.ts +0 -5
  2417. package/src/components/LibraryItemsList/TileDisplay/TileDisplay.test.tsx +0 -50
  2418. package/src/components/LibraryItemsList/TileDisplay/TileDisplay.tsx +0 -75
  2419. package/src/components/LibraryItemsList/TileDisplay/helpers/getItemPreviewSize.ts +0 -13
  2420. package/src/components/LibraryItemsList/TileDisplay/index.ts +0 -5
  2421. package/src/components/LibraryItemsList/VersionsPanel/VersionsPanel.test.tsx +0 -24
  2422. package/src/components/LibraryItemsList/VersionsPanel/VersionsPanel.tsx +0 -85
  2423. package/src/components/LibraryItemsList/VersionsPanel/index.ts +0 -5
  2424. package/src/components/LibraryItemsList/ViewPanel/EditView/EditView.test.tsx +0 -41
  2425. package/src/components/LibraryItemsList/ViewPanel/EditView/EditView.tsx +0 -176
  2426. package/src/components/LibraryItemsList/ViewPanel/EditView/index.ts +0 -5
  2427. package/src/components/LibraryItemsList/ViewPanel/View/View.test.tsx +0 -36
  2428. package/src/components/LibraryItemsList/ViewPanel/View/View.tsx +0 -262
  2429. package/src/components/LibraryItemsList/ViewPanel/View/index.ts +0 -5
  2430. package/src/components/LibraryItemsList/ViewPanel/ViewPanel.test.tsx +0 -143
  2431. package/src/components/LibraryItemsList/ViewPanel/ViewPanel.tsx +0 -299
  2432. package/src/components/LibraryItemsList/ViewPanel/index.ts +0 -5
  2433. package/src/components/LibraryItemsList/constants.ts +0 -24
  2434. package/src/components/LibraryItemsList/helpers/defaultFilterConditionByAttributeFormat.ts +0 -18
  2435. package/src/components/LibraryItemsList/helpers/displayTypeToPreviewSize.ts +0 -15
  2436. package/src/components/LibraryItemsList/helpers/extractAttributesFromLibrary.ts +0 -86
  2437. package/src/components/LibraryItemsList/helpers/getFieldFromKey.ts +0 -50
  2438. package/src/components/LibraryItemsList/helpers/getFieldsFromView.ts +0 -23
  2439. package/src/components/LibraryItemsList/helpers/getFieldsKeyFromAttribute.ts +0 -14
  2440. package/src/components/LibraryItemsList/helpers/getSortFieldByAttributeType.ts +0 -16
  2441. package/src/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.test.tsx +0 -146
  2442. package/src/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.tsx +0 -113
  2443. package/src/components/LibraryItemsList/hooks/useSearchReducer/_types.ts +0 -91
  2444. package/src/components/LibraryItemsList/hooks/useSearchReducer/index.ts +0 -6
  2445. package/src/components/LibraryItemsList/hooks/useSearchReducer/searchContext.ts +0 -11
  2446. package/src/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.test.ts +0 -380
  2447. package/src/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.ts +0 -302
  2448. package/src/components/LibraryItemsList/hooks/useSearchReducer/useSearchReducer.ts +0 -9
  2449. package/src/components/LibraryItemsList/hooks/useUpdateViewsOrderMutation.ts +0 -54
  2450. package/src/components/LibraryItemsList/index.ts +0 -4
  2451. package/src/components/LibraryItemsList/manageItems.test.ts +0 -367
  2452. package/src/components/LibraryItemsList/manageItems.ts +0 -124
  2453. package/src/components/LibraryItemsList/shared/DeactivateRecordBtn/DeactivateRecordBtn.test.tsx +0 -49
  2454. package/src/components/LibraryItemsList/shared/DeactivateRecordBtn/DeactivateRecordBtn.tsx +0 -53
  2455. package/src/components/LibraryItemsList/shared/DeactivateRecordBtn/index.ts +0 -5
  2456. package/src/components/LibraryItemsList/shared/SelectCellsBtn.tsx +0 -50
  2457. package/src/components/LibraryPicker/LibrariesList/LibrariesList.tsx +0 -211
  2458. package/src/components/LibraryPicker/LibrariesList/index.ts +0 -4
  2459. package/src/components/LibraryPicker/LibraryPicker.test.tsx +0 -207
  2460. package/src/components/LibraryPicker/LibraryPicker.tsx +0 -62
  2461. package/src/components/LibraryPicker/index.ts +0 -4
  2462. package/src/components/List/List.test.tsx +0 -66
  2463. package/src/components/List/List.tsx +0 -95
  2464. package/src/components/List/index.ts +0 -5
  2465. package/src/components/Loading/Loading.tsx +0 -23
  2466. package/src/components/Loading/index.ts +0 -4
  2467. package/src/components/RecordCard/RecordCard.test.tsx +0 -40
  2468. package/src/components/RecordCard/RecordCard.tsx +0 -64
  2469. package/src/components/RecordCard/_types.ts +0 -19
  2470. package/src/components/RecordCard/index.ts +0 -5
  2471. package/src/components/RecordEdition/EditRecord/EditRecord.test.tsx +0 -133
  2472. package/src/components/RecordEdition/EditRecord/EditRecord.tsx +0 -140
  2473. package/src/components/RecordEdition/EditRecord/EditRecordSkeleton.tsx +0 -29
  2474. package/src/components/RecordEdition/EditRecord/_types.ts +0 -154
  2475. package/src/components/RecordEdition/EditRecord/helpers/extractFormElements/extractFormElements.test.ts +0 -109
  2476. package/src/components/RecordEdition/EditRecord/helpers/extractFormElements/extractFormElements.tsx +0 -26
  2477. package/src/components/RecordEdition/EditRecord/helpers/extractFormElements/index.ts +0 -5
  2478. package/src/components/RecordEdition/EditRecord/helpers/getActiveFieldValues/getActiveFieldValues.ts +0 -8
  2479. package/src/components/RecordEdition/EditRecord/helpers/getActiveFieldValues/index.ts +0 -4
  2480. package/src/components/RecordEdition/EditRecord/helpers/isCurrentVersion/index.ts +0 -4
  2481. package/src/components/RecordEdition/EditRecord/helpers/isCurrentVersion/isCurrentVersion.test.ts +0 -87
  2482. package/src/components/RecordEdition/EditRecord/helpers/isCurrentVersion/isCurrentVersion.ts +0 -27
  2483. package/src/components/RecordEdition/EditRecord/hooks/__mocks__/useDeleteValueMutation.ts +0 -8
  2484. package/src/components/RecordEdition/EditRecord/hooks/__mocks__/useSaveValueMutation.ts +0 -8
  2485. package/src/components/RecordEdition/EditRecord/hooks/helpers/getPropertyCacheFieldName.ts +0 -4
  2486. package/src/components/RecordEdition/EditRecord/hooks/useExecuteDeleteValueMutation.ts +0 -50
  2487. package/src/components/RecordEdition/EditRecord/hooks/useExecuteSaveValueBatchMutation.ts +0 -75
  2488. package/src/components/RecordEdition/EditRecord/hooks/useRecordEditionContext.ts +0 -9
  2489. package/src/components/RecordEdition/EditRecord/hooks/useSaveValueBatchMutation.test.ts +0 -134
  2490. package/src/components/RecordEdition/EditRecord/index.ts +0 -5
  2491. package/src/components/RecordEdition/EditRecord/reducers/linkFieldReducer/index.ts +0 -5
  2492. package/src/components/RecordEdition/EditRecord/reducers/linkFieldReducer/linkFieldReducer.test.ts +0 -173
  2493. package/src/components/RecordEdition/EditRecord/reducers/linkFieldReducer/linkFieldReducer.ts +0 -205
  2494. package/src/components/RecordEdition/EditRecord/reducers/standardFieldReducer/index.ts +0 -5
  2495. package/src/components/RecordEdition/EditRecord/reducers/standardFieldReducer/standardFieldReducer.test.ts +0 -473
  2496. package/src/components/RecordEdition/EditRecord/reducers/standardFieldReducer/standardFieldReducer.ts +0 -434
  2497. package/src/components/RecordEdition/EditRecord/shared/AddValueBtn/AddValueBtn.test.tsx +0 -27
  2498. package/src/components/RecordEdition/EditRecord/shared/AddValueBtn/AddValueBtn.tsx +0 -36
  2499. package/src/components/RecordEdition/EditRecord/shared/AddValueBtn/index.ts +0 -5
  2500. package/src/components/RecordEdition/EditRecord/shared/DeleteAllValuesBtn/DeleteAllValuesBtn.test.tsx +0 -25
  2501. package/src/components/RecordEdition/EditRecord/shared/DeleteAllValuesBtn/DeleteAllValuesBtn.tsx +0 -48
  2502. package/src/components/RecordEdition/EditRecord/shared/DeleteAllValuesBtn/index.ts +0 -5
  2503. package/src/components/RecordEdition/EditRecord/shared/DeleteValueBtn/DeleteValueBtn.test.tsx +0 -26
  2504. package/src/components/RecordEdition/EditRecord/shared/DeleteValueBtn/DeleteValueBtn.tsx +0 -41
  2505. package/src/components/RecordEdition/EditRecord/shared/DeleteValueBtn/index.ts +0 -5
  2506. package/src/components/RecordEdition/EditRecord/shared/FieldFooter/FieldFooter.test.tsx +0 -17
  2507. package/src/components/RecordEdition/EditRecord/shared/FieldFooter/FieldFooter.tsx +0 -42
  2508. package/src/components/RecordEdition/EditRecord/shared/FieldFooter/index.ts +0 -5
  2509. package/src/components/RecordEdition/EditRecord/shared/InheritedFieldLabel/InheritedFieldLabel.test.tsx +0 -28
  2510. package/src/components/RecordEdition/EditRecord/shared/InheritedFieldLabel/InheritedFieldLabel.tsx +0 -33
  2511. package/src/components/RecordEdition/EditRecord/shared/InheritedFieldLabel/index.ts +0 -5
  2512. package/src/components/RecordEdition/EditRecord/shared/NoValue/NoValue.test.tsx +0 -29
  2513. package/src/components/RecordEdition/EditRecord/shared/NoValue/NoValue.tsx +0 -56
  2514. package/src/components/RecordEdition/EditRecord/shared/NoValue/index.ts +0 -5
  2515. package/src/components/RecordEdition/EditRecord/shared/UpdatedFieldIcon/UpdatedFieldIcon.tsx +0 -18
  2516. package/src/components/RecordEdition/EditRecord/shared/UpdatedFieldIcon/index.ts +0 -5
  2517. package/src/components/RecordEdition/EditRecord/shared/ValueDetailsBtn/ValueDetailsBtn.test.tsx +0 -54
  2518. package/src/components/RecordEdition/EditRecord/shared/ValueDetailsBtn/ValueDetailsBtn.tsx +0 -45
  2519. package/src/components/RecordEdition/EditRecord/shared/ValueDetailsBtn/index.ts +0 -5
  2520. package/src/components/RecordEdition/EditRecord/shared/ValuesVersionBtn/ValuesVersionBtn.test.tsx +0 -49
  2521. package/src/components/RecordEdition/EditRecord/shared/ValuesVersionBtn/ValuesVersionBtn.tsx +0 -104
  2522. package/src/components/RecordEdition/EditRecord/shared/ValuesVersionBtn/index.ts +0 -5
  2523. package/src/components/RecordEdition/EditRecord/shared/ValuesVersionIndicator/ValuesVersionIndicator.tsx +0 -42
  2524. package/src/components/RecordEdition/EditRecord/shared/ValuesVersionIndicator/index.ts +0 -5
  2525. package/src/components/RecordEdition/EditRecord/uiElements/Container/Container.test.tsx +0 -35
  2526. package/src/components/RecordEdition/EditRecord/uiElements/Container/Container.tsx +0 -37
  2527. package/src/components/RecordEdition/EditRecord/uiElements/Container/index.ts +0 -5
  2528. package/src/components/RecordEdition/EditRecord/uiElements/ErrorField/ErrorField.test.tsx +0 -35
  2529. package/src/components/RecordEdition/EditRecord/uiElements/ErrorField/ErrorField.tsx +0 -82
  2530. package/src/components/RecordEdition/EditRecord/uiElements/ErrorField/index.ts +0 -5
  2531. package/src/components/RecordEdition/EditRecord/uiElements/FormDivider/FormDivider.test.tsx +0 -25
  2532. package/src/components/RecordEdition/EditRecord/uiElements/FormDivider/FormDivider.tsx +0 -14
  2533. package/src/components/RecordEdition/EditRecord/uiElements/FormDivider/index.ts +0 -5
  2534. package/src/components/RecordEdition/EditRecord/uiElements/FormTabs/FormTabs.test.tsx +0 -35
  2535. package/src/components/RecordEdition/EditRecord/uiElements/FormTabs/FormTabs.tsx +0 -50
  2536. package/src/components/RecordEdition/EditRecord/uiElements/FormTabs/index.ts +0 -5
  2537. package/src/components/RecordEdition/EditRecord/uiElements/LinkField/FloatingMenuHandler/FloatingMenuHandler.tsx +0 -60
  2538. package/src/components/RecordEdition/EditRecord/uiElements/LinkField/FloatingMenuHandler/index.ts +0 -5
  2539. package/src/components/RecordEdition/EditRecord/uiElements/LinkField/LinkField.test.tsx +0 -595
  2540. package/src/components/RecordEdition/EditRecord/uiElements/LinkField/LinkField.tsx +0 -494
  2541. package/src/components/RecordEdition/EditRecord/uiElements/LinkField/RecordIdentityCell/RecordIdentityCell.tsx +0 -16
  2542. package/src/components/RecordEdition/EditRecord/uiElements/LinkField/RecordIdentityCell/index.ts +0 -5
  2543. package/src/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/QuickSearch/QuickSearch.tsx +0 -83
  2544. package/src/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/QuickSearch/index.ts +0 -5
  2545. package/src/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/ValuesAdd.tsx +0 -420
  2546. package/src/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/index.ts +0 -5
  2547. package/src/components/RecordEdition/EditRecord/uiElements/LinkField/index.ts +0 -5
  2548. package/src/components/RecordEdition/EditRecord/uiElements/StandardField/StandardField.test.tsx +0 -627
  2549. package/src/components/RecordEdition/EditRecord/uiElements/StandardField/StandardField.tsx +0 -320
  2550. package/src/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.tsx +0 -26
  2551. package/src/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.tsx +0 -38
  2552. package/src/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.tsx +0 -62
  2553. package/src/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/DateRangeInput.tsx +0 -67
  2554. package/src/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.tsx +0 -34
  2555. package/src/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.tsx +0 -53
  2556. package/src/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.tsx +0 -67
  2557. package/src/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.tsx +0 -44
  2558. package/src/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/StandardFieldValue.tsx +0 -629
  2559. package/src/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/ValuesList/ValuesList.tsx +0 -79
  2560. package/src/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/ValuesList/index.ts +0 -5
  2561. package/src/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/index.ts +0 -5
  2562. package/src/components/RecordEdition/EditRecord/uiElements/StandardField/index.ts +0 -5
  2563. package/src/components/RecordEdition/EditRecord/uiElements/TextBlock/TextBlock.test.tsx +0 -15
  2564. package/src/components/RecordEdition/EditRecord/uiElements/TextBlock/TextBlock.tsx +0 -13
  2565. package/src/components/RecordEdition/EditRecord/uiElements/TextBlock/index.ts +0 -5
  2566. package/src/components/RecordEdition/EditRecord/uiElements/TreeField/TreeField.test.tsx +0 -251
  2567. package/src/components/RecordEdition/EditRecord/uiElements/TreeField/TreeField.tsx +0 -349
  2568. package/src/components/RecordEdition/EditRecord/uiElements/TreeField/TreeFieldValue/TreeFieldValue.tsx +0 -68
  2569. package/src/components/RecordEdition/EditRecord/uiElements/TreeField/TreeFieldValue/index.ts +0 -5
  2570. package/src/components/RecordEdition/EditRecord/uiElements/TreeField/ValuesAdd/ValuesAdd.tsx +0 -198
  2571. package/src/components/RecordEdition/EditRecord/uiElements/TreeField/ValuesAdd/index.ts +0 -5
  2572. package/src/components/RecordEdition/EditRecord/uiElements/TreeField/index.ts +0 -5
  2573. package/src/components/RecordEdition/EditRecord/uiElements/index.tsx +0 -27
  2574. package/src/components/RecordEdition/EditRecordBtn/EditRecordBtn.test.tsx +0 -30
  2575. package/src/components/RecordEdition/EditRecordBtn/EditRecordBtn.tsx +0 -52
  2576. package/src/components/RecordEdition/EditRecordBtn/index.ts +0 -5
  2577. package/src/components/RecordEdition/EditRecordModal/EditRecordModal.test.tsx +0 -84
  2578. package/src/components/RecordEdition/EditRecordModal/EditRecordModal.tsx +0 -531
  2579. package/src/components/RecordEdition/EditRecordModal/EditRecordModalHeader/EditRecordModalHeader.tsx +0 -93
  2580. package/src/components/RecordEdition/EditRecordModal/EditRecordModalHeader/index.ts +0 -5
  2581. package/src/components/RecordEdition/EditRecordModal/ValuesVersionSummary/ValuesVersionSummary.tsx +0 -57
  2582. package/src/components/RecordEdition/EditRecordModal/ValuesVersionSummary/index.ts +0 -5
  2583. package/src/components/RecordEdition/EditRecordModal/creationErrorContext.ts +0 -12
  2584. package/src/components/RecordEdition/EditRecordModal/index.ts +0 -5
  2585. package/src/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.test.tsx +0 -159
  2586. package/src/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.tsx +0 -33
  2587. package/src/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.test.tsx +0 -36
  2588. package/src/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.tsx +0 -46
  2589. package/src/components/RecordEdition/EditRecordSidebar/PropertiesList/index.ts +0 -5
  2590. package/src/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.test.tsx +0 -50
  2591. package/src/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.tsx +0 -107
  2592. package/src/components/RecordEdition/EditRecordSidebar/RecordSummary/index.ts +0 -5
  2593. package/src/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/AttributeDetails.tsx +0 -75
  2594. package/src/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/index.ts +0 -5
  2595. package/src/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/TreeValuePath.tsx +0 -56
  2596. package/src/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/index.ts +0 -5
  2597. package/src/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.tsx +0 -109
  2598. package/src/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/ValueInfo.tsx +0 -106
  2599. package/src/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/index.ts +0 -5
  2600. package/src/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.tsx +0 -96
  2601. package/src/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/index.ts +0 -5
  2602. package/src/components/RecordEdition/EditRecordSidebar/ValueDetails/index.ts +0 -5
  2603. package/src/components/RecordEdition/EditRecordSidebar/ValuesVersions/ValuesVersions.tsx +0 -91
  2604. package/src/components/RecordEdition/EditRecordSidebar/ValuesVersions/index.ts +0 -5
  2605. package/src/components/RecordEdition/EditRecordSidebar/index.ts +0 -5
  2606. package/src/components/RecordEdition/editRecordModalReducer/editRecordModalReducer.test.ts +0 -174
  2607. package/src/components/RecordEdition/editRecordModalReducer/editRecordModalReducer.ts +0 -155
  2608. package/src/components/RecordEdition/editRecordModalReducer/editRecordModalReducerContext.ts +0 -15
  2609. package/src/components/RecordEdition/editRecordModalReducer/index.ts +0 -5
  2610. package/src/components/RecordEdition/editRecordModalReducer/useEditRecordModalReducer.ts +0 -7
  2611. package/src/components/RecordEdition/index.ts +0 -4
  2612. package/src/components/RecordPreviewWithModal/FileModal/FileModal.test.tsx +0 -357
  2613. package/src/components/RecordPreviewWithModal/FileModal/FileModal.tsx +0 -71
  2614. package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/AudioFile.tsx +0 -27
  2615. package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/index.ts +0 -5
  2616. package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/DocumentFile.tsx +0 -44
  2617. package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/index.ts +0 -5
  2618. package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalContent.tsx +0 -103
  2619. package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/FileModalSidebar.tsx +0 -127
  2620. package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/index.ts +0 -5
  2621. package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/ImageFile.tsx +0 -52
  2622. package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/index.ts +0 -5
  2623. package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/NoDisplayFile.tsx +0 -79
  2624. package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/index.ts +0 -5
  2625. package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/VideoFile.tsx +0 -33
  2626. package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/index.ts +0 -5
  2627. package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/_types.ts +0 -11
  2628. package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/index.ts +0 -5
  2629. package/src/components/RecordPreviewWithModal/FileModal/_constants.ts +0 -5
  2630. package/src/components/RecordPreviewWithModal/FileModal/index.ts +0 -5
  2631. package/src/components/RecordPreviewWithModal/RecordPreviewWithModal.test.tsx +0 -48
  2632. package/src/components/RecordPreviewWithModal/RecordPreviewWithModal.tsx +0 -84
  2633. package/src/components/RecordPreviewWithModal/index.ts +0 -4
  2634. package/src/components/SearchModal/SearchModal.test.tsx +0 -42
  2635. package/src/components/SearchModal/SearchModal.tsx +0 -86
  2636. package/src/components/SearchModal/index.ts +0 -4
  2637. package/src/components/SelectTreeNode/SelectTreeNode.test.tsx +0 -98
  2638. package/src/components/SelectTreeNode/SelectTreeNode.tsx +0 -232
  2639. package/src/components/SelectTreeNode/index.ts +0 -5
  2640. package/src/components/SelectTreeNodeModal/SelectTreeNodeModal.test.tsx +0 -39
  2641. package/src/components/SelectTreeNodeModal/SelectTreeNodeModal.tsx +0 -75
  2642. package/src/components/SelectTreeNodeModal/index.ts +0 -5
  2643. package/src/components/SubmitStateNotifier/SubmitStateNotifier.test.tsx +0 -13
  2644. package/src/components/SubmitStateNotifier/SubmitStateNotifier.tsx +0 -83
  2645. package/src/components/SubmitStateNotifier/_types.ts +0 -4
  2646. package/src/components/SubmitStateNotifier/index.ts +0 -5
  2647. package/src/components/TreePicker/TreePicker.test.tsx +0 -208
  2648. package/src/components/TreePicker/TreePicker.tsx +0 -60
  2649. package/src/components/TreePicker/TreesList/TreesList.tsx +0 -208
  2650. package/src/components/TreePicker/TreesList/index.ts +0 -4
  2651. package/src/components/TreePicker/index.ts +0 -4
  2652. package/src/components/TriggerPreviewsGenerationModal/TriggerPreviewsGenerationModal.test.tsx +0 -161
  2653. package/src/components/TriggerPreviewsGenerationModal/TriggerPreviewsGenerationModal.tsx +0 -143
  2654. package/src/components/TriggerPreviewsGenerationModal/index.ts +0 -2
  2655. package/src/components/UploadFiles/UploadFiles.test.tsx +0 -184
  2656. package/src/components/UploadFiles/UploadFiles.tsx +0 -404
  2657. package/src/components/UploadFiles/index.ts +0 -5
  2658. package/src/components/ValuesVersionConfigurator/ValuesVersionConfigurator.test.tsx +0 -106
  2659. package/src/components/ValuesVersionConfigurator/ValuesVersionConfigurator.tsx +0 -72
  2660. package/src/components/ValuesVersionConfigurator/VersionTree/VersionTree.tsx +0 -125
  2661. package/src/components/ValuesVersionConfigurator/VersionTree/index.ts +0 -5
  2662. package/src/components/ValuesVersionConfigurator/index.ts +0 -5
  2663. package/src/components/index.ts +0 -37
  2664. package/src/constants.ts +0 -52
  2665. package/src/contexts/LangContext/LangContext.tsx +0 -9
  2666. package/src/contexts/LangContext/_types.ts +0 -9
  2667. package/src/contexts/LangContext/index.ts +0 -5
  2668. package/src/contexts/UserContext/UserContext.ts +0 -7
  2669. package/src/contexts/UserContext/index.ts +0 -2
  2670. package/src/contexts/UserContext/types.ts +0 -11
  2671. package/src/contexts/index.ts +0 -5
  2672. package/src/gqlFragments/index.ts +0 -4
  2673. package/src/gqlFragments/recordIdentityFragment.ts +0 -21
  2674. package/src/gqlPossibleTypes/index.ts +0 -28
  2675. package/src/hooks/index.ts +0 -16
  2676. package/src/hooks/useAntdLocale/index.ts +0 -4
  2677. package/src/hooks/useAntdLocale/useAntdLocale.ts +0 -17
  2678. package/src/hooks/useAppLang/index.ts +0 -4
  2679. package/src/hooks/useAppLang/useAppLang.tsx +0 -39
  2680. package/src/hooks/useAuth/index.ts +0 -4
  2681. package/src/hooks/useAuth/useAuth.ts +0 -23
  2682. package/src/hooks/useCanEditRecord/index.ts +0 -1
  2683. package/src/hooks/useCanEditRecord/useCanEditRecord.test.tsx +0 -195
  2684. package/src/hooks/useCanEditRecord/useCanEditRecord.ts +0 -71
  2685. package/src/hooks/useExecuteAddViewMutation/useExecuteAddViewMutation.ts +0 -54
  2686. package/src/hooks/useExecuteDeleteViewMutation/useExecuteDeleteViewMutation.ts +0 -29
  2687. package/src/hooks/useGetLibraryDetailExtendedQuery/useGetLibraryDetailExtendedQuery.ts +0 -30
  2688. package/src/hooks/useGetPreparedFileData/useGetPreparedFileData.ts +0 -54
  2689. package/src/hooks/useGetRecordForm/index.ts +0 -5
  2690. package/src/hooks/useGetRecordForm/useGetRecordForm.test.tsx +0 -159
  2691. package/src/hooks/useGetRecordForm/useGetRecordForm.ts +0 -153
  2692. package/src/hooks/useGetRecordUpdatesSubscription/index.ts +0 -4
  2693. package/src/hooks/useGetRecordUpdatesSubscription/useGetRecordUpdatesSubscription.ts +0 -21
  2694. package/src/hooks/useGetRecordValuesQuery/useGetRecordValuesQuery.ts +0 -82
  2695. package/src/hooks/useLang/__mocks__/index.ts +0 -5
  2696. package/src/hooks/useLang/__mocks__/useLang.tsx +0 -13
  2697. package/src/hooks/useLang/index.ts +0 -5
  2698. package/src/hooks/useLang/useLang.test.tsx +0 -34
  2699. package/src/hooks/useLang/useLang.tsx +0 -17
  2700. package/src/hooks/useLibraryVersionTrees/index.ts +0 -4
  2701. package/src/hooks/useLibraryVersionTrees/useLibraryVersionTrees.test.tsx +0 -95
  2702. package/src/hooks/useLibraryVersionTrees/useLibraryVersionTrees.ts +0 -35
  2703. package/src/hooks/useLocalStorage/index.ts +0 -4
  2704. package/src/hooks/useLocalStorage/useLocalStorage.ts +0 -23
  2705. package/src/hooks/useRecordsConsultationHistory/index.ts +0 -5
  2706. package/src/hooks/useRecordsConsultationHistory/useRecordsConsultationHistory.ts +0 -38
  2707. package/src/hooks/useRefreshFieldValues/index.ts +0 -4
  2708. package/src/hooks/useRefreshFieldValues/useRefreshFieldValues.test.tsx +0 -75
  2709. package/src/hooks/useRefreshFieldValues/useRefreshFieldValues.ts +0 -63
  2710. package/src/hooks/useRefreshToken/index.ts +0 -4
  2711. package/src/hooks/useRefreshToken/useRefreshToken.ts +0 -34
  2712. package/src/hooks/useSharedTranslation/__mocks__/index.ts +0 -4
  2713. package/src/hooks/useSharedTranslation/__mocks__/useSharedTranslation.ts +0 -21
  2714. package/src/hooks/useSharedTranslation/index.ts +0 -4
  2715. package/src/hooks/useSharedTranslation/useSharedTranslation.ts +0 -45
  2716. package/src/hooks/useUser/useUser.test.tsx +0 -28
  2717. package/src/hooks/useUser/useUser.ts +0 -15
  2718. package/src/hooks/useValuesCacheUpdate/index.ts +0 -4
  2719. package/src/hooks/useValuesCacheUpdate/useValuesCacheUpdate.ts +0 -56
  2720. package/src/index.ts +0 -11
  2721. package/src/locales/en/shared.json +0 -147
  2722. package/src/locales/fr/shared.json +0 -148
  2723. package/src/testing/MockedLangContextProvider/MockedLangContextProvider.tsx +0 -17
  2724. package/src/testing/MockedLangContextProvider/index.ts +0 -5
  2725. package/src/testing/MockedUserContextProvider/MockedUserContextProvider.tsx +0 -27
  2726. package/src/testing/MockedUserContextProvider/index.ts +0 -5
  2727. package/src/testing/index.ts +0 -4
  2728. package/src/types/attributes.ts +0 -23
  2729. package/src/types/index.ts +0 -8
  2730. package/src/types/misc.ts +0 -3
  2731. package/src/types/records.ts +0 -32
  2732. package/src/types/scalars.ts +0 -4
  2733. package/src/types/search.ts +0 -188
  2734. package/src/types/trees.ts +0 -20
  2735. package/src/types/values.ts +0 -8
  2736. package/src/types/views.ts +0 -39
  2737. package/tsconfig.build.json +0 -17
  2738. package/tsconfig.json +0 -22
  2739. /package/dist/components/RecordEdition/{EditRecordModal → EditRecord}/ValuesVersionSummary/index.d.ts +0 -0
  2740. /package/dist/components/RecordEdition/{EditRecord → EditRecordContent}/helpers/extractFormElements/index.d.ts +0 -0
  2741. /package/dist/components/RecordEdition/{EditRecord → EditRecordContent}/helpers/getActiveFieldValues/getActiveFieldValues.d.ts +0 -0
  2742. /package/dist/components/RecordEdition/{EditRecord → EditRecordContent}/helpers/getActiveFieldValues/index.d.ts +0 -0
  2743. /package/dist/components/RecordEdition/{EditRecord → EditRecordContent}/helpers/isCurrentVersion/index.d.ts +0 -0
  2744. /package/dist/components/RecordEdition/{EditRecord → EditRecordContent}/helpers/isCurrentVersion/isCurrentVersion.d.ts +0 -0
  2745. /package/dist/components/RecordEdition/{EditRecord → EditRecordContent}/hooks/helpers/getPropertyCacheFieldName.d.ts +0 -0
  2746. /package/dist/components/RecordEdition/{EditRecord → EditRecordContent}/hooks/useExecuteDeleteValueMutation.d.ts +0 -0
  2747. /package/dist/components/RecordEdition/{EditRecord → EditRecordContent}/hooks/useExecuteSaveValueBatchMutation.d.ts +0 -0
  2748. /package/dist/components/RecordEdition/{EditRecord → EditRecordContent}/reducers/linkFieldReducer/index.d.ts +0 -0
  2749. /package/dist/components/RecordEdition/{EditRecord → EditRecordContent}/shared/AddValueBtn/index.d.ts +0 -0
  2750. /package/dist/components/RecordEdition/{EditRecord → EditRecordContent}/shared/DeleteAllValuesBtn/index.d.ts +0 -0
  2751. /package/dist/components/RecordEdition/{EditRecord → EditRecordContent}/shared/DeleteValueBtn/index.d.ts +0 -0
  2752. /package/dist/components/RecordEdition/{EditRecord → EditRecordContent}/shared/FieldFooter/FieldFooter.d.ts +0 -0
  2753. /package/dist/components/RecordEdition/{EditRecord → EditRecordContent}/shared/FieldFooter/index.d.ts +0 -0
  2754. /package/dist/components/RecordEdition/{EditRecord → EditRecordContent}/shared/InheritedFieldLabel/index.d.ts +0 -0
  2755. /package/dist/components/RecordEdition/{EditRecord → EditRecordContent}/shared/NoValue/index.d.ts +0 -0
  2756. /package/dist/components/RecordEdition/{EditRecord → EditRecordContent}/shared/UpdatedFieldIcon/index.d.ts +0 -0
  2757. /package/dist/components/RecordEdition/{EditRecord → EditRecordContent}/shared/ValueDetailsBtn/index.d.ts +0 -0
  2758. /package/dist/components/RecordEdition/{EditRecord → EditRecordContent}/shared/ValuesVersionBtn/index.d.ts +0 -0
  2759. /package/dist/components/RecordEdition/{EditRecord → EditRecordContent}/shared/ValuesVersionIndicator/index.d.ts +0 -0
  2760. /package/dist/components/RecordEdition/{EditRecord → EditRecordContent}/uiElements/Container/index.d.ts +0 -0
  2761. /package/dist/components/RecordEdition/{EditRecord → EditRecordContent}/uiElements/ErrorField/index.d.ts +0 -0
  2762. /package/dist/components/RecordEdition/{EditRecord → EditRecordContent}/uiElements/FormDivider/index.d.ts +0 -0
  2763. /package/dist/components/RecordEdition/{EditRecord → EditRecordContent}/uiElements/FormTabs/index.d.ts +0 -0
  2764. /package/dist/components/RecordEdition/{EditRecord → EditRecordContent}/uiElements/LinkField/index.d.ts +0 -0
  2765. /package/dist/components/RecordEdition/{EditRecord → EditRecordContent}/uiElements/StandardField/StandardFieldValue/index.d.ts +0 -0
  2766. /package/dist/components/RecordEdition/{EditRecord → EditRecordContent}/uiElements/StandardField/index.d.ts +0 -0
  2767. /package/dist/components/RecordEdition/{EditRecord → EditRecordContent}/uiElements/TextBlock/index.d.ts +0 -0
  2768. /package/dist/components/RecordEdition/{EditRecord → EditRecordContent}/uiElements/TreeField/index.d.ts +0 -0
  2769. /package/dist/contexts/LangContext/{_types.d.ts → types.d.ts} +0 -0
@@ -1,3808 +0,0 @@
1
- import {IPreviewScalar} from '@leav/utils'
2
- import { gql } from '@apollo/client';
3
- import * as Apollo from '@apollo/client';
4
- export type Maybe<T> = T | null;
5
- export type InputMaybe<T> = Maybe<T>;
6
- export type Exact<T extends { [key: string]: unknown }> = { [K in keyof T]: T[K] };
7
- export type MakeOptional<T, K extends keyof T> = Omit<T, K> & { [SubKey in K]?: Maybe<T[SubKey]> };
8
- export type MakeMaybe<T, K extends keyof T> = Omit<T, K> & { [SubKey in K]: Maybe<T[SubKey]> };
9
- const defaultOptions = {} as const;
10
- /** All built-in and custom scalars, mapped to their actual values */
11
- export type Scalars = {
12
- ID: string;
13
- String: string;
14
- Boolean: boolean;
15
- Int: number;
16
- Float: number;
17
- Any: any;
18
- DateTime: any;
19
- FullTreeContent: any;
20
- JSON: any;
21
- JSONObject: any;
22
- Preview: IPreviewScalar;
23
- SystemTranslation: any;
24
- SystemTranslationOptional: any;
25
- TaskPriority: any;
26
- Upload: any;
27
- };
28
-
29
- export type ActionConfigurationInput = {
30
- error_message?: InputMaybe<Scalars['SystemTranslationOptional']>;
31
- id: Scalars['ID'];
32
- params?: InputMaybe<Array<ActionConfigurationParamInput>>;
33
- };
34
-
35
- export type ActionConfigurationParamInput = {
36
- name: Scalars['String'];
37
- value: Scalars['String'];
38
- };
39
-
40
- export enum ActionIoTypes {
41
- boolean = 'boolean',
42
- number = 'number',
43
- object = 'object',
44
- string = 'string'
45
- }
46
-
47
- export type ActionsListConfigurationInput = {
48
- deleteValue?: InputMaybe<Array<ActionConfigurationInput>>;
49
- getValue?: InputMaybe<Array<ActionConfigurationInput>>;
50
- saveValue?: InputMaybe<Array<ActionConfigurationInput>>;
51
- };
52
-
53
- export type ApiKeyInput = {
54
- expiresAt?: InputMaybe<Scalars['Int']>;
55
- id?: InputMaybe<Scalars['String']>;
56
- label: Scalars['String'];
57
- userId: Scalars['String'];
58
- };
59
-
60
- export type ApiKeysFiltersInput = {
61
- createdBy?: InputMaybe<Scalars['Int']>;
62
- label?: InputMaybe<Scalars['String']>;
63
- modifiedBy?: InputMaybe<Scalars['Int']>;
64
- user_id?: InputMaybe<Scalars['String']>;
65
- };
66
-
67
- export enum ApiKeysSortableFields {
68
- createdAt = 'createdAt',
69
- createdBy = 'createdBy',
70
- expiresAt = 'expiresAt',
71
- label = 'label',
72
- modifiedAt = 'modifiedAt',
73
- modifiedBy = 'modifiedBy'
74
- }
75
-
76
- export type ApplicationEventFiltersInput = {
77
- applicationId?: InputMaybe<Scalars['ID']>;
78
- events?: InputMaybe<Array<ApplicationEventTypes>>;
79
- ignoreOwnEvents?: InputMaybe<Scalars['Boolean']>;
80
- };
81
-
82
- export enum ApplicationEventTypes {
83
- DELETE = 'DELETE',
84
- SAVE = 'SAVE'
85
- }
86
-
87
- export type ApplicationIconInput = {
88
- libraryId: Scalars['String'];
89
- recordId: Scalars['String'];
90
- };
91
-
92
- export type ApplicationInput = {
93
- color?: InputMaybe<Scalars['String']>;
94
- description?: InputMaybe<Scalars['SystemTranslationOptional']>;
95
- endpoint?: InputMaybe<Scalars['String']>;
96
- icon?: InputMaybe<ApplicationIconInput>;
97
- id: Scalars['ID'];
98
- label?: InputMaybe<Scalars['SystemTranslation']>;
99
- module?: InputMaybe<Scalars['String']>;
100
- settings?: InputMaybe<Scalars['JSONObject']>;
101
- type?: InputMaybe<ApplicationType>;
102
- };
103
-
104
- export enum ApplicationSortableFields {
105
- endpoint = 'endpoint',
106
- id = 'id',
107
- module = 'module',
108
- system = 'system',
109
- type = 'type'
110
- }
111
-
112
- export enum ApplicationType {
113
- external = 'external',
114
- internal = 'internal'
115
- }
116
-
117
- export type ApplicationsFiltersInput = {
118
- endpoint?: InputMaybe<Scalars['String']>;
119
- id?: InputMaybe<Scalars['ID']>;
120
- label?: InputMaybe<Scalars['String']>;
121
- module?: InputMaybe<Scalars['String']>;
122
- system?: InputMaybe<Scalars['Boolean']>;
123
- type?: InputMaybe<Array<InputMaybe<ApplicationType>>>;
124
- };
125
-
126
- export enum AttributeFormat {
127
- boolean = 'boolean',
128
- color = 'color',
129
- date = 'date',
130
- date_range = 'date_range',
131
- encrypted = 'encrypted',
132
- extended = 'extended',
133
- numeric = 'numeric',
134
- rich_text = 'rich_text',
135
- text = 'text'
136
- }
137
-
138
- export type AttributeInput = {
139
- actions_list?: InputMaybe<ActionsListConfigurationInput>;
140
- description?: InputMaybe<Scalars['SystemTranslationOptional']>;
141
- embedded_fields?: InputMaybe<Array<InputMaybe<EmbeddedAttributeInput>>>;
142
- format?: InputMaybe<AttributeFormat>;
143
- id: Scalars['ID'];
144
- label?: InputMaybe<Scalars['SystemTranslation']>;
145
- linked_library?: InputMaybe<Scalars['String']>;
146
- linked_tree?: InputMaybe<Scalars['String']>;
147
- metadata_fields?: InputMaybe<Array<Scalars['String']>>;
148
- multiple_values?: InputMaybe<Scalars['Boolean']>;
149
- permissions_conf?: InputMaybe<TreepermissionsConfInput>;
150
- readonly?: InputMaybe<Scalars['Boolean']>;
151
- reverse_link?: InputMaybe<Scalars['String']>;
152
- type?: InputMaybe<AttributeType>;
153
- unique?: InputMaybe<Scalars['Boolean']>;
154
- values_list?: InputMaybe<ValuesListConfInput>;
155
- versions_conf?: InputMaybe<ValuesVersionsConfInput>;
156
- };
157
-
158
- export type AttributePermissionsRecord = {
159
- id?: InputMaybe<Scalars['String']>;
160
- library: Scalars['String'];
161
- };
162
-
163
- export enum AttributeType {
164
- advanced = 'advanced',
165
- advanced_link = 'advanced_link',
166
- simple = 'simple',
167
- simple_link = 'simple_link',
168
- tree = 'tree'
169
- }
170
-
171
- export type AttributesFiltersInput = {
172
- format?: InputMaybe<Array<InputMaybe<AttributeFormat>>>;
173
- id?: InputMaybe<Scalars['ID']>;
174
- label?: InputMaybe<Scalars['String']>;
175
- libraries?: InputMaybe<Array<InputMaybe<Scalars['String']>>>;
176
- librariesExcluded?: InputMaybe<Array<InputMaybe<Scalars['String']>>>;
177
- multiple_values?: InputMaybe<Scalars['Boolean']>;
178
- system?: InputMaybe<Scalars['Boolean']>;
179
- type?: InputMaybe<Array<InputMaybe<AttributeType>>>;
180
- versionable?: InputMaybe<Scalars['Boolean']>;
181
- };
182
-
183
- export enum AttributesSortableFields {
184
- format = 'format',
185
- id = 'id',
186
- linked_library = 'linked_library',
187
- linked_tree = 'linked_tree',
188
- multiple_values = 'multiple_values',
189
- type = 'type'
190
- }
191
-
192
- export enum AvailableLanguage {
193
- en = 'en',
194
- fr = 'fr'
195
- }
196
-
197
- export type CreateRecordDataInput = {
198
- values?: InputMaybe<Array<ValueBatchInput>>;
199
- version?: InputMaybe<Array<ValueVersionInput>>;
200
- };
201
-
202
- export type DeleteTaskInput = {
203
- archive: Scalars['Boolean'];
204
- id: Scalars['ID'];
205
- };
206
-
207
- export type EmbeddedAttributeInput = {
208
- description?: InputMaybe<Scalars['SystemTranslationOptional']>;
209
- embedded_fields?: InputMaybe<Array<InputMaybe<EmbeddedAttributeInput>>>;
210
- format?: InputMaybe<AttributeFormat>;
211
- id: Scalars['ID'];
212
- label?: InputMaybe<Scalars['SystemTranslation']>;
213
- validation_regex?: InputMaybe<Scalars['String']>;
214
- };
215
-
216
- export type FileInput = {
217
- data: Scalars['Upload'];
218
- replace?: InputMaybe<Scalars['Boolean']>;
219
- size?: InputMaybe<Scalars['Int']>;
220
- uid: Scalars['String'];
221
- };
222
-
223
- export enum FileType {
224
- audio = 'audio',
225
- document = 'document',
226
- image = 'image',
227
- other = 'other',
228
- video = 'video'
229
- }
230
-
231
- export type FormDependencyValueInput = {
232
- attribute: Scalars['ID'];
233
- value: Scalars['ID'];
234
- };
235
-
236
- export type FormElementInput = {
237
- containerId: Scalars['ID'];
238
- id: Scalars['ID'];
239
- order: Scalars['Int'];
240
- settings: Array<FormElementSettingsInput>;
241
- type: FormElementTypes;
242
- uiElementType: Scalars['String'];
243
- };
244
-
245
- export type FormElementSettingsInput = {
246
- key: Scalars['String'];
247
- value: Scalars['Any'];
248
- };
249
-
250
- export enum FormElementTypes {
251
- field = 'field',
252
- layout = 'layout'
253
- }
254
-
255
- export type FormElementsByDepsInput = {
256
- dependencyValue?: InputMaybe<FormDependencyValueInput>;
257
- elements: Array<FormElementInput>;
258
- };
259
-
260
- export type FormFiltersInput = {
261
- id?: InputMaybe<Scalars['ID']>;
262
- label?: InputMaybe<Scalars['String']>;
263
- library: Scalars['ID'];
264
- system?: InputMaybe<Scalars['Boolean']>;
265
- };
266
-
267
- export type FormInput = {
268
- dependencyAttributes?: InputMaybe<Array<Scalars['ID']>>;
269
- elements?: InputMaybe<Array<FormElementsByDepsInput>>;
270
- id: Scalars['ID'];
271
- label?: InputMaybe<Scalars['SystemTranslation']>;
272
- library: Scalars['ID'];
273
- };
274
-
275
- export enum FormsSortableFields {
276
- id = 'id',
277
- library = 'library',
278
- system = 'system'
279
- }
280
-
281
- export type GlobalSettingsIconInput = {
282
- library: Scalars['String'];
283
- recordId: Scalars['String'];
284
- };
285
-
286
- export type GlobalSettingsInput = {
287
- icon?: InputMaybe<GlobalSettingsIconInput>;
288
- name?: InputMaybe<Scalars['String']>;
289
- };
290
-
291
- export enum IoTypes {
292
- boolean = 'boolean',
293
- number = 'number',
294
- object = 'object',
295
- string = 'string'
296
- }
297
-
298
- export enum ImportMode {
299
- insert = 'insert',
300
- update = 'update',
301
- upsert = 'upsert'
302
- }
303
-
304
- export enum ImportType {
305
- IGNORE = 'IGNORE',
306
- LINK = 'LINK',
307
- STANDARD = 'STANDARD'
308
- }
309
-
310
- export type LibrariesFiltersInput = {
311
- behavior?: InputMaybe<Array<LibraryBehavior>>;
312
- id?: InputMaybe<Array<Scalars['ID']>>;
313
- label?: InputMaybe<Array<Scalars['String']>>;
314
- system?: InputMaybe<Scalars['Boolean']>;
315
- };
316
-
317
- export enum LibrariesSortableFields {
318
- behavior = 'behavior',
319
- id = 'id',
320
- system = 'system'
321
- }
322
-
323
- export enum LibraryBehavior {
324
- directories = 'directories',
325
- files = 'files',
326
- standard = 'standard'
327
- }
328
-
329
- export type LibraryIconInput = {
330
- libraryId: Scalars['String'];
331
- recordId: Scalars['String'];
332
- };
333
-
334
- export type LibraryInput = {
335
- attributes?: InputMaybe<Array<Scalars['ID']>>;
336
- behavior?: InputMaybe<LibraryBehavior>;
337
- defaultView?: InputMaybe<Scalars['ID']>;
338
- fullTextAttributes?: InputMaybe<Array<Scalars['ID']>>;
339
- icon?: InputMaybe<LibraryIconInput>;
340
- id: Scalars['ID'];
341
- label?: InputMaybe<Scalars['SystemTranslation']>;
342
- permissions_conf?: InputMaybe<TreepermissionsConfInput>;
343
- previewsSettings?: InputMaybe<Array<LibraryPreviewsSettingsInput>>;
344
- recordIdentityConf?: InputMaybe<RecordIdentityConfInput>;
345
- };
346
-
347
- export type LibraryPreviewsSettingsInput = {
348
- description?: InputMaybe<Scalars['SystemTranslationOptional']>;
349
- label: Scalars['SystemTranslation'];
350
- versions: PreviewVersionInput;
351
- };
352
-
353
- export enum LogAction {
354
- API_KEY_DELETE = 'API_KEY_DELETE',
355
- API_KEY_SAVE = 'API_KEY_SAVE',
356
- APP_DELETE = 'APP_DELETE',
357
- APP_SAVE = 'APP_SAVE',
358
- ATTRIBUTE_DELETE = 'ATTRIBUTE_DELETE',
359
- ATTRIBUTE_SAVE = 'ATTRIBUTE_SAVE',
360
- CONFIG_IMPORT_END = 'CONFIG_IMPORT_END',
361
- CONFIG_IMPORT_START = 'CONFIG_IMPORT_START',
362
- DATA_IMPORT_END = 'DATA_IMPORT_END',
363
- DATA_IMPORT_START = 'DATA_IMPORT_START',
364
- EXPORT_END = 'EXPORT_END',
365
- EXPORT_START = 'EXPORT_START',
366
- GLOBAL_SETTINGS_SAVE = 'GLOBAL_SETTINGS_SAVE',
367
- LIBRARY_DELETE = 'LIBRARY_DELETE',
368
- LIBRARY_PURGE = 'LIBRARY_PURGE',
369
- LIBRARY_SAVE = 'LIBRARY_SAVE',
370
- PERMISSION_SAVE = 'PERMISSION_SAVE',
371
- RECORD_DELETE = 'RECORD_DELETE',
372
- RECORD_SAVE = 'RECORD_SAVE',
373
- TASKS_DELETE = 'TASKS_DELETE',
374
- TREE_ADD_ELEMENT = 'TREE_ADD_ELEMENT',
375
- TREE_DELETE = 'TREE_DELETE',
376
- TREE_DELETE_ELEMENT = 'TREE_DELETE_ELEMENT',
377
- TREE_MOVE_ELEMENT = 'TREE_MOVE_ELEMENT',
378
- TREE_SAVE = 'TREE_SAVE',
379
- VALUE_DELETE = 'VALUE_DELETE',
380
- VALUE_SAVE = 'VALUE_SAVE',
381
- VERSION_PROFILE_DELETE = 'VERSION_PROFILE_DELETE',
382
- VERSION_PROFILE_SAVE = 'VERSION_PROFILE_SAVE'
383
- }
384
-
385
- export type LogFilterInput = {
386
- actions?: InputMaybe<Array<LogAction>>;
387
- instanceId?: InputMaybe<Scalars['String']>;
388
- queryId?: InputMaybe<Scalars['String']>;
389
- time?: InputMaybe<LogFilterTimeInput>;
390
- topic?: InputMaybe<LogTopicFilterInput>;
391
- trigger?: InputMaybe<Scalars['String']>;
392
- userId?: InputMaybe<Scalars['String']>;
393
- };
394
-
395
- export type LogFilterTimeInput = {
396
- from?: InputMaybe<Scalars['Int']>;
397
- to?: InputMaybe<Scalars['Int']>;
398
- };
399
-
400
- export type LogSortInput = {
401
- field: LogSortableField;
402
- order: SortOrder;
403
- };
404
-
405
- export enum LogSortableField {
406
- action = 'action',
407
- instanceId = 'instanceId',
408
- queryId = 'queryId',
409
- time = 'time',
410
- trigger = 'trigger',
411
- userId = 'userId'
412
- }
413
-
414
- export type LogTopicFilterInput = {
415
- apiKey?: InputMaybe<Scalars['String']>;
416
- attribute?: InputMaybe<Scalars['String']>;
417
- filename?: InputMaybe<Scalars['String']>;
418
- library?: InputMaybe<Scalars['String']>;
419
- permission?: InputMaybe<LogTopicPermissionFilterInput>;
420
- profile?: InputMaybe<Scalars['String']>;
421
- record?: InputMaybe<LogTopicRecordFilterInput>;
422
- tree?: InputMaybe<Scalars['String']>;
423
- };
424
-
425
- export type LogTopicPermissionFilterInput = {
426
- applyTo?: InputMaybe<Scalars['String']>;
427
- type?: InputMaybe<Scalars['String']>;
428
- };
429
-
430
- export type LogTopicRecordFilterInput = {
431
- id?: InputMaybe<Scalars['String']>;
432
- libraryId?: InputMaybe<Scalars['String']>;
433
- };
434
-
435
- export type Pagination = {
436
- limit: Scalars['Int'];
437
- offset: Scalars['Int'];
438
- };
439
-
440
- export type PermissionActionInput = {
441
- allowed?: InputMaybe<Scalars['Boolean']>;
442
- name: PermissionsActions;
443
- };
444
-
445
- export type PermissionInput = {
446
- actions: Array<PermissionActionInput>;
447
- applyTo?: InputMaybe<Scalars['ID']>;
448
- permissionTreeTarget?: InputMaybe<PermissionsTreeTargetInput>;
449
- type: PermissionTypes;
450
- usersGroup?: InputMaybe<Scalars['ID']>;
451
- };
452
-
453
- export type PermissionTarget = {
454
- attributeId?: InputMaybe<Scalars['ID']>;
455
- libraryId?: InputMaybe<Scalars['ID']>;
456
- nodeId?: InputMaybe<Scalars['ID']>;
457
- recordId?: InputMaybe<Scalars['ID']>;
458
- };
459
-
460
- export enum PermissionTypes {
461
- admin = 'admin',
462
- application = 'application',
463
- attribute = 'attribute',
464
- library = 'library',
465
- record = 'record',
466
- record_attribute = 'record_attribute',
467
- tree = 'tree',
468
- tree_library = 'tree_library',
469
- tree_node = 'tree_node'
470
- }
471
-
472
- export enum PermissionsActions {
473
- access_application = 'access_application',
474
- access_attribute = 'access_attribute',
475
- access_library = 'access_library',
476
- access_record = 'access_record',
477
- access_tree = 'access_tree',
478
- admin_access_api_keys = 'admin_access_api_keys',
479
- admin_access_applications = 'admin_access_applications',
480
- admin_access_attributes = 'admin_access_attributes',
481
- admin_access_libraries = 'admin_access_libraries',
482
- admin_access_permissions = 'admin_access_permissions',
483
- admin_access_tasks = 'admin_access_tasks',
484
- admin_access_trees = 'admin_access_trees',
485
- admin_access_version_profiles = 'admin_access_version_profiles',
486
- admin_application = 'admin_application',
487
- admin_cancel_task = 'admin_cancel_task',
488
- admin_create_api_key = 'admin_create_api_key',
489
- admin_create_application = 'admin_create_application',
490
- admin_create_attribute = 'admin_create_attribute',
491
- admin_create_library = 'admin_create_library',
492
- admin_create_tree = 'admin_create_tree',
493
- admin_create_version_profile = 'admin_create_version_profile',
494
- admin_delete_api_key = 'admin_delete_api_key',
495
- admin_delete_application = 'admin_delete_application',
496
- admin_delete_attribute = 'admin_delete_attribute',
497
- admin_delete_library = 'admin_delete_library',
498
- admin_delete_task = 'admin_delete_task',
499
- admin_delete_tree = 'admin_delete_tree',
500
- admin_delete_version_profile = 'admin_delete_version_profile',
501
- admin_edit_api_key = 'admin_edit_api_key',
502
- admin_edit_application = 'admin_edit_application',
503
- admin_edit_attribute = 'admin_edit_attribute',
504
- admin_edit_global_settings = 'admin_edit_global_settings',
505
- admin_edit_library = 'admin_edit_library',
506
- admin_edit_permission = 'admin_edit_permission',
507
- admin_edit_tree = 'admin_edit_tree',
508
- admin_edit_version_profile = 'admin_edit_version_profile',
509
- admin_library = 'admin_library',
510
- admin_manage_global_preferences = 'admin_manage_global_preferences',
511
- create_record = 'create_record',
512
- delete_record = 'delete_record',
513
- detach = 'detach',
514
- edit_children = 'edit_children',
515
- edit_record = 'edit_record',
516
- edit_value = 'edit_value'
517
- }
518
-
519
- export enum PermissionsRelation {
520
- and = 'and',
521
- or = 'or'
522
- }
523
-
524
- export type PermissionsTreeTargetInput = {
525
- nodeId?: InputMaybe<Scalars['ID']>;
526
- tree: Scalars['ID'];
527
- };
528
-
529
- export type PreviewVersionInput = {
530
- background: Scalars['String'];
531
- density: Scalars['Int'];
532
- sizes: Array<PreviewVersionSizeInput>;
533
- };
534
-
535
- export type PreviewVersionSizeInput = {
536
- name: Scalars['String'];
537
- size: Scalars['Int'];
538
- };
539
-
540
- export enum RecordFilterCondition {
541
- BEGIN_WITH = 'BEGIN_WITH',
542
- BETWEEN = 'BETWEEN',
543
- CLASSIFIED_IN = 'CLASSIFIED_IN',
544
- CONTAINS = 'CONTAINS',
545
- END_AFTER = 'END_AFTER',
546
- END_BEFORE = 'END_BEFORE',
547
- END_ON = 'END_ON',
548
- END_WITH = 'END_WITH',
549
- EQUAL = 'EQUAL',
550
- GREATER_THAN = 'GREATER_THAN',
551
- IS_EMPTY = 'IS_EMPTY',
552
- IS_NOT_EMPTY = 'IS_NOT_EMPTY',
553
- LAST_MONTH = 'LAST_MONTH',
554
- LESS_THAN = 'LESS_THAN',
555
- NEXT_MONTH = 'NEXT_MONTH',
556
- NOT_CLASSIFIED_IN = 'NOT_CLASSIFIED_IN',
557
- NOT_CONTAINS = 'NOT_CONTAINS',
558
- NOT_EQUAL = 'NOT_EQUAL',
559
- START_AFTER = 'START_AFTER',
560
- START_BEFORE = 'START_BEFORE',
561
- START_ON = 'START_ON',
562
- TODAY = 'TODAY',
563
- TOMORROW = 'TOMORROW',
564
- VALUES_COUNT_EQUAL = 'VALUES_COUNT_EQUAL',
565
- VALUES_COUNT_GREATER_THAN = 'VALUES_COUNT_GREATER_THAN',
566
- VALUES_COUNT_LOWER_THAN = 'VALUES_COUNT_LOWER_THAN',
567
- YESTERDAY = 'YESTERDAY'
568
- }
569
-
570
- export type RecordFilterInput = {
571
- condition?: InputMaybe<RecordFilterCondition>;
572
- field?: InputMaybe<Scalars['String']>;
573
- operator?: InputMaybe<RecordFilterOperator>;
574
- treeId?: InputMaybe<Scalars['String']>;
575
- value?: InputMaybe<Scalars['String']>;
576
- };
577
-
578
- export enum RecordFilterOperator {
579
- AND = 'AND',
580
- CLOSE_BRACKET = 'CLOSE_BRACKET',
581
- OPEN_BRACKET = 'OPEN_BRACKET',
582
- OR = 'OR'
583
- }
584
-
585
- export type RecordIdentityConfInput = {
586
- color?: InputMaybe<Scalars['ID']>;
587
- label?: InputMaybe<Scalars['ID']>;
588
- preview?: InputMaybe<Scalars['ID']>;
589
- subLabel?: InputMaybe<Scalars['ID']>;
590
- treeColorPreview?: InputMaybe<Scalars['ID']>;
591
- };
592
-
593
- export type RecordInput = {
594
- id: Scalars['ID'];
595
- library: Scalars['String'];
596
- };
597
-
598
- export type RecordSortInput = {
599
- field: Scalars['String'];
600
- order: SortOrder;
601
- };
602
-
603
- export type RecordUpdateFilterInput = {
604
- ignoreOwnEvents?: InputMaybe<Scalars['Boolean']>;
605
- libraries?: InputMaybe<Array<Scalars['ID']>>;
606
- records?: InputMaybe<Array<Scalars['ID']>>;
607
- };
608
-
609
- export type RecordsPagination = {
610
- cursor?: InputMaybe<Scalars['String']>;
611
- limit: Scalars['Int'];
612
- offset?: InputMaybe<Scalars['Int']>;
613
- };
614
-
615
- export type SheetInput = {
616
- keyIndex?: InputMaybe<Scalars['Int']>;
617
- keyToIndex?: InputMaybe<Scalars['Int']>;
618
- library: Scalars['String'];
619
- linkAttribute?: InputMaybe<Scalars['String']>;
620
- mapping?: InputMaybe<Array<InputMaybe<Scalars['String']>>>;
621
- mode: ImportMode;
622
- treeLinkLibrary?: InputMaybe<Scalars['String']>;
623
- type: ImportType;
624
- };
625
-
626
- export type SortApiKeysInput = {
627
- field: ApiKeysSortableFields;
628
- order?: InputMaybe<SortOrder>;
629
- };
630
-
631
- export type SortApplications = {
632
- field: ApplicationSortableFields;
633
- order?: InputMaybe<SortOrder>;
634
- };
635
-
636
- export type SortAttributes = {
637
- field: AttributesSortableFields;
638
- order?: InputMaybe<SortOrder>;
639
- };
640
-
641
- export type SortForms = {
642
- field: FormsSortableFields;
643
- order?: InputMaybe<SortOrder>;
644
- };
645
-
646
- export type SortLibraries = {
647
- field: LibrariesSortableFields;
648
- order?: InputMaybe<SortOrder>;
649
- };
650
-
651
- export enum SortOrder {
652
- asc = 'asc',
653
- desc = 'desc'
654
- }
655
-
656
- export type SortTrees = {
657
- field: TreesSortableFields;
658
- order?: InputMaybe<SortOrder>;
659
- };
660
-
661
- export type SortVersionProfilesInput = {
662
- field: VersionProfilesSortableFields;
663
- order?: InputMaybe<SortOrder>;
664
- };
665
-
666
- export type TaskFiltersInput = {
667
- archive?: InputMaybe<Scalars['Boolean']>;
668
- created_by?: InputMaybe<Scalars['ID']>;
669
- id?: InputMaybe<Scalars['ID']>;
670
- status?: InputMaybe<TaskStatus>;
671
- type?: InputMaybe<TaskType>;
672
- };
673
-
674
- export enum TaskStatus {
675
- CANCELED = 'CANCELED',
676
- CREATED = 'CREATED',
677
- DONE = 'DONE',
678
- FAILED = 'FAILED',
679
- PENDING = 'PENDING',
680
- PENDING_CANCEL = 'PENDING_CANCEL',
681
- RUNNING = 'RUNNING'
682
- }
683
-
684
- export enum TaskType {
685
- EXPORT = 'EXPORT',
686
- IMPORT_CONFIG = 'IMPORT_CONFIG',
687
- IMPORT_DATA = 'IMPORT_DATA',
688
- INDEXATION = 'INDEXATION'
689
- }
690
-
691
- export enum TreeBehavior {
692
- files = 'files',
693
- standard = 'standard'
694
- }
695
-
696
- export type TreeElementInput = {
697
- id: Scalars['ID'];
698
- library: Scalars['String'];
699
- };
700
-
701
- export type TreeEventFiltersInput = {
702
- events?: InputMaybe<Array<TreeEventTypes>>;
703
- ignoreOwnEvents?: InputMaybe<Scalars['Boolean']>;
704
- nodes?: InputMaybe<Array<InputMaybe<Scalars['ID']>>>;
705
- treeId: Scalars['ID'];
706
- };
707
-
708
- export enum TreeEventTypes {
709
- add = 'add',
710
- move = 'move',
711
- remove = 'remove'
712
- }
713
-
714
- export type TreeInput = {
715
- behavior?: InputMaybe<TreeBehavior>;
716
- id: Scalars['ID'];
717
- label?: InputMaybe<Scalars['SystemTranslation']>;
718
- libraries?: InputMaybe<Array<TreeLibraryInput>>;
719
- permissions_conf?: InputMaybe<Array<TreeNodePermissionsConfInput>>;
720
- };
721
-
722
- export type TreeLibraryInput = {
723
- library: Scalars['ID'];
724
- settings: TreeLibrarySettingsInput;
725
- };
726
-
727
- export type TreeLibrarySettingsInput = {
728
- allowMultiplePositions: Scalars['Boolean'];
729
- allowedAtRoot: Scalars['Boolean'];
730
- allowedChildren: Array<Scalars['String']>;
731
- };
732
-
733
- export type TreeNodePermissionsConfInput = {
734
- libraryId: Scalars['ID'];
735
- permissionsConf: TreepermissionsConfInput;
736
- };
737
-
738
- export type TreepermissionsConfInput = {
739
- permissionTreeAttributes: Array<Scalars['ID']>;
740
- relation: PermissionsRelation;
741
- };
742
-
743
- export type TreesFiltersInput = {
744
- behavior?: InputMaybe<TreeBehavior>;
745
- id?: InputMaybe<Array<Scalars['ID']>>;
746
- label?: InputMaybe<Array<Scalars['String']>>;
747
- library?: InputMaybe<Scalars['String']>;
748
- system?: InputMaybe<Scalars['Boolean']>;
749
- };
750
-
751
- export enum TreesSortableFields {
752
- behavior = 'behavior',
753
- id = 'id',
754
- system = 'system'
755
- }
756
-
757
- export type UploadFiltersInput = {
758
- uid?: InputMaybe<Scalars['String']>;
759
- userId?: InputMaybe<Scalars['ID']>;
760
- };
761
-
762
- export enum UserCoreDataKeys {
763
- applications_consultation = 'applications_consultation'
764
- }
765
-
766
- export type ValueBatchInput = {
767
- attribute?: InputMaybe<Scalars['ID']>;
768
- id_value?: InputMaybe<Scalars['ID']>;
769
- metadata?: InputMaybe<Array<InputMaybe<ValueMetadataInput>>>;
770
- value?: InputMaybe<Scalars['String']>;
771
- };
772
-
773
- export type ValueInput = {
774
- id_value?: InputMaybe<Scalars['ID']>;
775
- metadata?: InputMaybe<Array<InputMaybe<ValueMetadataInput>>>;
776
- value?: InputMaybe<Scalars['String']>;
777
- version?: InputMaybe<Array<InputMaybe<ValueVersionInput>>>;
778
- };
779
-
780
- export type ValueMetadataInput = {
781
- name: Scalars['String'];
782
- value?: InputMaybe<Scalars['String']>;
783
- };
784
-
785
- export type ValueVersionInput = {
786
- treeId: Scalars['String'];
787
- treeNodeId: Scalars['String'];
788
- };
789
-
790
- export enum ValueVersionMode {
791
- simple = 'simple',
792
- smart = 'smart'
793
- }
794
-
795
- export type ValuesListConfInput = {
796
- allowFreeEntry?: InputMaybe<Scalars['Boolean']>;
797
- enable: Scalars['Boolean'];
798
- values?: InputMaybe<Array<Scalars['String']>>;
799
- };
800
-
801
- export type ValuesVersionsConfInput = {
802
- mode?: InputMaybe<ValueVersionMode>;
803
- profile?: InputMaybe<Scalars['String']>;
804
- versionable: Scalars['Boolean'];
805
- };
806
-
807
- export type VersionProfileInput = {
808
- description?: InputMaybe<Scalars['SystemTranslationOptional']>;
809
- id: Scalars['String'];
810
- label?: InputMaybe<Scalars['SystemTranslation']>;
811
- trees?: InputMaybe<Array<Scalars['String']>>;
812
- };
813
-
814
- export type VersionProfilesFiltersInput = {
815
- id?: InputMaybe<Scalars['ID']>;
816
- label?: InputMaybe<Scalars['String']>;
817
- trees?: InputMaybe<Scalars['String']>;
818
- };
819
-
820
- export enum VersionProfilesSortableFields {
821
- id = 'id'
822
- }
823
-
824
- export type ViewDisplayInput = {
825
- size: ViewSizes;
826
- type: ViewTypes;
827
- };
828
-
829
- export type ViewInput = {
830
- color?: InputMaybe<Scalars['String']>;
831
- description?: InputMaybe<Scalars['SystemTranslationOptional']>;
832
- display: ViewDisplayInput;
833
- filters?: InputMaybe<Array<RecordFilterInput>>;
834
- id?: InputMaybe<Scalars['String']>;
835
- label?: InputMaybe<Scalars['SystemTranslation']>;
836
- library: Scalars['String'];
837
- settings?: InputMaybe<Array<ViewSettingsInput>>;
838
- shared: Scalars['Boolean'];
839
- sort?: InputMaybe<RecordSortInput>;
840
- valuesVersions?: InputMaybe<Array<ViewValuesVersionInput>>;
841
- };
842
-
843
- export type ViewSettingsInput = {
844
- name: Scalars['String'];
845
- value?: InputMaybe<Scalars['Any']>;
846
- };
847
-
848
- export enum ViewSizes {
849
- BIG = 'BIG',
850
- MEDIUM = 'MEDIUM',
851
- SMALL = 'SMALL'
852
- }
853
-
854
- export enum ViewTypes {
855
- cards = 'cards',
856
- list = 'list',
857
- timeline = 'timeline'
858
- }
859
-
860
- export type ViewValuesVersionInput = {
861
- treeId: Scalars['String'];
862
- treeNode: Scalars['String'];
863
- };
864
-
865
- export type DetailsApplicationFragment = { id: string, label: any, type: ApplicationType, description?: any | null, endpoint?: string | null, url?: string | null, color?: string | null, module?: string | null, settings?: any | null, icon?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null, permissions: { access_application: boolean, admin_application: boolean } };
866
-
867
- export type RecordIdentityFragment = { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } };
868
-
869
- export type AttributeDetailsLinkAttributeFragment = { reverse_link?: string | null, id: string, type: AttributeType, format?: AttributeFormat | null, system: boolean, readonly: boolean, label?: any | null, description?: any | null, multiple_values: boolean, linked_library?: { id: string, label?: any | null } | null, metadata_fields?: Array<{ id: string, label?: any | null, type: AttributeType, format?: AttributeFormat | null }> | null, versions_conf?: { versionable: boolean, mode?: ValueVersionMode | null, profile?: { id: string, label: any, trees: Array<{ id: string, label?: any | null }> } | null } | null, libraries?: Array<{ id: string, label?: any | null }> | null };
870
-
871
- export type AttributeDetailsStandardAttributeFragment = { unique?: boolean | null, id: string, type: AttributeType, format?: AttributeFormat | null, system: boolean, readonly: boolean, label?: any | null, description?: any | null, multiple_values: boolean, metadata_fields?: Array<{ id: string, label?: any | null, type: AttributeType, format?: AttributeFormat | null }> | null, versions_conf?: { versionable: boolean, mode?: ValueVersionMode | null, profile?: { id: string, label: any, trees: Array<{ id: string, label?: any | null }> } | null } | null, libraries?: Array<{ id: string, label?: any | null }> | null };
872
-
873
- export type AttributeDetailsTreeAttributeFragment = { id: string, type: AttributeType, format?: AttributeFormat | null, system: boolean, readonly: boolean, label?: any | null, description?: any | null, multiple_values: boolean, linked_tree?: { id: string, label?: any | null } | null, metadata_fields?: Array<{ id: string, label?: any | null, type: AttributeType, format?: AttributeFormat | null }> | null, versions_conf?: { versionable: boolean, mode?: ValueVersionMode | null, profile?: { id: string, label: any, trees: Array<{ id: string, label?: any | null }> } | null } | null, libraries?: Array<{ id: string, label?: any | null }> | null };
874
-
875
- export type AttributeDetailsFragment = AttributeDetailsLinkAttributeFragment | AttributeDetailsStandardAttributeFragment | AttributeDetailsTreeAttributeFragment;
876
-
877
- export type AttributesByLibAttributeLinkAttributeFragment = { id: string, type: AttributeType, format?: AttributeFormat | null, label?: any | null, multiple_values: boolean, system: boolean, readonly: boolean, linked_library?: { id: string } | null };
878
-
879
- export type AttributesByLibAttributeStandardAttributeFragment = { id: string, type: AttributeType, format?: AttributeFormat | null, label?: any | null, multiple_values: boolean, system: boolean, readonly: boolean, embedded_fields?: Array<{ id: string, format?: AttributeFormat | null, label?: any | null } | null> | null };
880
-
881
- export type AttributesByLibAttributeTreeAttributeFragment = { id: string, type: AttributeType, format?: AttributeFormat | null, label?: any | null, multiple_values: boolean, system: boolean, readonly: boolean, linked_tree?: { id: string, label?: any | null, libraries: Array<{ library: { id: string, label?: any | null } }> } | null };
882
-
883
- export type AttributesByLibAttributeFragment = AttributesByLibAttributeLinkAttributeFragment | AttributesByLibAttributeStandardAttributeFragment | AttributesByLibAttributeTreeAttributeFragment;
884
-
885
- export type LibraryLightFragment = { id: string, label?: any | null, icon?: { id: string, whoAmI: { id: string, preview?: IPreviewScalar | null, library: { id: string } } } | null };
886
-
887
- export type LibraryDetailsFragment = { id: string, label?: any | null, behavior: LibraryBehavior, system?: boolean | null, fullTextAttributes?: Array<{ id: string, label?: any | null }> | null, attributes?: Array<{ id: string, label?: any | null, system: boolean, type: AttributeType, format?: AttributeFormat | null, linked_library?: { id: string, behavior: LibraryBehavior } | null } | { id: string, label?: any | null, system: boolean, type: AttributeType, format?: AttributeFormat | null }> | null, permissions_conf?: { relation: PermissionsRelation, permissionTreeAttributes: Array<{ id: string, label?: any | null } | { id: string, label?: any | null, linked_tree?: { id: string } | null }> } | null, recordIdentityConf?: { label?: string | null, subLabel?: string | null, color?: string | null, preview?: string | null, treeColorPreview?: string | null } | null, permissions?: { admin_library: boolean, access_library: boolean, access_record: boolean, create_record: boolean, edit_record: boolean, delete_record: boolean } | null, icon?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null, previewsSettings?: Array<{ label: any, description?: any | null, system: boolean, versions: { background: string, density: number, sizes: Array<{ name: string, size: number }> } }> | null };
888
-
889
- export type LibraryAttributesLinkAttributeFragment = { id: string, label?: any | null, system: boolean, type: AttributeType, format?: AttributeFormat | null, linked_library?: { id: string, behavior: LibraryBehavior } | null };
890
-
891
- export type LibraryAttributesStandardAttributeTreeAttributeFragment = { id: string, label?: any | null, system: boolean, type: AttributeType, format?: AttributeFormat | null };
892
-
893
- export type LibraryAttributesFragment = LibraryAttributesLinkAttributeFragment | LibraryAttributesStandardAttributeTreeAttributeFragment;
894
-
895
- export type LibraryLinkAttributeDetailsFragment = { linked_library?: { id: string, behavior: LibraryBehavior } | null };
896
-
897
- export type LibraryPreviewsSettingsFragment = { label: any, description?: any | null, system: boolean, versions: { background: string, density: number, sizes: Array<{ name: string, size: number }> } };
898
-
899
- export type RecordFormElementFragment = { id: string, containerId: string, uiElementType: string, type: FormElementTypes, valueError?: string | null, values?: Array<{ id_value?: string | null, modified_at?: number | null, created_at?: number | null, linkValue?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null, modified_by?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null, created_by?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null, version?: Array<{ treeId: string, treeNode?: { id: string, record: { id: string, whoAmI: { id: string, label?: string | null, library: { id: string } } } } | null } | null> | null, attribute?: { id: string, format?: AttributeFormat | null, type: AttributeType, system: boolean } | null, metadata?: Array<{ name: string, value?: { id_value?: string | null, modified_at?: number | null, created_at?: number | null, value?: any | null, raw_value?: any | null, modified_by?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null, created_by?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null, version?: Array<{ treeId: string, treeNode?: { id: string, record: { id: string, whoAmI: { id: string, label?: string | null, library: { id: string } } } } | null } | null> | null } | null } | null> | null } | { id_value?: string | null, modified_at?: number | null, created_at?: number | null, treeValue?: { id: string, record: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } }, ancestors?: Array<{ record: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } }> | null } | null, modified_by?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null, created_by?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null, version?: Array<{ treeId: string, treeNode?: { id: string, record: { id: string, whoAmI: { id: string, label?: string | null, library: { id: string } } } } | null } | null> | null, attribute?: { id: string, format?: AttributeFormat | null, type: AttributeType, system: boolean } | null, metadata?: Array<{ name: string, value?: { id_value?: string | null, modified_at?: number | null, created_at?: number | null, value?: any | null, raw_value?: any | null, modified_by?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null, created_by?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null, version?: Array<{ treeId: string, treeNode?: { id: string, record: { id: string, whoAmI: { id: string, label?: string | null, library: { id: string } } } } | null } | null> | null } | null } | null> | null } | { value?: any | null, raw_value?: any | null, id_value?: string | null, modified_at?: number | null, created_at?: number | null, modified_by?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null, created_by?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null, version?: Array<{ treeId: string, treeNode?: { id: string, record: { id: string, whoAmI: { id: string, label?: string | null, library: { id: string } } } } | null } | null> | null, attribute?: { id: string, format?: AttributeFormat | null, type: AttributeType, system: boolean } | null, metadata?: Array<{ name: string, value?: { id_value?: string | null, modified_at?: number | null, created_at?: number | null, value?: any | null, raw_value?: any | null, modified_by?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null, created_by?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null, version?: Array<{ treeId: string, treeNode?: { id: string, record: { id: string, whoAmI: { id: string, label?: string | null, library: { id: string } } } } | null } | null> | null } | null } | null> | null }> | null, attribute?: { id: string, label?: any | null, description?: any | null, type: AttributeType, format?: AttributeFormat | null, system: boolean, readonly: boolean, multiple_values: boolean, linked_library?: { id: string, label?: any | null, behavior: LibraryBehavior, permissions?: { create_record: boolean } | null } | null, linkValuesList?: { enable: boolean, allowFreeEntry?: boolean | null, values?: Array<{ id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } }> | null } | null, permissions: { access_attribute: boolean, edit_value: boolean }, versions_conf?: { versionable: boolean, profile?: { id: string, trees: Array<{ id: string, label?: any | null }> } | null } | null, metadata_fields?: Array<{ id: string, label?: any | null, description?: any | null, type: AttributeType, format?: AttributeFormat | null, system: boolean, readonly: boolean, multiple_values: boolean, permissions: { access_attribute: boolean, edit_value: boolean }, values_list?: { enable: boolean, allowFreeEntry?: boolean | null, dateRangeValues?: Array<{ from?: string | null, to?: string | null }> | null } | { enable: boolean, allowFreeEntry?: boolean | null, values?: Array<string> | null } | null, metadata_fields?: Array<{ id: string }> | null }> | null } | { id: string, label?: any | null, description?: any | null, type: AttributeType, format?: AttributeFormat | null, system: boolean, readonly: boolean, multiple_values: boolean, values_list?: { enable: boolean, allowFreeEntry?: boolean | null, dateRangeValues?: Array<{ from?: string | null, to?: string | null }> | null } | { enable: boolean, allowFreeEntry?: boolean | null, values?: Array<string> | null } | null, permissions: { access_attribute: boolean, edit_value: boolean }, versions_conf?: { versionable: boolean, profile?: { id: string, trees: Array<{ id: string, label?: any | null }> } | null } | null, metadata_fields?: Array<{ id: string, label?: any | null, description?: any | null, type: AttributeType, format?: AttributeFormat | null, system: boolean, readonly: boolean, multiple_values: boolean, permissions: { access_attribute: boolean, edit_value: boolean }, values_list?: { enable: boolean, allowFreeEntry?: boolean | null, dateRangeValues?: Array<{ from?: string | null, to?: string | null }> | null } | { enable: boolean, allowFreeEntry?: boolean | null, values?: Array<string> | null } | null, metadata_fields?: Array<{ id: string }> | null }> | null } | { id: string, label?: any | null, description?: any | null, type: AttributeType, format?: AttributeFormat | null, system: boolean, readonly: boolean, multiple_values: boolean, linked_tree?: { id: string, label?: any | null } | null, treeValuesList?: { enable: boolean, allowFreeEntry?: boolean | null, values?: Array<{ id: string, record: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } }, ancestors?: Array<{ record: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } }> | null }> | null } | null, permissions: { access_attribute: boolean, edit_value: boolean }, versions_conf?: { versionable: boolean, profile?: { id: string, trees: Array<{ id: string, label?: any | null }> } | null } | null, metadata_fields?: Array<{ id: string, label?: any | null, description?: any | null, type: AttributeType, format?: AttributeFormat | null, system: boolean, readonly: boolean, multiple_values: boolean, permissions: { access_attribute: boolean, edit_value: boolean }, values_list?: { enable: boolean, allowFreeEntry?: boolean | null, dateRangeValues?: Array<{ from?: string | null, to?: string | null }> | null } | { enable: boolean, allowFreeEntry?: boolean | null, values?: Array<string> | null } | null, metadata_fields?: Array<{ id: string }> | null }> | null } | null, settings: Array<{ key: string, value: any }> };
900
-
901
- export type ValueDetailsLinkValueFragment = { id_value?: string | null, modified_at?: number | null, created_at?: number | null, linkValue?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null, modified_by?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null, created_by?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null, version?: Array<{ treeId: string, treeNode?: { id: string, record: { id: string, whoAmI: { id: string, label?: string | null, library: { id: string } } } } | null } | null> | null, attribute?: { id: string, format?: AttributeFormat | null, type: AttributeType, system: boolean } | null, metadata?: Array<{ name: string, value?: { id_value?: string | null, modified_at?: number | null, created_at?: number | null, value?: any | null, raw_value?: any | null, modified_by?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null, created_by?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null, version?: Array<{ treeId: string, treeNode?: { id: string, record: { id: string, whoAmI: { id: string, label?: string | null, library: { id: string } } } } | null } | null> | null } | null } | null> | null };
902
-
903
- export type ValueDetailsTreeValueFragment = { id_value?: string | null, modified_at?: number | null, created_at?: number | null, treeValue?: { id: string, record: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } }, ancestors?: Array<{ record: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } }> | null } | null, modified_by?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null, created_by?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null, version?: Array<{ treeId: string, treeNode?: { id: string, record: { id: string, whoAmI: { id: string, label?: string | null, library: { id: string } } } } | null } | null> | null, attribute?: { id: string, format?: AttributeFormat | null, type: AttributeType, system: boolean } | null, metadata?: Array<{ name: string, value?: { id_value?: string | null, modified_at?: number | null, created_at?: number | null, value?: any | null, raw_value?: any | null, modified_by?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null, created_by?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null, version?: Array<{ treeId: string, treeNode?: { id: string, record: { id: string, whoAmI: { id: string, label?: string | null, library: { id: string } } } } | null } | null> | null } | null } | null> | null };
904
-
905
- export type ValueDetailsValueFragment = { value?: any | null, raw_value?: any | null, id_value?: string | null, modified_at?: number | null, created_at?: number | null, modified_by?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null, created_by?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null, version?: Array<{ treeId: string, treeNode?: { id: string, record: { id: string, whoAmI: { id: string, label?: string | null, library: { id: string } } } } | null } | null> | null, attribute?: { id: string, format?: AttributeFormat | null, type: AttributeType, system: boolean } | null, metadata?: Array<{ name: string, value?: { id_value?: string | null, modified_at?: number | null, created_at?: number | null, value?: any | null, raw_value?: any | null, modified_by?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null, created_by?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null, version?: Array<{ treeId: string, treeNode?: { id: string, record: { id: string, whoAmI: { id: string, label?: string | null, library: { id: string } } } } | null } | null> | null } | null } | null> | null };
906
-
907
- export type ValueDetailsFragment = ValueDetailsLinkValueFragment | ValueDetailsTreeValueFragment | ValueDetailsValueFragment;
908
-
909
- export type ValuesVersionDetailsFragment = { treeId: string, treeNode?: { id: string, record: { id: string, whoAmI: { id: string, label?: string | null, library: { id: string } } } } | null };
910
-
911
- export type RecordFormAttributeLinkAttributeFragment = { id: string, label?: any | null, description?: any | null, type: AttributeType, format?: AttributeFormat | null, system: boolean, readonly: boolean, multiple_values: boolean, linked_library?: { id: string, label?: any | null, behavior: LibraryBehavior, permissions?: { create_record: boolean } | null } | null, linkValuesList?: { enable: boolean, allowFreeEntry?: boolean | null, values?: Array<{ id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } }> | null } | null, permissions: { access_attribute: boolean, edit_value: boolean }, versions_conf?: { versionable: boolean, profile?: { id: string, trees: Array<{ id: string, label?: any | null }> } | null } | null, metadata_fields?: Array<{ id: string, label?: any | null, description?: any | null, type: AttributeType, format?: AttributeFormat | null, system: boolean, readonly: boolean, multiple_values: boolean, permissions: { access_attribute: boolean, edit_value: boolean }, values_list?: { enable: boolean, allowFreeEntry?: boolean | null, dateRangeValues?: Array<{ from?: string | null, to?: string | null }> | null } | { enable: boolean, allowFreeEntry?: boolean | null, values?: Array<string> | null } | null, metadata_fields?: Array<{ id: string }> | null }> | null };
912
-
913
- export type RecordFormAttributeStandardAttributeFragment = { id: string, label?: any | null, description?: any | null, type: AttributeType, format?: AttributeFormat | null, system: boolean, readonly: boolean, multiple_values: boolean, values_list?: { enable: boolean, allowFreeEntry?: boolean | null, dateRangeValues?: Array<{ from?: string | null, to?: string | null }> | null } | { enable: boolean, allowFreeEntry?: boolean | null, values?: Array<string> | null } | null, permissions: { access_attribute: boolean, edit_value: boolean }, versions_conf?: { versionable: boolean, profile?: { id: string, trees: Array<{ id: string, label?: any | null }> } | null } | null, metadata_fields?: Array<{ id: string, label?: any | null, description?: any | null, type: AttributeType, format?: AttributeFormat | null, system: boolean, readonly: boolean, multiple_values: boolean, permissions: { access_attribute: boolean, edit_value: boolean }, values_list?: { enable: boolean, allowFreeEntry?: boolean | null, dateRangeValues?: Array<{ from?: string | null, to?: string | null }> | null } | { enable: boolean, allowFreeEntry?: boolean | null, values?: Array<string> | null } | null, metadata_fields?: Array<{ id: string }> | null }> | null };
914
-
915
- export type RecordFormAttributeTreeAttributeFragment = { id: string, label?: any | null, description?: any | null, type: AttributeType, format?: AttributeFormat | null, system: boolean, readonly: boolean, multiple_values: boolean, linked_tree?: { id: string, label?: any | null } | null, treeValuesList?: { enable: boolean, allowFreeEntry?: boolean | null, values?: Array<{ id: string, record: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } }, ancestors?: Array<{ record: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } }> | null }> | null } | null, permissions: { access_attribute: boolean, edit_value: boolean }, versions_conf?: { versionable: boolean, profile?: { id: string, trees: Array<{ id: string, label?: any | null }> } | null } | null, metadata_fields?: Array<{ id: string, label?: any | null, description?: any | null, type: AttributeType, format?: AttributeFormat | null, system: boolean, readonly: boolean, multiple_values: boolean, permissions: { access_attribute: boolean, edit_value: boolean }, values_list?: { enable: boolean, allowFreeEntry?: boolean | null, dateRangeValues?: Array<{ from?: string | null, to?: string | null }> | null } | { enable: boolean, allowFreeEntry?: boolean | null, values?: Array<string> | null } | null, metadata_fields?: Array<{ id: string }> | null }> | null };
916
-
917
- export type RecordFormAttributeFragment = RecordFormAttributeLinkAttributeFragment | RecordFormAttributeStandardAttributeFragment | RecordFormAttributeTreeAttributeFragment;
918
-
919
- export type StandardValuesListFragmentStandardDateRangeValuesListConfFragment = { enable: boolean, allowFreeEntry?: boolean | null, dateRangeValues?: Array<{ from?: string | null, to?: string | null }> | null };
920
-
921
- export type StandardValuesListFragmentStandardStringValuesListConfFragment = { enable: boolean, allowFreeEntry?: boolean | null, values?: Array<string> | null };
922
-
923
- export type StandardValuesListFragmentFragment = StandardValuesListFragmentStandardDateRangeValuesListConfFragment | StandardValuesListFragmentStandardStringValuesListConfFragment;
924
-
925
- export type TreeDetailsFragment = { id: string, label?: any | null, behavior: TreeBehavior, system: boolean, libraries: Array<{ library: { id: string, label?: any | null }, settings: { allowMultiplePositions: boolean, allowedAtRoot: boolean, allowedChildren: Array<string> } }> };
926
-
927
- export type TreeLightFragment = { id: string, label?: any | null };
928
-
929
- export type TreeNodeChildFragment = { id: string, order?: number | null, childrenCount?: number | null, record: { id: string, active?: Array<{ value?: any | null }> | null, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } }, ancestors?: Array<{ id: string, record: { id: string, library: { id: string, label?: any | null }, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } }> | null, permissions: { access_tree: boolean, detach: boolean, edit_children: boolean } };
930
-
931
- export type ViewDetailsFragment = { id: string, shared: boolean, label: any, description?: any | null, color?: string | null, display: { size: ViewSizes, type: ViewTypes }, created_by: { id: string, whoAmI: { id: string, label?: string | null, library: { id: string } } }, filters?: Array<{ field?: string | null, value?: string | null, condition?: RecordFilterCondition | null, operator?: RecordFilterOperator | null, tree?: { id: string, label?: any | null } | null }> | null, sort?: { field: string, order: SortOrder } | null, valuesVersions?: Array<{ treeId: string, treeNode: { id: string, record: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } } }> | null, settings?: Array<{ name: string, value?: any | null }> | null };
932
-
933
- export type CheckApplicationExistenceQueryVariables = Exact<{
934
- id?: InputMaybe<Scalars['ID']>;
935
- endpoint?: InputMaybe<Scalars['String']>;
936
- }>;
937
-
938
-
939
- export type CheckApplicationExistenceQuery = { applications?: { totalCount: number } | null };
940
-
941
- export type GetApplicationByIdQueryVariables = Exact<{
942
- id: Scalars['ID'];
943
- }>;
944
-
945
-
946
- export type GetApplicationByIdQuery = { applications?: { list: Array<{ id: string, label: any, type: ApplicationType, description?: any | null, endpoint?: string | null, url?: string | null, color?: string | null, module?: string | null, settings?: any | null, icon?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null, permissions: { access_application: boolean, admin_application: boolean } }> } | null };
947
-
948
- export type GetApplicationModulesQueryVariables = Exact<{ [key: string]: never; }>;
949
-
950
-
951
- export type GetApplicationModulesQuery = { applicationsModules: Array<{ id: string, description?: string | null, version?: string | null }> };
952
-
953
- export type SaveApplicationMutationVariables = Exact<{
954
- application: ApplicationInput;
955
- }>;
956
-
957
-
958
- export type SaveApplicationMutation = { saveApplication: { id: string, label: any, type: ApplicationType, description?: any | null, endpoint?: string | null, url?: string | null, color?: string | null, module?: string | null, settings?: any | null, icon?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null, permissions: { access_application: boolean, admin_application: boolean } } };
959
-
960
- export type CheckAttributeExistenceQueryVariables = Exact<{
961
- id: Scalars['ID'];
962
- }>;
963
-
964
-
965
- export type CheckAttributeExistenceQuery = { attributes?: { totalCount: number } | null };
966
-
967
- export type DeleteAttributeMutationVariables = Exact<{
968
- id?: InputMaybe<Scalars['ID']>;
969
- }>;
970
-
971
-
972
- export type DeleteAttributeMutation = { deleteAttribute: { id: string } };
973
-
974
- export type GetAttributeByIdQueryVariables = Exact<{
975
- id?: InputMaybe<Scalars['ID']>;
976
- }>;
977
-
978
-
979
- export type GetAttributeByIdQuery = { attributes?: { list: Array<{ reverse_link?: string | null, id: string, type: AttributeType, format?: AttributeFormat | null, system: boolean, readonly: boolean, label?: any | null, description?: any | null, multiple_values: boolean, linked_library?: { id: string, label?: any | null } | null, metadata_fields?: Array<{ id: string, label?: any | null, type: AttributeType, format?: AttributeFormat | null }> | null, versions_conf?: { versionable: boolean, mode?: ValueVersionMode | null, profile?: { id: string, label: any, trees: Array<{ id: string, label?: any | null }> } | null } | null, libraries?: Array<{ id: string, label?: any | null }> | null } | { unique?: boolean | null, id: string, type: AttributeType, format?: AttributeFormat | null, system: boolean, readonly: boolean, label?: any | null, description?: any | null, multiple_values: boolean, metadata_fields?: Array<{ id: string, label?: any | null, type: AttributeType, format?: AttributeFormat | null }> | null, versions_conf?: { versionable: boolean, mode?: ValueVersionMode | null, profile?: { id: string, label: any, trees: Array<{ id: string, label?: any | null }> } | null } | null, libraries?: Array<{ id: string, label?: any | null }> | null } | { id: string, type: AttributeType, format?: AttributeFormat | null, system: boolean, readonly: boolean, label?: any | null, description?: any | null, multiple_values: boolean, linked_tree?: { id: string, label?: any | null } | null, metadata_fields?: Array<{ id: string, label?: any | null, type: AttributeType, format?: AttributeFormat | null }> | null, versions_conf?: { versionable: boolean, mode?: ValueVersionMode | null, profile?: { id: string, label: any, trees: Array<{ id: string, label?: any | null }> } | null } | null, libraries?: Array<{ id: string, label?: any | null }> | null }> } | null };
980
-
981
- export type GetAttributesByLibQueryVariables = Exact<{
982
- library: Scalars['String'];
983
- }>;
984
-
985
-
986
- export type GetAttributesByLibQuery = { attributes?: { list: Array<{ id: string, type: AttributeType, format?: AttributeFormat | null, label?: any | null, multiple_values: boolean, system: boolean, readonly: boolean, linked_library?: { id: string } | null } | { id: string, type: AttributeType, format?: AttributeFormat | null, label?: any | null, multiple_values: boolean, system: boolean, readonly: boolean, embedded_fields?: Array<{ id: string, format?: AttributeFormat | null, label?: any | null } | null> | null } | { id: string, type: AttributeType, format?: AttributeFormat | null, label?: any | null, multiple_values: boolean, system: boolean, readonly: boolean, linked_tree?: { id: string, label?: any | null, libraries: Array<{ library: { id: string, label?: any | null } }> } | null }> } | null };
987
-
988
- export type GetAttributesQueryVariables = Exact<{
989
- pagination?: InputMaybe<Pagination>;
990
- sort?: InputMaybe<SortAttributes>;
991
- filters?: InputMaybe<AttributesFiltersInput>;
992
- }>;
993
-
994
-
995
- export type GetAttributesQuery = { attributes?: { totalCount: number, list: Array<{ id: string, label?: any | null, type: AttributeType, format?: AttributeFormat | null, system: boolean }> } | null };
996
-
997
- export type GetVersionProfilesQueryVariables = Exact<{
998
- filters?: InputMaybe<VersionProfilesFiltersInput>;
999
- sort?: InputMaybe<SortVersionProfilesInput>;
1000
- }>;
1001
-
1002
-
1003
- export type GetVersionProfilesQuery = { versionProfiles: { list: Array<{ id: string, label: any }> } };
1004
-
1005
- export type GetVersionableAttributesByLibraryQueryVariables = Exact<{
1006
- libraryId: Scalars['String'];
1007
- }>;
1008
-
1009
-
1010
- export type GetVersionableAttributesByLibraryQuery = { attributes?: { list: Array<{ id: string, versions_conf?: { versionable: boolean, profile?: { id: string, trees: Array<{ id: string, label?: any | null }> } | null } | null }> } | null };
1011
-
1012
- export type SaveAttributeMutationVariables = Exact<{
1013
- attribute: AttributeInput;
1014
- }>;
1015
-
1016
-
1017
- export type SaveAttributeMutation = { saveAttribute: { reverse_link?: string | null, id: string, type: AttributeType, format?: AttributeFormat | null, system: boolean, readonly: boolean, label?: any | null, description?: any | null, multiple_values: boolean, linked_library?: { id: string, label?: any | null } | null, metadata_fields?: Array<{ id: string, label?: any | null, type: AttributeType, format?: AttributeFormat | null }> | null, versions_conf?: { versionable: boolean, mode?: ValueVersionMode | null, profile?: { id: string, label: any, trees: Array<{ id: string, label?: any | null }> } | null } | null, libraries?: Array<{ id: string, label?: any | null }> | null } | { unique?: boolean | null, id: string, type: AttributeType, format?: AttributeFormat | null, system: boolean, readonly: boolean, label?: any | null, description?: any | null, multiple_values: boolean, metadata_fields?: Array<{ id: string, label?: any | null, type: AttributeType, format?: AttributeFormat | null }> | null, versions_conf?: { versionable: boolean, mode?: ValueVersionMode | null, profile?: { id: string, label: any, trees: Array<{ id: string, label?: any | null }> } | null } | null, libraries?: Array<{ id: string, label?: any | null }> | null } | { id: string, type: AttributeType, format?: AttributeFormat | null, system: boolean, readonly: boolean, label?: any | null, description?: any | null, multiple_values: boolean, linked_tree?: { id: string, label?: any | null } | null, metadata_fields?: Array<{ id: string, label?: any | null, type: AttributeType, format?: AttributeFormat | null }> | null, versions_conf?: { versionable: boolean, mode?: ValueVersionMode | null, profile?: { id: string, label: any, trees: Array<{ id: string, label?: any | null }> } | null } | null, libraries?: Array<{ id: string, label?: any | null }> | null } };
1018
-
1019
- export type CreateDirectoryMutationVariables = Exact<{
1020
- library: Scalars['String'];
1021
- nodeId: Scalars['String'];
1022
- name: Scalars['String'];
1023
- }>;
1024
-
1025
-
1026
- export type CreateDirectoryMutation = { createDirectory: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } };
1027
-
1028
- export type ForcePreviewsGenerationMutationVariables = Exact<{
1029
- libraryId: Scalars['ID'];
1030
- filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
1031
- recordIds?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
1032
- failedOnly?: InputMaybe<Scalars['Boolean']>;
1033
- previewVersionSizeNames?: InputMaybe<Array<Scalars['String']> | Scalars['String']>;
1034
- }>;
1035
-
1036
-
1037
- export type ForcePreviewsGenerationMutation = { forcePreviewsGeneration: boolean };
1038
-
1039
- export type GetDirectoryDataQueryVariables = Exact<{
1040
- library: Scalars['ID'];
1041
- directoryId: Scalars['String'];
1042
- }>;
1043
-
1044
-
1045
- export type GetDirectoryDataQuery = { records: { list: Array<{ id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } }, created_at?: Array<{ value?: any | null }> | null, created_by?: Array<{ value?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null }> | null, modified_at?: Array<{ value?: any | null }> | null, modified_by?: Array<{ value?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null }> | null, file_name?: Array<{ value?: any | null }> | null, file_path?: Array<{ value?: any | null }> | null, library: { behavior: LibraryBehavior } }> } };
1046
-
1047
- export type UploadUpdateSubscriptionVariables = Exact<{
1048
- filters?: InputMaybe<UploadFiltersInput>;
1049
- }>;
1050
-
1051
-
1052
- export type UploadUpdateSubscription = { upload: { userId: string, uid: string, progress: { length?: number | null, transferred?: number | null, speed?: number | null, runtime?: number | null, remaining?: number | null, percentage?: number | null, eta?: number | null, delta?: number | null } } };
1053
-
1054
- export type UploadMutationVariables = Exact<{
1055
- library: Scalars['String'];
1056
- nodeId: Scalars['String'];
1057
- files: Array<FileInput> | FileInput;
1058
- }>;
1059
-
1060
-
1061
- export type UploadMutation = { upload: Array<{ uid: string, record: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } }> };
1062
-
1063
- export type ImportExcelMutationVariables = Exact<{
1064
- file: Scalars['Upload'];
1065
- sheets?: InputMaybe<Array<InputMaybe<SheetInput>> | InputMaybe<SheetInput>>;
1066
- startAt?: InputMaybe<Scalars['Int']>;
1067
- }>;
1068
-
1069
-
1070
- export type ImportExcelMutation = { importExcel: string };
1071
-
1072
- export type CheckLibraryExistenceQueryVariables = Exact<{
1073
- id?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
1074
- }>;
1075
-
1076
-
1077
- export type CheckLibraryExistenceQuery = { libraries?: { totalCount: number } | null };
1078
-
1079
- export type DeleteLibraryMutationVariables = Exact<{
1080
- id?: InputMaybe<Scalars['ID']>;
1081
- }>;
1082
-
1083
-
1084
- export type DeleteLibraryMutation = { deleteLibrary: { id: string } };
1085
-
1086
- export type GetLibrariesQueryVariables = Exact<{ [key: string]: never; }>;
1087
-
1088
-
1089
- export type GetLibrariesQuery = { libraries?: { list: Array<{ id: string, label?: any | null, icon?: { id: string, whoAmI: { id: string, preview?: IPreviewScalar | null, library: { id: string } } } | null }> } | null };
1090
-
1091
- export type GetLibraryByIdQueryVariables = Exact<{
1092
- id?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
1093
- }>;
1094
-
1095
-
1096
- export type GetLibraryByIdQuery = { libraries?: { list: Array<{ id: string, label?: any | null, behavior: LibraryBehavior, system?: boolean | null, fullTextAttributes?: Array<{ id: string, label?: any | null }> | null, attributes?: Array<{ id: string, label?: any | null, system: boolean, type: AttributeType, format?: AttributeFormat | null, linked_library?: { id: string, behavior: LibraryBehavior } | null } | { id: string, label?: any | null, system: boolean, type: AttributeType, format?: AttributeFormat | null }> | null, permissions_conf?: { relation: PermissionsRelation, permissionTreeAttributes: Array<{ id: string, label?: any | null } | { id: string, label?: any | null, linked_tree?: { id: string } | null }> } | null, recordIdentityConf?: { label?: string | null, subLabel?: string | null, color?: string | null, preview?: string | null, treeColorPreview?: string | null } | null, permissions?: { admin_library: boolean, access_library: boolean, access_record: boolean, create_record: boolean, edit_record: boolean, delete_record: boolean } | null, icon?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null, previewsSettings?: Array<{ label: any, description?: any | null, system: boolean, versions: { background: string, density: number, sizes: Array<{ name: string, size: number }> } }> | null }> } | null };
1097
-
1098
- export type GetLibraryPermissionsQueryVariables = Exact<{
1099
- libraryId?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
1100
- }>;
1101
-
1102
-
1103
- export type GetLibraryPermissionsQuery = { libraries?: { list: Array<{ permissions?: { access_library: boolean, access_record: boolean, create_record: boolean, edit_record: boolean, delete_record: boolean } | null }> } | null };
1104
-
1105
- export type GetLibraryPreviewsSettingsQueryVariables = Exact<{
1106
- id: Scalars['ID'];
1107
- }>;
1108
-
1109
-
1110
- export type GetLibraryPreviewsSettingsQuery = { libraries?: { list: Array<{ id: string, label?: any | null, behavior: LibraryBehavior, previewsSettings?: Array<{ description?: any | null, label: any, system: boolean, versions: { background: string, density: number, sizes: Array<{ name: string, size: number }> } }> | null }> } | null };
1111
-
1112
- export type SaveLibraryMutationVariables = Exact<{
1113
- library: LibraryInput;
1114
- }>;
1115
-
1116
-
1117
- export type SaveLibraryMutation = { saveLibrary: { id: string, label?: any | null, behavior: LibraryBehavior, system?: boolean | null, fullTextAttributes?: Array<{ id: string, label?: any | null }> | null, attributes?: Array<{ id: string, label?: any | null, system: boolean, type: AttributeType, format?: AttributeFormat | null, linked_library?: { id: string, behavior: LibraryBehavior } | null } | { id: string, label?: any | null, system: boolean, type: AttributeType, format?: AttributeFormat | null }> | null, permissions_conf?: { relation: PermissionsRelation, permissionTreeAttributes: Array<{ id: string, label?: any | null } | { id: string, label?: any | null, linked_tree?: { id: string } | null }> } | null, recordIdentityConf?: { label?: string | null, subLabel?: string | null, color?: string | null, preview?: string | null, treeColorPreview?: string | null } | null, permissions?: { admin_library: boolean, access_library: boolean, access_record: boolean, create_record: boolean, edit_record: boolean, delete_record: boolean } | null, icon?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null, previewsSettings?: Array<{ label: any, description?: any | null, system: boolean, versions: { background: string, density: number, sizes: Array<{ name: string, size: number }> } }> | null } };
1118
-
1119
- export type IsAllowedQueryVariables = Exact<{
1120
- type: PermissionTypes;
1121
- actions: Array<PermissionsActions> | PermissionsActions;
1122
- applyTo?: InputMaybe<Scalars['ID']>;
1123
- target?: InputMaybe<PermissionTarget>;
1124
- }>;
1125
-
1126
-
1127
- export type IsAllowedQuery = { isAllowed?: Array<{ name: PermissionsActions, allowed?: boolean | null }> | null };
1128
-
1129
- export type CreateRecordMutationVariables = Exact<{
1130
- library: Scalars['ID'];
1131
- data?: InputMaybe<CreateRecordDataInput>;
1132
- }>;
1133
-
1134
-
1135
- export type CreateRecordMutation = { createRecord: { record?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null, valuesErrors?: Array<{ attributeId: string, id_value?: string | null, input?: string | null, message?: string | null, type: string }> | null } };
1136
-
1137
- export type DeactivateRecordsMutationVariables = Exact<{
1138
- libraryId: Scalars['String'];
1139
- recordsIds?: InputMaybe<Array<Scalars['String']> | Scalars['String']>;
1140
- filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
1141
- }>;
1142
-
1143
-
1144
- export type DeactivateRecordsMutation = { deactivateRecords: Array<{ id: string }> };
1145
-
1146
- export type DoesFileExistAsChildQueryVariables = Exact<{
1147
- parentNode?: InputMaybe<Scalars['ID']>;
1148
- treeId: Scalars['ID'];
1149
- filename: Scalars['String'];
1150
- }>;
1151
-
1152
-
1153
- export type DoesFileExistAsChildQuery = { doesFileExistAsChild?: boolean | null };
1154
-
1155
- export type GetFileDataQueryVariables = Exact<{
1156
- library: Scalars['ID'];
1157
- fileId: Scalars['String'];
1158
- previewsStatusAttribute: Scalars['ID'];
1159
- }>;
1160
-
1161
-
1162
- export type GetFileDataQuery = { records: { list: Array<{ id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } }, created_at?: Array<{ value?: any | null }> | null, created_by?: Array<{ value?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null }> | null, modified_at?: Array<{ value?: any | null }> | null, modified_by?: Array<{ value?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null }> | null, file_name?: Array<{ value?: any | null }> | null, file_path?: Array<{ value?: any | null }> | null, previews_status?: Array<{ value?: any | null }> | null, library: { behavior: LibraryBehavior } }> } };
1163
-
1164
- export type RecordFormQueryVariables = Exact<{
1165
- libraryId: Scalars['String'];
1166
- formId: Scalars['String'];
1167
- recordId?: InputMaybe<Scalars['String']>;
1168
- version?: InputMaybe<Array<ValueVersionInput> | ValueVersionInput>;
1169
- }>;
1170
-
1171
-
1172
- export type RecordFormQuery = { recordForm?: { id: string, recordId?: string | null, library: { id: string }, dependencyAttributes?: Array<{ id: string }> | null, elements: Array<{ id: string, containerId: string, uiElementType: string, type: FormElementTypes, valueError?: string | null, values?: Array<{ id_value?: string | null, modified_at?: number | null, created_at?: number | null, linkValue?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null, modified_by?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null, created_by?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null, version?: Array<{ treeId: string, treeNode?: { id: string, record: { id: string, whoAmI: { id: string, label?: string | null, library: { id: string } } } } | null } | null> | null, attribute?: { id: string, format?: AttributeFormat | null, type: AttributeType, system: boolean } | null, metadata?: Array<{ name: string, value?: { id_value?: string | null, modified_at?: number | null, created_at?: number | null, value?: any | null, raw_value?: any | null, modified_by?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null, created_by?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null, version?: Array<{ treeId: string, treeNode?: { id: string, record: { id: string, whoAmI: { id: string, label?: string | null, library: { id: string } } } } | null } | null> | null } | null } | null> | null } | { id_value?: string | null, modified_at?: number | null, created_at?: number | null, treeValue?: { id: string, record: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } }, ancestors?: Array<{ record: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } }> | null } | null, modified_by?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null, created_by?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null, version?: Array<{ treeId: string, treeNode?: { id: string, record: { id: string, whoAmI: { id: string, label?: string | null, library: { id: string } } } } | null } | null> | null, attribute?: { id: string, format?: AttributeFormat | null, type: AttributeType, system: boolean } | null, metadata?: Array<{ name: string, value?: { id_value?: string | null, modified_at?: number | null, created_at?: number | null, value?: any | null, raw_value?: any | null, modified_by?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null, created_by?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null, version?: Array<{ treeId: string, treeNode?: { id: string, record: { id: string, whoAmI: { id: string, label?: string | null, library: { id: string } } } } | null } | null> | null } | null } | null> | null } | { value?: any | null, raw_value?: any | null, id_value?: string | null, modified_at?: number | null, created_at?: number | null, modified_by?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null, created_by?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null, version?: Array<{ treeId: string, treeNode?: { id: string, record: { id: string, whoAmI: { id: string, label?: string | null, library: { id: string } } } } | null } | null> | null, attribute?: { id: string, format?: AttributeFormat | null, type: AttributeType, system: boolean } | null, metadata?: Array<{ name: string, value?: { id_value?: string | null, modified_at?: number | null, created_at?: number | null, value?: any | null, raw_value?: any | null, modified_by?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null, created_by?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null, version?: Array<{ treeId: string, treeNode?: { id: string, record: { id: string, whoAmI: { id: string, label?: string | null, library: { id: string } } } } | null } | null> | null } | null } | null> | null }> | null, attribute?: { id: string, label?: any | null, description?: any | null, type: AttributeType, format?: AttributeFormat | null, system: boolean, readonly: boolean, multiple_values: boolean, linked_library?: { id: string, label?: any | null, behavior: LibraryBehavior, permissions?: { create_record: boolean } | null } | null, linkValuesList?: { enable: boolean, allowFreeEntry?: boolean | null, values?: Array<{ id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } }> | null } | null, permissions: { access_attribute: boolean, edit_value: boolean }, versions_conf?: { versionable: boolean, profile?: { id: string, trees: Array<{ id: string, label?: any | null }> } | null } | null, metadata_fields?: Array<{ id: string, label?: any | null, description?: any | null, type: AttributeType, format?: AttributeFormat | null, system: boolean, readonly: boolean, multiple_values: boolean, permissions: { access_attribute: boolean, edit_value: boolean }, values_list?: { enable: boolean, allowFreeEntry?: boolean | null, dateRangeValues?: Array<{ from?: string | null, to?: string | null }> | null } | { enable: boolean, allowFreeEntry?: boolean | null, values?: Array<string> | null } | null, metadata_fields?: Array<{ id: string }> | null }> | null } | { id: string, label?: any | null, description?: any | null, type: AttributeType, format?: AttributeFormat | null, system: boolean, readonly: boolean, multiple_values: boolean, values_list?: { enable: boolean, allowFreeEntry?: boolean | null, dateRangeValues?: Array<{ from?: string | null, to?: string | null }> | null } | { enable: boolean, allowFreeEntry?: boolean | null, values?: Array<string> | null } | null, permissions: { access_attribute: boolean, edit_value: boolean }, versions_conf?: { versionable: boolean, profile?: { id: string, trees: Array<{ id: string, label?: any | null }> } | null } | null, metadata_fields?: Array<{ id: string, label?: any | null, description?: any | null, type: AttributeType, format?: AttributeFormat | null, system: boolean, readonly: boolean, multiple_values: boolean, permissions: { access_attribute: boolean, edit_value: boolean }, values_list?: { enable: boolean, allowFreeEntry?: boolean | null, dateRangeValues?: Array<{ from?: string | null, to?: string | null }> | null } | { enable: boolean, allowFreeEntry?: boolean | null, values?: Array<string> | null } | null, metadata_fields?: Array<{ id: string }> | null }> | null } | { id: string, label?: any | null, description?: any | null, type: AttributeType, format?: AttributeFormat | null, system: boolean, readonly: boolean, multiple_values: boolean, linked_tree?: { id: string, label?: any | null } | null, treeValuesList?: { enable: boolean, allowFreeEntry?: boolean | null, values?: Array<{ id: string, record: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } }, ancestors?: Array<{ record: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } }> | null }> | null } | null, permissions: { access_attribute: boolean, edit_value: boolean }, versions_conf?: { versionable: boolean, profile?: { id: string, trees: Array<{ id: string, label?: any | null }> } | null } | null, metadata_fields?: Array<{ id: string, label?: any | null, description?: any | null, type: AttributeType, format?: AttributeFormat | null, system: boolean, readonly: boolean, multiple_values: boolean, permissions: { access_attribute: boolean, edit_value: boolean }, values_list?: { enable: boolean, allowFreeEntry?: boolean | null, dateRangeValues?: Array<{ from?: string | null, to?: string | null }> | null } | { enable: boolean, allowFreeEntry?: boolean | null, values?: Array<string> | null } | null, metadata_fields?: Array<{ id: string }> | null }> | null } | null, settings: Array<{ key: string, value: any }> }> } | null };
1173
-
1174
- export type RecordUpdateSubscriptionVariables = Exact<{
1175
- filters?: InputMaybe<RecordUpdateFilterInput>;
1176
- }>;
1177
-
1178
-
1179
- export type RecordUpdateSubscription = { recordUpdate: { record: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } }, modified_by?: Array<{ value?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null }> | null }, updatedValues: Array<{ attribute: string, value: { id_value?: string | null, modified_at?: number | null, created_at?: number | null, linkValue?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null, modified_by?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null, created_by?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null, version?: Array<{ treeId: string, treeNode?: { id: string, record: { id: string, whoAmI: { id: string, label?: string | null, library: { id: string } } } } | null } | null> | null, attribute?: { id: string, format?: AttributeFormat | null, type: AttributeType, system: boolean } | null, metadata?: Array<{ name: string, value?: { id_value?: string | null, modified_at?: number | null, created_at?: number | null, value?: any | null, raw_value?: any | null, modified_by?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null, created_by?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null, version?: Array<{ treeId: string, treeNode?: { id: string, record: { id: string, whoAmI: { id: string, label?: string | null, library: { id: string } } } } | null } | null> | null } | null } | null> | null } | { id_value?: string | null, modified_at?: number | null, created_at?: number | null, treeValue?: { id: string, record: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } }, ancestors?: Array<{ record: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } }> | null } | null, modified_by?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null, created_by?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null, version?: Array<{ treeId: string, treeNode?: { id: string, record: { id: string, whoAmI: { id: string, label?: string | null, library: { id: string } } } } | null } | null> | null, attribute?: { id: string, format?: AttributeFormat | null, type: AttributeType, system: boolean } | null, metadata?: Array<{ name: string, value?: { id_value?: string | null, modified_at?: number | null, created_at?: number | null, value?: any | null, raw_value?: any | null, modified_by?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null, created_by?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null, version?: Array<{ treeId: string, treeNode?: { id: string, record: { id: string, whoAmI: { id: string, label?: string | null, library: { id: string } } } } | null } | null> | null } | null } | null> | null } | { value?: any | null, raw_value?: any | null, id_value?: string | null, modified_at?: number | null, created_at?: number | null, modified_by?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null, created_by?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null, version?: Array<{ treeId: string, treeNode?: { id: string, record: { id: string, whoAmI: { id: string, label?: string | null, library: { id: string } } } } | null } | null> | null, attribute?: { id: string, format?: AttributeFormat | null, type: AttributeType, system: boolean } | null, metadata?: Array<{ name: string, value?: { id_value?: string | null, modified_at?: number | null, created_at?: number | null, value?: any | null, raw_value?: any | null, modified_by?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null, created_by?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null, version?: Array<{ treeId: string, treeNode?: { id: string, record: { id: string, whoAmI: { id: string, label?: string | null, library: { id: string } } } } | null } | null> | null } | null } | null> | null } }> } };
1180
-
1181
- export type IndexRecordsMutationVariables = Exact<{
1182
- libraryId: Scalars['String'];
1183
- records?: InputMaybe<Array<Scalars['String']> | Scalars['String']>;
1184
- }>;
1185
-
1186
-
1187
- export type IndexRecordsMutation = { indexRecords: boolean };
1188
-
1189
- export type CancelTaskMutationVariables = Exact<{
1190
- taskId: Scalars['ID'];
1191
- }>;
1192
-
1193
-
1194
- export type CancelTaskMutation = { cancelTask: boolean };
1195
-
1196
- export type CheckTreeExistenceQueryVariables = Exact<{
1197
- id?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
1198
- }>;
1199
-
1200
-
1201
- export type CheckTreeExistenceQuery = { trees?: { totalCount: number } | null };
1202
-
1203
- export type DeleteTreeMutationVariables = Exact<{
1204
- id: Scalars['ID'];
1205
- }>;
1206
-
1207
-
1208
- export type DeleteTreeMutation = { deleteTree: { id: string } };
1209
-
1210
- export type GetTreeByIdQueryVariables = Exact<{
1211
- id?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
1212
- }>;
1213
-
1214
-
1215
- export type GetTreeByIdQuery = { trees?: { list: Array<{ id: string, label?: any | null, behavior: TreeBehavior, system: boolean, libraries: Array<{ library: { id: string, label?: any | null }, settings: { allowMultiplePositions: boolean, allowedAtRoot: boolean, allowedChildren: Array<string> } }> }> } | null };
1216
-
1217
- export type GetTreeLibrariesQueryVariables = Exact<{
1218
- treeId?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
1219
- library?: InputMaybe<Scalars['String']>;
1220
- }>;
1221
-
1222
-
1223
- export type GetTreeLibrariesQuery = { trees?: { totalCount: number, list: Array<{ id: string, behavior: TreeBehavior, system: boolean, libraries: Array<{ library: { id: string, label?: any | null, behavior: LibraryBehavior, system?: boolean | null }, settings: { allowMultiplePositions: boolean, allowedChildren: Array<string>, allowedAtRoot: boolean } }> }> } | null };
1224
-
1225
- export type GetTreesQueryVariables = Exact<{ [key: string]: never; }>;
1226
-
1227
-
1228
- export type GetTreesQuery = { trees?: { list: Array<{ id: string, label?: any | null }> } | null };
1229
-
1230
- export type SaveTreeMutationVariables = Exact<{
1231
- tree: TreeInput;
1232
- }>;
1233
-
1234
-
1235
- export type SaveTreeMutation = { saveTree: { id: string, label?: any | null, behavior: TreeBehavior, system: boolean, libraries: Array<{ library: { id: string, label?: any | null }, settings: { allowMultiplePositions: boolean, allowedAtRoot: boolean, allowedChildren: Array<string> } }> } };
1236
-
1237
- export type TreeNodeChildrenQueryVariables = Exact<{
1238
- treeId: Scalars['ID'];
1239
- node?: InputMaybe<Scalars['ID']>;
1240
- pagination?: InputMaybe<Pagination>;
1241
- }>;
1242
-
1243
-
1244
- export type TreeNodeChildrenQuery = { treeNodeChildren: { totalCount?: number | null, list: Array<{ id: string, order?: number | null, childrenCount?: number | null, record: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } }, active?: Array<{ value?: any | null }> | null }, ancestors?: Array<{ id: string, record: { id: string, library: { id: string, label?: any | null }, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } }> | null, permissions: { access_tree: boolean, detach: boolean, edit_children: boolean } }> } };
1245
-
1246
- export type GetUserDataQueryVariables = Exact<{
1247
- keys: Array<Scalars['String']> | Scalars['String'];
1248
- global?: InputMaybe<Scalars['Boolean']>;
1249
- }>;
1250
-
1251
-
1252
- export type GetUserDataQuery = { userData: { global: boolean, data?: any | null } };
1253
-
1254
- export type SaveUserDataMutationVariables = Exact<{
1255
- key: Scalars['String'];
1256
- value?: InputMaybe<Scalars['Any']>;
1257
- global: Scalars['Boolean'];
1258
- }>;
1259
-
1260
-
1261
- export type SaveUserDataMutation = { saveUserData: { global: boolean, data?: any | null } };
1262
-
1263
- export type DeleteValueMutationVariables = Exact<{
1264
- library: Scalars['ID'];
1265
- recordId: Scalars['ID'];
1266
- attribute: Scalars['ID'];
1267
- value?: InputMaybe<ValueInput>;
1268
- }>;
1269
-
1270
-
1271
- export type DeleteValueMutation = { deleteValue: { id_value?: string | null, modified_at?: number | null, created_at?: number | null, linkValue?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null, modified_by?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null, created_by?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null, version?: Array<{ treeId: string, treeNode?: { id: string, record: { id: string, whoAmI: { id: string, label?: string | null, library: { id: string } } } } | null } | null> | null, attribute?: { id: string, format?: AttributeFormat | null, type: AttributeType, system: boolean } | null, metadata?: Array<{ name: string, value?: { id_value?: string | null, modified_at?: number | null, created_at?: number | null, value?: any | null, raw_value?: any | null, modified_by?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null, created_by?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null, version?: Array<{ treeId: string, treeNode?: { id: string, record: { id: string, whoAmI: { id: string, label?: string | null, library: { id: string } } } } | null } | null> | null } | null } | null> | null } | { id_value?: string | null, modified_at?: number | null, created_at?: number | null, treeValue?: { id: string, record: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } }, ancestors?: Array<{ record: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } }> | null } | null, modified_by?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null, created_by?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null, version?: Array<{ treeId: string, treeNode?: { id: string, record: { id: string, whoAmI: { id: string, label?: string | null, library: { id: string } } } } | null } | null> | null, attribute?: { id: string, format?: AttributeFormat | null, type: AttributeType, system: boolean } | null, metadata?: Array<{ name: string, value?: { id_value?: string | null, modified_at?: number | null, created_at?: number | null, value?: any | null, raw_value?: any | null, modified_by?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null, created_by?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null, version?: Array<{ treeId: string, treeNode?: { id: string, record: { id: string, whoAmI: { id: string, label?: string | null, library: { id: string } } } } | null } | null> | null } | null } | null> | null } | { value?: any | null, raw_value?: any | null, id_value?: string | null, modified_at?: number | null, created_at?: number | null, modified_by?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null, created_by?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null, version?: Array<{ treeId: string, treeNode?: { id: string, record: { id: string, whoAmI: { id: string, label?: string | null, library: { id: string } } } } | null } | null> | null, attribute?: { id: string, format?: AttributeFormat | null, type: AttributeType, system: boolean } | null, metadata?: Array<{ name: string, value?: { id_value?: string | null, modified_at?: number | null, created_at?: number | null, value?: any | null, raw_value?: any | null, modified_by?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null, created_by?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null, version?: Array<{ treeId: string, treeNode?: { id: string, record: { id: string, whoAmI: { id: string, label?: string | null, library: { id: string } } } } | null } | null> | null } | null } | null> | null } };
1272
-
1273
- export type SaveValueBatchMutationVariables = Exact<{
1274
- library: Scalars['ID'];
1275
- recordId: Scalars['ID'];
1276
- version?: InputMaybe<Array<ValueVersionInput> | ValueVersionInput>;
1277
- values: Array<ValueBatchInput> | ValueBatchInput;
1278
- deleteEmpty?: InputMaybe<Scalars['Boolean']>;
1279
- }>;
1280
-
1281
-
1282
- export type SaveValueBatchMutation = { saveValueBatch: { values?: Array<{ id_value?: string | null, modified_at?: number | null, created_at?: number | null, linkValue?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null, modified_by?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null, created_by?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null, version?: Array<{ treeId: string, treeNode?: { id: string, record: { id: string, whoAmI: { id: string, label?: string | null, library: { id: string } } } } | null } | null> | null, attribute?: { id: string, format?: AttributeFormat | null, type: AttributeType, system: boolean } | null, metadata?: Array<{ name: string, value?: { id_value?: string | null, modified_at?: number | null, created_at?: number | null, value?: any | null, raw_value?: any | null, modified_by?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null, created_by?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null, version?: Array<{ treeId: string, treeNode?: { id: string, record: { id: string, whoAmI: { id: string, label?: string | null, library: { id: string } } } } | null } | null> | null } | null } | null> | null } | { id_value?: string | null, modified_at?: number | null, created_at?: number | null, treeValue?: { id: string, record: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } }, ancestors?: Array<{ record: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } }> | null } | null, modified_by?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null, created_by?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null, version?: Array<{ treeId: string, treeNode?: { id: string, record: { id: string, whoAmI: { id: string, label?: string | null, library: { id: string } } } } | null } | null> | null, attribute?: { id: string, format?: AttributeFormat | null, type: AttributeType, system: boolean } | null, metadata?: Array<{ name: string, value?: { id_value?: string | null, modified_at?: number | null, created_at?: number | null, value?: any | null, raw_value?: any | null, modified_by?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null, created_by?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null, version?: Array<{ treeId: string, treeNode?: { id: string, record: { id: string, whoAmI: { id: string, label?: string | null, library: { id: string } } } } | null } | null> | null } | null } | null> | null } | { value?: any | null, raw_value?: any | null, id_value?: string | null, modified_at?: number | null, created_at?: number | null, modified_by?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null, created_by?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null, version?: Array<{ treeId: string, treeNode?: { id: string, record: { id: string, whoAmI: { id: string, label?: string | null, library: { id: string } } } } | null } | null> | null, attribute?: { id: string, format?: AttributeFormat | null, type: AttributeType, system: boolean } | null, metadata?: Array<{ name: string, value?: { id_value?: string | null, modified_at?: number | null, created_at?: number | null, value?: any | null, raw_value?: any | null, modified_by?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null, created_by?: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } | null, version?: Array<{ treeId: string, treeNode?: { id: string, record: { id: string, whoAmI: { id: string, label?: string | null, library: { id: string } } } } | null } | null> | null } | null } | null> | null }> | null, errors?: Array<{ type: string, attribute: string, input?: string | null, message: string }> | null } };
1283
-
1284
- export type DeleteViewMutationVariables = Exact<{
1285
- viewId: Scalars['String'];
1286
- }>;
1287
-
1288
-
1289
- export type DeleteViewMutation = { deleteView: { id: string, library: string } };
1290
-
1291
- export type GetViewQueryVariables = Exact<{
1292
- viewId: Scalars['String'];
1293
- }>;
1294
-
1295
-
1296
- export type GetViewQuery = { view: { id: string, shared: boolean, label: any, description?: any | null, color?: string | null, display: { size: ViewSizes, type: ViewTypes }, created_by: { id: string, whoAmI: { id: string, label?: string | null, library: { id: string } } }, filters?: Array<{ field?: string | null, value?: string | null, condition?: RecordFilterCondition | null, operator?: RecordFilterOperator | null, tree?: { id: string, label?: any | null } | null }> | null, sort?: { field: string, order: SortOrder } | null, valuesVersions?: Array<{ treeId: string, treeNode: { id: string, record: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } } }> | null, settings?: Array<{ name: string, value?: any | null }> | null } };
1297
-
1298
- export type GetViewsListQueryVariables = Exact<{
1299
- libraryId: Scalars['String'];
1300
- }>;
1301
-
1302
-
1303
- export type GetViewsListQuery = { views: { totalCount: number, list: Array<{ id: string, shared: boolean, label: any, description?: any | null, color?: string | null, display: { size: ViewSizes, type: ViewTypes }, created_by: { id: string, whoAmI: { id: string, label?: string | null, library: { id: string } } }, filters?: Array<{ field?: string | null, value?: string | null, condition?: RecordFilterCondition | null, operator?: RecordFilterOperator | null, tree?: { id: string, label?: any | null } | null }> | null, sort?: { field: string, order: SortOrder } | null, valuesVersions?: Array<{ treeId: string, treeNode: { id: string, record: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } } }> | null, settings?: Array<{ name: string, value?: any | null }> | null }> } };
1304
-
1305
- export type AddViewMutationVariables = Exact<{
1306
- view: ViewInput;
1307
- }>;
1308
-
1309
-
1310
- export type AddViewMutation = { saveView: { id: string, shared: boolean, label: any, description?: any | null, color?: string | null, display: { size: ViewSizes, type: ViewTypes }, created_by: { id: string, whoAmI: { id: string, label?: string | null, library: { id: string } } }, filters?: Array<{ field?: string | null, value?: string | null, condition?: RecordFilterCondition | null, operator?: RecordFilterOperator | null, tree?: { id: string, label?: any | null } | null }> | null, sort?: { field: string, order: SortOrder } | null, valuesVersions?: Array<{ treeId: string, treeNode: { id: string, record: { id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } } } }> | null, settings?: Array<{ name: string, value?: any | null }> | null } };
1311
-
1312
- export const RecordIdentityFragmentDoc = gql`
1313
- fragment RecordIdentity on Record {
1314
- id
1315
- whoAmI {
1316
- id
1317
- label
1318
- subLabel
1319
- color
1320
- library {
1321
- id
1322
- label
1323
- }
1324
- preview
1325
- }
1326
- }
1327
- `;
1328
- export const DetailsApplicationFragmentDoc = gql`
1329
- fragment DetailsApplication on Application {
1330
- id
1331
- label
1332
- type
1333
- description
1334
- endpoint
1335
- url
1336
- color
1337
- icon {
1338
- ...RecordIdentity
1339
- }
1340
- module
1341
- permissions {
1342
- access_application
1343
- admin_application
1344
- }
1345
- settings
1346
- }
1347
- ${RecordIdentityFragmentDoc}`;
1348
- export const AttributeDetailsFragmentDoc = gql`
1349
- fragment AttributeDetails on Attribute {
1350
- id
1351
- type
1352
- format
1353
- system
1354
- readonly
1355
- label
1356
- description
1357
- multiple_values
1358
- metadata_fields {
1359
- id
1360
- label
1361
- type
1362
- format
1363
- }
1364
- versions_conf {
1365
- versionable
1366
- mode
1367
- profile {
1368
- id
1369
- label
1370
- trees {
1371
- id
1372
- label
1373
- }
1374
- }
1375
- }
1376
- libraries {
1377
- id
1378
- label
1379
- }
1380
- ... on StandardAttribute {
1381
- unique
1382
- }
1383
- ... on LinkAttribute {
1384
- linked_library {
1385
- id
1386
- label
1387
- }
1388
- reverse_link
1389
- }
1390
- ... on TreeAttribute {
1391
- linked_tree {
1392
- id
1393
- label
1394
- }
1395
- }
1396
- }
1397
- `;
1398
- export const AttributesByLibAttributeFragmentDoc = gql`
1399
- fragment AttributesByLibAttribute on Attribute {
1400
- id
1401
- type
1402
- format
1403
- label
1404
- multiple_values
1405
- system
1406
- readonly
1407
- ... on LinkAttribute {
1408
- linked_library {
1409
- id
1410
- }
1411
- }
1412
- ... on TreeAttribute {
1413
- linked_tree {
1414
- id
1415
- label
1416
- libraries {
1417
- library {
1418
- id
1419
- label
1420
- }
1421
- }
1422
- }
1423
- }
1424
- ... on StandardAttribute {
1425
- embedded_fields {
1426
- id
1427
- format
1428
- label
1429
- }
1430
- }
1431
- }
1432
- `;
1433
- export const LibraryLightFragmentDoc = gql`
1434
- fragment LibraryLight on Library {
1435
- id
1436
- label
1437
- icon {
1438
- id
1439
- whoAmI {
1440
- id
1441
- library {
1442
- id
1443
- }
1444
- preview
1445
- }
1446
- }
1447
- }
1448
- `;
1449
- export const LibraryLinkAttributeDetailsFragmentDoc = gql`
1450
- fragment LibraryLinkAttributeDetails on LinkAttribute {
1451
- linked_library {
1452
- id
1453
- behavior
1454
- }
1455
- }
1456
- `;
1457
- export const LibraryAttributesFragmentDoc = gql`
1458
- fragment LibraryAttributes on Attribute {
1459
- id
1460
- label
1461
- system
1462
- type
1463
- format
1464
- ...LibraryLinkAttributeDetails
1465
- }
1466
- ${LibraryLinkAttributeDetailsFragmentDoc}`;
1467
- export const LibraryPreviewsSettingsFragmentDoc = gql`
1468
- fragment LibraryPreviewsSettings on LibraryPreviewsSettings {
1469
- label
1470
- description
1471
- system
1472
- versions {
1473
- background
1474
- density
1475
- sizes {
1476
- name
1477
- size
1478
- }
1479
- }
1480
- }
1481
- `;
1482
- export const LibraryDetailsFragmentDoc = gql`
1483
- fragment LibraryDetails on Library {
1484
- id
1485
- label
1486
- behavior
1487
- system
1488
- label
1489
- fullTextAttributes {
1490
- id
1491
- label
1492
- }
1493
- attributes {
1494
- ...LibraryAttributes
1495
- }
1496
- permissions_conf {
1497
- permissionTreeAttributes {
1498
- id
1499
- ... on TreeAttribute {
1500
- linked_tree {
1501
- id
1502
- }
1503
- }
1504
- label
1505
- }
1506
- relation
1507
- }
1508
- recordIdentityConf {
1509
- label
1510
- subLabel
1511
- color
1512
- preview
1513
- treeColorPreview
1514
- }
1515
- permissions {
1516
- admin_library
1517
- access_library
1518
- access_record
1519
- create_record
1520
- edit_record
1521
- delete_record
1522
- }
1523
- icon {
1524
- ...RecordIdentity
1525
- }
1526
- previewsSettings {
1527
- ...LibraryPreviewsSettings
1528
- }
1529
- }
1530
- ${LibraryAttributesFragmentDoc}
1531
- ${RecordIdentityFragmentDoc}
1532
- ${LibraryPreviewsSettingsFragmentDoc}`;
1533
- export const ValuesVersionDetailsFragmentDoc = gql`
1534
- fragment ValuesVersionDetails on ValueVersion {
1535
- treeId
1536
- treeNode {
1537
- id
1538
- record {
1539
- id
1540
- whoAmI {
1541
- id
1542
- label
1543
- library {
1544
- id
1545
- }
1546
- }
1547
- }
1548
- }
1549
- }
1550
- `;
1551
- export const ValueDetailsFragmentDoc = gql`
1552
- fragment ValueDetails on GenericValue {
1553
- id_value
1554
- modified_at
1555
- modified_by {
1556
- ...RecordIdentity
1557
- }
1558
- created_at
1559
- created_by {
1560
- ...RecordIdentity
1561
- }
1562
- version {
1563
- ...ValuesVersionDetails
1564
- }
1565
- attribute {
1566
- id
1567
- format
1568
- type
1569
- system
1570
- }
1571
- metadata {
1572
- name
1573
- value {
1574
- id_value
1575
- modified_at
1576
- modified_by {
1577
- ...RecordIdentity
1578
- }
1579
- created_at
1580
- created_by {
1581
- ...RecordIdentity
1582
- }
1583
- version {
1584
- ...ValuesVersionDetails
1585
- }
1586
- value
1587
- raw_value
1588
- }
1589
- }
1590
- ... on Value {
1591
- value
1592
- raw_value
1593
- }
1594
- ... on LinkValue {
1595
- linkValue: value {
1596
- ...RecordIdentity
1597
- }
1598
- }
1599
- ... on TreeValue {
1600
- treeValue: value {
1601
- id
1602
- record {
1603
- ...RecordIdentity
1604
- }
1605
- ancestors {
1606
- record {
1607
- ...RecordIdentity
1608
- }
1609
- }
1610
- }
1611
- }
1612
- }
1613
- ${RecordIdentityFragmentDoc}
1614
- ${ValuesVersionDetailsFragmentDoc}`;
1615
- export const StandardValuesListFragmentFragmentDoc = gql`
1616
- fragment StandardValuesListFragment on StandardValuesListConf {
1617
- ... on StandardStringValuesListConf {
1618
- enable
1619
- allowFreeEntry
1620
- values
1621
- }
1622
- ... on StandardDateRangeValuesListConf {
1623
- enable
1624
- allowFreeEntry
1625
- dateRangeValues: values {
1626
- from
1627
- to
1628
- }
1629
- }
1630
- }
1631
- `;
1632
- export const RecordFormAttributeFragmentDoc = gql`
1633
- fragment RecordFormAttribute on Attribute {
1634
- id
1635
- label
1636
- description
1637
- type
1638
- format
1639
- system
1640
- readonly
1641
- multiple_values
1642
- permissions(record: {id: $recordId, library: $libraryId}) {
1643
- access_attribute
1644
- edit_value
1645
- }
1646
- versions_conf {
1647
- versionable
1648
- profile {
1649
- id
1650
- trees {
1651
- id
1652
- label
1653
- }
1654
- }
1655
- }
1656
- metadata_fields {
1657
- id
1658
- label
1659
- description
1660
- type
1661
- format
1662
- system
1663
- readonly
1664
- multiple_values
1665
- permissions(record: {id: $recordId, library: $libraryId}) {
1666
- access_attribute
1667
- edit_value
1668
- }
1669
- values_list {
1670
- ...StandardValuesListFragment
1671
- }
1672
- metadata_fields {
1673
- id
1674
- }
1675
- }
1676
- ... on StandardAttribute {
1677
- values_list {
1678
- ...StandardValuesListFragment
1679
- }
1680
- }
1681
- ... on LinkAttribute {
1682
- linked_library {
1683
- id
1684
- label
1685
- behavior
1686
- permissions {
1687
- create_record
1688
- }
1689
- }
1690
- linkValuesList: values_list {
1691
- enable
1692
- allowFreeEntry
1693
- values {
1694
- ...RecordIdentity
1695
- }
1696
- }
1697
- }
1698
- ... on TreeAttribute {
1699
- linked_tree {
1700
- id
1701
- label
1702
- }
1703
- treeValuesList: values_list {
1704
- enable
1705
- allowFreeEntry
1706
- values {
1707
- id
1708
- record {
1709
- ...RecordIdentity
1710
- }
1711
- ancestors {
1712
- record {
1713
- ...RecordIdentity
1714
- }
1715
- }
1716
- }
1717
- }
1718
- }
1719
- }
1720
- ${StandardValuesListFragmentFragmentDoc}
1721
- ${RecordIdentityFragmentDoc}`;
1722
- export const RecordFormElementFragmentDoc = gql`
1723
- fragment RecordFormElement on FormElementWithValues {
1724
- id
1725
- containerId
1726
- uiElementType
1727
- type
1728
- valueError
1729
- values {
1730
- ...ValueDetails
1731
- }
1732
- attribute {
1733
- ...RecordFormAttribute
1734
- }
1735
- settings {
1736
- key
1737
- value
1738
- }
1739
- }
1740
- ${ValueDetailsFragmentDoc}
1741
- ${RecordFormAttributeFragmentDoc}`;
1742
- export const TreeLightFragmentDoc = gql`
1743
- fragment TreeLight on Tree {
1744
- id
1745
- label
1746
- }
1747
- `;
1748
- export const TreeDetailsFragmentDoc = gql`
1749
- fragment TreeDetails on Tree {
1750
- id
1751
- label
1752
- behavior
1753
- system
1754
- libraries {
1755
- library {
1756
- id
1757
- label
1758
- }
1759
- settings {
1760
- allowMultiplePositions
1761
- allowedAtRoot
1762
- allowedChildren
1763
- }
1764
- }
1765
- }
1766
- `;
1767
- export const TreeNodeChildFragmentDoc = gql`
1768
- fragment TreeNodeChild on TreeNodeLight {
1769
- id
1770
- order
1771
- childrenCount
1772
- record {
1773
- ...RecordIdentity
1774
- active: property(attribute: "active") {
1775
- ... on Value {
1776
- value
1777
- }
1778
- }
1779
- }
1780
- ancestors {
1781
- id
1782
- record {
1783
- id
1784
- library {
1785
- id
1786
- label
1787
- }
1788
- ...RecordIdentity
1789
- }
1790
- }
1791
- permissions {
1792
- access_tree
1793
- detach
1794
- edit_children
1795
- }
1796
- }
1797
- ${RecordIdentityFragmentDoc}`;
1798
- export const ViewDetailsFragmentDoc = gql`
1799
- fragment ViewDetails on View {
1800
- id
1801
- display {
1802
- size
1803
- type
1804
- }
1805
- shared
1806
- created_by {
1807
- id
1808
- whoAmI {
1809
- id
1810
- label
1811
- library {
1812
- id
1813
- }
1814
- }
1815
- }
1816
- label
1817
- description
1818
- color
1819
- filters {
1820
- field
1821
- value
1822
- tree {
1823
- id
1824
- label
1825
- }
1826
- condition
1827
- operator
1828
- }
1829
- sort {
1830
- field
1831
- order
1832
- }
1833
- valuesVersions {
1834
- treeId
1835
- treeNode {
1836
- id
1837
- record {
1838
- ...RecordIdentity
1839
- }
1840
- }
1841
- }
1842
- settings {
1843
- name
1844
- value
1845
- }
1846
- }
1847
- ${RecordIdentityFragmentDoc}`;
1848
- export const CheckApplicationExistenceDocument = gql`
1849
- query CHECK_APPLICATION_EXISTENCE($id: ID, $endpoint: String) {
1850
- applications(filters: {id: $id, endpoint: $endpoint}) {
1851
- totalCount
1852
- }
1853
- }
1854
- `;
1855
-
1856
- /**
1857
- * __useCheckApplicationExistenceQuery__
1858
- *
1859
- * To run a query within a React component, call `useCheckApplicationExistenceQuery` and pass it any options that fit your needs.
1860
- * When your component renders, `useCheckApplicationExistenceQuery` returns an object from Apollo Client that contains loading, error, and data properties
1861
- * you can use to render your UI.
1862
- *
1863
- * @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;
1864
- *
1865
- * @example
1866
- * const { data, loading, error } = useCheckApplicationExistenceQuery({
1867
- * variables: {
1868
- * id: // value for 'id'
1869
- * endpoint: // value for 'endpoint'
1870
- * },
1871
- * });
1872
- */
1873
- export function useCheckApplicationExistenceQuery(baseOptions?: Apollo.QueryHookOptions<CheckApplicationExistenceQuery, CheckApplicationExistenceQueryVariables>) {
1874
- const options = {...defaultOptions, ...baseOptions}
1875
- return Apollo.useQuery<CheckApplicationExistenceQuery, CheckApplicationExistenceQueryVariables>(CheckApplicationExistenceDocument, options);
1876
- }
1877
- export function useCheckApplicationExistenceLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CheckApplicationExistenceQuery, CheckApplicationExistenceQueryVariables>) {
1878
- const options = {...defaultOptions, ...baseOptions}
1879
- return Apollo.useLazyQuery<CheckApplicationExistenceQuery, CheckApplicationExistenceQueryVariables>(CheckApplicationExistenceDocument, options);
1880
- }
1881
- export type CheckApplicationExistenceQueryHookResult = ReturnType<typeof useCheckApplicationExistenceQuery>;
1882
- export type CheckApplicationExistenceLazyQueryHookResult = ReturnType<typeof useCheckApplicationExistenceLazyQuery>;
1883
- export type CheckApplicationExistenceQueryResult = Apollo.QueryResult<CheckApplicationExistenceQuery, CheckApplicationExistenceQueryVariables>;
1884
- export const GetApplicationByIdDocument = gql`
1885
- query GET_APPLICATION_BY_ID($id: ID!) {
1886
- applications(filters: {id: $id}) {
1887
- list {
1888
- ...DetailsApplication
1889
- }
1890
- }
1891
- }
1892
- ${DetailsApplicationFragmentDoc}`;
1893
-
1894
- /**
1895
- * __useGetApplicationByIdQuery__
1896
- *
1897
- * To run a query within a React component, call `useGetApplicationByIdQuery` and pass it any options that fit your needs.
1898
- * When your component renders, `useGetApplicationByIdQuery` returns an object from Apollo Client that contains loading, error, and data properties
1899
- * you can use to render your UI.
1900
- *
1901
- * @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;
1902
- *
1903
- * @example
1904
- * const { data, loading, error } = useGetApplicationByIdQuery({
1905
- * variables: {
1906
- * id: // value for 'id'
1907
- * },
1908
- * });
1909
- */
1910
- export function useGetApplicationByIdQuery(baseOptions: Apollo.QueryHookOptions<GetApplicationByIdQuery, GetApplicationByIdQueryVariables>) {
1911
- const options = {...defaultOptions, ...baseOptions}
1912
- return Apollo.useQuery<GetApplicationByIdQuery, GetApplicationByIdQueryVariables>(GetApplicationByIdDocument, options);
1913
- }
1914
- export function useGetApplicationByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetApplicationByIdQuery, GetApplicationByIdQueryVariables>) {
1915
- const options = {...defaultOptions, ...baseOptions}
1916
- return Apollo.useLazyQuery<GetApplicationByIdQuery, GetApplicationByIdQueryVariables>(GetApplicationByIdDocument, options);
1917
- }
1918
- export type GetApplicationByIdQueryHookResult = ReturnType<typeof useGetApplicationByIdQuery>;
1919
- export type GetApplicationByIdLazyQueryHookResult = ReturnType<typeof useGetApplicationByIdLazyQuery>;
1920
- export type GetApplicationByIdQueryResult = Apollo.QueryResult<GetApplicationByIdQuery, GetApplicationByIdQueryVariables>;
1921
- export const GetApplicationModulesDocument = gql`
1922
- query GET_APPLICATION_MODULES {
1923
- applicationsModules {
1924
- id
1925
- description
1926
- version
1927
- }
1928
- }
1929
- `;
1930
-
1931
- /**
1932
- * __useGetApplicationModulesQuery__
1933
- *
1934
- * To run a query within a React component, call `useGetApplicationModulesQuery` and pass it any options that fit your needs.
1935
- * When your component renders, `useGetApplicationModulesQuery` returns an object from Apollo Client that contains loading, error, and data properties
1936
- * you can use to render your UI.
1937
- *
1938
- * @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;
1939
- *
1940
- * @example
1941
- * const { data, loading, error } = useGetApplicationModulesQuery({
1942
- * variables: {
1943
- * },
1944
- * });
1945
- */
1946
- export function useGetApplicationModulesQuery(baseOptions?: Apollo.QueryHookOptions<GetApplicationModulesQuery, GetApplicationModulesQueryVariables>) {
1947
- const options = {...defaultOptions, ...baseOptions}
1948
- return Apollo.useQuery<GetApplicationModulesQuery, GetApplicationModulesQueryVariables>(GetApplicationModulesDocument, options);
1949
- }
1950
- export function useGetApplicationModulesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetApplicationModulesQuery, GetApplicationModulesQueryVariables>) {
1951
- const options = {...defaultOptions, ...baseOptions}
1952
- return Apollo.useLazyQuery<GetApplicationModulesQuery, GetApplicationModulesQueryVariables>(GetApplicationModulesDocument, options);
1953
- }
1954
- export type GetApplicationModulesQueryHookResult = ReturnType<typeof useGetApplicationModulesQuery>;
1955
- export type GetApplicationModulesLazyQueryHookResult = ReturnType<typeof useGetApplicationModulesLazyQuery>;
1956
- export type GetApplicationModulesQueryResult = Apollo.QueryResult<GetApplicationModulesQuery, GetApplicationModulesQueryVariables>;
1957
- export const SaveApplicationDocument = gql`
1958
- mutation SAVE_APPLICATION($application: ApplicationInput!) {
1959
- saveApplication(application: $application) {
1960
- ...DetailsApplication
1961
- }
1962
- }
1963
- ${DetailsApplicationFragmentDoc}`;
1964
- export type SaveApplicationMutationFn = Apollo.MutationFunction<SaveApplicationMutation, SaveApplicationMutationVariables>;
1965
-
1966
- /**
1967
- * __useSaveApplicationMutation__
1968
- *
1969
- * To run a mutation, you first call `useSaveApplicationMutation` within a React component and pass it any options that fit your needs.
1970
- * When your component renders, `useSaveApplicationMutation` returns a tuple that includes:
1971
- * - A mutate function that you can call at any time to execute the mutation
1972
- * - An object with fields that represent the current status of the mutation's execution
1973
- *
1974
- * @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;
1975
- *
1976
- * @example
1977
- * const [saveApplicationMutation, { data, loading, error }] = useSaveApplicationMutation({
1978
- * variables: {
1979
- * application: // value for 'application'
1980
- * },
1981
- * });
1982
- */
1983
- export function useSaveApplicationMutation(baseOptions?: Apollo.MutationHookOptions<SaveApplicationMutation, SaveApplicationMutationVariables>) {
1984
- const options = {...defaultOptions, ...baseOptions}
1985
- return Apollo.useMutation<SaveApplicationMutation, SaveApplicationMutationVariables>(SaveApplicationDocument, options);
1986
- }
1987
- export type SaveApplicationMutationHookResult = ReturnType<typeof useSaveApplicationMutation>;
1988
- export type SaveApplicationMutationResult = Apollo.MutationResult<SaveApplicationMutation>;
1989
- export type SaveApplicationMutationOptions = Apollo.BaseMutationOptions<SaveApplicationMutation, SaveApplicationMutationVariables>;
1990
- export const CheckAttributeExistenceDocument = gql`
1991
- query CHECK_ATTRIBUTE_EXISTENCE($id: ID!) {
1992
- attributes(filters: {id: $id}) {
1993
- totalCount
1994
- }
1995
- }
1996
- `;
1997
-
1998
- /**
1999
- * __useCheckAttributeExistenceQuery__
2000
- *
2001
- * To run a query within a React component, call `useCheckAttributeExistenceQuery` and pass it any options that fit your needs.
2002
- * When your component renders, `useCheckAttributeExistenceQuery` returns an object from Apollo Client that contains loading, error, and data properties
2003
- * you can use to render your UI.
2004
- *
2005
- * @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;
2006
- *
2007
- * @example
2008
- * const { data, loading, error } = useCheckAttributeExistenceQuery({
2009
- * variables: {
2010
- * id: // value for 'id'
2011
- * },
2012
- * });
2013
- */
2014
- export function useCheckAttributeExistenceQuery(baseOptions: Apollo.QueryHookOptions<CheckAttributeExistenceQuery, CheckAttributeExistenceQueryVariables>) {
2015
- const options = {...defaultOptions, ...baseOptions}
2016
- return Apollo.useQuery<CheckAttributeExistenceQuery, CheckAttributeExistenceQueryVariables>(CheckAttributeExistenceDocument, options);
2017
- }
2018
- export function useCheckAttributeExistenceLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CheckAttributeExistenceQuery, CheckAttributeExistenceQueryVariables>) {
2019
- const options = {...defaultOptions, ...baseOptions}
2020
- return Apollo.useLazyQuery<CheckAttributeExistenceQuery, CheckAttributeExistenceQueryVariables>(CheckAttributeExistenceDocument, options);
2021
- }
2022
- export type CheckAttributeExistenceQueryHookResult = ReturnType<typeof useCheckAttributeExistenceQuery>;
2023
- export type CheckAttributeExistenceLazyQueryHookResult = ReturnType<typeof useCheckAttributeExistenceLazyQuery>;
2024
- export type CheckAttributeExistenceQueryResult = Apollo.QueryResult<CheckAttributeExistenceQuery, CheckAttributeExistenceQueryVariables>;
2025
- export const DeleteAttributeDocument = gql`
2026
- mutation DELETE_ATTRIBUTE($id: ID) {
2027
- deleteAttribute(id: $id) {
2028
- id
2029
- }
2030
- }
2031
- `;
2032
- export type DeleteAttributeMutationFn = Apollo.MutationFunction<DeleteAttributeMutation, DeleteAttributeMutationVariables>;
2033
-
2034
- /**
2035
- * __useDeleteAttributeMutation__
2036
- *
2037
- * To run a mutation, you first call `useDeleteAttributeMutation` within a React component and pass it any options that fit your needs.
2038
- * When your component renders, `useDeleteAttributeMutation` returns a tuple that includes:
2039
- * - A mutate function that you can call at any time to execute the mutation
2040
- * - An object with fields that represent the current status of the mutation's execution
2041
- *
2042
- * @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;
2043
- *
2044
- * @example
2045
- * const [deleteAttributeMutation, { data, loading, error }] = useDeleteAttributeMutation({
2046
- * variables: {
2047
- * id: // value for 'id'
2048
- * },
2049
- * });
2050
- */
2051
- export function useDeleteAttributeMutation(baseOptions?: Apollo.MutationHookOptions<DeleteAttributeMutation, DeleteAttributeMutationVariables>) {
2052
- const options = {...defaultOptions, ...baseOptions}
2053
- return Apollo.useMutation<DeleteAttributeMutation, DeleteAttributeMutationVariables>(DeleteAttributeDocument, options);
2054
- }
2055
- export type DeleteAttributeMutationHookResult = ReturnType<typeof useDeleteAttributeMutation>;
2056
- export type DeleteAttributeMutationResult = Apollo.MutationResult<DeleteAttributeMutation>;
2057
- export type DeleteAttributeMutationOptions = Apollo.BaseMutationOptions<DeleteAttributeMutation, DeleteAttributeMutationVariables>;
2058
- export const GetAttributeByIdDocument = gql`
2059
- query GET_ATTRIBUTE_BY_ID($id: ID) {
2060
- attributes(filters: {id: $id}) {
2061
- list {
2062
- ...AttributeDetails
2063
- }
2064
- }
2065
- }
2066
- ${AttributeDetailsFragmentDoc}`;
2067
-
2068
- /**
2069
- * __useGetAttributeByIdQuery__
2070
- *
2071
- * To run a query within a React component, call `useGetAttributeByIdQuery` and pass it any options that fit your needs.
2072
- * When your component renders, `useGetAttributeByIdQuery` returns an object from Apollo Client that contains loading, error, and data properties
2073
- * you can use to render your UI.
2074
- *
2075
- * @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;
2076
- *
2077
- * @example
2078
- * const { data, loading, error } = useGetAttributeByIdQuery({
2079
- * variables: {
2080
- * id: // value for 'id'
2081
- * },
2082
- * });
2083
- */
2084
- export function useGetAttributeByIdQuery(baseOptions?: Apollo.QueryHookOptions<GetAttributeByIdQuery, GetAttributeByIdQueryVariables>) {
2085
- const options = {...defaultOptions, ...baseOptions}
2086
- return Apollo.useQuery<GetAttributeByIdQuery, GetAttributeByIdQueryVariables>(GetAttributeByIdDocument, options);
2087
- }
2088
- export function useGetAttributeByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetAttributeByIdQuery, GetAttributeByIdQueryVariables>) {
2089
- const options = {...defaultOptions, ...baseOptions}
2090
- return Apollo.useLazyQuery<GetAttributeByIdQuery, GetAttributeByIdQueryVariables>(GetAttributeByIdDocument, options);
2091
- }
2092
- export type GetAttributeByIdQueryHookResult = ReturnType<typeof useGetAttributeByIdQuery>;
2093
- export type GetAttributeByIdLazyQueryHookResult = ReturnType<typeof useGetAttributeByIdLazyQuery>;
2094
- export type GetAttributeByIdQueryResult = Apollo.QueryResult<GetAttributeByIdQuery, GetAttributeByIdQueryVariables>;
2095
- export const GetAttributesByLibDocument = gql`
2096
- query GET_ATTRIBUTES_BY_LIB($library: String!) {
2097
- attributes(filters: {libraries: [$library]}) {
2098
- list {
2099
- ...AttributesByLibAttribute
2100
- }
2101
- }
2102
- }
2103
- ${AttributesByLibAttributeFragmentDoc}`;
2104
-
2105
- /**
2106
- * __useGetAttributesByLibQuery__
2107
- *
2108
- * To run a query within a React component, call `useGetAttributesByLibQuery` and pass it any options that fit your needs.
2109
- * When your component renders, `useGetAttributesByLibQuery` returns an object from Apollo Client that contains loading, error, and data properties
2110
- * you can use to render your UI.
2111
- *
2112
- * @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;
2113
- *
2114
- * @example
2115
- * const { data, loading, error } = useGetAttributesByLibQuery({
2116
- * variables: {
2117
- * library: // value for 'library'
2118
- * },
2119
- * });
2120
- */
2121
- export function useGetAttributesByLibQuery(baseOptions: Apollo.QueryHookOptions<GetAttributesByLibQuery, GetAttributesByLibQueryVariables>) {
2122
- const options = {...defaultOptions, ...baseOptions}
2123
- return Apollo.useQuery<GetAttributesByLibQuery, GetAttributesByLibQueryVariables>(GetAttributesByLibDocument, options);
2124
- }
2125
- export function useGetAttributesByLibLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetAttributesByLibQuery, GetAttributesByLibQueryVariables>) {
2126
- const options = {...defaultOptions, ...baseOptions}
2127
- return Apollo.useLazyQuery<GetAttributesByLibQuery, GetAttributesByLibQueryVariables>(GetAttributesByLibDocument, options);
2128
- }
2129
- export type GetAttributesByLibQueryHookResult = ReturnType<typeof useGetAttributesByLibQuery>;
2130
- export type GetAttributesByLibLazyQueryHookResult = ReturnType<typeof useGetAttributesByLibLazyQuery>;
2131
- export type GetAttributesByLibQueryResult = Apollo.QueryResult<GetAttributesByLibQuery, GetAttributesByLibQueryVariables>;
2132
- export const GetAttributesDocument = gql`
2133
- query GET_ATTRIBUTES($pagination: Pagination, $sort: SortAttributes, $filters: AttributesFiltersInput) {
2134
- attributes(pagination: $pagination, sort: $sort, filters: $filters) {
2135
- totalCount
2136
- list {
2137
- id
2138
- label
2139
- type
2140
- format
2141
- system
2142
- }
2143
- }
2144
- }
2145
- `;
2146
-
2147
- /**
2148
- * __useGetAttributesQuery__
2149
- *
2150
- * To run a query within a React component, call `useGetAttributesQuery` and pass it any options that fit your needs.
2151
- * When your component renders, `useGetAttributesQuery` returns an object from Apollo Client that contains loading, error, and data properties
2152
- * you can use to render your UI.
2153
- *
2154
- * @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;
2155
- *
2156
- * @example
2157
- * const { data, loading, error } = useGetAttributesQuery({
2158
- * variables: {
2159
- * pagination: // value for 'pagination'
2160
- * sort: // value for 'sort'
2161
- * filters: // value for 'filters'
2162
- * },
2163
- * });
2164
- */
2165
- export function useGetAttributesQuery(baseOptions?: Apollo.QueryHookOptions<GetAttributesQuery, GetAttributesQueryVariables>) {
2166
- const options = {...defaultOptions, ...baseOptions}
2167
- return Apollo.useQuery<GetAttributesQuery, GetAttributesQueryVariables>(GetAttributesDocument, options);
2168
- }
2169
- export function useGetAttributesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetAttributesQuery, GetAttributesQueryVariables>) {
2170
- const options = {...defaultOptions, ...baseOptions}
2171
- return Apollo.useLazyQuery<GetAttributesQuery, GetAttributesQueryVariables>(GetAttributesDocument, options);
2172
- }
2173
- export type GetAttributesQueryHookResult = ReturnType<typeof useGetAttributesQuery>;
2174
- export type GetAttributesLazyQueryHookResult = ReturnType<typeof useGetAttributesLazyQuery>;
2175
- export type GetAttributesQueryResult = Apollo.QueryResult<GetAttributesQuery, GetAttributesQueryVariables>;
2176
- export const GetVersionProfilesDocument = gql`
2177
- query GET_VERSION_PROFILES($filters: VersionProfilesFiltersInput, $sort: SortVersionProfilesInput) {
2178
- versionProfiles(filters: $filters, sort: $sort) {
2179
- list {
2180
- id
2181
- label
2182
- }
2183
- }
2184
- }
2185
- `;
2186
-
2187
- /**
2188
- * __useGetVersionProfilesQuery__
2189
- *
2190
- * To run a query within a React component, call `useGetVersionProfilesQuery` and pass it any options that fit your needs.
2191
- * When your component renders, `useGetVersionProfilesQuery` returns an object from Apollo Client that contains loading, error, and data properties
2192
- * you can use to render your UI.
2193
- *
2194
- * @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;
2195
- *
2196
- * @example
2197
- * const { data, loading, error } = useGetVersionProfilesQuery({
2198
- * variables: {
2199
- * filters: // value for 'filters'
2200
- * sort: // value for 'sort'
2201
- * },
2202
- * });
2203
- */
2204
- export function useGetVersionProfilesQuery(baseOptions?: Apollo.QueryHookOptions<GetVersionProfilesQuery, GetVersionProfilesQueryVariables>) {
2205
- const options = {...defaultOptions, ...baseOptions}
2206
- return Apollo.useQuery<GetVersionProfilesQuery, GetVersionProfilesQueryVariables>(GetVersionProfilesDocument, options);
2207
- }
2208
- export function useGetVersionProfilesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetVersionProfilesQuery, GetVersionProfilesQueryVariables>) {
2209
- const options = {...defaultOptions, ...baseOptions}
2210
- return Apollo.useLazyQuery<GetVersionProfilesQuery, GetVersionProfilesQueryVariables>(GetVersionProfilesDocument, options);
2211
- }
2212
- export type GetVersionProfilesQueryHookResult = ReturnType<typeof useGetVersionProfilesQuery>;
2213
- export type GetVersionProfilesLazyQueryHookResult = ReturnType<typeof useGetVersionProfilesLazyQuery>;
2214
- export type GetVersionProfilesQueryResult = Apollo.QueryResult<GetVersionProfilesQuery, GetVersionProfilesQueryVariables>;
2215
- export const GetVersionableAttributesByLibraryDocument = gql`
2216
- query GET_VERSIONABLE_ATTRIBUTES_BY_LIBRARY($libraryId: String!) {
2217
- attributes(filters: {libraries: [$libraryId], versionable: true}) {
2218
- list {
2219
- id
2220
- versions_conf {
2221
- versionable
2222
- profile {
2223
- id
2224
- trees {
2225
- id
2226
- label
2227
- }
2228
- }
2229
- }
2230
- }
2231
- }
2232
- }
2233
- `;
2234
-
2235
- /**
2236
- * __useGetVersionableAttributesByLibraryQuery__
2237
- *
2238
- * To run a query within a React component, call `useGetVersionableAttributesByLibraryQuery` and pass it any options that fit your needs.
2239
- * When your component renders, `useGetVersionableAttributesByLibraryQuery` returns an object from Apollo Client that contains loading, error, and data properties
2240
- * you can use to render your UI.
2241
- *
2242
- * @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;
2243
- *
2244
- * @example
2245
- * const { data, loading, error } = useGetVersionableAttributesByLibraryQuery({
2246
- * variables: {
2247
- * libraryId: // value for 'libraryId'
2248
- * },
2249
- * });
2250
- */
2251
- export function useGetVersionableAttributesByLibraryQuery(baseOptions: Apollo.QueryHookOptions<GetVersionableAttributesByLibraryQuery, GetVersionableAttributesByLibraryQueryVariables>) {
2252
- const options = {...defaultOptions, ...baseOptions}
2253
- return Apollo.useQuery<GetVersionableAttributesByLibraryQuery, GetVersionableAttributesByLibraryQueryVariables>(GetVersionableAttributesByLibraryDocument, options);
2254
- }
2255
- export function useGetVersionableAttributesByLibraryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetVersionableAttributesByLibraryQuery, GetVersionableAttributesByLibraryQueryVariables>) {
2256
- const options = {...defaultOptions, ...baseOptions}
2257
- return Apollo.useLazyQuery<GetVersionableAttributesByLibraryQuery, GetVersionableAttributesByLibraryQueryVariables>(GetVersionableAttributesByLibraryDocument, options);
2258
- }
2259
- export type GetVersionableAttributesByLibraryQueryHookResult = ReturnType<typeof useGetVersionableAttributesByLibraryQuery>;
2260
- export type GetVersionableAttributesByLibraryLazyQueryHookResult = ReturnType<typeof useGetVersionableAttributesByLibraryLazyQuery>;
2261
- export type GetVersionableAttributesByLibraryQueryResult = Apollo.QueryResult<GetVersionableAttributesByLibraryQuery, GetVersionableAttributesByLibraryQueryVariables>;
2262
- export const SaveAttributeDocument = gql`
2263
- mutation SAVE_ATTRIBUTE($attribute: AttributeInput!) {
2264
- saveAttribute(attribute: $attribute) {
2265
- ...AttributeDetails
2266
- }
2267
- }
2268
- ${AttributeDetailsFragmentDoc}`;
2269
- export type SaveAttributeMutationFn = Apollo.MutationFunction<SaveAttributeMutation, SaveAttributeMutationVariables>;
2270
-
2271
- /**
2272
- * __useSaveAttributeMutation__
2273
- *
2274
- * To run a mutation, you first call `useSaveAttributeMutation` within a React component and pass it any options that fit your needs.
2275
- * When your component renders, `useSaveAttributeMutation` returns a tuple that includes:
2276
- * - A mutate function that you can call at any time to execute the mutation
2277
- * - An object with fields that represent the current status of the mutation's execution
2278
- *
2279
- * @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;
2280
- *
2281
- * @example
2282
- * const [saveAttributeMutation, { data, loading, error }] = useSaveAttributeMutation({
2283
- * variables: {
2284
- * attribute: // value for 'attribute'
2285
- * },
2286
- * });
2287
- */
2288
- export function useSaveAttributeMutation(baseOptions?: Apollo.MutationHookOptions<SaveAttributeMutation, SaveAttributeMutationVariables>) {
2289
- const options = {...defaultOptions, ...baseOptions}
2290
- return Apollo.useMutation<SaveAttributeMutation, SaveAttributeMutationVariables>(SaveAttributeDocument, options);
2291
- }
2292
- export type SaveAttributeMutationHookResult = ReturnType<typeof useSaveAttributeMutation>;
2293
- export type SaveAttributeMutationResult = Apollo.MutationResult<SaveAttributeMutation>;
2294
- export type SaveAttributeMutationOptions = Apollo.BaseMutationOptions<SaveAttributeMutation, SaveAttributeMutationVariables>;
2295
- export const CreateDirectoryDocument = gql`
2296
- mutation CREATE_DIRECTORY($library: String!, $nodeId: String!, $name: String!) {
2297
- createDirectory(library: $library, nodeId: $nodeId, name: $name) {
2298
- ...RecordIdentity
2299
- }
2300
- }
2301
- ${RecordIdentityFragmentDoc}`;
2302
- export type CreateDirectoryMutationFn = Apollo.MutationFunction<CreateDirectoryMutation, CreateDirectoryMutationVariables>;
2303
-
2304
- /**
2305
- * __useCreateDirectoryMutation__
2306
- *
2307
- * To run a mutation, you first call `useCreateDirectoryMutation` within a React component and pass it any options that fit your needs.
2308
- * When your component renders, `useCreateDirectoryMutation` returns a tuple that includes:
2309
- * - A mutate function that you can call at any time to execute the mutation
2310
- * - An object with fields that represent the current status of the mutation's execution
2311
- *
2312
- * @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;
2313
- *
2314
- * @example
2315
- * const [createDirectoryMutation, { data, loading, error }] = useCreateDirectoryMutation({
2316
- * variables: {
2317
- * library: // value for 'library'
2318
- * nodeId: // value for 'nodeId'
2319
- * name: // value for 'name'
2320
- * },
2321
- * });
2322
- */
2323
- export function useCreateDirectoryMutation(baseOptions?: Apollo.MutationHookOptions<CreateDirectoryMutation, CreateDirectoryMutationVariables>) {
2324
- const options = {...defaultOptions, ...baseOptions}
2325
- return Apollo.useMutation<CreateDirectoryMutation, CreateDirectoryMutationVariables>(CreateDirectoryDocument, options);
2326
- }
2327
- export type CreateDirectoryMutationHookResult = ReturnType<typeof useCreateDirectoryMutation>;
2328
- export type CreateDirectoryMutationResult = Apollo.MutationResult<CreateDirectoryMutation>;
2329
- export type CreateDirectoryMutationOptions = Apollo.BaseMutationOptions<CreateDirectoryMutation, CreateDirectoryMutationVariables>;
2330
- export const ForcePreviewsGenerationDocument = gql`
2331
- mutation FORCE_PREVIEWS_GENERATION($libraryId: ID!, $filters: [RecordFilterInput!], $recordIds: [ID!], $failedOnly: Boolean, $previewVersionSizeNames: [String!]) {
2332
- forcePreviewsGeneration(
2333
- libraryId: $libraryId
2334
- filters: $filters
2335
- recordIds: $recordIds
2336
- failedOnly: $failedOnly
2337
- previewVersionSizeNames: $previewVersionSizeNames
2338
- )
2339
- }
2340
- `;
2341
- export type ForcePreviewsGenerationMutationFn = Apollo.MutationFunction<ForcePreviewsGenerationMutation, ForcePreviewsGenerationMutationVariables>;
2342
-
2343
- /**
2344
- * __useForcePreviewsGenerationMutation__
2345
- *
2346
- * To run a mutation, you first call `useForcePreviewsGenerationMutation` within a React component and pass it any options that fit your needs.
2347
- * When your component renders, `useForcePreviewsGenerationMutation` returns a tuple that includes:
2348
- * - A mutate function that you can call at any time to execute the mutation
2349
- * - An object with fields that represent the current status of the mutation's execution
2350
- *
2351
- * @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;
2352
- *
2353
- * @example
2354
- * const [forcePreviewsGenerationMutation, { data, loading, error }] = useForcePreviewsGenerationMutation({
2355
- * variables: {
2356
- * libraryId: // value for 'libraryId'
2357
- * filters: // value for 'filters'
2358
- * recordIds: // value for 'recordIds'
2359
- * failedOnly: // value for 'failedOnly'
2360
- * previewVersionSizeNames: // value for 'previewVersionSizeNames'
2361
- * },
2362
- * });
2363
- */
2364
- export function useForcePreviewsGenerationMutation(baseOptions?: Apollo.MutationHookOptions<ForcePreviewsGenerationMutation, ForcePreviewsGenerationMutationVariables>) {
2365
- const options = {...defaultOptions, ...baseOptions}
2366
- return Apollo.useMutation<ForcePreviewsGenerationMutation, ForcePreviewsGenerationMutationVariables>(ForcePreviewsGenerationDocument, options);
2367
- }
2368
- export type ForcePreviewsGenerationMutationHookResult = ReturnType<typeof useForcePreviewsGenerationMutation>;
2369
- export type ForcePreviewsGenerationMutationResult = Apollo.MutationResult<ForcePreviewsGenerationMutation>;
2370
- export type ForcePreviewsGenerationMutationOptions = Apollo.BaseMutationOptions<ForcePreviewsGenerationMutation, ForcePreviewsGenerationMutationVariables>;
2371
- export const GetDirectoryDataDocument = gql`
2372
- query GET_DIRECTORY_DATA($library: ID!, $directoryId: String!) {
2373
- records(
2374
- library: $library
2375
- filters: [{field: "id", value: $directoryId, condition: EQUAL}]
2376
- ) {
2377
- list {
2378
- ...RecordIdentity
2379
- created_at: property(attribute: "created_at") {
2380
- ... on Value {
2381
- value
2382
- }
2383
- }
2384
- created_by: property(attribute: "created_by") {
2385
- ... on LinkValue {
2386
- value {
2387
- ...RecordIdentity
2388
- }
2389
- }
2390
- }
2391
- modified_at: property(attribute: "modified_at") {
2392
- ... on Value {
2393
- value
2394
- }
2395
- }
2396
- modified_by: property(attribute: "modified_by") {
2397
- ... on LinkValue {
2398
- value {
2399
- ...RecordIdentity
2400
- }
2401
- }
2402
- }
2403
- file_name: property(attribute: "file_name") {
2404
- ... on Value {
2405
- value
2406
- }
2407
- }
2408
- file_path: property(attribute: "file_path") {
2409
- ... on Value {
2410
- value
2411
- }
2412
- }
2413
- library {
2414
- behavior
2415
- }
2416
- }
2417
- }
2418
- }
2419
- ${RecordIdentityFragmentDoc}`;
2420
-
2421
- /**
2422
- * __useGetDirectoryDataQuery__
2423
- *
2424
- * To run a query within a React component, call `useGetDirectoryDataQuery` and pass it any options that fit your needs.
2425
- * When your component renders, `useGetDirectoryDataQuery` returns an object from Apollo Client that contains loading, error, and data properties
2426
- * you can use to render your UI.
2427
- *
2428
- * @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;
2429
- *
2430
- * @example
2431
- * const { data, loading, error } = useGetDirectoryDataQuery({
2432
- * variables: {
2433
- * library: // value for 'library'
2434
- * directoryId: // value for 'directoryId'
2435
- * },
2436
- * });
2437
- */
2438
- export function useGetDirectoryDataQuery(baseOptions: Apollo.QueryHookOptions<GetDirectoryDataQuery, GetDirectoryDataQueryVariables>) {
2439
- const options = {...defaultOptions, ...baseOptions}
2440
- return Apollo.useQuery<GetDirectoryDataQuery, GetDirectoryDataQueryVariables>(GetDirectoryDataDocument, options);
2441
- }
2442
- export function useGetDirectoryDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetDirectoryDataQuery, GetDirectoryDataQueryVariables>) {
2443
- const options = {...defaultOptions, ...baseOptions}
2444
- return Apollo.useLazyQuery<GetDirectoryDataQuery, GetDirectoryDataQueryVariables>(GetDirectoryDataDocument, options);
2445
- }
2446
- export type GetDirectoryDataQueryHookResult = ReturnType<typeof useGetDirectoryDataQuery>;
2447
- export type GetDirectoryDataLazyQueryHookResult = ReturnType<typeof useGetDirectoryDataLazyQuery>;
2448
- export type GetDirectoryDataQueryResult = Apollo.QueryResult<GetDirectoryDataQuery, GetDirectoryDataQueryVariables>;
2449
- export const UploadUpdateDocument = gql`
2450
- subscription UPLOAD_UPDATE($filters: UploadFiltersInput) {
2451
- upload(filters: $filters) {
2452
- userId
2453
- progress {
2454
- length
2455
- transferred
2456
- speed
2457
- runtime
2458
- remaining
2459
- percentage
2460
- eta
2461
- delta
2462
- }
2463
- uid
2464
- }
2465
- }
2466
- `;
2467
-
2468
- /**
2469
- * __useUploadUpdateSubscription__
2470
- *
2471
- * To run a query within a React component, call `useUploadUpdateSubscription` and pass it any options that fit your needs.
2472
- * When your component renders, `useUploadUpdateSubscription` returns an object from Apollo Client that contains loading, error, and data properties
2473
- * you can use to render your UI.
2474
- *
2475
- * @param baseOptions options that will be passed into the subscription, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
2476
- *
2477
- * @example
2478
- * const { data, loading, error } = useUploadUpdateSubscription({
2479
- * variables: {
2480
- * filters: // value for 'filters'
2481
- * },
2482
- * });
2483
- */
2484
- export function useUploadUpdateSubscription(baseOptions?: Apollo.SubscriptionHookOptions<UploadUpdateSubscription, UploadUpdateSubscriptionVariables>) {
2485
- const options = {...defaultOptions, ...baseOptions}
2486
- return Apollo.useSubscription<UploadUpdateSubscription, UploadUpdateSubscriptionVariables>(UploadUpdateDocument, options);
2487
- }
2488
- export type UploadUpdateSubscriptionHookResult = ReturnType<typeof useUploadUpdateSubscription>;
2489
- export type UploadUpdateSubscriptionResult = Apollo.SubscriptionResult<UploadUpdateSubscription>;
2490
- export const UploadDocument = gql`
2491
- mutation UPLOAD($library: String!, $nodeId: String!, $files: [FileInput!]!) {
2492
- upload(library: $library, nodeId: $nodeId, files: $files) {
2493
- uid
2494
- record {
2495
- ...RecordIdentity
2496
- }
2497
- }
2498
- }
2499
- ${RecordIdentityFragmentDoc}`;
2500
- export type UploadMutationFn = Apollo.MutationFunction<UploadMutation, UploadMutationVariables>;
2501
-
2502
- /**
2503
- * __useUploadMutation__
2504
- *
2505
- * To run a mutation, you first call `useUploadMutation` within a React component and pass it any options that fit your needs.
2506
- * When your component renders, `useUploadMutation` returns a tuple that includes:
2507
- * - A mutate function that you can call at any time to execute the mutation
2508
- * - An object with fields that represent the current status of the mutation's execution
2509
- *
2510
- * @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;
2511
- *
2512
- * @example
2513
- * const [uploadMutation, { data, loading, error }] = useUploadMutation({
2514
- * variables: {
2515
- * library: // value for 'library'
2516
- * nodeId: // value for 'nodeId'
2517
- * files: // value for 'files'
2518
- * },
2519
- * });
2520
- */
2521
- export function useUploadMutation(baseOptions?: Apollo.MutationHookOptions<UploadMutation, UploadMutationVariables>) {
2522
- const options = {...defaultOptions, ...baseOptions}
2523
- return Apollo.useMutation<UploadMutation, UploadMutationVariables>(UploadDocument, options);
2524
- }
2525
- export type UploadMutationHookResult = ReturnType<typeof useUploadMutation>;
2526
- export type UploadMutationResult = Apollo.MutationResult<UploadMutation>;
2527
- export type UploadMutationOptions = Apollo.BaseMutationOptions<UploadMutation, UploadMutationVariables>;
2528
- export const ImportExcelDocument = gql`
2529
- mutation IMPORT_EXCEL($file: Upload!, $sheets: [SheetInput], $startAt: Int) {
2530
- importExcel(file: $file, sheets: $sheets, startAt: $startAt)
2531
- }
2532
- `;
2533
- export type ImportExcelMutationFn = Apollo.MutationFunction<ImportExcelMutation, ImportExcelMutationVariables>;
2534
-
2535
- /**
2536
- * __useImportExcelMutation__
2537
- *
2538
- * To run a mutation, you first call `useImportExcelMutation` within a React component and pass it any options that fit your needs.
2539
- * When your component renders, `useImportExcelMutation` returns a tuple that includes:
2540
- * - A mutate function that you can call at any time to execute the mutation
2541
- * - An object with fields that represent the current status of the mutation's execution
2542
- *
2543
- * @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;
2544
- *
2545
- * @example
2546
- * const [importExcelMutation, { data, loading, error }] = useImportExcelMutation({
2547
- * variables: {
2548
- * file: // value for 'file'
2549
- * sheets: // value for 'sheets'
2550
- * startAt: // value for 'startAt'
2551
- * },
2552
- * });
2553
- */
2554
- export function useImportExcelMutation(baseOptions?: Apollo.MutationHookOptions<ImportExcelMutation, ImportExcelMutationVariables>) {
2555
- const options = {...defaultOptions, ...baseOptions}
2556
- return Apollo.useMutation<ImportExcelMutation, ImportExcelMutationVariables>(ImportExcelDocument, options);
2557
- }
2558
- export type ImportExcelMutationHookResult = ReturnType<typeof useImportExcelMutation>;
2559
- export type ImportExcelMutationResult = Apollo.MutationResult<ImportExcelMutation>;
2560
- export type ImportExcelMutationOptions = Apollo.BaseMutationOptions<ImportExcelMutation, ImportExcelMutationVariables>;
2561
- export const CheckLibraryExistenceDocument = gql`
2562
- query CHECK_LIBRARY_EXISTENCE($id: [ID!]) {
2563
- libraries(filters: {id: $id}) {
2564
- totalCount
2565
- }
2566
- }
2567
- `;
2568
-
2569
- /**
2570
- * __useCheckLibraryExistenceQuery__
2571
- *
2572
- * To run a query within a React component, call `useCheckLibraryExistenceQuery` and pass it any options that fit your needs.
2573
- * When your component renders, `useCheckLibraryExistenceQuery` returns an object from Apollo Client that contains loading, error, and data properties
2574
- * you can use to render your UI.
2575
- *
2576
- * @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;
2577
- *
2578
- * @example
2579
- * const { data, loading, error } = useCheckLibraryExistenceQuery({
2580
- * variables: {
2581
- * id: // value for 'id'
2582
- * },
2583
- * });
2584
- */
2585
- export function useCheckLibraryExistenceQuery(baseOptions?: Apollo.QueryHookOptions<CheckLibraryExistenceQuery, CheckLibraryExistenceQueryVariables>) {
2586
- const options = {...defaultOptions, ...baseOptions}
2587
- return Apollo.useQuery<CheckLibraryExistenceQuery, CheckLibraryExistenceQueryVariables>(CheckLibraryExistenceDocument, options);
2588
- }
2589
- export function useCheckLibraryExistenceLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CheckLibraryExistenceQuery, CheckLibraryExistenceQueryVariables>) {
2590
- const options = {...defaultOptions, ...baseOptions}
2591
- return Apollo.useLazyQuery<CheckLibraryExistenceQuery, CheckLibraryExistenceQueryVariables>(CheckLibraryExistenceDocument, options);
2592
- }
2593
- export type CheckLibraryExistenceQueryHookResult = ReturnType<typeof useCheckLibraryExistenceQuery>;
2594
- export type CheckLibraryExistenceLazyQueryHookResult = ReturnType<typeof useCheckLibraryExistenceLazyQuery>;
2595
- export type CheckLibraryExistenceQueryResult = Apollo.QueryResult<CheckLibraryExistenceQuery, CheckLibraryExistenceQueryVariables>;
2596
- export const DeleteLibraryDocument = gql`
2597
- mutation DELETE_LIBRARY($id: ID) {
2598
- deleteLibrary(id: $id) {
2599
- id
2600
- }
2601
- }
2602
- `;
2603
- export type DeleteLibraryMutationFn = Apollo.MutationFunction<DeleteLibraryMutation, DeleteLibraryMutationVariables>;
2604
-
2605
- /**
2606
- * __useDeleteLibraryMutation__
2607
- *
2608
- * To run a mutation, you first call `useDeleteLibraryMutation` within a React component and pass it any options that fit your needs.
2609
- * When your component renders, `useDeleteLibraryMutation` returns a tuple that includes:
2610
- * - A mutate function that you can call at any time to execute the mutation
2611
- * - An object with fields that represent the current status of the mutation's execution
2612
- *
2613
- * @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;
2614
- *
2615
- * @example
2616
- * const [deleteLibraryMutation, { data, loading, error }] = useDeleteLibraryMutation({
2617
- * variables: {
2618
- * id: // value for 'id'
2619
- * },
2620
- * });
2621
- */
2622
- export function useDeleteLibraryMutation(baseOptions?: Apollo.MutationHookOptions<DeleteLibraryMutation, DeleteLibraryMutationVariables>) {
2623
- const options = {...defaultOptions, ...baseOptions}
2624
- return Apollo.useMutation<DeleteLibraryMutation, DeleteLibraryMutationVariables>(DeleteLibraryDocument, options);
2625
- }
2626
- export type DeleteLibraryMutationHookResult = ReturnType<typeof useDeleteLibraryMutation>;
2627
- export type DeleteLibraryMutationResult = Apollo.MutationResult<DeleteLibraryMutation>;
2628
- export type DeleteLibraryMutationOptions = Apollo.BaseMutationOptions<DeleteLibraryMutation, DeleteLibraryMutationVariables>;
2629
- export const GetLibrariesDocument = gql`
2630
- query GET_LIBRARIES {
2631
- libraries {
2632
- list {
2633
- ...LibraryLight
2634
- }
2635
- }
2636
- }
2637
- ${LibraryLightFragmentDoc}`;
2638
-
2639
- /**
2640
- * __useGetLibrariesQuery__
2641
- *
2642
- * To run a query within a React component, call `useGetLibrariesQuery` and pass it any options that fit your needs.
2643
- * When your component renders, `useGetLibrariesQuery` returns an object from Apollo Client that contains loading, error, and data properties
2644
- * you can use to render your UI.
2645
- *
2646
- * @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;
2647
- *
2648
- * @example
2649
- * const { data, loading, error } = useGetLibrariesQuery({
2650
- * variables: {
2651
- * },
2652
- * });
2653
- */
2654
- export function useGetLibrariesQuery(baseOptions?: Apollo.QueryHookOptions<GetLibrariesQuery, GetLibrariesQueryVariables>) {
2655
- const options = {...defaultOptions, ...baseOptions}
2656
- return Apollo.useQuery<GetLibrariesQuery, GetLibrariesQueryVariables>(GetLibrariesDocument, options);
2657
- }
2658
- export function useGetLibrariesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibrariesQuery, GetLibrariesQueryVariables>) {
2659
- const options = {...defaultOptions, ...baseOptions}
2660
- return Apollo.useLazyQuery<GetLibrariesQuery, GetLibrariesQueryVariables>(GetLibrariesDocument, options);
2661
- }
2662
- export type GetLibrariesQueryHookResult = ReturnType<typeof useGetLibrariesQuery>;
2663
- export type GetLibrariesLazyQueryHookResult = ReturnType<typeof useGetLibrariesLazyQuery>;
2664
- export type GetLibrariesQueryResult = Apollo.QueryResult<GetLibrariesQuery, GetLibrariesQueryVariables>;
2665
- export const GetLibraryByIdDocument = gql`
2666
- query GET_LIBRARY_BY_ID($id: [ID!]) {
2667
- libraries(filters: {id: $id}) {
2668
- list {
2669
- ...LibraryDetails
2670
- }
2671
- }
2672
- }
2673
- ${LibraryDetailsFragmentDoc}`;
2674
-
2675
- /**
2676
- * __useGetLibraryByIdQuery__
2677
- *
2678
- * To run a query within a React component, call `useGetLibraryByIdQuery` and pass it any options that fit your needs.
2679
- * When your component renders, `useGetLibraryByIdQuery` returns an object from Apollo Client that contains loading, error, and data properties
2680
- * you can use to render your UI.
2681
- *
2682
- * @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;
2683
- *
2684
- * @example
2685
- * const { data, loading, error } = useGetLibraryByIdQuery({
2686
- * variables: {
2687
- * id: // value for 'id'
2688
- * },
2689
- * });
2690
- */
2691
- export function useGetLibraryByIdQuery(baseOptions?: Apollo.QueryHookOptions<GetLibraryByIdQuery, GetLibraryByIdQueryVariables>) {
2692
- const options = {...defaultOptions, ...baseOptions}
2693
- return Apollo.useQuery<GetLibraryByIdQuery, GetLibraryByIdQueryVariables>(GetLibraryByIdDocument, options);
2694
- }
2695
- export function useGetLibraryByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryByIdQuery, GetLibraryByIdQueryVariables>) {
2696
- const options = {...defaultOptions, ...baseOptions}
2697
- return Apollo.useLazyQuery<GetLibraryByIdQuery, GetLibraryByIdQueryVariables>(GetLibraryByIdDocument, options);
2698
- }
2699
- export type GetLibraryByIdQueryHookResult = ReturnType<typeof useGetLibraryByIdQuery>;
2700
- export type GetLibraryByIdLazyQueryHookResult = ReturnType<typeof useGetLibraryByIdLazyQuery>;
2701
- export type GetLibraryByIdQueryResult = Apollo.QueryResult<GetLibraryByIdQuery, GetLibraryByIdQueryVariables>;
2702
- export const GetLibraryPermissionsDocument = gql`
2703
- query GET_LIBRARY_PERMISSIONS($libraryId: [ID!]) {
2704
- libraries(filters: {id: $libraryId}) {
2705
- list {
2706
- permissions {
2707
- access_library
2708
- access_record
2709
- create_record
2710
- edit_record
2711
- delete_record
2712
- }
2713
- }
2714
- }
2715
- }
2716
- `;
2717
-
2718
- /**
2719
- * __useGetLibraryPermissionsQuery__
2720
- *
2721
- * To run a query within a React component, call `useGetLibraryPermissionsQuery` and pass it any options that fit your needs.
2722
- * When your component renders, `useGetLibraryPermissionsQuery` returns an object from Apollo Client that contains loading, error, and data properties
2723
- * you can use to render your UI.
2724
- *
2725
- * @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;
2726
- *
2727
- * @example
2728
- * const { data, loading, error } = useGetLibraryPermissionsQuery({
2729
- * variables: {
2730
- * libraryId: // value for 'libraryId'
2731
- * },
2732
- * });
2733
- */
2734
- export function useGetLibraryPermissionsQuery(baseOptions?: Apollo.QueryHookOptions<GetLibraryPermissionsQuery, GetLibraryPermissionsQueryVariables>) {
2735
- const options = {...defaultOptions, ...baseOptions}
2736
- return Apollo.useQuery<GetLibraryPermissionsQuery, GetLibraryPermissionsQueryVariables>(GetLibraryPermissionsDocument, options);
2737
- }
2738
- export function useGetLibraryPermissionsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryPermissionsQuery, GetLibraryPermissionsQueryVariables>) {
2739
- const options = {...defaultOptions, ...baseOptions}
2740
- return Apollo.useLazyQuery<GetLibraryPermissionsQuery, GetLibraryPermissionsQueryVariables>(GetLibraryPermissionsDocument, options);
2741
- }
2742
- export type GetLibraryPermissionsQueryHookResult = ReturnType<typeof useGetLibraryPermissionsQuery>;
2743
- export type GetLibraryPermissionsLazyQueryHookResult = ReturnType<typeof useGetLibraryPermissionsLazyQuery>;
2744
- export type GetLibraryPermissionsQueryResult = Apollo.QueryResult<GetLibraryPermissionsQuery, GetLibraryPermissionsQueryVariables>;
2745
- export const GetLibraryPreviewsSettingsDocument = gql`
2746
- query GET_LIBRARY_PREVIEWS_SETTINGS($id: ID!) {
2747
- libraries(filters: {id: [$id]}) {
2748
- list {
2749
- id
2750
- label
2751
- behavior
2752
- previewsSettings {
2753
- description
2754
- label
2755
- system
2756
- versions {
2757
- background
2758
- density
2759
- sizes {
2760
- name
2761
- size
2762
- }
2763
- }
2764
- }
2765
- }
2766
- }
2767
- }
2768
- `;
2769
-
2770
- /**
2771
- * __useGetLibraryPreviewsSettingsQuery__
2772
- *
2773
- * To run a query within a React component, call `useGetLibraryPreviewsSettingsQuery` and pass it any options that fit your needs.
2774
- * When your component renders, `useGetLibraryPreviewsSettingsQuery` returns an object from Apollo Client that contains loading, error, and data properties
2775
- * you can use to render your UI.
2776
- *
2777
- * @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;
2778
- *
2779
- * @example
2780
- * const { data, loading, error } = useGetLibraryPreviewsSettingsQuery({
2781
- * variables: {
2782
- * id: // value for 'id'
2783
- * },
2784
- * });
2785
- */
2786
- export function useGetLibraryPreviewsSettingsQuery(baseOptions: Apollo.QueryHookOptions<GetLibraryPreviewsSettingsQuery, GetLibraryPreviewsSettingsQueryVariables>) {
2787
- const options = {...defaultOptions, ...baseOptions}
2788
- return Apollo.useQuery<GetLibraryPreviewsSettingsQuery, GetLibraryPreviewsSettingsQueryVariables>(GetLibraryPreviewsSettingsDocument, options);
2789
- }
2790
- export function useGetLibraryPreviewsSettingsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryPreviewsSettingsQuery, GetLibraryPreviewsSettingsQueryVariables>) {
2791
- const options = {...defaultOptions, ...baseOptions}
2792
- return Apollo.useLazyQuery<GetLibraryPreviewsSettingsQuery, GetLibraryPreviewsSettingsQueryVariables>(GetLibraryPreviewsSettingsDocument, options);
2793
- }
2794
- export type GetLibraryPreviewsSettingsQueryHookResult = ReturnType<typeof useGetLibraryPreviewsSettingsQuery>;
2795
- export type GetLibraryPreviewsSettingsLazyQueryHookResult = ReturnType<typeof useGetLibraryPreviewsSettingsLazyQuery>;
2796
- export type GetLibraryPreviewsSettingsQueryResult = Apollo.QueryResult<GetLibraryPreviewsSettingsQuery, GetLibraryPreviewsSettingsQueryVariables>;
2797
- export const SaveLibraryDocument = gql`
2798
- mutation saveLibrary($library: LibraryInput!) {
2799
- saveLibrary(library: $library) {
2800
- ...LibraryDetails
2801
- }
2802
- }
2803
- ${LibraryDetailsFragmentDoc}`;
2804
- export type SaveLibraryMutationFn = Apollo.MutationFunction<SaveLibraryMutation, SaveLibraryMutationVariables>;
2805
-
2806
- /**
2807
- * __useSaveLibraryMutation__
2808
- *
2809
- * To run a mutation, you first call `useSaveLibraryMutation` within a React component and pass it any options that fit your needs.
2810
- * When your component renders, `useSaveLibraryMutation` returns a tuple that includes:
2811
- * - A mutate function that you can call at any time to execute the mutation
2812
- * - An object with fields that represent the current status of the mutation's execution
2813
- *
2814
- * @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;
2815
- *
2816
- * @example
2817
- * const [saveLibraryMutation, { data, loading, error }] = useSaveLibraryMutation({
2818
- * variables: {
2819
- * library: // value for 'library'
2820
- * },
2821
- * });
2822
- */
2823
- export function useSaveLibraryMutation(baseOptions?: Apollo.MutationHookOptions<SaveLibraryMutation, SaveLibraryMutationVariables>) {
2824
- const options = {...defaultOptions, ...baseOptions}
2825
- return Apollo.useMutation<SaveLibraryMutation, SaveLibraryMutationVariables>(SaveLibraryDocument, options);
2826
- }
2827
- export type SaveLibraryMutationHookResult = ReturnType<typeof useSaveLibraryMutation>;
2828
- export type SaveLibraryMutationResult = Apollo.MutationResult<SaveLibraryMutation>;
2829
- export type SaveLibraryMutationOptions = Apollo.BaseMutationOptions<SaveLibraryMutation, SaveLibraryMutationVariables>;
2830
- export const IsAllowedDocument = gql`
2831
- query IS_ALLOWED($type: PermissionTypes!, $actions: [PermissionsActions!]!, $applyTo: ID, $target: PermissionTarget) {
2832
- isAllowed(type: $type, actions: $actions, applyTo: $applyTo, target: $target) {
2833
- name
2834
- allowed
2835
- }
2836
- }
2837
- `;
2838
-
2839
- /**
2840
- * __useIsAllowedQuery__
2841
- *
2842
- * To run a query within a React component, call `useIsAllowedQuery` and pass it any options that fit your needs.
2843
- * When your component renders, `useIsAllowedQuery` returns an object from Apollo Client that contains loading, error, and data properties
2844
- * you can use to render your UI.
2845
- *
2846
- * @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;
2847
- *
2848
- * @example
2849
- * const { data, loading, error } = useIsAllowedQuery({
2850
- * variables: {
2851
- * type: // value for 'type'
2852
- * actions: // value for 'actions'
2853
- * applyTo: // value for 'applyTo'
2854
- * target: // value for 'target'
2855
- * },
2856
- * });
2857
- */
2858
- export function useIsAllowedQuery(baseOptions: Apollo.QueryHookOptions<IsAllowedQuery, IsAllowedQueryVariables>) {
2859
- const options = {...defaultOptions, ...baseOptions}
2860
- return Apollo.useQuery<IsAllowedQuery, IsAllowedQueryVariables>(IsAllowedDocument, options);
2861
- }
2862
- export function useIsAllowedLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IsAllowedQuery, IsAllowedQueryVariables>) {
2863
- const options = {...defaultOptions, ...baseOptions}
2864
- return Apollo.useLazyQuery<IsAllowedQuery, IsAllowedQueryVariables>(IsAllowedDocument, options);
2865
- }
2866
- export type IsAllowedQueryHookResult = ReturnType<typeof useIsAllowedQuery>;
2867
- export type IsAllowedLazyQueryHookResult = ReturnType<typeof useIsAllowedLazyQuery>;
2868
- export type IsAllowedQueryResult = Apollo.QueryResult<IsAllowedQuery, IsAllowedQueryVariables>;
2869
- export const CreateRecordDocument = gql`
2870
- mutation CREATE_RECORD($library: ID!, $data: CreateRecordDataInput) {
2871
- createRecord(library: $library, data: $data) {
2872
- record {
2873
- ...RecordIdentity
2874
- }
2875
- valuesErrors {
2876
- attributeId
2877
- id_value
2878
- input
2879
- message
2880
- type
2881
- }
2882
- }
2883
- }
2884
- ${RecordIdentityFragmentDoc}`;
2885
- export type CreateRecordMutationFn = Apollo.MutationFunction<CreateRecordMutation, CreateRecordMutationVariables>;
2886
-
2887
- /**
2888
- * __useCreateRecordMutation__
2889
- *
2890
- * To run a mutation, you first call `useCreateRecordMutation` within a React component and pass it any options that fit your needs.
2891
- * When your component renders, `useCreateRecordMutation` returns a tuple that includes:
2892
- * - A mutate function that you can call at any time to execute the mutation
2893
- * - An object with fields that represent the current status of the mutation's execution
2894
- *
2895
- * @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;
2896
- *
2897
- * @example
2898
- * const [createRecordMutation, { data, loading, error }] = useCreateRecordMutation({
2899
- * variables: {
2900
- * library: // value for 'library'
2901
- * data: // value for 'data'
2902
- * },
2903
- * });
2904
- */
2905
- export function useCreateRecordMutation(baseOptions?: Apollo.MutationHookOptions<CreateRecordMutation, CreateRecordMutationVariables>) {
2906
- const options = {...defaultOptions, ...baseOptions}
2907
- return Apollo.useMutation<CreateRecordMutation, CreateRecordMutationVariables>(CreateRecordDocument, options);
2908
- }
2909
- export type CreateRecordMutationHookResult = ReturnType<typeof useCreateRecordMutation>;
2910
- export type CreateRecordMutationResult = Apollo.MutationResult<CreateRecordMutation>;
2911
- export type CreateRecordMutationOptions = Apollo.BaseMutationOptions<CreateRecordMutation, CreateRecordMutationVariables>;
2912
- export const DeactivateRecordsDocument = gql`
2913
- mutation DEACTIVATE_RECORDS($libraryId: String!, $recordsIds: [String!], $filters: [RecordFilterInput!]) {
2914
- deactivateRecords(
2915
- recordsIds: $recordsIds
2916
- filters: $filters
2917
- libraryId: $libraryId
2918
- ) {
2919
- id
2920
- }
2921
- }
2922
- `;
2923
- export type DeactivateRecordsMutationFn = Apollo.MutationFunction<DeactivateRecordsMutation, DeactivateRecordsMutationVariables>;
2924
-
2925
- /**
2926
- * __useDeactivateRecordsMutation__
2927
- *
2928
- * To run a mutation, you first call `useDeactivateRecordsMutation` within a React component and pass it any options that fit your needs.
2929
- * When your component renders, `useDeactivateRecordsMutation` returns a tuple that includes:
2930
- * - A mutate function that you can call at any time to execute the mutation
2931
- * - An object with fields that represent the current status of the mutation's execution
2932
- *
2933
- * @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;
2934
- *
2935
- * @example
2936
- * const [deactivateRecordsMutation, { data, loading, error }] = useDeactivateRecordsMutation({
2937
- * variables: {
2938
- * libraryId: // value for 'libraryId'
2939
- * recordsIds: // value for 'recordsIds'
2940
- * filters: // value for 'filters'
2941
- * },
2942
- * });
2943
- */
2944
- export function useDeactivateRecordsMutation(baseOptions?: Apollo.MutationHookOptions<DeactivateRecordsMutation, DeactivateRecordsMutationVariables>) {
2945
- const options = {...defaultOptions, ...baseOptions}
2946
- return Apollo.useMutation<DeactivateRecordsMutation, DeactivateRecordsMutationVariables>(DeactivateRecordsDocument, options);
2947
- }
2948
- export type DeactivateRecordsMutationHookResult = ReturnType<typeof useDeactivateRecordsMutation>;
2949
- export type DeactivateRecordsMutationResult = Apollo.MutationResult<DeactivateRecordsMutation>;
2950
- export type DeactivateRecordsMutationOptions = Apollo.BaseMutationOptions<DeactivateRecordsMutation, DeactivateRecordsMutationVariables>;
2951
- export const DoesFileExistAsChildDocument = gql`
2952
- query DOES_FILE_EXIST_AS_CHILD($parentNode: ID, $treeId: ID!, $filename: String!) {
2953
- doesFileExistAsChild(
2954
- parentNode: $parentNode
2955
- treeId: $treeId
2956
- filename: $filename
2957
- )
2958
- }
2959
- `;
2960
-
2961
- /**
2962
- * __useDoesFileExistAsChildQuery__
2963
- *
2964
- * To run a query within a React component, call `useDoesFileExistAsChildQuery` and pass it any options that fit your needs.
2965
- * When your component renders, `useDoesFileExistAsChildQuery` returns an object from Apollo Client that contains loading, error, and data properties
2966
- * you can use to render your UI.
2967
- *
2968
- * @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;
2969
- *
2970
- * @example
2971
- * const { data, loading, error } = useDoesFileExistAsChildQuery({
2972
- * variables: {
2973
- * parentNode: // value for 'parentNode'
2974
- * treeId: // value for 'treeId'
2975
- * filename: // value for 'filename'
2976
- * },
2977
- * });
2978
- */
2979
- export function useDoesFileExistAsChildQuery(baseOptions: Apollo.QueryHookOptions<DoesFileExistAsChildQuery, DoesFileExistAsChildQueryVariables>) {
2980
- const options = {...defaultOptions, ...baseOptions}
2981
- return Apollo.useQuery<DoesFileExistAsChildQuery, DoesFileExistAsChildQueryVariables>(DoesFileExistAsChildDocument, options);
2982
- }
2983
- export function useDoesFileExistAsChildLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<DoesFileExistAsChildQuery, DoesFileExistAsChildQueryVariables>) {
2984
- const options = {...defaultOptions, ...baseOptions}
2985
- return Apollo.useLazyQuery<DoesFileExistAsChildQuery, DoesFileExistAsChildQueryVariables>(DoesFileExistAsChildDocument, options);
2986
- }
2987
- export type DoesFileExistAsChildQueryHookResult = ReturnType<typeof useDoesFileExistAsChildQuery>;
2988
- export type DoesFileExistAsChildLazyQueryHookResult = ReturnType<typeof useDoesFileExistAsChildLazyQuery>;
2989
- export type DoesFileExistAsChildQueryResult = Apollo.QueryResult<DoesFileExistAsChildQuery, DoesFileExistAsChildQueryVariables>;
2990
- export const GetFileDataDocument = gql`
2991
- query GET_FILE_DATA($library: ID!, $fileId: String!, $previewsStatusAttribute: ID!) {
2992
- records(
2993
- library: $library
2994
- filters: [{field: "id", value: $fileId, condition: EQUAL}]
2995
- ) {
2996
- list {
2997
- ...RecordIdentity
2998
- created_at: property(attribute: "created_at") {
2999
- ... on Value {
3000
- value
3001
- }
3002
- }
3003
- created_by: property(attribute: "created_by") {
3004
- ... on LinkValue {
3005
- value {
3006
- ...RecordIdentity
3007
- }
3008
- }
3009
- }
3010
- modified_at: property(attribute: "modified_at") {
3011
- ... on Value {
3012
- value
3013
- }
3014
- }
3015
- modified_by: property(attribute: "modified_by") {
3016
- ... on LinkValue {
3017
- value {
3018
- ...RecordIdentity
3019
- }
3020
- }
3021
- }
3022
- file_name: property(attribute: "file_name") {
3023
- ... on Value {
3024
- value
3025
- }
3026
- }
3027
- file_path: property(attribute: "file_path") {
3028
- ... on Value {
3029
- value
3030
- }
3031
- }
3032
- previews_status: property(attribute: $previewsStatusAttribute) {
3033
- ... on Value {
3034
- value
3035
- }
3036
- }
3037
- library {
3038
- behavior
3039
- }
3040
- }
3041
- }
3042
- }
3043
- ${RecordIdentityFragmentDoc}`;
3044
-
3045
- /**
3046
- * __useGetFileDataQuery__
3047
- *
3048
- * To run a query within a React component, call `useGetFileDataQuery` and pass it any options that fit your needs.
3049
- * When your component renders, `useGetFileDataQuery` returns an object from Apollo Client that contains loading, error, and data properties
3050
- * you can use to render your UI.
3051
- *
3052
- * @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;
3053
- *
3054
- * @example
3055
- * const { data, loading, error } = useGetFileDataQuery({
3056
- * variables: {
3057
- * library: // value for 'library'
3058
- * fileId: // value for 'fileId'
3059
- * previewsStatusAttribute: // value for 'previewsStatusAttribute'
3060
- * },
3061
- * });
3062
- */
3063
- export function useGetFileDataQuery(baseOptions: Apollo.QueryHookOptions<GetFileDataQuery, GetFileDataQueryVariables>) {
3064
- const options = {...defaultOptions, ...baseOptions}
3065
- return Apollo.useQuery<GetFileDataQuery, GetFileDataQueryVariables>(GetFileDataDocument, options);
3066
- }
3067
- export function useGetFileDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetFileDataQuery, GetFileDataQueryVariables>) {
3068
- const options = {...defaultOptions, ...baseOptions}
3069
- return Apollo.useLazyQuery<GetFileDataQuery, GetFileDataQueryVariables>(GetFileDataDocument, options);
3070
- }
3071
- export type GetFileDataQueryHookResult = ReturnType<typeof useGetFileDataQuery>;
3072
- export type GetFileDataLazyQueryHookResult = ReturnType<typeof useGetFileDataLazyQuery>;
3073
- export type GetFileDataQueryResult = Apollo.QueryResult<GetFileDataQuery, GetFileDataQueryVariables>;
3074
- export const RecordFormDocument = gql`
3075
- query RECORD_FORM($libraryId: String!, $formId: String!, $recordId: String, $version: [ValueVersionInput!]) {
3076
- recordForm(
3077
- recordId: $recordId
3078
- libraryId: $libraryId
3079
- formId: $formId
3080
- version: $version
3081
- ) {
3082
- id
3083
- recordId
3084
- library {
3085
- id
3086
- }
3087
- dependencyAttributes {
3088
- id
3089
- }
3090
- elements {
3091
- ...RecordFormElement
3092
- }
3093
- }
3094
- }
3095
- ${RecordFormElementFragmentDoc}`;
3096
-
3097
- /**
3098
- * __useRecordFormQuery__
3099
- *
3100
- * To run a query within a React component, call `useRecordFormQuery` and pass it any options that fit your needs.
3101
- * When your component renders, `useRecordFormQuery` returns an object from Apollo Client that contains loading, error, and data properties
3102
- * you can use to render your UI.
3103
- *
3104
- * @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;
3105
- *
3106
- * @example
3107
- * const { data, loading, error } = useRecordFormQuery({
3108
- * variables: {
3109
- * libraryId: // value for 'libraryId'
3110
- * formId: // value for 'formId'
3111
- * recordId: // value for 'recordId'
3112
- * version: // value for 'version'
3113
- * },
3114
- * });
3115
- */
3116
- export function useRecordFormQuery(baseOptions: Apollo.QueryHookOptions<RecordFormQuery, RecordFormQueryVariables>) {
3117
- const options = {...defaultOptions, ...baseOptions}
3118
- return Apollo.useQuery<RecordFormQuery, RecordFormQueryVariables>(RecordFormDocument, options);
3119
- }
3120
- export function useRecordFormLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<RecordFormQuery, RecordFormQueryVariables>) {
3121
- const options = {...defaultOptions, ...baseOptions}
3122
- return Apollo.useLazyQuery<RecordFormQuery, RecordFormQueryVariables>(RecordFormDocument, options);
3123
- }
3124
- export type RecordFormQueryHookResult = ReturnType<typeof useRecordFormQuery>;
3125
- export type RecordFormLazyQueryHookResult = ReturnType<typeof useRecordFormLazyQuery>;
3126
- export type RecordFormQueryResult = Apollo.QueryResult<RecordFormQuery, RecordFormQueryVariables>;
3127
- export const RecordUpdateDocument = gql`
3128
- subscription RECORD_UPDATE($filters: RecordUpdateFilterInput) {
3129
- recordUpdate(filters: $filters) {
3130
- record {
3131
- ...RecordIdentity
3132
- modified_by: property(attribute: "modified_by") {
3133
- ... on LinkValue {
3134
- value {
3135
- ...RecordIdentity
3136
- }
3137
- }
3138
- }
3139
- }
3140
- updatedValues {
3141
- attribute
3142
- value {
3143
- ...ValueDetails
3144
- }
3145
- }
3146
- }
3147
- }
3148
- ${RecordIdentityFragmentDoc}
3149
- ${ValueDetailsFragmentDoc}`;
3150
-
3151
- /**
3152
- * __useRecordUpdateSubscription__
3153
- *
3154
- * To run a query within a React component, call `useRecordUpdateSubscription` and pass it any options that fit your needs.
3155
- * When your component renders, `useRecordUpdateSubscription` returns an object from Apollo Client that contains loading, error, and data properties
3156
- * you can use to render your UI.
3157
- *
3158
- * @param baseOptions options that will be passed into the subscription, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
3159
- *
3160
- * @example
3161
- * const { data, loading, error } = useRecordUpdateSubscription({
3162
- * variables: {
3163
- * filters: // value for 'filters'
3164
- * },
3165
- * });
3166
- */
3167
- export function useRecordUpdateSubscription(baseOptions?: Apollo.SubscriptionHookOptions<RecordUpdateSubscription, RecordUpdateSubscriptionVariables>) {
3168
- const options = {...defaultOptions, ...baseOptions}
3169
- return Apollo.useSubscription<RecordUpdateSubscription, RecordUpdateSubscriptionVariables>(RecordUpdateDocument, options);
3170
- }
3171
- export type RecordUpdateSubscriptionHookResult = ReturnType<typeof useRecordUpdateSubscription>;
3172
- export type RecordUpdateSubscriptionResult = Apollo.SubscriptionResult<RecordUpdateSubscription>;
3173
- export const IndexRecordsDocument = gql`
3174
- mutation INDEX_RECORDS($libraryId: String!, $records: [String!]) {
3175
- indexRecords(libraryId: $libraryId, records: $records)
3176
- }
3177
- `;
3178
- export type IndexRecordsMutationFn = Apollo.MutationFunction<IndexRecordsMutation, IndexRecordsMutationVariables>;
3179
-
3180
- /**
3181
- * __useIndexRecordsMutation__
3182
- *
3183
- * To run a mutation, you first call `useIndexRecordsMutation` within a React component and pass it any options that fit your needs.
3184
- * When your component renders, `useIndexRecordsMutation` returns a tuple that includes:
3185
- * - A mutate function that you can call at any time to execute the mutation
3186
- * - An object with fields that represent the current status of the mutation's execution
3187
- *
3188
- * @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;
3189
- *
3190
- * @example
3191
- * const [indexRecordsMutation, { data, loading, error }] = useIndexRecordsMutation({
3192
- * variables: {
3193
- * libraryId: // value for 'libraryId'
3194
- * records: // value for 'records'
3195
- * },
3196
- * });
3197
- */
3198
- export function useIndexRecordsMutation(baseOptions?: Apollo.MutationHookOptions<IndexRecordsMutation, IndexRecordsMutationVariables>) {
3199
- const options = {...defaultOptions, ...baseOptions}
3200
- return Apollo.useMutation<IndexRecordsMutation, IndexRecordsMutationVariables>(IndexRecordsDocument, options);
3201
- }
3202
- export type IndexRecordsMutationHookResult = ReturnType<typeof useIndexRecordsMutation>;
3203
- export type IndexRecordsMutationResult = Apollo.MutationResult<IndexRecordsMutation>;
3204
- export type IndexRecordsMutationOptions = Apollo.BaseMutationOptions<IndexRecordsMutation, IndexRecordsMutationVariables>;
3205
- export const CancelTaskDocument = gql`
3206
- mutation CANCEL_TASK($taskId: ID!) {
3207
- cancelTask(taskId: $taskId)
3208
- }
3209
- `;
3210
- export type CancelTaskMutationFn = Apollo.MutationFunction<CancelTaskMutation, CancelTaskMutationVariables>;
3211
-
3212
- /**
3213
- * __useCancelTaskMutation__
3214
- *
3215
- * To run a mutation, you first call `useCancelTaskMutation` within a React component and pass it any options that fit your needs.
3216
- * When your component renders, `useCancelTaskMutation` returns a tuple that includes:
3217
- * - A mutate function that you can call at any time to execute the mutation
3218
- * - An object with fields that represent the current status of the mutation's execution
3219
- *
3220
- * @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;
3221
- *
3222
- * @example
3223
- * const [cancelTaskMutation, { data, loading, error }] = useCancelTaskMutation({
3224
- * variables: {
3225
- * taskId: // value for 'taskId'
3226
- * },
3227
- * });
3228
- */
3229
- export function useCancelTaskMutation(baseOptions?: Apollo.MutationHookOptions<CancelTaskMutation, CancelTaskMutationVariables>) {
3230
- const options = {...defaultOptions, ...baseOptions}
3231
- return Apollo.useMutation<CancelTaskMutation, CancelTaskMutationVariables>(CancelTaskDocument, options);
3232
- }
3233
- export type CancelTaskMutationHookResult = ReturnType<typeof useCancelTaskMutation>;
3234
- export type CancelTaskMutationResult = Apollo.MutationResult<CancelTaskMutation>;
3235
- export type CancelTaskMutationOptions = Apollo.BaseMutationOptions<CancelTaskMutation, CancelTaskMutationVariables>;
3236
- export const CheckTreeExistenceDocument = gql`
3237
- query CHECK_TREE_EXISTENCE($id: [ID!]) {
3238
- trees(filters: {id: $id}) {
3239
- totalCount
3240
- }
3241
- }
3242
- `;
3243
-
3244
- /**
3245
- * __useCheckTreeExistenceQuery__
3246
- *
3247
- * To run a query within a React component, call `useCheckTreeExistenceQuery` and pass it any options that fit your needs.
3248
- * When your component renders, `useCheckTreeExistenceQuery` returns an object from Apollo Client that contains loading, error, and data properties
3249
- * you can use to render your UI.
3250
- *
3251
- * @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;
3252
- *
3253
- * @example
3254
- * const { data, loading, error } = useCheckTreeExistenceQuery({
3255
- * variables: {
3256
- * id: // value for 'id'
3257
- * },
3258
- * });
3259
- */
3260
- export function useCheckTreeExistenceQuery(baseOptions?: Apollo.QueryHookOptions<CheckTreeExistenceQuery, CheckTreeExistenceQueryVariables>) {
3261
- const options = {...defaultOptions, ...baseOptions}
3262
- return Apollo.useQuery<CheckTreeExistenceQuery, CheckTreeExistenceQueryVariables>(CheckTreeExistenceDocument, options);
3263
- }
3264
- export function useCheckTreeExistenceLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CheckTreeExistenceQuery, CheckTreeExistenceQueryVariables>) {
3265
- const options = {...defaultOptions, ...baseOptions}
3266
- return Apollo.useLazyQuery<CheckTreeExistenceQuery, CheckTreeExistenceQueryVariables>(CheckTreeExistenceDocument, options);
3267
- }
3268
- export type CheckTreeExistenceQueryHookResult = ReturnType<typeof useCheckTreeExistenceQuery>;
3269
- export type CheckTreeExistenceLazyQueryHookResult = ReturnType<typeof useCheckTreeExistenceLazyQuery>;
3270
- export type CheckTreeExistenceQueryResult = Apollo.QueryResult<CheckTreeExistenceQuery, CheckTreeExistenceQueryVariables>;
3271
- export const DeleteTreeDocument = gql`
3272
- mutation DELETE_TREE($id: ID!) {
3273
- deleteTree(id: $id) {
3274
- id
3275
- }
3276
- }
3277
- `;
3278
- export type DeleteTreeMutationFn = Apollo.MutationFunction<DeleteTreeMutation, DeleteTreeMutationVariables>;
3279
-
3280
- /**
3281
- * __useDeleteTreeMutation__
3282
- *
3283
- * To run a mutation, you first call `useDeleteTreeMutation` within a React component and pass it any options that fit your needs.
3284
- * When your component renders, `useDeleteTreeMutation` returns a tuple that includes:
3285
- * - A mutate function that you can call at any time to execute the mutation
3286
- * - An object with fields that represent the current status of the mutation's execution
3287
- *
3288
- * @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;
3289
- *
3290
- * @example
3291
- * const [deleteTreeMutation, { data, loading, error }] = useDeleteTreeMutation({
3292
- * variables: {
3293
- * id: // value for 'id'
3294
- * },
3295
- * });
3296
- */
3297
- export function useDeleteTreeMutation(baseOptions?: Apollo.MutationHookOptions<DeleteTreeMutation, DeleteTreeMutationVariables>) {
3298
- const options = {...defaultOptions, ...baseOptions}
3299
- return Apollo.useMutation<DeleteTreeMutation, DeleteTreeMutationVariables>(DeleteTreeDocument, options);
3300
- }
3301
- export type DeleteTreeMutationHookResult = ReturnType<typeof useDeleteTreeMutation>;
3302
- export type DeleteTreeMutationResult = Apollo.MutationResult<DeleteTreeMutation>;
3303
- export type DeleteTreeMutationOptions = Apollo.BaseMutationOptions<DeleteTreeMutation, DeleteTreeMutationVariables>;
3304
- export const GetTreeByIdDocument = gql`
3305
- query GET_TREE_BY_ID($id: [ID!]) {
3306
- trees(filters: {id: $id}) {
3307
- list {
3308
- ...TreeDetails
3309
- }
3310
- }
3311
- }
3312
- ${TreeDetailsFragmentDoc}`;
3313
-
3314
- /**
3315
- * __useGetTreeByIdQuery__
3316
- *
3317
- * To run a query within a React component, call `useGetTreeByIdQuery` and pass it any options that fit your needs.
3318
- * When your component renders, `useGetTreeByIdQuery` returns an object from Apollo Client that contains loading, error, and data properties
3319
- * you can use to render your UI.
3320
- *
3321
- * @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;
3322
- *
3323
- * @example
3324
- * const { data, loading, error } = useGetTreeByIdQuery({
3325
- * variables: {
3326
- * id: // value for 'id'
3327
- * },
3328
- * });
3329
- */
3330
- export function useGetTreeByIdQuery(baseOptions?: Apollo.QueryHookOptions<GetTreeByIdQuery, GetTreeByIdQueryVariables>) {
3331
- const options = {...defaultOptions, ...baseOptions}
3332
- return Apollo.useQuery<GetTreeByIdQuery, GetTreeByIdQueryVariables>(GetTreeByIdDocument, options);
3333
- }
3334
- export function useGetTreeByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetTreeByIdQuery, GetTreeByIdQueryVariables>) {
3335
- const options = {...defaultOptions, ...baseOptions}
3336
- return Apollo.useLazyQuery<GetTreeByIdQuery, GetTreeByIdQueryVariables>(GetTreeByIdDocument, options);
3337
- }
3338
- export type GetTreeByIdQueryHookResult = ReturnType<typeof useGetTreeByIdQuery>;
3339
- export type GetTreeByIdLazyQueryHookResult = ReturnType<typeof useGetTreeByIdLazyQuery>;
3340
- export type GetTreeByIdQueryResult = Apollo.QueryResult<GetTreeByIdQuery, GetTreeByIdQueryVariables>;
3341
- export const GetTreeLibrariesDocument = gql`
3342
- query GET_TREE_LIBRARIES($treeId: [ID!], $library: String) {
3343
- trees(filters: {id: $treeId, library: $library}) {
3344
- totalCount
3345
- list {
3346
- id
3347
- behavior
3348
- system
3349
- libraries {
3350
- library {
3351
- id
3352
- label
3353
- behavior
3354
- system
3355
- }
3356
- settings {
3357
- allowMultiplePositions
3358
- allowedChildren
3359
- allowedAtRoot
3360
- }
3361
- }
3362
- }
3363
- }
3364
- }
3365
- `;
3366
-
3367
- /**
3368
- * __useGetTreeLibrariesQuery__
3369
- *
3370
- * To run a query within a React component, call `useGetTreeLibrariesQuery` and pass it any options that fit your needs.
3371
- * When your component renders, `useGetTreeLibrariesQuery` returns an object from Apollo Client that contains loading, error, and data properties
3372
- * you can use to render your UI.
3373
- *
3374
- * @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;
3375
- *
3376
- * @example
3377
- * const { data, loading, error } = useGetTreeLibrariesQuery({
3378
- * variables: {
3379
- * treeId: // value for 'treeId'
3380
- * library: // value for 'library'
3381
- * },
3382
- * });
3383
- */
3384
- export function useGetTreeLibrariesQuery(baseOptions?: Apollo.QueryHookOptions<GetTreeLibrariesQuery, GetTreeLibrariesQueryVariables>) {
3385
- const options = {...defaultOptions, ...baseOptions}
3386
- return Apollo.useQuery<GetTreeLibrariesQuery, GetTreeLibrariesQueryVariables>(GetTreeLibrariesDocument, options);
3387
- }
3388
- export function useGetTreeLibrariesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetTreeLibrariesQuery, GetTreeLibrariesQueryVariables>) {
3389
- const options = {...defaultOptions, ...baseOptions}
3390
- return Apollo.useLazyQuery<GetTreeLibrariesQuery, GetTreeLibrariesQueryVariables>(GetTreeLibrariesDocument, options);
3391
- }
3392
- export type GetTreeLibrariesQueryHookResult = ReturnType<typeof useGetTreeLibrariesQuery>;
3393
- export type GetTreeLibrariesLazyQueryHookResult = ReturnType<typeof useGetTreeLibrariesLazyQuery>;
3394
- export type GetTreeLibrariesQueryResult = Apollo.QueryResult<GetTreeLibrariesQuery, GetTreeLibrariesQueryVariables>;
3395
- export const GetTreesDocument = gql`
3396
- query GET_TREES {
3397
- trees {
3398
- list {
3399
- ...TreeLight
3400
- }
3401
- }
3402
- }
3403
- ${TreeLightFragmentDoc}`;
3404
-
3405
- /**
3406
- * __useGetTreesQuery__
3407
- *
3408
- * To run a query within a React component, call `useGetTreesQuery` and pass it any options that fit your needs.
3409
- * When your component renders, `useGetTreesQuery` returns an object from Apollo Client that contains loading, error, and data properties
3410
- * you can use to render your UI.
3411
- *
3412
- * @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;
3413
- *
3414
- * @example
3415
- * const { data, loading, error } = useGetTreesQuery({
3416
- * variables: {
3417
- * },
3418
- * });
3419
- */
3420
- export function useGetTreesQuery(baseOptions?: Apollo.QueryHookOptions<GetTreesQuery, GetTreesQueryVariables>) {
3421
- const options = {...defaultOptions, ...baseOptions}
3422
- return Apollo.useQuery<GetTreesQuery, GetTreesQueryVariables>(GetTreesDocument, options);
3423
- }
3424
- export function useGetTreesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetTreesQuery, GetTreesQueryVariables>) {
3425
- const options = {...defaultOptions, ...baseOptions}
3426
- return Apollo.useLazyQuery<GetTreesQuery, GetTreesQueryVariables>(GetTreesDocument, options);
3427
- }
3428
- export type GetTreesQueryHookResult = ReturnType<typeof useGetTreesQuery>;
3429
- export type GetTreesLazyQueryHookResult = ReturnType<typeof useGetTreesLazyQuery>;
3430
- export type GetTreesQueryResult = Apollo.QueryResult<GetTreesQuery, GetTreesQueryVariables>;
3431
- export const SaveTreeDocument = gql`
3432
- mutation SAVE_TREE($tree: TreeInput!) {
3433
- saveTree(tree: $tree) {
3434
- ...TreeDetails
3435
- }
3436
- }
3437
- ${TreeDetailsFragmentDoc}`;
3438
- export type SaveTreeMutationFn = Apollo.MutationFunction<SaveTreeMutation, SaveTreeMutationVariables>;
3439
-
3440
- /**
3441
- * __useSaveTreeMutation__
3442
- *
3443
- * To run a mutation, you first call `useSaveTreeMutation` within a React component and pass it any options that fit your needs.
3444
- * When your component renders, `useSaveTreeMutation` returns a tuple that includes:
3445
- * - A mutate function that you can call at any time to execute the mutation
3446
- * - An object with fields that represent the current status of the mutation's execution
3447
- *
3448
- * @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;
3449
- *
3450
- * @example
3451
- * const [saveTreeMutation, { data, loading, error }] = useSaveTreeMutation({
3452
- * variables: {
3453
- * tree: // value for 'tree'
3454
- * },
3455
- * });
3456
- */
3457
- export function useSaveTreeMutation(baseOptions?: Apollo.MutationHookOptions<SaveTreeMutation, SaveTreeMutationVariables>) {
3458
- const options = {...defaultOptions, ...baseOptions}
3459
- return Apollo.useMutation<SaveTreeMutation, SaveTreeMutationVariables>(SaveTreeDocument, options);
3460
- }
3461
- export type SaveTreeMutationHookResult = ReturnType<typeof useSaveTreeMutation>;
3462
- export type SaveTreeMutationResult = Apollo.MutationResult<SaveTreeMutation>;
3463
- export type SaveTreeMutationOptions = Apollo.BaseMutationOptions<SaveTreeMutation, SaveTreeMutationVariables>;
3464
- export const TreeNodeChildrenDocument = gql`
3465
- query TREE_NODE_CHILDREN($treeId: ID!, $node: ID, $pagination: Pagination) {
3466
- treeNodeChildren(treeId: $treeId, node: $node, pagination: $pagination) {
3467
- totalCount
3468
- list {
3469
- ...TreeNodeChild
3470
- }
3471
- }
3472
- }
3473
- ${TreeNodeChildFragmentDoc}`;
3474
-
3475
- /**
3476
- * __useTreeNodeChildrenQuery__
3477
- *
3478
- * To run a query within a React component, call `useTreeNodeChildrenQuery` and pass it any options that fit your needs.
3479
- * When your component renders, `useTreeNodeChildrenQuery` returns an object from Apollo Client that contains loading, error, and data properties
3480
- * you can use to render your UI.
3481
- *
3482
- * @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;
3483
- *
3484
- * @example
3485
- * const { data, loading, error } = useTreeNodeChildrenQuery({
3486
- * variables: {
3487
- * treeId: // value for 'treeId'
3488
- * node: // value for 'node'
3489
- * pagination: // value for 'pagination'
3490
- * },
3491
- * });
3492
- */
3493
- export function useTreeNodeChildrenQuery(baseOptions: Apollo.QueryHookOptions<TreeNodeChildrenQuery, TreeNodeChildrenQueryVariables>) {
3494
- const options = {...defaultOptions, ...baseOptions}
3495
- return Apollo.useQuery<TreeNodeChildrenQuery, TreeNodeChildrenQueryVariables>(TreeNodeChildrenDocument, options);
3496
- }
3497
- export function useTreeNodeChildrenLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<TreeNodeChildrenQuery, TreeNodeChildrenQueryVariables>) {
3498
- const options = {...defaultOptions, ...baseOptions}
3499
- return Apollo.useLazyQuery<TreeNodeChildrenQuery, TreeNodeChildrenQueryVariables>(TreeNodeChildrenDocument, options);
3500
- }
3501
- export type TreeNodeChildrenQueryHookResult = ReturnType<typeof useTreeNodeChildrenQuery>;
3502
- export type TreeNodeChildrenLazyQueryHookResult = ReturnType<typeof useTreeNodeChildrenLazyQuery>;
3503
- export type TreeNodeChildrenQueryResult = Apollo.QueryResult<TreeNodeChildrenQuery, TreeNodeChildrenQueryVariables>;
3504
- export const GetUserDataDocument = gql`
3505
- query GET_USER_DATA($keys: [String!]!, $global: Boolean) {
3506
- userData(keys: $keys, global: $global) {
3507
- global
3508
- data
3509
- }
3510
- }
3511
- `;
3512
-
3513
- /**
3514
- * __useGetUserDataQuery__
3515
- *
3516
- * To run a query within a React component, call `useGetUserDataQuery` and pass it any options that fit your needs.
3517
- * When your component renders, `useGetUserDataQuery` returns an object from Apollo Client that contains loading, error, and data properties
3518
- * you can use to render your UI.
3519
- *
3520
- * @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;
3521
- *
3522
- * @example
3523
- * const { data, loading, error } = useGetUserDataQuery({
3524
- * variables: {
3525
- * keys: // value for 'keys'
3526
- * global: // value for 'global'
3527
- * },
3528
- * });
3529
- */
3530
- export function useGetUserDataQuery(baseOptions: Apollo.QueryHookOptions<GetUserDataQuery, GetUserDataQueryVariables>) {
3531
- const options = {...defaultOptions, ...baseOptions}
3532
- return Apollo.useQuery<GetUserDataQuery, GetUserDataQueryVariables>(GetUserDataDocument, options);
3533
- }
3534
- export function useGetUserDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetUserDataQuery, GetUserDataQueryVariables>) {
3535
- const options = {...defaultOptions, ...baseOptions}
3536
- return Apollo.useLazyQuery<GetUserDataQuery, GetUserDataQueryVariables>(GetUserDataDocument, options);
3537
- }
3538
- export type GetUserDataQueryHookResult = ReturnType<typeof useGetUserDataQuery>;
3539
- export type GetUserDataLazyQueryHookResult = ReturnType<typeof useGetUserDataLazyQuery>;
3540
- export type GetUserDataQueryResult = Apollo.QueryResult<GetUserDataQuery, GetUserDataQueryVariables>;
3541
- export const SaveUserDataDocument = gql`
3542
- mutation SAVE_USER_DATA($key: String!, $value: Any, $global: Boolean!) {
3543
- saveUserData(key: $key, value: $value, global: $global) {
3544
- global
3545
- data
3546
- }
3547
- }
3548
- `;
3549
- export type SaveUserDataMutationFn = Apollo.MutationFunction<SaveUserDataMutation, SaveUserDataMutationVariables>;
3550
-
3551
- /**
3552
- * __useSaveUserDataMutation__
3553
- *
3554
- * To run a mutation, you first call `useSaveUserDataMutation` within a React component and pass it any options that fit your needs.
3555
- * When your component renders, `useSaveUserDataMutation` returns a tuple that includes:
3556
- * - A mutate function that you can call at any time to execute the mutation
3557
- * - An object with fields that represent the current status of the mutation's execution
3558
- *
3559
- * @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;
3560
- *
3561
- * @example
3562
- * const [saveUserDataMutation, { data, loading, error }] = useSaveUserDataMutation({
3563
- * variables: {
3564
- * key: // value for 'key'
3565
- * value: // value for 'value'
3566
- * global: // value for 'global'
3567
- * },
3568
- * });
3569
- */
3570
- export function useSaveUserDataMutation(baseOptions?: Apollo.MutationHookOptions<SaveUserDataMutation, SaveUserDataMutationVariables>) {
3571
- const options = {...defaultOptions, ...baseOptions}
3572
- return Apollo.useMutation<SaveUserDataMutation, SaveUserDataMutationVariables>(SaveUserDataDocument, options);
3573
- }
3574
- export type SaveUserDataMutationHookResult = ReturnType<typeof useSaveUserDataMutation>;
3575
- export type SaveUserDataMutationResult = Apollo.MutationResult<SaveUserDataMutation>;
3576
- export type SaveUserDataMutationOptions = Apollo.BaseMutationOptions<SaveUserDataMutation, SaveUserDataMutationVariables>;
3577
- export const DeleteValueDocument = gql`
3578
- mutation DELETE_VALUE($library: ID!, $recordId: ID!, $attribute: ID!, $value: ValueInput) {
3579
- deleteValue(
3580
- library: $library
3581
- recordId: $recordId
3582
- attribute: $attribute
3583
- value: $value
3584
- ) {
3585
- ...ValueDetails
3586
- }
3587
- }
3588
- ${ValueDetailsFragmentDoc}`;
3589
- export type DeleteValueMutationFn = Apollo.MutationFunction<DeleteValueMutation, DeleteValueMutationVariables>;
3590
-
3591
- /**
3592
- * __useDeleteValueMutation__
3593
- *
3594
- * To run a mutation, you first call `useDeleteValueMutation` within a React component and pass it any options that fit your needs.
3595
- * When your component renders, `useDeleteValueMutation` returns a tuple that includes:
3596
- * - A mutate function that you can call at any time to execute the mutation
3597
- * - An object with fields that represent the current status of the mutation's execution
3598
- *
3599
- * @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;
3600
- *
3601
- * @example
3602
- * const [deleteValueMutation, { data, loading, error }] = useDeleteValueMutation({
3603
- * variables: {
3604
- * library: // value for 'library'
3605
- * recordId: // value for 'recordId'
3606
- * attribute: // value for 'attribute'
3607
- * value: // value for 'value'
3608
- * },
3609
- * });
3610
- */
3611
- export function useDeleteValueMutation(baseOptions?: Apollo.MutationHookOptions<DeleteValueMutation, DeleteValueMutationVariables>) {
3612
- const options = {...defaultOptions, ...baseOptions}
3613
- return Apollo.useMutation<DeleteValueMutation, DeleteValueMutationVariables>(DeleteValueDocument, options);
3614
- }
3615
- export type DeleteValueMutationHookResult = ReturnType<typeof useDeleteValueMutation>;
3616
- export type DeleteValueMutationResult = Apollo.MutationResult<DeleteValueMutation>;
3617
- export type DeleteValueMutationOptions = Apollo.BaseMutationOptions<DeleteValueMutation, DeleteValueMutationVariables>;
3618
- export const SaveValueBatchDocument = gql`
3619
- mutation SAVE_VALUE_BATCH($library: ID!, $recordId: ID!, $version: [ValueVersionInput!], $values: [ValueBatchInput!]!, $deleteEmpty: Boolean) {
3620
- saveValueBatch(
3621
- library: $library
3622
- recordId: $recordId
3623
- version: $version
3624
- values: $values
3625
- deleteEmpty: $deleteEmpty
3626
- ) {
3627
- values {
3628
- ...ValueDetails
3629
- }
3630
- errors {
3631
- type
3632
- attribute
3633
- input
3634
- message
3635
- }
3636
- }
3637
- }
3638
- ${ValueDetailsFragmentDoc}`;
3639
- export type SaveValueBatchMutationFn = Apollo.MutationFunction<SaveValueBatchMutation, SaveValueBatchMutationVariables>;
3640
-
3641
- /**
3642
- * __useSaveValueBatchMutation__
3643
- *
3644
- * To run a mutation, you first call `useSaveValueBatchMutation` within a React component and pass it any options that fit your needs.
3645
- * When your component renders, `useSaveValueBatchMutation` returns a tuple that includes:
3646
- * - A mutate function that you can call at any time to execute the mutation
3647
- * - An object with fields that represent the current status of the mutation's execution
3648
- *
3649
- * @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;
3650
- *
3651
- * @example
3652
- * const [saveValueBatchMutation, { data, loading, error }] = useSaveValueBatchMutation({
3653
- * variables: {
3654
- * library: // value for 'library'
3655
- * recordId: // value for 'recordId'
3656
- * version: // value for 'version'
3657
- * values: // value for 'values'
3658
- * deleteEmpty: // value for 'deleteEmpty'
3659
- * },
3660
- * });
3661
- */
3662
- export function useSaveValueBatchMutation(baseOptions?: Apollo.MutationHookOptions<SaveValueBatchMutation, SaveValueBatchMutationVariables>) {
3663
- const options = {...defaultOptions, ...baseOptions}
3664
- return Apollo.useMutation<SaveValueBatchMutation, SaveValueBatchMutationVariables>(SaveValueBatchDocument, options);
3665
- }
3666
- export type SaveValueBatchMutationHookResult = ReturnType<typeof useSaveValueBatchMutation>;
3667
- export type SaveValueBatchMutationResult = Apollo.MutationResult<SaveValueBatchMutation>;
3668
- export type SaveValueBatchMutationOptions = Apollo.BaseMutationOptions<SaveValueBatchMutation, SaveValueBatchMutationVariables>;
3669
- export const DeleteViewDocument = gql`
3670
- mutation DELETE_VIEW($viewId: String!) {
3671
- deleteView(viewId: $viewId) {
3672
- id
3673
- library
3674
- }
3675
- }
3676
- `;
3677
- export type DeleteViewMutationFn = Apollo.MutationFunction<DeleteViewMutation, DeleteViewMutationVariables>;
3678
-
3679
- /**
3680
- * __useDeleteViewMutation__
3681
- *
3682
- * To run a mutation, you first call `useDeleteViewMutation` within a React component and pass it any options that fit your needs.
3683
- * When your component renders, `useDeleteViewMutation` returns a tuple that includes:
3684
- * - A mutate function that you can call at any time to execute the mutation
3685
- * - An object with fields that represent the current status of the mutation's execution
3686
- *
3687
- * @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;
3688
- *
3689
- * @example
3690
- * const [deleteViewMutation, { data, loading, error }] = useDeleteViewMutation({
3691
- * variables: {
3692
- * viewId: // value for 'viewId'
3693
- * },
3694
- * });
3695
- */
3696
- export function useDeleteViewMutation(baseOptions?: Apollo.MutationHookOptions<DeleteViewMutation, DeleteViewMutationVariables>) {
3697
- const options = {...defaultOptions, ...baseOptions}
3698
- return Apollo.useMutation<DeleteViewMutation, DeleteViewMutationVariables>(DeleteViewDocument, options);
3699
- }
3700
- export type DeleteViewMutationHookResult = ReturnType<typeof useDeleteViewMutation>;
3701
- export type DeleteViewMutationResult = Apollo.MutationResult<DeleteViewMutation>;
3702
- export type DeleteViewMutationOptions = Apollo.BaseMutationOptions<DeleteViewMutation, DeleteViewMutationVariables>;
3703
- export const GetViewDocument = gql`
3704
- query GET_VIEW($viewId: String!) {
3705
- view(viewId: $viewId) {
3706
- ...ViewDetails
3707
- }
3708
- }
3709
- ${ViewDetailsFragmentDoc}`;
3710
-
3711
- /**
3712
- * __useGetViewQuery__
3713
- *
3714
- * To run a query within a React component, call `useGetViewQuery` and pass it any options that fit your needs.
3715
- * When your component renders, `useGetViewQuery` returns an object from Apollo Client that contains loading, error, and data properties
3716
- * you can use to render your UI.
3717
- *
3718
- * @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;
3719
- *
3720
- * @example
3721
- * const { data, loading, error } = useGetViewQuery({
3722
- * variables: {
3723
- * viewId: // value for 'viewId'
3724
- * },
3725
- * });
3726
- */
3727
- export function useGetViewQuery(baseOptions: Apollo.QueryHookOptions<GetViewQuery, GetViewQueryVariables>) {
3728
- const options = {...defaultOptions, ...baseOptions}
3729
- return Apollo.useQuery<GetViewQuery, GetViewQueryVariables>(GetViewDocument, options);
3730
- }
3731
- export function useGetViewLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetViewQuery, GetViewQueryVariables>) {
3732
- const options = {...defaultOptions, ...baseOptions}
3733
- return Apollo.useLazyQuery<GetViewQuery, GetViewQueryVariables>(GetViewDocument, options);
3734
- }
3735
- export type GetViewQueryHookResult = ReturnType<typeof useGetViewQuery>;
3736
- export type GetViewLazyQueryHookResult = ReturnType<typeof useGetViewLazyQuery>;
3737
- export type GetViewQueryResult = Apollo.QueryResult<GetViewQuery, GetViewQueryVariables>;
3738
- export const GetViewsListDocument = gql`
3739
- query GET_VIEWS_LIST($libraryId: String!) {
3740
- views(library: $libraryId) {
3741
- totalCount
3742
- list {
3743
- ...ViewDetails
3744
- }
3745
- }
3746
- }
3747
- ${ViewDetailsFragmentDoc}`;
3748
-
3749
- /**
3750
- * __useGetViewsListQuery__
3751
- *
3752
- * To run a query within a React component, call `useGetViewsListQuery` and pass it any options that fit your needs.
3753
- * When your component renders, `useGetViewsListQuery` returns an object from Apollo Client that contains loading, error, and data properties
3754
- * you can use to render your UI.
3755
- *
3756
- * @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;
3757
- *
3758
- * @example
3759
- * const { data, loading, error } = useGetViewsListQuery({
3760
- * variables: {
3761
- * libraryId: // value for 'libraryId'
3762
- * },
3763
- * });
3764
- */
3765
- export function useGetViewsListQuery(baseOptions: Apollo.QueryHookOptions<GetViewsListQuery, GetViewsListQueryVariables>) {
3766
- const options = {...defaultOptions, ...baseOptions}
3767
- return Apollo.useQuery<GetViewsListQuery, GetViewsListQueryVariables>(GetViewsListDocument, options);
3768
- }
3769
- export function useGetViewsListLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetViewsListQuery, GetViewsListQueryVariables>) {
3770
- const options = {...defaultOptions, ...baseOptions}
3771
- return Apollo.useLazyQuery<GetViewsListQuery, GetViewsListQueryVariables>(GetViewsListDocument, options);
3772
- }
3773
- export type GetViewsListQueryHookResult = ReturnType<typeof useGetViewsListQuery>;
3774
- export type GetViewsListLazyQueryHookResult = ReturnType<typeof useGetViewsListLazyQuery>;
3775
- export type GetViewsListQueryResult = Apollo.QueryResult<GetViewsListQuery, GetViewsListQueryVariables>;
3776
- export const AddViewDocument = gql`
3777
- mutation ADD_VIEW($view: ViewInput!) {
3778
- saveView(view: $view) {
3779
- ...ViewDetails
3780
- }
3781
- }
3782
- ${ViewDetailsFragmentDoc}`;
3783
- export type AddViewMutationFn = Apollo.MutationFunction<AddViewMutation, AddViewMutationVariables>;
3784
-
3785
- /**
3786
- * __useAddViewMutation__
3787
- *
3788
- * To run a mutation, you first call `useAddViewMutation` within a React component and pass it any options that fit your needs.
3789
- * When your component renders, `useAddViewMutation` returns a tuple that includes:
3790
- * - A mutate function that you can call at any time to execute the mutation
3791
- * - An object with fields that represent the current status of the mutation's execution
3792
- *
3793
- * @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;
3794
- *
3795
- * @example
3796
- * const [addViewMutation, { data, loading, error }] = useAddViewMutation({
3797
- * variables: {
3798
- * view: // value for 'view'
3799
- * },
3800
- * });
3801
- */
3802
- export function useAddViewMutation(baseOptions?: Apollo.MutationHookOptions<AddViewMutation, AddViewMutationVariables>) {
3803
- const options = {...defaultOptions, ...baseOptions}
3804
- return Apollo.useMutation<AddViewMutation, AddViewMutationVariables>(AddViewDocument, options);
3805
- }
3806
- export type AddViewMutationHookResult = ReturnType<typeof useAddViewMutation>;
3807
- export type AddViewMutationResult = Apollo.MutationResult<AddViewMutation>;
3808
- export type AddViewMutationOptions = Apollo.BaseMutationOptions<AddViewMutation, AddViewMutationVariables>;