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

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 (2395) hide show
  1. package/README.md +37 -1
  2. package/apollo.apiKey.js.example +7 -0
  3. package/codegen.ts +48 -0
  4. package/dist/__mocks__/common/application.d.ts +3 -0
  5. package/dist/__mocks__/common/application.js +26 -0
  6. package/dist/__mocks__/common/application.js.map +1 -0
  7. package/dist/__mocks__/common/attribute.d.ts +13 -0
  8. package/dist/__mocks__/common/attribute.js +115 -0
  9. package/dist/__mocks__/common/attribute.js.map +1 -0
  10. package/dist/__mocks__/common/filter.d.ts +4 -0
  11. package/dist/__mocks__/common/filter.js +32 -0
  12. package/dist/__mocks__/common/filter.js.map +1 -0
  13. package/dist/__mocks__/common/form.d.ts +38 -0
  14. package/dist/__mocks__/common/form.js +143 -0
  15. package/dist/__mocks__/common/form.js.map +1 -0
  16. package/dist/__mocks__/common/import.d.ts +2 -0
  17. package/dist/__mocks__/common/import.js +29 -0
  18. package/dist/__mocks__/common/import.js.map +1 -0
  19. package/dist/__mocks__/common/label.d.ts +4 -0
  20. package/dist/__mocks__/common/label.js +8 -0
  21. package/dist/__mocks__/common/label.js.map +1 -0
  22. package/dist/__mocks__/common/library.d.ts +109 -0
  23. package/dist/__mocks__/common/library.js +100 -0
  24. package/dist/__mocks__/common/library.js.map +1 -0
  25. package/dist/__mocks__/common/mockSearchContextProvider.d.ts +6 -0
  26. package/dist/__mocks__/common/mockSearchContextProvider.js +12 -0
  27. package/dist/__mocks__/common/mockSearchContextProvider.js.map +1 -0
  28. package/dist/__mocks__/common/record.d.ts +4 -0
  29. package/dist/__mocks__/common/record.js +21 -0
  30. package/dist/__mocks__/common/record.js.map +1 -0
  31. package/dist/__mocks__/common/tree.d.ts +3 -0
  32. package/dist/__mocks__/common/tree.js +32 -0
  33. package/dist/__mocks__/common/tree.js.map +1 -0
  34. package/dist/__mocks__/common/treeElements.d.ts +11 -0
  35. package/dist/__mocks__/common/treeElements.js +59 -0
  36. package/dist/__mocks__/common/treeElements.js.map +1 -0
  37. package/dist/__mocks__/common/value.d.ts +5 -0
  38. package/dist/__mocks__/common/value.js +35 -0
  39. package/dist/__mocks__/common/value.js.map +1 -0
  40. package/dist/__mocks__/common/versionProfile.d.ts +2 -0
  41. package/dist/__mocks__/common/versionProfile.js +6 -0
  42. package/dist/__mocks__/common/versionProfile.js.map +1 -0
  43. package/dist/__mocks__/common/view.d.ts +2 -0
  44. package/dist/__mocks__/common/view.js +26 -0
  45. package/dist/__mocks__/common/view.js.map +1 -0
  46. package/dist/__mocks__/mockQuery/mockGetLibraryDetailExtendedQuery.d.ts +5 -0
  47. package/dist/__mocks__/mockQuery/mockGetLibraryDetailExtendedQuery.js +57 -0
  48. package/dist/__mocks__/mockQuery/mockGetLibraryDetailExtendedQuery.js.map +1 -0
  49. package/dist/__mocks__/mockQuery/mockGetRecordsFromLibraryQuery.d.ts +5 -0
  50. package/dist/__mocks__/mockQuery/mockGetRecordsFromLibraryQuery.js +33 -0
  51. package/dist/__mocks__/mockQuery/mockGetRecordsFromLibraryQuery.js.map +1 -0
  52. package/dist/__mocks__/mockQuery/mockGetViewListQuery.d.ts +19 -0
  53. package/dist/__mocks__/mockQuery/mockGetViewListQuery.js +40 -0
  54. package/dist/__mocks__/mockQuery/mockGetViewListQuery.js.map +1 -0
  55. package/dist/__mocks__/react-i18next.d.ts +31 -0
  56. package/dist/__mocks__/react-i18next.js +65 -0
  57. package/dist/__mocks__/react-i18next.js.map +1 -0
  58. package/dist/_gqlTypes/index.d.ts +7080 -0
  59. package/dist/_gqlTypes/index.js +2643 -0
  60. package/dist/_gqlTypes/index.js.map +1 -0
  61. package/dist/_queries/applications/applicationDetailsFragment.js +27 -0
  62. package/dist/_queries/applications/applicationDetailsFragment.js.map +1 -0
  63. package/dist/_queries/applications/checkApplicationExistence.js +12 -0
  64. package/dist/_queries/applications/checkApplicationExistence.js.map +1 -0
  65. package/dist/_queries/applications/getApplicationDetails.js +16 -0
  66. package/dist/_queries/applications/getApplicationDetails.js.map +1 -0
  67. package/dist/_queries/applications/getApplicationsModulesQuery.js +14 -0
  68. package/dist/_queries/applications/getApplicationsModulesQuery.js.map +1 -0
  69. package/dist/_queries/applications/installApplicationMutation.js +10 -0
  70. package/dist/_queries/applications/installApplicationMutation.js.map +1 -0
  71. package/dist/_queries/applications/saveApplicationMutation.js +14 -0
  72. package/dist/_queries/applications/saveApplicationMutation.js.map +1 -0
  73. package/dist/_queries/attributes/attributeDetailsFragment.d.ts +1 -0
  74. package/dist/_queries/attributes/attributeDetailsFragment.js +57 -0
  75. package/dist/_queries/attributes/attributeDetailsFragment.js.map +1 -0
  76. package/dist/_queries/attributes/checkAttributeExistenceQuery.d.ts +1 -0
  77. package/dist/_queries/attributes/checkAttributeExistenceQuery.js +12 -0
  78. package/dist/_queries/attributes/checkAttributeExistenceQuery.js.map +1 -0
  79. package/dist/_queries/attributes/deleteAttributeMutation.d.ts +1 -0
  80. package/dist/_queries/attributes/deleteAttributeMutation.js +12 -0
  81. package/dist/_queries/attributes/deleteAttributeMutation.js.map +1 -0
  82. package/dist/_queries/attributes/getAttributeByIdQuery.d.ts +1 -0
  83. package/dist/_queries/attributes/getAttributeByIdQuery.js +16 -0
  84. package/dist/_queries/attributes/getAttributeByIdQuery.js.map +1 -0
  85. package/dist/_queries/attributes/getAttributeWithEmbeddedFields.d.ts +2 -0
  86. package/dist/_queries/attributes/getAttributeWithEmbeddedFields.js +31 -0
  87. package/dist/_queries/attributes/getAttributeWithEmbeddedFields.js.map +1 -0
  88. package/dist/_queries/attributes/getAttributesByLib.d.ts +1 -0
  89. package/dist/_queries/attributes/getAttributesByLib.js +48 -0
  90. package/dist/_queries/attributes/getAttributesByLib.js.map +1 -0
  91. package/dist/_queries/attributes/getAttributesQuery.d.ts +1 -0
  92. package/dist/_queries/attributes/getAttributesQuery.js +19 -0
  93. package/dist/_queries/attributes/getAttributesQuery.js.map +1 -0
  94. package/dist/_queries/attributes/getVersionProfilesQuery.d.ts +1 -0
  95. package/dist/_queries/attributes/getVersionProfilesQuery.js +15 -0
  96. package/dist/_queries/attributes/getVersionProfilesQuery.js.map +1 -0
  97. package/dist/_queries/attributes/getVersionableAttributesByLibrary.d.ts +1 -0
  98. package/dist/_queries/attributes/getVersionableAttributesByLibrary.js +24 -0
  99. package/dist/_queries/attributes/getVersionableAttributesByLibrary.js.map +1 -0
  100. package/dist/_queries/attributes/saveAttributeMutation.d.ts +1 -0
  101. package/dist/_queries/attributes/saveAttributeMutation.js +14 -0
  102. package/dist/_queries/attributes/saveAttributeMutation.js.map +1 -0
  103. package/dist/_queries/export/exportQuery.d.ts +1 -0
  104. package/dist/_queries/export/exportQuery.js +10 -0
  105. package/dist/_queries/export/exportQuery.js.map +1 -0
  106. package/dist/_queries/files/createDirectory.d.ts +1 -0
  107. package/dist/_queries/files/createDirectory.js +14 -0
  108. package/dist/_queries/files/createDirectory.js.map +1 -0
  109. package/dist/_queries/files/forcePreviewsGenerationMutation.d.ts +1 -0
  110. package/dist/_queries/files/forcePreviewsGenerationMutation.js +22 -0
  111. package/dist/_queries/files/forcePreviewsGenerationMutation.js.map +1 -0
  112. package/dist/_queries/files/getDirectoryDataQuery.d.ts +1 -0
  113. package/dist/_queries/files/getDirectoryDataQuery.js +53 -0
  114. package/dist/_queries/files/getDirectoryDataQuery.js.map +1 -0
  115. package/dist/_queries/files/getUploadUpdates.d.ts +1 -0
  116. package/dist/_queries/files/getUploadUpdates.js +23 -0
  117. package/dist/_queries/files/getUploadUpdates.js.map +1 -0
  118. package/dist/_queries/files/uploadMutation.d.ts +1 -0
  119. package/dist/_queries/files/uploadMutation.js +17 -0
  120. package/dist/_queries/files/uploadMutation.js.map +1 -0
  121. package/dist/_queries/import/importExcel.d.ts +1 -0
  122. package/dist/_queries/import/importExcel.js +10 -0
  123. package/dist/_queries/import/importExcel.js.map +1 -0
  124. package/dist/_queries/libraries/checkLibraryExistenceQuery.d.ts +1 -0
  125. package/dist/_queries/libraries/checkLibraryExistenceQuery.js +12 -0
  126. package/dist/_queries/libraries/checkLibraryExistenceQuery.js.map +1 -0
  127. package/dist/_queries/libraries/deleteLibraryMutation.d.ts +1 -0
  128. package/dist/_queries/libraries/deleteLibraryMutation.js +12 -0
  129. package/dist/_queries/libraries/deleteLibraryMutation.js.map +1 -0
  130. package/dist/_queries/libraries/getLibrariesQuery.d.ts +1 -0
  131. package/dist/_queries/libraries/getLibrariesQuery.js +29 -0
  132. package/dist/_queries/libraries/getLibrariesQuery.js.map +1 -0
  133. package/dist/_queries/libraries/getLibraryByIdQuery.d.ts +1 -0
  134. package/dist/_queries/libraries/getLibraryByIdQuery.js +16 -0
  135. package/dist/_queries/libraries/getLibraryByIdQuery.js.map +1 -0
  136. package/dist/_queries/libraries/getLibraryDetailExtendQuery.d.ts +102 -0
  137. package/dist/_queries/libraries/getLibraryDetailExtendQuery.js +133 -0
  138. package/dist/_queries/libraries/getLibraryDetailExtendQuery.js.map +1 -0
  139. package/dist/_queries/libraries/getLibraryPermissionsQuery.d.ts +1 -0
  140. package/dist/_queries/libraries/getLibraryPermissionsQuery.js +20 -0
  141. package/dist/_queries/libraries/getLibraryPermissionsQuery.js.map +1 -0
  142. package/dist/_queries/libraries/getLibraryPreviewsSettingsQuery.d.ts +1 -0
  143. package/dist/_queries/libraries/getLibraryPreviewsSettingsQuery.js +29 -0
  144. package/dist/_queries/libraries/getLibraryPreviewsSettingsQuery.js.map +1 -0
  145. package/dist/_queries/libraries/libraryDetailsFragment.d.ts +1 -0
  146. package/dist/_queries/libraries/libraryDetailsFragment.js +87 -0
  147. package/dist/_queries/libraries/libraryDetailsFragment.js.map +1 -0
  148. package/dist/_queries/libraries/saveLibraryMutation.d.ts +1 -0
  149. package/dist/_queries/libraries/saveLibraryMutation.js +14 -0
  150. package/dist/_queries/libraries/saveLibraryMutation.js.map +1 -0
  151. package/dist/_queries/permissions/isAllowedQuery.d.ts +1 -0
  152. package/dist/_queries/permissions/isAllowedQuery.js +18 -0
  153. package/dist/_queries/permissions/isAllowedQuery.js.map +1 -0
  154. package/dist/_queries/records/createRecordMutation.d.ts +2 -0
  155. package/dist/_queries/records/createRecordMutation.js +24 -0
  156. package/dist/_queries/records/createRecordMutation.js.map +1 -0
  157. package/dist/_queries/records/deactivateRecordsMutation.d.ts +1 -0
  158. package/dist/_queries/records/deactivateRecordsMutation.js +15 -0
  159. package/dist/_queries/records/deactivateRecordsMutation.js.map +1 -0
  160. package/dist/_queries/records/doesFileExistAsChild.d.ts +1 -0
  161. package/dist/_queries/records/doesFileExistAsChild.js +10 -0
  162. package/dist/_queries/records/doesFileExistAsChild.js.map +1 -0
  163. package/dist/_queries/records/getFileDataQuery.d.ts +14 -0
  164. package/dist/_queries/records/getFileDataQuery.js +58 -0
  165. package/dist/_queries/records/getFileDataQuery.js.map +1 -0
  166. package/dist/_queries/records/getRecordColumnsValues.d.ts +38 -0
  167. package/dist/_queries/records/getRecordColumnsValues.js +41 -0
  168. package/dist/_queries/records/getRecordColumnsValues.js.map +1 -0
  169. package/dist/_queries/records/getRecordFormQuery.d.ts +1 -0
  170. package/dist/_queries/records/getRecordFormQuery.js +62 -0
  171. package/dist/_queries/records/getRecordFormQuery.js.map +1 -0
  172. package/dist/_queries/records/getRecordPropertiesQuery.d.ts +73 -0
  173. package/dist/_queries/records/getRecordPropertiesQuery.js +77 -0
  174. package/dist/_queries/records/getRecordPropertiesQuery.js.map +1 -0
  175. package/dist/_queries/records/getRecordUpdatesSubscription.d.ts +1 -0
  176. package/dist/_queries/records/getRecordUpdatesSubscription.js +31 -0
  177. package/dist/_queries/records/getRecordUpdatesSubscription.js.map +1 -0
  178. package/dist/_queries/records/getRecordsFromLibraryQuery.d.ts +22 -0
  179. package/dist/_queries/records/getRecordsFromLibraryQuery.js +109 -0
  180. package/dist/_queries/records/getRecordsFromLibraryQuery.js.map +1 -0
  181. package/dist/_queries/records/indexRecordsMutation.d.ts +1 -0
  182. package/dist/_queries/records/indexRecordsMutation.js +10 -0
  183. package/dist/_queries/records/indexRecordsMutation.js.map +1 -0
  184. package/dist/_queries/records/recordFormAttributeFragment.d.ts +1 -0
  185. package/dist/_queries/records/recordFormAttributeFragment.js +94 -0
  186. package/dist/_queries/records/recordFormAttributeFragment.js.map +1 -0
  187. package/dist/_queries/records/recordIdentityFragment.js +20 -0
  188. package/dist/_queries/records/recordIdentityFragment.js.map +1 -0
  189. package/dist/_queries/tasks/cancelTaskMutation.d.ts +1 -0
  190. package/dist/_queries/tasks/cancelTaskMutation.js +10 -0
  191. package/dist/_queries/tasks/cancelTaskMutation.js.map +1 -0
  192. package/dist/_queries/trees/checkTreeExistenceQuery.d.ts +1 -0
  193. package/dist/_queries/trees/checkTreeExistenceQuery.js +12 -0
  194. package/dist/_queries/trees/checkTreeExistenceQuery.js.map +1 -0
  195. package/dist/_queries/trees/deleteTreeMutation.d.ts +1 -0
  196. package/dist/_queries/trees/deleteTreeMutation.js +12 -0
  197. package/dist/_queries/trees/deleteTreeMutation.js.map +1 -0
  198. package/dist/_queries/trees/getTreeByIdQuery.d.ts +1 -0
  199. package/dist/_queries/trees/getTreeByIdQuery.js +16 -0
  200. package/dist/_queries/trees/getTreeByIdQuery.js.map +1 -0
  201. package/dist/_queries/trees/getTreeLibraries.d.ts +1 -0
  202. package/dist/_queries/trees/getTreeLibraries.js +30 -0
  203. package/dist/_queries/trees/getTreeLibraries.js.map +1 -0
  204. package/dist/_queries/trees/getTreesQuery.d.ts +1 -0
  205. package/dist/_queries/trees/getTreesQuery.js +18 -0
  206. package/dist/_queries/trees/getTreesQuery.js.map +1 -0
  207. package/dist/_queries/trees/saveTreeMutation.d.ts +1 -0
  208. package/dist/_queries/trees/saveTreeMutation.js +14 -0
  209. package/dist/_queries/trees/saveTreeMutation.js.map +1 -0
  210. package/dist/_queries/trees/treeDetailsFragment.d.ts +1 -0
  211. package/dist/_queries/trees/treeDetailsFragment.js +24 -0
  212. package/dist/_queries/trees/treeDetailsFragment.js.map +1 -0
  213. package/dist/_queries/trees/treeNodeChildrenQuery.d.ts +1 -0
  214. package/dist/_queries/trees/treeNodeChildrenQuery.js +48 -0
  215. package/dist/_queries/trees/treeNodeChildrenQuery.js.map +1 -0
  216. package/dist/_queries/user/getUserInfoQuery.js +19 -0
  217. package/dist/_queries/user/getUserInfoQuery.js.map +1 -0
  218. package/dist/_queries/userData/getUserData.d.ts +1 -0
  219. package/dist/_queries/userData/getUserData.js +13 -0
  220. package/dist/_queries/userData/getUserData.js.map +1 -0
  221. package/dist/_queries/userData/saveUserData.d.ts +1 -0
  222. package/dist/_queries/userData/saveUserData.js +13 -0
  223. package/dist/_queries/userData/saveUserData.js.map +1 -0
  224. package/dist/_queries/values/deleteValueMutation.d.ts +1 -0
  225. package/dist/_queries/values/deleteValueMutation.js +14 -0
  226. package/dist/_queries/values/deleteValueMutation.js.map +1 -0
  227. package/dist/_queries/values/saveValueBatchMutation.d.ts +1 -0
  228. package/dist/_queries/values/saveValueBatchMutation.js +34 -0
  229. package/dist/_queries/values/saveValueBatchMutation.js.map +1 -0
  230. package/dist/_queries/values/valueDetailsFragment.d.ts +1 -0
  231. package/dist/_queries/values/valueDetailsFragment.js +76 -0
  232. package/dist/_queries/values/valueDetailsFragment.js.map +1 -0
  233. package/dist/_queries/values/valuesVersionFragment.d.ts +1 -0
  234. package/dist/_queries/values/valuesVersionFragment.js +23 -0
  235. package/dist/_queries/values/valuesVersionFragment.js.map +1 -0
  236. package/dist/_queries/views/deleteViewMutation.d.ts +8 -0
  237. package/dist/_queries/views/deleteViewMutation.js +14 -0
  238. package/dist/_queries/views/deleteViewMutation.js.map +1 -0
  239. package/dist/_queries/views/getViewById.d.ts +1 -0
  240. package/dist/_queries/views/getViewById.js +16 -0
  241. package/dist/_queries/views/getViewById.js.map +1 -0
  242. package/dist/_queries/views/getViewsListQuery.d.ts +1 -0
  243. package/dist/_queries/views/getViewsListQuery.js +17 -0
  244. package/dist/_queries/views/getViewsListQuery.js.map +1 -0
  245. package/dist/_queries/views/saveViewMutation.d.ts +2 -0
  246. package/dist/_queries/views/saveViewMutation.js +15 -0
  247. package/dist/_queries/views/saveViewMutation.js.map +1 -0
  248. package/dist/_queries/views/viewDetailsFragment.d.ts +2 -0
  249. package/dist/_queries/views/viewDetailsFragment.js +58 -0
  250. package/dist/_queries/views/viewDetailsFragment.js.map +1 -0
  251. package/dist/_tests/testUtils.d.ts +10 -0
  252. package/dist/_tests/testUtils.js +25 -0
  253. package/dist/_tests/testUtils.js.map +1 -0
  254. package/dist/_utils/getFiltersFromRequest.d.ts +3 -0
  255. package/dist/_utils/getFiltersFromRequest.js +90 -0
  256. package/dist/_utils/getFiltersFromRequest.js.map +1 -0
  257. package/dist/_utils/getRequestFromFilter.d.ts +3 -0
  258. package/dist/_utils/getRequestFromFilter.js +53 -0
  259. package/dist/_utils/getRequestFromFilter.js.map +1 -0
  260. package/dist/_utils/index.d.ts +31 -0
  261. package/dist/_utils/index.js +125 -0
  262. package/dist/_utils/index.js.map +1 -0
  263. package/dist/antdTheme/index.d.ts +27 -0
  264. package/dist/antdTheme/index.js +101 -0
  265. package/dist/antdTheme/index.js.map +1 -0
  266. package/dist/antdTheme/types.js +2 -0
  267. package/dist/antdTheme/types.js.map +1 -0
  268. package/dist/components/ApplicationInstallTag/ApplicationInstallTag.js +51 -0
  269. package/dist/components/ApplicationInstallTag/ApplicationInstallTag.js.map +1 -0
  270. package/dist/components/ApplicationInstallTag/index.js +5 -0
  271. package/dist/components/ApplicationInstallTag/index.js.map +1 -0
  272. package/dist/components/AttributePicker/AttributePicker.d.ts +13 -0
  273. package/dist/components/AttributePicker/AttributePicker.js +26 -0
  274. package/dist/components/AttributePicker/AttributePicker.js.map +1 -0
  275. package/dist/components/AttributePicker/AttributesList/AttributesList.d.ts +11 -0
  276. package/dist/components/AttributePicker/AttributesList/AttributesList.js +209 -0
  277. package/dist/components/AttributePicker/AttributesList/AttributesList.js.map +1 -0
  278. package/dist/components/AttributePicker/AttributesList/index.d.ts +1 -0
  279. package/dist/components/AttributePicker/AttributesList/index.js +5 -0
  280. package/dist/components/AttributePicker/AttributesList/index.js.map +1 -0
  281. package/dist/components/AttributePicker/index.d.ts +1 -0
  282. package/dist/components/AttributePicker/index.js +5 -0
  283. package/dist/components/AttributePicker/index.js.map +1 -0
  284. package/dist/components/AttributesSelectionList/Attribute/Attribute.d.ts +4 -0
  285. package/dist/components/AttributesSelectionList/Attribute/Attribute.js +50 -0
  286. package/dist/components/AttributesSelectionList/Attribute/Attribute.js.map +1 -0
  287. package/dist/components/AttributesSelectionList/Attribute/index.d.ts +2 -0
  288. package/dist/components/AttributesSelectionList/Attribute/index.js +6 -0
  289. package/dist/components/AttributesSelectionList/Attribute/index.js.map +1 -0
  290. package/dist/components/AttributesSelectionList/AttributesSelectionList.d.ts +11 -0
  291. package/dist/components/AttributesSelectionList/AttributesSelectionList.js +70 -0
  292. package/dist/components/AttributesSelectionList/AttributesSelectionList.js.map +1 -0
  293. package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/SelectedAttribute.d.ts +8 -0
  294. package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/SelectedAttribute.js +39 -0
  295. package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/SelectedAttribute.js.map +1 -0
  296. package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/index.d.ts +2 -0
  297. package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/index.js +6 -0
  298. package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/index.js.map +1 -0
  299. package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttributesList.d.ts +3 -0
  300. package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttributesList.js +55 -0
  301. package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttributesList.js.map +1 -0
  302. package/dist/components/AttributesSelectionList/SelectedAttributesList/index.d.ts +2 -0
  303. package/dist/components/AttributesSelectionList/SelectedAttributesList/index.js +6 -0
  304. package/dist/components/AttributesSelectionList/SelectedAttributesList/index.js.map +1 -0
  305. package/dist/components/AttributesSelectionList/_types.d.ts +8 -0
  306. package/dist/components/AttributesSelectionList/_types.js +2 -0
  307. package/dist/components/AttributesSelectionList/_types.js.map +1 -0
  308. package/dist/components/AttributesSelectionList/helpers/attributeToSelectedAttribute.d.ts +3 -0
  309. package/dist/components/AttributesSelectionList/helpers/attributeToSelectedAttribute.js +3 -0
  310. package/dist/components/AttributesSelectionList/helpers/attributeToSelectedAttribute.js.map +1 -0
  311. package/dist/components/AttributesSelectionList/index.d.ts +2 -0
  312. package/dist/components/AttributesSelectionList/index.js +6 -0
  313. package/dist/components/AttributesSelectionList/index.js.map +1 -0
  314. package/dist/components/AttributesSelectionList/reducer/__mocks__/attributesSelectionListStateContext.d.ts +11 -0
  315. package/dist/components/AttributesSelectionList/reducer/__mocks__/attributesSelectionListStateContext.js +10 -0
  316. package/dist/components/AttributesSelectionList/reducer/__mocks__/attributesSelectionListStateContext.js.map +1 -0
  317. package/dist/components/AttributesSelectionList/reducer/attributesSelectionListReducer.d.ts +33 -0
  318. package/dist/components/AttributesSelectionList/reducer/attributesSelectionListReducer.js +71 -0
  319. package/dist/components/AttributesSelectionList/reducer/attributesSelectionListReducer.js.map +1 -0
  320. package/dist/components/AttributesSelectionList/reducer/attributesSelectionListStateContext.d.ts +10 -0
  321. package/dist/components/AttributesSelectionList/reducer/attributesSelectionListStateContext.js +8 -0
  322. package/dist/components/AttributesSelectionList/reducer/attributesSelectionListStateContext.js.map +1 -0
  323. package/dist/components/AttributesSelectionList/sharedComponents.d.ts +806 -0
  324. package/dist/components/AttributesSelectionList/sharedComponents.js +16 -0
  325. package/dist/components/AttributesSelectionList/sharedComponents.js.map +1 -0
  326. package/dist/components/BasicButton/BasicButton.d.ts +8 -0
  327. package/dist/components/BasicButton/BasicButton.js +38 -0
  328. package/dist/components/BasicButton/BasicButton.js.map +1 -0
  329. package/dist/components/BasicButton/index.d.ts +1 -0
  330. package/dist/components/BasicButton/index.js +5 -0
  331. package/dist/components/BasicButton/index.js.map +1 -0
  332. package/dist/components/CreateDirectory/CreateDirectory.d.ts +10 -0
  333. package/dist/components/CreateDirectory/CreateDirectory.js +118 -0
  334. package/dist/components/CreateDirectory/CreateDirectory.js.map +1 -0
  335. package/dist/components/CreateDirectory/index.d.ts +1 -0
  336. package/dist/components/CreateDirectory/index.js +5 -0
  337. package/dist/components/CreateDirectory/index.js.map +1 -0
  338. package/dist/components/DeactivateRecordsModal/DeactivateRecordsModal.d.ts +11 -0
  339. package/dist/components/DeactivateRecordsModal/DeactivateRecordsModal.js +39 -0
  340. package/dist/components/DeactivateRecordsModal/DeactivateRecordsModal.js.map +1 -0
  341. package/dist/components/DeactivateRecordsModal/index.d.ts +1 -0
  342. package/dist/components/DeactivateRecordsModal/index.js +5 -0
  343. package/dist/components/DeactivateRecordsModal/index.js.map +1 -0
  344. package/dist/components/Dimmer/Dimmer.d.ts +6 -0
  345. package/dist/components/Dimmer/Dimmer.js +17 -0
  346. package/dist/components/Dimmer/Dimmer.js.map +1 -0
  347. package/dist/components/Dimmer/index.d.ts +2 -0
  348. package/dist/components/Dimmer/index.js +6 -0
  349. package/dist/components/Dimmer/index.js.map +1 -0
  350. package/dist/components/EditApplication/EditApplication.d.ts +4 -0
  351. package/dist/components/EditApplication/EditApplication.js +48 -0
  352. package/dist/components/EditApplication/EditApplication.js.map +1 -0
  353. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfo.d.ts +8 -0
  354. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfo.js +135 -0
  355. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfo.js.map +1 -0
  356. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/EditApplicationInfoForm.d.ts +12 -0
  357. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/EditApplicationInfoForm.js +154 -0
  358. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/EditApplicationInfoForm.js.map +1 -0
  359. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/ModuleSelector/ModuleSelector.js +45 -0
  360. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/ModuleSelector/ModuleSelector.js.map +1 -0
  361. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/ModuleSelector/index.js +6 -0
  362. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/ModuleSelector/index.js.map +1 -0
  363. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/index.js +6 -0
  364. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/index.js.map +1 -0
  365. package/dist/components/EditApplication/EditApplicationInfo/index.js +5 -0
  366. package/dist/components/EditApplication/EditApplicationInfo/index.js.map +1 -0
  367. package/dist/components/EditApplication/EditApplicationInstall/EditApplicationInstall.js +43 -0
  368. package/dist/components/EditApplication/EditApplicationInstall/EditApplicationInstall.js.map +1 -0
  369. package/dist/components/EditApplication/EditApplicationInstall/index.js +6 -0
  370. package/dist/components/EditApplication/EditApplicationInstall/index.js.map +1 -0
  371. package/dist/components/EditApplication/_types.d.ts +9 -0
  372. package/dist/components/EditApplication/_types.js +2 -0
  373. package/dist/components/EditApplication/_types.js.map +1 -0
  374. package/dist/components/EditApplication/index.js +6 -0
  375. package/dist/components/EditApplication/index.js.map +1 -0
  376. package/dist/components/EditAttributeModal/EditAttribute/EditAttribute.d.ts +9 -0
  377. package/dist/components/EditAttributeModal/EditAttribute/EditAttribute.js +51 -0
  378. package/dist/components/EditAttributeModal/EditAttribute/EditAttribute.js.map +1 -0
  379. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfo.d.ts +9 -0
  380. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfo.js +155 -0
  381. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfo.js.map +1 -0
  382. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/EditAttributeInfoForm.d.ts +13 -0
  383. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/EditAttributeInfoForm.js +172 -0
  384. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/EditAttributeInfoForm.js.map +1 -0
  385. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/LinkedLibraryForm.d.ts +9 -0
  386. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/LinkedLibraryForm.js +38 -0
  387. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/LinkedLibraryForm.js.map +1 -0
  388. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/index.d.ts +1 -0
  389. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/index.js +5 -0
  390. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/index.js.map +1 -0
  391. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/LinkedTreeForm.d.ts +9 -0
  392. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/LinkedTreeForm.js +38 -0
  393. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/LinkedTreeForm.js.map +1 -0
  394. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/index.d.ts +1 -0
  395. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/index.js +5 -0
  396. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/index.js.map +1 -0
  397. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/ValuesVersionsForm/ValuesVersionsForm.d.ts +9 -0
  398. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/ValuesVersionsForm/ValuesVersionsForm.js +38 -0
  399. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/ValuesVersionsForm/ValuesVersionsForm.js.map +1 -0
  400. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/ValuesVersionsForm/index.d.ts +1 -0
  401. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/ValuesVersionsForm/index.js +5 -0
  402. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/ValuesVersionsForm/index.js.map +1 -0
  403. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/index.d.ts +1 -0
  404. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/index.js +5 -0
  405. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/index.js.map +1 -0
  406. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/index.d.ts +1 -0
  407. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/index.js +5 -0
  408. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/index.js.map +1 -0
  409. package/dist/components/EditAttributeModal/EditAttribute/index.d.ts +1 -0
  410. package/dist/components/EditAttributeModal/EditAttribute/index.js +5 -0
  411. package/dist/components/EditAttributeModal/EditAttribute/index.js.map +1 -0
  412. package/dist/components/EditAttributeModal/EditAttributeModal.d.ts +12 -0
  413. package/dist/components/EditAttributeModal/EditAttributeModal.js +102 -0
  414. package/dist/components/EditAttributeModal/EditAttributeModal.js.map +1 -0
  415. package/dist/components/EditAttributeModal/index.d.ts +1 -0
  416. package/dist/components/EditAttributeModal/index.js +5 -0
  417. package/dist/components/EditAttributeModal/index.js.map +1 -0
  418. package/dist/components/EditLibraryModal/EditLibrary/EditLibrary.d.ts +10 -0
  419. package/dist/components/EditLibraryModal/EditLibrary/EditLibrary.js +73 -0
  420. package/dist/components/EditLibraryModal/EditLibrary/EditLibrary.js.map +1 -0
  421. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/AttributeCell.d.ts +7 -0
  422. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/AttributeCell.js +43 -0
  423. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/AttributeCell.js.map +1 -0
  424. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/index.d.ts +1 -0
  425. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/index.js +5 -0
  426. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/index.js.map +1 -0
  427. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributesList.d.ts +16 -0
  428. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributesList.js +172 -0
  429. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributesList.js.map +1 -0
  430. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/DeleteButton.d.ts +9 -0
  431. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/DeleteButton.js +26 -0
  432. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/DeleteButton.js.map +1 -0
  433. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/index.d.ts +1 -0
  434. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/index.js +5 -0
  435. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/index.js.map +1 -0
  436. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/index.d.ts +1 -0
  437. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/index.js +5 -0
  438. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/index.js.map +1 -0
  439. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/EditLibraryAttributes.d.ts +8 -0
  440. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/EditLibraryAttributes.js +43 -0
  441. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/EditLibraryAttributes.js.map +1 -0
  442. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/index.d.ts +1 -0
  443. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/index.js +5 -0
  444. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/index.js.map +1 -0
  445. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/EditLibraryIndexation.d.ts +9 -0
  446. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/EditLibraryIndexation.js +68 -0
  447. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/EditLibraryIndexation.js.map +1 -0
  448. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/index.d.ts +1 -0
  449. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/index.js +5 -0
  450. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/index.js.map +1 -0
  451. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfo.d.ts +9 -0
  452. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfo.js +128 -0
  453. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfo.js.map +1 -0
  454. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/EditLibraryInfoForm.d.ts +13 -0
  455. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/EditLibraryInfoForm.js +177 -0
  456. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/EditLibraryInfoForm.js.map +1 -0
  457. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/index.d.ts +1 -0
  458. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/index.js +5 -0
  459. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/index.js.map +1 -0
  460. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/index.d.ts +1 -0
  461. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/index.js +5 -0
  462. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/index.js.map +1 -0
  463. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditLibraryPreviewsSettings.d.ts +8 -0
  464. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditLibraryPreviewsSettings.js +37 -0
  465. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditLibraryPreviewsSettings.js.map +1 -0
  466. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/EditPreviewsSettingsModal.d.ts +11 -0
  467. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/EditPreviewsSettingsModal.js +65 -0
  468. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/EditPreviewsSettingsModal.js.map +1 -0
  469. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/SizesEditor.d.ts +9 -0
  470. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/SizesEditor.js +111 -0
  471. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/SizesEditor.js.map +1 -0
  472. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/index.d.ts +1 -0
  473. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/index.js +5 -0
  474. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/index.js.map +1 -0
  475. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/index.d.ts +1 -0
  476. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/index.js +5 -0
  477. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/index.js.map +1 -0
  478. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/PreviewsSettingsList.d.ts +9 -0
  479. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/PreviewsSettingsList.js +143 -0
  480. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/PreviewsSettingsList.js.map +1 -0
  481. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/index.d.ts +1 -0
  482. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/index.js +5 -0
  483. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/index.js.map +1 -0
  484. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/index.d.ts +1 -0
  485. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/index.js +5 -0
  486. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/index.js.map +1 -0
  487. package/dist/components/EditLibraryModal/EditLibrary/index.d.ts +1 -0
  488. package/dist/components/EditLibraryModal/EditLibrary/index.js +5 -0
  489. package/dist/components/EditLibraryModal/EditLibrary/index.js.map +1 -0
  490. package/dist/components/EditLibraryModal/EditLibraryModal.d.ts +13 -0
  491. package/dist/components/EditLibraryModal/EditLibraryModal.js +99 -0
  492. package/dist/components/EditLibraryModal/EditLibraryModal.js.map +1 -0
  493. package/dist/components/EditLibraryModal/index.d.ts +1 -0
  494. package/dist/components/EditLibraryModal/index.js +5 -0
  495. package/dist/components/EditLibraryModal/index.js.map +1 -0
  496. package/dist/components/EditTreeModal/EditTree/EditTree.d.ts +9 -0
  497. package/dist/components/EditTreeModal/EditTree/EditTree.js +51 -0
  498. package/dist/components/EditTreeModal/EditTree/EditTree.js.map +1 -0
  499. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfo.d.ts +9 -0
  500. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfo.js +147 -0
  501. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfo.js.map +1 -0
  502. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/EditTreeInfoForm.d.ts +14 -0
  503. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/EditTreeInfoForm.js +122 -0
  504. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/EditTreeInfoForm.js.map +1 -0
  505. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/TreeLibrariesForm.d.ts +9 -0
  506. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/TreeLibrariesForm.js +116 -0
  507. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/TreeLibrariesForm.js.map +1 -0
  508. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/index.d.ts +1 -0
  509. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/index.js +5 -0
  510. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/index.js.map +1 -0
  511. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/index.d.ts +1 -0
  512. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/index.js +5 -0
  513. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/index.js.map +1 -0
  514. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/index.d.ts +1 -0
  515. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/index.js +5 -0
  516. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/index.js.map +1 -0
  517. package/dist/components/EditTreeModal/EditTree/index.d.ts +1 -0
  518. package/dist/components/EditTreeModal/EditTree/index.js +5 -0
  519. package/dist/components/EditTreeModal/EditTree/index.js.map +1 -0
  520. package/dist/components/EditTreeModal/EditTreeModal.d.ts +12 -0
  521. package/dist/components/EditTreeModal/EditTreeModal.js +99 -0
  522. package/dist/components/EditTreeModal/EditTreeModal.js.map +1 -0
  523. package/dist/components/EditTreeModal/index.d.ts +1 -0
  524. package/dist/components/EditTreeModal/index.js +5 -0
  525. package/dist/components/EditTreeModal/index.js.map +1 -0
  526. package/dist/components/EntityCard/EntityCard.d.ts +17 -0
  527. package/dist/components/EntityCard/EntityCard.js +99 -0
  528. package/dist/components/EntityCard/EntityCard.js.map +1 -0
  529. package/dist/components/EntityCard/_types.d.ts +6 -0
  530. package/dist/components/EntityCard/_types.js +2 -0
  531. package/dist/components/EntityCard/_types.js.map +1 -0
  532. package/dist/components/EntityCard/index.d.ts +2 -0
  533. package/dist/components/EntityCard/index.js +6 -0
  534. package/dist/components/EntityCard/index.js.map +1 -0
  535. package/dist/components/EntityPreview/EntityPreview.d.ts +4 -0
  536. package/dist/components/EntityPreview/EntityPreview.js +15 -0
  537. package/dist/components/EntityPreview/EntityPreview.js.map +1 -0
  538. package/dist/components/EntityPreview/EntityPreviewList/EntityPreviewList.d.ts +4 -0
  539. package/dist/components/EntityPreview/EntityPreviewList/EntityPreviewList.js +58 -0
  540. package/dist/components/EntityPreview/EntityPreviewList/EntityPreviewList.js.map +1 -0
  541. package/dist/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/SimplisticEntityPreview.d.ts +6 -0
  542. package/dist/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/SimplisticEntityPreview.js +24 -0
  543. package/dist/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/SimplisticEntityPreview.js.map +1 -0
  544. package/dist/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/index.d.ts +2 -0
  545. package/dist/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/index.js +6 -0
  546. package/dist/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/index.js.map +1 -0
  547. package/dist/components/EntityPreview/EntityPreviewList/index.d.ts +2 -0
  548. package/dist/components/EntityPreview/EntityPreviewList/index.js +6 -0
  549. package/dist/components/EntityPreview/EntityPreviewList/index.js.map +1 -0
  550. package/dist/components/EntityPreview/EntityPreviewTile/EntityPreviewTile.d.ts +4 -0
  551. package/dist/components/EntityPreview/EntityPreviewTile/EntityPreviewTile.js +61 -0
  552. package/dist/components/EntityPreview/EntityPreviewTile/EntityPreviewTile.js.map +1 -0
  553. package/dist/components/EntityPreview/EntityPreviewTile/index.d.ts +2 -0
  554. package/dist/components/EntityPreview/EntityPreviewTile/index.js +6 -0
  555. package/dist/components/EntityPreview/EntityPreviewTile/index.js.map +1 -0
  556. package/dist/components/EntityPreview/_types.d.ts +21 -0
  557. package/dist/components/EntityPreview/_types.js +2 -0
  558. package/dist/components/EntityPreview/_types.js.map +1 -0
  559. package/dist/components/EntityPreview/index.d.ts +2 -0
  560. package/dist/components/EntityPreview/index.js +6 -0
  561. package/dist/components/EntityPreview/index.js.map +1 -0
  562. package/dist/components/ErrorBoundary/ErrorBoundary.d.ts +15 -0
  563. package/dist/components/ErrorBoundary/ErrorBoundary.js +28 -0
  564. package/dist/components/ErrorBoundary/ErrorBoundary.js.map +1 -0
  565. package/dist/components/ErrorBoundary/ErrorBoundaryContent/ErrorBoundaryContent.d.ts +9 -0
  566. package/dist/components/ErrorBoundary/ErrorBoundaryContent/ErrorBoundaryContent.js +37 -0
  567. package/dist/components/ErrorBoundary/ErrorBoundaryContent/ErrorBoundaryContent.js.map +1 -0
  568. package/dist/components/ErrorBoundary/ErrorBoundaryContent/index.d.ts +2 -0
  569. package/dist/components/ErrorBoundary/ErrorBoundaryContent/index.js +6 -0
  570. package/dist/components/ErrorBoundary/ErrorBoundaryContent/index.js.map +1 -0
  571. package/dist/components/ErrorBoundary/index.d.ts +1 -0
  572. package/dist/components/ErrorBoundary/index.js +5 -0
  573. package/dist/components/ErrorBoundary/index.js.map +1 -0
  574. package/dist/components/ErrorDisplay/ErrorDisplay.d.ts +10 -0
  575. package/dist/components/ErrorDisplay/ErrorDisplay.js +38 -0
  576. package/dist/components/ErrorDisplay/ErrorDisplay.js.map +1 -0
  577. package/dist/components/ErrorDisplay/index.d.ts +1 -0
  578. package/dist/components/ErrorDisplay/index.js +5 -0
  579. package/dist/components/ErrorDisplay/index.js.map +1 -0
  580. package/dist/components/ErrorMessage/ErrorMessage.d.ts +7 -0
  581. package/dist/components/ErrorMessage/ErrorMessage.js +21 -0
  582. package/dist/components/ErrorMessage/ErrorMessage.js.map +1 -0
  583. package/dist/components/ErrorMessage/index.d.ts +2 -0
  584. package/dist/components/ErrorMessage/index.js +6 -0
  585. package/dist/components/ErrorMessage/index.js.map +1 -0
  586. package/dist/components/ExportModal/ExportModal.d.ts +11 -0
  587. package/dist/components/ExportModal/ExportModal.js +126 -0
  588. package/dist/components/ExportModal/ExportModal.js.map +1 -0
  589. package/dist/components/ExportModal/index.d.ts +1 -0
  590. package/dist/components/ExportModal/index.js +5 -0
  591. package/dist/components/ExportModal/index.js.map +1 -0
  592. package/dist/components/FieldsGroup/FieldsGroup.d.ts +9 -0
  593. package/dist/components/FieldsGroup/FieldsGroup.js +29 -0
  594. package/dist/components/FieldsGroup/FieldsGroup.js.map +1 -0
  595. package/dist/components/FieldsGroup/index.js +6 -0
  596. package/dist/components/FieldsGroup/index.js.map +1 -0
  597. package/dist/components/FloatingMenu/FloatingMenu.d.ts +11 -0
  598. package/dist/components/FloatingMenu/FloatingMenu.js +46 -0
  599. package/dist/components/FloatingMenu/FloatingMenu.js.map +1 -0
  600. package/dist/components/FloatingMenu/_types.d.ts +14 -0
  601. package/dist/components/FloatingMenu/_types.js +2 -0
  602. package/dist/components/FloatingMenu/_types.js.map +1 -0
  603. package/dist/components/FloatingMenu/index.d.ts +2 -0
  604. package/dist/components/FloatingMenu/index.js +6 -0
  605. package/dist/components/FloatingMenu/index.js.map +1 -0
  606. package/dist/components/ImageLoading/ImageLoading.d.ts +6 -0
  607. package/dist/components/ImageLoading/ImageLoading.js +27 -0
  608. package/dist/components/ImageLoading/ImageLoading.js.map +1 -0
  609. package/dist/components/ImageLoading/index.js +5 -0
  610. package/dist/components/ImageLoading/index.js.map +1 -0
  611. package/dist/components/ImageMissing/ImageMissing.d.ts +6 -0
  612. package/dist/components/ImageMissing/ImageMissing.js +21 -0
  613. package/dist/components/ImageMissing/ImageMissing.js.map +1 -0
  614. package/dist/components/ImageMissing/index.js +5 -0
  615. package/dist/components/ImageMissing/index.js.map +1 -0
  616. package/dist/components/ImportModal/ImportModal.d.ts +11 -0
  617. package/dist/components/ImportModal/ImportModal.js +186 -0
  618. package/dist/components/ImportModal/ImportModal.js.map +1 -0
  619. package/dist/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/ImportKeysSelector.d.ts +9 -0
  620. package/dist/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/ImportKeysSelector.js +32 -0
  621. package/dist/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/ImportKeysSelector.js.map +1 -0
  622. package/dist/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/index.d.ts +2 -0
  623. package/dist/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/index.js +6 -0
  624. package/dist/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/index.js.map +1 -0
  625. package/dist/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/ImportMappingRowTitle.d.ts +7 -0
  626. package/dist/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/ImportMappingRowTitle.js +25 -0
  627. package/dist/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/ImportMappingRowTitle.js.map +1 -0
  628. package/dist/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/index.d.ts +2 -0
  629. package/dist/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/index.js +6 -0
  630. package/dist/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/index.js.map +1 -0
  631. package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.d.ts +8 -0
  632. package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.js +188 -0
  633. package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.js.map +1 -0
  634. package/dist/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/ImportScheduleModal.d.ts +11 -0
  635. package/dist/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/ImportScheduleModal.js +21 -0
  636. package/dist/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/ImportScheduleModal.js.map +1 -0
  637. package/dist/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/index.d.ts +2 -0
  638. package/dist/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/index.js +6 -0
  639. package/dist/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/index.js.map +1 -0
  640. package/dist/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/ImportSheetSettings.d.ts +13 -0
  641. package/dist/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/ImportSheetSettings.js +59 -0
  642. package/dist/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/ImportSheetSettings.js.map +1 -0
  643. package/dist/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/index.d.ts +2 -0
  644. package/dist/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/index.js +6 -0
  645. package/dist/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/index.js.map +1 -0
  646. package/dist/components/ImportModal/ImportModalConfigStep/index.d.ts +2 -0
  647. package/dist/components/ImportModal/ImportModalConfigStep/index.js +6 -0
  648. package/dist/components/ImportModal/ImportModalConfigStep/index.js.map +1 -0
  649. package/dist/components/ImportModal/ImportModalDoneStep/ImportModalDoneStep.d.ts +6 -0
  650. package/dist/components/ImportModal/ImportModalDoneStep/ImportModalDoneStep.js +15 -0
  651. package/dist/components/ImportModal/ImportModalDoneStep/ImportModalDoneStep.js.map +1 -0
  652. package/dist/components/ImportModal/ImportModalDoneStep/index.d.ts +2 -0
  653. package/dist/components/ImportModal/ImportModalDoneStep/index.js +6 -0
  654. package/dist/components/ImportModal/ImportModalDoneStep/index.js.map +1 -0
  655. package/dist/components/ImportModal/ImportModalProcessingStep/ImportModalProcessingStep.d.ts +3 -0
  656. package/dist/components/ImportModal/ImportModalProcessingStep/ImportModalProcessingStep.js +15 -0
  657. package/dist/components/ImportModal/ImportModalProcessingStep/ImportModalProcessingStep.js.map +1 -0
  658. package/dist/components/ImportModal/ImportModalProcessingStep/index.d.ts +2 -0
  659. package/dist/components/ImportModal/ImportModalProcessingStep/index.js +6 -0
  660. package/dist/components/ImportModal/ImportModalProcessingStep/index.js.map +1 -0
  661. package/dist/components/ImportModal/ImportModalSelectFileStep/ImportModalSelectFileStep.d.ts +7 -0
  662. package/dist/components/ImportModal/ImportModalSelectFileStep/ImportModalSelectFileStep.js +158 -0
  663. package/dist/components/ImportModal/ImportModalSelectFileStep/ImportModalSelectFileStep.js.map +1 -0
  664. package/dist/components/ImportModal/ImportModalSelectFileStep/index.d.ts +2 -0
  665. package/dist/components/ImportModal/ImportModalSelectFileStep/index.js +6 -0
  666. package/dist/components/ImportModal/ImportModalSelectFileStep/index.js.map +1 -0
  667. package/dist/components/ImportModal/_types.d.ts +34 -0
  668. package/dist/components/ImportModal/_types.js +18 -0
  669. package/dist/components/ImportModal/_types.js.map +1 -0
  670. package/dist/components/ImportModal/importReducer/ImportReducerContext.d.ts +11 -0
  671. package/dist/components/ImportModal/importReducer/ImportReducerContext.js +12 -0
  672. package/dist/components/ImportModal/importReducer/ImportReducerContext.js.map +1 -0
  673. package/dist/components/ImportModal/importReducer/importReducer.d.ts +38 -0
  674. package/dist/components/ImportModal/importReducer/importReducer.js +110 -0
  675. package/dist/components/ImportModal/importReducer/importReducer.js.map +1 -0
  676. package/dist/components/ImportModal/importReducer/index.d.ts +2 -0
  677. package/dist/components/ImportModal/importReducer/index.js +6 -0
  678. package/dist/components/ImportModal/importReducer/index.js.map +1 -0
  679. package/dist/components/ImportModal/index.d.ts +1 -0
  680. package/dist/components/ImportModal/index.js +5 -0
  681. package/dist/components/ImportModal/index.js.map +1 -0
  682. package/dist/components/LibraryItemsList/DisplayOptions/DisplayOptions.d.ts +3 -0
  683. package/dist/components/LibraryItemsList/DisplayOptions/DisplayOptions.js +80 -0
  684. package/dist/components/LibraryItemsList/DisplayOptions/DisplayOptions.js.map +1 -0
  685. package/dist/components/LibraryItemsList/DisplayOptions/index.d.ts +2 -0
  686. package/dist/components/LibraryItemsList/DisplayOptions/index.js +6 -0
  687. package/dist/components/LibraryItemsList/DisplayOptions/index.js.map +1 -0
  688. package/dist/components/LibraryItemsList/DisplayTypeSelector/DisplayTypeSelector.d.ts +3 -0
  689. package/dist/components/LibraryItemsList/DisplayTypeSelector/DisplayTypeSelector.js +22 -0
  690. package/dist/components/LibraryItemsList/DisplayTypeSelector/DisplayTypeSelector.js.map +1 -0
  691. package/dist/components/LibraryItemsList/DisplayTypeSelector/index.d.ts +2 -0
  692. package/dist/components/LibraryItemsList/DisplayTypeSelector/index.js +6 -0
  693. package/dist/components/LibraryItemsList/DisplayTypeSelector/index.js.map +1 -0
  694. package/dist/components/LibraryItemsList/FiltersDropdown/FiltersDropdown.d.ts +14 -0
  695. package/dist/components/LibraryItemsList/FiltersDropdown/FiltersDropdown.js +244 -0
  696. package/dist/components/LibraryItemsList/FiltersDropdown/FiltersDropdown.js.map +1 -0
  697. package/dist/components/LibraryItemsList/FiltersDropdown/index.d.ts +2 -0
  698. package/dist/components/LibraryItemsList/FiltersDropdown/index.js +6 -0
  699. package/dist/components/LibraryItemsList/FiltersDropdown/index.js.map +1 -0
  700. package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.d.ts +16 -0
  701. package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.js +340 -0
  702. package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.js.map +1 -0
  703. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/FilterAttributeCondition.d.ts +8 -0
  704. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/FilterAttributeCondition.js +87 -0
  705. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/FilterAttributeCondition.js.map +1 -0
  706. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/index.d.ts +2 -0
  707. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/index.js +6 -0
  708. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/index.js.map +1 -0
  709. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/BooleanFilter.d.ts +4 -0
  710. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/BooleanFilter.js +13 -0
  711. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/BooleanFilter.js.map +1 -0
  712. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/index.d.ts +2 -0
  713. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/index.js +6 -0
  714. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/index.js.map +1 -0
  715. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/DateBetweenFilter.d.ts +4 -0
  716. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/DateBetweenFilter.js +27 -0
  717. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/DateBetweenFilter.js.map +1 -0
  718. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/index.d.ts +2 -0
  719. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/index.js +6 -0
  720. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/index.js.map +1 -0
  721. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/DateFilter.d.ts +4 -0
  722. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/DateFilter.js +23 -0
  723. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/DateFilter.js.map +1 -0
  724. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/index.d.ts +2 -0
  725. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/index.js +6 -0
  726. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/index.js.map +1 -0
  727. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/NumericFilter.d.ts +4 -0
  728. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/NumericFilter.js +35 -0
  729. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/NumericFilter.js.map +1 -0
  730. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/index.d.ts +2 -0
  731. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/index.js +6 -0
  732. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/index.js.map +1 -0
  733. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/TextFilter.d.ts +4 -0
  734. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/TextFilter.js +35 -0
  735. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/TextFilter.js.map +1 -0
  736. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/index.d.ts +2 -0
  737. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/index.js +6 -0
  738. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/index.js.map +1 -0
  739. package/dist/components/LibraryItemsList/FiltersPanel/Filter/index.d.ts +2 -0
  740. package/dist/components/LibraryItemsList/FiltersPanel/Filter/index.js +6 -0
  741. package/dist/components/LibraryItemsList/FiltersPanel/Filter/index.js.map +1 -0
  742. package/dist/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/FilterDropdownButton.d.ts +8 -0
  743. package/dist/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/FilterDropdownButton.js +23 -0
  744. package/dist/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/FilterDropdownButton.js.map +1 -0
  745. package/dist/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/index.d.ts +2 -0
  746. package/dist/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/index.js +6 -0
  747. package/dist/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/index.js.map +1 -0
  748. package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/FilterTreeCondition.d.ts +7 -0
  749. package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/FilterTreeCondition.js +35 -0
  750. package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/FilterTreeCondition.js.map +1 -0
  751. package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/index.d.ts +2 -0
  752. package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/index.js +6 -0
  753. package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/index.js.map +1 -0
  754. package/dist/components/LibraryItemsList/FiltersPanel/FiltersOptions.d.ts +14 -0
  755. package/dist/components/LibraryItemsList/FiltersPanel/FiltersOptions.js +157 -0
  756. package/dist/components/LibraryItemsList/FiltersPanel/FiltersOptions.js.map +1 -0
  757. package/dist/components/LibraryItemsList/FiltersPanel/FiltersPanel.d.ts +3 -0
  758. package/dist/components/LibraryItemsList/FiltersPanel/FiltersPanel.js +122 -0
  759. package/dist/components/LibraryItemsList/FiltersPanel/FiltersPanel.js.map +1 -0
  760. package/dist/components/LibraryItemsList/FiltersPanel/index.d.ts +2 -0
  761. package/dist/components/LibraryItemsList/FiltersPanel/index.js +6 -0
  762. package/dist/components/LibraryItemsList/FiltersPanel/index.js.map +1 -0
  763. package/dist/components/LibraryItemsList/FiltersPanel/mustHideValue.d.ts +3 -0
  764. package/dist/components/LibraryItemsList/FiltersPanel/mustHideValue.js +17 -0
  765. package/dist/components/LibraryItemsList/FiltersPanel/mustHideValue.js.map +1 -0
  766. package/dist/components/LibraryItemsList/IconViewType/IconViewType.d.ts +8 -0
  767. package/dist/components/LibraryItemsList/IconViewType/IconViewType.js +18 -0
  768. package/dist/components/LibraryItemsList/IconViewType/IconViewType.js.map +1 -0
  769. package/dist/components/LibraryItemsList/IconViewType/index.d.ts +2 -0
  770. package/dist/components/LibraryItemsList/IconViewType/index.js +6 -0
  771. package/dist/components/LibraryItemsList/IconViewType/index.js.map +1 -0
  772. package/dist/components/LibraryItemsList/LibraryItemsList.d.ts +14 -0
  773. package/dist/components/LibraryItemsList/LibraryItemsList.js +18 -0
  774. package/dist/components/LibraryItemsList/LibraryItemsList.js.map +1 -0
  775. package/dist/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.d.ts +16 -0
  776. package/dist/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.js +191 -0
  777. package/dist/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.js.map +1 -0
  778. package/dist/components/LibraryItemsList/LibraryItemsListContent/index.d.ts +2 -0
  779. package/dist/components/LibraryItemsList/LibraryItemsListContent/index.js +6 -0
  780. package/dist/components/LibraryItemsList/LibraryItemsListContent/index.js.map +1 -0
  781. package/dist/components/LibraryItemsList/LibraryItemsListEmpty/LibraryItemsListEmpty.d.ts +3 -0
  782. package/dist/components/LibraryItemsList/LibraryItemsListEmpty/LibraryItemsListEmpty.js +38 -0
  783. package/dist/components/LibraryItemsList/LibraryItemsListEmpty/LibraryItemsListEmpty.js.map +1 -0
  784. package/dist/components/LibraryItemsList/LibraryItemsListEmpty/index.d.ts +2 -0
  785. package/dist/components/LibraryItemsList/LibraryItemsListEmpty/index.js +6 -0
  786. package/dist/components/LibraryItemsList/LibraryItemsListEmpty/index.js.map +1 -0
  787. package/dist/components/LibraryItemsList/LibraryItemsListPagination/LibraryItemsListPagination.d.ts +3 -0
  788. package/dist/components/LibraryItemsList/LibraryItemsListPagination/LibraryItemsListPagination.js +21 -0
  789. package/dist/components/LibraryItemsList/LibraryItemsListPagination/LibraryItemsListPagination.js.map +1 -0
  790. package/dist/components/LibraryItemsList/LibraryItemsListPagination/index.d.ts +2 -0
  791. package/dist/components/LibraryItemsList/LibraryItemsListPagination/index.js +6 -0
  792. package/dist/components/LibraryItemsList/LibraryItemsListPagination/index.js.map +1 -0
  793. package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyCell/BodyCell.d.ts +9 -0
  794. package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyCell/BodyCell.js +43 -0
  795. package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyCell/BodyCell.js.map +1 -0
  796. package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyCell/index.d.ts +2 -0
  797. package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyCell/index.js +6 -0
  798. package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyCell/index.js.map +1 -0
  799. package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyRow/BodyRow.d.ts +8 -0
  800. package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyRow/BodyRow.js +56 -0
  801. package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyRow/BodyRow.js.map +1 -0
  802. package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyRow/index.d.ts +2 -0
  803. package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyRow/index.js +6 -0
  804. package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyRow/index.js.map +1 -0
  805. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/AllValuesCount.d.ts +8 -0
  806. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/AllValuesCount.js +52 -0
  807. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/AllValuesCount.js.map +1 -0
  808. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/index.d.ts +2 -0
  809. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/index.js +6 -0
  810. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/index.js.map +1 -0
  811. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/Cell.d.ts +8 -0
  812. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/Cell.js +51 -0
  813. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/Cell.js.map +1 -0
  814. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/CellInfos.d.ts +10 -0
  815. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/CellInfos.js +43 -0
  816. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/CellInfos.js.map +1 -0
  817. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/index.d.ts +2 -0
  818. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/index.js +6 -0
  819. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/index.js.map +1 -0
  820. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/CellSelection.d.ts +6 -0
  821. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/CellSelection.js +34 -0
  822. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/CellSelection.js.map +1 -0
  823. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/index.d.ts +2 -0
  824. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/index.js +6 -0
  825. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/index.js.map +1 -0
  826. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/ElementsToDisplay/RichTextDisplay.d.ts +6 -0
  827. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/ElementsToDisplay/RichTextDisplay.js +23 -0
  828. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/ElementsToDisplay/RichTextDisplay.js.map +1 -0
  829. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/StandardCell.d.ts +9 -0
  830. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/StandardCell.js +74 -0
  831. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/StandardCell.js.map +1 -0
  832. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/index.d.ts +2 -0
  833. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/index.js +6 -0
  834. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/index.js.map +1 -0
  835. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/index.d.ts +2 -0
  836. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/index.js +6 -0
  837. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/index.js.map +1 -0
  838. package/dist/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/ChooseTableColumns.d.ts +7 -0
  839. package/dist/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/ChooseTableColumns.js +84 -0
  840. package/dist/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/ChooseTableColumns.js.map +1 -0
  841. package/dist/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/index.d.ts +2 -0
  842. package/dist/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/index.js +6 -0
  843. package/dist/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/index.js.map +1 -0
  844. package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/Header.d.ts +9 -0
  845. package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/Header.js +141 -0
  846. package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/Header.js.map +1 -0
  847. package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/index.d.ts +2 -0
  848. package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/index.js +6 -0
  849. package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/index.js.map +1 -0
  850. package/dist/components/LibraryItemsList/LibraryItemsListTable/Table.d.ts +3 -0
  851. package/dist/components/LibraryItemsList/LibraryItemsListTable/Table.js +232 -0
  852. package/dist/components/LibraryItemsList/LibraryItemsListTable/Table.js.map +1 -0
  853. package/dist/components/LibraryItemsList/LibraryItemsListTable/index.d.ts +2 -0
  854. package/dist/components/LibraryItemsList/LibraryItemsListTable/index.js +6 -0
  855. package/dist/components/LibraryItemsList/LibraryItemsListTable/index.js.map +1 -0
  856. package/dist/components/LibraryItemsList/MenuItemList/MenuItemList.d.ts +8 -0
  857. package/dist/components/LibraryItemsList/MenuItemList/MenuItemList.js +54 -0
  858. package/dist/components/LibraryItemsList/MenuItemList/MenuItemList.js.map +1 -0
  859. package/dist/components/LibraryItemsList/MenuItemList/index.d.ts +2 -0
  860. package/dist/components/LibraryItemsList/MenuItemList/index.js +6 -0
  861. package/dist/components/LibraryItemsList/MenuItemList/index.js.map +1 -0
  862. package/dist/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/ActionsMenu.d.ts +3 -0
  863. package/dist/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/ActionsMenu.js +75 -0
  864. package/dist/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/ActionsMenu.js.map +1 -0
  865. package/dist/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/index.d.ts +2 -0
  866. package/dist/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/index.js +6 -0
  867. package/dist/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/index.js.map +1 -0
  868. package/dist/components/LibraryItemsList/MenuItemListSelected/MenuItemListSelected.d.ts +6 -0
  869. package/dist/components/LibraryItemsList/MenuItemListSelected/MenuItemListSelected.js +139 -0
  870. package/dist/components/LibraryItemsList/MenuItemListSelected/MenuItemListSelected.js.map +1 -0
  871. package/dist/components/LibraryItemsList/MenuItemListSelected/index.d.ts +2 -0
  872. package/dist/components/LibraryItemsList/MenuItemListSelected/index.js +6 -0
  873. package/dist/components/LibraryItemsList/MenuItemListSelected/index.js.map +1 -0
  874. package/dist/components/LibraryItemsList/MenuSelection/MenuSelection.d.ts +3 -0
  875. package/dist/components/LibraryItemsList/MenuSelection/MenuSelection.js +58 -0
  876. package/dist/components/LibraryItemsList/MenuSelection/MenuSelection.js.map +1 -0
  877. package/dist/components/LibraryItemsList/MenuSelection/index.d.ts +2 -0
  878. package/dist/components/LibraryItemsList/MenuSelection/index.js +6 -0
  879. package/dist/components/LibraryItemsList/MenuSelection/index.js.map +1 -0
  880. package/dist/components/LibraryItemsList/MenuView/MenuView.d.ts +7 -0
  881. package/dist/components/LibraryItemsList/MenuView/MenuView.js +163 -0
  882. package/dist/components/LibraryItemsList/MenuView/MenuView.js.map +1 -0
  883. package/dist/components/LibraryItemsList/MenuView/index.d.ts +2 -0
  884. package/dist/components/LibraryItemsList/MenuView/index.js +6 -0
  885. package/dist/components/LibraryItemsList/MenuView/index.js.map +1 -0
  886. package/dist/components/LibraryItemsList/SearchItems/SearchItems.d.ts +3 -0
  887. package/dist/components/LibraryItemsList/SearchItems/SearchItems.js +21 -0
  888. package/dist/components/LibraryItemsList/SearchItems/SearchItems.js.map +1 -0
  889. package/dist/components/LibraryItemsList/SearchItems/index.d.ts +2 -0
  890. package/dist/components/LibraryItemsList/SearchItems/index.js +6 -0
  891. package/dist/components/LibraryItemsList/SearchItems/index.js.map +1 -0
  892. package/dist/components/LibraryItemsList/Sidebar/Sidebar.d.ts +3 -0
  893. package/dist/components/LibraryItemsList/Sidebar/Sidebar.js +58 -0
  894. package/dist/components/LibraryItemsList/Sidebar/Sidebar.js.map +1 -0
  895. package/dist/components/LibraryItemsList/Sidebar/index.d.ts +2 -0
  896. package/dist/components/LibraryItemsList/Sidebar/index.js +6 -0
  897. package/dist/components/LibraryItemsList/Sidebar/index.js.map +1 -0
  898. package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/ItemTileDisplay.d.ts +7 -0
  899. package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/ItemTileDisplay.js +199 -0
  900. package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/ItemTileDisplay.js.map +1 -0
  901. package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/index.d.ts +2 -0
  902. package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/index.js +6 -0
  903. package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/index.js.map +1 -0
  904. package/dist/components/LibraryItemsList/TileDisplay/TileDisplay.d.ts +3 -0
  905. package/dist/components/LibraryItemsList/TileDisplay/TileDisplay.js +50 -0
  906. package/dist/components/LibraryItemsList/TileDisplay/TileDisplay.js.map +1 -0
  907. package/dist/components/LibraryItemsList/TileDisplay/helpers/getItemPreviewSize.d.ts +3 -0
  908. package/dist/components/LibraryItemsList/TileDisplay/helpers/getItemPreviewSize.js +11 -0
  909. package/dist/components/LibraryItemsList/TileDisplay/helpers/getItemPreviewSize.js.map +1 -0
  910. package/dist/components/LibraryItemsList/TileDisplay/index.d.ts +2 -0
  911. package/dist/components/LibraryItemsList/TileDisplay/index.js +6 -0
  912. package/dist/components/LibraryItemsList/TileDisplay/index.js.map +1 -0
  913. package/dist/components/LibraryItemsList/VersionsPanel/VersionsPanel.d.ts +3 -0
  914. package/dist/components/LibraryItemsList/VersionsPanel/VersionsPanel.js +66 -0
  915. package/dist/components/LibraryItemsList/VersionsPanel/VersionsPanel.js.map +1 -0
  916. package/dist/components/LibraryItemsList/VersionsPanel/index.d.ts +2 -0
  917. package/dist/components/LibraryItemsList/VersionsPanel/index.js +6 -0
  918. package/dist/components/LibraryItemsList/VersionsPanel/index.js.map +1 -0
  919. package/dist/components/LibraryItemsList/ViewPanel/EditView/EditView.d.ts +10 -0
  920. package/dist/components/LibraryItemsList/ViewPanel/EditView/EditView.js +80 -0
  921. package/dist/components/LibraryItemsList/ViewPanel/EditView/EditView.js.map +1 -0
  922. package/dist/components/LibraryItemsList/ViewPanel/EditView/index.d.ts +2 -0
  923. package/dist/components/LibraryItemsList/ViewPanel/EditView/index.js +6 -0
  924. package/dist/components/LibraryItemsList/ViewPanel/EditView/index.js.map +1 -0
  925. package/dist/components/LibraryItemsList/ViewPanel/View/View.d.ts +10 -0
  926. package/dist/components/LibraryItemsList/ViewPanel/View/View.js +140 -0
  927. package/dist/components/LibraryItemsList/ViewPanel/View/View.js.map +1 -0
  928. package/dist/components/LibraryItemsList/ViewPanel/View/index.d.ts +2 -0
  929. package/dist/components/LibraryItemsList/ViewPanel/View/index.js +6 -0
  930. package/dist/components/LibraryItemsList/ViewPanel/View/index.js.map +1 -0
  931. package/dist/components/LibraryItemsList/ViewPanel/ViewPanel.d.ts +3 -0
  932. package/dist/components/LibraryItemsList/ViewPanel/ViewPanel.js +189 -0
  933. package/dist/components/LibraryItemsList/ViewPanel/ViewPanel.js.map +1 -0
  934. package/dist/components/LibraryItemsList/ViewPanel/index.d.ts +2 -0
  935. package/dist/components/LibraryItemsList/ViewPanel/index.js +6 -0
  936. package/dist/components/LibraryItemsList/ViewPanel/index.js.map +1 -0
  937. package/dist/components/LibraryItemsList/constants.d.ts +12 -0
  938. package/dist/components/LibraryItemsList/constants.js +19 -0
  939. package/dist/components/LibraryItemsList/constants.js.map +1 -0
  940. package/dist/components/LibraryItemsList/helpers/defaultFilterConditionByAttributeFormat.d.ts +3 -0
  941. package/dist/components/LibraryItemsList/helpers/defaultFilterConditionByAttributeFormat.js +18 -0
  942. package/dist/components/LibraryItemsList/helpers/defaultFilterConditionByAttributeFormat.js.map +1 -0
  943. package/dist/components/LibraryItemsList/helpers/displayTypeToPreviewSize.d.ts +3 -0
  944. package/dist/components/LibraryItemsList/helpers/displayTypeToPreviewSize.js +15 -0
  945. package/dist/components/LibraryItemsList/helpers/displayTypeToPreviewSize.js.map +1 -0
  946. package/dist/components/LibraryItemsList/helpers/extractAttributesFromLibrary.d.ts +4 -0
  947. package/dist/components/LibraryItemsList/helpers/extractAttributesFromLibrary.js +64 -0
  948. package/dist/components/LibraryItemsList/helpers/extractAttributesFromLibrary.js.map +1 -0
  949. package/dist/components/LibraryItemsList/helpers/getFieldFromKey.d.ts +5 -0
  950. package/dist/components/LibraryItemsList/helpers/getFieldFromKey.js +40 -0
  951. package/dist/components/LibraryItemsList/helpers/getFieldFromKey.js.map +1 -0
  952. package/dist/components/LibraryItemsList/helpers/getFieldsFromView.d.ts +6 -0
  953. package/dist/components/LibraryItemsList/helpers/getFieldsFromView.js +16 -0
  954. package/dist/components/LibraryItemsList/helpers/getFieldsFromView.js.map +1 -0
  955. package/dist/components/LibraryItemsList/helpers/getFieldsKeyFromAttribute.d.ts +2 -0
  956. package/dist/components/LibraryItemsList/helpers/getFieldsKeyFromAttribute.js +13 -0
  957. package/dist/components/LibraryItemsList/helpers/getFieldsKeyFromAttribute.js.map +1 -0
  958. package/dist/components/LibraryItemsList/helpers/getSortFieldByAttributeType.d.ts +2 -0
  959. package/dist/components/LibraryItemsList/helpers/getSortFieldByAttributeType.js +15 -0
  960. package/dist/components/LibraryItemsList/helpers/getSortFieldByAttributeType.js.map +1 -0
  961. package/dist/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.d.ts +8 -0
  962. package/dist/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.js +99 -0
  963. package/dist/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.js.map +1 -0
  964. package/dist/components/LibraryItemsList/hooks/useSearchReducer/_types.d.ts +69 -0
  965. package/dist/components/LibraryItemsList/hooks/useSearchReducer/_types.js +2 -0
  966. package/dist/components/LibraryItemsList/hooks/useSearchReducer/_types.js.map +1 -0
  967. package/dist/components/LibraryItemsList/hooks/useSearchReducer/index.d.ts +2 -0
  968. package/dist/components/LibraryItemsList/hooks/useSearchReducer/index.js +6 -0
  969. package/dist/components/LibraryItemsList/hooks/useSearchReducer/index.js.map +1 -0
  970. package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchContext.d.ts +7 -0
  971. package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchContext.js +7 -0
  972. package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchContext.js.map +1 -0
  973. package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.d.ts +124 -0
  974. package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.js +206 -0
  975. package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.js.map +1 -0
  976. package/dist/components/LibraryItemsList/hooks/useSearchReducer/useSearchReducer.d.ts +6 -0
  977. package/dist/components/LibraryItemsList/hooks/useSearchReducer/useSearchReducer.js +8 -0
  978. package/dist/components/LibraryItemsList/hooks/useSearchReducer/useSearchReducer.js.map +1 -0
  979. package/dist/components/LibraryItemsList/hooks/useUpdateViewsOrderMutation.d.ts +7 -0
  980. package/dist/components/LibraryItemsList/hooks/useUpdateViewsOrderMutation.js +34 -0
  981. package/dist/components/LibraryItemsList/hooks/useUpdateViewsOrderMutation.js.map +1 -0
  982. package/dist/components/LibraryItemsList/index.d.ts +1 -0
  983. package/dist/components/LibraryItemsList/index.js +5 -0
  984. package/dist/components/LibraryItemsList/index.js.map +1 -0
  985. package/dist/components/LibraryItemsList/manageItems.d.ts +11 -0
  986. package/dist/components/LibraryItemsList/manageItems.js +102 -0
  987. package/dist/components/LibraryItemsList/manageItems.js.map +1 -0
  988. package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/DeactivateRecordBtn.d.ts +8 -0
  989. package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/DeactivateRecordBtn.js +50 -0
  990. package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/DeactivateRecordBtn.js.map +1 -0
  991. package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/index.d.ts +2 -0
  992. package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/index.js +6 -0
  993. package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/index.js.map +1 -0
  994. package/dist/components/LibraryItemsList/shared/SelectCellsBtn.d.ts +16 -0
  995. package/dist/components/LibraryItemsList/shared/SelectCellsBtn.js +45 -0
  996. package/dist/components/LibraryItemsList/shared/SelectCellsBtn.js.map +1 -0
  997. package/dist/components/LibraryPicker/LibrariesList/LibrariesList.d.ts +10 -0
  998. package/dist/components/LibraryPicker/LibrariesList/LibrariesList.js +136 -0
  999. package/dist/components/LibraryPicker/LibrariesList/LibrariesList.js.map +1 -0
  1000. package/dist/components/LibraryPicker/LibrariesList/index.d.ts +1 -0
  1001. package/dist/components/LibraryPicker/LibrariesList/index.js +5 -0
  1002. package/dist/components/LibraryPicker/LibrariesList/index.js.map +1 -0
  1003. package/dist/components/LibraryPicker/LibraryPicker.d.ts +12 -0
  1004. package/dist/components/LibraryPicker/LibraryPicker.js +22 -0
  1005. package/dist/components/LibraryPicker/LibraryPicker.js.map +1 -0
  1006. package/dist/components/LibraryPicker/index.d.ts +1 -0
  1007. package/dist/components/LibraryPicker/index.js +5 -0
  1008. package/dist/components/LibraryPicker/index.js.map +1 -0
  1009. package/dist/components/List/List.d.ts +13 -0
  1010. package/dist/components/List/List.js +64 -0
  1011. package/dist/components/List/List.js.map +1 -0
  1012. package/dist/components/List/index.d.ts +2 -0
  1013. package/dist/components/List/index.js +6 -0
  1014. package/dist/components/List/index.js.map +1 -0
  1015. package/dist/components/Loading/Loading.js +18 -0
  1016. package/dist/components/Loading/Loading.js.map +1 -0
  1017. package/dist/components/Loading/index.d.ts +1 -0
  1018. package/dist/components/Loading/index.js +5 -0
  1019. package/dist/components/Loading/index.js.map +1 -0
  1020. package/dist/components/RecordCard/RecordCard.d.ts +4 -0
  1021. package/dist/components/RecordCard/RecordCard.js +36 -0
  1022. package/dist/components/RecordCard/RecordCard.js.map +1 -0
  1023. package/dist/components/RecordCard/_types.d.ts +16 -0
  1024. package/dist/components/RecordCard/_types.js +2 -0
  1025. package/dist/components/RecordCard/_types.js.map +1 -0
  1026. package/dist/components/RecordCard/index.js +6 -0
  1027. package/dist/components/RecordCard/index.js.map +1 -0
  1028. package/dist/components/RecordEdition/EditRecord/EditRecord.d.ts +13 -0
  1029. package/dist/components/RecordEdition/EditRecord/EditRecord.js +89 -0
  1030. package/dist/components/RecordEdition/EditRecord/EditRecord.js.map +1 -0
  1031. package/dist/components/RecordEdition/EditRecord/EditRecordSkeleton.d.ts +6 -0
  1032. package/dist/components/RecordEdition/EditRecord/EditRecordSkeleton.js +13 -0
  1033. package/dist/components/RecordEdition/EditRecord/EditRecordSkeleton.js.map +1 -0
  1034. package/dist/components/RecordEdition/EditRecord/_types.d.ts +109 -0
  1035. package/dist/components/RecordEdition/EditRecord/_types.js +12 -0
  1036. package/dist/components/RecordEdition/EditRecord/_types.js.map +1 -0
  1037. package/dist/components/RecordEdition/EditRecord/helpers/extractFormElements/extractFormElements.d.ts +3 -0
  1038. package/dist/components/RecordEdition/EditRecord/helpers/extractFormElements/extractFormElements.js +11 -0
  1039. package/dist/components/RecordEdition/EditRecord/helpers/extractFormElements/extractFormElements.js.map +1 -0
  1040. package/dist/components/RecordEdition/EditRecord/helpers/extractFormElements/index.d.ts +2 -0
  1041. package/dist/components/RecordEdition/EditRecord/helpers/extractFormElements/index.js +6 -0
  1042. package/dist/components/RecordEdition/EditRecord/helpers/extractFormElements/index.js.map +1 -0
  1043. package/dist/components/RecordEdition/EditRecord/helpers/getActiveFieldValues/getActiveFieldValues.d.ts +3 -0
  1044. package/dist/components/RecordEdition/EditRecord/helpers/getActiveFieldValues/getActiveFieldValues.js +4 -0
  1045. package/dist/components/RecordEdition/EditRecord/helpers/getActiveFieldValues/getActiveFieldValues.js.map +1 -0
  1046. package/dist/components/RecordEdition/EditRecord/helpers/getActiveFieldValues/index.d.ts +1 -0
  1047. package/dist/components/RecordEdition/EditRecord/helpers/getActiveFieldValues/index.js +5 -0
  1048. package/dist/components/RecordEdition/EditRecord/helpers/getActiveFieldValues/index.js.map +1 -0
  1049. package/dist/components/RecordEdition/EditRecord/helpers/isCurrentVersion/index.d.ts +1 -0
  1050. package/dist/components/RecordEdition/EditRecord/helpers/isCurrentVersion/index.js +5 -0
  1051. package/dist/components/RecordEdition/EditRecord/helpers/isCurrentVersion/index.js.map +1 -0
  1052. package/dist/components/RecordEdition/EditRecord/helpers/isCurrentVersion/isCurrentVersion.d.ts +7 -0
  1053. package/dist/components/RecordEdition/EditRecord/helpers/isCurrentVersion/isCurrentVersion.js +21 -0
  1054. package/dist/components/RecordEdition/EditRecord/helpers/isCurrentVersion/isCurrentVersion.js.map +1 -0
  1055. package/dist/components/RecordEdition/EditRecord/hooks/__mocks__/useDeleteValueMutation.d.ts +3 -0
  1056. package/dist/components/RecordEdition/EditRecord/hooks/__mocks__/useDeleteValueMutation.js +9 -0
  1057. package/dist/components/RecordEdition/EditRecord/hooks/__mocks__/useDeleteValueMutation.js.map +1 -0
  1058. package/dist/components/RecordEdition/EditRecord/hooks/__mocks__/useSaveValueMutation.d.ts +3 -0
  1059. package/dist/components/RecordEdition/EditRecord/hooks/__mocks__/useSaveValueMutation.js +9 -0
  1060. package/dist/components/RecordEdition/EditRecord/hooks/__mocks__/useSaveValueMutation.js.map +1 -0
  1061. package/dist/components/RecordEdition/EditRecord/hooks/helpers/getPropertyCacheFieldName.d.ts +2 -0
  1062. package/dist/components/RecordEdition/EditRecord/hooks/helpers/getPropertyCacheFieldName.js +5 -0
  1063. package/dist/components/RecordEdition/EditRecord/hooks/helpers/getPropertyCacheFieldName.js.map +1 -0
  1064. package/dist/components/RecordEdition/EditRecord/hooks/useExecuteDeleteValueMutation.d.ts +6 -0
  1065. package/dist/components/RecordEdition/EditRecord/hooks/useExecuteDeleteValueMutation.js +40 -0
  1066. package/dist/components/RecordEdition/EditRecord/hooks/useExecuteDeleteValueMutation.js.map +1 -0
  1067. package/dist/components/RecordEdition/EditRecord/hooks/useExecuteSaveValueBatchMutation.d.ts +6 -0
  1068. package/dist/components/RecordEdition/EditRecord/hooks/useExecuteSaveValueBatchMutation.js +62 -0
  1069. package/dist/components/RecordEdition/EditRecord/hooks/useExecuteSaveValueBatchMutation.js.map +1 -0
  1070. package/dist/components/RecordEdition/EditRecord/hooks/useRecordEditionContext.d.ts +4 -0
  1071. package/dist/components/RecordEdition/EditRecord/hooks/useRecordEditionContext.js +7 -0
  1072. package/dist/components/RecordEdition/EditRecord/hooks/useRecordEditionContext.js.map +1 -0
  1073. package/dist/components/RecordEdition/EditRecord/index.d.ts +2 -0
  1074. package/dist/components/RecordEdition/EditRecord/index.js +6 -0
  1075. package/dist/components/RecordEdition/EditRecord/index.js.map +1 -0
  1076. package/dist/components/RecordEdition/EditRecord/reducers/linkFieldReducer/index.d.ts +2 -0
  1077. package/dist/components/RecordEdition/EditRecord/reducers/linkFieldReducer/index.js +6 -0
  1078. package/dist/components/RecordEdition/EditRecord/reducers/linkFieldReducer/index.js.map +1 -0
  1079. package/dist/components/RecordEdition/EditRecord/reducers/linkFieldReducer/linkFieldReducer.d.ts +52 -0
  1080. package/dist/components/RecordEdition/EditRecord/reducers/linkFieldReducer/linkFieldReducer.js +110 -0
  1081. package/dist/components/RecordEdition/EditRecord/reducers/linkFieldReducer/linkFieldReducer.js.map +1 -0
  1082. package/dist/components/RecordEdition/EditRecord/reducers/standardFieldReducer/index.d.ts +2 -0
  1083. package/dist/components/RecordEdition/EditRecord/reducers/standardFieldReducer/index.js +6 -0
  1084. package/dist/components/RecordEdition/EditRecord/reducers/standardFieldReducer/index.js.map +1 -0
  1085. package/dist/components/RecordEdition/EditRecord/reducers/standardFieldReducer/standardFieldReducer.d.ts +100 -0
  1086. package/dist/components/RecordEdition/EditRecord/reducers/standardFieldReducer/standardFieldReducer.js +200 -0
  1087. package/dist/components/RecordEdition/EditRecord/reducers/standardFieldReducer/standardFieldReducer.js.map +1 -0
  1088. package/dist/components/RecordEdition/EditRecord/reducers/standardFieldReducer/standardFieldReducer.spec.d.ts +1 -0
  1089. package/dist/components/RecordEdition/EditRecord/reducers/standardFieldReducer/standardFieldReducer.spec.js +303 -0
  1090. package/dist/components/RecordEdition/EditRecord/reducers/standardFieldReducer/standardFieldReducer.spec.js.map +1 -0
  1091. package/dist/components/RecordEdition/EditRecord/shared/AddValueBtn/AddValueBtn.d.ts +10 -0
  1092. package/dist/components/RecordEdition/EditRecord/shared/AddValueBtn/AddValueBtn.js +31 -0
  1093. package/dist/components/RecordEdition/EditRecord/shared/AddValueBtn/AddValueBtn.js.map +1 -0
  1094. package/dist/components/RecordEdition/EditRecord/shared/AddValueBtn/index.d.ts +2 -0
  1095. package/dist/components/RecordEdition/EditRecord/shared/AddValueBtn/index.js +6 -0
  1096. package/dist/components/RecordEdition/EditRecord/shared/AddValueBtn/index.js.map +1 -0
  1097. package/dist/components/RecordEdition/EditRecord/shared/DeleteAllValuesBtn/DeleteAllValuesBtn.d.ts +6 -0
  1098. package/dist/components/RecordEdition/EditRecord/shared/DeleteAllValuesBtn/DeleteAllValuesBtn.js +21 -0
  1099. package/dist/components/RecordEdition/EditRecord/shared/DeleteAllValuesBtn/DeleteAllValuesBtn.js.map +1 -0
  1100. package/dist/components/RecordEdition/EditRecord/shared/DeleteAllValuesBtn/index.d.ts +2 -0
  1101. package/dist/components/RecordEdition/EditRecord/shared/DeleteAllValuesBtn/index.js +6 -0
  1102. package/dist/components/RecordEdition/EditRecord/shared/DeleteAllValuesBtn/index.js.map +1 -0
  1103. package/dist/components/RecordEdition/EditRecord/shared/DeleteValueBtn/DeleteValueBtn.d.ts +7 -0
  1104. package/dist/components/RecordEdition/EditRecord/shared/DeleteValueBtn/DeleteValueBtn.js +26 -0
  1105. package/dist/components/RecordEdition/EditRecord/shared/DeleteValueBtn/DeleteValueBtn.js.map +1 -0
  1106. package/dist/components/RecordEdition/EditRecord/shared/DeleteValueBtn/index.d.ts +2 -0
  1107. package/dist/components/RecordEdition/EditRecord/shared/DeleteValueBtn/index.js +6 -0
  1108. package/dist/components/RecordEdition/EditRecord/shared/DeleteValueBtn/index.js.map +1 -0
  1109. package/dist/components/RecordEdition/EditRecord/shared/FieldFooter/FieldFooter.d.ts +9 -0
  1110. package/dist/components/RecordEdition/EditRecord/shared/FieldFooter/FieldFooter.js +28 -0
  1111. package/dist/components/RecordEdition/EditRecord/shared/FieldFooter/FieldFooter.js.map +1 -0
  1112. package/dist/components/RecordEdition/EditRecord/shared/FieldFooter/index.d.ts +2 -0
  1113. package/dist/components/RecordEdition/EditRecord/shared/FieldFooter/index.js +6 -0
  1114. package/dist/components/RecordEdition/EditRecord/shared/FieldFooter/index.js.map +1 -0
  1115. package/dist/components/RecordEdition/EditRecord/shared/InheritedFieldLabel/InheritedFieldLabel.d.ts +7 -0
  1116. package/dist/components/RecordEdition/EditRecord/shared/InheritedFieldLabel/InheritedFieldLabel.js +22 -0
  1117. package/dist/components/RecordEdition/EditRecord/shared/InheritedFieldLabel/InheritedFieldLabel.js.map +1 -0
  1118. package/dist/components/RecordEdition/EditRecord/shared/InheritedFieldLabel/index.d.ts +2 -0
  1119. package/dist/components/RecordEdition/EditRecord/shared/InheritedFieldLabel/index.js +6 -0
  1120. package/dist/components/RecordEdition/EditRecord/shared/InheritedFieldLabel/index.js.map +1 -0
  1121. package/dist/components/RecordEdition/EditRecord/shared/NoValue/NoValue.d.ts +8 -0
  1122. package/dist/components/RecordEdition/EditRecord/shared/NoValue/NoValue.js +33 -0
  1123. package/dist/components/RecordEdition/EditRecord/shared/NoValue/NoValue.js.map +1 -0
  1124. package/dist/components/RecordEdition/EditRecord/shared/NoValue/index.d.ts +2 -0
  1125. package/dist/components/RecordEdition/EditRecord/shared/NoValue/index.js +6 -0
  1126. package/dist/components/RecordEdition/EditRecord/shared/NoValue/index.js.map +1 -0
  1127. package/dist/components/RecordEdition/EditRecord/shared/UpdatedFieldIcon/UpdatedFieldIcon.d.ts +3 -0
  1128. package/dist/components/RecordEdition/EditRecord/shared/UpdatedFieldIcon/UpdatedFieldIcon.js +13 -0
  1129. package/dist/components/RecordEdition/EditRecord/shared/UpdatedFieldIcon/UpdatedFieldIcon.js.map +1 -0
  1130. package/dist/components/RecordEdition/EditRecord/shared/UpdatedFieldIcon/index.d.ts +2 -0
  1131. package/dist/components/RecordEdition/EditRecord/shared/UpdatedFieldIcon/index.js +6 -0
  1132. package/dist/components/RecordEdition/EditRecord/shared/UpdatedFieldIcon/index.js.map +1 -0
  1133. package/dist/components/RecordEdition/EditRecord/shared/ValueDetailsBtn/ValueDetailsBtn.d.ts +11 -0
  1134. package/dist/components/RecordEdition/EditRecord/shared/ValueDetailsBtn/ValueDetailsBtn.js +42 -0
  1135. package/dist/components/RecordEdition/EditRecord/shared/ValueDetailsBtn/ValueDetailsBtn.js.map +1 -0
  1136. package/dist/components/RecordEdition/EditRecord/shared/ValueDetailsBtn/index.d.ts +2 -0
  1137. package/dist/components/RecordEdition/EditRecord/shared/ValueDetailsBtn/index.js +6 -0
  1138. package/dist/components/RecordEdition/EditRecord/shared/ValueDetailsBtn/index.js.map +1 -0
  1139. package/dist/components/RecordEdition/EditRecord/shared/ValuesVersionBtn/ValuesVersionBtn.d.ts +14 -0
  1140. package/dist/components/RecordEdition/EditRecord/shared/ValuesVersionBtn/ValuesVersionBtn.js +68 -0
  1141. package/dist/components/RecordEdition/EditRecord/shared/ValuesVersionBtn/ValuesVersionBtn.js.map +1 -0
  1142. package/dist/components/RecordEdition/EditRecord/shared/ValuesVersionBtn/index.d.ts +2 -0
  1143. package/dist/components/RecordEdition/EditRecord/shared/ValuesVersionBtn/index.js +6 -0
  1144. package/dist/components/RecordEdition/EditRecord/shared/ValuesVersionBtn/index.js.map +1 -0
  1145. package/dist/components/RecordEdition/EditRecord/shared/ValuesVersionIndicator/ValuesVersionIndicator.d.ts +9 -0
  1146. package/dist/components/RecordEdition/EditRecord/shared/ValuesVersionIndicator/ValuesVersionIndicator.js +34 -0
  1147. package/dist/components/RecordEdition/EditRecord/shared/ValuesVersionIndicator/ValuesVersionIndicator.js.map +1 -0
  1148. package/dist/components/RecordEdition/EditRecord/shared/ValuesVersionIndicator/index.d.ts +2 -0
  1149. package/dist/components/RecordEdition/EditRecord/shared/ValuesVersionIndicator/index.js +6 -0
  1150. package/dist/components/RecordEdition/EditRecord/shared/ValuesVersionIndicator/index.js.map +1 -0
  1151. package/dist/components/RecordEdition/EditRecord/uiElements/Container/Container.d.ts +4 -0
  1152. package/dist/components/RecordEdition/EditRecord/uiElements/Container/Container.js +14 -0
  1153. package/dist/components/RecordEdition/EditRecord/uiElements/Container/Container.js.map +1 -0
  1154. package/dist/components/RecordEdition/EditRecord/uiElements/Container/index.d.ts +2 -0
  1155. package/dist/components/RecordEdition/EditRecord/uiElements/Container/index.js +6 -0
  1156. package/dist/components/RecordEdition/EditRecord/uiElements/Container/index.js.map +1 -0
  1157. package/dist/components/RecordEdition/EditRecord/uiElements/ErrorField/ErrorField.d.ts +5 -0
  1158. package/dist/components/RecordEdition/EditRecord/uiElements/ErrorField/ErrorField.js +63 -0
  1159. package/dist/components/RecordEdition/EditRecord/uiElements/ErrorField/ErrorField.js.map +1 -0
  1160. package/dist/components/RecordEdition/EditRecord/uiElements/ErrorField/index.d.ts +2 -0
  1161. package/dist/components/RecordEdition/EditRecord/uiElements/ErrorField/index.js +6 -0
  1162. package/dist/components/RecordEdition/EditRecord/uiElements/ErrorField/index.js.map +1 -0
  1163. package/dist/components/RecordEdition/EditRecord/uiElements/FormDivider/FormDivider.d.ts +5 -0
  1164. package/dist/components/RecordEdition/EditRecord/uiElements/FormDivider/FormDivider.js +9 -0
  1165. package/dist/components/RecordEdition/EditRecord/uiElements/FormDivider/FormDivider.js.map +1 -0
  1166. package/dist/components/RecordEdition/EditRecord/uiElements/FormDivider/index.d.ts +2 -0
  1167. package/dist/components/RecordEdition/EditRecord/uiElements/FormDivider/index.js +6 -0
  1168. package/dist/components/RecordEdition/EditRecord/uiElements/FormDivider/index.js.map +1 -0
  1169. package/dist/components/RecordEdition/EditRecord/uiElements/FormTabs/FormTabs.d.ts +5 -0
  1170. package/dist/components/RecordEdition/EditRecord/uiElements/FormTabs/FormTabs.js +57 -0
  1171. package/dist/components/RecordEdition/EditRecord/uiElements/FormTabs/FormTabs.js.map +1 -0
  1172. package/dist/components/RecordEdition/EditRecord/uiElements/FormTabs/index.d.ts +2 -0
  1173. package/dist/components/RecordEdition/EditRecord/uiElements/FormTabs/index.js +6 -0
  1174. package/dist/components/RecordEdition/EditRecord/uiElements/FormTabs/index.js.map +1 -0
  1175. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/FloatingMenuHandler/FloatingMenuHandler.d.ts +14 -0
  1176. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/FloatingMenuHandler/FloatingMenuHandler.js +29 -0
  1177. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/FloatingMenuHandler/FloatingMenuHandler.js.map +1 -0
  1178. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/FloatingMenuHandler/index.d.ts +2 -0
  1179. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/FloatingMenuHandler/index.js +6 -0
  1180. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/FloatingMenuHandler/index.js.map +1 -0
  1181. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/LinkField.d.ts +13 -0
  1182. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/LinkField.js +313 -0
  1183. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/LinkField.js.map +1 -0
  1184. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/RecordIdentityCell/RecordIdentityCell.d.ts +7 -0
  1185. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/RecordIdentityCell/RecordIdentityCell.js +11 -0
  1186. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/RecordIdentityCell/RecordIdentityCell.js.map +1 -0
  1187. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/RecordIdentityCell/index.d.ts +2 -0
  1188. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/RecordIdentityCell/index.js +6 -0
  1189. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/RecordIdentityCell/index.js.map +1 -0
  1190. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/QuickSearch/QuickSearch.d.ts +14 -0
  1191. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/QuickSearch/QuickSearch.js +52 -0
  1192. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/QuickSearch/QuickSearch.js.map +1 -0
  1193. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/QuickSearch/index.d.ts +2 -0
  1194. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/QuickSearch/index.js +6 -0
  1195. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/QuickSearch/index.js.map +1 -0
  1196. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/ValuesAdd.d.ts +10 -0
  1197. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/ValuesAdd.js +214 -0
  1198. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/ValuesAdd.js.map +1 -0
  1199. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/index.d.ts +2 -0
  1200. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/index.js +6 -0
  1201. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/index.js.map +1 -0
  1202. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/index.d.ts +2 -0
  1203. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/index.js +6 -0
  1204. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/index.js.map +1 -0
  1205. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardField.d.ts +5 -0
  1206. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardField.js +210 -0
  1207. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardField.js.map +1 -0
  1208. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.d.ts +4 -0
  1209. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.js +14 -0
  1210. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.js.map +1 -0
  1211. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.d.ts +4 -0
  1212. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.js +22 -0
  1213. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.js.map +1 -0
  1214. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.d.ts +4 -0
  1215. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.js +23 -0
  1216. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.js.map +1 -0
  1217. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/DateRangeInput.d.ts +4 -0
  1218. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/DateRangeInput.js +29 -0
  1219. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/DateRangeInput.js.map +1 -0
  1220. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.d.ts +4 -0
  1221. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.js +19 -0
  1222. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.js.map +1 -0
  1223. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.d.ts +4 -0
  1224. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.js +32 -0
  1225. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.js.map +1 -0
  1226. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.d.ts +4 -0
  1227. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.js +51 -0
  1228. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.js.map +1 -0
  1229. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.d.ts +4 -0
  1230. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.js +26 -0
  1231. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.js.map +1 -0
  1232. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/StandardFieldValue.d.ts +14 -0
  1233. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js +423 -0
  1234. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js.map +1 -0
  1235. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/ValuesList/ValuesList.d.ts +17 -0
  1236. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/ValuesList/ValuesList.js +35 -0
  1237. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/ValuesList/ValuesList.js.map +1 -0
  1238. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/ValuesList/index.d.ts +2 -0
  1239. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/ValuesList/index.js +6 -0
  1240. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/ValuesList/index.js.map +1 -0
  1241. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/index.d.ts +2 -0
  1242. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/index.js +6 -0
  1243. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/index.js.map +1 -0
  1244. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/index.d.ts +2 -0
  1245. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/index.js +6 -0
  1246. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/index.js.map +1 -0
  1247. package/dist/components/RecordEdition/EditRecord/uiElements/TextBlock/TextBlock.d.ts +5 -0
  1248. package/dist/components/RecordEdition/EditRecord/uiElements/TextBlock/TextBlock.js +7 -0
  1249. package/dist/components/RecordEdition/EditRecord/uiElements/TextBlock/TextBlock.js.map +1 -0
  1250. package/dist/components/RecordEdition/EditRecord/uiElements/TextBlock/index.d.ts +2 -0
  1251. package/dist/components/RecordEdition/EditRecord/uiElements/TextBlock/index.js +6 -0
  1252. package/dist/components/RecordEdition/EditRecord/uiElements/TextBlock/index.js.map +1 -0
  1253. package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/TreeField.d.ts +5 -0
  1254. package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/TreeField.js +225 -0
  1255. package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/TreeField.js.map +1 -0
  1256. package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/TreeFieldValue/TreeFieldValue.d.ts +11 -0
  1257. package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/TreeFieldValue/TreeFieldValue.js +50 -0
  1258. package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/TreeFieldValue/TreeFieldValue.js.map +1 -0
  1259. package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/TreeFieldValue/index.d.ts +2 -0
  1260. package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/TreeFieldValue/index.js +6 -0
  1261. package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/TreeFieldValue/index.js.map +1 -0
  1262. package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/ValuesAdd/ValuesAdd.d.ts +10 -0
  1263. package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/ValuesAdd/ValuesAdd.js +109 -0
  1264. package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/ValuesAdd/ValuesAdd.js.map +1 -0
  1265. package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/ValuesAdd/index.d.ts +2 -0
  1266. package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/ValuesAdd/index.js +6 -0
  1267. package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/ValuesAdd/index.js.map +1 -0
  1268. package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/index.d.ts +2 -0
  1269. package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/index.js +6 -0
  1270. package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/index.js.map +1 -0
  1271. package/dist/components/RecordEdition/EditRecord/uiElements/index.d.ts +6 -0
  1272. package/dist/components/RecordEdition/EditRecord/uiElements/index.js +24 -0
  1273. package/dist/components/RecordEdition/EditRecord/uiElements/index.js.map +1 -0
  1274. package/dist/components/RecordEdition/EditRecordBtn/EditRecordBtn.d.ts +10 -0
  1275. package/dist/components/RecordEdition/EditRecordBtn/EditRecordBtn.js +34 -0
  1276. package/dist/components/RecordEdition/EditRecordBtn/EditRecordBtn.js.map +1 -0
  1277. package/dist/components/RecordEdition/EditRecordBtn/index.d.ts +2 -0
  1278. package/dist/components/RecordEdition/EditRecordBtn/index.js +6 -0
  1279. package/dist/components/RecordEdition/EditRecordBtn/index.js.map +1 -0
  1280. package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.d.ts +13 -0
  1281. package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js +333 -0
  1282. package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js.map +1 -0
  1283. package/dist/components/RecordEdition/EditRecordModal/EditRecordModalHeader/EditRecordModalHeader.d.ts +3 -0
  1284. package/dist/components/RecordEdition/EditRecordModal/EditRecordModalHeader/EditRecordModalHeader.js +54 -0
  1285. package/dist/components/RecordEdition/EditRecordModal/EditRecordModalHeader/EditRecordModalHeader.js.map +1 -0
  1286. package/dist/components/RecordEdition/EditRecordModal/EditRecordModalHeader/index.d.ts +2 -0
  1287. package/dist/components/RecordEdition/EditRecordModal/EditRecordModalHeader/index.js +6 -0
  1288. package/dist/components/RecordEdition/EditRecordModal/EditRecordModalHeader/index.js.map +1 -0
  1289. package/dist/components/RecordEdition/EditRecordModal/ValuesVersionSummary/ValuesVersionSummary.d.ts +9 -0
  1290. package/dist/components/RecordEdition/EditRecordModal/ValuesVersionSummary/ValuesVersionSummary.js +37 -0
  1291. package/dist/components/RecordEdition/EditRecordModal/ValuesVersionSummary/ValuesVersionSummary.js.map +1 -0
  1292. package/dist/components/RecordEdition/EditRecordModal/ValuesVersionSummary/index.d.ts +2 -0
  1293. package/dist/components/RecordEdition/EditRecordModal/ValuesVersionSummary/index.js +6 -0
  1294. package/dist/components/RecordEdition/EditRecordModal/ValuesVersionSummary/index.js.map +1 -0
  1295. package/dist/components/RecordEdition/EditRecordModal/creationErrorContext.d.ts +7 -0
  1296. package/dist/components/RecordEdition/EditRecordModal/creationErrorContext.js +7 -0
  1297. package/dist/components/RecordEdition/EditRecordModal/creationErrorContext.js.map +1 -0
  1298. package/dist/components/RecordEdition/EditRecordModal/index.d.ts +2 -0
  1299. package/dist/components/RecordEdition/EditRecordModal/index.js +6 -0
  1300. package/dist/components/RecordEdition/EditRecordModal/index.js.map +1 -0
  1301. package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.d.ts +7 -0
  1302. package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js +18 -0
  1303. package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js.map +1 -0
  1304. package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.d.ts +14 -0
  1305. package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.js +13 -0
  1306. package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.js.map +1 -0
  1307. package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/index.d.ts +2 -0
  1308. package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/index.js +6 -0
  1309. package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/index.js.map +1 -0
  1310. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.d.ts +289 -0
  1311. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.js +74 -0
  1312. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.js.map +1 -0
  1313. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/index.d.ts +2 -0
  1314. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/index.js +6 -0
  1315. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/index.js.map +1 -0
  1316. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/AttributeDetails.d.ts +7 -0
  1317. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/AttributeDetails.js +56 -0
  1318. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/AttributeDetails.js.map +1 -0
  1319. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/index.d.ts +2 -0
  1320. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/index.js +6 -0
  1321. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/index.js.map +1 -0
  1322. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/TreeValuePath.d.ts +9 -0
  1323. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/TreeValuePath.js +34 -0
  1324. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/TreeValuePath.js.map +1 -0
  1325. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/index.d.ts +2 -0
  1326. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/index.js +6 -0
  1327. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/index.js.map +1 -0
  1328. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.d.ts +11 -0
  1329. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.js +64 -0
  1330. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.js.map +1 -0
  1331. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/ValueInfo.d.ts +3 -0
  1332. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/ValueInfo.js +77 -0
  1333. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/ValueInfo.js.map +1 -0
  1334. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/index.d.ts +2 -0
  1335. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/index.js +6 -0
  1336. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/index.js.map +1 -0
  1337. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.d.ts +11 -0
  1338. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.js +53 -0
  1339. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.js.map +1 -0
  1340. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/index.d.ts +2 -0
  1341. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/index.js +6 -0
  1342. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/index.js.map +1 -0
  1343. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/index.d.ts +2 -0
  1344. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/index.js +6 -0
  1345. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/index.js.map +1 -0
  1346. package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/ValuesVersions.d.ts +3 -0
  1347. package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/ValuesVersions.js +59 -0
  1348. package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/ValuesVersions.js.map +1 -0
  1349. package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/index.d.ts +2 -0
  1350. package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/index.js +6 -0
  1351. package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/index.js.map +1 -0
  1352. package/dist/components/RecordEdition/EditRecordSidebar/index.d.ts +2 -0
  1353. package/dist/components/RecordEdition/EditRecordSidebar/index.js +6 -0
  1354. package/dist/components/RecordEdition/EditRecordSidebar/index.js.map +1 -0
  1355. package/dist/components/RecordEdition/editRecordModalReducer/editRecordModalReducer.d.ts +66 -0
  1356. package/dist/components/RecordEdition/editRecordModalReducer/editRecordModalReducer.js +67 -0
  1357. package/dist/components/RecordEdition/editRecordModalReducer/editRecordModalReducer.js.map +1 -0
  1358. package/dist/components/RecordEdition/editRecordModalReducer/editRecordModalReducerContext.d.ts +7 -0
  1359. package/dist/components/RecordEdition/editRecordModalReducer/editRecordModalReducerContext.js +10 -0
  1360. package/dist/components/RecordEdition/editRecordModalReducer/editRecordModalReducerContext.js.map +1 -0
  1361. package/dist/components/RecordEdition/editRecordModalReducer/index.d.ts +2 -0
  1362. package/dist/components/RecordEdition/editRecordModalReducer/index.js +6 -0
  1363. package/dist/components/RecordEdition/editRecordModalReducer/index.js.map +1 -0
  1364. package/dist/components/RecordEdition/editRecordModalReducer/useEditRecordModalReducer.d.ts +1 -0
  1365. package/dist/components/RecordEdition/editRecordModalReducer/useEditRecordModalReducer.js +7 -0
  1366. package/dist/components/RecordEdition/editRecordModalReducer/useEditRecordModalReducer.js.map +1 -0
  1367. package/dist/components/RecordEdition/index.d.ts +4 -0
  1368. package/dist/components/RecordEdition/index.js +5 -0
  1369. package/dist/components/RecordEdition/index.js.map +1 -0
  1370. package/dist/components/RecordPreviewWithModal/FileModal/FileModal.d.ts +9 -0
  1371. package/dist/components/RecordPreviewWithModal/FileModal/FileModal.js +40 -0
  1372. package/dist/components/RecordPreviewWithModal/FileModal/FileModal.js.map +1 -0
  1373. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/AudioFile.d.ts +4 -0
  1374. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/AudioFile.js +17 -0
  1375. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/AudioFile.js.map +1 -0
  1376. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/index.d.ts +2 -0
  1377. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/index.js +6 -0
  1378. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/index.js.map +1 -0
  1379. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/DocumentFile.d.ts +4 -0
  1380. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/DocumentFile.js +28 -0
  1381. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/DocumentFile.js.map +1 -0
  1382. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/index.d.ts +2 -0
  1383. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/index.js +6 -0
  1384. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/index.js.map +1 -0
  1385. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalContent.d.ts +7 -0
  1386. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalContent.js +85 -0
  1387. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalContent.js.map +1 -0
  1388. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/FileModalSidebar.d.ts +7 -0
  1389. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/FileModalSidebar.js +84 -0
  1390. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/FileModalSidebar.js.map +1 -0
  1391. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/index.d.ts +2 -0
  1392. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/index.js +6 -0
  1393. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/index.js.map +1 -0
  1394. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/ImageFile.d.ts +4 -0
  1395. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/ImageFile.js +33 -0
  1396. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/ImageFile.js.map +1 -0
  1397. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/index.d.ts +2 -0
  1398. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/index.js +6 -0
  1399. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/index.js.map +1 -0
  1400. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/NoDisplayFile.d.ts +7 -0
  1401. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/NoDisplayFile.js +45 -0
  1402. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/NoDisplayFile.js.map +1 -0
  1403. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/index.d.ts +2 -0
  1404. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/index.js +6 -0
  1405. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/index.js.map +1 -0
  1406. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/VideoFile.d.ts +4 -0
  1407. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/VideoFile.js +22 -0
  1408. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/VideoFile.js.map +1 -0
  1409. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/index.d.ts +2 -0
  1410. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/index.js +6 -0
  1411. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/index.js.map +1 -0
  1412. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/_types.d.ts +7 -0
  1413. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/_types.js +2 -0
  1414. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/_types.js.map +1 -0
  1415. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/index.d.ts +2 -0
  1416. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/index.js +6 -0
  1417. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/index.js.map +1 -0
  1418. package/dist/components/RecordPreviewWithModal/FileModal/_constants.d.ts +2 -0
  1419. package/dist/components/RecordPreviewWithModal/FileModal/_constants.js +6 -0
  1420. package/dist/components/RecordPreviewWithModal/FileModal/_constants.js.map +1 -0
  1421. package/dist/components/RecordPreviewWithModal/FileModal/index.d.ts +2 -0
  1422. package/dist/components/RecordPreviewWithModal/FileModal/index.js +6 -0
  1423. package/dist/components/RecordPreviewWithModal/FileModal/index.js.map +1 -0
  1424. package/dist/components/RecordPreviewWithModal/RecordPreviewWithModal.d.ts +9 -0
  1425. package/dist/components/RecordPreviewWithModal/RecordPreviewWithModal.js +57 -0
  1426. package/dist/components/RecordPreviewWithModal/RecordPreviewWithModal.js.map +1 -0
  1427. package/dist/components/RecordPreviewWithModal/index.d.ts +1 -0
  1428. package/dist/components/RecordPreviewWithModal/index.js +5 -0
  1429. package/dist/components/RecordPreviewWithModal/index.js.map +1 -0
  1430. package/dist/components/SearchModal/SearchModal.d.ts +10 -0
  1431. package/dist/components/SearchModal/SearchModal.js +46 -0
  1432. package/dist/components/SearchModal/SearchModal.js.map +1 -0
  1433. package/dist/components/SearchModal/index.d.ts +1 -0
  1434. package/dist/components/SearchModal/index.js +5 -0
  1435. package/dist/components/SearchModal/index.js.map +1 -0
  1436. package/dist/components/SelectTreeNode/SelectTreeNode.d.ts +17 -0
  1437. package/dist/components/SelectTreeNode/SelectTreeNode.js +154 -0
  1438. package/dist/components/SelectTreeNode/SelectTreeNode.js.map +1 -0
  1439. package/dist/components/SelectTreeNode/index.d.ts +1 -0
  1440. package/dist/components/SelectTreeNode/index.js +5 -0
  1441. package/dist/components/SelectTreeNode/index.js.map +1 -0
  1442. package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.d.ts +16 -0
  1443. package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.js +32 -0
  1444. package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.js.map +1 -0
  1445. package/dist/components/SelectTreeNodeModal/index.d.ts +2 -0
  1446. package/dist/components/SelectTreeNodeModal/index.js +6 -0
  1447. package/dist/components/SelectTreeNodeModal/index.js.map +1 -0
  1448. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundary.d.ts +14 -0
  1449. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundary.js +28 -0
  1450. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundary.js.map +1 -0
  1451. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/SimpleErrorBoundaryContent.d.ts +7 -0
  1452. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/SimpleErrorBoundaryContent.js +26 -0
  1453. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/SimpleErrorBoundaryContent.js.map +1 -0
  1454. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/index.d.ts +2 -0
  1455. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/index.js +6 -0
  1456. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/index.js.map +1 -0
  1457. package/dist/components/SimpleErrorBoundary/index.d.ts +1 -0
  1458. package/dist/components/SimpleErrorBoundary/index.js +5 -0
  1459. package/dist/components/SimpleErrorBoundary/index.js.map +1 -0
  1460. package/dist/components/SubmitStateNotifier/SubmitStateNotifier.d.ts +8 -0
  1461. package/dist/components/SubmitStateNotifier/SubmitStateNotifier.js +69 -0
  1462. package/dist/components/SubmitStateNotifier/SubmitStateNotifier.js.map +1 -0
  1463. package/dist/components/SubmitStateNotifier/_types.d.ts +1 -0
  1464. package/dist/components/SubmitStateNotifier/_types.js +2 -0
  1465. package/dist/components/SubmitStateNotifier/_types.js.map +1 -0
  1466. package/dist/components/SubmitStateNotifier/index.d.ts +2 -0
  1467. package/dist/components/SubmitStateNotifier/index.js +6 -0
  1468. package/dist/components/SubmitStateNotifier/index.js.map +1 -0
  1469. package/dist/components/TreePicker/TreePicker.d.ts +12 -0
  1470. package/dist/components/TreePicker/TreePicker.js +25 -0
  1471. package/dist/components/TreePicker/TreePicker.js.map +1 -0
  1472. package/dist/components/TreePicker/TreesList/TreesList.d.ts +10 -0
  1473. package/dist/components/TreePicker/TreesList/TreesList.js +137 -0
  1474. package/dist/components/TreePicker/TreesList/TreesList.js.map +1 -0
  1475. package/dist/components/TreePicker/TreesList/index.d.ts +1 -0
  1476. package/dist/components/TreePicker/TreesList/index.js +5 -0
  1477. package/dist/components/TreePicker/TreesList/index.js.map +1 -0
  1478. package/dist/components/TreePicker/index.d.ts +1 -0
  1479. package/dist/components/TreePicker/index.js +5 -0
  1480. package/dist/components/TreePicker/index.js.map +1 -0
  1481. package/dist/components/TriggerPreviewsGenerationModal/TriggerPreviewsGenerationModal.d.ts +11 -0
  1482. package/dist/components/TriggerPreviewsGenerationModal/TriggerPreviewsGenerationModal.js +88 -0
  1483. package/dist/components/TriggerPreviewsGenerationModal/TriggerPreviewsGenerationModal.js.map +1 -0
  1484. package/dist/components/TriggerPreviewsGenerationModal/index.d.ts +1 -0
  1485. package/dist/components/TriggerPreviewsGenerationModal/index.js +3 -0
  1486. package/dist/components/TriggerPreviewsGenerationModal/index.js.map +1 -0
  1487. package/dist/components/UploadFiles/UploadFiles.d.ts +14 -0
  1488. package/dist/components/UploadFiles/UploadFiles.js +226 -0
  1489. package/dist/components/UploadFiles/UploadFiles.js.map +1 -0
  1490. package/dist/components/UploadFiles/index.d.ts +1 -0
  1491. package/dist/components/UploadFiles/index.js +5 -0
  1492. package/dist/components/UploadFiles/index.js.map +1 -0
  1493. package/dist/components/ValuesVersionConfigurator/ValuesVersionConfigurator.d.ts +10 -0
  1494. package/dist/components/ValuesVersionConfigurator/ValuesVersionConfigurator.js +42 -0
  1495. package/dist/components/ValuesVersionConfigurator/ValuesVersionConfigurator.js.map +1 -0
  1496. package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.d.ts +11 -0
  1497. package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.js +77 -0
  1498. package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.js.map +1 -0
  1499. package/dist/components/ValuesVersionConfigurator/VersionTree/index.d.ts +2 -0
  1500. package/dist/components/ValuesVersionConfigurator/VersionTree/index.js +6 -0
  1501. package/dist/components/ValuesVersionConfigurator/VersionTree/index.js.map +1 -0
  1502. package/dist/components/ValuesVersionConfigurator/index.d.ts +2 -0
  1503. package/dist/components/ValuesVersionConfigurator/index.js +6 -0
  1504. package/dist/components/ValuesVersionConfigurator/index.js.map +1 -0
  1505. package/dist/components/index.d.ts +37 -0
  1506. package/dist/components/index.js +41 -0
  1507. package/dist/components/index.js.map +1 -0
  1508. package/dist/constants.d.ts +26 -0
  1509. package/dist/constants.js +44 -0
  1510. package/dist/constants.js.map +1 -0
  1511. package/dist/contexts/LangContext/LangContext.js +7 -0
  1512. package/dist/contexts/LangContext/LangContext.js.map +1 -0
  1513. package/dist/contexts/LangContext/_types.js +2 -0
  1514. package/dist/contexts/LangContext/_types.js.map +1 -0
  1515. package/dist/contexts/LangContext/index.js +6 -0
  1516. package/dist/contexts/LangContext/index.js.map +1 -0
  1517. package/dist/contexts/UserContext/UserContext.d.ts +3 -0
  1518. package/dist/contexts/UserContext/UserContext.js +6 -0
  1519. package/dist/contexts/UserContext/UserContext.js.map +1 -0
  1520. package/dist/contexts/UserContext/index.d.ts +2 -0
  1521. package/dist/contexts/UserContext/index.js +3 -0
  1522. package/dist/contexts/UserContext/index.js.map +1 -0
  1523. package/dist/contexts/UserContext/types.d.ts +9 -0
  1524. package/dist/contexts/UserContext/types.js +2 -0
  1525. package/dist/contexts/UserContext/types.js.map +1 -0
  1526. package/dist/contexts/index.d.ts +2 -0
  1527. package/dist/contexts/index.js +6 -0
  1528. package/dist/contexts/index.js.map +1 -0
  1529. package/dist/gqlFragments/index.d.ts +1 -0
  1530. package/dist/gqlFragments/index.js +5 -0
  1531. package/dist/gqlFragments/index.js.map +1 -0
  1532. package/dist/gqlFragments/recordIdentityFragment.d.ts +1 -0
  1533. package/dist/gqlFragments/recordIdentityFragment.js +21 -0
  1534. package/dist/gqlFragments/recordIdentityFragment.js.map +1 -0
  1535. package/dist/gqlPossibleTypes/index.d.ts +20 -0
  1536. package/dist/gqlPossibleTypes/index.js +24 -0
  1537. package/dist/gqlPossibleTypes/index.js.map +1 -0
  1538. package/dist/helpers/extractPermissionFromQuery.d.ts +2 -0
  1539. package/dist/helpers/extractPermissionFromQuery.js +7 -0
  1540. package/dist/helpers/extractPermissionFromQuery.js.map +1 -0
  1541. package/dist/hooks/index.d.ts +13 -0
  1542. package/dist/hooks/index.js +17 -0
  1543. package/dist/hooks/index.js.map +1 -0
  1544. package/dist/hooks/useAntdLocale/index.d.ts +1 -0
  1545. package/dist/hooks/useAntdLocale/index.js +5 -0
  1546. package/dist/hooks/useAntdLocale/index.js.map +1 -0
  1547. package/dist/hooks/useAntdLocale/useAntdLocale.d.ts +3 -0
  1548. package/dist/hooks/useAntdLocale/useAntdLocale.js +12 -0
  1549. package/dist/hooks/useAntdLocale/useAntdLocale.js.map +1 -0
  1550. package/dist/hooks/useAppLang/index.d.ts +1 -0
  1551. package/dist/hooks/useAppLang/index.js +5 -0
  1552. package/dist/hooks/useAppLang/index.js.map +1 -0
  1553. package/dist/hooks/useAppLang/useAppLang.d.ts +5 -0
  1554. package/dist/hooks/useAppLang/useAppLang.js +33 -0
  1555. package/dist/hooks/useAppLang/useAppLang.js.map +1 -0
  1556. package/dist/hooks/useAuth/index.d.ts +1 -0
  1557. package/dist/hooks/useAuth/index.js +5 -0
  1558. package/dist/hooks/useAuth/index.js.map +1 -0
  1559. package/dist/hooks/useAuth/useAuth.d.ts +5 -0
  1560. package/dist/hooks/useAuth/useAuth.js +16 -0
  1561. package/dist/hooks/useAuth/useAuth.js.map +1 -0
  1562. package/dist/hooks/useCanEditRecord/index.d.ts +1 -0
  1563. package/dist/hooks/useCanEditRecord/index.js +2 -0
  1564. package/dist/hooks/useCanEditRecord/index.js.map +1 -0
  1565. package/dist/hooks/useCanEditRecord/useCanEditRecord.d.ts +8 -0
  1566. package/dist/hooks/useCanEditRecord/useCanEditRecord.js +49 -0
  1567. package/dist/hooks/useCanEditRecord/useCanEditRecord.js.map +1 -0
  1568. package/dist/hooks/useExecuteAddViewMutation/useExecuteAddViewMutation.d.ts +6 -0
  1569. package/dist/hooks/useExecuteAddViewMutation/useExecuteAddViewMutation.js +33 -0
  1570. package/dist/hooks/useExecuteAddViewMutation/useExecuteAddViewMutation.js.map +1 -0
  1571. package/dist/hooks/useExecuteDeleteViewMutation/useExecuteDeleteViewMutation.d.ts +6 -0
  1572. package/dist/hooks/useExecuteDeleteViewMutation/useExecuteDeleteViewMutation.js +19 -0
  1573. package/dist/hooks/useExecuteDeleteViewMutation/useExecuteDeleteViewMutation.js.map +1 -0
  1574. package/dist/hooks/useGetLibraryDetailExtendedQuery/useGetLibraryDetailExtendedQuery.d.ts +5 -0
  1575. package/dist/hooks/useGetLibraryDetailExtendedQuery/useGetLibraryDetailExtendedQuery.js +16 -0
  1576. package/dist/hooks/useGetLibraryDetailExtendedQuery/useGetLibraryDetailExtendedQuery.js.map +1 -0
  1577. package/dist/hooks/useGetPreparedFileData/useGetPreparedFileData.d.ts +8 -0
  1578. package/dist/hooks/useGetPreparedFileData/useGetPreparedFileData.js +37 -0
  1579. package/dist/hooks/useGetPreparedFileData/useGetPreparedFileData.js.map +1 -0
  1580. package/dist/hooks/useGetRecordForm/index.d.ts +2 -0
  1581. package/dist/hooks/useGetRecordForm/index.js +6 -0
  1582. package/dist/hooks/useGetRecordForm/index.js.map +1 -0
  1583. package/dist/hooks/useGetRecordForm/useGetRecordForm.d.ts +51 -0
  1584. package/dist/hooks/useGetRecordForm/useGetRecordForm.js +52 -0
  1585. package/dist/hooks/useGetRecordForm/useGetRecordForm.js.map +1 -0
  1586. package/dist/hooks/useGetRecordUpdatesSubscription/index.d.ts +1 -0
  1587. package/dist/hooks/useGetRecordUpdatesSubscription/index.js +5 -0
  1588. package/dist/hooks/useGetRecordUpdatesSubscription/index.js.map +1 -0
  1589. package/dist/hooks/useGetRecordUpdatesSubscription/useGetRecordUpdatesSubscription.d.ts +4 -0
  1590. package/dist/hooks/useGetRecordUpdatesSubscription/useGetRecordUpdatesSubscription.js +17 -0
  1591. package/dist/hooks/useGetRecordUpdatesSubscription/useGetRecordUpdatesSubscription.js.map +1 -0
  1592. package/dist/hooks/useGetRecordValuesQuery/useGetRecordValuesQuery.d.ts +10 -0
  1593. package/dist/hooks/useGetRecordValuesQuery/useGetRecordValuesQuery.js +48 -0
  1594. package/dist/hooks/useGetRecordValuesQuery/useGetRecordValuesQuery.js.map +1 -0
  1595. package/dist/hooks/useLang/__mocks__/index.d.ts +2 -0
  1596. package/dist/hooks/useLang/__mocks__/index.js +6 -0
  1597. package/dist/hooks/useLang/__mocks__/index.js.map +1 -0
  1598. package/dist/hooks/useLang/__mocks__/useLang.d.ts +6 -0
  1599. package/dist/hooks/useLang/__mocks__/useLang.js +12 -0
  1600. package/dist/hooks/useLang/__mocks__/useLang.js.map +1 -0
  1601. package/dist/hooks/useLang/index.js +6 -0
  1602. package/dist/hooks/useLang/index.js.map +1 -0
  1603. package/dist/hooks/useLang/useLang.js +14 -0
  1604. package/dist/hooks/useLang/useLang.js.map +1 -0
  1605. package/dist/hooks/useLibraryVersionTrees/index.d.ts +1 -0
  1606. package/dist/hooks/useLibraryVersionTrees/index.js +5 -0
  1607. package/dist/hooks/useLibraryVersionTrees/index.js.map +1 -0
  1608. package/dist/hooks/useLibraryVersionTrees/useLibraryVersionTrees.d.ts +10 -0
  1609. package/dist/hooks/useLibraryVersionTrees/useLibraryVersionTrees.js +21 -0
  1610. package/dist/hooks/useLibraryVersionTrees/useLibraryVersionTrees.js.map +1 -0
  1611. package/dist/hooks/useLocalStorage/index.d.ts +1 -0
  1612. package/dist/hooks/useLocalStorage/index.js +5 -0
  1613. package/dist/hooks/useLocalStorage/index.js.map +1 -0
  1614. package/dist/hooks/useLocalStorage/useLocalStorage.d.ts +2 -0
  1615. package/dist/hooks/useLocalStorage/useLocalStorage.js +19 -0
  1616. package/dist/hooks/useLocalStorage/useLocalStorage.js.map +1 -0
  1617. package/dist/hooks/useRecordsConsultationHistory/index.d.ts +2 -0
  1618. package/dist/hooks/useRecordsConsultationHistory/index.js +6 -0
  1619. package/dist/hooks/useRecordsConsultationHistory/index.js.map +1 -0
  1620. package/dist/hooks/useRecordsConsultationHistory/useRecordsConsultationHistory.d.ts +1 -0
  1621. package/dist/hooks/useRecordsConsultationHistory/useRecordsConsultationHistory.js +33 -0
  1622. package/dist/hooks/useRecordsConsultationHistory/useRecordsConsultationHistory.js.map +1 -0
  1623. package/dist/hooks/useRefreshFieldValues/index.d.ts +1 -0
  1624. package/dist/hooks/useRefreshFieldValues/index.js +5 -0
  1625. package/dist/hooks/useRefreshFieldValues/index.js.map +1 -0
  1626. package/dist/hooks/useRefreshFieldValues/useRefreshFieldValues.d.ts +7 -0
  1627. package/dist/hooks/useRefreshFieldValues/useRefreshFieldValues.js +51 -0
  1628. package/dist/hooks/useRefreshFieldValues/useRefreshFieldValues.js.map +1 -0
  1629. package/dist/hooks/useRefreshToken/index.d.ts +1 -0
  1630. package/dist/hooks/useRefreshToken/index.js +5 -0
  1631. package/dist/hooks/useRefreshToken/index.js.map +1 -0
  1632. package/dist/hooks/useRefreshToken/useRefreshToken.d.ts +4 -0
  1633. package/dist/hooks/useRefreshToken/useRefreshToken.js +30 -0
  1634. package/dist/hooks/useRefreshToken/useRefreshToken.js.map +1 -0
  1635. package/dist/hooks/useSharedTranslation/__mocks__/index.d.ts +1 -0
  1636. package/dist/hooks/useSharedTranslation/__mocks__/index.js +5 -0
  1637. package/dist/hooks/useSharedTranslation/__mocks__/index.js.map +1 -0
  1638. package/dist/hooks/useSharedTranslation/__mocks__/useSharedTranslation.d.ts +7 -0
  1639. package/dist/hooks/useSharedTranslation/__mocks__/useSharedTranslation.js +13 -0
  1640. package/dist/hooks/useSharedTranslation/__mocks__/useSharedTranslation.js.map +1 -0
  1641. package/dist/hooks/useSharedTranslation/index.d.ts +1 -0
  1642. package/dist/hooks/useSharedTranslation/index.js +5 -0
  1643. package/dist/hooks/useSharedTranslation/index.js.map +1 -0
  1644. package/dist/hooks/useSharedTranslation/useSharedTranslation.d.ts +2 -0
  1645. package/dist/hooks/useSharedTranslation/useSharedTranslation.js +35 -0
  1646. package/dist/hooks/useSharedTranslation/useSharedTranslation.js.map +1 -0
  1647. package/dist/hooks/useUser/index.d.ts +1 -0
  1648. package/dist/hooks/useUser/index.js +2 -0
  1649. package/dist/hooks/useUser/index.js.map +1 -0
  1650. package/dist/hooks/useUser/useUser.d.ts +1 -0
  1651. package/dist/hooks/useUser/useUser.js +13 -0
  1652. package/dist/hooks/useUser/useUser.js.map +1 -0
  1653. package/dist/hooks/useValuesCacheUpdate/index.d.ts +1 -0
  1654. package/dist/hooks/useValuesCacheUpdate/index.js +5 -0
  1655. package/dist/hooks/useValuesCacheUpdate/index.js.map +1 -0
  1656. package/dist/hooks/useValuesCacheUpdate/useValuesCacheUpdate.d.ts +4 -0
  1657. package/dist/hooks/useValuesCacheUpdate/useValuesCacheUpdate.js +41 -0
  1658. package/dist/hooks/useValuesCacheUpdate/useValuesCacheUpdate.js.map +1 -0
  1659. package/dist/index.d.ts +9 -0
  1660. package/dist/index.js +13 -0
  1661. package/dist/index.js.map +1 -0
  1662. package/dist/locales/en/shared.json +576 -0
  1663. package/dist/locales/fr/shared.json +578 -0
  1664. package/dist/testing/MockedLangContextProvider/MockedLangContextProvider.js +16 -0
  1665. package/dist/testing/MockedLangContextProvider/MockedLangContextProvider.js.map +1 -0
  1666. package/dist/testing/MockedLangContextProvider/index.js +6 -0
  1667. package/dist/testing/MockedLangContextProvider/index.js.map +1 -0
  1668. package/dist/testing/MockedUserContextProvider/MockedUserContextProvider.d.ts +5 -0
  1669. package/dist/testing/MockedUserContextProvider/MockedUserContextProvider.js +19 -0
  1670. package/dist/testing/MockedUserContextProvider/MockedUserContextProvider.js.map +1 -0
  1671. package/dist/testing/MockedUserContextProvider/index.d.ts +2 -0
  1672. package/dist/testing/MockedUserContextProvider/index.js +6 -0
  1673. package/dist/testing/MockedUserContextProvider/index.js.map +1 -0
  1674. package/dist/testing/index.js +5 -0
  1675. package/dist/testing/index.js.map +1 -0
  1676. package/dist/types/attributes.d.ts +21 -0
  1677. package/dist/types/attributes.js +2 -0
  1678. package/dist/types/attributes.js.map +1 -0
  1679. package/dist/types/index.d.ts +8 -0
  1680. package/dist/types/index.js +9 -0
  1681. package/dist/types/index.js.map +1 -0
  1682. package/dist/types/misc.d.ts +2 -0
  1683. package/dist/types/misc.js +2 -0
  1684. package/dist/types/misc.js.map +1 -0
  1685. package/dist/types/records.d.ts +25 -0
  1686. package/dist/types/records.js +2 -0
  1687. package/dist/types/records.js.map +1 -0
  1688. package/dist/types/scalars.d.ts +1 -0
  1689. package/dist/types/scalars.js +2 -0
  1690. package/dist/types/scalars.js.map +1 -0
  1691. package/dist/types/search.d.ts +205 -0
  1692. package/dist/types/search.js +43 -0
  1693. package/dist/types/search.js.map +1 -0
  1694. package/dist/types/trees.d.ts +17 -0
  1695. package/dist/types/trees.js +2 -0
  1696. package/dist/types/trees.js.map +1 -0
  1697. package/dist/types/values.d.ts +7 -0
  1698. package/dist/types/values.js +2 -0
  1699. package/dist/types/values.js.map +1 -0
  1700. package/dist/types/views.d.ts +34 -0
  1701. package/dist/types/views.js +2 -0
  1702. package/dist/types/views.js.map +1 -0
  1703. package/graphql_codegen.ts +19 -0
  1704. package/jest.config.js +21 -0
  1705. package/package.json +13 -29
  1706. package/scripts/createComponent.js +79 -0
  1707. package/setupTests.ts +21 -0
  1708. package/src/__mocks__/common/application.ts +30 -0
  1709. package/src/__mocks__/common/attribute.ts +164 -0
  1710. package/src/__mocks__/common/filter.ts +41 -0
  1711. package/src/__mocks__/common/form.tsx +291 -0
  1712. package/src/__mocks__/common/import.ts +31 -0
  1713. package/src/__mocks__/common/label.ts +7 -0
  1714. package/src/__mocks__/common/library.ts +111 -0
  1715. package/src/__mocks__/common/mockSearchContextProvider.tsx +23 -0
  1716. package/src/__mocks__/common/record.ts +27 -0
  1717. package/src/__mocks__/common/tree.ts +33 -0
  1718. package/src/__mocks__/common/treeElements.ts +73 -0
  1719. package/src/__mocks__/common/value.ts +48 -0
  1720. package/src/__mocks__/common/versionProfile.ts +10 -0
  1721. package/src/__mocks__/common/view.ts +28 -0
  1722. package/src/__mocks__/mockQuery/mockGetLibraryDetailExtendedQuery.ts +66 -0
  1723. package/src/__mocks__/mockQuery/mockGetRecordsFromLibraryQuery.ts +42 -0
  1724. package/src/__mocks__/mockQuery/mockGetViewListQuery.ts +52 -0
  1725. package/src/__mocks__/react-i18next.js +73 -0
  1726. package/src/_gqlTypes/index.ts +3853 -0
  1727. package/src/_queries/applications/applicationDetailsFragment.ts +27 -0
  1728. package/src/_queries/applications/checkApplicationExistence.ts +12 -0
  1729. package/src/_queries/applications/getApplicationDetails.ts +16 -0
  1730. package/src/_queries/applications/getApplicationsModulesQuery.ts +14 -0
  1731. package/src/_queries/applications/saveApplicationMutation.ts +14 -0
  1732. package/src/_queries/attributes/attributeDetailsFragment.ts +57 -0
  1733. package/src/_queries/attributes/checkAttributeExistenceQuery.ts +12 -0
  1734. package/src/_queries/attributes/deleteAttributeMutation.ts +12 -0
  1735. package/src/_queries/attributes/getAttributeByIdQuery.ts +16 -0
  1736. package/src/_queries/attributes/getAttributeWithEmbeddedFields.ts +32 -0
  1737. package/src/_queries/attributes/getAttributesByLib.ts +48 -0
  1738. package/src/_queries/attributes/getAttributesQuery.ts +19 -0
  1739. package/src/_queries/attributes/getVersionProfilesQuery.ts +15 -0
  1740. package/src/_queries/attributes/getVersionableAttributesByLibrary.ts +24 -0
  1741. package/src/_queries/attributes/saveAttributeMutation.ts +14 -0
  1742. package/src/_queries/export/exportQuery.ts +10 -0
  1743. package/src/_queries/files/createDirectory.ts +14 -0
  1744. package/src/_queries/files/forcePreviewsGenerationMutation.ts +22 -0
  1745. package/src/_queries/files/getDirectoryDataQuery.ts +53 -0
  1746. package/src/_queries/files/getUploadUpdates.ts +23 -0
  1747. package/src/_queries/files/uploadMutation.ts +18 -0
  1748. package/src/_queries/import/importExcel.ts +11 -0
  1749. package/src/_queries/libraries/checkLibraryExistenceQuery.ts +12 -0
  1750. package/src/_queries/libraries/deleteLibraryMutation.ts +12 -0
  1751. package/src/_queries/libraries/getLibrariesQuery.ts +29 -0
  1752. package/src/_queries/libraries/getLibraryByIdQuery.ts +16 -0
  1753. package/src/_queries/libraries/getLibraryDetailExtendQuery.ts +259 -0
  1754. package/src/_queries/libraries/getLibraryPermissionsQuery.ts +20 -0
  1755. package/src/_queries/libraries/getLibraryPreviewsSettingsQuery.ts +29 -0
  1756. package/src/_queries/libraries/libraryDetailsFragment.ts +87 -0
  1757. package/src/_queries/libraries/saveLibraryMutation.ts +14 -0
  1758. package/src/_queries/permissions/isAllowedQuery.ts +18 -0
  1759. package/src/_queries/records/createRecordMutation.ts +26 -0
  1760. package/src/_queries/records/deactivateRecordsMutation.ts +15 -0
  1761. package/src/_queries/records/doesFileExistAsChild.ts +10 -0
  1762. package/src/_queries/records/getFileDataQuery.ts +77 -0
  1763. package/src/_queries/records/getRecordColumnsValues.ts +90 -0
  1764. package/src/_queries/records/getRecordFormQuery.ts +62 -0
  1765. package/src/_queries/records/getRecordPropertiesQuery.ts +165 -0
  1766. package/src/_queries/records/getRecordUpdatesSubscription.ts +31 -0
  1767. package/src/_queries/records/getRecordsFromLibraryQuery.ts +137 -0
  1768. package/src/_queries/records/indexRecordsMutation.ts +10 -0
  1769. package/src/_queries/records/recordFormAttributeFragment.ts +94 -0
  1770. package/src/_queries/tasks/cancelTaskMutation.ts +10 -0
  1771. package/src/_queries/trees/checkTreeExistenceQuery.ts +12 -0
  1772. package/src/_queries/trees/deleteTreeMutation.ts +12 -0
  1773. package/src/_queries/trees/getTreeByIdQuery.ts +16 -0
  1774. package/src/_queries/trees/getTreeLibraries.ts +30 -0
  1775. package/src/_queries/trees/getTreesQuery.ts +18 -0
  1776. package/src/_queries/trees/saveTreeMutation.ts +14 -0
  1777. package/src/_queries/trees/treeDetailsFragment.ts +24 -0
  1778. package/src/_queries/trees/treeNodeChildrenQuery.ts +48 -0
  1779. package/src/_queries/userData/getUserData.ts +13 -0
  1780. package/src/_queries/userData/saveUserData.ts +13 -0
  1781. package/src/_queries/values/deleteValueMutation.ts +14 -0
  1782. package/src/_queries/values/saveValueBatchMutation.ts +34 -0
  1783. package/src/_queries/values/valueDetailsFragment.ts +76 -0
  1784. package/src/_queries/values/valuesVersionFragment.ts +23 -0
  1785. package/src/_queries/views/deleteViewMutation.ts +23 -0
  1786. package/src/_queries/views/getViewById.ts +16 -0
  1787. package/src/_queries/views/getViewsListQuery.ts +17 -0
  1788. package/src/_queries/views/saveViewMutation.ts +16 -0
  1789. package/src/_queries/views/viewDetailsFragment.ts +59 -0
  1790. package/src/_tests/testUtils.tsx +46 -0
  1791. package/src/_utils/getFiltersFromRequest.ts +136 -0
  1792. package/src/_utils/getRequestFromFilter.ts +61 -0
  1793. package/src/_utils/index.ts +189 -0
  1794. package/src/antdTheme/index.ts +108 -0
  1795. package/src/antdTheme/types.ts +5 -0
  1796. package/src/components/AttributePicker/AttributePicker.test.tsx +286 -0
  1797. package/src/components/AttributePicker/AttributePicker.tsx +71 -0
  1798. package/src/components/AttributePicker/AttributesList/AttributesList.tsx +330 -0
  1799. package/src/components/AttributePicker/AttributesList/index.ts +4 -0
  1800. package/src/components/AttributePicker/index.ts +4 -0
  1801. package/src/components/AttributesSelectionList/Attribute/Attribute.tsx +67 -0
  1802. package/src/components/AttributesSelectionList/Attribute/index.ts +5 -0
  1803. package/src/components/AttributesSelectionList/AttributesSelectionList.test.tsx +115 -0
  1804. package/src/components/AttributesSelectionList/AttributesSelectionList.tsx +132 -0
  1805. package/src/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/SelectedAttribute.tsx +69 -0
  1806. package/src/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/index.ts +5 -0
  1807. package/src/components/AttributesSelectionList/SelectedAttributesList/SelectedAttributesList.tsx +96 -0
  1808. package/src/components/AttributesSelectionList/SelectedAttributesList/index.ts +5 -0
  1809. package/src/components/AttributesSelectionList/_types.ts +16 -0
  1810. package/src/components/AttributesSelectionList/helpers/attributeToSelectedAttribute.ts +11 -0
  1811. package/src/components/AttributesSelectionList/index.ts +5 -0
  1812. package/src/components/AttributesSelectionList/reducer/__mocks__/attributesSelectionListStateContext.ts +10 -0
  1813. package/src/components/AttributesSelectionList/reducer/attributesSelectionListReducer.test.tsx +202 -0
  1814. package/src/components/AttributesSelectionList/reducer/attributesSelectionListReducer.tsx +118 -0
  1815. package/src/components/AttributesSelectionList/reducer/attributesSelectionListStateContext.ts +16 -0
  1816. package/src/components/AttributesSelectionList/sharedComponents.tsx +18 -0
  1817. package/src/components/BasicButton/BasicButton.test.tsx +14 -0
  1818. package/src/components/BasicButton/BasicButton.tsx +36 -0
  1819. package/src/components/BasicButton/index.ts +4 -0
  1820. package/src/components/CreateDirectory/CreateDirectory.test.tsx +291 -0
  1821. package/src/components/CreateDirectory/CreateDirectory.tsx +222 -0
  1822. package/src/components/CreateDirectory/index.ts +4 -0
  1823. package/src/components/DeactivateRecordsModal/DeactivateRecordsModal.test.tsx +147 -0
  1824. package/src/components/DeactivateRecordsModal/DeactivateRecordsModal.tsx +78 -0
  1825. package/src/components/DeactivateRecordsModal/index.ts +4 -0
  1826. package/src/components/Dimmer/Dimmer.test.tsx +21 -0
  1827. package/src/components/Dimmer/Dimmer.tsx +27 -0
  1828. package/src/components/Dimmer/index.ts +5 -0
  1829. package/src/components/EditApplication/EditApplication.test.tsx +315 -0
  1830. package/src/components/EditApplication/EditApplication.tsx +64 -0
  1831. package/src/components/EditApplication/EditApplicationInfo/EditApplicationInfo.tsx +166 -0
  1832. package/src/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/EditApplicationInfoForm.tsx +316 -0
  1833. package/src/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/ModuleSelector/ModuleSelector.tsx +51 -0
  1834. package/src/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/ModuleSelector/index.ts +5 -0
  1835. package/src/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/index.ts +5 -0
  1836. package/src/components/EditApplication/EditApplicationInfo/index.ts +4 -0
  1837. package/src/components/EditApplication/_types.ts +12 -0
  1838. package/src/components/EditApplication/index.ts +5 -0
  1839. package/src/components/EditAttributeModal/EditAttribute/EditAttribute.tsx +68 -0
  1840. package/src/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfo.tsx +188 -0
  1841. package/src/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/EditAttributeInfoForm.tsx +382 -0
  1842. package/src/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/LinkedLibraryForm.tsx +88 -0
  1843. package/src/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/index.ts +4 -0
  1844. package/src/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/LinkedTreeForm.tsx +84 -0
  1845. package/src/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/index.ts +4 -0
  1846. package/src/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/ValuesVersionsForm/ValuesVersionsForm.tsx +100 -0
  1847. package/src/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/ValuesVersionsForm/index.ts +4 -0
  1848. package/src/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/index.ts +4 -0
  1849. package/src/components/EditAttributeModal/EditAttribute/EditAttributeInfo/index.ts +4 -0
  1850. package/src/components/EditAttributeModal/EditAttribute/index.ts +4 -0
  1851. package/src/components/EditAttributeModal/EditAttributeModal.test.tsx +335 -0
  1852. package/src/components/EditAttributeModal/EditAttributeModal.tsx +178 -0
  1853. package/src/components/EditAttributeModal/index.ts +4 -0
  1854. package/src/components/EditLibraryModal/EditLibrary/EditLibrary.tsx +119 -0
  1855. package/src/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/AttributeCell.tsx +61 -0
  1856. package/src/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/index.ts +4 -0
  1857. package/src/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributesList.tsx +273 -0
  1858. package/src/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/DeleteButton.tsx +52 -0
  1859. package/src/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/index.ts +4 -0
  1860. package/src/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/index.ts +4 -0
  1861. package/src/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/EditLibraryAttributes.test.tsx +116 -0
  1862. package/src/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/EditLibraryAttributes.tsx +56 -0
  1863. package/src/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/index.ts +4 -0
  1864. package/src/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/EditLibraryIndexation.tsx +134 -0
  1865. package/src/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/index.ts +4 -0
  1866. package/src/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfo.tsx +159 -0
  1867. package/src/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/EditLibraryInfoForm.tsx +306 -0
  1868. package/src/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/index.ts +4 -0
  1869. package/src/components/EditLibraryModal/EditLibrary/EditLibraryInfo/index.ts +4 -0
  1870. package/src/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditLibraryPreviewsSettings.test.tsx +85 -0
  1871. package/src/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditLibraryPreviewsSettings.tsx +51 -0
  1872. package/src/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/EditPreviewsSettingsModal.test.tsx +76 -0
  1873. package/src/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/EditPreviewsSettingsModal.tsx +180 -0
  1874. package/src/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/SizesEditor.tsx +182 -0
  1875. package/src/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/index.ts +4 -0
  1876. package/src/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/index.ts +4 -0
  1877. package/src/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/PreviewsSettingsList.tsx +241 -0
  1878. package/src/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/index.ts +4 -0
  1879. package/src/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/index.ts +4 -0
  1880. package/src/components/EditLibraryModal/EditLibrary/index.ts +4 -0
  1881. package/src/components/EditLibraryModal/EditLibraryModal.test.tsx +346 -0
  1882. package/src/components/EditLibraryModal/EditLibraryModal.tsx +178 -0
  1883. package/src/components/EditLibraryModal/index.ts +4 -0
  1884. package/src/components/EditTreeModal/EditTree/EditTree.tsx +68 -0
  1885. package/src/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfo.tsx +171 -0
  1886. package/src/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/EditTreeInfoForm.tsx +216 -0
  1887. package/src/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/TreeLibrariesForm.tsx +239 -0
  1888. package/src/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/index.ts +4 -0
  1889. package/src/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/index.ts +4 -0
  1890. package/src/components/EditTreeModal/EditTree/EditTreeInfo/index.ts +4 -0
  1891. package/src/components/EditTreeModal/EditTree/index.ts +4 -0
  1892. package/src/components/EditTreeModal/EditTreeModal.test.tsx +516 -0
  1893. package/src/components/EditTreeModal/EditTreeModal.tsx +167 -0
  1894. package/src/components/EditTreeModal/index.ts +4 -0
  1895. package/src/components/EntityCard/EntityCard.test.tsx +50 -0
  1896. package/src/components/EntityCard/EntityCard.tsx +177 -0
  1897. package/src/components/EntityCard/_types.ts +9 -0
  1898. package/src/components/EntityCard/index.ts +5 -0
  1899. package/src/components/EntityPreview/EntityPreview.test.tsx +50 -0
  1900. package/src/components/EntityPreview/EntityPreview.tsx +17 -0
  1901. package/src/components/EntityPreview/EntityPreviewList/EntityPreviewList.tsx +106 -0
  1902. package/src/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/SimplisticEntityPreview.tsx +34 -0
  1903. package/src/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/index.ts +5 -0
  1904. package/src/components/EntityPreview/EntityPreviewList/index.ts +5 -0
  1905. package/src/components/EntityPreview/EntityPreviewTile/EntityPreviewTile.tsx +105 -0
  1906. package/src/components/EntityPreview/EntityPreviewTile/index.ts +5 -0
  1907. package/src/components/EntityPreview/_types.ts +25 -0
  1908. package/src/components/EntityPreview/index.ts +5 -0
  1909. package/src/components/ErrorBoundary/ErrorBoundary.test.tsx +43 -0
  1910. package/src/components/ErrorBoundary/ErrorBoundary.tsx +46 -0
  1911. package/src/components/ErrorBoundary/ErrorBoundaryContent/ErrorBoundaryContent.tsx +59 -0
  1912. package/src/components/ErrorBoundary/ErrorBoundaryContent/index.ts +5 -0
  1913. package/src/components/ErrorBoundary/index.ts +4 -0
  1914. package/src/components/ErrorDisplay/ErrorDisplay.test.tsx +15 -0
  1915. package/src/components/ErrorDisplay/ErrorDisplay.tsx +67 -0
  1916. package/src/components/ErrorDisplay/index.ts +4 -0
  1917. package/src/components/ErrorMessage/ErrorMessage.test.tsx +30 -0
  1918. package/src/components/ErrorMessage/ErrorMessage.tsx +45 -0
  1919. package/src/components/ErrorMessage/index.ts +5 -0
  1920. package/src/components/ExportModal/ExportModal.test.tsx +44 -0
  1921. package/src/components/ExportModal/ExportModal.tsx +205 -0
  1922. package/src/components/ExportModal/index.ts +4 -0
  1923. package/src/components/FieldsGroup/FieldsGroup.test.tsx +18 -0
  1924. package/src/components/FieldsGroup/FieldsGroup.tsx +43 -0
  1925. package/src/components/FieldsGroup/index.ts +5 -0
  1926. package/src/components/FloatingMenu/FloatingMenu.test.tsx +81 -0
  1927. package/src/components/FloatingMenu/FloatingMenu.tsx +94 -0
  1928. package/src/components/FloatingMenu/_types.ts +20 -0
  1929. package/src/components/FloatingMenu/index.ts +5 -0
  1930. package/src/components/ImageLoading/ImageLoading.tsx +32 -0
  1931. package/src/components/ImageLoading/index.ts +4 -0
  1932. package/src/components/ImageMissing/ImageMissing.tsx +38 -0
  1933. package/src/components/ImageMissing/index.ts +4 -0
  1934. package/src/components/ImportModal/ImportModal.tsx +287 -0
  1935. package/src/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/ImportKeysSelector.tsx +60 -0
  1936. package/src/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/index.ts +5 -0
  1937. package/src/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/ImportMappingRowTitle.tsx +37 -0
  1938. package/src/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/index.ts +5 -0
  1939. package/src/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.tsx +298 -0
  1940. package/src/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/ImportScheduleModal.tsx +52 -0
  1941. package/src/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/index.ts +5 -0
  1942. package/src/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/ImportSheetSettings.tsx +155 -0
  1943. package/src/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/index.ts +5 -0
  1944. package/src/components/ImportModal/ImportModalConfigStep/index.ts +5 -0
  1945. package/src/components/ImportModal/ImportModalDoneStep/ImportModalDoneStep.tsx +28 -0
  1946. package/src/components/ImportModal/ImportModalDoneStep/index.ts +5 -0
  1947. package/src/components/ImportModal/ImportModalProcessingStep/ImportModalProcessingStep.tsx +17 -0
  1948. package/src/components/ImportModal/ImportModalProcessingStep/index.ts +5 -0
  1949. package/src/components/ImportModal/ImportModalSelectFileStep/ImportModalSelectFileStep.tsx +212 -0
  1950. package/src/components/ImportModal/ImportModalSelectFileStep/index.ts +5 -0
  1951. package/src/components/ImportModal/_types.ts +44 -0
  1952. package/src/components/ImportModal/importReducer/ImportReducerContext.ts +17 -0
  1953. package/src/components/ImportModal/importReducer/importReducer.test.ts +125 -0
  1954. package/src/components/ImportModal/importReducer/importReducer.ts +171 -0
  1955. package/src/components/ImportModal/importReducer/index.ts +5 -0
  1956. package/src/components/ImportModal/index.ts +4 -0
  1957. package/src/components/LibraryItemsList/DisplayOptions/DisplayOptions.tsx +121 -0
  1958. package/src/components/LibraryItemsList/DisplayOptions/index.ts +5 -0
  1959. package/src/components/LibraryItemsList/DisplayTypeSelector/DisplayTypeSelector.test.tsx +29 -0
  1960. package/src/components/LibraryItemsList/DisplayTypeSelector/DisplayTypeSelector.tsx +23 -0
  1961. package/src/components/LibraryItemsList/DisplayTypeSelector/index.ts +5 -0
  1962. package/src/components/LibraryItemsList/FiltersDropdown/FiltersDropdown.tsx +341 -0
  1963. package/src/components/LibraryItemsList/FiltersDropdown/index.ts +5 -0
  1964. package/src/components/LibraryItemsList/FiltersPanel/Filter/Filter.test.tsx +75 -0
  1965. package/src/components/LibraryItemsList/FiltersPanel/Filter/Filter.tsx +544 -0
  1966. package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/FilterAttributeCondition.tsx +134 -0
  1967. package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/index.ts +5 -0
  1968. package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/BooleanFilter.test.tsx +38 -0
  1969. package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/BooleanFilter.tsx +23 -0
  1970. package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/index.ts +5 -0
  1971. package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/DateBetweenFilter.test.tsx +14 -0
  1972. package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/DateBetweenFilter.tsx +43 -0
  1973. package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/index.ts +5 -0
  1974. package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/DateFilter.test.tsx +14 -0
  1975. package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/DateFilter.tsx +36 -0
  1976. package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/index.ts +5 -0
  1977. package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/NumericFilter.test.tsx +14 -0
  1978. package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/NumericFilter.tsx +50 -0
  1979. package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/index.ts +5 -0
  1980. package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/TextFilter.test.tsx +16 -0
  1981. package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/TextFilter.tsx +52 -0
  1982. package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/index.ts +5 -0
  1983. package/src/components/LibraryItemsList/FiltersPanel/Filter/index.ts +5 -0
  1984. package/src/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/FilterDropdownButton.tsx +27 -0
  1985. package/src/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/index.ts +5 -0
  1986. package/src/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/FilterTreeCondition.test.tsx +23 -0
  1987. package/src/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/FilterTreeCondition.tsx +54 -0
  1988. package/src/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/index.ts +5 -0
  1989. package/src/components/LibraryItemsList/FiltersPanel/FiltersOptions.tsx +192 -0
  1990. package/src/components/LibraryItemsList/FiltersPanel/FiltersPanel.tsx +190 -0
  1991. package/src/components/LibraryItemsList/FiltersPanel/index.ts +5 -0
  1992. package/src/components/LibraryItemsList/FiltersPanel/mustHideValue.ts +19 -0
  1993. package/src/components/LibraryItemsList/IconViewType/IconViewType.tsx +24 -0
  1994. package/src/components/LibraryItemsList/IconViewType/index.ts +5 -0
  1995. package/src/components/LibraryItemsList/LibraryItemsList.test.tsx +107 -0
  1996. package/src/components/LibraryItemsList/LibraryItemsList.tsx +55 -0
  1997. package/src/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.tsx +288 -0
  1998. package/src/components/LibraryItemsList/LibraryItemsListContent/index.ts +5 -0
  1999. package/src/components/LibraryItemsList/LibraryItemsListEmpty/LibraryItemsListEmpty.tsx +106 -0
  2000. package/src/components/LibraryItemsList/LibraryItemsListEmpty/index.ts +5 -0
  2001. package/src/components/LibraryItemsList/LibraryItemsListPagination/LibraryItemsListPagination.test.tsx +20 -0
  2002. package/src/components/LibraryItemsList/LibraryItemsListPagination/LibraryItemsListPagination.tsx +36 -0
  2003. package/src/components/LibraryItemsList/LibraryItemsListPagination/index.ts +5 -0
  2004. package/src/components/LibraryItemsList/LibraryItemsListTable/BodyCell/BodyCell.test.tsx +39 -0
  2005. package/src/components/LibraryItemsList/LibraryItemsListTable/BodyCell/BodyCell.tsx +70 -0
  2006. package/src/components/LibraryItemsList/LibraryItemsListTable/BodyCell/index.ts +6 -0
  2007. package/src/components/LibraryItemsList/LibraryItemsListTable/BodyRow/BodyRow.test.tsx +48 -0
  2008. package/src/components/LibraryItemsList/LibraryItemsListTable/BodyRow/BodyRow.tsx +93 -0
  2009. package/src/components/LibraryItemsList/LibraryItemsListTable/BodyRow/index.ts +5 -0
  2010. package/src/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/AllValuesCount.tsx +88 -0
  2011. package/src/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/index.ts +5 -0
  2012. package/src/components/LibraryItemsList/LibraryItemsListTable/Cell/Cell.test.tsx +75 -0
  2013. package/src/components/LibraryItemsList/LibraryItemsListTable/Cell/Cell.tsx +78 -0
  2014. package/src/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/CellInfos.test.tsx +38 -0
  2015. package/src/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/CellInfos.tsx +91 -0
  2016. package/src/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/index.ts +5 -0
  2017. package/src/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/CellSelection.test.tsx +13 -0
  2018. package/src/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/CellSelection.tsx +46 -0
  2019. package/src/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/index.ts +5 -0
  2020. package/src/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/ElementsToDisplay/RichTextDisplay.tsx +33 -0
  2021. package/src/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/StandardCell.tsx +117 -0
  2022. package/src/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/index.ts +5 -0
  2023. package/src/components/LibraryItemsList/LibraryItemsListTable/Cell/index.ts +5 -0
  2024. package/src/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/ChooseTableColumns.css +3 -0
  2025. package/src/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/ChooseTableColumns.test.tsx +45 -0
  2026. package/src/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/ChooseTableColumns.tsx +144 -0
  2027. package/src/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/index.ts +5 -0
  2028. package/src/components/LibraryItemsList/LibraryItemsListTable/Header/Header.test.tsx +73 -0
  2029. package/src/components/LibraryItemsList/LibraryItemsListTable/Header/Header.tsx +197 -0
  2030. package/src/components/LibraryItemsList/LibraryItemsListTable/Header/index.ts +5 -0
  2031. package/src/components/LibraryItemsList/LibraryItemsListTable/Table.test.tsx +39 -0
  2032. package/src/components/LibraryItemsList/LibraryItemsListTable/Table.tsx +328 -0
  2033. package/src/components/LibraryItemsList/LibraryItemsListTable/index.ts +5 -0
  2034. package/src/components/LibraryItemsList/MenuItemList/MenuItemList.test.tsx +75 -0
  2035. package/src/components/LibraryItemsList/MenuItemList/MenuItemList.tsx +104 -0
  2036. package/src/components/LibraryItemsList/MenuItemList/index.ts +5 -0
  2037. package/src/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/ActionsMenu.test.tsx +29 -0
  2038. package/src/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/ActionsMenu.tsx +107 -0
  2039. package/src/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/index.ts +5 -0
  2040. package/src/components/LibraryItemsList/MenuItemListSelected/MenuItemListSelected.test.tsx +18 -0
  2041. package/src/components/LibraryItemsList/MenuItemListSelected/MenuItemListSelected.tsx +182 -0
  2042. package/src/components/LibraryItemsList/MenuItemListSelected/index.ts +5 -0
  2043. package/src/components/LibraryItemsList/MenuSelection/MenuSelection.test.tsx +16 -0
  2044. package/src/components/LibraryItemsList/MenuSelection/MenuSelection.tsx +74 -0
  2045. package/src/components/LibraryItemsList/MenuSelection/index.ts +5 -0
  2046. package/src/components/LibraryItemsList/MenuView/MenuView.test.tsx +20 -0
  2047. package/src/components/LibraryItemsList/MenuView/MenuView.tsx +248 -0
  2048. package/src/components/LibraryItemsList/MenuView/index.ts +5 -0
  2049. package/src/components/LibraryItemsList/SearchItems/SearchItems.test.tsx +20 -0
  2050. package/src/components/LibraryItemsList/SearchItems/SearchItems.tsx +37 -0
  2051. package/src/components/LibraryItemsList/SearchItems/index.ts +5 -0
  2052. package/src/components/LibraryItemsList/Sidebar/Sidebar.test.tsx +66 -0
  2053. package/src/components/LibraryItemsList/Sidebar/Sidebar.tsx +71 -0
  2054. package/src/components/LibraryItemsList/Sidebar/index.ts +5 -0
  2055. package/src/components/LibraryItemsList/TileDisplay/ItemTileDisplay/ItemTileDisplay.test.tsx +40 -0
  2056. package/src/components/LibraryItemsList/TileDisplay/ItemTileDisplay/ItemTileDisplay.tsx +322 -0
  2057. package/src/components/LibraryItemsList/TileDisplay/ItemTileDisplay/index.ts +5 -0
  2058. package/src/components/LibraryItemsList/TileDisplay/TileDisplay.test.tsx +50 -0
  2059. package/src/components/LibraryItemsList/TileDisplay/TileDisplay.tsx +75 -0
  2060. package/src/components/LibraryItemsList/TileDisplay/helpers/getItemPreviewSize.ts +13 -0
  2061. package/src/components/LibraryItemsList/TileDisplay/index.ts +5 -0
  2062. package/src/components/LibraryItemsList/VersionsPanel/VersionsPanel.test.tsx +24 -0
  2063. package/src/components/LibraryItemsList/VersionsPanel/VersionsPanel.tsx +85 -0
  2064. package/src/components/LibraryItemsList/VersionsPanel/index.ts +5 -0
  2065. package/src/components/LibraryItemsList/ViewPanel/EditView/EditView.test.tsx +41 -0
  2066. package/src/components/LibraryItemsList/ViewPanel/EditView/EditView.tsx +176 -0
  2067. package/src/components/LibraryItemsList/ViewPanel/EditView/index.ts +5 -0
  2068. package/src/components/LibraryItemsList/ViewPanel/View/View.test.tsx +36 -0
  2069. package/src/components/LibraryItemsList/ViewPanel/View/View.tsx +262 -0
  2070. package/src/components/LibraryItemsList/ViewPanel/View/index.ts +5 -0
  2071. package/src/components/LibraryItemsList/ViewPanel/ViewPanel.test.tsx +143 -0
  2072. package/src/components/LibraryItemsList/ViewPanel/ViewPanel.tsx +299 -0
  2073. package/src/components/LibraryItemsList/ViewPanel/index.ts +5 -0
  2074. package/src/components/LibraryItemsList/constants.ts +24 -0
  2075. package/src/components/LibraryItemsList/helpers/defaultFilterConditionByAttributeFormat.ts +18 -0
  2076. package/src/components/LibraryItemsList/helpers/displayTypeToPreviewSize.ts +15 -0
  2077. package/src/components/LibraryItemsList/helpers/extractAttributesFromLibrary.ts +86 -0
  2078. package/src/components/LibraryItemsList/helpers/getFieldFromKey.ts +50 -0
  2079. package/src/components/LibraryItemsList/helpers/getFieldsFromView.ts +23 -0
  2080. package/src/components/LibraryItemsList/helpers/getFieldsKeyFromAttribute.ts +14 -0
  2081. package/src/components/LibraryItemsList/helpers/getSortFieldByAttributeType.ts +16 -0
  2082. package/src/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.test.tsx +146 -0
  2083. package/src/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.tsx +118 -0
  2084. package/src/components/LibraryItemsList/hooks/useSearchReducer/_types.ts +80 -0
  2085. package/src/components/LibraryItemsList/hooks/useSearchReducer/index.ts +6 -0
  2086. package/src/components/LibraryItemsList/hooks/useSearchReducer/searchContext.ts +11 -0
  2087. package/src/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.test.ts +380 -0
  2088. package/src/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.ts +302 -0
  2089. package/src/components/LibraryItemsList/hooks/useSearchReducer/useSearchReducer.ts +9 -0
  2090. package/src/components/LibraryItemsList/hooks/useUpdateViewsOrderMutation.ts +54 -0
  2091. package/src/components/LibraryItemsList/index.ts +4 -0
  2092. package/src/components/LibraryItemsList/manageItems.test.ts +367 -0
  2093. package/src/components/LibraryItemsList/manageItems.ts +124 -0
  2094. package/src/components/LibraryItemsList/shared/DeactivateRecordBtn/DeactivateRecordBtn.test.tsx +49 -0
  2095. package/src/components/LibraryItemsList/shared/DeactivateRecordBtn/DeactivateRecordBtn.tsx +53 -0
  2096. package/src/components/LibraryItemsList/shared/DeactivateRecordBtn/index.ts +5 -0
  2097. package/src/components/LibraryItemsList/shared/SelectCellsBtn.tsx +50 -0
  2098. package/src/components/LibraryPicker/LibrariesList/LibrariesList.tsx +211 -0
  2099. package/src/components/LibraryPicker/LibrariesList/index.ts +4 -0
  2100. package/src/components/LibraryPicker/LibraryPicker.test.tsx +207 -0
  2101. package/src/components/LibraryPicker/LibraryPicker.tsx +62 -0
  2102. package/src/components/LibraryPicker/index.ts +4 -0
  2103. package/src/components/List/List.test.tsx +66 -0
  2104. package/src/components/List/List.tsx +95 -0
  2105. package/src/components/List/index.ts +5 -0
  2106. package/src/components/Loading/Loading.tsx +23 -0
  2107. package/src/components/Loading/index.ts +4 -0
  2108. package/src/components/RecordCard/RecordCard.test.tsx +40 -0
  2109. package/src/components/RecordCard/RecordCard.tsx +64 -0
  2110. package/src/components/RecordCard/_types.ts +19 -0
  2111. package/src/components/RecordCard/index.ts +5 -0
  2112. package/src/components/RecordEdition/EditRecord/EditRecord.test.tsx +137 -0
  2113. package/src/components/RecordEdition/EditRecord/EditRecord.tsx +140 -0
  2114. package/src/components/RecordEdition/EditRecord/EditRecordSkeleton.tsx +29 -0
  2115. package/src/components/RecordEdition/EditRecord/_types.ts +154 -0
  2116. package/src/components/RecordEdition/EditRecord/helpers/extractFormElements/extractFormElements.test.tsx +115 -0
  2117. package/src/components/RecordEdition/EditRecord/helpers/extractFormElements/extractFormElements.tsx +26 -0
  2118. package/src/components/RecordEdition/EditRecord/helpers/extractFormElements/index.ts +5 -0
  2119. package/src/components/RecordEdition/EditRecord/helpers/getActiveFieldValues/getActiveFieldValues.ts +8 -0
  2120. package/src/components/RecordEdition/EditRecord/helpers/getActiveFieldValues/index.ts +4 -0
  2121. package/src/components/RecordEdition/EditRecord/helpers/isCurrentVersion/index.ts +4 -0
  2122. package/src/components/RecordEdition/EditRecord/helpers/isCurrentVersion/isCurrentVersion.test.ts +87 -0
  2123. package/src/components/RecordEdition/EditRecord/helpers/isCurrentVersion/isCurrentVersion.ts +27 -0
  2124. package/src/components/RecordEdition/EditRecord/hooks/__mocks__/useDeleteValueMutation.ts +8 -0
  2125. package/src/components/RecordEdition/EditRecord/hooks/__mocks__/useSaveValueMutation.ts +8 -0
  2126. package/src/components/RecordEdition/EditRecord/hooks/helpers/getPropertyCacheFieldName.ts +4 -0
  2127. package/src/components/RecordEdition/EditRecord/hooks/useExecuteDeleteValueMutation.ts +50 -0
  2128. package/src/components/RecordEdition/EditRecord/hooks/useExecuteSaveValueBatchMutation.ts +75 -0
  2129. package/src/components/RecordEdition/EditRecord/hooks/useRecordEditionContext.ts +9 -0
  2130. package/src/components/RecordEdition/EditRecord/hooks/useSaveValueBatchMutation.test.ts +134 -0
  2131. package/src/components/RecordEdition/EditRecord/index.ts +5 -0
  2132. package/src/components/RecordEdition/EditRecord/reducers/linkFieldReducer/index.ts +5 -0
  2133. package/src/components/RecordEdition/EditRecord/reducers/linkFieldReducer/linkFieldReducer.test.ts +173 -0
  2134. package/src/components/RecordEdition/EditRecord/reducers/linkFieldReducer/linkFieldReducer.ts +205 -0
  2135. package/src/components/RecordEdition/EditRecord/reducers/standardFieldReducer/index.ts +5 -0
  2136. package/src/components/RecordEdition/EditRecord/reducers/standardFieldReducer/standardFieldReducer.test.ts +473 -0
  2137. package/src/components/RecordEdition/EditRecord/reducers/standardFieldReducer/standardFieldReducer.ts +434 -0
  2138. package/src/components/RecordEdition/EditRecord/shared/AddValueBtn/AddValueBtn.test.tsx +27 -0
  2139. package/src/components/RecordEdition/EditRecord/shared/AddValueBtn/AddValueBtn.tsx +36 -0
  2140. package/src/components/RecordEdition/EditRecord/shared/AddValueBtn/index.ts +5 -0
  2141. package/src/components/RecordEdition/EditRecord/shared/DeleteAllValuesBtn/DeleteAllValuesBtn.test.tsx +25 -0
  2142. package/src/components/RecordEdition/EditRecord/shared/DeleteAllValuesBtn/DeleteAllValuesBtn.tsx +48 -0
  2143. package/src/components/RecordEdition/EditRecord/shared/DeleteAllValuesBtn/index.ts +5 -0
  2144. package/src/components/RecordEdition/EditRecord/shared/DeleteValueBtn/DeleteValueBtn.test.tsx +26 -0
  2145. package/src/components/RecordEdition/EditRecord/shared/DeleteValueBtn/DeleteValueBtn.tsx +40 -0
  2146. package/src/components/RecordEdition/EditRecord/shared/DeleteValueBtn/index.ts +5 -0
  2147. package/src/components/RecordEdition/EditRecord/shared/FieldFooter/FieldFooter.test.tsx +17 -0
  2148. package/src/components/RecordEdition/EditRecord/shared/FieldFooter/FieldFooter.tsx +42 -0
  2149. package/src/components/RecordEdition/EditRecord/shared/FieldFooter/index.ts +5 -0
  2150. package/src/components/RecordEdition/EditRecord/shared/InheritedFieldLabel/InheritedFieldLabel.test.tsx +28 -0
  2151. package/src/components/RecordEdition/EditRecord/shared/InheritedFieldLabel/InheritedFieldLabel.tsx +33 -0
  2152. package/src/components/RecordEdition/EditRecord/shared/InheritedFieldLabel/index.ts +5 -0
  2153. package/src/components/RecordEdition/EditRecord/shared/NoValue/NoValue.test.tsx +29 -0
  2154. package/src/components/RecordEdition/EditRecord/shared/NoValue/NoValue.tsx +56 -0
  2155. package/src/components/RecordEdition/EditRecord/shared/NoValue/index.ts +5 -0
  2156. package/src/components/RecordEdition/EditRecord/shared/UpdatedFieldIcon/UpdatedFieldIcon.tsx +18 -0
  2157. package/src/components/RecordEdition/EditRecord/shared/UpdatedFieldIcon/index.ts +5 -0
  2158. package/src/components/RecordEdition/EditRecord/shared/ValueDetailsBtn/ValueDetailsBtn.test.tsx +54 -0
  2159. package/src/components/RecordEdition/EditRecord/shared/ValueDetailsBtn/ValueDetailsBtn.tsx +45 -0
  2160. package/src/components/RecordEdition/EditRecord/shared/ValueDetailsBtn/index.ts +5 -0
  2161. package/src/components/RecordEdition/EditRecord/shared/ValuesVersionBtn/ValuesVersionBtn.test.tsx +49 -0
  2162. package/src/components/RecordEdition/EditRecord/shared/ValuesVersionBtn/ValuesVersionBtn.tsx +104 -0
  2163. package/src/components/RecordEdition/EditRecord/shared/ValuesVersionBtn/index.ts +5 -0
  2164. package/src/components/RecordEdition/EditRecord/shared/ValuesVersionIndicator/ValuesVersionIndicator.tsx +42 -0
  2165. package/src/components/RecordEdition/EditRecord/shared/ValuesVersionIndicator/index.ts +5 -0
  2166. package/src/components/RecordEdition/EditRecord/uiElements/Container/Container.test.tsx +35 -0
  2167. package/src/components/RecordEdition/EditRecord/uiElements/Container/Container.tsx +37 -0
  2168. package/src/components/RecordEdition/EditRecord/uiElements/Container/index.ts +5 -0
  2169. package/src/components/RecordEdition/EditRecord/uiElements/ErrorField/ErrorField.test.tsx +35 -0
  2170. package/src/components/RecordEdition/EditRecord/uiElements/ErrorField/ErrorField.tsx +82 -0
  2171. package/src/components/RecordEdition/EditRecord/uiElements/ErrorField/index.ts +5 -0
  2172. package/src/components/RecordEdition/EditRecord/uiElements/FormDivider/FormDivider.test.tsx +25 -0
  2173. package/src/components/RecordEdition/EditRecord/uiElements/FormDivider/FormDivider.tsx +14 -0
  2174. package/src/components/RecordEdition/EditRecord/uiElements/FormDivider/index.ts +5 -0
  2175. package/src/components/RecordEdition/EditRecord/uiElements/FormTabs/FormTabs.test.tsx +35 -0
  2176. package/src/components/RecordEdition/EditRecord/uiElements/FormTabs/FormTabs.tsx +50 -0
  2177. package/src/components/RecordEdition/EditRecord/uiElements/FormTabs/index.ts +5 -0
  2178. package/src/components/RecordEdition/EditRecord/uiElements/LinkField/FloatingMenuHandler/FloatingMenuHandler.tsx +60 -0
  2179. package/src/components/RecordEdition/EditRecord/uiElements/LinkField/FloatingMenuHandler/index.ts +5 -0
  2180. package/src/components/RecordEdition/EditRecord/uiElements/LinkField/LinkField.test.tsx +593 -0
  2181. package/src/components/RecordEdition/EditRecord/uiElements/LinkField/LinkField.tsx +494 -0
  2182. package/src/components/RecordEdition/EditRecord/uiElements/LinkField/RecordIdentityCell/RecordIdentityCell.tsx +16 -0
  2183. package/src/components/RecordEdition/EditRecord/uiElements/LinkField/RecordIdentityCell/index.ts +5 -0
  2184. package/src/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/QuickSearch/QuickSearch.tsx +83 -0
  2185. package/src/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/QuickSearch/index.ts +5 -0
  2186. package/src/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/ValuesAdd.tsx +419 -0
  2187. package/src/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/index.ts +5 -0
  2188. package/src/components/RecordEdition/EditRecord/uiElements/LinkField/index.ts +5 -0
  2189. package/src/components/RecordEdition/EditRecord/uiElements/StandardField/StandardField.test.tsx +627 -0
  2190. package/src/components/RecordEdition/EditRecord/uiElements/StandardField/StandardField.tsx +320 -0
  2191. package/src/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.tsx +26 -0
  2192. package/src/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.tsx +38 -0
  2193. package/src/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.tsx +62 -0
  2194. package/src/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/DateRangeInput.tsx +67 -0
  2195. package/src/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.tsx +34 -0
  2196. package/src/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.tsx +53 -0
  2197. package/src/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.tsx +67 -0
  2198. package/src/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.tsx +44 -0
  2199. package/src/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/StandardFieldValue.tsx +629 -0
  2200. package/src/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/ValuesList/ValuesList.tsx +79 -0
  2201. package/src/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/ValuesList/index.ts +5 -0
  2202. package/src/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/index.ts +5 -0
  2203. package/src/components/RecordEdition/EditRecord/uiElements/StandardField/index.ts +5 -0
  2204. package/src/components/RecordEdition/EditRecord/uiElements/TextBlock/TextBlock.test.tsx +15 -0
  2205. package/src/components/RecordEdition/EditRecord/uiElements/TextBlock/TextBlock.tsx +13 -0
  2206. package/src/components/RecordEdition/EditRecord/uiElements/TextBlock/index.ts +5 -0
  2207. package/src/components/RecordEdition/EditRecord/uiElements/TreeField/TreeField.test.tsx +249 -0
  2208. package/src/components/RecordEdition/EditRecord/uiElements/TreeField/TreeField.tsx +349 -0
  2209. package/src/components/RecordEdition/EditRecord/uiElements/TreeField/TreeFieldValue/TreeFieldValue.tsx +68 -0
  2210. package/src/components/RecordEdition/EditRecord/uiElements/TreeField/TreeFieldValue/index.ts +5 -0
  2211. package/src/components/RecordEdition/EditRecord/uiElements/TreeField/ValuesAdd/ValuesAdd.tsx +198 -0
  2212. package/src/components/RecordEdition/EditRecord/uiElements/TreeField/ValuesAdd/index.ts +5 -0
  2213. package/src/components/RecordEdition/EditRecord/uiElements/TreeField/index.ts +5 -0
  2214. package/src/components/RecordEdition/EditRecord/uiElements/index.tsx +27 -0
  2215. package/src/components/RecordEdition/EditRecordBtn/EditRecordBtn.test.tsx +30 -0
  2216. package/src/components/RecordEdition/EditRecordBtn/EditRecordBtn.tsx +52 -0
  2217. package/src/components/RecordEdition/EditRecordBtn/index.ts +5 -0
  2218. package/src/components/RecordEdition/EditRecordModal/EditRecordModal.test.tsx +84 -0
  2219. package/src/components/RecordEdition/EditRecordModal/EditRecordModal.tsx +531 -0
  2220. package/src/components/RecordEdition/EditRecordModal/EditRecordModalHeader/EditRecordModalHeader.tsx +93 -0
  2221. package/src/components/RecordEdition/EditRecordModal/EditRecordModalHeader/index.ts +5 -0
  2222. package/src/components/RecordEdition/EditRecordModal/ValuesVersionSummary/ValuesVersionSummary.tsx +57 -0
  2223. package/src/components/RecordEdition/EditRecordModal/ValuesVersionSummary/index.ts +5 -0
  2224. package/src/components/RecordEdition/EditRecordModal/creationErrorContext.ts +12 -0
  2225. package/src/components/RecordEdition/EditRecordModal/index.ts +5 -0
  2226. package/src/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.test.tsx +159 -0
  2227. package/src/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.tsx +33 -0
  2228. package/src/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.test.tsx +36 -0
  2229. package/src/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.tsx +46 -0
  2230. package/src/components/RecordEdition/EditRecordSidebar/PropertiesList/index.ts +5 -0
  2231. package/src/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.test.tsx +50 -0
  2232. package/src/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.tsx +107 -0
  2233. package/src/components/RecordEdition/EditRecordSidebar/RecordSummary/index.ts +5 -0
  2234. package/src/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/AttributeDetails.tsx +75 -0
  2235. package/src/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/index.ts +5 -0
  2236. package/src/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/TreeValuePath.tsx +56 -0
  2237. package/src/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/index.ts +5 -0
  2238. package/src/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.tsx +109 -0
  2239. package/src/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/ValueInfo.tsx +106 -0
  2240. package/src/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/index.ts +5 -0
  2241. package/src/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.tsx +96 -0
  2242. package/src/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/index.ts +5 -0
  2243. package/src/components/RecordEdition/EditRecordSidebar/ValueDetails/index.ts +5 -0
  2244. package/src/components/RecordEdition/EditRecordSidebar/ValuesVersions/ValuesVersions.tsx +91 -0
  2245. package/src/components/RecordEdition/EditRecordSidebar/ValuesVersions/index.ts +5 -0
  2246. package/src/components/RecordEdition/EditRecordSidebar/index.ts +5 -0
  2247. package/src/components/RecordEdition/editRecordModalReducer/editRecordModalReducer.test.ts +174 -0
  2248. package/src/components/RecordEdition/editRecordModalReducer/editRecordModalReducer.ts +155 -0
  2249. package/src/components/RecordEdition/editRecordModalReducer/editRecordModalReducerContext.ts +15 -0
  2250. package/src/components/RecordEdition/editRecordModalReducer/index.ts +5 -0
  2251. package/src/components/RecordEdition/editRecordModalReducer/useEditRecordModalReducer.ts +7 -0
  2252. package/src/components/RecordEdition/index.ts +4 -0
  2253. package/src/components/RecordPreviewWithModal/FileModal/FileModal.test.tsx +357 -0
  2254. package/src/components/RecordPreviewWithModal/FileModal/FileModal.tsx +71 -0
  2255. package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/AudioFile.tsx +27 -0
  2256. package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/index.ts +5 -0
  2257. package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/DocumentFile.tsx +44 -0
  2258. package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/index.ts +5 -0
  2259. package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalContent.tsx +103 -0
  2260. package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/FileModalSidebar.tsx +127 -0
  2261. package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/index.ts +5 -0
  2262. package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/ImageFile.tsx +52 -0
  2263. package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/index.ts +5 -0
  2264. package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/NoDisplayFile.tsx +79 -0
  2265. package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/index.ts +5 -0
  2266. package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/VideoFile.tsx +33 -0
  2267. package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/index.ts +5 -0
  2268. package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/_types.ts +11 -0
  2269. package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/index.ts +5 -0
  2270. package/src/components/RecordPreviewWithModal/FileModal/_constants.ts +5 -0
  2271. package/src/components/RecordPreviewWithModal/FileModal/index.ts +5 -0
  2272. package/src/components/RecordPreviewWithModal/RecordPreviewWithModal.test.tsx +48 -0
  2273. package/src/components/RecordPreviewWithModal/RecordPreviewWithModal.tsx +84 -0
  2274. package/src/components/RecordPreviewWithModal/index.ts +4 -0
  2275. package/src/components/SearchModal/SearchModal.test.tsx +38 -0
  2276. package/src/components/SearchModal/SearchModal.tsx +85 -0
  2277. package/src/components/SearchModal/index.ts +4 -0
  2278. package/src/components/SelectTreeNode/SelectTreeNode.test.tsx +100 -0
  2279. package/src/components/SelectTreeNode/SelectTreeNode.tsx +232 -0
  2280. package/src/components/SelectTreeNode/index.ts +4 -0
  2281. package/src/components/SelectTreeNodeModal/SelectTreeNodeModal.test.tsx +35 -0
  2282. package/src/components/SelectTreeNodeModal/SelectTreeNodeModal.tsx +75 -0
  2283. package/src/components/SelectTreeNodeModal/index.ts +5 -0
  2284. package/src/components/SimpleErrorBoundary/SimpleErrorBoundary.test.tsx +24 -0
  2285. package/src/components/SimpleErrorBoundary/SimpleErrorBoundary.tsx +39 -0
  2286. package/src/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/SimpleErrorBoundaryContent.tsx +41 -0
  2287. package/src/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/index.ts +5 -0
  2288. package/src/components/SimpleErrorBoundary/index.ts +4 -0
  2289. package/src/components/SubmitStateNotifier/SubmitStateNotifier.test.tsx +13 -0
  2290. package/src/components/SubmitStateNotifier/SubmitStateNotifier.tsx +83 -0
  2291. package/src/components/SubmitStateNotifier/_types.ts +4 -0
  2292. package/src/components/SubmitStateNotifier/index.ts +5 -0
  2293. package/src/components/TreePicker/TreePicker.test.tsx +208 -0
  2294. package/src/components/TreePicker/TreePicker.tsx +60 -0
  2295. package/src/components/TreePicker/TreesList/TreesList.tsx +208 -0
  2296. package/src/components/TreePicker/TreesList/index.ts +4 -0
  2297. package/src/components/TreePicker/index.ts +4 -0
  2298. package/src/components/TriggerPreviewsGenerationModal/TriggerPreviewsGenerationModal.test.tsx +161 -0
  2299. package/src/components/TriggerPreviewsGenerationModal/TriggerPreviewsGenerationModal.tsx +146 -0
  2300. package/src/components/TriggerPreviewsGenerationModal/index.ts +2 -0
  2301. package/src/components/UploadFiles/UploadFiles.test.tsx +200 -0
  2302. package/src/components/UploadFiles/UploadFiles.tsx +406 -0
  2303. package/src/components/UploadFiles/index.ts +4 -0
  2304. package/src/components/ValuesVersionConfigurator/ValuesVersionConfigurator.test.tsx +106 -0
  2305. package/src/components/ValuesVersionConfigurator/ValuesVersionConfigurator.tsx +72 -0
  2306. package/src/components/ValuesVersionConfigurator/VersionTree/VersionTree.tsx +125 -0
  2307. package/src/components/ValuesVersionConfigurator/VersionTree/index.ts +5 -0
  2308. package/src/components/ValuesVersionConfigurator/index.ts +5 -0
  2309. package/src/components/index.ts +40 -0
  2310. package/src/constants.ts +52 -0
  2311. package/src/contexts/LangContext/LangContext.tsx +9 -0
  2312. package/src/contexts/LangContext/_types.ts +9 -0
  2313. package/src/contexts/LangContext/index.ts +5 -0
  2314. package/src/contexts/UserContext/UserContext.ts +7 -0
  2315. package/src/contexts/UserContext/index.ts +2 -0
  2316. package/src/contexts/UserContext/types.ts +11 -0
  2317. package/src/contexts/index.ts +5 -0
  2318. package/src/gqlFragments/index.ts +4 -0
  2319. package/src/gqlFragments/recordIdentityFragment.ts +21 -0
  2320. package/src/gqlPossibleTypes/index.ts +28 -0
  2321. package/src/hooks/index.ts +17 -0
  2322. package/src/hooks/useAntdLocale/index.ts +4 -0
  2323. package/src/hooks/useAntdLocale/useAntdLocale.ts +17 -0
  2324. package/src/hooks/useAppLang/index.ts +4 -0
  2325. package/src/hooks/useAppLang/useAppLang.tsx +39 -0
  2326. package/src/hooks/useAuth/index.ts +4 -0
  2327. package/src/hooks/useAuth/useAuth.ts +23 -0
  2328. package/src/hooks/useCanEditRecord/index.ts +1 -0
  2329. package/src/hooks/useCanEditRecord/useCanEditRecord.test.tsx +195 -0
  2330. package/src/hooks/useCanEditRecord/useCanEditRecord.ts +71 -0
  2331. package/src/hooks/useExecuteAddViewMutation/useExecuteAddViewMutation.ts +54 -0
  2332. package/src/hooks/useExecuteDeleteViewMutation/useExecuteDeleteViewMutation.ts +29 -0
  2333. package/src/hooks/useGetLibraryDetailExtendedQuery/useGetLibraryDetailExtendedQuery.ts +30 -0
  2334. package/src/hooks/useGetPreparedFileData/useGetPreparedFileData.ts +54 -0
  2335. package/src/hooks/useGetRecordForm/index.ts +5 -0
  2336. package/src/hooks/useGetRecordForm/useGetRecordForm.test.tsx +159 -0
  2337. package/src/hooks/useGetRecordForm/useGetRecordForm.ts +153 -0
  2338. package/src/hooks/useGetRecordUpdatesSubscription/index.ts +4 -0
  2339. package/src/hooks/useGetRecordUpdatesSubscription/useGetRecordUpdatesSubscription.ts +21 -0
  2340. package/src/hooks/useGetRecordValuesQuery/useGetRecordValuesQuery.ts +82 -0
  2341. package/src/hooks/useLang/__mocks__/index.ts +5 -0
  2342. package/src/hooks/useLang/__mocks__/useLang.tsx +13 -0
  2343. package/src/hooks/useLang/index.ts +5 -0
  2344. package/src/hooks/useLang/useLang.test.tsx +34 -0
  2345. package/src/hooks/useLang/useLang.tsx +17 -0
  2346. package/src/hooks/useLibraryVersionTrees/index.ts +4 -0
  2347. package/src/hooks/useLibraryVersionTrees/useLibraryVersionTrees.test.tsx +95 -0
  2348. package/src/hooks/useLibraryVersionTrees/useLibraryVersionTrees.ts +35 -0
  2349. package/src/hooks/useLocalStorage/index.ts +4 -0
  2350. package/src/hooks/useLocalStorage/useLocalStorage.ts +23 -0
  2351. package/src/hooks/useRecordsConsultationHistory/index.ts +5 -0
  2352. package/src/hooks/useRecordsConsultationHistory/useRecordsConsultationHistory.ts +38 -0
  2353. package/src/hooks/useRefreshFieldValues/index.ts +4 -0
  2354. package/src/hooks/useRefreshFieldValues/useRefreshFieldValues.test.tsx +75 -0
  2355. package/src/hooks/useRefreshFieldValues/useRefreshFieldValues.ts +63 -0
  2356. package/src/hooks/useRefreshToken/index.ts +4 -0
  2357. package/src/hooks/useRefreshToken/useRefreshToken.ts +34 -0
  2358. package/src/hooks/useSharedTranslation/__mocks__/index.ts +4 -0
  2359. package/src/hooks/useSharedTranslation/__mocks__/useSharedTranslation.ts +21 -0
  2360. package/src/hooks/useSharedTranslation/index.ts +4 -0
  2361. package/src/hooks/useSharedTranslation/useSharedTranslation.ts +45 -0
  2362. package/src/hooks/useUser/index.ts +1 -0
  2363. package/src/hooks/useUser/useUser.test.tsx +28 -0
  2364. package/src/hooks/useUser/useUser.ts +15 -0
  2365. package/src/hooks/useValuesCacheUpdate/index.ts +4 -0
  2366. package/src/hooks/useValuesCacheUpdate/useValuesCacheUpdate.ts +56 -0
  2367. package/src/index.ts +12 -0
  2368. package/src/locales/en/shared.json +576 -0
  2369. package/src/locales/fr/shared.json +578 -0
  2370. package/src/testing/MockedLangContextProvider/MockedLangContextProvider.tsx +17 -0
  2371. package/src/testing/MockedLangContextProvider/index.ts +5 -0
  2372. package/src/testing/MockedUserContextProvider/MockedUserContextProvider.tsx +27 -0
  2373. package/src/testing/MockedUserContextProvider/index.ts +5 -0
  2374. package/src/testing/index.ts +4 -0
  2375. package/src/types/attributes.ts +23 -0
  2376. package/src/types/index.ts +8 -0
  2377. package/src/types/misc.ts +3 -0
  2378. package/src/types/records.ts +32 -0
  2379. package/src/types/scalars.ts +4 -0
  2380. package/src/types/search.ts +207 -0
  2381. package/src/types/trees.ts +20 -0
  2382. package/src/types/values.ts +8 -0
  2383. package/src/types/views.ts +39 -0
  2384. package/tsconfig.build.json +21 -0
  2385. package/tsconfig.json +20 -0
  2386. package/dist/RichTextDisplay-VHFbHGsa.js +0 -3622
  2387. package/dist/RichTextEditorInput-Iw9u6qzh.js +0 -30331
  2388. package/dist/index-9w_Vhu14.js +0 -21765
  2389. package/dist/index-PMijvJqf.js +0 -155554
  2390. package/dist/index-bDhlCrqn.js +0 -12
  2391. package/dist/index-dqtAhqlh.js +0 -17
  2392. package/dist/index-eZQTM_lC.js +0 -322
  2393. package/dist/minimatch-x8aONUPa.js +0 -1573
  2394. package/dist/ui.js +0 -1148
  2395. package/dist/ui2.js +0 -66
@@ -0,0 +1,3853 @@
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 ExportQueryVariables = Exact<{
1020
+ library: Scalars['ID'];
1021
+ attributes?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
1022
+ filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
1023
+ }>;
1024
+
1025
+
1026
+ export type ExportQuery = { export: string };
1027
+
1028
+ export type CreateDirectoryMutationVariables = Exact<{
1029
+ library: Scalars['String'];
1030
+ nodeId: Scalars['String'];
1031
+ name: Scalars['String'];
1032
+ }>;
1033
+
1034
+
1035
+ 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 } } } };
1036
+
1037
+ export type ForcePreviewsGenerationMutationVariables = Exact<{
1038
+ libraryId: Scalars['ID'];
1039
+ filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
1040
+ recordIds?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
1041
+ failedOnly?: InputMaybe<Scalars['Boolean']>;
1042
+ previewVersionSizeNames?: InputMaybe<Array<Scalars['String']> | Scalars['String']>;
1043
+ }>;
1044
+
1045
+
1046
+ export type ForcePreviewsGenerationMutation = { forcePreviewsGeneration: boolean };
1047
+
1048
+ export type GetDirectoryDataQueryVariables = Exact<{
1049
+ library: Scalars['ID'];
1050
+ directoryId: Scalars['String'];
1051
+ }>;
1052
+
1053
+
1054
+ 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 } }> } };
1055
+
1056
+ export type UploadUpdateSubscriptionVariables = Exact<{
1057
+ filters?: InputMaybe<UploadFiltersInput>;
1058
+ }>;
1059
+
1060
+
1061
+ 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 } } };
1062
+
1063
+ export type UploadMutationVariables = Exact<{
1064
+ library: Scalars['String'];
1065
+ nodeId: Scalars['String'];
1066
+ files: Array<FileInput> | FileInput;
1067
+ }>;
1068
+
1069
+
1070
+ 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 } } } }> };
1071
+
1072
+ export type ImportExcelMutationVariables = Exact<{
1073
+ file: Scalars['Upload'];
1074
+ sheets?: InputMaybe<Array<InputMaybe<SheetInput>> | InputMaybe<SheetInput>>;
1075
+ startAt?: InputMaybe<Scalars['Int']>;
1076
+ }>;
1077
+
1078
+
1079
+ export type ImportExcelMutation = { importExcel: string };
1080
+
1081
+ export type CheckLibraryExistenceQueryVariables = Exact<{
1082
+ id?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
1083
+ }>;
1084
+
1085
+
1086
+ export type CheckLibraryExistenceQuery = { libraries?: { totalCount: number } | null };
1087
+
1088
+ export type DeleteLibraryMutationVariables = Exact<{
1089
+ id?: InputMaybe<Scalars['ID']>;
1090
+ }>;
1091
+
1092
+
1093
+ export type DeleteLibraryMutation = { deleteLibrary: { id: string } };
1094
+
1095
+ export type GetLibrariesQueryVariables = Exact<{ [key: string]: never; }>;
1096
+
1097
+
1098
+ 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 };
1099
+
1100
+ export type GetLibraryByIdQueryVariables = Exact<{
1101
+ id?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
1102
+ }>;
1103
+
1104
+
1105
+ 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 };
1106
+
1107
+ export type GetLibraryPermissionsQueryVariables = Exact<{
1108
+ libraryId?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
1109
+ }>;
1110
+
1111
+
1112
+ export type GetLibraryPermissionsQuery = { libraries?: { list: Array<{ permissions?: { access_library: boolean, access_record: boolean, create_record: boolean, edit_record: boolean, delete_record: boolean } | null }> } | null };
1113
+
1114
+ export type GetLibraryPreviewsSettingsQueryVariables = Exact<{
1115
+ id: Scalars['ID'];
1116
+ }>;
1117
+
1118
+
1119
+ 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 };
1120
+
1121
+ export type SaveLibraryMutationVariables = Exact<{
1122
+ library: LibraryInput;
1123
+ }>;
1124
+
1125
+
1126
+ 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 } };
1127
+
1128
+ export type IsAllowedQueryVariables = Exact<{
1129
+ type: PermissionTypes;
1130
+ actions: Array<PermissionsActions> | PermissionsActions;
1131
+ applyTo?: InputMaybe<Scalars['ID']>;
1132
+ target?: InputMaybe<PermissionTarget>;
1133
+ }>;
1134
+
1135
+
1136
+ export type IsAllowedQuery = { isAllowed?: Array<{ name: PermissionsActions, allowed?: boolean | null }> | null };
1137
+
1138
+ export type CreateRecordMutationVariables = Exact<{
1139
+ library: Scalars['ID'];
1140
+ data?: InputMaybe<CreateRecordDataInput>;
1141
+ }>;
1142
+
1143
+
1144
+ 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 } };
1145
+
1146
+ export type DeactivateRecordsMutationVariables = Exact<{
1147
+ libraryId: Scalars['String'];
1148
+ recordsIds?: InputMaybe<Array<Scalars['String']> | Scalars['String']>;
1149
+ filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
1150
+ }>;
1151
+
1152
+
1153
+ export type DeactivateRecordsMutation = { deactivateRecords: Array<{ id: string, whoAmI: { id: string, label?: string | null, subLabel?: string | null, color?: string | null, preview?: IPreviewScalar | null, library: { id: string, label?: any | null } } }> };
1154
+
1155
+ export type DoesFileExistAsChildQueryVariables = Exact<{
1156
+ parentNode?: InputMaybe<Scalars['ID']>;
1157
+ treeId: Scalars['ID'];
1158
+ filename: Scalars['String'];
1159
+ }>;
1160
+
1161
+
1162
+ export type DoesFileExistAsChildQuery = { doesFileExistAsChild?: boolean | null };
1163
+
1164
+ export type GetFileDataQueryVariables = Exact<{
1165
+ library: Scalars['ID'];
1166
+ fileId: Scalars['String'];
1167
+ previewsStatusAttribute: Scalars['ID'];
1168
+ }>;
1169
+
1170
+
1171
+ 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 } }> } };
1172
+
1173
+ export type RecordFormQueryVariables = Exact<{
1174
+ libraryId: Scalars['String'];
1175
+ formId: Scalars['String'];
1176
+ recordId?: InputMaybe<Scalars['String']>;
1177
+ version?: InputMaybe<Array<ValueVersionInput> | ValueVersionInput>;
1178
+ }>;
1179
+
1180
+
1181
+ 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 };
1182
+
1183
+ export type RecordUpdateSubscriptionVariables = Exact<{
1184
+ filters?: InputMaybe<RecordUpdateFilterInput>;
1185
+ }>;
1186
+
1187
+
1188
+ 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 } }> } };
1189
+
1190
+ export type IndexRecordsMutationVariables = Exact<{
1191
+ libraryId: Scalars['String'];
1192
+ records?: InputMaybe<Array<Scalars['String']> | Scalars['String']>;
1193
+ }>;
1194
+
1195
+
1196
+ export type IndexRecordsMutation = { indexRecords: boolean };
1197
+
1198
+ export type CancelTaskMutationVariables = Exact<{
1199
+ taskId: Scalars['ID'];
1200
+ }>;
1201
+
1202
+
1203
+ export type CancelTaskMutation = { cancelTask: boolean };
1204
+
1205
+ export type CheckTreeExistenceQueryVariables = Exact<{
1206
+ id?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
1207
+ }>;
1208
+
1209
+
1210
+ export type CheckTreeExistenceQuery = { trees?: { totalCount: number } | null };
1211
+
1212
+ export type DeleteTreeMutationVariables = Exact<{
1213
+ id: Scalars['ID'];
1214
+ }>;
1215
+
1216
+
1217
+ export type DeleteTreeMutation = { deleteTree: { id: string } };
1218
+
1219
+ export type GetTreeByIdQueryVariables = Exact<{
1220
+ id?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
1221
+ }>;
1222
+
1223
+
1224
+ 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 };
1225
+
1226
+ export type GetTreeLibrariesQueryVariables = Exact<{
1227
+ treeId?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
1228
+ library?: InputMaybe<Scalars['String']>;
1229
+ }>;
1230
+
1231
+
1232
+ 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 };
1233
+
1234
+ export type GetTreesQueryVariables = Exact<{ [key: string]: never; }>;
1235
+
1236
+
1237
+ export type GetTreesQuery = { trees?: { list: Array<{ id: string, label?: any | null }> } | null };
1238
+
1239
+ export type SaveTreeMutationVariables = Exact<{
1240
+ tree: TreeInput;
1241
+ }>;
1242
+
1243
+
1244
+ 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> } }> } };
1245
+
1246
+ export type TreeNodeChildrenQueryVariables = Exact<{
1247
+ treeId: Scalars['ID'];
1248
+ node?: InputMaybe<Scalars['ID']>;
1249
+ pagination?: InputMaybe<Pagination>;
1250
+ }>;
1251
+
1252
+
1253
+ 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 } }> } };
1254
+
1255
+ export type GetUserDataQueryVariables = Exact<{
1256
+ keys: Array<Scalars['String']> | Scalars['String'];
1257
+ global?: InputMaybe<Scalars['Boolean']>;
1258
+ }>;
1259
+
1260
+
1261
+ export type GetUserDataQuery = { userData: { global: boolean, data?: any | null } };
1262
+
1263
+ export type SaveUserDataMutationVariables = Exact<{
1264
+ key: Scalars['String'];
1265
+ value?: InputMaybe<Scalars['Any']>;
1266
+ global: Scalars['Boolean'];
1267
+ }>;
1268
+
1269
+
1270
+ export type SaveUserDataMutation = { saveUserData: { global: boolean, data?: any | null } };
1271
+
1272
+ export type DeleteValueMutationVariables = Exact<{
1273
+ library: Scalars['ID'];
1274
+ recordId: Scalars['ID'];
1275
+ attribute: Scalars['ID'];
1276
+ value?: InputMaybe<ValueInput>;
1277
+ }>;
1278
+
1279
+
1280
+ 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 } };
1281
+
1282
+ export type SaveValueBatchMutationVariables = Exact<{
1283
+ library: Scalars['ID'];
1284
+ recordId: Scalars['ID'];
1285
+ version?: InputMaybe<Array<ValueVersionInput> | ValueVersionInput>;
1286
+ values: Array<ValueBatchInput> | ValueBatchInput;
1287
+ deleteEmpty?: InputMaybe<Scalars['Boolean']>;
1288
+ }>;
1289
+
1290
+
1291
+ 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 } };
1292
+
1293
+ export type DeleteViewMutationVariables = Exact<{
1294
+ viewId: Scalars['String'];
1295
+ }>;
1296
+
1297
+
1298
+ export type DeleteViewMutation = { deleteView: { id: string, library: string } };
1299
+
1300
+ export type GetViewQueryVariables = Exact<{
1301
+ viewId: Scalars['String'];
1302
+ }>;
1303
+
1304
+
1305
+ 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 } };
1306
+
1307
+ export type GetViewsListQueryVariables = Exact<{
1308
+ libraryId: Scalars['String'];
1309
+ }>;
1310
+
1311
+
1312
+ 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 }> } };
1313
+
1314
+ export type AddViewMutationVariables = Exact<{
1315
+ view: ViewInput;
1316
+ }>;
1317
+
1318
+
1319
+ 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 } };
1320
+
1321
+ export const RecordIdentityFragmentDoc = gql`
1322
+ fragment RecordIdentity on Record {
1323
+ id
1324
+ whoAmI {
1325
+ id
1326
+ label
1327
+ subLabel
1328
+ color
1329
+ library {
1330
+ id
1331
+ label
1332
+ }
1333
+ preview
1334
+ }
1335
+ }
1336
+ `;
1337
+ export const DetailsApplicationFragmentDoc = gql`
1338
+ fragment DetailsApplication on Application {
1339
+ id
1340
+ label
1341
+ type
1342
+ description
1343
+ endpoint
1344
+ url
1345
+ color
1346
+ icon {
1347
+ ...RecordIdentity
1348
+ }
1349
+ module
1350
+ permissions {
1351
+ access_application
1352
+ admin_application
1353
+ }
1354
+ settings
1355
+ }
1356
+ ${RecordIdentityFragmentDoc}`;
1357
+ export const AttributeDetailsFragmentDoc = gql`
1358
+ fragment AttributeDetails on Attribute {
1359
+ id
1360
+ type
1361
+ format
1362
+ system
1363
+ readonly
1364
+ label
1365
+ description
1366
+ multiple_values
1367
+ metadata_fields {
1368
+ id
1369
+ label
1370
+ type
1371
+ format
1372
+ }
1373
+ versions_conf {
1374
+ versionable
1375
+ mode
1376
+ profile {
1377
+ id
1378
+ label
1379
+ trees {
1380
+ id
1381
+ label
1382
+ }
1383
+ }
1384
+ }
1385
+ libraries {
1386
+ id
1387
+ label
1388
+ }
1389
+ ... on StandardAttribute {
1390
+ unique
1391
+ }
1392
+ ... on LinkAttribute {
1393
+ linked_library {
1394
+ id
1395
+ label
1396
+ }
1397
+ reverse_link
1398
+ }
1399
+ ... on TreeAttribute {
1400
+ linked_tree {
1401
+ id
1402
+ label
1403
+ }
1404
+ }
1405
+ }
1406
+ `;
1407
+ export const AttributesByLibAttributeFragmentDoc = gql`
1408
+ fragment AttributesByLibAttribute on Attribute {
1409
+ id
1410
+ type
1411
+ format
1412
+ label
1413
+ multiple_values
1414
+ system
1415
+ readonly
1416
+ ... on LinkAttribute {
1417
+ linked_library {
1418
+ id
1419
+ }
1420
+ }
1421
+ ... on TreeAttribute {
1422
+ linked_tree {
1423
+ id
1424
+ label
1425
+ libraries {
1426
+ library {
1427
+ id
1428
+ label
1429
+ }
1430
+ }
1431
+ }
1432
+ }
1433
+ ... on StandardAttribute {
1434
+ embedded_fields {
1435
+ id
1436
+ format
1437
+ label
1438
+ }
1439
+ }
1440
+ }
1441
+ `;
1442
+ export const LibraryLightFragmentDoc = gql`
1443
+ fragment LibraryLight on Library {
1444
+ id
1445
+ label
1446
+ icon {
1447
+ id
1448
+ whoAmI {
1449
+ id
1450
+ library {
1451
+ id
1452
+ }
1453
+ preview
1454
+ }
1455
+ }
1456
+ }
1457
+ `;
1458
+ export const LibraryLinkAttributeDetailsFragmentDoc = gql`
1459
+ fragment LibraryLinkAttributeDetails on LinkAttribute {
1460
+ linked_library {
1461
+ id
1462
+ behavior
1463
+ }
1464
+ }
1465
+ `;
1466
+ export const LibraryAttributesFragmentDoc = gql`
1467
+ fragment LibraryAttributes on Attribute {
1468
+ id
1469
+ label
1470
+ system
1471
+ type
1472
+ format
1473
+ ...LibraryLinkAttributeDetails
1474
+ }
1475
+ ${LibraryLinkAttributeDetailsFragmentDoc}`;
1476
+ export const LibraryPreviewsSettingsFragmentDoc = gql`
1477
+ fragment LibraryPreviewsSettings on LibraryPreviewsSettings {
1478
+ label
1479
+ description
1480
+ system
1481
+ versions {
1482
+ background
1483
+ density
1484
+ sizes {
1485
+ name
1486
+ size
1487
+ }
1488
+ }
1489
+ }
1490
+ `;
1491
+ export const LibraryDetailsFragmentDoc = gql`
1492
+ fragment LibraryDetails on Library {
1493
+ id
1494
+ label
1495
+ behavior
1496
+ system
1497
+ label
1498
+ fullTextAttributes {
1499
+ id
1500
+ label
1501
+ }
1502
+ attributes {
1503
+ ...LibraryAttributes
1504
+ }
1505
+ permissions_conf {
1506
+ permissionTreeAttributes {
1507
+ id
1508
+ ... on TreeAttribute {
1509
+ linked_tree {
1510
+ id
1511
+ }
1512
+ }
1513
+ label
1514
+ }
1515
+ relation
1516
+ }
1517
+ recordIdentityConf {
1518
+ label
1519
+ subLabel
1520
+ color
1521
+ preview
1522
+ treeColorPreview
1523
+ }
1524
+ permissions {
1525
+ admin_library
1526
+ access_library
1527
+ access_record
1528
+ create_record
1529
+ edit_record
1530
+ delete_record
1531
+ }
1532
+ icon {
1533
+ ...RecordIdentity
1534
+ }
1535
+ previewsSettings {
1536
+ ...LibraryPreviewsSettings
1537
+ }
1538
+ }
1539
+ ${LibraryAttributesFragmentDoc}
1540
+ ${RecordIdentityFragmentDoc}
1541
+ ${LibraryPreviewsSettingsFragmentDoc}`;
1542
+ export const ValuesVersionDetailsFragmentDoc = gql`
1543
+ fragment ValuesVersionDetails on ValueVersion {
1544
+ treeId
1545
+ treeNode {
1546
+ id
1547
+ record {
1548
+ id
1549
+ whoAmI {
1550
+ id
1551
+ label
1552
+ library {
1553
+ id
1554
+ }
1555
+ }
1556
+ }
1557
+ }
1558
+ }
1559
+ `;
1560
+ export const ValueDetailsFragmentDoc = gql`
1561
+ fragment ValueDetails on GenericValue {
1562
+ id_value
1563
+ modified_at
1564
+ modified_by {
1565
+ ...RecordIdentity
1566
+ }
1567
+ created_at
1568
+ created_by {
1569
+ ...RecordIdentity
1570
+ }
1571
+ version {
1572
+ ...ValuesVersionDetails
1573
+ }
1574
+ attribute {
1575
+ id
1576
+ format
1577
+ type
1578
+ system
1579
+ }
1580
+ metadata {
1581
+ name
1582
+ value {
1583
+ id_value
1584
+ modified_at
1585
+ modified_by {
1586
+ ...RecordIdentity
1587
+ }
1588
+ created_at
1589
+ created_by {
1590
+ ...RecordIdentity
1591
+ }
1592
+ version {
1593
+ ...ValuesVersionDetails
1594
+ }
1595
+ value
1596
+ raw_value
1597
+ }
1598
+ }
1599
+ ... on Value {
1600
+ value
1601
+ raw_value
1602
+ }
1603
+ ... on LinkValue {
1604
+ linkValue: value {
1605
+ ...RecordIdentity
1606
+ }
1607
+ }
1608
+ ... on TreeValue {
1609
+ treeValue: value {
1610
+ id
1611
+ record {
1612
+ ...RecordIdentity
1613
+ }
1614
+ ancestors {
1615
+ record {
1616
+ ...RecordIdentity
1617
+ }
1618
+ }
1619
+ }
1620
+ }
1621
+ }
1622
+ ${RecordIdentityFragmentDoc}
1623
+ ${ValuesVersionDetailsFragmentDoc}`;
1624
+ export const StandardValuesListFragmentFragmentDoc = gql`
1625
+ fragment StandardValuesListFragment on StandardValuesListConf {
1626
+ ... on StandardStringValuesListConf {
1627
+ enable
1628
+ allowFreeEntry
1629
+ values
1630
+ }
1631
+ ... on StandardDateRangeValuesListConf {
1632
+ enable
1633
+ allowFreeEntry
1634
+ dateRangeValues: values {
1635
+ from
1636
+ to
1637
+ }
1638
+ }
1639
+ }
1640
+ `;
1641
+ export const RecordFormAttributeFragmentDoc = gql`
1642
+ fragment RecordFormAttribute on Attribute {
1643
+ id
1644
+ label
1645
+ description
1646
+ type
1647
+ format
1648
+ system
1649
+ readonly
1650
+ multiple_values
1651
+ permissions(record: {id: $recordId, library: $libraryId}) {
1652
+ access_attribute
1653
+ edit_value
1654
+ }
1655
+ versions_conf {
1656
+ versionable
1657
+ profile {
1658
+ id
1659
+ trees {
1660
+ id
1661
+ label
1662
+ }
1663
+ }
1664
+ }
1665
+ metadata_fields {
1666
+ id
1667
+ label
1668
+ description
1669
+ type
1670
+ format
1671
+ system
1672
+ readonly
1673
+ multiple_values
1674
+ permissions(record: {id: $recordId, library: $libraryId}) {
1675
+ access_attribute
1676
+ edit_value
1677
+ }
1678
+ values_list {
1679
+ ...StandardValuesListFragment
1680
+ }
1681
+ metadata_fields {
1682
+ id
1683
+ }
1684
+ }
1685
+ ... on StandardAttribute {
1686
+ values_list {
1687
+ ...StandardValuesListFragment
1688
+ }
1689
+ }
1690
+ ... on LinkAttribute {
1691
+ linked_library {
1692
+ id
1693
+ label
1694
+ behavior
1695
+ permissions {
1696
+ create_record
1697
+ }
1698
+ }
1699
+ linkValuesList: values_list {
1700
+ enable
1701
+ allowFreeEntry
1702
+ values {
1703
+ ...RecordIdentity
1704
+ }
1705
+ }
1706
+ }
1707
+ ... on TreeAttribute {
1708
+ linked_tree {
1709
+ id
1710
+ label
1711
+ }
1712
+ treeValuesList: values_list {
1713
+ enable
1714
+ allowFreeEntry
1715
+ values {
1716
+ id
1717
+ record {
1718
+ ...RecordIdentity
1719
+ }
1720
+ ancestors {
1721
+ record {
1722
+ ...RecordIdentity
1723
+ }
1724
+ }
1725
+ }
1726
+ }
1727
+ }
1728
+ }
1729
+ ${StandardValuesListFragmentFragmentDoc}
1730
+ ${RecordIdentityFragmentDoc}`;
1731
+ export const RecordFormElementFragmentDoc = gql`
1732
+ fragment RecordFormElement on FormElementWithValues {
1733
+ id
1734
+ containerId
1735
+ uiElementType
1736
+ type
1737
+ valueError
1738
+ values {
1739
+ ...ValueDetails
1740
+ }
1741
+ attribute {
1742
+ ...RecordFormAttribute
1743
+ }
1744
+ settings {
1745
+ key
1746
+ value
1747
+ }
1748
+ }
1749
+ ${ValueDetailsFragmentDoc}
1750
+ ${RecordFormAttributeFragmentDoc}`;
1751
+ export const TreeLightFragmentDoc = gql`
1752
+ fragment TreeLight on Tree {
1753
+ id
1754
+ label
1755
+ }
1756
+ `;
1757
+ export const TreeDetailsFragmentDoc = gql`
1758
+ fragment TreeDetails on Tree {
1759
+ id
1760
+ label
1761
+ behavior
1762
+ system
1763
+ libraries {
1764
+ library {
1765
+ id
1766
+ label
1767
+ }
1768
+ settings {
1769
+ allowMultiplePositions
1770
+ allowedAtRoot
1771
+ allowedChildren
1772
+ }
1773
+ }
1774
+ }
1775
+ `;
1776
+ export const TreeNodeChildFragmentDoc = gql`
1777
+ fragment TreeNodeChild on TreeNodeLight {
1778
+ id
1779
+ order
1780
+ childrenCount
1781
+ record {
1782
+ ...RecordIdentity
1783
+ active: property(attribute: "active") {
1784
+ ... on Value {
1785
+ value
1786
+ }
1787
+ }
1788
+ }
1789
+ ancestors {
1790
+ id
1791
+ record {
1792
+ id
1793
+ library {
1794
+ id
1795
+ label
1796
+ }
1797
+ ...RecordIdentity
1798
+ }
1799
+ }
1800
+ permissions {
1801
+ access_tree
1802
+ detach
1803
+ edit_children
1804
+ }
1805
+ }
1806
+ ${RecordIdentityFragmentDoc}`;
1807
+ export const ViewDetailsFragmentDoc = gql`
1808
+ fragment ViewDetails on View {
1809
+ id
1810
+ display {
1811
+ size
1812
+ type
1813
+ }
1814
+ shared
1815
+ created_by {
1816
+ id
1817
+ whoAmI {
1818
+ id
1819
+ label
1820
+ library {
1821
+ id
1822
+ }
1823
+ }
1824
+ }
1825
+ label
1826
+ description
1827
+ color
1828
+ filters {
1829
+ field
1830
+ value
1831
+ tree {
1832
+ id
1833
+ label
1834
+ }
1835
+ condition
1836
+ operator
1837
+ }
1838
+ sort {
1839
+ field
1840
+ order
1841
+ }
1842
+ valuesVersions {
1843
+ treeId
1844
+ treeNode {
1845
+ id
1846
+ record {
1847
+ ...RecordIdentity
1848
+ }
1849
+ }
1850
+ }
1851
+ settings {
1852
+ name
1853
+ value
1854
+ }
1855
+ }
1856
+ ${RecordIdentityFragmentDoc}`;
1857
+ export const CheckApplicationExistenceDocument = gql`
1858
+ query CHECK_APPLICATION_EXISTENCE($id: ID, $endpoint: String) {
1859
+ applications(filters: {id: $id, endpoint: $endpoint}) {
1860
+ totalCount
1861
+ }
1862
+ }
1863
+ `;
1864
+
1865
+ /**
1866
+ * __useCheckApplicationExistenceQuery__
1867
+ *
1868
+ * To run a query within a React component, call `useCheckApplicationExistenceQuery` and pass it any options that fit your needs.
1869
+ * When your component renders, `useCheckApplicationExistenceQuery` returns an object from Apollo Client that contains loading, error, and data properties
1870
+ * you can use to render your UI.
1871
+ *
1872
+ * @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;
1873
+ *
1874
+ * @example
1875
+ * const { data, loading, error } = useCheckApplicationExistenceQuery({
1876
+ * variables: {
1877
+ * id: // value for 'id'
1878
+ * endpoint: // value for 'endpoint'
1879
+ * },
1880
+ * });
1881
+ */
1882
+ export function useCheckApplicationExistenceQuery(baseOptions?: Apollo.QueryHookOptions<CheckApplicationExistenceQuery, CheckApplicationExistenceQueryVariables>) {
1883
+ const options = {...defaultOptions, ...baseOptions}
1884
+ return Apollo.useQuery<CheckApplicationExistenceQuery, CheckApplicationExistenceQueryVariables>(CheckApplicationExistenceDocument, options);
1885
+ }
1886
+ export function useCheckApplicationExistenceLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CheckApplicationExistenceQuery, CheckApplicationExistenceQueryVariables>) {
1887
+ const options = {...defaultOptions, ...baseOptions}
1888
+ return Apollo.useLazyQuery<CheckApplicationExistenceQuery, CheckApplicationExistenceQueryVariables>(CheckApplicationExistenceDocument, options);
1889
+ }
1890
+ export type CheckApplicationExistenceQueryHookResult = ReturnType<typeof useCheckApplicationExistenceQuery>;
1891
+ export type CheckApplicationExistenceLazyQueryHookResult = ReturnType<typeof useCheckApplicationExistenceLazyQuery>;
1892
+ export type CheckApplicationExistenceQueryResult = Apollo.QueryResult<CheckApplicationExistenceQuery, CheckApplicationExistenceQueryVariables>;
1893
+ export const GetApplicationByIdDocument = gql`
1894
+ query GET_APPLICATION_BY_ID($id: ID!) {
1895
+ applications(filters: {id: $id}) {
1896
+ list {
1897
+ ...DetailsApplication
1898
+ }
1899
+ }
1900
+ }
1901
+ ${DetailsApplicationFragmentDoc}`;
1902
+
1903
+ /**
1904
+ * __useGetApplicationByIdQuery__
1905
+ *
1906
+ * To run a query within a React component, call `useGetApplicationByIdQuery` and pass it any options that fit your needs.
1907
+ * When your component renders, `useGetApplicationByIdQuery` returns an object from Apollo Client that contains loading, error, and data properties
1908
+ * you can use to render your UI.
1909
+ *
1910
+ * @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;
1911
+ *
1912
+ * @example
1913
+ * const { data, loading, error } = useGetApplicationByIdQuery({
1914
+ * variables: {
1915
+ * id: // value for 'id'
1916
+ * },
1917
+ * });
1918
+ */
1919
+ export function useGetApplicationByIdQuery(baseOptions: Apollo.QueryHookOptions<GetApplicationByIdQuery, GetApplicationByIdQueryVariables>) {
1920
+ const options = {...defaultOptions, ...baseOptions}
1921
+ return Apollo.useQuery<GetApplicationByIdQuery, GetApplicationByIdQueryVariables>(GetApplicationByIdDocument, options);
1922
+ }
1923
+ export function useGetApplicationByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetApplicationByIdQuery, GetApplicationByIdQueryVariables>) {
1924
+ const options = {...defaultOptions, ...baseOptions}
1925
+ return Apollo.useLazyQuery<GetApplicationByIdQuery, GetApplicationByIdQueryVariables>(GetApplicationByIdDocument, options);
1926
+ }
1927
+ export type GetApplicationByIdQueryHookResult = ReturnType<typeof useGetApplicationByIdQuery>;
1928
+ export type GetApplicationByIdLazyQueryHookResult = ReturnType<typeof useGetApplicationByIdLazyQuery>;
1929
+ export type GetApplicationByIdQueryResult = Apollo.QueryResult<GetApplicationByIdQuery, GetApplicationByIdQueryVariables>;
1930
+ export const GetApplicationModulesDocument = gql`
1931
+ query GET_APPLICATION_MODULES {
1932
+ applicationsModules {
1933
+ id
1934
+ description
1935
+ version
1936
+ }
1937
+ }
1938
+ `;
1939
+
1940
+ /**
1941
+ * __useGetApplicationModulesQuery__
1942
+ *
1943
+ * To run a query within a React component, call `useGetApplicationModulesQuery` and pass it any options that fit your needs.
1944
+ * When your component renders, `useGetApplicationModulesQuery` returns an object from Apollo Client that contains loading, error, and data properties
1945
+ * you can use to render your UI.
1946
+ *
1947
+ * @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;
1948
+ *
1949
+ * @example
1950
+ * const { data, loading, error } = useGetApplicationModulesQuery({
1951
+ * variables: {
1952
+ * },
1953
+ * });
1954
+ */
1955
+ export function useGetApplicationModulesQuery(baseOptions?: Apollo.QueryHookOptions<GetApplicationModulesQuery, GetApplicationModulesQueryVariables>) {
1956
+ const options = {...defaultOptions, ...baseOptions}
1957
+ return Apollo.useQuery<GetApplicationModulesQuery, GetApplicationModulesQueryVariables>(GetApplicationModulesDocument, options);
1958
+ }
1959
+ export function useGetApplicationModulesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetApplicationModulesQuery, GetApplicationModulesQueryVariables>) {
1960
+ const options = {...defaultOptions, ...baseOptions}
1961
+ return Apollo.useLazyQuery<GetApplicationModulesQuery, GetApplicationModulesQueryVariables>(GetApplicationModulesDocument, options);
1962
+ }
1963
+ export type GetApplicationModulesQueryHookResult = ReturnType<typeof useGetApplicationModulesQuery>;
1964
+ export type GetApplicationModulesLazyQueryHookResult = ReturnType<typeof useGetApplicationModulesLazyQuery>;
1965
+ export type GetApplicationModulesQueryResult = Apollo.QueryResult<GetApplicationModulesQuery, GetApplicationModulesQueryVariables>;
1966
+ export const SaveApplicationDocument = gql`
1967
+ mutation SAVE_APPLICATION($application: ApplicationInput!) {
1968
+ saveApplication(application: $application) {
1969
+ ...DetailsApplication
1970
+ }
1971
+ }
1972
+ ${DetailsApplicationFragmentDoc}`;
1973
+ export type SaveApplicationMutationFn = Apollo.MutationFunction<SaveApplicationMutation, SaveApplicationMutationVariables>;
1974
+
1975
+ /**
1976
+ * __useSaveApplicationMutation__
1977
+ *
1978
+ * To run a mutation, you first call `useSaveApplicationMutation` within a React component and pass it any options that fit your needs.
1979
+ * When your component renders, `useSaveApplicationMutation` returns a tuple that includes:
1980
+ * - A mutate function that you can call at any time to execute the mutation
1981
+ * - An object with fields that represent the current status of the mutation's execution
1982
+ *
1983
+ * @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;
1984
+ *
1985
+ * @example
1986
+ * const [saveApplicationMutation, { data, loading, error }] = useSaveApplicationMutation({
1987
+ * variables: {
1988
+ * application: // value for 'application'
1989
+ * },
1990
+ * });
1991
+ */
1992
+ export function useSaveApplicationMutation(baseOptions?: Apollo.MutationHookOptions<SaveApplicationMutation, SaveApplicationMutationVariables>) {
1993
+ const options = {...defaultOptions, ...baseOptions}
1994
+ return Apollo.useMutation<SaveApplicationMutation, SaveApplicationMutationVariables>(SaveApplicationDocument, options);
1995
+ }
1996
+ export type SaveApplicationMutationHookResult = ReturnType<typeof useSaveApplicationMutation>;
1997
+ export type SaveApplicationMutationResult = Apollo.MutationResult<SaveApplicationMutation>;
1998
+ export type SaveApplicationMutationOptions = Apollo.BaseMutationOptions<SaveApplicationMutation, SaveApplicationMutationVariables>;
1999
+ export const CheckAttributeExistenceDocument = gql`
2000
+ query CHECK_ATTRIBUTE_EXISTENCE($id: ID!) {
2001
+ attributes(filters: {id: $id}) {
2002
+ totalCount
2003
+ }
2004
+ }
2005
+ `;
2006
+
2007
+ /**
2008
+ * __useCheckAttributeExistenceQuery__
2009
+ *
2010
+ * To run a query within a React component, call `useCheckAttributeExistenceQuery` and pass it any options that fit your needs.
2011
+ * When your component renders, `useCheckAttributeExistenceQuery` returns an object from Apollo Client that contains loading, error, and data properties
2012
+ * you can use to render your UI.
2013
+ *
2014
+ * @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;
2015
+ *
2016
+ * @example
2017
+ * const { data, loading, error } = useCheckAttributeExistenceQuery({
2018
+ * variables: {
2019
+ * id: // value for 'id'
2020
+ * },
2021
+ * });
2022
+ */
2023
+ export function useCheckAttributeExistenceQuery(baseOptions: Apollo.QueryHookOptions<CheckAttributeExistenceQuery, CheckAttributeExistenceQueryVariables>) {
2024
+ const options = {...defaultOptions, ...baseOptions}
2025
+ return Apollo.useQuery<CheckAttributeExistenceQuery, CheckAttributeExistenceQueryVariables>(CheckAttributeExistenceDocument, options);
2026
+ }
2027
+ export function useCheckAttributeExistenceLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CheckAttributeExistenceQuery, CheckAttributeExistenceQueryVariables>) {
2028
+ const options = {...defaultOptions, ...baseOptions}
2029
+ return Apollo.useLazyQuery<CheckAttributeExistenceQuery, CheckAttributeExistenceQueryVariables>(CheckAttributeExistenceDocument, options);
2030
+ }
2031
+ export type CheckAttributeExistenceQueryHookResult = ReturnType<typeof useCheckAttributeExistenceQuery>;
2032
+ export type CheckAttributeExistenceLazyQueryHookResult = ReturnType<typeof useCheckAttributeExistenceLazyQuery>;
2033
+ export type CheckAttributeExistenceQueryResult = Apollo.QueryResult<CheckAttributeExistenceQuery, CheckAttributeExistenceQueryVariables>;
2034
+ export const DeleteAttributeDocument = gql`
2035
+ mutation DELETE_ATTRIBUTE($id: ID) {
2036
+ deleteAttribute(id: $id) {
2037
+ id
2038
+ }
2039
+ }
2040
+ `;
2041
+ export type DeleteAttributeMutationFn = Apollo.MutationFunction<DeleteAttributeMutation, DeleteAttributeMutationVariables>;
2042
+
2043
+ /**
2044
+ * __useDeleteAttributeMutation__
2045
+ *
2046
+ * To run a mutation, you first call `useDeleteAttributeMutation` within a React component and pass it any options that fit your needs.
2047
+ * When your component renders, `useDeleteAttributeMutation` returns a tuple that includes:
2048
+ * - A mutate function that you can call at any time to execute the mutation
2049
+ * - An object with fields that represent the current status of the mutation's execution
2050
+ *
2051
+ * @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;
2052
+ *
2053
+ * @example
2054
+ * const [deleteAttributeMutation, { data, loading, error }] = useDeleteAttributeMutation({
2055
+ * variables: {
2056
+ * id: // value for 'id'
2057
+ * },
2058
+ * });
2059
+ */
2060
+ export function useDeleteAttributeMutation(baseOptions?: Apollo.MutationHookOptions<DeleteAttributeMutation, DeleteAttributeMutationVariables>) {
2061
+ const options = {...defaultOptions, ...baseOptions}
2062
+ return Apollo.useMutation<DeleteAttributeMutation, DeleteAttributeMutationVariables>(DeleteAttributeDocument, options);
2063
+ }
2064
+ export type DeleteAttributeMutationHookResult = ReturnType<typeof useDeleteAttributeMutation>;
2065
+ export type DeleteAttributeMutationResult = Apollo.MutationResult<DeleteAttributeMutation>;
2066
+ export type DeleteAttributeMutationOptions = Apollo.BaseMutationOptions<DeleteAttributeMutation, DeleteAttributeMutationVariables>;
2067
+ export const GetAttributeByIdDocument = gql`
2068
+ query GET_ATTRIBUTE_BY_ID($id: ID) {
2069
+ attributes(filters: {id: $id}) {
2070
+ list {
2071
+ ...AttributeDetails
2072
+ }
2073
+ }
2074
+ }
2075
+ ${AttributeDetailsFragmentDoc}`;
2076
+
2077
+ /**
2078
+ * __useGetAttributeByIdQuery__
2079
+ *
2080
+ * To run a query within a React component, call `useGetAttributeByIdQuery` and pass it any options that fit your needs.
2081
+ * When your component renders, `useGetAttributeByIdQuery` returns an object from Apollo Client that contains loading, error, and data properties
2082
+ * you can use to render your UI.
2083
+ *
2084
+ * @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;
2085
+ *
2086
+ * @example
2087
+ * const { data, loading, error } = useGetAttributeByIdQuery({
2088
+ * variables: {
2089
+ * id: // value for 'id'
2090
+ * },
2091
+ * });
2092
+ */
2093
+ export function useGetAttributeByIdQuery(baseOptions?: Apollo.QueryHookOptions<GetAttributeByIdQuery, GetAttributeByIdQueryVariables>) {
2094
+ const options = {...defaultOptions, ...baseOptions}
2095
+ return Apollo.useQuery<GetAttributeByIdQuery, GetAttributeByIdQueryVariables>(GetAttributeByIdDocument, options);
2096
+ }
2097
+ export function useGetAttributeByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetAttributeByIdQuery, GetAttributeByIdQueryVariables>) {
2098
+ const options = {...defaultOptions, ...baseOptions}
2099
+ return Apollo.useLazyQuery<GetAttributeByIdQuery, GetAttributeByIdQueryVariables>(GetAttributeByIdDocument, options);
2100
+ }
2101
+ export type GetAttributeByIdQueryHookResult = ReturnType<typeof useGetAttributeByIdQuery>;
2102
+ export type GetAttributeByIdLazyQueryHookResult = ReturnType<typeof useGetAttributeByIdLazyQuery>;
2103
+ export type GetAttributeByIdQueryResult = Apollo.QueryResult<GetAttributeByIdQuery, GetAttributeByIdQueryVariables>;
2104
+ export const GetAttributesByLibDocument = gql`
2105
+ query GET_ATTRIBUTES_BY_LIB($library: String!) {
2106
+ attributes(filters: {libraries: [$library]}) {
2107
+ list {
2108
+ ...AttributesByLibAttribute
2109
+ }
2110
+ }
2111
+ }
2112
+ ${AttributesByLibAttributeFragmentDoc}`;
2113
+
2114
+ /**
2115
+ * __useGetAttributesByLibQuery__
2116
+ *
2117
+ * To run a query within a React component, call `useGetAttributesByLibQuery` and pass it any options that fit your needs.
2118
+ * When your component renders, `useGetAttributesByLibQuery` returns an object from Apollo Client that contains loading, error, and data properties
2119
+ * you can use to render your UI.
2120
+ *
2121
+ * @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;
2122
+ *
2123
+ * @example
2124
+ * const { data, loading, error } = useGetAttributesByLibQuery({
2125
+ * variables: {
2126
+ * library: // value for 'library'
2127
+ * },
2128
+ * });
2129
+ */
2130
+ export function useGetAttributesByLibQuery(baseOptions: Apollo.QueryHookOptions<GetAttributesByLibQuery, GetAttributesByLibQueryVariables>) {
2131
+ const options = {...defaultOptions, ...baseOptions}
2132
+ return Apollo.useQuery<GetAttributesByLibQuery, GetAttributesByLibQueryVariables>(GetAttributesByLibDocument, options);
2133
+ }
2134
+ export function useGetAttributesByLibLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetAttributesByLibQuery, GetAttributesByLibQueryVariables>) {
2135
+ const options = {...defaultOptions, ...baseOptions}
2136
+ return Apollo.useLazyQuery<GetAttributesByLibQuery, GetAttributesByLibQueryVariables>(GetAttributesByLibDocument, options);
2137
+ }
2138
+ export type GetAttributesByLibQueryHookResult = ReturnType<typeof useGetAttributesByLibQuery>;
2139
+ export type GetAttributesByLibLazyQueryHookResult = ReturnType<typeof useGetAttributesByLibLazyQuery>;
2140
+ export type GetAttributesByLibQueryResult = Apollo.QueryResult<GetAttributesByLibQuery, GetAttributesByLibQueryVariables>;
2141
+ export const GetAttributesDocument = gql`
2142
+ query GET_ATTRIBUTES($pagination: Pagination, $sort: SortAttributes, $filters: AttributesFiltersInput) {
2143
+ attributes(pagination: $pagination, sort: $sort, filters: $filters) {
2144
+ totalCount
2145
+ list {
2146
+ id
2147
+ label
2148
+ type
2149
+ format
2150
+ system
2151
+ }
2152
+ }
2153
+ }
2154
+ `;
2155
+
2156
+ /**
2157
+ * __useGetAttributesQuery__
2158
+ *
2159
+ * To run a query within a React component, call `useGetAttributesQuery` and pass it any options that fit your needs.
2160
+ * When your component renders, `useGetAttributesQuery` returns an object from Apollo Client that contains loading, error, and data properties
2161
+ * you can use to render your UI.
2162
+ *
2163
+ * @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;
2164
+ *
2165
+ * @example
2166
+ * const { data, loading, error } = useGetAttributesQuery({
2167
+ * variables: {
2168
+ * pagination: // value for 'pagination'
2169
+ * sort: // value for 'sort'
2170
+ * filters: // value for 'filters'
2171
+ * },
2172
+ * });
2173
+ */
2174
+ export function useGetAttributesQuery(baseOptions?: Apollo.QueryHookOptions<GetAttributesQuery, GetAttributesQueryVariables>) {
2175
+ const options = {...defaultOptions, ...baseOptions}
2176
+ return Apollo.useQuery<GetAttributesQuery, GetAttributesQueryVariables>(GetAttributesDocument, options);
2177
+ }
2178
+ export function useGetAttributesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetAttributesQuery, GetAttributesQueryVariables>) {
2179
+ const options = {...defaultOptions, ...baseOptions}
2180
+ return Apollo.useLazyQuery<GetAttributesQuery, GetAttributesQueryVariables>(GetAttributesDocument, options);
2181
+ }
2182
+ export type GetAttributesQueryHookResult = ReturnType<typeof useGetAttributesQuery>;
2183
+ export type GetAttributesLazyQueryHookResult = ReturnType<typeof useGetAttributesLazyQuery>;
2184
+ export type GetAttributesQueryResult = Apollo.QueryResult<GetAttributesQuery, GetAttributesQueryVariables>;
2185
+ export const GetVersionProfilesDocument = gql`
2186
+ query GET_VERSION_PROFILES($filters: VersionProfilesFiltersInput, $sort: SortVersionProfilesInput) {
2187
+ versionProfiles(filters: $filters, sort: $sort) {
2188
+ list {
2189
+ id
2190
+ label
2191
+ }
2192
+ }
2193
+ }
2194
+ `;
2195
+
2196
+ /**
2197
+ * __useGetVersionProfilesQuery__
2198
+ *
2199
+ * To run a query within a React component, call `useGetVersionProfilesQuery` and pass it any options that fit your needs.
2200
+ * When your component renders, `useGetVersionProfilesQuery` returns an object from Apollo Client that contains loading, error, and data properties
2201
+ * you can use to render your UI.
2202
+ *
2203
+ * @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;
2204
+ *
2205
+ * @example
2206
+ * const { data, loading, error } = useGetVersionProfilesQuery({
2207
+ * variables: {
2208
+ * filters: // value for 'filters'
2209
+ * sort: // value for 'sort'
2210
+ * },
2211
+ * });
2212
+ */
2213
+ export function useGetVersionProfilesQuery(baseOptions?: Apollo.QueryHookOptions<GetVersionProfilesQuery, GetVersionProfilesQueryVariables>) {
2214
+ const options = {...defaultOptions, ...baseOptions}
2215
+ return Apollo.useQuery<GetVersionProfilesQuery, GetVersionProfilesQueryVariables>(GetVersionProfilesDocument, options);
2216
+ }
2217
+ export function useGetVersionProfilesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetVersionProfilesQuery, GetVersionProfilesQueryVariables>) {
2218
+ const options = {...defaultOptions, ...baseOptions}
2219
+ return Apollo.useLazyQuery<GetVersionProfilesQuery, GetVersionProfilesQueryVariables>(GetVersionProfilesDocument, options);
2220
+ }
2221
+ export type GetVersionProfilesQueryHookResult = ReturnType<typeof useGetVersionProfilesQuery>;
2222
+ export type GetVersionProfilesLazyQueryHookResult = ReturnType<typeof useGetVersionProfilesLazyQuery>;
2223
+ export type GetVersionProfilesQueryResult = Apollo.QueryResult<GetVersionProfilesQuery, GetVersionProfilesQueryVariables>;
2224
+ export const GetVersionableAttributesByLibraryDocument = gql`
2225
+ query GET_VERSIONABLE_ATTRIBUTES_BY_LIBRARY($libraryId: String!) {
2226
+ attributes(filters: {libraries: [$libraryId], versionable: true}) {
2227
+ list {
2228
+ id
2229
+ versions_conf {
2230
+ versionable
2231
+ profile {
2232
+ id
2233
+ trees {
2234
+ id
2235
+ label
2236
+ }
2237
+ }
2238
+ }
2239
+ }
2240
+ }
2241
+ }
2242
+ `;
2243
+
2244
+ /**
2245
+ * __useGetVersionableAttributesByLibraryQuery__
2246
+ *
2247
+ * To run a query within a React component, call `useGetVersionableAttributesByLibraryQuery` and pass it any options that fit your needs.
2248
+ * When your component renders, `useGetVersionableAttributesByLibraryQuery` returns an object from Apollo Client that contains loading, error, and data properties
2249
+ * you can use to render your UI.
2250
+ *
2251
+ * @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;
2252
+ *
2253
+ * @example
2254
+ * const { data, loading, error } = useGetVersionableAttributesByLibraryQuery({
2255
+ * variables: {
2256
+ * libraryId: // value for 'libraryId'
2257
+ * },
2258
+ * });
2259
+ */
2260
+ export function useGetVersionableAttributesByLibraryQuery(baseOptions: Apollo.QueryHookOptions<GetVersionableAttributesByLibraryQuery, GetVersionableAttributesByLibraryQueryVariables>) {
2261
+ const options = {...defaultOptions, ...baseOptions}
2262
+ return Apollo.useQuery<GetVersionableAttributesByLibraryQuery, GetVersionableAttributesByLibraryQueryVariables>(GetVersionableAttributesByLibraryDocument, options);
2263
+ }
2264
+ export function useGetVersionableAttributesByLibraryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetVersionableAttributesByLibraryQuery, GetVersionableAttributesByLibraryQueryVariables>) {
2265
+ const options = {...defaultOptions, ...baseOptions}
2266
+ return Apollo.useLazyQuery<GetVersionableAttributesByLibraryQuery, GetVersionableAttributesByLibraryQueryVariables>(GetVersionableAttributesByLibraryDocument, options);
2267
+ }
2268
+ export type GetVersionableAttributesByLibraryQueryHookResult = ReturnType<typeof useGetVersionableAttributesByLibraryQuery>;
2269
+ export type GetVersionableAttributesByLibraryLazyQueryHookResult = ReturnType<typeof useGetVersionableAttributesByLibraryLazyQuery>;
2270
+ export type GetVersionableAttributesByLibraryQueryResult = Apollo.QueryResult<GetVersionableAttributesByLibraryQuery, GetVersionableAttributesByLibraryQueryVariables>;
2271
+ export const SaveAttributeDocument = gql`
2272
+ mutation SAVE_ATTRIBUTE($attribute: AttributeInput!) {
2273
+ saveAttribute(attribute: $attribute) {
2274
+ ...AttributeDetails
2275
+ }
2276
+ }
2277
+ ${AttributeDetailsFragmentDoc}`;
2278
+ export type SaveAttributeMutationFn = Apollo.MutationFunction<SaveAttributeMutation, SaveAttributeMutationVariables>;
2279
+
2280
+ /**
2281
+ * __useSaveAttributeMutation__
2282
+ *
2283
+ * To run a mutation, you first call `useSaveAttributeMutation` within a React component and pass it any options that fit your needs.
2284
+ * When your component renders, `useSaveAttributeMutation` returns a tuple that includes:
2285
+ * - A mutate function that you can call at any time to execute the mutation
2286
+ * - An object with fields that represent the current status of the mutation's execution
2287
+ *
2288
+ * @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;
2289
+ *
2290
+ * @example
2291
+ * const [saveAttributeMutation, { data, loading, error }] = useSaveAttributeMutation({
2292
+ * variables: {
2293
+ * attribute: // value for 'attribute'
2294
+ * },
2295
+ * });
2296
+ */
2297
+ export function useSaveAttributeMutation(baseOptions?: Apollo.MutationHookOptions<SaveAttributeMutation, SaveAttributeMutationVariables>) {
2298
+ const options = {...defaultOptions, ...baseOptions}
2299
+ return Apollo.useMutation<SaveAttributeMutation, SaveAttributeMutationVariables>(SaveAttributeDocument, options);
2300
+ }
2301
+ export type SaveAttributeMutationHookResult = ReturnType<typeof useSaveAttributeMutation>;
2302
+ export type SaveAttributeMutationResult = Apollo.MutationResult<SaveAttributeMutation>;
2303
+ export type SaveAttributeMutationOptions = Apollo.BaseMutationOptions<SaveAttributeMutation, SaveAttributeMutationVariables>;
2304
+ export const ExportDocument = gql`
2305
+ query EXPORT($library: ID!, $attributes: [ID!], $filters: [RecordFilterInput!]) {
2306
+ export(library: $library, attributes: $attributes, filters: $filters)
2307
+ }
2308
+ `;
2309
+
2310
+ /**
2311
+ * __useExportQuery__
2312
+ *
2313
+ * To run a query within a React component, call `useExportQuery` and pass it any options that fit your needs.
2314
+ * When your component renders, `useExportQuery` returns an object from Apollo Client that contains loading, error, and data properties
2315
+ * you can use to render your UI.
2316
+ *
2317
+ * @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;
2318
+ *
2319
+ * @example
2320
+ * const { data, loading, error } = useExportQuery({
2321
+ * variables: {
2322
+ * library: // value for 'library'
2323
+ * attributes: // value for 'attributes'
2324
+ * filters: // value for 'filters'
2325
+ * },
2326
+ * });
2327
+ */
2328
+ export function useExportQuery(baseOptions: Apollo.QueryHookOptions<ExportQuery, ExportQueryVariables>) {
2329
+ const options = {...defaultOptions, ...baseOptions}
2330
+ return Apollo.useQuery<ExportQuery, ExportQueryVariables>(ExportDocument, options);
2331
+ }
2332
+ export function useExportLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExportQuery, ExportQueryVariables>) {
2333
+ const options = {...defaultOptions, ...baseOptions}
2334
+ return Apollo.useLazyQuery<ExportQuery, ExportQueryVariables>(ExportDocument, options);
2335
+ }
2336
+ export type ExportQueryHookResult = ReturnType<typeof useExportQuery>;
2337
+ export type ExportLazyQueryHookResult = ReturnType<typeof useExportLazyQuery>;
2338
+ export type ExportQueryResult = Apollo.QueryResult<ExportQuery, ExportQueryVariables>;
2339
+ export const CreateDirectoryDocument = gql`
2340
+ mutation CREATE_DIRECTORY($library: String!, $nodeId: String!, $name: String!) {
2341
+ createDirectory(library: $library, nodeId: $nodeId, name: $name) {
2342
+ ...RecordIdentity
2343
+ }
2344
+ }
2345
+ ${RecordIdentityFragmentDoc}`;
2346
+ export type CreateDirectoryMutationFn = Apollo.MutationFunction<CreateDirectoryMutation, CreateDirectoryMutationVariables>;
2347
+
2348
+ /**
2349
+ * __useCreateDirectoryMutation__
2350
+ *
2351
+ * To run a mutation, you first call `useCreateDirectoryMutation` within a React component and pass it any options that fit your needs.
2352
+ * When your component renders, `useCreateDirectoryMutation` returns a tuple that includes:
2353
+ * - A mutate function that you can call at any time to execute the mutation
2354
+ * - An object with fields that represent the current status of the mutation's execution
2355
+ *
2356
+ * @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;
2357
+ *
2358
+ * @example
2359
+ * const [createDirectoryMutation, { data, loading, error }] = useCreateDirectoryMutation({
2360
+ * variables: {
2361
+ * library: // value for 'library'
2362
+ * nodeId: // value for 'nodeId'
2363
+ * name: // value for 'name'
2364
+ * },
2365
+ * });
2366
+ */
2367
+ export function useCreateDirectoryMutation(baseOptions?: Apollo.MutationHookOptions<CreateDirectoryMutation, CreateDirectoryMutationVariables>) {
2368
+ const options = {...defaultOptions, ...baseOptions}
2369
+ return Apollo.useMutation<CreateDirectoryMutation, CreateDirectoryMutationVariables>(CreateDirectoryDocument, options);
2370
+ }
2371
+ export type CreateDirectoryMutationHookResult = ReturnType<typeof useCreateDirectoryMutation>;
2372
+ export type CreateDirectoryMutationResult = Apollo.MutationResult<CreateDirectoryMutation>;
2373
+ export type CreateDirectoryMutationOptions = Apollo.BaseMutationOptions<CreateDirectoryMutation, CreateDirectoryMutationVariables>;
2374
+ export const ForcePreviewsGenerationDocument = gql`
2375
+ mutation FORCE_PREVIEWS_GENERATION($libraryId: ID!, $filters: [RecordFilterInput!], $recordIds: [ID!], $failedOnly: Boolean, $previewVersionSizeNames: [String!]) {
2376
+ forcePreviewsGeneration(
2377
+ libraryId: $libraryId
2378
+ filters: $filters
2379
+ recordIds: $recordIds
2380
+ failedOnly: $failedOnly
2381
+ previewVersionSizeNames: $previewVersionSizeNames
2382
+ )
2383
+ }
2384
+ `;
2385
+ export type ForcePreviewsGenerationMutationFn = Apollo.MutationFunction<ForcePreviewsGenerationMutation, ForcePreviewsGenerationMutationVariables>;
2386
+
2387
+ /**
2388
+ * __useForcePreviewsGenerationMutation__
2389
+ *
2390
+ * To run a mutation, you first call `useForcePreviewsGenerationMutation` within a React component and pass it any options that fit your needs.
2391
+ * When your component renders, `useForcePreviewsGenerationMutation` returns a tuple that includes:
2392
+ * - A mutate function that you can call at any time to execute the mutation
2393
+ * - An object with fields that represent the current status of the mutation's execution
2394
+ *
2395
+ * @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;
2396
+ *
2397
+ * @example
2398
+ * const [forcePreviewsGenerationMutation, { data, loading, error }] = useForcePreviewsGenerationMutation({
2399
+ * variables: {
2400
+ * libraryId: // value for 'libraryId'
2401
+ * filters: // value for 'filters'
2402
+ * recordIds: // value for 'recordIds'
2403
+ * failedOnly: // value for 'failedOnly'
2404
+ * previewVersionSizeNames: // value for 'previewVersionSizeNames'
2405
+ * },
2406
+ * });
2407
+ */
2408
+ export function useForcePreviewsGenerationMutation(baseOptions?: Apollo.MutationHookOptions<ForcePreviewsGenerationMutation, ForcePreviewsGenerationMutationVariables>) {
2409
+ const options = {...defaultOptions, ...baseOptions}
2410
+ return Apollo.useMutation<ForcePreviewsGenerationMutation, ForcePreviewsGenerationMutationVariables>(ForcePreviewsGenerationDocument, options);
2411
+ }
2412
+ export type ForcePreviewsGenerationMutationHookResult = ReturnType<typeof useForcePreviewsGenerationMutation>;
2413
+ export type ForcePreviewsGenerationMutationResult = Apollo.MutationResult<ForcePreviewsGenerationMutation>;
2414
+ export type ForcePreviewsGenerationMutationOptions = Apollo.BaseMutationOptions<ForcePreviewsGenerationMutation, ForcePreviewsGenerationMutationVariables>;
2415
+ export const GetDirectoryDataDocument = gql`
2416
+ query GET_DIRECTORY_DATA($library: ID!, $directoryId: String!) {
2417
+ records(
2418
+ library: $library
2419
+ filters: [{field: "id", value: $directoryId, condition: EQUAL}]
2420
+ ) {
2421
+ list {
2422
+ ...RecordIdentity
2423
+ created_at: property(attribute: "created_at") {
2424
+ ... on Value {
2425
+ value
2426
+ }
2427
+ }
2428
+ created_by: property(attribute: "created_by") {
2429
+ ... on LinkValue {
2430
+ value {
2431
+ ...RecordIdentity
2432
+ }
2433
+ }
2434
+ }
2435
+ modified_at: property(attribute: "modified_at") {
2436
+ ... on Value {
2437
+ value
2438
+ }
2439
+ }
2440
+ modified_by: property(attribute: "modified_by") {
2441
+ ... on LinkValue {
2442
+ value {
2443
+ ...RecordIdentity
2444
+ }
2445
+ }
2446
+ }
2447
+ file_name: property(attribute: "file_name") {
2448
+ ... on Value {
2449
+ value
2450
+ }
2451
+ }
2452
+ file_path: property(attribute: "file_path") {
2453
+ ... on Value {
2454
+ value
2455
+ }
2456
+ }
2457
+ library {
2458
+ behavior
2459
+ }
2460
+ }
2461
+ }
2462
+ }
2463
+ ${RecordIdentityFragmentDoc}`;
2464
+
2465
+ /**
2466
+ * __useGetDirectoryDataQuery__
2467
+ *
2468
+ * To run a query within a React component, call `useGetDirectoryDataQuery` and pass it any options that fit your needs.
2469
+ * When your component renders, `useGetDirectoryDataQuery` returns an object from Apollo Client that contains loading, error, and data properties
2470
+ * you can use to render your UI.
2471
+ *
2472
+ * @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;
2473
+ *
2474
+ * @example
2475
+ * const { data, loading, error } = useGetDirectoryDataQuery({
2476
+ * variables: {
2477
+ * library: // value for 'library'
2478
+ * directoryId: // value for 'directoryId'
2479
+ * },
2480
+ * });
2481
+ */
2482
+ export function useGetDirectoryDataQuery(baseOptions: Apollo.QueryHookOptions<GetDirectoryDataQuery, GetDirectoryDataQueryVariables>) {
2483
+ const options = {...defaultOptions, ...baseOptions}
2484
+ return Apollo.useQuery<GetDirectoryDataQuery, GetDirectoryDataQueryVariables>(GetDirectoryDataDocument, options);
2485
+ }
2486
+ export function useGetDirectoryDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetDirectoryDataQuery, GetDirectoryDataQueryVariables>) {
2487
+ const options = {...defaultOptions, ...baseOptions}
2488
+ return Apollo.useLazyQuery<GetDirectoryDataQuery, GetDirectoryDataQueryVariables>(GetDirectoryDataDocument, options);
2489
+ }
2490
+ export type GetDirectoryDataQueryHookResult = ReturnType<typeof useGetDirectoryDataQuery>;
2491
+ export type GetDirectoryDataLazyQueryHookResult = ReturnType<typeof useGetDirectoryDataLazyQuery>;
2492
+ export type GetDirectoryDataQueryResult = Apollo.QueryResult<GetDirectoryDataQuery, GetDirectoryDataQueryVariables>;
2493
+ export const UploadUpdateDocument = gql`
2494
+ subscription UPLOAD_UPDATE($filters: UploadFiltersInput) {
2495
+ upload(filters: $filters) {
2496
+ userId
2497
+ progress {
2498
+ length
2499
+ transferred
2500
+ speed
2501
+ runtime
2502
+ remaining
2503
+ percentage
2504
+ eta
2505
+ delta
2506
+ }
2507
+ uid
2508
+ }
2509
+ }
2510
+ `;
2511
+
2512
+ /**
2513
+ * __useUploadUpdateSubscription__
2514
+ *
2515
+ * To run a query within a React component, call `useUploadUpdateSubscription` and pass it any options that fit your needs.
2516
+ * When your component renders, `useUploadUpdateSubscription` returns an object from Apollo Client that contains loading, error, and data properties
2517
+ * you can use to render your UI.
2518
+ *
2519
+ * @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;
2520
+ *
2521
+ * @example
2522
+ * const { data, loading, error } = useUploadUpdateSubscription({
2523
+ * variables: {
2524
+ * filters: // value for 'filters'
2525
+ * },
2526
+ * });
2527
+ */
2528
+ export function useUploadUpdateSubscription(baseOptions?: Apollo.SubscriptionHookOptions<UploadUpdateSubscription, UploadUpdateSubscriptionVariables>) {
2529
+ const options = {...defaultOptions, ...baseOptions}
2530
+ return Apollo.useSubscription<UploadUpdateSubscription, UploadUpdateSubscriptionVariables>(UploadUpdateDocument, options);
2531
+ }
2532
+ export type UploadUpdateSubscriptionHookResult = ReturnType<typeof useUploadUpdateSubscription>;
2533
+ export type UploadUpdateSubscriptionResult = Apollo.SubscriptionResult<UploadUpdateSubscription>;
2534
+ export const UploadDocument = gql`
2535
+ mutation UPLOAD($library: String!, $nodeId: String!, $files: [FileInput!]!) {
2536
+ upload(library: $library, nodeId: $nodeId, files: $files) {
2537
+ uid
2538
+ record {
2539
+ ...RecordIdentity
2540
+ }
2541
+ }
2542
+ }
2543
+ ${RecordIdentityFragmentDoc}`;
2544
+ export type UploadMutationFn = Apollo.MutationFunction<UploadMutation, UploadMutationVariables>;
2545
+
2546
+ /**
2547
+ * __useUploadMutation__
2548
+ *
2549
+ * To run a mutation, you first call `useUploadMutation` within a React component and pass it any options that fit your needs.
2550
+ * When your component renders, `useUploadMutation` returns a tuple that includes:
2551
+ * - A mutate function that you can call at any time to execute the mutation
2552
+ * - An object with fields that represent the current status of the mutation's execution
2553
+ *
2554
+ * @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;
2555
+ *
2556
+ * @example
2557
+ * const [uploadMutation, { data, loading, error }] = useUploadMutation({
2558
+ * variables: {
2559
+ * library: // value for 'library'
2560
+ * nodeId: // value for 'nodeId'
2561
+ * files: // value for 'files'
2562
+ * },
2563
+ * });
2564
+ */
2565
+ export function useUploadMutation(baseOptions?: Apollo.MutationHookOptions<UploadMutation, UploadMutationVariables>) {
2566
+ const options = {...defaultOptions, ...baseOptions}
2567
+ return Apollo.useMutation<UploadMutation, UploadMutationVariables>(UploadDocument, options);
2568
+ }
2569
+ export type UploadMutationHookResult = ReturnType<typeof useUploadMutation>;
2570
+ export type UploadMutationResult = Apollo.MutationResult<UploadMutation>;
2571
+ export type UploadMutationOptions = Apollo.BaseMutationOptions<UploadMutation, UploadMutationVariables>;
2572
+ export const ImportExcelDocument = gql`
2573
+ mutation IMPORT_EXCEL($file: Upload!, $sheets: [SheetInput], $startAt: Int) {
2574
+ importExcel(file: $file, sheets: $sheets, startAt: $startAt)
2575
+ }
2576
+ `;
2577
+ export type ImportExcelMutationFn = Apollo.MutationFunction<ImportExcelMutation, ImportExcelMutationVariables>;
2578
+
2579
+ /**
2580
+ * __useImportExcelMutation__
2581
+ *
2582
+ * To run a mutation, you first call `useImportExcelMutation` within a React component and pass it any options that fit your needs.
2583
+ * When your component renders, `useImportExcelMutation` returns a tuple that includes:
2584
+ * - A mutate function that you can call at any time to execute the mutation
2585
+ * - An object with fields that represent the current status of the mutation's execution
2586
+ *
2587
+ * @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;
2588
+ *
2589
+ * @example
2590
+ * const [importExcelMutation, { data, loading, error }] = useImportExcelMutation({
2591
+ * variables: {
2592
+ * file: // value for 'file'
2593
+ * sheets: // value for 'sheets'
2594
+ * startAt: // value for 'startAt'
2595
+ * },
2596
+ * });
2597
+ */
2598
+ export function useImportExcelMutation(baseOptions?: Apollo.MutationHookOptions<ImportExcelMutation, ImportExcelMutationVariables>) {
2599
+ const options = {...defaultOptions, ...baseOptions}
2600
+ return Apollo.useMutation<ImportExcelMutation, ImportExcelMutationVariables>(ImportExcelDocument, options);
2601
+ }
2602
+ export type ImportExcelMutationHookResult = ReturnType<typeof useImportExcelMutation>;
2603
+ export type ImportExcelMutationResult = Apollo.MutationResult<ImportExcelMutation>;
2604
+ export type ImportExcelMutationOptions = Apollo.BaseMutationOptions<ImportExcelMutation, ImportExcelMutationVariables>;
2605
+ export const CheckLibraryExistenceDocument = gql`
2606
+ query CHECK_LIBRARY_EXISTENCE($id: [ID!]) {
2607
+ libraries(filters: {id: $id}) {
2608
+ totalCount
2609
+ }
2610
+ }
2611
+ `;
2612
+
2613
+ /**
2614
+ * __useCheckLibraryExistenceQuery__
2615
+ *
2616
+ * To run a query within a React component, call `useCheckLibraryExistenceQuery` and pass it any options that fit your needs.
2617
+ * When your component renders, `useCheckLibraryExistenceQuery` returns an object from Apollo Client that contains loading, error, and data properties
2618
+ * you can use to render your UI.
2619
+ *
2620
+ * @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;
2621
+ *
2622
+ * @example
2623
+ * const { data, loading, error } = useCheckLibraryExistenceQuery({
2624
+ * variables: {
2625
+ * id: // value for 'id'
2626
+ * },
2627
+ * });
2628
+ */
2629
+ export function useCheckLibraryExistenceQuery(baseOptions?: Apollo.QueryHookOptions<CheckLibraryExistenceQuery, CheckLibraryExistenceQueryVariables>) {
2630
+ const options = {...defaultOptions, ...baseOptions}
2631
+ return Apollo.useQuery<CheckLibraryExistenceQuery, CheckLibraryExistenceQueryVariables>(CheckLibraryExistenceDocument, options);
2632
+ }
2633
+ export function useCheckLibraryExistenceLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CheckLibraryExistenceQuery, CheckLibraryExistenceQueryVariables>) {
2634
+ const options = {...defaultOptions, ...baseOptions}
2635
+ return Apollo.useLazyQuery<CheckLibraryExistenceQuery, CheckLibraryExistenceQueryVariables>(CheckLibraryExistenceDocument, options);
2636
+ }
2637
+ export type CheckLibraryExistenceQueryHookResult = ReturnType<typeof useCheckLibraryExistenceQuery>;
2638
+ export type CheckLibraryExistenceLazyQueryHookResult = ReturnType<typeof useCheckLibraryExistenceLazyQuery>;
2639
+ export type CheckLibraryExistenceQueryResult = Apollo.QueryResult<CheckLibraryExistenceQuery, CheckLibraryExistenceQueryVariables>;
2640
+ export const DeleteLibraryDocument = gql`
2641
+ mutation DELETE_LIBRARY($id: ID) {
2642
+ deleteLibrary(id: $id) {
2643
+ id
2644
+ }
2645
+ }
2646
+ `;
2647
+ export type DeleteLibraryMutationFn = Apollo.MutationFunction<DeleteLibraryMutation, DeleteLibraryMutationVariables>;
2648
+
2649
+ /**
2650
+ * __useDeleteLibraryMutation__
2651
+ *
2652
+ * To run a mutation, you first call `useDeleteLibraryMutation` within a React component and pass it any options that fit your needs.
2653
+ * When your component renders, `useDeleteLibraryMutation` returns a tuple that includes:
2654
+ * - A mutate function that you can call at any time to execute the mutation
2655
+ * - An object with fields that represent the current status of the mutation's execution
2656
+ *
2657
+ * @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;
2658
+ *
2659
+ * @example
2660
+ * const [deleteLibraryMutation, { data, loading, error }] = useDeleteLibraryMutation({
2661
+ * variables: {
2662
+ * id: // value for 'id'
2663
+ * },
2664
+ * });
2665
+ */
2666
+ export function useDeleteLibraryMutation(baseOptions?: Apollo.MutationHookOptions<DeleteLibraryMutation, DeleteLibraryMutationVariables>) {
2667
+ const options = {...defaultOptions, ...baseOptions}
2668
+ return Apollo.useMutation<DeleteLibraryMutation, DeleteLibraryMutationVariables>(DeleteLibraryDocument, options);
2669
+ }
2670
+ export type DeleteLibraryMutationHookResult = ReturnType<typeof useDeleteLibraryMutation>;
2671
+ export type DeleteLibraryMutationResult = Apollo.MutationResult<DeleteLibraryMutation>;
2672
+ export type DeleteLibraryMutationOptions = Apollo.BaseMutationOptions<DeleteLibraryMutation, DeleteLibraryMutationVariables>;
2673
+ export const GetLibrariesDocument = gql`
2674
+ query GET_LIBRARIES {
2675
+ libraries {
2676
+ list {
2677
+ ...LibraryLight
2678
+ }
2679
+ }
2680
+ }
2681
+ ${LibraryLightFragmentDoc}`;
2682
+
2683
+ /**
2684
+ * __useGetLibrariesQuery__
2685
+ *
2686
+ * To run a query within a React component, call `useGetLibrariesQuery` and pass it any options that fit your needs.
2687
+ * When your component renders, `useGetLibrariesQuery` returns an object from Apollo Client that contains loading, error, and data properties
2688
+ * you can use to render your UI.
2689
+ *
2690
+ * @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;
2691
+ *
2692
+ * @example
2693
+ * const { data, loading, error } = useGetLibrariesQuery({
2694
+ * variables: {
2695
+ * },
2696
+ * });
2697
+ */
2698
+ export function useGetLibrariesQuery(baseOptions?: Apollo.QueryHookOptions<GetLibrariesQuery, GetLibrariesQueryVariables>) {
2699
+ const options = {...defaultOptions, ...baseOptions}
2700
+ return Apollo.useQuery<GetLibrariesQuery, GetLibrariesQueryVariables>(GetLibrariesDocument, options);
2701
+ }
2702
+ export function useGetLibrariesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibrariesQuery, GetLibrariesQueryVariables>) {
2703
+ const options = {...defaultOptions, ...baseOptions}
2704
+ return Apollo.useLazyQuery<GetLibrariesQuery, GetLibrariesQueryVariables>(GetLibrariesDocument, options);
2705
+ }
2706
+ export type GetLibrariesQueryHookResult = ReturnType<typeof useGetLibrariesQuery>;
2707
+ export type GetLibrariesLazyQueryHookResult = ReturnType<typeof useGetLibrariesLazyQuery>;
2708
+ export type GetLibrariesQueryResult = Apollo.QueryResult<GetLibrariesQuery, GetLibrariesQueryVariables>;
2709
+ export const GetLibraryByIdDocument = gql`
2710
+ query GET_LIBRARY_BY_ID($id: [ID!]) {
2711
+ libraries(filters: {id: $id}) {
2712
+ list {
2713
+ ...LibraryDetails
2714
+ }
2715
+ }
2716
+ }
2717
+ ${LibraryDetailsFragmentDoc}`;
2718
+
2719
+ /**
2720
+ * __useGetLibraryByIdQuery__
2721
+ *
2722
+ * To run a query within a React component, call `useGetLibraryByIdQuery` and pass it any options that fit your needs.
2723
+ * When your component renders, `useGetLibraryByIdQuery` returns an object from Apollo Client that contains loading, error, and data properties
2724
+ * you can use to render your UI.
2725
+ *
2726
+ * @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;
2727
+ *
2728
+ * @example
2729
+ * const { data, loading, error } = useGetLibraryByIdQuery({
2730
+ * variables: {
2731
+ * id: // value for 'id'
2732
+ * },
2733
+ * });
2734
+ */
2735
+ export function useGetLibraryByIdQuery(baseOptions?: Apollo.QueryHookOptions<GetLibraryByIdQuery, GetLibraryByIdQueryVariables>) {
2736
+ const options = {...defaultOptions, ...baseOptions}
2737
+ return Apollo.useQuery<GetLibraryByIdQuery, GetLibraryByIdQueryVariables>(GetLibraryByIdDocument, options);
2738
+ }
2739
+ export function useGetLibraryByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryByIdQuery, GetLibraryByIdQueryVariables>) {
2740
+ const options = {...defaultOptions, ...baseOptions}
2741
+ return Apollo.useLazyQuery<GetLibraryByIdQuery, GetLibraryByIdQueryVariables>(GetLibraryByIdDocument, options);
2742
+ }
2743
+ export type GetLibraryByIdQueryHookResult = ReturnType<typeof useGetLibraryByIdQuery>;
2744
+ export type GetLibraryByIdLazyQueryHookResult = ReturnType<typeof useGetLibraryByIdLazyQuery>;
2745
+ export type GetLibraryByIdQueryResult = Apollo.QueryResult<GetLibraryByIdQuery, GetLibraryByIdQueryVariables>;
2746
+ export const GetLibraryPermissionsDocument = gql`
2747
+ query GET_LIBRARY_PERMISSIONS($libraryId: [ID!]) {
2748
+ libraries(filters: {id: $libraryId}) {
2749
+ list {
2750
+ permissions {
2751
+ access_library
2752
+ access_record
2753
+ create_record
2754
+ edit_record
2755
+ delete_record
2756
+ }
2757
+ }
2758
+ }
2759
+ }
2760
+ `;
2761
+
2762
+ /**
2763
+ * __useGetLibraryPermissionsQuery__
2764
+ *
2765
+ * To run a query within a React component, call `useGetLibraryPermissionsQuery` and pass it any options that fit your needs.
2766
+ * When your component renders, `useGetLibraryPermissionsQuery` returns an object from Apollo Client that contains loading, error, and data properties
2767
+ * you can use to render your UI.
2768
+ *
2769
+ * @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;
2770
+ *
2771
+ * @example
2772
+ * const { data, loading, error } = useGetLibraryPermissionsQuery({
2773
+ * variables: {
2774
+ * libraryId: // value for 'libraryId'
2775
+ * },
2776
+ * });
2777
+ */
2778
+ export function useGetLibraryPermissionsQuery(baseOptions?: Apollo.QueryHookOptions<GetLibraryPermissionsQuery, GetLibraryPermissionsQueryVariables>) {
2779
+ const options = {...defaultOptions, ...baseOptions}
2780
+ return Apollo.useQuery<GetLibraryPermissionsQuery, GetLibraryPermissionsQueryVariables>(GetLibraryPermissionsDocument, options);
2781
+ }
2782
+ export function useGetLibraryPermissionsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryPermissionsQuery, GetLibraryPermissionsQueryVariables>) {
2783
+ const options = {...defaultOptions, ...baseOptions}
2784
+ return Apollo.useLazyQuery<GetLibraryPermissionsQuery, GetLibraryPermissionsQueryVariables>(GetLibraryPermissionsDocument, options);
2785
+ }
2786
+ export type GetLibraryPermissionsQueryHookResult = ReturnType<typeof useGetLibraryPermissionsQuery>;
2787
+ export type GetLibraryPermissionsLazyQueryHookResult = ReturnType<typeof useGetLibraryPermissionsLazyQuery>;
2788
+ export type GetLibraryPermissionsQueryResult = Apollo.QueryResult<GetLibraryPermissionsQuery, GetLibraryPermissionsQueryVariables>;
2789
+ export const GetLibraryPreviewsSettingsDocument = gql`
2790
+ query GET_LIBRARY_PREVIEWS_SETTINGS($id: ID!) {
2791
+ libraries(filters: {id: [$id]}) {
2792
+ list {
2793
+ id
2794
+ label
2795
+ behavior
2796
+ previewsSettings {
2797
+ description
2798
+ label
2799
+ system
2800
+ versions {
2801
+ background
2802
+ density
2803
+ sizes {
2804
+ name
2805
+ size
2806
+ }
2807
+ }
2808
+ }
2809
+ }
2810
+ }
2811
+ }
2812
+ `;
2813
+
2814
+ /**
2815
+ * __useGetLibraryPreviewsSettingsQuery__
2816
+ *
2817
+ * To run a query within a React component, call `useGetLibraryPreviewsSettingsQuery` and pass it any options that fit your needs.
2818
+ * When your component renders, `useGetLibraryPreviewsSettingsQuery` returns an object from Apollo Client that contains loading, error, and data properties
2819
+ * you can use to render your UI.
2820
+ *
2821
+ * @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;
2822
+ *
2823
+ * @example
2824
+ * const { data, loading, error } = useGetLibraryPreviewsSettingsQuery({
2825
+ * variables: {
2826
+ * id: // value for 'id'
2827
+ * },
2828
+ * });
2829
+ */
2830
+ export function useGetLibraryPreviewsSettingsQuery(baseOptions: Apollo.QueryHookOptions<GetLibraryPreviewsSettingsQuery, GetLibraryPreviewsSettingsQueryVariables>) {
2831
+ const options = {...defaultOptions, ...baseOptions}
2832
+ return Apollo.useQuery<GetLibraryPreviewsSettingsQuery, GetLibraryPreviewsSettingsQueryVariables>(GetLibraryPreviewsSettingsDocument, options);
2833
+ }
2834
+ export function useGetLibraryPreviewsSettingsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryPreviewsSettingsQuery, GetLibraryPreviewsSettingsQueryVariables>) {
2835
+ const options = {...defaultOptions, ...baseOptions}
2836
+ return Apollo.useLazyQuery<GetLibraryPreviewsSettingsQuery, GetLibraryPreviewsSettingsQueryVariables>(GetLibraryPreviewsSettingsDocument, options);
2837
+ }
2838
+ export type GetLibraryPreviewsSettingsQueryHookResult = ReturnType<typeof useGetLibraryPreviewsSettingsQuery>;
2839
+ export type GetLibraryPreviewsSettingsLazyQueryHookResult = ReturnType<typeof useGetLibraryPreviewsSettingsLazyQuery>;
2840
+ export type GetLibraryPreviewsSettingsQueryResult = Apollo.QueryResult<GetLibraryPreviewsSettingsQuery, GetLibraryPreviewsSettingsQueryVariables>;
2841
+ export const SaveLibraryDocument = gql`
2842
+ mutation saveLibrary($library: LibraryInput!) {
2843
+ saveLibrary(library: $library) {
2844
+ ...LibraryDetails
2845
+ }
2846
+ }
2847
+ ${LibraryDetailsFragmentDoc}`;
2848
+ export type SaveLibraryMutationFn = Apollo.MutationFunction<SaveLibraryMutation, SaveLibraryMutationVariables>;
2849
+
2850
+ /**
2851
+ * __useSaveLibraryMutation__
2852
+ *
2853
+ * To run a mutation, you first call `useSaveLibraryMutation` within a React component and pass it any options that fit your needs.
2854
+ * When your component renders, `useSaveLibraryMutation` returns a tuple that includes:
2855
+ * - A mutate function that you can call at any time to execute the mutation
2856
+ * - An object with fields that represent the current status of the mutation's execution
2857
+ *
2858
+ * @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;
2859
+ *
2860
+ * @example
2861
+ * const [saveLibraryMutation, { data, loading, error }] = useSaveLibraryMutation({
2862
+ * variables: {
2863
+ * library: // value for 'library'
2864
+ * },
2865
+ * });
2866
+ */
2867
+ export function useSaveLibraryMutation(baseOptions?: Apollo.MutationHookOptions<SaveLibraryMutation, SaveLibraryMutationVariables>) {
2868
+ const options = {...defaultOptions, ...baseOptions}
2869
+ return Apollo.useMutation<SaveLibraryMutation, SaveLibraryMutationVariables>(SaveLibraryDocument, options);
2870
+ }
2871
+ export type SaveLibraryMutationHookResult = ReturnType<typeof useSaveLibraryMutation>;
2872
+ export type SaveLibraryMutationResult = Apollo.MutationResult<SaveLibraryMutation>;
2873
+ export type SaveLibraryMutationOptions = Apollo.BaseMutationOptions<SaveLibraryMutation, SaveLibraryMutationVariables>;
2874
+ export const IsAllowedDocument = gql`
2875
+ query IS_ALLOWED($type: PermissionTypes!, $actions: [PermissionsActions!]!, $applyTo: ID, $target: PermissionTarget) {
2876
+ isAllowed(type: $type, actions: $actions, applyTo: $applyTo, target: $target) {
2877
+ name
2878
+ allowed
2879
+ }
2880
+ }
2881
+ `;
2882
+
2883
+ /**
2884
+ * __useIsAllowedQuery__
2885
+ *
2886
+ * To run a query within a React component, call `useIsAllowedQuery` and pass it any options that fit your needs.
2887
+ * When your component renders, `useIsAllowedQuery` returns an object from Apollo Client that contains loading, error, and data properties
2888
+ * you can use to render your UI.
2889
+ *
2890
+ * @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;
2891
+ *
2892
+ * @example
2893
+ * const { data, loading, error } = useIsAllowedQuery({
2894
+ * variables: {
2895
+ * type: // value for 'type'
2896
+ * actions: // value for 'actions'
2897
+ * applyTo: // value for 'applyTo'
2898
+ * target: // value for 'target'
2899
+ * },
2900
+ * });
2901
+ */
2902
+ export function useIsAllowedQuery(baseOptions: Apollo.QueryHookOptions<IsAllowedQuery, IsAllowedQueryVariables>) {
2903
+ const options = {...defaultOptions, ...baseOptions}
2904
+ return Apollo.useQuery<IsAllowedQuery, IsAllowedQueryVariables>(IsAllowedDocument, options);
2905
+ }
2906
+ export function useIsAllowedLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IsAllowedQuery, IsAllowedQueryVariables>) {
2907
+ const options = {...defaultOptions, ...baseOptions}
2908
+ return Apollo.useLazyQuery<IsAllowedQuery, IsAllowedQueryVariables>(IsAllowedDocument, options);
2909
+ }
2910
+ export type IsAllowedQueryHookResult = ReturnType<typeof useIsAllowedQuery>;
2911
+ export type IsAllowedLazyQueryHookResult = ReturnType<typeof useIsAllowedLazyQuery>;
2912
+ export type IsAllowedQueryResult = Apollo.QueryResult<IsAllowedQuery, IsAllowedQueryVariables>;
2913
+ export const CreateRecordDocument = gql`
2914
+ mutation CREATE_RECORD($library: ID!, $data: CreateRecordDataInput) {
2915
+ createRecord(library: $library, data: $data) {
2916
+ record {
2917
+ ...RecordIdentity
2918
+ }
2919
+ valuesErrors {
2920
+ attributeId
2921
+ id_value
2922
+ input
2923
+ message
2924
+ type
2925
+ }
2926
+ }
2927
+ }
2928
+ ${RecordIdentityFragmentDoc}`;
2929
+ export type CreateRecordMutationFn = Apollo.MutationFunction<CreateRecordMutation, CreateRecordMutationVariables>;
2930
+
2931
+ /**
2932
+ * __useCreateRecordMutation__
2933
+ *
2934
+ * To run a mutation, you first call `useCreateRecordMutation` within a React component and pass it any options that fit your needs.
2935
+ * When your component renders, `useCreateRecordMutation` returns a tuple that includes:
2936
+ * - A mutate function that you can call at any time to execute the mutation
2937
+ * - An object with fields that represent the current status of the mutation's execution
2938
+ *
2939
+ * @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;
2940
+ *
2941
+ * @example
2942
+ * const [createRecordMutation, { data, loading, error }] = useCreateRecordMutation({
2943
+ * variables: {
2944
+ * library: // value for 'library'
2945
+ * data: // value for 'data'
2946
+ * },
2947
+ * });
2948
+ */
2949
+ export function useCreateRecordMutation(baseOptions?: Apollo.MutationHookOptions<CreateRecordMutation, CreateRecordMutationVariables>) {
2950
+ const options = {...defaultOptions, ...baseOptions}
2951
+ return Apollo.useMutation<CreateRecordMutation, CreateRecordMutationVariables>(CreateRecordDocument, options);
2952
+ }
2953
+ export type CreateRecordMutationHookResult = ReturnType<typeof useCreateRecordMutation>;
2954
+ export type CreateRecordMutationResult = Apollo.MutationResult<CreateRecordMutation>;
2955
+ export type CreateRecordMutationOptions = Apollo.BaseMutationOptions<CreateRecordMutation, CreateRecordMutationVariables>;
2956
+ export const DeactivateRecordsDocument = gql`
2957
+ mutation DEACTIVATE_RECORDS($libraryId: String!, $recordsIds: [String!], $filters: [RecordFilterInput!]) {
2958
+ deactivateRecords(
2959
+ recordsIds: $recordsIds
2960
+ filters: $filters
2961
+ libraryId: $libraryId
2962
+ ) {
2963
+ id
2964
+ ...RecordIdentity
2965
+ }
2966
+ }
2967
+ ${RecordIdentityFragmentDoc}`;
2968
+ export type DeactivateRecordsMutationFn = Apollo.MutationFunction<DeactivateRecordsMutation, DeactivateRecordsMutationVariables>;
2969
+
2970
+ /**
2971
+ * __useDeactivateRecordsMutation__
2972
+ *
2973
+ * To run a mutation, you first call `useDeactivateRecordsMutation` within a React component and pass it any options that fit your needs.
2974
+ * When your component renders, `useDeactivateRecordsMutation` returns a tuple that includes:
2975
+ * - A mutate function that you can call at any time to execute the mutation
2976
+ * - An object with fields that represent the current status of the mutation's execution
2977
+ *
2978
+ * @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;
2979
+ *
2980
+ * @example
2981
+ * const [deactivateRecordsMutation, { data, loading, error }] = useDeactivateRecordsMutation({
2982
+ * variables: {
2983
+ * libraryId: // value for 'libraryId'
2984
+ * recordsIds: // value for 'recordsIds'
2985
+ * filters: // value for 'filters'
2986
+ * },
2987
+ * });
2988
+ */
2989
+ export function useDeactivateRecordsMutation(baseOptions?: Apollo.MutationHookOptions<DeactivateRecordsMutation, DeactivateRecordsMutationVariables>) {
2990
+ const options = {...defaultOptions, ...baseOptions}
2991
+ return Apollo.useMutation<DeactivateRecordsMutation, DeactivateRecordsMutationVariables>(DeactivateRecordsDocument, options);
2992
+ }
2993
+ export type DeactivateRecordsMutationHookResult = ReturnType<typeof useDeactivateRecordsMutation>;
2994
+ export type DeactivateRecordsMutationResult = Apollo.MutationResult<DeactivateRecordsMutation>;
2995
+ export type DeactivateRecordsMutationOptions = Apollo.BaseMutationOptions<DeactivateRecordsMutation, DeactivateRecordsMutationVariables>;
2996
+ export const DoesFileExistAsChildDocument = gql`
2997
+ query DOES_FILE_EXIST_AS_CHILD($parentNode: ID, $treeId: ID!, $filename: String!) {
2998
+ doesFileExistAsChild(
2999
+ parentNode: $parentNode
3000
+ treeId: $treeId
3001
+ filename: $filename
3002
+ )
3003
+ }
3004
+ `;
3005
+
3006
+ /**
3007
+ * __useDoesFileExistAsChildQuery__
3008
+ *
3009
+ * To run a query within a React component, call `useDoesFileExistAsChildQuery` and pass it any options that fit your needs.
3010
+ * When your component renders, `useDoesFileExistAsChildQuery` returns an object from Apollo Client that contains loading, error, and data properties
3011
+ * you can use to render your UI.
3012
+ *
3013
+ * @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;
3014
+ *
3015
+ * @example
3016
+ * const { data, loading, error } = useDoesFileExistAsChildQuery({
3017
+ * variables: {
3018
+ * parentNode: // value for 'parentNode'
3019
+ * treeId: // value for 'treeId'
3020
+ * filename: // value for 'filename'
3021
+ * },
3022
+ * });
3023
+ */
3024
+ export function useDoesFileExistAsChildQuery(baseOptions: Apollo.QueryHookOptions<DoesFileExistAsChildQuery, DoesFileExistAsChildQueryVariables>) {
3025
+ const options = {...defaultOptions, ...baseOptions}
3026
+ return Apollo.useQuery<DoesFileExistAsChildQuery, DoesFileExistAsChildQueryVariables>(DoesFileExistAsChildDocument, options);
3027
+ }
3028
+ export function useDoesFileExistAsChildLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<DoesFileExistAsChildQuery, DoesFileExistAsChildQueryVariables>) {
3029
+ const options = {...defaultOptions, ...baseOptions}
3030
+ return Apollo.useLazyQuery<DoesFileExistAsChildQuery, DoesFileExistAsChildQueryVariables>(DoesFileExistAsChildDocument, options);
3031
+ }
3032
+ export type DoesFileExistAsChildQueryHookResult = ReturnType<typeof useDoesFileExistAsChildQuery>;
3033
+ export type DoesFileExistAsChildLazyQueryHookResult = ReturnType<typeof useDoesFileExistAsChildLazyQuery>;
3034
+ export type DoesFileExistAsChildQueryResult = Apollo.QueryResult<DoesFileExistAsChildQuery, DoesFileExistAsChildQueryVariables>;
3035
+ export const GetFileDataDocument = gql`
3036
+ query GET_FILE_DATA($library: ID!, $fileId: String!, $previewsStatusAttribute: ID!) {
3037
+ records(
3038
+ library: $library
3039
+ filters: [{field: "id", value: $fileId, condition: EQUAL}]
3040
+ ) {
3041
+ list {
3042
+ ...RecordIdentity
3043
+ created_at: property(attribute: "created_at") {
3044
+ ... on Value {
3045
+ value
3046
+ }
3047
+ }
3048
+ created_by: property(attribute: "created_by") {
3049
+ ... on LinkValue {
3050
+ value {
3051
+ ...RecordIdentity
3052
+ }
3053
+ }
3054
+ }
3055
+ modified_at: property(attribute: "modified_at") {
3056
+ ... on Value {
3057
+ value
3058
+ }
3059
+ }
3060
+ modified_by: property(attribute: "modified_by") {
3061
+ ... on LinkValue {
3062
+ value {
3063
+ ...RecordIdentity
3064
+ }
3065
+ }
3066
+ }
3067
+ file_name: property(attribute: "file_name") {
3068
+ ... on Value {
3069
+ value
3070
+ }
3071
+ }
3072
+ file_path: property(attribute: "file_path") {
3073
+ ... on Value {
3074
+ value
3075
+ }
3076
+ }
3077
+ previews_status: property(attribute: $previewsStatusAttribute) {
3078
+ ... on Value {
3079
+ value
3080
+ }
3081
+ }
3082
+ library {
3083
+ behavior
3084
+ }
3085
+ }
3086
+ }
3087
+ }
3088
+ ${RecordIdentityFragmentDoc}`;
3089
+
3090
+ /**
3091
+ * __useGetFileDataQuery__
3092
+ *
3093
+ * To run a query within a React component, call `useGetFileDataQuery` and pass it any options that fit your needs.
3094
+ * When your component renders, `useGetFileDataQuery` returns an object from Apollo Client that contains loading, error, and data properties
3095
+ * you can use to render your UI.
3096
+ *
3097
+ * @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;
3098
+ *
3099
+ * @example
3100
+ * const { data, loading, error } = useGetFileDataQuery({
3101
+ * variables: {
3102
+ * library: // value for 'library'
3103
+ * fileId: // value for 'fileId'
3104
+ * previewsStatusAttribute: // value for 'previewsStatusAttribute'
3105
+ * },
3106
+ * });
3107
+ */
3108
+ export function useGetFileDataQuery(baseOptions: Apollo.QueryHookOptions<GetFileDataQuery, GetFileDataQueryVariables>) {
3109
+ const options = {...defaultOptions, ...baseOptions}
3110
+ return Apollo.useQuery<GetFileDataQuery, GetFileDataQueryVariables>(GetFileDataDocument, options);
3111
+ }
3112
+ export function useGetFileDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetFileDataQuery, GetFileDataQueryVariables>) {
3113
+ const options = {...defaultOptions, ...baseOptions}
3114
+ return Apollo.useLazyQuery<GetFileDataQuery, GetFileDataQueryVariables>(GetFileDataDocument, options);
3115
+ }
3116
+ export type GetFileDataQueryHookResult = ReturnType<typeof useGetFileDataQuery>;
3117
+ export type GetFileDataLazyQueryHookResult = ReturnType<typeof useGetFileDataLazyQuery>;
3118
+ export type GetFileDataQueryResult = Apollo.QueryResult<GetFileDataQuery, GetFileDataQueryVariables>;
3119
+ export const RecordFormDocument = gql`
3120
+ query RECORD_FORM($libraryId: String!, $formId: String!, $recordId: String, $version: [ValueVersionInput!]) {
3121
+ recordForm(
3122
+ recordId: $recordId
3123
+ libraryId: $libraryId
3124
+ formId: $formId
3125
+ version: $version
3126
+ ) {
3127
+ id
3128
+ recordId
3129
+ library {
3130
+ id
3131
+ }
3132
+ dependencyAttributes {
3133
+ id
3134
+ }
3135
+ elements {
3136
+ ...RecordFormElement
3137
+ }
3138
+ }
3139
+ }
3140
+ ${RecordFormElementFragmentDoc}`;
3141
+
3142
+ /**
3143
+ * __useRecordFormQuery__
3144
+ *
3145
+ * To run a query within a React component, call `useRecordFormQuery` and pass it any options that fit your needs.
3146
+ * When your component renders, `useRecordFormQuery` returns an object from Apollo Client that contains loading, error, and data properties
3147
+ * you can use to render your UI.
3148
+ *
3149
+ * @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;
3150
+ *
3151
+ * @example
3152
+ * const { data, loading, error } = useRecordFormQuery({
3153
+ * variables: {
3154
+ * libraryId: // value for 'libraryId'
3155
+ * formId: // value for 'formId'
3156
+ * recordId: // value for 'recordId'
3157
+ * version: // value for 'version'
3158
+ * },
3159
+ * });
3160
+ */
3161
+ export function useRecordFormQuery(baseOptions: Apollo.QueryHookOptions<RecordFormQuery, RecordFormQueryVariables>) {
3162
+ const options = {...defaultOptions, ...baseOptions}
3163
+ return Apollo.useQuery<RecordFormQuery, RecordFormQueryVariables>(RecordFormDocument, options);
3164
+ }
3165
+ export function useRecordFormLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<RecordFormQuery, RecordFormQueryVariables>) {
3166
+ const options = {...defaultOptions, ...baseOptions}
3167
+ return Apollo.useLazyQuery<RecordFormQuery, RecordFormQueryVariables>(RecordFormDocument, options);
3168
+ }
3169
+ export type RecordFormQueryHookResult = ReturnType<typeof useRecordFormQuery>;
3170
+ export type RecordFormLazyQueryHookResult = ReturnType<typeof useRecordFormLazyQuery>;
3171
+ export type RecordFormQueryResult = Apollo.QueryResult<RecordFormQuery, RecordFormQueryVariables>;
3172
+ export const RecordUpdateDocument = gql`
3173
+ subscription RECORD_UPDATE($filters: RecordUpdateFilterInput) {
3174
+ recordUpdate(filters: $filters) {
3175
+ record {
3176
+ ...RecordIdentity
3177
+ modified_by: property(attribute: "modified_by") {
3178
+ ... on LinkValue {
3179
+ value {
3180
+ ...RecordIdentity
3181
+ }
3182
+ }
3183
+ }
3184
+ }
3185
+ updatedValues {
3186
+ attribute
3187
+ value {
3188
+ ...ValueDetails
3189
+ }
3190
+ }
3191
+ }
3192
+ }
3193
+ ${RecordIdentityFragmentDoc}
3194
+ ${ValueDetailsFragmentDoc}`;
3195
+
3196
+ /**
3197
+ * __useRecordUpdateSubscription__
3198
+ *
3199
+ * To run a query within a React component, call `useRecordUpdateSubscription` and pass it any options that fit your needs.
3200
+ * When your component renders, `useRecordUpdateSubscription` returns an object from Apollo Client that contains loading, error, and data properties
3201
+ * you can use to render your UI.
3202
+ *
3203
+ * @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;
3204
+ *
3205
+ * @example
3206
+ * const { data, loading, error } = useRecordUpdateSubscription({
3207
+ * variables: {
3208
+ * filters: // value for 'filters'
3209
+ * },
3210
+ * });
3211
+ */
3212
+ export function useRecordUpdateSubscription(baseOptions?: Apollo.SubscriptionHookOptions<RecordUpdateSubscription, RecordUpdateSubscriptionVariables>) {
3213
+ const options = {...defaultOptions, ...baseOptions}
3214
+ return Apollo.useSubscription<RecordUpdateSubscription, RecordUpdateSubscriptionVariables>(RecordUpdateDocument, options);
3215
+ }
3216
+ export type RecordUpdateSubscriptionHookResult = ReturnType<typeof useRecordUpdateSubscription>;
3217
+ export type RecordUpdateSubscriptionResult = Apollo.SubscriptionResult<RecordUpdateSubscription>;
3218
+ export const IndexRecordsDocument = gql`
3219
+ mutation INDEX_RECORDS($libraryId: String!, $records: [String!]) {
3220
+ indexRecords(libraryId: $libraryId, records: $records)
3221
+ }
3222
+ `;
3223
+ export type IndexRecordsMutationFn = Apollo.MutationFunction<IndexRecordsMutation, IndexRecordsMutationVariables>;
3224
+
3225
+ /**
3226
+ * __useIndexRecordsMutation__
3227
+ *
3228
+ * To run a mutation, you first call `useIndexRecordsMutation` within a React component and pass it any options that fit your needs.
3229
+ * When your component renders, `useIndexRecordsMutation` returns a tuple that includes:
3230
+ * - A mutate function that you can call at any time to execute the mutation
3231
+ * - An object with fields that represent the current status of the mutation's execution
3232
+ *
3233
+ * @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;
3234
+ *
3235
+ * @example
3236
+ * const [indexRecordsMutation, { data, loading, error }] = useIndexRecordsMutation({
3237
+ * variables: {
3238
+ * libraryId: // value for 'libraryId'
3239
+ * records: // value for 'records'
3240
+ * },
3241
+ * });
3242
+ */
3243
+ export function useIndexRecordsMutation(baseOptions?: Apollo.MutationHookOptions<IndexRecordsMutation, IndexRecordsMutationVariables>) {
3244
+ const options = {...defaultOptions, ...baseOptions}
3245
+ return Apollo.useMutation<IndexRecordsMutation, IndexRecordsMutationVariables>(IndexRecordsDocument, options);
3246
+ }
3247
+ export type IndexRecordsMutationHookResult = ReturnType<typeof useIndexRecordsMutation>;
3248
+ export type IndexRecordsMutationResult = Apollo.MutationResult<IndexRecordsMutation>;
3249
+ export type IndexRecordsMutationOptions = Apollo.BaseMutationOptions<IndexRecordsMutation, IndexRecordsMutationVariables>;
3250
+ export const CancelTaskDocument = gql`
3251
+ mutation CANCEL_TASK($taskId: ID!) {
3252
+ cancelTask(taskId: $taskId)
3253
+ }
3254
+ `;
3255
+ export type CancelTaskMutationFn = Apollo.MutationFunction<CancelTaskMutation, CancelTaskMutationVariables>;
3256
+
3257
+ /**
3258
+ * __useCancelTaskMutation__
3259
+ *
3260
+ * To run a mutation, you first call `useCancelTaskMutation` within a React component and pass it any options that fit your needs.
3261
+ * When your component renders, `useCancelTaskMutation` returns a tuple that includes:
3262
+ * - A mutate function that you can call at any time to execute the mutation
3263
+ * - An object with fields that represent the current status of the mutation's execution
3264
+ *
3265
+ * @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;
3266
+ *
3267
+ * @example
3268
+ * const [cancelTaskMutation, { data, loading, error }] = useCancelTaskMutation({
3269
+ * variables: {
3270
+ * taskId: // value for 'taskId'
3271
+ * },
3272
+ * });
3273
+ */
3274
+ export function useCancelTaskMutation(baseOptions?: Apollo.MutationHookOptions<CancelTaskMutation, CancelTaskMutationVariables>) {
3275
+ const options = {...defaultOptions, ...baseOptions}
3276
+ return Apollo.useMutation<CancelTaskMutation, CancelTaskMutationVariables>(CancelTaskDocument, options);
3277
+ }
3278
+ export type CancelTaskMutationHookResult = ReturnType<typeof useCancelTaskMutation>;
3279
+ export type CancelTaskMutationResult = Apollo.MutationResult<CancelTaskMutation>;
3280
+ export type CancelTaskMutationOptions = Apollo.BaseMutationOptions<CancelTaskMutation, CancelTaskMutationVariables>;
3281
+ export const CheckTreeExistenceDocument = gql`
3282
+ query CHECK_TREE_EXISTENCE($id: [ID!]) {
3283
+ trees(filters: {id: $id}) {
3284
+ totalCount
3285
+ }
3286
+ }
3287
+ `;
3288
+
3289
+ /**
3290
+ * __useCheckTreeExistenceQuery__
3291
+ *
3292
+ * To run a query within a React component, call `useCheckTreeExistenceQuery` and pass it any options that fit your needs.
3293
+ * When your component renders, `useCheckTreeExistenceQuery` returns an object from Apollo Client that contains loading, error, and data properties
3294
+ * you can use to render your UI.
3295
+ *
3296
+ * @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;
3297
+ *
3298
+ * @example
3299
+ * const { data, loading, error } = useCheckTreeExistenceQuery({
3300
+ * variables: {
3301
+ * id: // value for 'id'
3302
+ * },
3303
+ * });
3304
+ */
3305
+ export function useCheckTreeExistenceQuery(baseOptions?: Apollo.QueryHookOptions<CheckTreeExistenceQuery, CheckTreeExistenceQueryVariables>) {
3306
+ const options = {...defaultOptions, ...baseOptions}
3307
+ return Apollo.useQuery<CheckTreeExistenceQuery, CheckTreeExistenceQueryVariables>(CheckTreeExistenceDocument, options);
3308
+ }
3309
+ export function useCheckTreeExistenceLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CheckTreeExistenceQuery, CheckTreeExistenceQueryVariables>) {
3310
+ const options = {...defaultOptions, ...baseOptions}
3311
+ return Apollo.useLazyQuery<CheckTreeExistenceQuery, CheckTreeExistenceQueryVariables>(CheckTreeExistenceDocument, options);
3312
+ }
3313
+ export type CheckTreeExistenceQueryHookResult = ReturnType<typeof useCheckTreeExistenceQuery>;
3314
+ export type CheckTreeExistenceLazyQueryHookResult = ReturnType<typeof useCheckTreeExistenceLazyQuery>;
3315
+ export type CheckTreeExistenceQueryResult = Apollo.QueryResult<CheckTreeExistenceQuery, CheckTreeExistenceQueryVariables>;
3316
+ export const DeleteTreeDocument = gql`
3317
+ mutation DELETE_TREE($id: ID!) {
3318
+ deleteTree(id: $id) {
3319
+ id
3320
+ }
3321
+ }
3322
+ `;
3323
+ export type DeleteTreeMutationFn = Apollo.MutationFunction<DeleteTreeMutation, DeleteTreeMutationVariables>;
3324
+
3325
+ /**
3326
+ * __useDeleteTreeMutation__
3327
+ *
3328
+ * To run a mutation, you first call `useDeleteTreeMutation` within a React component and pass it any options that fit your needs.
3329
+ * When your component renders, `useDeleteTreeMutation` returns a tuple that includes:
3330
+ * - A mutate function that you can call at any time to execute the mutation
3331
+ * - An object with fields that represent the current status of the mutation's execution
3332
+ *
3333
+ * @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;
3334
+ *
3335
+ * @example
3336
+ * const [deleteTreeMutation, { data, loading, error }] = useDeleteTreeMutation({
3337
+ * variables: {
3338
+ * id: // value for 'id'
3339
+ * },
3340
+ * });
3341
+ */
3342
+ export function useDeleteTreeMutation(baseOptions?: Apollo.MutationHookOptions<DeleteTreeMutation, DeleteTreeMutationVariables>) {
3343
+ const options = {...defaultOptions, ...baseOptions}
3344
+ return Apollo.useMutation<DeleteTreeMutation, DeleteTreeMutationVariables>(DeleteTreeDocument, options);
3345
+ }
3346
+ export type DeleteTreeMutationHookResult = ReturnType<typeof useDeleteTreeMutation>;
3347
+ export type DeleteTreeMutationResult = Apollo.MutationResult<DeleteTreeMutation>;
3348
+ export type DeleteTreeMutationOptions = Apollo.BaseMutationOptions<DeleteTreeMutation, DeleteTreeMutationVariables>;
3349
+ export const GetTreeByIdDocument = gql`
3350
+ query GET_TREE_BY_ID($id: [ID!]) {
3351
+ trees(filters: {id: $id}) {
3352
+ list {
3353
+ ...TreeDetails
3354
+ }
3355
+ }
3356
+ }
3357
+ ${TreeDetailsFragmentDoc}`;
3358
+
3359
+ /**
3360
+ * __useGetTreeByIdQuery__
3361
+ *
3362
+ * To run a query within a React component, call `useGetTreeByIdQuery` and pass it any options that fit your needs.
3363
+ * When your component renders, `useGetTreeByIdQuery` returns an object from Apollo Client that contains loading, error, and data properties
3364
+ * you can use to render your UI.
3365
+ *
3366
+ * @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;
3367
+ *
3368
+ * @example
3369
+ * const { data, loading, error } = useGetTreeByIdQuery({
3370
+ * variables: {
3371
+ * id: // value for 'id'
3372
+ * },
3373
+ * });
3374
+ */
3375
+ export function useGetTreeByIdQuery(baseOptions?: Apollo.QueryHookOptions<GetTreeByIdQuery, GetTreeByIdQueryVariables>) {
3376
+ const options = {...defaultOptions, ...baseOptions}
3377
+ return Apollo.useQuery<GetTreeByIdQuery, GetTreeByIdQueryVariables>(GetTreeByIdDocument, options);
3378
+ }
3379
+ export function useGetTreeByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetTreeByIdQuery, GetTreeByIdQueryVariables>) {
3380
+ const options = {...defaultOptions, ...baseOptions}
3381
+ return Apollo.useLazyQuery<GetTreeByIdQuery, GetTreeByIdQueryVariables>(GetTreeByIdDocument, options);
3382
+ }
3383
+ export type GetTreeByIdQueryHookResult = ReturnType<typeof useGetTreeByIdQuery>;
3384
+ export type GetTreeByIdLazyQueryHookResult = ReturnType<typeof useGetTreeByIdLazyQuery>;
3385
+ export type GetTreeByIdQueryResult = Apollo.QueryResult<GetTreeByIdQuery, GetTreeByIdQueryVariables>;
3386
+ export const GetTreeLibrariesDocument = gql`
3387
+ query GET_TREE_LIBRARIES($treeId: [ID!], $library: String) {
3388
+ trees(filters: {id: $treeId, library: $library}) {
3389
+ totalCount
3390
+ list {
3391
+ id
3392
+ behavior
3393
+ system
3394
+ libraries {
3395
+ library {
3396
+ id
3397
+ label
3398
+ behavior
3399
+ system
3400
+ }
3401
+ settings {
3402
+ allowMultiplePositions
3403
+ allowedChildren
3404
+ allowedAtRoot
3405
+ }
3406
+ }
3407
+ }
3408
+ }
3409
+ }
3410
+ `;
3411
+
3412
+ /**
3413
+ * __useGetTreeLibrariesQuery__
3414
+ *
3415
+ * To run a query within a React component, call `useGetTreeLibrariesQuery` and pass it any options that fit your needs.
3416
+ * When your component renders, `useGetTreeLibrariesQuery` returns an object from Apollo Client that contains loading, error, and data properties
3417
+ * you can use to render your UI.
3418
+ *
3419
+ * @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;
3420
+ *
3421
+ * @example
3422
+ * const { data, loading, error } = useGetTreeLibrariesQuery({
3423
+ * variables: {
3424
+ * treeId: // value for 'treeId'
3425
+ * library: // value for 'library'
3426
+ * },
3427
+ * });
3428
+ */
3429
+ export function useGetTreeLibrariesQuery(baseOptions?: Apollo.QueryHookOptions<GetTreeLibrariesQuery, GetTreeLibrariesQueryVariables>) {
3430
+ const options = {...defaultOptions, ...baseOptions}
3431
+ return Apollo.useQuery<GetTreeLibrariesQuery, GetTreeLibrariesQueryVariables>(GetTreeLibrariesDocument, options);
3432
+ }
3433
+ export function useGetTreeLibrariesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetTreeLibrariesQuery, GetTreeLibrariesQueryVariables>) {
3434
+ const options = {...defaultOptions, ...baseOptions}
3435
+ return Apollo.useLazyQuery<GetTreeLibrariesQuery, GetTreeLibrariesQueryVariables>(GetTreeLibrariesDocument, options);
3436
+ }
3437
+ export type GetTreeLibrariesQueryHookResult = ReturnType<typeof useGetTreeLibrariesQuery>;
3438
+ export type GetTreeLibrariesLazyQueryHookResult = ReturnType<typeof useGetTreeLibrariesLazyQuery>;
3439
+ export type GetTreeLibrariesQueryResult = Apollo.QueryResult<GetTreeLibrariesQuery, GetTreeLibrariesQueryVariables>;
3440
+ export const GetTreesDocument = gql`
3441
+ query GET_TREES {
3442
+ trees {
3443
+ list {
3444
+ ...TreeLight
3445
+ }
3446
+ }
3447
+ }
3448
+ ${TreeLightFragmentDoc}`;
3449
+
3450
+ /**
3451
+ * __useGetTreesQuery__
3452
+ *
3453
+ * To run a query within a React component, call `useGetTreesQuery` and pass it any options that fit your needs.
3454
+ * When your component renders, `useGetTreesQuery` returns an object from Apollo Client that contains loading, error, and data properties
3455
+ * you can use to render your UI.
3456
+ *
3457
+ * @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;
3458
+ *
3459
+ * @example
3460
+ * const { data, loading, error } = useGetTreesQuery({
3461
+ * variables: {
3462
+ * },
3463
+ * });
3464
+ */
3465
+ export function useGetTreesQuery(baseOptions?: Apollo.QueryHookOptions<GetTreesQuery, GetTreesQueryVariables>) {
3466
+ const options = {...defaultOptions, ...baseOptions}
3467
+ return Apollo.useQuery<GetTreesQuery, GetTreesQueryVariables>(GetTreesDocument, options);
3468
+ }
3469
+ export function useGetTreesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetTreesQuery, GetTreesQueryVariables>) {
3470
+ const options = {...defaultOptions, ...baseOptions}
3471
+ return Apollo.useLazyQuery<GetTreesQuery, GetTreesQueryVariables>(GetTreesDocument, options);
3472
+ }
3473
+ export type GetTreesQueryHookResult = ReturnType<typeof useGetTreesQuery>;
3474
+ export type GetTreesLazyQueryHookResult = ReturnType<typeof useGetTreesLazyQuery>;
3475
+ export type GetTreesQueryResult = Apollo.QueryResult<GetTreesQuery, GetTreesQueryVariables>;
3476
+ export const SaveTreeDocument = gql`
3477
+ mutation SAVE_TREE($tree: TreeInput!) {
3478
+ saveTree(tree: $tree) {
3479
+ ...TreeDetails
3480
+ }
3481
+ }
3482
+ ${TreeDetailsFragmentDoc}`;
3483
+ export type SaveTreeMutationFn = Apollo.MutationFunction<SaveTreeMutation, SaveTreeMutationVariables>;
3484
+
3485
+ /**
3486
+ * __useSaveTreeMutation__
3487
+ *
3488
+ * To run a mutation, you first call `useSaveTreeMutation` within a React component and pass it any options that fit your needs.
3489
+ * When your component renders, `useSaveTreeMutation` returns a tuple that includes:
3490
+ * - A mutate function that you can call at any time to execute the mutation
3491
+ * - An object with fields that represent the current status of the mutation's execution
3492
+ *
3493
+ * @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;
3494
+ *
3495
+ * @example
3496
+ * const [saveTreeMutation, { data, loading, error }] = useSaveTreeMutation({
3497
+ * variables: {
3498
+ * tree: // value for 'tree'
3499
+ * },
3500
+ * });
3501
+ */
3502
+ export function useSaveTreeMutation(baseOptions?: Apollo.MutationHookOptions<SaveTreeMutation, SaveTreeMutationVariables>) {
3503
+ const options = {...defaultOptions, ...baseOptions}
3504
+ return Apollo.useMutation<SaveTreeMutation, SaveTreeMutationVariables>(SaveTreeDocument, options);
3505
+ }
3506
+ export type SaveTreeMutationHookResult = ReturnType<typeof useSaveTreeMutation>;
3507
+ export type SaveTreeMutationResult = Apollo.MutationResult<SaveTreeMutation>;
3508
+ export type SaveTreeMutationOptions = Apollo.BaseMutationOptions<SaveTreeMutation, SaveTreeMutationVariables>;
3509
+ export const TreeNodeChildrenDocument = gql`
3510
+ query TREE_NODE_CHILDREN($treeId: ID!, $node: ID, $pagination: Pagination) {
3511
+ treeNodeChildren(treeId: $treeId, node: $node, pagination: $pagination) {
3512
+ totalCount
3513
+ list {
3514
+ ...TreeNodeChild
3515
+ }
3516
+ }
3517
+ }
3518
+ ${TreeNodeChildFragmentDoc}`;
3519
+
3520
+ /**
3521
+ * __useTreeNodeChildrenQuery__
3522
+ *
3523
+ * To run a query within a React component, call `useTreeNodeChildrenQuery` and pass it any options that fit your needs.
3524
+ * When your component renders, `useTreeNodeChildrenQuery` returns an object from Apollo Client that contains loading, error, and data properties
3525
+ * you can use to render your UI.
3526
+ *
3527
+ * @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;
3528
+ *
3529
+ * @example
3530
+ * const { data, loading, error } = useTreeNodeChildrenQuery({
3531
+ * variables: {
3532
+ * treeId: // value for 'treeId'
3533
+ * node: // value for 'node'
3534
+ * pagination: // value for 'pagination'
3535
+ * },
3536
+ * });
3537
+ */
3538
+ export function useTreeNodeChildrenQuery(baseOptions: Apollo.QueryHookOptions<TreeNodeChildrenQuery, TreeNodeChildrenQueryVariables>) {
3539
+ const options = {...defaultOptions, ...baseOptions}
3540
+ return Apollo.useQuery<TreeNodeChildrenQuery, TreeNodeChildrenQueryVariables>(TreeNodeChildrenDocument, options);
3541
+ }
3542
+ export function useTreeNodeChildrenLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<TreeNodeChildrenQuery, TreeNodeChildrenQueryVariables>) {
3543
+ const options = {...defaultOptions, ...baseOptions}
3544
+ return Apollo.useLazyQuery<TreeNodeChildrenQuery, TreeNodeChildrenQueryVariables>(TreeNodeChildrenDocument, options);
3545
+ }
3546
+ export type TreeNodeChildrenQueryHookResult = ReturnType<typeof useTreeNodeChildrenQuery>;
3547
+ export type TreeNodeChildrenLazyQueryHookResult = ReturnType<typeof useTreeNodeChildrenLazyQuery>;
3548
+ export type TreeNodeChildrenQueryResult = Apollo.QueryResult<TreeNodeChildrenQuery, TreeNodeChildrenQueryVariables>;
3549
+ export const GetUserDataDocument = gql`
3550
+ query GET_USER_DATA($keys: [String!]!, $global: Boolean) {
3551
+ userData(keys: $keys, global: $global) {
3552
+ global
3553
+ data
3554
+ }
3555
+ }
3556
+ `;
3557
+
3558
+ /**
3559
+ * __useGetUserDataQuery__
3560
+ *
3561
+ * To run a query within a React component, call `useGetUserDataQuery` and pass it any options that fit your needs.
3562
+ * When your component renders, `useGetUserDataQuery` returns an object from Apollo Client that contains loading, error, and data properties
3563
+ * you can use to render your UI.
3564
+ *
3565
+ * @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;
3566
+ *
3567
+ * @example
3568
+ * const { data, loading, error } = useGetUserDataQuery({
3569
+ * variables: {
3570
+ * keys: // value for 'keys'
3571
+ * global: // value for 'global'
3572
+ * },
3573
+ * });
3574
+ */
3575
+ export function useGetUserDataQuery(baseOptions: Apollo.QueryHookOptions<GetUserDataQuery, GetUserDataQueryVariables>) {
3576
+ const options = {...defaultOptions, ...baseOptions}
3577
+ return Apollo.useQuery<GetUserDataQuery, GetUserDataQueryVariables>(GetUserDataDocument, options);
3578
+ }
3579
+ export function useGetUserDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetUserDataQuery, GetUserDataQueryVariables>) {
3580
+ const options = {...defaultOptions, ...baseOptions}
3581
+ return Apollo.useLazyQuery<GetUserDataQuery, GetUserDataQueryVariables>(GetUserDataDocument, options);
3582
+ }
3583
+ export type GetUserDataQueryHookResult = ReturnType<typeof useGetUserDataQuery>;
3584
+ export type GetUserDataLazyQueryHookResult = ReturnType<typeof useGetUserDataLazyQuery>;
3585
+ export type GetUserDataQueryResult = Apollo.QueryResult<GetUserDataQuery, GetUserDataQueryVariables>;
3586
+ export const SaveUserDataDocument = gql`
3587
+ mutation SAVE_USER_DATA($key: String!, $value: Any, $global: Boolean!) {
3588
+ saveUserData(key: $key, value: $value, global: $global) {
3589
+ global
3590
+ data
3591
+ }
3592
+ }
3593
+ `;
3594
+ export type SaveUserDataMutationFn = Apollo.MutationFunction<SaveUserDataMutation, SaveUserDataMutationVariables>;
3595
+
3596
+ /**
3597
+ * __useSaveUserDataMutation__
3598
+ *
3599
+ * To run a mutation, you first call `useSaveUserDataMutation` within a React component and pass it any options that fit your needs.
3600
+ * When your component renders, `useSaveUserDataMutation` returns a tuple that includes:
3601
+ * - A mutate function that you can call at any time to execute the mutation
3602
+ * - An object with fields that represent the current status of the mutation's execution
3603
+ *
3604
+ * @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;
3605
+ *
3606
+ * @example
3607
+ * const [saveUserDataMutation, { data, loading, error }] = useSaveUserDataMutation({
3608
+ * variables: {
3609
+ * key: // value for 'key'
3610
+ * value: // value for 'value'
3611
+ * global: // value for 'global'
3612
+ * },
3613
+ * });
3614
+ */
3615
+ export function useSaveUserDataMutation(baseOptions?: Apollo.MutationHookOptions<SaveUserDataMutation, SaveUserDataMutationVariables>) {
3616
+ const options = {...defaultOptions, ...baseOptions}
3617
+ return Apollo.useMutation<SaveUserDataMutation, SaveUserDataMutationVariables>(SaveUserDataDocument, options);
3618
+ }
3619
+ export type SaveUserDataMutationHookResult = ReturnType<typeof useSaveUserDataMutation>;
3620
+ export type SaveUserDataMutationResult = Apollo.MutationResult<SaveUserDataMutation>;
3621
+ export type SaveUserDataMutationOptions = Apollo.BaseMutationOptions<SaveUserDataMutation, SaveUserDataMutationVariables>;
3622
+ export const DeleteValueDocument = gql`
3623
+ mutation DELETE_VALUE($library: ID!, $recordId: ID!, $attribute: ID!, $value: ValueInput) {
3624
+ deleteValue(
3625
+ library: $library
3626
+ recordId: $recordId
3627
+ attribute: $attribute
3628
+ value: $value
3629
+ ) {
3630
+ ...ValueDetails
3631
+ }
3632
+ }
3633
+ ${ValueDetailsFragmentDoc}`;
3634
+ export type DeleteValueMutationFn = Apollo.MutationFunction<DeleteValueMutation, DeleteValueMutationVariables>;
3635
+
3636
+ /**
3637
+ * __useDeleteValueMutation__
3638
+ *
3639
+ * To run a mutation, you first call `useDeleteValueMutation` within a React component and pass it any options that fit your needs.
3640
+ * When your component renders, `useDeleteValueMutation` returns a tuple that includes:
3641
+ * - A mutate function that you can call at any time to execute the mutation
3642
+ * - An object with fields that represent the current status of the mutation's execution
3643
+ *
3644
+ * @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;
3645
+ *
3646
+ * @example
3647
+ * const [deleteValueMutation, { data, loading, error }] = useDeleteValueMutation({
3648
+ * variables: {
3649
+ * library: // value for 'library'
3650
+ * recordId: // value for 'recordId'
3651
+ * attribute: // value for 'attribute'
3652
+ * value: // value for 'value'
3653
+ * },
3654
+ * });
3655
+ */
3656
+ export function useDeleteValueMutation(baseOptions?: Apollo.MutationHookOptions<DeleteValueMutation, DeleteValueMutationVariables>) {
3657
+ const options = {...defaultOptions, ...baseOptions}
3658
+ return Apollo.useMutation<DeleteValueMutation, DeleteValueMutationVariables>(DeleteValueDocument, options);
3659
+ }
3660
+ export type DeleteValueMutationHookResult = ReturnType<typeof useDeleteValueMutation>;
3661
+ export type DeleteValueMutationResult = Apollo.MutationResult<DeleteValueMutation>;
3662
+ export type DeleteValueMutationOptions = Apollo.BaseMutationOptions<DeleteValueMutation, DeleteValueMutationVariables>;
3663
+ export const SaveValueBatchDocument = gql`
3664
+ mutation SAVE_VALUE_BATCH($library: ID!, $recordId: ID!, $version: [ValueVersionInput!], $values: [ValueBatchInput!]!, $deleteEmpty: Boolean) {
3665
+ saveValueBatch(
3666
+ library: $library
3667
+ recordId: $recordId
3668
+ version: $version
3669
+ values: $values
3670
+ deleteEmpty: $deleteEmpty
3671
+ ) {
3672
+ values {
3673
+ ...ValueDetails
3674
+ }
3675
+ errors {
3676
+ type
3677
+ attribute
3678
+ input
3679
+ message
3680
+ }
3681
+ }
3682
+ }
3683
+ ${ValueDetailsFragmentDoc}`;
3684
+ export type SaveValueBatchMutationFn = Apollo.MutationFunction<SaveValueBatchMutation, SaveValueBatchMutationVariables>;
3685
+
3686
+ /**
3687
+ * __useSaveValueBatchMutation__
3688
+ *
3689
+ * To run a mutation, you first call `useSaveValueBatchMutation` within a React component and pass it any options that fit your needs.
3690
+ * When your component renders, `useSaveValueBatchMutation` returns a tuple that includes:
3691
+ * - A mutate function that you can call at any time to execute the mutation
3692
+ * - An object with fields that represent the current status of the mutation's execution
3693
+ *
3694
+ * @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;
3695
+ *
3696
+ * @example
3697
+ * const [saveValueBatchMutation, { data, loading, error }] = useSaveValueBatchMutation({
3698
+ * variables: {
3699
+ * library: // value for 'library'
3700
+ * recordId: // value for 'recordId'
3701
+ * version: // value for 'version'
3702
+ * values: // value for 'values'
3703
+ * deleteEmpty: // value for 'deleteEmpty'
3704
+ * },
3705
+ * });
3706
+ */
3707
+ export function useSaveValueBatchMutation(baseOptions?: Apollo.MutationHookOptions<SaveValueBatchMutation, SaveValueBatchMutationVariables>) {
3708
+ const options = {...defaultOptions, ...baseOptions}
3709
+ return Apollo.useMutation<SaveValueBatchMutation, SaveValueBatchMutationVariables>(SaveValueBatchDocument, options);
3710
+ }
3711
+ export type SaveValueBatchMutationHookResult = ReturnType<typeof useSaveValueBatchMutation>;
3712
+ export type SaveValueBatchMutationResult = Apollo.MutationResult<SaveValueBatchMutation>;
3713
+ export type SaveValueBatchMutationOptions = Apollo.BaseMutationOptions<SaveValueBatchMutation, SaveValueBatchMutationVariables>;
3714
+ export const DeleteViewDocument = gql`
3715
+ mutation DELETE_VIEW($viewId: String!) {
3716
+ deleteView(viewId: $viewId) {
3717
+ id
3718
+ library
3719
+ }
3720
+ }
3721
+ `;
3722
+ export type DeleteViewMutationFn = Apollo.MutationFunction<DeleteViewMutation, DeleteViewMutationVariables>;
3723
+
3724
+ /**
3725
+ * __useDeleteViewMutation__
3726
+ *
3727
+ * To run a mutation, you first call `useDeleteViewMutation` within a React component and pass it any options that fit your needs.
3728
+ * When your component renders, `useDeleteViewMutation` returns a tuple that includes:
3729
+ * - A mutate function that you can call at any time to execute the mutation
3730
+ * - An object with fields that represent the current status of the mutation's execution
3731
+ *
3732
+ * @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;
3733
+ *
3734
+ * @example
3735
+ * const [deleteViewMutation, { data, loading, error }] = useDeleteViewMutation({
3736
+ * variables: {
3737
+ * viewId: // value for 'viewId'
3738
+ * },
3739
+ * });
3740
+ */
3741
+ export function useDeleteViewMutation(baseOptions?: Apollo.MutationHookOptions<DeleteViewMutation, DeleteViewMutationVariables>) {
3742
+ const options = {...defaultOptions, ...baseOptions}
3743
+ return Apollo.useMutation<DeleteViewMutation, DeleteViewMutationVariables>(DeleteViewDocument, options);
3744
+ }
3745
+ export type DeleteViewMutationHookResult = ReturnType<typeof useDeleteViewMutation>;
3746
+ export type DeleteViewMutationResult = Apollo.MutationResult<DeleteViewMutation>;
3747
+ export type DeleteViewMutationOptions = Apollo.BaseMutationOptions<DeleteViewMutation, DeleteViewMutationVariables>;
3748
+ export const GetViewDocument = gql`
3749
+ query GET_VIEW($viewId: String!) {
3750
+ view(viewId: $viewId) {
3751
+ ...ViewDetails
3752
+ }
3753
+ }
3754
+ ${ViewDetailsFragmentDoc}`;
3755
+
3756
+ /**
3757
+ * __useGetViewQuery__
3758
+ *
3759
+ * To run a query within a React component, call `useGetViewQuery` and pass it any options that fit your needs.
3760
+ * When your component renders, `useGetViewQuery` returns an object from Apollo Client that contains loading, error, and data properties
3761
+ * you can use to render your UI.
3762
+ *
3763
+ * @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;
3764
+ *
3765
+ * @example
3766
+ * const { data, loading, error } = useGetViewQuery({
3767
+ * variables: {
3768
+ * viewId: // value for 'viewId'
3769
+ * },
3770
+ * });
3771
+ */
3772
+ export function useGetViewQuery(baseOptions: Apollo.QueryHookOptions<GetViewQuery, GetViewQueryVariables>) {
3773
+ const options = {...defaultOptions, ...baseOptions}
3774
+ return Apollo.useQuery<GetViewQuery, GetViewQueryVariables>(GetViewDocument, options);
3775
+ }
3776
+ export function useGetViewLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetViewQuery, GetViewQueryVariables>) {
3777
+ const options = {...defaultOptions, ...baseOptions}
3778
+ return Apollo.useLazyQuery<GetViewQuery, GetViewQueryVariables>(GetViewDocument, options);
3779
+ }
3780
+ export type GetViewQueryHookResult = ReturnType<typeof useGetViewQuery>;
3781
+ export type GetViewLazyQueryHookResult = ReturnType<typeof useGetViewLazyQuery>;
3782
+ export type GetViewQueryResult = Apollo.QueryResult<GetViewQuery, GetViewQueryVariables>;
3783
+ export const GetViewsListDocument = gql`
3784
+ query GET_VIEWS_LIST($libraryId: String!) {
3785
+ views(library: $libraryId) {
3786
+ totalCount
3787
+ list {
3788
+ ...ViewDetails
3789
+ }
3790
+ }
3791
+ }
3792
+ ${ViewDetailsFragmentDoc}`;
3793
+
3794
+ /**
3795
+ * __useGetViewsListQuery__
3796
+ *
3797
+ * To run a query within a React component, call `useGetViewsListQuery` and pass it any options that fit your needs.
3798
+ * When your component renders, `useGetViewsListQuery` returns an object from Apollo Client that contains loading, error, and data properties
3799
+ * you can use to render your UI.
3800
+ *
3801
+ * @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;
3802
+ *
3803
+ * @example
3804
+ * const { data, loading, error } = useGetViewsListQuery({
3805
+ * variables: {
3806
+ * libraryId: // value for 'libraryId'
3807
+ * },
3808
+ * });
3809
+ */
3810
+ export function useGetViewsListQuery(baseOptions: Apollo.QueryHookOptions<GetViewsListQuery, GetViewsListQueryVariables>) {
3811
+ const options = {...defaultOptions, ...baseOptions}
3812
+ return Apollo.useQuery<GetViewsListQuery, GetViewsListQueryVariables>(GetViewsListDocument, options);
3813
+ }
3814
+ export function useGetViewsListLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetViewsListQuery, GetViewsListQueryVariables>) {
3815
+ const options = {...defaultOptions, ...baseOptions}
3816
+ return Apollo.useLazyQuery<GetViewsListQuery, GetViewsListQueryVariables>(GetViewsListDocument, options);
3817
+ }
3818
+ export type GetViewsListQueryHookResult = ReturnType<typeof useGetViewsListQuery>;
3819
+ export type GetViewsListLazyQueryHookResult = ReturnType<typeof useGetViewsListLazyQuery>;
3820
+ export type GetViewsListQueryResult = Apollo.QueryResult<GetViewsListQuery, GetViewsListQueryVariables>;
3821
+ export const AddViewDocument = gql`
3822
+ mutation ADD_VIEW($view: ViewInput!) {
3823
+ saveView(view: $view) {
3824
+ ...ViewDetails
3825
+ }
3826
+ }
3827
+ ${ViewDetailsFragmentDoc}`;
3828
+ export type AddViewMutationFn = Apollo.MutationFunction<AddViewMutation, AddViewMutationVariables>;
3829
+
3830
+ /**
3831
+ * __useAddViewMutation__
3832
+ *
3833
+ * To run a mutation, you first call `useAddViewMutation` within a React component and pass it any options that fit your needs.
3834
+ * When your component renders, `useAddViewMutation` returns a tuple that includes:
3835
+ * - A mutate function that you can call at any time to execute the mutation
3836
+ * - An object with fields that represent the current status of the mutation's execution
3837
+ *
3838
+ * @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;
3839
+ *
3840
+ * @example
3841
+ * const [addViewMutation, { data, loading, error }] = useAddViewMutation({
3842
+ * variables: {
3843
+ * view: // value for 'view'
3844
+ * },
3845
+ * });
3846
+ */
3847
+ export function useAddViewMutation(baseOptions?: Apollo.MutationHookOptions<AddViewMutation, AddViewMutationVariables>) {
3848
+ const options = {...defaultOptions, ...baseOptions}
3849
+ return Apollo.useMutation<AddViewMutation, AddViewMutationVariables>(AddViewDocument, options);
3850
+ }
3851
+ export type AddViewMutationHookResult = ReturnType<typeof useAddViewMutation>;
3852
+ export type AddViewMutationResult = Apollo.MutationResult<AddViewMutation>;
3853
+ export type AddViewMutationOptions = Apollo.BaseMutationOptions<AddViewMutation, AddViewMutationVariables>;