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

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 (1713) hide show
  1. package/README.md +37 -1
  2. package/dist/__mocks__/common/application.d.ts +3 -0
  3. package/dist/__mocks__/common/application.js +26 -0
  4. package/dist/__mocks__/common/application.js.map +1 -0
  5. package/dist/__mocks__/common/attribute.d.ts +13 -0
  6. package/dist/__mocks__/common/attribute.js +115 -0
  7. package/dist/__mocks__/common/attribute.js.map +1 -0
  8. package/dist/__mocks__/common/filter.d.ts +4 -0
  9. package/dist/__mocks__/common/filter.js +32 -0
  10. package/dist/__mocks__/common/filter.js.map +1 -0
  11. package/dist/__mocks__/common/form.d.ts +38 -0
  12. package/dist/__mocks__/common/form.js +143 -0
  13. package/dist/__mocks__/common/form.js.map +1 -0
  14. package/dist/__mocks__/common/import.d.ts +2 -0
  15. package/dist/__mocks__/common/import.js +29 -0
  16. package/dist/__mocks__/common/import.js.map +1 -0
  17. package/dist/__mocks__/common/label.d.ts +4 -0
  18. package/dist/__mocks__/common/label.js +8 -0
  19. package/dist/__mocks__/common/label.js.map +1 -0
  20. package/dist/__mocks__/common/library.d.ts +109 -0
  21. package/dist/__mocks__/common/library.js +100 -0
  22. package/dist/__mocks__/common/library.js.map +1 -0
  23. package/dist/__mocks__/common/mockSearchContextProvider.d.ts +6 -0
  24. package/dist/__mocks__/common/mockSearchContextProvider.js +12 -0
  25. package/dist/__mocks__/common/mockSearchContextProvider.js.map +1 -0
  26. package/dist/__mocks__/common/record.d.ts +4 -0
  27. package/dist/__mocks__/common/record.js +21 -0
  28. package/dist/__mocks__/common/record.js.map +1 -0
  29. package/dist/__mocks__/common/tree.d.ts +3 -0
  30. package/dist/__mocks__/common/tree.js +32 -0
  31. package/dist/__mocks__/common/tree.js.map +1 -0
  32. package/dist/__mocks__/common/treeElements.d.ts +11 -0
  33. package/dist/__mocks__/common/treeElements.js +59 -0
  34. package/dist/__mocks__/common/treeElements.js.map +1 -0
  35. package/dist/__mocks__/common/value.d.ts +5 -0
  36. package/dist/__mocks__/common/value.js +35 -0
  37. package/dist/__mocks__/common/value.js.map +1 -0
  38. package/dist/__mocks__/common/versionProfile.d.ts +2 -0
  39. package/dist/__mocks__/common/versionProfile.js +6 -0
  40. package/dist/__mocks__/common/versionProfile.js.map +1 -0
  41. package/dist/__mocks__/common/view.d.ts +2 -0
  42. package/dist/__mocks__/common/view.js +26 -0
  43. package/dist/__mocks__/common/view.js.map +1 -0
  44. package/dist/__mocks__/mockQuery/mockGetLibraryDetailExtendedQuery.d.ts +5 -0
  45. package/dist/__mocks__/mockQuery/mockGetLibraryDetailExtendedQuery.js +57 -0
  46. package/dist/__mocks__/mockQuery/mockGetLibraryDetailExtendedQuery.js.map +1 -0
  47. package/dist/__mocks__/mockQuery/mockGetRecordsFromLibraryQuery.d.ts +5 -0
  48. package/dist/__mocks__/mockQuery/mockGetRecordsFromLibraryQuery.js +33 -0
  49. package/dist/__mocks__/mockQuery/mockGetRecordsFromLibraryQuery.js.map +1 -0
  50. package/dist/__mocks__/mockQuery/mockGetViewListQuery.d.ts +19 -0
  51. package/dist/__mocks__/mockQuery/mockGetViewListQuery.js +40 -0
  52. package/dist/__mocks__/mockQuery/mockGetViewListQuery.js.map +1 -0
  53. package/dist/__mocks__/react-i18next.d.ts +31 -0
  54. package/dist/__mocks__/react-i18next.js +65 -0
  55. package/dist/__mocks__/react-i18next.js.map +1 -0
  56. package/dist/_gqlTypes/index.d.ts +7080 -0
  57. package/dist/_gqlTypes/index.js +2643 -0
  58. package/dist/_gqlTypes/index.js.map +1 -0
  59. package/dist/_queries/applications/applicationDetailsFragment.js +27 -0
  60. package/dist/_queries/applications/applicationDetailsFragment.js.map +1 -0
  61. package/dist/_queries/applications/checkApplicationExistence.js +12 -0
  62. package/dist/_queries/applications/checkApplicationExistence.js.map +1 -0
  63. package/dist/_queries/applications/getApplicationDetails.js +16 -0
  64. package/dist/_queries/applications/getApplicationDetails.js.map +1 -0
  65. package/dist/_queries/applications/getApplicationsModulesQuery.js +14 -0
  66. package/dist/_queries/applications/getApplicationsModulesQuery.js.map +1 -0
  67. package/dist/_queries/applications/installApplicationMutation.js +10 -0
  68. package/dist/_queries/applications/installApplicationMutation.js.map +1 -0
  69. package/dist/_queries/applications/saveApplicationMutation.js +14 -0
  70. package/dist/_queries/applications/saveApplicationMutation.js.map +1 -0
  71. package/dist/_queries/attributes/attributeDetailsFragment.d.ts +1 -0
  72. package/dist/_queries/attributes/attributeDetailsFragment.js +57 -0
  73. package/dist/_queries/attributes/attributeDetailsFragment.js.map +1 -0
  74. package/dist/_queries/attributes/checkAttributeExistenceQuery.d.ts +1 -0
  75. package/dist/_queries/attributes/checkAttributeExistenceQuery.js +12 -0
  76. package/dist/_queries/attributes/checkAttributeExistenceQuery.js.map +1 -0
  77. package/dist/_queries/attributes/deleteAttributeMutation.d.ts +1 -0
  78. package/dist/_queries/attributes/deleteAttributeMutation.js +12 -0
  79. package/dist/_queries/attributes/deleteAttributeMutation.js.map +1 -0
  80. package/dist/_queries/attributes/getAttributeByIdQuery.d.ts +1 -0
  81. package/dist/_queries/attributes/getAttributeByIdQuery.js +16 -0
  82. package/dist/_queries/attributes/getAttributeByIdQuery.js.map +1 -0
  83. package/dist/_queries/attributes/getAttributeWithEmbeddedFields.d.ts +2 -0
  84. package/dist/_queries/attributes/getAttributeWithEmbeddedFields.js +31 -0
  85. package/dist/_queries/attributes/getAttributeWithEmbeddedFields.js.map +1 -0
  86. package/dist/_queries/attributes/getAttributesByLib.d.ts +1 -0
  87. package/dist/_queries/attributes/getAttributesByLib.js +48 -0
  88. package/dist/_queries/attributes/getAttributesByLib.js.map +1 -0
  89. package/dist/_queries/attributes/getAttributesQuery.d.ts +1 -0
  90. package/dist/_queries/attributes/getAttributesQuery.js +19 -0
  91. package/dist/_queries/attributes/getAttributesQuery.js.map +1 -0
  92. package/dist/_queries/attributes/getVersionProfilesQuery.d.ts +1 -0
  93. package/dist/_queries/attributes/getVersionProfilesQuery.js +15 -0
  94. package/dist/_queries/attributes/getVersionProfilesQuery.js.map +1 -0
  95. package/dist/_queries/attributes/getVersionableAttributesByLibrary.d.ts +1 -0
  96. package/dist/_queries/attributes/getVersionableAttributesByLibrary.js +24 -0
  97. package/dist/_queries/attributes/getVersionableAttributesByLibrary.js.map +1 -0
  98. package/dist/_queries/attributes/saveAttributeMutation.d.ts +1 -0
  99. package/dist/_queries/attributes/saveAttributeMutation.js +14 -0
  100. package/dist/_queries/attributes/saveAttributeMutation.js.map +1 -0
  101. package/dist/_queries/export/exportQuery.d.ts +1 -0
  102. package/dist/_queries/export/exportQuery.js +10 -0
  103. package/dist/_queries/export/exportQuery.js.map +1 -0
  104. package/dist/_queries/files/createDirectory.d.ts +1 -0
  105. package/dist/_queries/files/createDirectory.js +14 -0
  106. package/dist/_queries/files/createDirectory.js.map +1 -0
  107. package/dist/_queries/files/forcePreviewsGenerationMutation.d.ts +1 -0
  108. package/dist/_queries/files/forcePreviewsGenerationMutation.js +22 -0
  109. package/dist/_queries/files/forcePreviewsGenerationMutation.js.map +1 -0
  110. package/dist/_queries/files/getDirectoryDataQuery.d.ts +1 -0
  111. package/dist/_queries/files/getDirectoryDataQuery.js +53 -0
  112. package/dist/_queries/files/getDirectoryDataQuery.js.map +1 -0
  113. package/dist/_queries/files/getUploadUpdates.d.ts +1 -0
  114. package/dist/_queries/files/getUploadUpdates.js +23 -0
  115. package/dist/_queries/files/getUploadUpdates.js.map +1 -0
  116. package/dist/_queries/files/uploadMutation.d.ts +1 -0
  117. package/dist/_queries/files/uploadMutation.js +17 -0
  118. package/dist/_queries/files/uploadMutation.js.map +1 -0
  119. package/dist/_queries/import/importExcel.d.ts +1 -0
  120. package/dist/_queries/import/importExcel.js +10 -0
  121. package/dist/_queries/import/importExcel.js.map +1 -0
  122. package/dist/_queries/libraries/checkLibraryExistenceQuery.d.ts +1 -0
  123. package/dist/_queries/libraries/checkLibraryExistenceQuery.js +12 -0
  124. package/dist/_queries/libraries/checkLibraryExistenceQuery.js.map +1 -0
  125. package/dist/_queries/libraries/deleteLibraryMutation.d.ts +1 -0
  126. package/dist/_queries/libraries/deleteLibraryMutation.js +12 -0
  127. package/dist/_queries/libraries/deleteLibraryMutation.js.map +1 -0
  128. package/dist/_queries/libraries/getLibrariesQuery.d.ts +1 -0
  129. package/dist/_queries/libraries/getLibrariesQuery.js +29 -0
  130. package/dist/_queries/libraries/getLibrariesQuery.js.map +1 -0
  131. package/dist/_queries/libraries/getLibraryByIdQuery.d.ts +1 -0
  132. package/dist/_queries/libraries/getLibraryByIdQuery.js +16 -0
  133. package/dist/_queries/libraries/getLibraryByIdQuery.js.map +1 -0
  134. package/dist/_queries/libraries/getLibraryDetailExtendQuery.d.ts +102 -0
  135. package/dist/_queries/libraries/getLibraryDetailExtendQuery.js +133 -0
  136. package/dist/_queries/libraries/getLibraryDetailExtendQuery.js.map +1 -0
  137. package/dist/_queries/libraries/getLibraryPermissionsQuery.d.ts +1 -0
  138. package/dist/_queries/libraries/getLibraryPermissionsQuery.js +20 -0
  139. package/dist/_queries/libraries/getLibraryPermissionsQuery.js.map +1 -0
  140. package/dist/_queries/libraries/getLibraryPreviewsSettingsQuery.d.ts +1 -0
  141. package/dist/_queries/libraries/getLibraryPreviewsSettingsQuery.js +29 -0
  142. package/dist/_queries/libraries/getLibraryPreviewsSettingsQuery.js.map +1 -0
  143. package/dist/_queries/libraries/libraryDetailsFragment.d.ts +1 -0
  144. package/dist/_queries/libraries/libraryDetailsFragment.js +87 -0
  145. package/dist/_queries/libraries/libraryDetailsFragment.js.map +1 -0
  146. package/dist/_queries/libraries/saveLibraryMutation.d.ts +1 -0
  147. package/dist/_queries/libraries/saveLibraryMutation.js +14 -0
  148. package/dist/_queries/libraries/saveLibraryMutation.js.map +1 -0
  149. package/dist/_queries/permissions/isAllowedQuery.d.ts +1 -0
  150. package/dist/_queries/permissions/isAllowedQuery.js +18 -0
  151. package/dist/_queries/permissions/isAllowedQuery.js.map +1 -0
  152. package/dist/_queries/records/createRecordMutation.d.ts +2 -0
  153. package/dist/_queries/records/createRecordMutation.js +24 -0
  154. package/dist/_queries/records/createRecordMutation.js.map +1 -0
  155. package/dist/_queries/records/deactivateRecordsMutation.d.ts +1 -0
  156. package/dist/_queries/records/deactivateRecordsMutation.js +15 -0
  157. package/dist/_queries/records/deactivateRecordsMutation.js.map +1 -0
  158. package/dist/_queries/records/doesFileExistAsChild.d.ts +1 -0
  159. package/dist/_queries/records/doesFileExistAsChild.js +10 -0
  160. package/dist/_queries/records/doesFileExistAsChild.js.map +1 -0
  161. package/dist/_queries/records/getFileDataQuery.d.ts +14 -0
  162. package/dist/_queries/records/getFileDataQuery.js +58 -0
  163. package/dist/_queries/records/getFileDataQuery.js.map +1 -0
  164. package/dist/_queries/records/getRecordColumnsValues.d.ts +38 -0
  165. package/dist/_queries/records/getRecordColumnsValues.js +41 -0
  166. package/dist/_queries/records/getRecordColumnsValues.js.map +1 -0
  167. package/dist/_queries/records/getRecordFormQuery.d.ts +1 -0
  168. package/dist/_queries/records/getRecordFormQuery.js +62 -0
  169. package/dist/_queries/records/getRecordFormQuery.js.map +1 -0
  170. package/dist/_queries/records/getRecordPropertiesQuery.d.ts +73 -0
  171. package/dist/_queries/records/getRecordPropertiesQuery.js +77 -0
  172. package/dist/_queries/records/getRecordPropertiesQuery.js.map +1 -0
  173. package/dist/_queries/records/getRecordUpdatesSubscription.d.ts +1 -0
  174. package/dist/_queries/records/getRecordUpdatesSubscription.js +31 -0
  175. package/dist/_queries/records/getRecordUpdatesSubscription.js.map +1 -0
  176. package/dist/_queries/records/getRecordsFromLibraryQuery.d.ts +22 -0
  177. package/dist/_queries/records/getRecordsFromLibraryQuery.js +109 -0
  178. package/dist/_queries/records/getRecordsFromLibraryQuery.js.map +1 -0
  179. package/dist/_queries/records/indexRecordsMutation.d.ts +1 -0
  180. package/dist/_queries/records/indexRecordsMutation.js +10 -0
  181. package/dist/_queries/records/indexRecordsMutation.js.map +1 -0
  182. package/dist/_queries/records/recordFormAttributeFragment.d.ts +1 -0
  183. package/dist/_queries/records/recordFormAttributeFragment.js +94 -0
  184. package/dist/_queries/records/recordFormAttributeFragment.js.map +1 -0
  185. package/dist/_queries/records/recordIdentityFragment.js +20 -0
  186. package/dist/_queries/records/recordIdentityFragment.js.map +1 -0
  187. package/dist/_queries/tasks/cancelTaskMutation.d.ts +1 -0
  188. package/dist/_queries/tasks/cancelTaskMutation.js +10 -0
  189. package/dist/_queries/tasks/cancelTaskMutation.js.map +1 -0
  190. package/dist/_queries/trees/checkTreeExistenceQuery.d.ts +1 -0
  191. package/dist/_queries/trees/checkTreeExistenceQuery.js +12 -0
  192. package/dist/_queries/trees/checkTreeExistenceQuery.js.map +1 -0
  193. package/dist/_queries/trees/deleteTreeMutation.d.ts +1 -0
  194. package/dist/_queries/trees/deleteTreeMutation.js +12 -0
  195. package/dist/_queries/trees/deleteTreeMutation.js.map +1 -0
  196. package/dist/_queries/trees/getTreeByIdQuery.d.ts +1 -0
  197. package/dist/_queries/trees/getTreeByIdQuery.js +16 -0
  198. package/dist/_queries/trees/getTreeByIdQuery.js.map +1 -0
  199. package/dist/_queries/trees/getTreeLibraries.d.ts +1 -0
  200. package/dist/_queries/trees/getTreeLibraries.js +30 -0
  201. package/dist/_queries/trees/getTreeLibraries.js.map +1 -0
  202. package/dist/_queries/trees/getTreesQuery.d.ts +1 -0
  203. package/dist/_queries/trees/getTreesQuery.js +18 -0
  204. package/dist/_queries/trees/getTreesQuery.js.map +1 -0
  205. package/dist/_queries/trees/saveTreeMutation.d.ts +1 -0
  206. package/dist/_queries/trees/saveTreeMutation.js +14 -0
  207. package/dist/_queries/trees/saveTreeMutation.js.map +1 -0
  208. package/dist/_queries/trees/treeDetailsFragment.d.ts +1 -0
  209. package/dist/_queries/trees/treeDetailsFragment.js +24 -0
  210. package/dist/_queries/trees/treeDetailsFragment.js.map +1 -0
  211. package/dist/_queries/trees/treeNodeChildrenQuery.d.ts +1 -0
  212. package/dist/_queries/trees/treeNodeChildrenQuery.js +48 -0
  213. package/dist/_queries/trees/treeNodeChildrenQuery.js.map +1 -0
  214. package/dist/_queries/user/getUserInfoQuery.js +19 -0
  215. package/dist/_queries/user/getUserInfoQuery.js.map +1 -0
  216. package/dist/_queries/userData/getUserData.d.ts +1 -0
  217. package/dist/_queries/userData/getUserData.js +13 -0
  218. package/dist/_queries/userData/getUserData.js.map +1 -0
  219. package/dist/_queries/userData/saveUserData.d.ts +1 -0
  220. package/dist/_queries/userData/saveUserData.js +13 -0
  221. package/dist/_queries/userData/saveUserData.js.map +1 -0
  222. package/dist/_queries/values/deleteValueMutation.d.ts +1 -0
  223. package/dist/_queries/values/deleteValueMutation.js +14 -0
  224. package/dist/_queries/values/deleteValueMutation.js.map +1 -0
  225. package/dist/_queries/values/saveValueBatchMutation.d.ts +1 -0
  226. package/dist/_queries/values/saveValueBatchMutation.js +34 -0
  227. package/dist/_queries/values/saveValueBatchMutation.js.map +1 -0
  228. package/dist/_queries/values/valueDetailsFragment.d.ts +1 -0
  229. package/dist/_queries/values/valueDetailsFragment.js +76 -0
  230. package/dist/_queries/values/valueDetailsFragment.js.map +1 -0
  231. package/dist/_queries/values/valuesVersionFragment.d.ts +1 -0
  232. package/dist/_queries/values/valuesVersionFragment.js +23 -0
  233. package/dist/_queries/values/valuesVersionFragment.js.map +1 -0
  234. package/dist/_queries/views/deleteViewMutation.d.ts +8 -0
  235. package/dist/_queries/views/deleteViewMutation.js +14 -0
  236. package/dist/_queries/views/deleteViewMutation.js.map +1 -0
  237. package/dist/_queries/views/getViewById.d.ts +1 -0
  238. package/dist/_queries/views/getViewById.js +16 -0
  239. package/dist/_queries/views/getViewById.js.map +1 -0
  240. package/dist/_queries/views/getViewsListQuery.d.ts +1 -0
  241. package/dist/_queries/views/getViewsListQuery.js +17 -0
  242. package/dist/_queries/views/getViewsListQuery.js.map +1 -0
  243. package/dist/_queries/views/saveViewMutation.d.ts +2 -0
  244. package/dist/_queries/views/saveViewMutation.js +15 -0
  245. package/dist/_queries/views/saveViewMutation.js.map +1 -0
  246. package/dist/_queries/views/viewDetailsFragment.d.ts +2 -0
  247. package/dist/_queries/views/viewDetailsFragment.js +58 -0
  248. package/dist/_queries/views/viewDetailsFragment.js.map +1 -0
  249. package/dist/_tests/testUtils.d.ts +10 -0
  250. package/dist/_tests/testUtils.js +25 -0
  251. package/dist/_tests/testUtils.js.map +1 -0
  252. package/dist/_utils/getFiltersFromRequest.d.ts +3 -0
  253. package/dist/_utils/getFiltersFromRequest.js +90 -0
  254. package/dist/_utils/getFiltersFromRequest.js.map +1 -0
  255. package/dist/_utils/getRequestFromFilter.d.ts +3 -0
  256. package/dist/_utils/getRequestFromFilter.js +53 -0
  257. package/dist/_utils/getRequestFromFilter.js.map +1 -0
  258. package/dist/_utils/index.d.ts +31 -0
  259. package/dist/_utils/index.js +125 -0
  260. package/dist/_utils/index.js.map +1 -0
  261. package/dist/antdTheme/index.d.ts +27 -0
  262. package/dist/antdTheme/index.js +101 -0
  263. package/dist/antdTheme/index.js.map +1 -0
  264. package/dist/antdTheme/types.js +2 -0
  265. package/dist/antdTheme/types.js.map +1 -0
  266. package/dist/components/ApplicationInstallTag/ApplicationInstallTag.js +51 -0
  267. package/dist/components/ApplicationInstallTag/ApplicationInstallTag.js.map +1 -0
  268. package/dist/components/ApplicationInstallTag/index.js +5 -0
  269. package/dist/components/ApplicationInstallTag/index.js.map +1 -0
  270. package/dist/components/AttributePicker/AttributePicker.d.ts +13 -0
  271. package/dist/components/AttributePicker/AttributePicker.js +26 -0
  272. package/dist/components/AttributePicker/AttributePicker.js.map +1 -0
  273. package/dist/components/AttributePicker/AttributesList/AttributesList.d.ts +11 -0
  274. package/dist/components/AttributePicker/AttributesList/AttributesList.js +209 -0
  275. package/dist/components/AttributePicker/AttributesList/AttributesList.js.map +1 -0
  276. package/dist/components/AttributePicker/AttributesList/index.d.ts +1 -0
  277. package/dist/components/AttributePicker/AttributesList/index.js +5 -0
  278. package/dist/components/AttributePicker/AttributesList/index.js.map +1 -0
  279. package/dist/components/AttributePicker/index.d.ts +1 -0
  280. package/dist/components/AttributePicker/index.js +5 -0
  281. package/dist/components/AttributePicker/index.js.map +1 -0
  282. package/dist/components/AttributesSelectionList/Attribute/Attribute.d.ts +4 -0
  283. package/dist/components/AttributesSelectionList/Attribute/Attribute.js +50 -0
  284. package/dist/components/AttributesSelectionList/Attribute/Attribute.js.map +1 -0
  285. package/dist/components/AttributesSelectionList/Attribute/index.d.ts +2 -0
  286. package/dist/components/AttributesSelectionList/Attribute/index.js +6 -0
  287. package/dist/components/AttributesSelectionList/Attribute/index.js.map +1 -0
  288. package/dist/components/AttributesSelectionList/AttributesSelectionList.d.ts +11 -0
  289. package/dist/components/AttributesSelectionList/AttributesSelectionList.js +70 -0
  290. package/dist/components/AttributesSelectionList/AttributesSelectionList.js.map +1 -0
  291. package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/SelectedAttribute.d.ts +8 -0
  292. package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/SelectedAttribute.js +39 -0
  293. package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/SelectedAttribute.js.map +1 -0
  294. package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/index.d.ts +2 -0
  295. package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/index.js +6 -0
  296. package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/index.js.map +1 -0
  297. package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttributesList.d.ts +3 -0
  298. package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttributesList.js +55 -0
  299. package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttributesList.js.map +1 -0
  300. package/dist/components/AttributesSelectionList/SelectedAttributesList/index.d.ts +2 -0
  301. package/dist/components/AttributesSelectionList/SelectedAttributesList/index.js +6 -0
  302. package/dist/components/AttributesSelectionList/SelectedAttributesList/index.js.map +1 -0
  303. package/dist/components/AttributesSelectionList/_types.d.ts +8 -0
  304. package/dist/components/AttributesSelectionList/_types.js +2 -0
  305. package/dist/components/AttributesSelectionList/_types.js.map +1 -0
  306. package/dist/components/AttributesSelectionList/helpers/attributeToSelectedAttribute.d.ts +3 -0
  307. package/dist/components/AttributesSelectionList/helpers/attributeToSelectedAttribute.js +3 -0
  308. package/dist/components/AttributesSelectionList/helpers/attributeToSelectedAttribute.js.map +1 -0
  309. package/dist/components/AttributesSelectionList/index.d.ts +2 -0
  310. package/dist/components/AttributesSelectionList/index.js +6 -0
  311. package/dist/components/AttributesSelectionList/index.js.map +1 -0
  312. package/dist/components/AttributesSelectionList/reducer/__mocks__/attributesSelectionListStateContext.d.ts +11 -0
  313. package/dist/components/AttributesSelectionList/reducer/__mocks__/attributesSelectionListStateContext.js +10 -0
  314. package/dist/components/AttributesSelectionList/reducer/__mocks__/attributesSelectionListStateContext.js.map +1 -0
  315. package/dist/components/AttributesSelectionList/reducer/attributesSelectionListReducer.d.ts +33 -0
  316. package/dist/components/AttributesSelectionList/reducer/attributesSelectionListReducer.js +71 -0
  317. package/dist/components/AttributesSelectionList/reducer/attributesSelectionListReducer.js.map +1 -0
  318. package/dist/components/AttributesSelectionList/reducer/attributesSelectionListStateContext.d.ts +10 -0
  319. package/dist/components/AttributesSelectionList/reducer/attributesSelectionListStateContext.js +8 -0
  320. package/dist/components/AttributesSelectionList/reducer/attributesSelectionListStateContext.js.map +1 -0
  321. package/dist/components/AttributesSelectionList/sharedComponents.d.ts +806 -0
  322. package/dist/components/AttributesSelectionList/sharedComponents.js +16 -0
  323. package/dist/components/AttributesSelectionList/sharedComponents.js.map +1 -0
  324. package/dist/components/BasicButton/BasicButton.d.ts +8 -0
  325. package/dist/components/BasicButton/BasicButton.js +38 -0
  326. package/dist/components/BasicButton/BasicButton.js.map +1 -0
  327. package/dist/components/BasicButton/index.d.ts +1 -0
  328. package/dist/components/BasicButton/index.js +5 -0
  329. package/dist/components/BasicButton/index.js.map +1 -0
  330. package/dist/components/CreateDirectory/CreateDirectory.d.ts +10 -0
  331. package/dist/components/CreateDirectory/CreateDirectory.js +118 -0
  332. package/dist/components/CreateDirectory/CreateDirectory.js.map +1 -0
  333. package/dist/components/CreateDirectory/index.d.ts +1 -0
  334. package/dist/components/CreateDirectory/index.js +5 -0
  335. package/dist/components/CreateDirectory/index.js.map +1 -0
  336. package/dist/components/DeactivateRecordsModal/DeactivateRecordsModal.d.ts +11 -0
  337. package/dist/components/DeactivateRecordsModal/DeactivateRecordsModal.js +39 -0
  338. package/dist/components/DeactivateRecordsModal/DeactivateRecordsModal.js.map +1 -0
  339. package/dist/components/DeactivateRecordsModal/index.d.ts +1 -0
  340. package/dist/components/DeactivateRecordsModal/index.js +5 -0
  341. package/dist/components/DeactivateRecordsModal/index.js.map +1 -0
  342. package/dist/components/Dimmer/Dimmer.d.ts +6 -0
  343. package/dist/components/Dimmer/Dimmer.js +17 -0
  344. package/dist/components/Dimmer/Dimmer.js.map +1 -0
  345. package/dist/components/Dimmer/index.d.ts +2 -0
  346. package/dist/components/Dimmer/index.js +6 -0
  347. package/dist/components/Dimmer/index.js.map +1 -0
  348. package/dist/components/EditApplication/EditApplication.d.ts +4 -0
  349. package/dist/components/EditApplication/EditApplication.js +48 -0
  350. package/dist/components/EditApplication/EditApplication.js.map +1 -0
  351. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfo.d.ts +8 -0
  352. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfo.js +135 -0
  353. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfo.js.map +1 -0
  354. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/EditApplicationInfoForm.d.ts +12 -0
  355. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/EditApplicationInfoForm.js +154 -0
  356. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/EditApplicationInfoForm.js.map +1 -0
  357. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/ModuleSelector/ModuleSelector.js +45 -0
  358. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/ModuleSelector/ModuleSelector.js.map +1 -0
  359. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/ModuleSelector/index.js +6 -0
  360. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/ModuleSelector/index.js.map +1 -0
  361. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/index.js +6 -0
  362. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/index.js.map +1 -0
  363. package/dist/components/EditApplication/EditApplicationInfo/index.js +5 -0
  364. package/dist/components/EditApplication/EditApplicationInfo/index.js.map +1 -0
  365. package/dist/components/EditApplication/EditApplicationInstall/EditApplicationInstall.js +43 -0
  366. package/dist/components/EditApplication/EditApplicationInstall/EditApplicationInstall.js.map +1 -0
  367. package/dist/components/EditApplication/EditApplicationInstall/index.js +6 -0
  368. package/dist/components/EditApplication/EditApplicationInstall/index.js.map +1 -0
  369. package/dist/components/EditApplication/_types.d.ts +9 -0
  370. package/dist/components/EditApplication/_types.js +2 -0
  371. package/dist/components/EditApplication/_types.js.map +1 -0
  372. package/dist/components/EditApplication/index.js +6 -0
  373. package/dist/components/EditApplication/index.js.map +1 -0
  374. package/dist/components/EditAttributeModal/EditAttribute/EditAttribute.d.ts +9 -0
  375. package/dist/components/EditAttributeModal/EditAttribute/EditAttribute.js +51 -0
  376. package/dist/components/EditAttributeModal/EditAttribute/EditAttribute.js.map +1 -0
  377. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfo.d.ts +9 -0
  378. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfo.js +155 -0
  379. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfo.js.map +1 -0
  380. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/EditAttributeInfoForm.d.ts +13 -0
  381. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/EditAttributeInfoForm.js +172 -0
  382. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/EditAttributeInfoForm.js.map +1 -0
  383. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/LinkedLibraryForm.d.ts +9 -0
  384. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/LinkedLibraryForm.js +38 -0
  385. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/LinkedLibraryForm.js.map +1 -0
  386. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/index.d.ts +1 -0
  387. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/index.js +5 -0
  388. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/index.js.map +1 -0
  389. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/LinkedTreeForm.d.ts +9 -0
  390. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/LinkedTreeForm.js +38 -0
  391. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/LinkedTreeForm.js.map +1 -0
  392. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/index.d.ts +1 -0
  393. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/index.js +5 -0
  394. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/index.js.map +1 -0
  395. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/ValuesVersionsForm/ValuesVersionsForm.d.ts +9 -0
  396. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/ValuesVersionsForm/ValuesVersionsForm.js +38 -0
  397. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/ValuesVersionsForm/ValuesVersionsForm.js.map +1 -0
  398. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/ValuesVersionsForm/index.d.ts +1 -0
  399. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/ValuesVersionsForm/index.js +5 -0
  400. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/ValuesVersionsForm/index.js.map +1 -0
  401. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/index.d.ts +1 -0
  402. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/index.js +5 -0
  403. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/index.js.map +1 -0
  404. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/index.d.ts +1 -0
  405. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/index.js +5 -0
  406. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/index.js.map +1 -0
  407. package/dist/components/EditAttributeModal/EditAttribute/index.d.ts +1 -0
  408. package/dist/components/EditAttributeModal/EditAttribute/index.js +5 -0
  409. package/dist/components/EditAttributeModal/EditAttribute/index.js.map +1 -0
  410. package/dist/components/EditAttributeModal/EditAttributeModal.d.ts +12 -0
  411. package/dist/components/EditAttributeModal/EditAttributeModal.js +102 -0
  412. package/dist/components/EditAttributeModal/EditAttributeModal.js.map +1 -0
  413. package/dist/components/EditAttributeModal/index.d.ts +1 -0
  414. package/dist/components/EditAttributeModal/index.js +5 -0
  415. package/dist/components/EditAttributeModal/index.js.map +1 -0
  416. package/dist/components/EditLibraryModal/EditLibrary/EditLibrary.d.ts +10 -0
  417. package/dist/components/EditLibraryModal/EditLibrary/EditLibrary.js +73 -0
  418. package/dist/components/EditLibraryModal/EditLibrary/EditLibrary.js.map +1 -0
  419. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/AttributeCell.d.ts +7 -0
  420. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/AttributeCell.js +43 -0
  421. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/AttributeCell.js.map +1 -0
  422. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/index.d.ts +1 -0
  423. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/index.js +5 -0
  424. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/index.js.map +1 -0
  425. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributesList.d.ts +16 -0
  426. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributesList.js +172 -0
  427. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributesList.js.map +1 -0
  428. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/DeleteButton.d.ts +9 -0
  429. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/DeleteButton.js +26 -0
  430. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/DeleteButton.js.map +1 -0
  431. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/index.d.ts +1 -0
  432. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/index.js +5 -0
  433. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/index.js.map +1 -0
  434. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/index.d.ts +1 -0
  435. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/index.js +5 -0
  436. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/index.js.map +1 -0
  437. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/EditLibraryAttributes.d.ts +8 -0
  438. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/EditLibraryAttributes.js +43 -0
  439. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/EditLibraryAttributes.js.map +1 -0
  440. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/index.d.ts +1 -0
  441. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/index.js +5 -0
  442. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/index.js.map +1 -0
  443. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/EditLibraryIndexation.d.ts +9 -0
  444. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/EditLibraryIndexation.js +68 -0
  445. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/EditLibraryIndexation.js.map +1 -0
  446. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/index.d.ts +1 -0
  447. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/index.js +5 -0
  448. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/index.js.map +1 -0
  449. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfo.d.ts +9 -0
  450. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfo.js +128 -0
  451. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfo.js.map +1 -0
  452. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/EditLibraryInfoForm.d.ts +13 -0
  453. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/EditLibraryInfoForm.js +177 -0
  454. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/EditLibraryInfoForm.js.map +1 -0
  455. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/index.d.ts +1 -0
  456. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/index.js +5 -0
  457. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/index.js.map +1 -0
  458. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/index.d.ts +1 -0
  459. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/index.js +5 -0
  460. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/index.js.map +1 -0
  461. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditLibraryPreviewsSettings.d.ts +8 -0
  462. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditLibraryPreviewsSettings.js +37 -0
  463. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditLibraryPreviewsSettings.js.map +1 -0
  464. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/EditPreviewsSettingsModal.d.ts +11 -0
  465. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/EditPreviewsSettingsModal.js +65 -0
  466. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/EditPreviewsSettingsModal.js.map +1 -0
  467. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/SizesEditor.d.ts +9 -0
  468. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/SizesEditor.js +111 -0
  469. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/SizesEditor.js.map +1 -0
  470. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/index.d.ts +1 -0
  471. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/index.js +5 -0
  472. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/index.js.map +1 -0
  473. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/index.d.ts +1 -0
  474. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/index.js +5 -0
  475. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/index.js.map +1 -0
  476. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/PreviewsSettingsList.d.ts +9 -0
  477. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/PreviewsSettingsList.js +143 -0
  478. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/PreviewsSettingsList.js.map +1 -0
  479. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/index.d.ts +1 -0
  480. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/index.js +5 -0
  481. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/index.js.map +1 -0
  482. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/index.d.ts +1 -0
  483. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/index.js +5 -0
  484. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/index.js.map +1 -0
  485. package/dist/components/EditLibraryModal/EditLibrary/index.d.ts +1 -0
  486. package/dist/components/EditLibraryModal/EditLibrary/index.js +5 -0
  487. package/dist/components/EditLibraryModal/EditLibrary/index.js.map +1 -0
  488. package/dist/components/EditLibraryModal/EditLibraryModal.d.ts +13 -0
  489. package/dist/components/EditLibraryModal/EditLibraryModal.js +99 -0
  490. package/dist/components/EditLibraryModal/EditLibraryModal.js.map +1 -0
  491. package/dist/components/EditLibraryModal/index.d.ts +1 -0
  492. package/dist/components/EditLibraryModal/index.js +5 -0
  493. package/dist/components/EditLibraryModal/index.js.map +1 -0
  494. package/dist/components/EditTreeModal/EditTree/EditTree.d.ts +9 -0
  495. package/dist/components/EditTreeModal/EditTree/EditTree.js +51 -0
  496. package/dist/components/EditTreeModal/EditTree/EditTree.js.map +1 -0
  497. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfo.d.ts +9 -0
  498. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfo.js +147 -0
  499. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfo.js.map +1 -0
  500. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/EditTreeInfoForm.d.ts +14 -0
  501. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/EditTreeInfoForm.js +122 -0
  502. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/EditTreeInfoForm.js.map +1 -0
  503. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/TreeLibrariesForm.d.ts +9 -0
  504. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/TreeLibrariesForm.js +116 -0
  505. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/TreeLibrariesForm.js.map +1 -0
  506. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/index.d.ts +1 -0
  507. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/index.js +5 -0
  508. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/index.js.map +1 -0
  509. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/index.d.ts +1 -0
  510. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/index.js +5 -0
  511. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/index.js.map +1 -0
  512. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/index.d.ts +1 -0
  513. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/index.js +5 -0
  514. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/index.js.map +1 -0
  515. package/dist/components/EditTreeModal/EditTree/index.d.ts +1 -0
  516. package/dist/components/EditTreeModal/EditTree/index.js +5 -0
  517. package/dist/components/EditTreeModal/EditTree/index.js.map +1 -0
  518. package/dist/components/EditTreeModal/EditTreeModal.d.ts +12 -0
  519. package/dist/components/EditTreeModal/EditTreeModal.js +99 -0
  520. package/dist/components/EditTreeModal/EditTreeModal.js.map +1 -0
  521. package/dist/components/EditTreeModal/index.d.ts +1 -0
  522. package/dist/components/EditTreeModal/index.js +5 -0
  523. package/dist/components/EditTreeModal/index.js.map +1 -0
  524. package/dist/components/EntityCard/EntityCard.d.ts +17 -0
  525. package/dist/components/EntityCard/EntityCard.js +99 -0
  526. package/dist/components/EntityCard/EntityCard.js.map +1 -0
  527. package/dist/components/EntityCard/_types.d.ts +6 -0
  528. package/dist/components/EntityCard/_types.js +2 -0
  529. package/dist/components/EntityCard/_types.js.map +1 -0
  530. package/dist/components/EntityCard/index.d.ts +2 -0
  531. package/dist/components/EntityCard/index.js +6 -0
  532. package/dist/components/EntityCard/index.js.map +1 -0
  533. package/dist/components/EntityPreview/EntityPreview.d.ts +4 -0
  534. package/dist/components/EntityPreview/EntityPreview.js +15 -0
  535. package/dist/components/EntityPreview/EntityPreview.js.map +1 -0
  536. package/dist/components/EntityPreview/EntityPreviewList/EntityPreviewList.d.ts +4 -0
  537. package/dist/components/EntityPreview/EntityPreviewList/EntityPreviewList.js +58 -0
  538. package/dist/components/EntityPreview/EntityPreviewList/EntityPreviewList.js.map +1 -0
  539. package/dist/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/SimplisticEntityPreview.d.ts +6 -0
  540. package/dist/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/SimplisticEntityPreview.js +24 -0
  541. package/dist/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/SimplisticEntityPreview.js.map +1 -0
  542. package/dist/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/index.d.ts +2 -0
  543. package/dist/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/index.js +6 -0
  544. package/dist/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/index.js.map +1 -0
  545. package/dist/components/EntityPreview/EntityPreviewList/index.d.ts +2 -0
  546. package/dist/components/EntityPreview/EntityPreviewList/index.js +6 -0
  547. package/dist/components/EntityPreview/EntityPreviewList/index.js.map +1 -0
  548. package/dist/components/EntityPreview/EntityPreviewTile/EntityPreviewTile.d.ts +4 -0
  549. package/dist/components/EntityPreview/EntityPreviewTile/EntityPreviewTile.js +61 -0
  550. package/dist/components/EntityPreview/EntityPreviewTile/EntityPreviewTile.js.map +1 -0
  551. package/dist/components/EntityPreview/EntityPreviewTile/index.d.ts +2 -0
  552. package/dist/components/EntityPreview/EntityPreviewTile/index.js +6 -0
  553. package/dist/components/EntityPreview/EntityPreviewTile/index.js.map +1 -0
  554. package/dist/components/EntityPreview/_types.d.ts +21 -0
  555. package/dist/components/EntityPreview/_types.js +2 -0
  556. package/dist/components/EntityPreview/_types.js.map +1 -0
  557. package/dist/components/EntityPreview/index.d.ts +2 -0
  558. package/dist/components/EntityPreview/index.js +6 -0
  559. package/dist/components/EntityPreview/index.js.map +1 -0
  560. package/dist/components/ErrorBoundary/ErrorBoundary.d.ts +15 -0
  561. package/dist/components/ErrorBoundary/ErrorBoundary.js +28 -0
  562. package/dist/components/ErrorBoundary/ErrorBoundary.js.map +1 -0
  563. package/dist/components/ErrorBoundary/ErrorBoundaryContent/ErrorBoundaryContent.d.ts +9 -0
  564. package/dist/components/ErrorBoundary/ErrorBoundaryContent/ErrorBoundaryContent.js +37 -0
  565. package/dist/components/ErrorBoundary/ErrorBoundaryContent/ErrorBoundaryContent.js.map +1 -0
  566. package/dist/components/ErrorBoundary/ErrorBoundaryContent/index.d.ts +2 -0
  567. package/dist/components/ErrorBoundary/ErrorBoundaryContent/index.js +6 -0
  568. package/dist/components/ErrorBoundary/ErrorBoundaryContent/index.js.map +1 -0
  569. package/dist/components/ErrorBoundary/index.d.ts +1 -0
  570. package/dist/components/ErrorBoundary/index.js +5 -0
  571. package/dist/components/ErrorBoundary/index.js.map +1 -0
  572. package/dist/components/ErrorDisplay/ErrorDisplay.d.ts +10 -0
  573. package/dist/components/ErrorDisplay/ErrorDisplay.js +38 -0
  574. package/dist/components/ErrorDisplay/ErrorDisplay.js.map +1 -0
  575. package/dist/components/ErrorDisplay/index.d.ts +1 -0
  576. package/dist/components/ErrorDisplay/index.js +5 -0
  577. package/dist/components/ErrorDisplay/index.js.map +1 -0
  578. package/dist/components/ErrorMessage/ErrorMessage.d.ts +7 -0
  579. package/dist/components/ErrorMessage/ErrorMessage.js +21 -0
  580. package/dist/components/ErrorMessage/ErrorMessage.js.map +1 -0
  581. package/dist/components/ErrorMessage/index.d.ts +2 -0
  582. package/dist/components/ErrorMessage/index.js +6 -0
  583. package/dist/components/ErrorMessage/index.js.map +1 -0
  584. package/dist/components/ExportModal/ExportModal.d.ts +11 -0
  585. package/dist/components/ExportModal/ExportModal.js +126 -0
  586. package/dist/components/ExportModal/ExportModal.js.map +1 -0
  587. package/dist/components/ExportModal/index.d.ts +1 -0
  588. package/dist/components/ExportModal/index.js +5 -0
  589. package/dist/components/ExportModal/index.js.map +1 -0
  590. package/dist/components/FieldsGroup/FieldsGroup.d.ts +9 -0
  591. package/dist/components/FieldsGroup/FieldsGroup.js +29 -0
  592. package/dist/components/FieldsGroup/FieldsGroup.js.map +1 -0
  593. package/dist/components/FieldsGroup/index.js +6 -0
  594. package/dist/components/FieldsGroup/index.js.map +1 -0
  595. package/dist/components/FloatingMenu/FloatingMenu.d.ts +11 -0
  596. package/dist/components/FloatingMenu/FloatingMenu.js +46 -0
  597. package/dist/components/FloatingMenu/FloatingMenu.js.map +1 -0
  598. package/dist/components/FloatingMenu/_types.d.ts +14 -0
  599. package/dist/components/FloatingMenu/_types.js +2 -0
  600. package/dist/components/FloatingMenu/_types.js.map +1 -0
  601. package/dist/components/FloatingMenu/index.d.ts +2 -0
  602. package/dist/components/FloatingMenu/index.js +6 -0
  603. package/dist/components/FloatingMenu/index.js.map +1 -0
  604. package/dist/components/ImageLoading/ImageLoading.d.ts +6 -0
  605. package/dist/components/ImageLoading/ImageLoading.js +27 -0
  606. package/dist/components/ImageLoading/ImageLoading.js.map +1 -0
  607. package/dist/components/ImageLoading/index.js +5 -0
  608. package/dist/components/ImageLoading/index.js.map +1 -0
  609. package/dist/components/ImageMissing/ImageMissing.d.ts +6 -0
  610. package/dist/components/ImageMissing/ImageMissing.js +21 -0
  611. package/dist/components/ImageMissing/ImageMissing.js.map +1 -0
  612. package/dist/components/ImageMissing/index.js +5 -0
  613. package/dist/components/ImageMissing/index.js.map +1 -0
  614. package/dist/components/ImportModal/ImportModal.d.ts +11 -0
  615. package/dist/components/ImportModal/ImportModal.js +186 -0
  616. package/dist/components/ImportModal/ImportModal.js.map +1 -0
  617. package/dist/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/ImportKeysSelector.d.ts +9 -0
  618. package/dist/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/ImportKeysSelector.js +32 -0
  619. package/dist/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/ImportKeysSelector.js.map +1 -0
  620. package/dist/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/index.d.ts +2 -0
  621. package/dist/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/index.js +6 -0
  622. package/dist/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/index.js.map +1 -0
  623. package/dist/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/ImportMappingRowTitle.d.ts +7 -0
  624. package/dist/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/ImportMappingRowTitle.js +25 -0
  625. package/dist/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/ImportMappingRowTitle.js.map +1 -0
  626. package/dist/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/index.d.ts +2 -0
  627. package/dist/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/index.js +6 -0
  628. package/dist/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/index.js.map +1 -0
  629. package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.d.ts +8 -0
  630. package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.js +188 -0
  631. package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.js.map +1 -0
  632. package/dist/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/ImportScheduleModal.d.ts +11 -0
  633. package/dist/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/ImportScheduleModal.js +21 -0
  634. package/dist/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/ImportScheduleModal.js.map +1 -0
  635. package/dist/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/index.d.ts +2 -0
  636. package/dist/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/index.js +6 -0
  637. package/dist/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/index.js.map +1 -0
  638. package/dist/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/ImportSheetSettings.d.ts +13 -0
  639. package/dist/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/ImportSheetSettings.js +59 -0
  640. package/dist/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/ImportSheetSettings.js.map +1 -0
  641. package/dist/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/index.d.ts +2 -0
  642. package/dist/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/index.js +6 -0
  643. package/dist/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/index.js.map +1 -0
  644. package/dist/components/ImportModal/ImportModalConfigStep/index.d.ts +2 -0
  645. package/dist/components/ImportModal/ImportModalConfigStep/index.js +6 -0
  646. package/dist/components/ImportModal/ImportModalConfigStep/index.js.map +1 -0
  647. package/dist/components/ImportModal/ImportModalDoneStep/ImportModalDoneStep.d.ts +6 -0
  648. package/dist/components/ImportModal/ImportModalDoneStep/ImportModalDoneStep.js +15 -0
  649. package/dist/components/ImportModal/ImportModalDoneStep/ImportModalDoneStep.js.map +1 -0
  650. package/dist/components/ImportModal/ImportModalDoneStep/index.d.ts +2 -0
  651. package/dist/components/ImportModal/ImportModalDoneStep/index.js +6 -0
  652. package/dist/components/ImportModal/ImportModalDoneStep/index.js.map +1 -0
  653. package/dist/components/ImportModal/ImportModalProcessingStep/ImportModalProcessingStep.d.ts +3 -0
  654. package/dist/components/ImportModal/ImportModalProcessingStep/ImportModalProcessingStep.js +15 -0
  655. package/dist/components/ImportModal/ImportModalProcessingStep/ImportModalProcessingStep.js.map +1 -0
  656. package/dist/components/ImportModal/ImportModalProcessingStep/index.d.ts +2 -0
  657. package/dist/components/ImportModal/ImportModalProcessingStep/index.js +6 -0
  658. package/dist/components/ImportModal/ImportModalProcessingStep/index.js.map +1 -0
  659. package/dist/components/ImportModal/ImportModalSelectFileStep/ImportModalSelectFileStep.d.ts +7 -0
  660. package/dist/components/ImportModal/ImportModalSelectFileStep/ImportModalSelectFileStep.js +158 -0
  661. package/dist/components/ImportModal/ImportModalSelectFileStep/ImportModalSelectFileStep.js.map +1 -0
  662. package/dist/components/ImportModal/ImportModalSelectFileStep/index.d.ts +2 -0
  663. package/dist/components/ImportModal/ImportModalSelectFileStep/index.js +6 -0
  664. package/dist/components/ImportModal/ImportModalSelectFileStep/index.js.map +1 -0
  665. package/dist/components/ImportModal/_types.d.ts +34 -0
  666. package/dist/components/ImportModal/_types.js +18 -0
  667. package/dist/components/ImportModal/_types.js.map +1 -0
  668. package/dist/components/ImportModal/importReducer/ImportReducerContext.d.ts +11 -0
  669. package/dist/components/ImportModal/importReducer/ImportReducerContext.js +12 -0
  670. package/dist/components/ImportModal/importReducer/ImportReducerContext.js.map +1 -0
  671. package/dist/components/ImportModal/importReducer/importReducer.d.ts +38 -0
  672. package/dist/components/ImportModal/importReducer/importReducer.js +110 -0
  673. package/dist/components/ImportModal/importReducer/importReducer.js.map +1 -0
  674. package/dist/components/ImportModal/importReducer/index.d.ts +2 -0
  675. package/dist/components/ImportModal/importReducer/index.js +6 -0
  676. package/dist/components/ImportModal/importReducer/index.js.map +1 -0
  677. package/dist/components/ImportModal/index.d.ts +1 -0
  678. package/dist/components/ImportModal/index.js +5 -0
  679. package/dist/components/ImportModal/index.js.map +1 -0
  680. package/dist/components/LibraryItemsList/DisplayOptions/DisplayOptions.d.ts +3 -0
  681. package/dist/components/LibraryItemsList/DisplayOptions/DisplayOptions.js +80 -0
  682. package/dist/components/LibraryItemsList/DisplayOptions/DisplayOptions.js.map +1 -0
  683. package/dist/components/LibraryItemsList/DisplayOptions/index.d.ts +2 -0
  684. package/dist/components/LibraryItemsList/DisplayOptions/index.js +6 -0
  685. package/dist/components/LibraryItemsList/DisplayOptions/index.js.map +1 -0
  686. package/dist/components/LibraryItemsList/DisplayTypeSelector/DisplayTypeSelector.d.ts +3 -0
  687. package/dist/components/LibraryItemsList/DisplayTypeSelector/DisplayTypeSelector.js +22 -0
  688. package/dist/components/LibraryItemsList/DisplayTypeSelector/DisplayTypeSelector.js.map +1 -0
  689. package/dist/components/LibraryItemsList/DisplayTypeSelector/index.d.ts +2 -0
  690. package/dist/components/LibraryItemsList/DisplayTypeSelector/index.js +6 -0
  691. package/dist/components/LibraryItemsList/DisplayTypeSelector/index.js.map +1 -0
  692. package/dist/components/LibraryItemsList/FiltersDropdown/FiltersDropdown.d.ts +14 -0
  693. package/dist/components/LibraryItemsList/FiltersDropdown/FiltersDropdown.js +244 -0
  694. package/dist/components/LibraryItemsList/FiltersDropdown/FiltersDropdown.js.map +1 -0
  695. package/dist/components/LibraryItemsList/FiltersDropdown/index.d.ts +2 -0
  696. package/dist/components/LibraryItemsList/FiltersDropdown/index.js +6 -0
  697. package/dist/components/LibraryItemsList/FiltersDropdown/index.js.map +1 -0
  698. package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.d.ts +16 -0
  699. package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.js +340 -0
  700. package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.js.map +1 -0
  701. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/FilterAttributeCondition.d.ts +8 -0
  702. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/FilterAttributeCondition.js +87 -0
  703. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/FilterAttributeCondition.js.map +1 -0
  704. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/index.d.ts +2 -0
  705. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/index.js +6 -0
  706. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/index.js.map +1 -0
  707. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/BooleanFilter.d.ts +4 -0
  708. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/BooleanFilter.js +13 -0
  709. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/BooleanFilter.js.map +1 -0
  710. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/index.d.ts +2 -0
  711. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/index.js +6 -0
  712. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/index.js.map +1 -0
  713. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/DateBetweenFilter.d.ts +4 -0
  714. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/DateBetweenFilter.js +27 -0
  715. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/DateBetweenFilter.js.map +1 -0
  716. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/index.d.ts +2 -0
  717. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/index.js +6 -0
  718. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/index.js.map +1 -0
  719. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/DateFilter.d.ts +4 -0
  720. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/DateFilter.js +23 -0
  721. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/DateFilter.js.map +1 -0
  722. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/index.d.ts +2 -0
  723. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/index.js +6 -0
  724. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/index.js.map +1 -0
  725. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/NumericFilter.d.ts +4 -0
  726. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/NumericFilter.js +35 -0
  727. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/NumericFilter.js.map +1 -0
  728. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/index.d.ts +2 -0
  729. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/index.js +6 -0
  730. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/index.js.map +1 -0
  731. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/TextFilter.d.ts +4 -0
  732. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/TextFilter.js +35 -0
  733. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/TextFilter.js.map +1 -0
  734. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/index.d.ts +2 -0
  735. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/index.js +6 -0
  736. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/index.js.map +1 -0
  737. package/dist/components/LibraryItemsList/FiltersPanel/Filter/index.d.ts +2 -0
  738. package/dist/components/LibraryItemsList/FiltersPanel/Filter/index.js +6 -0
  739. package/dist/components/LibraryItemsList/FiltersPanel/Filter/index.js.map +1 -0
  740. package/dist/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/FilterDropdownButton.d.ts +8 -0
  741. package/dist/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/FilterDropdownButton.js +23 -0
  742. package/dist/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/FilterDropdownButton.js.map +1 -0
  743. package/dist/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/index.d.ts +2 -0
  744. package/dist/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/index.js +6 -0
  745. package/dist/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/index.js.map +1 -0
  746. package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/FilterTreeCondition.d.ts +7 -0
  747. package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/FilterTreeCondition.js +35 -0
  748. package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/FilterTreeCondition.js.map +1 -0
  749. package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/index.d.ts +2 -0
  750. package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/index.js +6 -0
  751. package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/index.js.map +1 -0
  752. package/dist/components/LibraryItemsList/FiltersPanel/FiltersOptions.d.ts +14 -0
  753. package/dist/components/LibraryItemsList/FiltersPanel/FiltersOptions.js +157 -0
  754. package/dist/components/LibraryItemsList/FiltersPanel/FiltersOptions.js.map +1 -0
  755. package/dist/components/LibraryItemsList/FiltersPanel/FiltersPanel.d.ts +3 -0
  756. package/dist/components/LibraryItemsList/FiltersPanel/FiltersPanel.js +122 -0
  757. package/dist/components/LibraryItemsList/FiltersPanel/FiltersPanel.js.map +1 -0
  758. package/dist/components/LibraryItemsList/FiltersPanel/index.d.ts +2 -0
  759. package/dist/components/LibraryItemsList/FiltersPanel/index.js +6 -0
  760. package/dist/components/LibraryItemsList/FiltersPanel/index.js.map +1 -0
  761. package/dist/components/LibraryItemsList/FiltersPanel/mustHideValue.d.ts +3 -0
  762. package/dist/components/LibraryItemsList/FiltersPanel/mustHideValue.js +17 -0
  763. package/dist/components/LibraryItemsList/FiltersPanel/mustHideValue.js.map +1 -0
  764. package/dist/components/LibraryItemsList/IconViewType/IconViewType.d.ts +8 -0
  765. package/dist/components/LibraryItemsList/IconViewType/IconViewType.js +18 -0
  766. package/dist/components/LibraryItemsList/IconViewType/IconViewType.js.map +1 -0
  767. package/dist/components/LibraryItemsList/IconViewType/index.d.ts +2 -0
  768. package/dist/components/LibraryItemsList/IconViewType/index.js +6 -0
  769. package/dist/components/LibraryItemsList/IconViewType/index.js.map +1 -0
  770. package/dist/components/LibraryItemsList/LibraryItemsList.d.ts +14 -0
  771. package/dist/components/LibraryItemsList/LibraryItemsList.js +18 -0
  772. package/dist/components/LibraryItemsList/LibraryItemsList.js.map +1 -0
  773. package/dist/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.d.ts +16 -0
  774. package/dist/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.js +191 -0
  775. package/dist/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.js.map +1 -0
  776. package/dist/components/LibraryItemsList/LibraryItemsListContent/index.d.ts +2 -0
  777. package/dist/components/LibraryItemsList/LibraryItemsListContent/index.js +6 -0
  778. package/dist/components/LibraryItemsList/LibraryItemsListContent/index.js.map +1 -0
  779. package/dist/components/LibraryItemsList/LibraryItemsListEmpty/LibraryItemsListEmpty.d.ts +3 -0
  780. package/dist/components/LibraryItemsList/LibraryItemsListEmpty/LibraryItemsListEmpty.js +38 -0
  781. package/dist/components/LibraryItemsList/LibraryItemsListEmpty/LibraryItemsListEmpty.js.map +1 -0
  782. package/dist/components/LibraryItemsList/LibraryItemsListEmpty/index.d.ts +2 -0
  783. package/dist/components/LibraryItemsList/LibraryItemsListEmpty/index.js +6 -0
  784. package/dist/components/LibraryItemsList/LibraryItemsListEmpty/index.js.map +1 -0
  785. package/dist/components/LibraryItemsList/LibraryItemsListPagination/LibraryItemsListPagination.d.ts +3 -0
  786. package/dist/components/LibraryItemsList/LibraryItemsListPagination/LibraryItemsListPagination.js +21 -0
  787. package/dist/components/LibraryItemsList/LibraryItemsListPagination/LibraryItemsListPagination.js.map +1 -0
  788. package/dist/components/LibraryItemsList/LibraryItemsListPagination/index.d.ts +2 -0
  789. package/dist/components/LibraryItemsList/LibraryItemsListPagination/index.js +6 -0
  790. package/dist/components/LibraryItemsList/LibraryItemsListPagination/index.js.map +1 -0
  791. package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyCell/BodyCell.d.ts +9 -0
  792. package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyCell/BodyCell.js +43 -0
  793. package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyCell/BodyCell.js.map +1 -0
  794. package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyCell/index.d.ts +2 -0
  795. package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyCell/index.js +6 -0
  796. package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyCell/index.js.map +1 -0
  797. package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyRow/BodyRow.d.ts +8 -0
  798. package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyRow/BodyRow.js +56 -0
  799. package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyRow/BodyRow.js.map +1 -0
  800. package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyRow/index.d.ts +2 -0
  801. package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyRow/index.js +6 -0
  802. package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyRow/index.js.map +1 -0
  803. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/AllValuesCount.d.ts +8 -0
  804. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/AllValuesCount.js +52 -0
  805. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/AllValuesCount.js.map +1 -0
  806. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/index.d.ts +2 -0
  807. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/index.js +6 -0
  808. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/index.js.map +1 -0
  809. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/Cell.d.ts +8 -0
  810. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/Cell.js +51 -0
  811. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/Cell.js.map +1 -0
  812. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/CellInfos.d.ts +10 -0
  813. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/CellInfos.js +43 -0
  814. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/CellInfos.js.map +1 -0
  815. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/index.d.ts +2 -0
  816. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/index.js +6 -0
  817. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/index.js.map +1 -0
  818. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/CellSelection.d.ts +6 -0
  819. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/CellSelection.js +34 -0
  820. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/CellSelection.js.map +1 -0
  821. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/index.d.ts +2 -0
  822. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/index.js +6 -0
  823. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/index.js.map +1 -0
  824. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/ElementsToDisplay/RichTextDisplay.d.ts +6 -0
  825. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/ElementsToDisplay/RichTextDisplay.js +23 -0
  826. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/ElementsToDisplay/RichTextDisplay.js.map +1 -0
  827. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/StandardCell.d.ts +9 -0
  828. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/StandardCell.js +74 -0
  829. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/StandardCell.js.map +1 -0
  830. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/index.d.ts +2 -0
  831. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/index.js +6 -0
  832. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/index.js.map +1 -0
  833. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/index.d.ts +2 -0
  834. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/index.js +6 -0
  835. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/index.js.map +1 -0
  836. package/dist/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/ChooseTableColumns.d.ts +7 -0
  837. package/dist/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/ChooseTableColumns.js +84 -0
  838. package/dist/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/ChooseTableColumns.js.map +1 -0
  839. package/dist/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/index.d.ts +2 -0
  840. package/dist/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/index.js +6 -0
  841. package/dist/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/index.js.map +1 -0
  842. package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/Header.d.ts +9 -0
  843. package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/Header.js +141 -0
  844. package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/Header.js.map +1 -0
  845. package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/index.d.ts +2 -0
  846. package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/index.js +6 -0
  847. package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/index.js.map +1 -0
  848. package/dist/components/LibraryItemsList/LibraryItemsListTable/Table.d.ts +3 -0
  849. package/dist/components/LibraryItemsList/LibraryItemsListTable/Table.js +232 -0
  850. package/dist/components/LibraryItemsList/LibraryItemsListTable/Table.js.map +1 -0
  851. package/dist/components/LibraryItemsList/LibraryItemsListTable/index.d.ts +2 -0
  852. package/dist/components/LibraryItemsList/LibraryItemsListTable/index.js +6 -0
  853. package/dist/components/LibraryItemsList/LibraryItemsListTable/index.js.map +1 -0
  854. package/dist/components/LibraryItemsList/MenuItemList/MenuItemList.d.ts +8 -0
  855. package/dist/components/LibraryItemsList/MenuItemList/MenuItemList.js +54 -0
  856. package/dist/components/LibraryItemsList/MenuItemList/MenuItemList.js.map +1 -0
  857. package/dist/components/LibraryItemsList/MenuItemList/index.d.ts +2 -0
  858. package/dist/components/LibraryItemsList/MenuItemList/index.js +6 -0
  859. package/dist/components/LibraryItemsList/MenuItemList/index.js.map +1 -0
  860. package/dist/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/ActionsMenu.d.ts +3 -0
  861. package/dist/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/ActionsMenu.js +75 -0
  862. package/dist/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/ActionsMenu.js.map +1 -0
  863. package/dist/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/index.d.ts +2 -0
  864. package/dist/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/index.js +6 -0
  865. package/dist/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/index.js.map +1 -0
  866. package/dist/components/LibraryItemsList/MenuItemListSelected/MenuItemListSelected.d.ts +6 -0
  867. package/dist/components/LibraryItemsList/MenuItemListSelected/MenuItemListSelected.js +139 -0
  868. package/dist/components/LibraryItemsList/MenuItemListSelected/MenuItemListSelected.js.map +1 -0
  869. package/dist/components/LibraryItemsList/MenuItemListSelected/index.d.ts +2 -0
  870. package/dist/components/LibraryItemsList/MenuItemListSelected/index.js +6 -0
  871. package/dist/components/LibraryItemsList/MenuItemListSelected/index.js.map +1 -0
  872. package/dist/components/LibraryItemsList/MenuSelection/MenuSelection.d.ts +3 -0
  873. package/dist/components/LibraryItemsList/MenuSelection/MenuSelection.js +58 -0
  874. package/dist/components/LibraryItemsList/MenuSelection/MenuSelection.js.map +1 -0
  875. package/dist/components/LibraryItemsList/MenuSelection/index.d.ts +2 -0
  876. package/dist/components/LibraryItemsList/MenuSelection/index.js +6 -0
  877. package/dist/components/LibraryItemsList/MenuSelection/index.js.map +1 -0
  878. package/dist/components/LibraryItemsList/MenuView/MenuView.d.ts +7 -0
  879. package/dist/components/LibraryItemsList/MenuView/MenuView.js +163 -0
  880. package/dist/components/LibraryItemsList/MenuView/MenuView.js.map +1 -0
  881. package/dist/components/LibraryItemsList/MenuView/index.d.ts +2 -0
  882. package/dist/components/LibraryItemsList/MenuView/index.js +6 -0
  883. package/dist/components/LibraryItemsList/MenuView/index.js.map +1 -0
  884. package/dist/components/LibraryItemsList/SearchItems/SearchItems.d.ts +3 -0
  885. package/dist/components/LibraryItemsList/SearchItems/SearchItems.js +21 -0
  886. package/dist/components/LibraryItemsList/SearchItems/SearchItems.js.map +1 -0
  887. package/dist/components/LibraryItemsList/SearchItems/index.d.ts +2 -0
  888. package/dist/components/LibraryItemsList/SearchItems/index.js +6 -0
  889. package/dist/components/LibraryItemsList/SearchItems/index.js.map +1 -0
  890. package/dist/components/LibraryItemsList/Sidebar/Sidebar.d.ts +3 -0
  891. package/dist/components/LibraryItemsList/Sidebar/Sidebar.js +58 -0
  892. package/dist/components/LibraryItemsList/Sidebar/Sidebar.js.map +1 -0
  893. package/dist/components/LibraryItemsList/Sidebar/index.d.ts +2 -0
  894. package/dist/components/LibraryItemsList/Sidebar/index.js +6 -0
  895. package/dist/components/LibraryItemsList/Sidebar/index.js.map +1 -0
  896. package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/ItemTileDisplay.d.ts +7 -0
  897. package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/ItemTileDisplay.js +199 -0
  898. package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/ItemTileDisplay.js.map +1 -0
  899. package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/index.d.ts +2 -0
  900. package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/index.js +6 -0
  901. package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/index.js.map +1 -0
  902. package/dist/components/LibraryItemsList/TileDisplay/TileDisplay.d.ts +3 -0
  903. package/dist/components/LibraryItemsList/TileDisplay/TileDisplay.js +50 -0
  904. package/dist/components/LibraryItemsList/TileDisplay/TileDisplay.js.map +1 -0
  905. package/dist/components/LibraryItemsList/TileDisplay/helpers/getItemPreviewSize.d.ts +3 -0
  906. package/dist/components/LibraryItemsList/TileDisplay/helpers/getItemPreviewSize.js +11 -0
  907. package/dist/components/LibraryItemsList/TileDisplay/helpers/getItemPreviewSize.js.map +1 -0
  908. package/dist/components/LibraryItemsList/TileDisplay/index.d.ts +2 -0
  909. package/dist/components/LibraryItemsList/TileDisplay/index.js +6 -0
  910. package/dist/components/LibraryItemsList/TileDisplay/index.js.map +1 -0
  911. package/dist/components/LibraryItemsList/VersionsPanel/VersionsPanel.d.ts +3 -0
  912. package/dist/components/LibraryItemsList/VersionsPanel/VersionsPanel.js +66 -0
  913. package/dist/components/LibraryItemsList/VersionsPanel/VersionsPanel.js.map +1 -0
  914. package/dist/components/LibraryItemsList/VersionsPanel/index.d.ts +2 -0
  915. package/dist/components/LibraryItemsList/VersionsPanel/index.js +6 -0
  916. package/dist/components/LibraryItemsList/VersionsPanel/index.js.map +1 -0
  917. package/dist/components/LibraryItemsList/ViewPanel/EditView/EditView.d.ts +10 -0
  918. package/dist/components/LibraryItemsList/ViewPanel/EditView/EditView.js +80 -0
  919. package/dist/components/LibraryItemsList/ViewPanel/EditView/EditView.js.map +1 -0
  920. package/dist/components/LibraryItemsList/ViewPanel/EditView/index.d.ts +2 -0
  921. package/dist/components/LibraryItemsList/ViewPanel/EditView/index.js +6 -0
  922. package/dist/components/LibraryItemsList/ViewPanel/EditView/index.js.map +1 -0
  923. package/dist/components/LibraryItemsList/ViewPanel/View/View.d.ts +10 -0
  924. package/dist/components/LibraryItemsList/ViewPanel/View/View.js +140 -0
  925. package/dist/components/LibraryItemsList/ViewPanel/View/View.js.map +1 -0
  926. package/dist/components/LibraryItemsList/ViewPanel/View/index.d.ts +2 -0
  927. package/dist/components/LibraryItemsList/ViewPanel/View/index.js +6 -0
  928. package/dist/components/LibraryItemsList/ViewPanel/View/index.js.map +1 -0
  929. package/dist/components/LibraryItemsList/ViewPanel/ViewPanel.d.ts +3 -0
  930. package/dist/components/LibraryItemsList/ViewPanel/ViewPanel.js +189 -0
  931. package/dist/components/LibraryItemsList/ViewPanel/ViewPanel.js.map +1 -0
  932. package/dist/components/LibraryItemsList/ViewPanel/index.d.ts +2 -0
  933. package/dist/components/LibraryItemsList/ViewPanel/index.js +6 -0
  934. package/dist/components/LibraryItemsList/ViewPanel/index.js.map +1 -0
  935. package/dist/components/LibraryItemsList/constants.d.ts +12 -0
  936. package/dist/components/LibraryItemsList/constants.js +19 -0
  937. package/dist/components/LibraryItemsList/constants.js.map +1 -0
  938. package/dist/components/LibraryItemsList/helpers/defaultFilterConditionByAttributeFormat.d.ts +3 -0
  939. package/dist/components/LibraryItemsList/helpers/defaultFilterConditionByAttributeFormat.js +18 -0
  940. package/dist/components/LibraryItemsList/helpers/defaultFilterConditionByAttributeFormat.js.map +1 -0
  941. package/dist/components/LibraryItemsList/helpers/displayTypeToPreviewSize.d.ts +3 -0
  942. package/dist/components/LibraryItemsList/helpers/displayTypeToPreviewSize.js +15 -0
  943. package/dist/components/LibraryItemsList/helpers/displayTypeToPreviewSize.js.map +1 -0
  944. package/dist/components/LibraryItemsList/helpers/extractAttributesFromLibrary.d.ts +4 -0
  945. package/dist/components/LibraryItemsList/helpers/extractAttributesFromLibrary.js +64 -0
  946. package/dist/components/LibraryItemsList/helpers/extractAttributesFromLibrary.js.map +1 -0
  947. package/dist/components/LibraryItemsList/helpers/getFieldFromKey.d.ts +5 -0
  948. package/dist/components/LibraryItemsList/helpers/getFieldFromKey.js +40 -0
  949. package/dist/components/LibraryItemsList/helpers/getFieldFromKey.js.map +1 -0
  950. package/dist/components/LibraryItemsList/helpers/getFieldsFromView.d.ts +6 -0
  951. package/dist/components/LibraryItemsList/helpers/getFieldsFromView.js +16 -0
  952. package/dist/components/LibraryItemsList/helpers/getFieldsFromView.js.map +1 -0
  953. package/dist/components/LibraryItemsList/helpers/getFieldsKeyFromAttribute.d.ts +2 -0
  954. package/dist/components/LibraryItemsList/helpers/getFieldsKeyFromAttribute.js +13 -0
  955. package/dist/components/LibraryItemsList/helpers/getFieldsKeyFromAttribute.js.map +1 -0
  956. package/dist/components/LibraryItemsList/helpers/getSortFieldByAttributeType.d.ts +2 -0
  957. package/dist/components/LibraryItemsList/helpers/getSortFieldByAttributeType.js +15 -0
  958. package/dist/components/LibraryItemsList/helpers/getSortFieldByAttributeType.js.map +1 -0
  959. package/dist/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.d.ts +8 -0
  960. package/dist/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.js +99 -0
  961. package/dist/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.js.map +1 -0
  962. package/dist/components/LibraryItemsList/hooks/useSearchReducer/_types.d.ts +69 -0
  963. package/dist/components/LibraryItemsList/hooks/useSearchReducer/_types.js +2 -0
  964. package/dist/components/LibraryItemsList/hooks/useSearchReducer/_types.js.map +1 -0
  965. package/dist/components/LibraryItemsList/hooks/useSearchReducer/index.d.ts +2 -0
  966. package/dist/components/LibraryItemsList/hooks/useSearchReducer/index.js +6 -0
  967. package/dist/components/LibraryItemsList/hooks/useSearchReducer/index.js.map +1 -0
  968. package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchContext.d.ts +7 -0
  969. package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchContext.js +7 -0
  970. package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchContext.js.map +1 -0
  971. package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.d.ts +124 -0
  972. package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.js +206 -0
  973. package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.js.map +1 -0
  974. package/dist/components/LibraryItemsList/hooks/useSearchReducer/useSearchReducer.d.ts +6 -0
  975. package/dist/components/LibraryItemsList/hooks/useSearchReducer/useSearchReducer.js +8 -0
  976. package/dist/components/LibraryItemsList/hooks/useSearchReducer/useSearchReducer.js.map +1 -0
  977. package/dist/components/LibraryItemsList/hooks/useUpdateViewsOrderMutation.d.ts +7 -0
  978. package/dist/components/LibraryItemsList/hooks/useUpdateViewsOrderMutation.js +34 -0
  979. package/dist/components/LibraryItemsList/hooks/useUpdateViewsOrderMutation.js.map +1 -0
  980. package/dist/components/LibraryItemsList/index.d.ts +1 -0
  981. package/dist/components/LibraryItemsList/index.js +5 -0
  982. package/dist/components/LibraryItemsList/index.js.map +1 -0
  983. package/dist/components/LibraryItemsList/manageItems.d.ts +11 -0
  984. package/dist/components/LibraryItemsList/manageItems.js +102 -0
  985. package/dist/components/LibraryItemsList/manageItems.js.map +1 -0
  986. package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/DeactivateRecordBtn.d.ts +8 -0
  987. package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/DeactivateRecordBtn.js +50 -0
  988. package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/DeactivateRecordBtn.js.map +1 -0
  989. package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/index.d.ts +2 -0
  990. package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/index.js +6 -0
  991. package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/index.js.map +1 -0
  992. package/dist/components/LibraryItemsList/shared/SelectCellsBtn.d.ts +16 -0
  993. package/dist/components/LibraryItemsList/shared/SelectCellsBtn.js +45 -0
  994. package/dist/components/LibraryItemsList/shared/SelectCellsBtn.js.map +1 -0
  995. package/dist/components/LibraryPicker/LibrariesList/LibrariesList.d.ts +10 -0
  996. package/dist/components/LibraryPicker/LibrariesList/LibrariesList.js +136 -0
  997. package/dist/components/LibraryPicker/LibrariesList/LibrariesList.js.map +1 -0
  998. package/dist/components/LibraryPicker/LibrariesList/index.d.ts +1 -0
  999. package/dist/components/LibraryPicker/LibrariesList/index.js +5 -0
  1000. package/dist/components/LibraryPicker/LibrariesList/index.js.map +1 -0
  1001. package/dist/components/LibraryPicker/LibraryPicker.d.ts +12 -0
  1002. package/dist/components/LibraryPicker/LibraryPicker.js +22 -0
  1003. package/dist/components/LibraryPicker/LibraryPicker.js.map +1 -0
  1004. package/dist/components/LibraryPicker/index.d.ts +1 -0
  1005. package/dist/components/LibraryPicker/index.js +5 -0
  1006. package/dist/components/LibraryPicker/index.js.map +1 -0
  1007. package/dist/components/List/List.d.ts +13 -0
  1008. package/dist/components/List/List.js +64 -0
  1009. package/dist/components/List/List.js.map +1 -0
  1010. package/dist/components/List/index.d.ts +2 -0
  1011. package/dist/components/List/index.js +6 -0
  1012. package/dist/components/List/index.js.map +1 -0
  1013. package/dist/components/Loading/Loading.js +18 -0
  1014. package/dist/components/Loading/Loading.js.map +1 -0
  1015. package/dist/components/Loading/index.d.ts +1 -0
  1016. package/dist/components/Loading/index.js +5 -0
  1017. package/dist/components/Loading/index.js.map +1 -0
  1018. package/dist/components/RecordCard/RecordCard.d.ts +4 -0
  1019. package/dist/components/RecordCard/RecordCard.js +36 -0
  1020. package/dist/components/RecordCard/RecordCard.js.map +1 -0
  1021. package/dist/components/RecordCard/_types.d.ts +16 -0
  1022. package/dist/components/RecordCard/_types.js +2 -0
  1023. package/dist/components/RecordCard/_types.js.map +1 -0
  1024. package/dist/components/RecordCard/index.js +6 -0
  1025. package/dist/components/RecordCard/index.js.map +1 -0
  1026. package/dist/components/RecordEdition/EditRecord/EditRecord.d.ts +13 -0
  1027. package/dist/components/RecordEdition/EditRecord/EditRecord.js +89 -0
  1028. package/dist/components/RecordEdition/EditRecord/EditRecord.js.map +1 -0
  1029. package/dist/components/RecordEdition/EditRecord/EditRecordSkeleton.d.ts +6 -0
  1030. package/dist/components/RecordEdition/EditRecord/EditRecordSkeleton.js +13 -0
  1031. package/dist/components/RecordEdition/EditRecord/EditRecordSkeleton.js.map +1 -0
  1032. package/dist/components/RecordEdition/EditRecord/_types.d.ts +109 -0
  1033. package/dist/components/RecordEdition/EditRecord/_types.js +12 -0
  1034. package/dist/components/RecordEdition/EditRecord/_types.js.map +1 -0
  1035. package/dist/components/RecordEdition/EditRecord/helpers/extractFormElements/extractFormElements.d.ts +3 -0
  1036. package/dist/components/RecordEdition/EditRecord/helpers/extractFormElements/extractFormElements.js +11 -0
  1037. package/dist/components/RecordEdition/EditRecord/helpers/extractFormElements/extractFormElements.js.map +1 -0
  1038. package/dist/components/RecordEdition/EditRecord/helpers/extractFormElements/index.d.ts +2 -0
  1039. package/dist/components/RecordEdition/EditRecord/helpers/extractFormElements/index.js +6 -0
  1040. package/dist/components/RecordEdition/EditRecord/helpers/extractFormElements/index.js.map +1 -0
  1041. package/dist/components/RecordEdition/EditRecord/helpers/getActiveFieldValues/getActiveFieldValues.d.ts +3 -0
  1042. package/dist/components/RecordEdition/EditRecord/helpers/getActiveFieldValues/getActiveFieldValues.js +4 -0
  1043. package/dist/components/RecordEdition/EditRecord/helpers/getActiveFieldValues/getActiveFieldValues.js.map +1 -0
  1044. package/dist/components/RecordEdition/EditRecord/helpers/getActiveFieldValues/index.d.ts +1 -0
  1045. package/dist/components/RecordEdition/EditRecord/helpers/getActiveFieldValues/index.js +5 -0
  1046. package/dist/components/RecordEdition/EditRecord/helpers/getActiveFieldValues/index.js.map +1 -0
  1047. package/dist/components/RecordEdition/EditRecord/helpers/isCurrentVersion/index.d.ts +1 -0
  1048. package/dist/components/RecordEdition/EditRecord/helpers/isCurrentVersion/index.js +5 -0
  1049. package/dist/components/RecordEdition/EditRecord/helpers/isCurrentVersion/index.js.map +1 -0
  1050. package/dist/components/RecordEdition/EditRecord/helpers/isCurrentVersion/isCurrentVersion.d.ts +7 -0
  1051. package/dist/components/RecordEdition/EditRecord/helpers/isCurrentVersion/isCurrentVersion.js +21 -0
  1052. package/dist/components/RecordEdition/EditRecord/helpers/isCurrentVersion/isCurrentVersion.js.map +1 -0
  1053. package/dist/components/RecordEdition/EditRecord/hooks/__mocks__/useDeleteValueMutation.d.ts +3 -0
  1054. package/dist/components/RecordEdition/EditRecord/hooks/__mocks__/useDeleteValueMutation.js +9 -0
  1055. package/dist/components/RecordEdition/EditRecord/hooks/__mocks__/useDeleteValueMutation.js.map +1 -0
  1056. package/dist/components/RecordEdition/EditRecord/hooks/__mocks__/useSaveValueMutation.d.ts +3 -0
  1057. package/dist/components/RecordEdition/EditRecord/hooks/__mocks__/useSaveValueMutation.js +9 -0
  1058. package/dist/components/RecordEdition/EditRecord/hooks/__mocks__/useSaveValueMutation.js.map +1 -0
  1059. package/dist/components/RecordEdition/EditRecord/hooks/helpers/getPropertyCacheFieldName.d.ts +2 -0
  1060. package/dist/components/RecordEdition/EditRecord/hooks/helpers/getPropertyCacheFieldName.js +5 -0
  1061. package/dist/components/RecordEdition/EditRecord/hooks/helpers/getPropertyCacheFieldName.js.map +1 -0
  1062. package/dist/components/RecordEdition/EditRecord/hooks/useExecuteDeleteValueMutation.d.ts +6 -0
  1063. package/dist/components/RecordEdition/EditRecord/hooks/useExecuteDeleteValueMutation.js +40 -0
  1064. package/dist/components/RecordEdition/EditRecord/hooks/useExecuteDeleteValueMutation.js.map +1 -0
  1065. package/dist/components/RecordEdition/EditRecord/hooks/useExecuteSaveValueBatchMutation.d.ts +6 -0
  1066. package/dist/components/RecordEdition/EditRecord/hooks/useExecuteSaveValueBatchMutation.js +62 -0
  1067. package/dist/components/RecordEdition/EditRecord/hooks/useExecuteSaveValueBatchMutation.js.map +1 -0
  1068. package/dist/components/RecordEdition/EditRecord/hooks/useRecordEditionContext.d.ts +4 -0
  1069. package/dist/components/RecordEdition/EditRecord/hooks/useRecordEditionContext.js +7 -0
  1070. package/dist/components/RecordEdition/EditRecord/hooks/useRecordEditionContext.js.map +1 -0
  1071. package/dist/components/RecordEdition/EditRecord/index.d.ts +2 -0
  1072. package/dist/components/RecordEdition/EditRecord/index.js +6 -0
  1073. package/dist/components/RecordEdition/EditRecord/index.js.map +1 -0
  1074. package/dist/components/RecordEdition/EditRecord/reducers/linkFieldReducer/index.d.ts +2 -0
  1075. package/dist/components/RecordEdition/EditRecord/reducers/linkFieldReducer/index.js +6 -0
  1076. package/dist/components/RecordEdition/EditRecord/reducers/linkFieldReducer/index.js.map +1 -0
  1077. package/dist/components/RecordEdition/EditRecord/reducers/linkFieldReducer/linkFieldReducer.d.ts +52 -0
  1078. package/dist/components/RecordEdition/EditRecord/reducers/linkFieldReducer/linkFieldReducer.js +110 -0
  1079. package/dist/components/RecordEdition/EditRecord/reducers/linkFieldReducer/linkFieldReducer.js.map +1 -0
  1080. package/dist/components/RecordEdition/EditRecord/reducers/standardFieldReducer/index.d.ts +2 -0
  1081. package/dist/components/RecordEdition/EditRecord/reducers/standardFieldReducer/index.js +6 -0
  1082. package/dist/components/RecordEdition/EditRecord/reducers/standardFieldReducer/index.js.map +1 -0
  1083. package/dist/components/RecordEdition/EditRecord/reducers/standardFieldReducer/standardFieldReducer.d.ts +100 -0
  1084. package/dist/components/RecordEdition/EditRecord/reducers/standardFieldReducer/standardFieldReducer.js +200 -0
  1085. package/dist/components/RecordEdition/EditRecord/reducers/standardFieldReducer/standardFieldReducer.js.map +1 -0
  1086. package/dist/components/RecordEdition/EditRecord/reducers/standardFieldReducer/standardFieldReducer.spec.d.ts +1 -0
  1087. package/dist/components/RecordEdition/EditRecord/reducers/standardFieldReducer/standardFieldReducer.spec.js +303 -0
  1088. package/dist/components/RecordEdition/EditRecord/reducers/standardFieldReducer/standardFieldReducer.spec.js.map +1 -0
  1089. package/dist/components/RecordEdition/EditRecord/shared/AddValueBtn/AddValueBtn.d.ts +10 -0
  1090. package/dist/components/RecordEdition/EditRecord/shared/AddValueBtn/AddValueBtn.js +31 -0
  1091. package/dist/components/RecordEdition/EditRecord/shared/AddValueBtn/AddValueBtn.js.map +1 -0
  1092. package/dist/components/RecordEdition/EditRecord/shared/AddValueBtn/index.d.ts +2 -0
  1093. package/dist/components/RecordEdition/EditRecord/shared/AddValueBtn/index.js +6 -0
  1094. package/dist/components/RecordEdition/EditRecord/shared/AddValueBtn/index.js.map +1 -0
  1095. package/dist/components/RecordEdition/EditRecord/shared/DeleteAllValuesBtn/DeleteAllValuesBtn.d.ts +6 -0
  1096. package/dist/components/RecordEdition/EditRecord/shared/DeleteAllValuesBtn/DeleteAllValuesBtn.js +21 -0
  1097. package/dist/components/RecordEdition/EditRecord/shared/DeleteAllValuesBtn/DeleteAllValuesBtn.js.map +1 -0
  1098. package/dist/components/RecordEdition/EditRecord/shared/DeleteAllValuesBtn/index.d.ts +2 -0
  1099. package/dist/components/RecordEdition/EditRecord/shared/DeleteAllValuesBtn/index.js +6 -0
  1100. package/dist/components/RecordEdition/EditRecord/shared/DeleteAllValuesBtn/index.js.map +1 -0
  1101. package/dist/components/RecordEdition/EditRecord/shared/DeleteValueBtn/DeleteValueBtn.d.ts +7 -0
  1102. package/dist/components/RecordEdition/EditRecord/shared/DeleteValueBtn/DeleteValueBtn.js +26 -0
  1103. package/dist/components/RecordEdition/EditRecord/shared/DeleteValueBtn/DeleteValueBtn.js.map +1 -0
  1104. package/dist/components/RecordEdition/EditRecord/shared/DeleteValueBtn/index.d.ts +2 -0
  1105. package/dist/components/RecordEdition/EditRecord/shared/DeleteValueBtn/index.js +6 -0
  1106. package/dist/components/RecordEdition/EditRecord/shared/DeleteValueBtn/index.js.map +1 -0
  1107. package/dist/components/RecordEdition/EditRecord/shared/FieldFooter/FieldFooter.d.ts +9 -0
  1108. package/dist/components/RecordEdition/EditRecord/shared/FieldFooter/FieldFooter.js +28 -0
  1109. package/dist/components/RecordEdition/EditRecord/shared/FieldFooter/FieldFooter.js.map +1 -0
  1110. package/dist/components/RecordEdition/EditRecord/shared/FieldFooter/index.d.ts +2 -0
  1111. package/dist/components/RecordEdition/EditRecord/shared/FieldFooter/index.js +6 -0
  1112. package/dist/components/RecordEdition/EditRecord/shared/FieldFooter/index.js.map +1 -0
  1113. package/dist/components/RecordEdition/EditRecord/shared/InheritedFieldLabel/InheritedFieldLabel.d.ts +7 -0
  1114. package/dist/components/RecordEdition/EditRecord/shared/InheritedFieldLabel/InheritedFieldLabel.js +22 -0
  1115. package/dist/components/RecordEdition/EditRecord/shared/InheritedFieldLabel/InheritedFieldLabel.js.map +1 -0
  1116. package/dist/components/RecordEdition/EditRecord/shared/InheritedFieldLabel/index.d.ts +2 -0
  1117. package/dist/components/RecordEdition/EditRecord/shared/InheritedFieldLabel/index.js +6 -0
  1118. package/dist/components/RecordEdition/EditRecord/shared/InheritedFieldLabel/index.js.map +1 -0
  1119. package/dist/components/RecordEdition/EditRecord/shared/NoValue/NoValue.d.ts +8 -0
  1120. package/dist/components/RecordEdition/EditRecord/shared/NoValue/NoValue.js +33 -0
  1121. package/dist/components/RecordEdition/EditRecord/shared/NoValue/NoValue.js.map +1 -0
  1122. package/dist/components/RecordEdition/EditRecord/shared/NoValue/index.d.ts +2 -0
  1123. package/dist/components/RecordEdition/EditRecord/shared/NoValue/index.js +6 -0
  1124. package/dist/components/RecordEdition/EditRecord/shared/NoValue/index.js.map +1 -0
  1125. package/dist/components/RecordEdition/EditRecord/shared/UpdatedFieldIcon/UpdatedFieldIcon.d.ts +3 -0
  1126. package/dist/components/RecordEdition/EditRecord/shared/UpdatedFieldIcon/UpdatedFieldIcon.js +13 -0
  1127. package/dist/components/RecordEdition/EditRecord/shared/UpdatedFieldIcon/UpdatedFieldIcon.js.map +1 -0
  1128. package/dist/components/RecordEdition/EditRecord/shared/UpdatedFieldIcon/index.d.ts +2 -0
  1129. package/dist/components/RecordEdition/EditRecord/shared/UpdatedFieldIcon/index.js +6 -0
  1130. package/dist/components/RecordEdition/EditRecord/shared/UpdatedFieldIcon/index.js.map +1 -0
  1131. package/dist/components/RecordEdition/EditRecord/shared/ValueDetailsBtn/ValueDetailsBtn.d.ts +11 -0
  1132. package/dist/components/RecordEdition/EditRecord/shared/ValueDetailsBtn/ValueDetailsBtn.js +42 -0
  1133. package/dist/components/RecordEdition/EditRecord/shared/ValueDetailsBtn/ValueDetailsBtn.js.map +1 -0
  1134. package/dist/components/RecordEdition/EditRecord/shared/ValueDetailsBtn/index.d.ts +2 -0
  1135. package/dist/components/RecordEdition/EditRecord/shared/ValueDetailsBtn/index.js +6 -0
  1136. package/dist/components/RecordEdition/EditRecord/shared/ValueDetailsBtn/index.js.map +1 -0
  1137. package/dist/components/RecordEdition/EditRecord/shared/ValuesVersionBtn/ValuesVersionBtn.d.ts +14 -0
  1138. package/dist/components/RecordEdition/EditRecord/shared/ValuesVersionBtn/ValuesVersionBtn.js +68 -0
  1139. package/dist/components/RecordEdition/EditRecord/shared/ValuesVersionBtn/ValuesVersionBtn.js.map +1 -0
  1140. package/dist/components/RecordEdition/EditRecord/shared/ValuesVersionBtn/index.d.ts +2 -0
  1141. package/dist/components/RecordEdition/EditRecord/shared/ValuesVersionBtn/index.js +6 -0
  1142. package/dist/components/RecordEdition/EditRecord/shared/ValuesVersionBtn/index.js.map +1 -0
  1143. package/dist/components/RecordEdition/EditRecord/shared/ValuesVersionIndicator/ValuesVersionIndicator.d.ts +9 -0
  1144. package/dist/components/RecordEdition/EditRecord/shared/ValuesVersionIndicator/ValuesVersionIndicator.js +34 -0
  1145. package/dist/components/RecordEdition/EditRecord/shared/ValuesVersionIndicator/ValuesVersionIndicator.js.map +1 -0
  1146. package/dist/components/RecordEdition/EditRecord/shared/ValuesVersionIndicator/index.d.ts +2 -0
  1147. package/dist/components/RecordEdition/EditRecord/shared/ValuesVersionIndicator/index.js +6 -0
  1148. package/dist/components/RecordEdition/EditRecord/shared/ValuesVersionIndicator/index.js.map +1 -0
  1149. package/dist/components/RecordEdition/EditRecord/uiElements/Container/Container.d.ts +4 -0
  1150. package/dist/components/RecordEdition/EditRecord/uiElements/Container/Container.js +14 -0
  1151. package/dist/components/RecordEdition/EditRecord/uiElements/Container/Container.js.map +1 -0
  1152. package/dist/components/RecordEdition/EditRecord/uiElements/Container/index.d.ts +2 -0
  1153. package/dist/components/RecordEdition/EditRecord/uiElements/Container/index.js +6 -0
  1154. package/dist/components/RecordEdition/EditRecord/uiElements/Container/index.js.map +1 -0
  1155. package/dist/components/RecordEdition/EditRecord/uiElements/ErrorField/ErrorField.d.ts +5 -0
  1156. package/dist/components/RecordEdition/EditRecord/uiElements/ErrorField/ErrorField.js +63 -0
  1157. package/dist/components/RecordEdition/EditRecord/uiElements/ErrorField/ErrorField.js.map +1 -0
  1158. package/dist/components/RecordEdition/EditRecord/uiElements/ErrorField/index.d.ts +2 -0
  1159. package/dist/components/RecordEdition/EditRecord/uiElements/ErrorField/index.js +6 -0
  1160. package/dist/components/RecordEdition/EditRecord/uiElements/ErrorField/index.js.map +1 -0
  1161. package/dist/components/RecordEdition/EditRecord/uiElements/FormDivider/FormDivider.d.ts +5 -0
  1162. package/dist/components/RecordEdition/EditRecord/uiElements/FormDivider/FormDivider.js +9 -0
  1163. package/dist/components/RecordEdition/EditRecord/uiElements/FormDivider/FormDivider.js.map +1 -0
  1164. package/dist/components/RecordEdition/EditRecord/uiElements/FormDivider/index.d.ts +2 -0
  1165. package/dist/components/RecordEdition/EditRecord/uiElements/FormDivider/index.js +6 -0
  1166. package/dist/components/RecordEdition/EditRecord/uiElements/FormDivider/index.js.map +1 -0
  1167. package/dist/components/RecordEdition/EditRecord/uiElements/FormTabs/FormTabs.d.ts +5 -0
  1168. package/dist/components/RecordEdition/EditRecord/uiElements/FormTabs/FormTabs.js +57 -0
  1169. package/dist/components/RecordEdition/EditRecord/uiElements/FormTabs/FormTabs.js.map +1 -0
  1170. package/dist/components/RecordEdition/EditRecord/uiElements/FormTabs/index.d.ts +2 -0
  1171. package/dist/components/RecordEdition/EditRecord/uiElements/FormTabs/index.js +6 -0
  1172. package/dist/components/RecordEdition/EditRecord/uiElements/FormTabs/index.js.map +1 -0
  1173. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/FloatingMenuHandler/FloatingMenuHandler.d.ts +14 -0
  1174. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/FloatingMenuHandler/FloatingMenuHandler.js +29 -0
  1175. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/FloatingMenuHandler/FloatingMenuHandler.js.map +1 -0
  1176. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/FloatingMenuHandler/index.d.ts +2 -0
  1177. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/FloatingMenuHandler/index.js +6 -0
  1178. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/FloatingMenuHandler/index.js.map +1 -0
  1179. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/LinkField.d.ts +13 -0
  1180. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/LinkField.js +313 -0
  1181. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/LinkField.js.map +1 -0
  1182. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/RecordIdentityCell/RecordIdentityCell.d.ts +7 -0
  1183. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/RecordIdentityCell/RecordIdentityCell.js +11 -0
  1184. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/RecordIdentityCell/RecordIdentityCell.js.map +1 -0
  1185. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/RecordIdentityCell/index.d.ts +2 -0
  1186. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/RecordIdentityCell/index.js +6 -0
  1187. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/RecordIdentityCell/index.js.map +1 -0
  1188. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/QuickSearch/QuickSearch.d.ts +14 -0
  1189. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/QuickSearch/QuickSearch.js +52 -0
  1190. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/QuickSearch/QuickSearch.js.map +1 -0
  1191. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/QuickSearch/index.d.ts +2 -0
  1192. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/QuickSearch/index.js +6 -0
  1193. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/QuickSearch/index.js.map +1 -0
  1194. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/ValuesAdd.d.ts +10 -0
  1195. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/ValuesAdd.js +214 -0
  1196. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/ValuesAdd.js.map +1 -0
  1197. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/index.d.ts +2 -0
  1198. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/index.js +6 -0
  1199. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/index.js.map +1 -0
  1200. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/index.d.ts +2 -0
  1201. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/index.js +6 -0
  1202. package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/index.js.map +1 -0
  1203. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardField.d.ts +5 -0
  1204. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardField.js +210 -0
  1205. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardField.js.map +1 -0
  1206. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.d.ts +4 -0
  1207. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.js +14 -0
  1208. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.js.map +1 -0
  1209. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.d.ts +4 -0
  1210. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.js +22 -0
  1211. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.js.map +1 -0
  1212. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.d.ts +4 -0
  1213. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.js +23 -0
  1214. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.js.map +1 -0
  1215. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/DateRangeInput.d.ts +4 -0
  1216. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/DateRangeInput.js +29 -0
  1217. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/DateRangeInput.js.map +1 -0
  1218. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.d.ts +4 -0
  1219. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.js +19 -0
  1220. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.js.map +1 -0
  1221. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.d.ts +4 -0
  1222. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.js +32 -0
  1223. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.js.map +1 -0
  1224. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.d.ts +4 -0
  1225. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.js +51 -0
  1226. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.js.map +1 -0
  1227. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.d.ts +4 -0
  1228. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.js +26 -0
  1229. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.js.map +1 -0
  1230. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/StandardFieldValue.d.ts +14 -0
  1231. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js +423 -0
  1232. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js.map +1 -0
  1233. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/ValuesList/ValuesList.d.ts +17 -0
  1234. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/ValuesList/ValuesList.js +35 -0
  1235. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/ValuesList/ValuesList.js.map +1 -0
  1236. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/ValuesList/index.d.ts +2 -0
  1237. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/ValuesList/index.js +6 -0
  1238. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/ValuesList/index.js.map +1 -0
  1239. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/index.d.ts +2 -0
  1240. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/index.js +6 -0
  1241. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/index.js.map +1 -0
  1242. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/index.d.ts +2 -0
  1243. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/index.js +6 -0
  1244. package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/index.js.map +1 -0
  1245. package/dist/components/RecordEdition/EditRecord/uiElements/TextBlock/TextBlock.d.ts +5 -0
  1246. package/dist/components/RecordEdition/EditRecord/uiElements/TextBlock/TextBlock.js +7 -0
  1247. package/dist/components/RecordEdition/EditRecord/uiElements/TextBlock/TextBlock.js.map +1 -0
  1248. package/dist/components/RecordEdition/EditRecord/uiElements/TextBlock/index.d.ts +2 -0
  1249. package/dist/components/RecordEdition/EditRecord/uiElements/TextBlock/index.js +6 -0
  1250. package/dist/components/RecordEdition/EditRecord/uiElements/TextBlock/index.js.map +1 -0
  1251. package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/TreeField.d.ts +5 -0
  1252. package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/TreeField.js +225 -0
  1253. package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/TreeField.js.map +1 -0
  1254. package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/TreeFieldValue/TreeFieldValue.d.ts +11 -0
  1255. package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/TreeFieldValue/TreeFieldValue.js +50 -0
  1256. package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/TreeFieldValue/TreeFieldValue.js.map +1 -0
  1257. package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/TreeFieldValue/index.d.ts +2 -0
  1258. package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/TreeFieldValue/index.js +6 -0
  1259. package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/TreeFieldValue/index.js.map +1 -0
  1260. package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/ValuesAdd/ValuesAdd.d.ts +10 -0
  1261. package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/ValuesAdd/ValuesAdd.js +109 -0
  1262. package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/ValuesAdd/ValuesAdd.js.map +1 -0
  1263. package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/ValuesAdd/index.d.ts +2 -0
  1264. package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/ValuesAdd/index.js +6 -0
  1265. package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/ValuesAdd/index.js.map +1 -0
  1266. package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/index.d.ts +2 -0
  1267. package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/index.js +6 -0
  1268. package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/index.js.map +1 -0
  1269. package/dist/components/RecordEdition/EditRecord/uiElements/index.d.ts +6 -0
  1270. package/dist/components/RecordEdition/EditRecord/uiElements/index.js +24 -0
  1271. package/dist/components/RecordEdition/EditRecord/uiElements/index.js.map +1 -0
  1272. package/dist/components/RecordEdition/EditRecordBtn/EditRecordBtn.d.ts +10 -0
  1273. package/dist/components/RecordEdition/EditRecordBtn/EditRecordBtn.js +34 -0
  1274. package/dist/components/RecordEdition/EditRecordBtn/EditRecordBtn.js.map +1 -0
  1275. package/dist/components/RecordEdition/EditRecordBtn/index.d.ts +2 -0
  1276. package/dist/components/RecordEdition/EditRecordBtn/index.js +6 -0
  1277. package/dist/components/RecordEdition/EditRecordBtn/index.js.map +1 -0
  1278. package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.d.ts +13 -0
  1279. package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js +333 -0
  1280. package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js.map +1 -0
  1281. package/dist/components/RecordEdition/EditRecordModal/EditRecordModalHeader/EditRecordModalHeader.d.ts +3 -0
  1282. package/dist/components/RecordEdition/EditRecordModal/EditRecordModalHeader/EditRecordModalHeader.js +54 -0
  1283. package/dist/components/RecordEdition/EditRecordModal/EditRecordModalHeader/EditRecordModalHeader.js.map +1 -0
  1284. package/dist/components/RecordEdition/EditRecordModal/EditRecordModalHeader/index.d.ts +2 -0
  1285. package/dist/components/RecordEdition/EditRecordModal/EditRecordModalHeader/index.js +6 -0
  1286. package/dist/components/RecordEdition/EditRecordModal/EditRecordModalHeader/index.js.map +1 -0
  1287. package/dist/components/RecordEdition/EditRecordModal/ValuesVersionSummary/ValuesVersionSummary.d.ts +9 -0
  1288. package/dist/components/RecordEdition/EditRecordModal/ValuesVersionSummary/ValuesVersionSummary.js +37 -0
  1289. package/dist/components/RecordEdition/EditRecordModal/ValuesVersionSummary/ValuesVersionSummary.js.map +1 -0
  1290. package/dist/components/RecordEdition/EditRecordModal/ValuesVersionSummary/index.d.ts +2 -0
  1291. package/dist/components/RecordEdition/EditRecordModal/ValuesVersionSummary/index.js +6 -0
  1292. package/dist/components/RecordEdition/EditRecordModal/ValuesVersionSummary/index.js.map +1 -0
  1293. package/dist/components/RecordEdition/EditRecordModal/creationErrorContext.d.ts +7 -0
  1294. package/dist/components/RecordEdition/EditRecordModal/creationErrorContext.js +7 -0
  1295. package/dist/components/RecordEdition/EditRecordModal/creationErrorContext.js.map +1 -0
  1296. package/dist/components/RecordEdition/EditRecordModal/index.d.ts +2 -0
  1297. package/dist/components/RecordEdition/EditRecordModal/index.js +6 -0
  1298. package/dist/components/RecordEdition/EditRecordModal/index.js.map +1 -0
  1299. package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.d.ts +7 -0
  1300. package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js +18 -0
  1301. package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js.map +1 -0
  1302. package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.d.ts +14 -0
  1303. package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.js +13 -0
  1304. package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.js.map +1 -0
  1305. package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/index.d.ts +2 -0
  1306. package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/index.js +6 -0
  1307. package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/index.js.map +1 -0
  1308. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.d.ts +289 -0
  1309. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.js +74 -0
  1310. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.js.map +1 -0
  1311. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/index.d.ts +2 -0
  1312. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/index.js +6 -0
  1313. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/index.js.map +1 -0
  1314. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/AttributeDetails.d.ts +7 -0
  1315. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/AttributeDetails.js +56 -0
  1316. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/AttributeDetails.js.map +1 -0
  1317. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/index.d.ts +2 -0
  1318. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/index.js +6 -0
  1319. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/index.js.map +1 -0
  1320. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/TreeValuePath.d.ts +9 -0
  1321. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/TreeValuePath.js +34 -0
  1322. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/TreeValuePath.js.map +1 -0
  1323. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/index.d.ts +2 -0
  1324. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/index.js +6 -0
  1325. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/index.js.map +1 -0
  1326. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.d.ts +11 -0
  1327. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.js +64 -0
  1328. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.js.map +1 -0
  1329. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/ValueInfo.d.ts +3 -0
  1330. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/ValueInfo.js +77 -0
  1331. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/ValueInfo.js.map +1 -0
  1332. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/index.d.ts +2 -0
  1333. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/index.js +6 -0
  1334. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/index.js.map +1 -0
  1335. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.d.ts +11 -0
  1336. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.js +53 -0
  1337. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.js.map +1 -0
  1338. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/index.d.ts +2 -0
  1339. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/index.js +6 -0
  1340. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/index.js.map +1 -0
  1341. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/index.d.ts +2 -0
  1342. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/index.js +6 -0
  1343. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/index.js.map +1 -0
  1344. package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/ValuesVersions.d.ts +3 -0
  1345. package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/ValuesVersions.js +59 -0
  1346. package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/ValuesVersions.js.map +1 -0
  1347. package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/index.d.ts +2 -0
  1348. package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/index.js +6 -0
  1349. package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/index.js.map +1 -0
  1350. package/dist/components/RecordEdition/EditRecordSidebar/index.d.ts +2 -0
  1351. package/dist/components/RecordEdition/EditRecordSidebar/index.js +6 -0
  1352. package/dist/components/RecordEdition/EditRecordSidebar/index.js.map +1 -0
  1353. package/dist/components/RecordEdition/editRecordModalReducer/editRecordModalReducer.d.ts +66 -0
  1354. package/dist/components/RecordEdition/editRecordModalReducer/editRecordModalReducer.js +67 -0
  1355. package/dist/components/RecordEdition/editRecordModalReducer/editRecordModalReducer.js.map +1 -0
  1356. package/dist/components/RecordEdition/editRecordModalReducer/editRecordModalReducerContext.d.ts +7 -0
  1357. package/dist/components/RecordEdition/editRecordModalReducer/editRecordModalReducerContext.js +10 -0
  1358. package/dist/components/RecordEdition/editRecordModalReducer/editRecordModalReducerContext.js.map +1 -0
  1359. package/dist/components/RecordEdition/editRecordModalReducer/index.d.ts +2 -0
  1360. package/dist/components/RecordEdition/editRecordModalReducer/index.js +6 -0
  1361. package/dist/components/RecordEdition/editRecordModalReducer/index.js.map +1 -0
  1362. package/dist/components/RecordEdition/editRecordModalReducer/useEditRecordModalReducer.d.ts +1 -0
  1363. package/dist/components/RecordEdition/editRecordModalReducer/useEditRecordModalReducer.js +7 -0
  1364. package/dist/components/RecordEdition/editRecordModalReducer/useEditRecordModalReducer.js.map +1 -0
  1365. package/dist/components/RecordEdition/index.d.ts +4 -0
  1366. package/dist/components/RecordEdition/index.js +5 -0
  1367. package/dist/components/RecordEdition/index.js.map +1 -0
  1368. package/dist/components/RecordPreviewWithModal/FileModal/FileModal.d.ts +9 -0
  1369. package/dist/components/RecordPreviewWithModal/FileModal/FileModal.js +40 -0
  1370. package/dist/components/RecordPreviewWithModal/FileModal/FileModal.js.map +1 -0
  1371. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/AudioFile.d.ts +4 -0
  1372. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/AudioFile.js +17 -0
  1373. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/AudioFile.js.map +1 -0
  1374. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/index.d.ts +2 -0
  1375. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/index.js +6 -0
  1376. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/index.js.map +1 -0
  1377. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/DocumentFile.d.ts +4 -0
  1378. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/DocumentFile.js +28 -0
  1379. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/DocumentFile.js.map +1 -0
  1380. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/index.d.ts +2 -0
  1381. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/index.js +6 -0
  1382. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/index.js.map +1 -0
  1383. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalContent.d.ts +7 -0
  1384. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalContent.js +85 -0
  1385. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalContent.js.map +1 -0
  1386. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/FileModalSidebar.d.ts +7 -0
  1387. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/FileModalSidebar.js +84 -0
  1388. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/FileModalSidebar.js.map +1 -0
  1389. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/index.d.ts +2 -0
  1390. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/index.js +6 -0
  1391. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/index.js.map +1 -0
  1392. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/ImageFile.d.ts +4 -0
  1393. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/ImageFile.js +33 -0
  1394. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/ImageFile.js.map +1 -0
  1395. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/index.d.ts +2 -0
  1396. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/index.js +6 -0
  1397. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/index.js.map +1 -0
  1398. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/NoDisplayFile.d.ts +7 -0
  1399. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/NoDisplayFile.js +45 -0
  1400. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/NoDisplayFile.js.map +1 -0
  1401. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/index.d.ts +2 -0
  1402. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/index.js +6 -0
  1403. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/index.js.map +1 -0
  1404. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/VideoFile.d.ts +4 -0
  1405. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/VideoFile.js +22 -0
  1406. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/VideoFile.js.map +1 -0
  1407. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/index.d.ts +2 -0
  1408. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/index.js +6 -0
  1409. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/index.js.map +1 -0
  1410. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/_types.d.ts +7 -0
  1411. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/_types.js +2 -0
  1412. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/_types.js.map +1 -0
  1413. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/index.d.ts +2 -0
  1414. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/index.js +6 -0
  1415. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/index.js.map +1 -0
  1416. package/dist/components/RecordPreviewWithModal/FileModal/_constants.d.ts +2 -0
  1417. package/dist/components/RecordPreviewWithModal/FileModal/_constants.js +6 -0
  1418. package/dist/components/RecordPreviewWithModal/FileModal/_constants.js.map +1 -0
  1419. package/dist/components/RecordPreviewWithModal/FileModal/index.d.ts +2 -0
  1420. package/dist/components/RecordPreviewWithModal/FileModal/index.js +6 -0
  1421. package/dist/components/RecordPreviewWithModal/FileModal/index.js.map +1 -0
  1422. package/dist/components/RecordPreviewWithModal/RecordPreviewWithModal.d.ts +9 -0
  1423. package/dist/components/RecordPreviewWithModal/RecordPreviewWithModal.js +57 -0
  1424. package/dist/components/RecordPreviewWithModal/RecordPreviewWithModal.js.map +1 -0
  1425. package/dist/components/RecordPreviewWithModal/index.d.ts +1 -0
  1426. package/dist/components/RecordPreviewWithModal/index.js +5 -0
  1427. package/dist/components/RecordPreviewWithModal/index.js.map +1 -0
  1428. package/dist/components/SearchModal/SearchModal.d.ts +10 -0
  1429. package/dist/components/SearchModal/SearchModal.js +46 -0
  1430. package/dist/components/SearchModal/SearchModal.js.map +1 -0
  1431. package/dist/components/SearchModal/index.d.ts +1 -0
  1432. package/dist/components/SearchModal/index.js +5 -0
  1433. package/dist/components/SearchModal/index.js.map +1 -0
  1434. package/dist/components/SelectTreeNode/SelectTreeNode.d.ts +17 -0
  1435. package/dist/components/SelectTreeNode/SelectTreeNode.js +154 -0
  1436. package/dist/components/SelectTreeNode/SelectTreeNode.js.map +1 -0
  1437. package/dist/components/SelectTreeNode/index.d.ts +1 -0
  1438. package/dist/components/SelectTreeNode/index.js +5 -0
  1439. package/dist/components/SelectTreeNode/index.js.map +1 -0
  1440. package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.d.ts +16 -0
  1441. package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.js +32 -0
  1442. package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.js.map +1 -0
  1443. package/dist/components/SelectTreeNodeModal/index.d.ts +2 -0
  1444. package/dist/components/SelectTreeNodeModal/index.js +6 -0
  1445. package/dist/components/SelectTreeNodeModal/index.js.map +1 -0
  1446. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundary.d.ts +14 -0
  1447. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundary.js +28 -0
  1448. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundary.js.map +1 -0
  1449. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/SimpleErrorBoundaryContent.d.ts +7 -0
  1450. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/SimpleErrorBoundaryContent.js +26 -0
  1451. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/SimpleErrorBoundaryContent.js.map +1 -0
  1452. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/index.d.ts +2 -0
  1453. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/index.js +6 -0
  1454. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/index.js.map +1 -0
  1455. package/dist/components/SimpleErrorBoundary/index.d.ts +1 -0
  1456. package/dist/components/SimpleErrorBoundary/index.js +5 -0
  1457. package/dist/components/SimpleErrorBoundary/index.js.map +1 -0
  1458. package/dist/components/SubmitStateNotifier/SubmitStateNotifier.d.ts +8 -0
  1459. package/dist/components/SubmitStateNotifier/SubmitStateNotifier.js +69 -0
  1460. package/dist/components/SubmitStateNotifier/SubmitStateNotifier.js.map +1 -0
  1461. package/dist/components/SubmitStateNotifier/_types.d.ts +1 -0
  1462. package/dist/components/SubmitStateNotifier/_types.js +2 -0
  1463. package/dist/components/SubmitStateNotifier/_types.js.map +1 -0
  1464. package/dist/components/SubmitStateNotifier/index.d.ts +2 -0
  1465. package/dist/components/SubmitStateNotifier/index.js +6 -0
  1466. package/dist/components/SubmitStateNotifier/index.js.map +1 -0
  1467. package/dist/components/TreePicker/TreePicker.d.ts +12 -0
  1468. package/dist/components/TreePicker/TreePicker.js +25 -0
  1469. package/dist/components/TreePicker/TreePicker.js.map +1 -0
  1470. package/dist/components/TreePicker/TreesList/TreesList.d.ts +10 -0
  1471. package/dist/components/TreePicker/TreesList/TreesList.js +137 -0
  1472. package/dist/components/TreePicker/TreesList/TreesList.js.map +1 -0
  1473. package/dist/components/TreePicker/TreesList/index.d.ts +1 -0
  1474. package/dist/components/TreePicker/TreesList/index.js +5 -0
  1475. package/dist/components/TreePicker/TreesList/index.js.map +1 -0
  1476. package/dist/components/TreePicker/index.d.ts +1 -0
  1477. package/dist/components/TreePicker/index.js +5 -0
  1478. package/dist/components/TreePicker/index.js.map +1 -0
  1479. package/dist/components/TriggerPreviewsGenerationModal/TriggerPreviewsGenerationModal.d.ts +11 -0
  1480. package/dist/components/TriggerPreviewsGenerationModal/TriggerPreviewsGenerationModal.js +88 -0
  1481. package/dist/components/TriggerPreviewsGenerationModal/TriggerPreviewsGenerationModal.js.map +1 -0
  1482. package/dist/components/TriggerPreviewsGenerationModal/index.d.ts +1 -0
  1483. package/dist/components/TriggerPreviewsGenerationModal/index.js +3 -0
  1484. package/dist/components/TriggerPreviewsGenerationModal/index.js.map +1 -0
  1485. package/dist/components/UploadFiles/UploadFiles.d.ts +14 -0
  1486. package/dist/components/UploadFiles/UploadFiles.js +226 -0
  1487. package/dist/components/UploadFiles/UploadFiles.js.map +1 -0
  1488. package/dist/components/UploadFiles/index.d.ts +1 -0
  1489. package/dist/components/UploadFiles/index.js +5 -0
  1490. package/dist/components/UploadFiles/index.js.map +1 -0
  1491. package/dist/components/ValuesVersionConfigurator/ValuesVersionConfigurator.d.ts +10 -0
  1492. package/dist/components/ValuesVersionConfigurator/ValuesVersionConfigurator.js +42 -0
  1493. package/dist/components/ValuesVersionConfigurator/ValuesVersionConfigurator.js.map +1 -0
  1494. package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.d.ts +11 -0
  1495. package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.js +77 -0
  1496. package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.js.map +1 -0
  1497. package/dist/components/ValuesVersionConfigurator/VersionTree/index.d.ts +2 -0
  1498. package/dist/components/ValuesVersionConfigurator/VersionTree/index.js +6 -0
  1499. package/dist/components/ValuesVersionConfigurator/VersionTree/index.js.map +1 -0
  1500. package/dist/components/ValuesVersionConfigurator/index.d.ts +2 -0
  1501. package/dist/components/ValuesVersionConfigurator/index.js +6 -0
  1502. package/dist/components/ValuesVersionConfigurator/index.js.map +1 -0
  1503. package/dist/components/index.d.ts +37 -0
  1504. package/dist/components/index.js +41 -0
  1505. package/dist/components/index.js.map +1 -0
  1506. package/dist/constants.d.ts +26 -0
  1507. package/dist/constants.js +44 -0
  1508. package/dist/constants.js.map +1 -0
  1509. package/dist/contexts/LangContext/LangContext.js +7 -0
  1510. package/dist/contexts/LangContext/LangContext.js.map +1 -0
  1511. package/dist/contexts/LangContext/_types.js +2 -0
  1512. package/dist/contexts/LangContext/_types.js.map +1 -0
  1513. package/dist/contexts/LangContext/index.js +6 -0
  1514. package/dist/contexts/LangContext/index.js.map +1 -0
  1515. package/dist/contexts/UserContext/UserContext.d.ts +3 -0
  1516. package/dist/contexts/UserContext/UserContext.js +6 -0
  1517. package/dist/contexts/UserContext/UserContext.js.map +1 -0
  1518. package/dist/contexts/UserContext/index.d.ts +2 -0
  1519. package/dist/contexts/UserContext/index.js +3 -0
  1520. package/dist/contexts/UserContext/index.js.map +1 -0
  1521. package/dist/contexts/UserContext/types.d.ts +9 -0
  1522. package/dist/contexts/UserContext/types.js +2 -0
  1523. package/dist/contexts/UserContext/types.js.map +1 -0
  1524. package/dist/contexts/index.d.ts +2 -0
  1525. package/dist/contexts/index.js +6 -0
  1526. package/dist/contexts/index.js.map +1 -0
  1527. package/dist/gqlFragments/index.d.ts +1 -0
  1528. package/dist/gqlFragments/index.js +5 -0
  1529. package/dist/gqlFragments/index.js.map +1 -0
  1530. package/dist/gqlFragments/recordIdentityFragment.d.ts +1 -0
  1531. package/dist/gqlFragments/recordIdentityFragment.js +21 -0
  1532. package/dist/gqlFragments/recordIdentityFragment.js.map +1 -0
  1533. package/dist/gqlPossibleTypes/index.d.ts +20 -0
  1534. package/dist/gqlPossibleTypes/index.js +24 -0
  1535. package/dist/gqlPossibleTypes/index.js.map +1 -0
  1536. package/dist/helpers/extractPermissionFromQuery.d.ts +2 -0
  1537. package/dist/helpers/extractPermissionFromQuery.js +7 -0
  1538. package/dist/helpers/extractPermissionFromQuery.js.map +1 -0
  1539. package/dist/hooks/index.d.ts +13 -0
  1540. package/dist/hooks/index.js +17 -0
  1541. package/dist/hooks/index.js.map +1 -0
  1542. package/dist/hooks/useAntdLocale/index.d.ts +1 -0
  1543. package/dist/hooks/useAntdLocale/index.js +5 -0
  1544. package/dist/hooks/useAntdLocale/index.js.map +1 -0
  1545. package/dist/hooks/useAntdLocale/useAntdLocale.d.ts +3 -0
  1546. package/dist/hooks/useAntdLocale/useAntdLocale.js +12 -0
  1547. package/dist/hooks/useAntdLocale/useAntdLocale.js.map +1 -0
  1548. package/dist/hooks/useAppLang/index.d.ts +1 -0
  1549. package/dist/hooks/useAppLang/index.js +5 -0
  1550. package/dist/hooks/useAppLang/index.js.map +1 -0
  1551. package/dist/hooks/useAppLang/useAppLang.d.ts +5 -0
  1552. package/dist/hooks/useAppLang/useAppLang.js +33 -0
  1553. package/dist/hooks/useAppLang/useAppLang.js.map +1 -0
  1554. package/dist/hooks/useAuth/index.d.ts +1 -0
  1555. package/dist/hooks/useAuth/index.js +5 -0
  1556. package/dist/hooks/useAuth/index.js.map +1 -0
  1557. package/dist/hooks/useAuth/useAuth.d.ts +5 -0
  1558. package/dist/hooks/useAuth/useAuth.js +16 -0
  1559. package/dist/hooks/useAuth/useAuth.js.map +1 -0
  1560. package/dist/hooks/useCanEditRecord/index.d.ts +1 -0
  1561. package/dist/hooks/useCanEditRecord/index.js +2 -0
  1562. package/dist/hooks/useCanEditRecord/index.js.map +1 -0
  1563. package/dist/hooks/useCanEditRecord/useCanEditRecord.d.ts +8 -0
  1564. package/dist/hooks/useCanEditRecord/useCanEditRecord.js +49 -0
  1565. package/dist/hooks/useCanEditRecord/useCanEditRecord.js.map +1 -0
  1566. package/dist/hooks/useExecuteAddViewMutation/useExecuteAddViewMutation.d.ts +6 -0
  1567. package/dist/hooks/useExecuteAddViewMutation/useExecuteAddViewMutation.js +33 -0
  1568. package/dist/hooks/useExecuteAddViewMutation/useExecuteAddViewMutation.js.map +1 -0
  1569. package/dist/hooks/useExecuteDeleteViewMutation/useExecuteDeleteViewMutation.d.ts +6 -0
  1570. package/dist/hooks/useExecuteDeleteViewMutation/useExecuteDeleteViewMutation.js +19 -0
  1571. package/dist/hooks/useExecuteDeleteViewMutation/useExecuteDeleteViewMutation.js.map +1 -0
  1572. package/dist/hooks/useGetLibraryDetailExtendedQuery/useGetLibraryDetailExtendedQuery.d.ts +5 -0
  1573. package/dist/hooks/useGetLibraryDetailExtendedQuery/useGetLibraryDetailExtendedQuery.js +16 -0
  1574. package/dist/hooks/useGetLibraryDetailExtendedQuery/useGetLibraryDetailExtendedQuery.js.map +1 -0
  1575. package/dist/hooks/useGetPreparedFileData/useGetPreparedFileData.d.ts +8 -0
  1576. package/dist/hooks/useGetPreparedFileData/useGetPreparedFileData.js +37 -0
  1577. package/dist/hooks/useGetPreparedFileData/useGetPreparedFileData.js.map +1 -0
  1578. package/dist/hooks/useGetRecordForm/index.d.ts +2 -0
  1579. package/dist/hooks/useGetRecordForm/index.js +6 -0
  1580. package/dist/hooks/useGetRecordForm/index.js.map +1 -0
  1581. package/dist/hooks/useGetRecordForm/useGetRecordForm.d.ts +51 -0
  1582. package/dist/hooks/useGetRecordForm/useGetRecordForm.js +52 -0
  1583. package/dist/hooks/useGetRecordForm/useGetRecordForm.js.map +1 -0
  1584. package/dist/hooks/useGetRecordUpdatesSubscription/index.d.ts +1 -0
  1585. package/dist/hooks/useGetRecordUpdatesSubscription/index.js +5 -0
  1586. package/dist/hooks/useGetRecordUpdatesSubscription/index.js.map +1 -0
  1587. package/dist/hooks/useGetRecordUpdatesSubscription/useGetRecordUpdatesSubscription.d.ts +4 -0
  1588. package/dist/hooks/useGetRecordUpdatesSubscription/useGetRecordUpdatesSubscription.js +17 -0
  1589. package/dist/hooks/useGetRecordUpdatesSubscription/useGetRecordUpdatesSubscription.js.map +1 -0
  1590. package/dist/hooks/useGetRecordValuesQuery/useGetRecordValuesQuery.d.ts +10 -0
  1591. package/dist/hooks/useGetRecordValuesQuery/useGetRecordValuesQuery.js +48 -0
  1592. package/dist/hooks/useGetRecordValuesQuery/useGetRecordValuesQuery.js.map +1 -0
  1593. package/dist/hooks/useLang/__mocks__/index.d.ts +2 -0
  1594. package/dist/hooks/useLang/__mocks__/index.js +6 -0
  1595. package/dist/hooks/useLang/__mocks__/index.js.map +1 -0
  1596. package/dist/hooks/useLang/__mocks__/useLang.d.ts +6 -0
  1597. package/dist/hooks/useLang/__mocks__/useLang.js +12 -0
  1598. package/dist/hooks/useLang/__mocks__/useLang.js.map +1 -0
  1599. package/dist/hooks/useLang/index.js +6 -0
  1600. package/dist/hooks/useLang/index.js.map +1 -0
  1601. package/dist/hooks/useLang/useLang.js +14 -0
  1602. package/dist/hooks/useLang/useLang.js.map +1 -0
  1603. package/dist/hooks/useLibraryVersionTrees/index.d.ts +1 -0
  1604. package/dist/hooks/useLibraryVersionTrees/index.js +5 -0
  1605. package/dist/hooks/useLibraryVersionTrees/index.js.map +1 -0
  1606. package/dist/hooks/useLibraryVersionTrees/useLibraryVersionTrees.d.ts +10 -0
  1607. package/dist/hooks/useLibraryVersionTrees/useLibraryVersionTrees.js +21 -0
  1608. package/dist/hooks/useLibraryVersionTrees/useLibraryVersionTrees.js.map +1 -0
  1609. package/dist/hooks/useLocalStorage/index.d.ts +1 -0
  1610. package/dist/hooks/useLocalStorage/index.js +5 -0
  1611. package/dist/hooks/useLocalStorage/index.js.map +1 -0
  1612. package/dist/hooks/useLocalStorage/useLocalStorage.d.ts +2 -0
  1613. package/dist/hooks/useLocalStorage/useLocalStorage.js +19 -0
  1614. package/dist/hooks/useLocalStorage/useLocalStorage.js.map +1 -0
  1615. package/dist/hooks/useRecordsConsultationHistory/index.d.ts +2 -0
  1616. package/dist/hooks/useRecordsConsultationHistory/index.js +6 -0
  1617. package/dist/hooks/useRecordsConsultationHistory/index.js.map +1 -0
  1618. package/dist/hooks/useRecordsConsultationHistory/useRecordsConsultationHistory.d.ts +1 -0
  1619. package/dist/hooks/useRecordsConsultationHistory/useRecordsConsultationHistory.js +33 -0
  1620. package/dist/hooks/useRecordsConsultationHistory/useRecordsConsultationHistory.js.map +1 -0
  1621. package/dist/hooks/useRefreshFieldValues/index.d.ts +1 -0
  1622. package/dist/hooks/useRefreshFieldValues/index.js +5 -0
  1623. package/dist/hooks/useRefreshFieldValues/index.js.map +1 -0
  1624. package/dist/hooks/useRefreshFieldValues/useRefreshFieldValues.d.ts +7 -0
  1625. package/dist/hooks/useRefreshFieldValues/useRefreshFieldValues.js +51 -0
  1626. package/dist/hooks/useRefreshFieldValues/useRefreshFieldValues.js.map +1 -0
  1627. package/dist/hooks/useRefreshToken/index.d.ts +1 -0
  1628. package/dist/hooks/useRefreshToken/index.js +5 -0
  1629. package/dist/hooks/useRefreshToken/index.js.map +1 -0
  1630. package/dist/hooks/useRefreshToken/useRefreshToken.d.ts +4 -0
  1631. package/dist/hooks/useRefreshToken/useRefreshToken.js +30 -0
  1632. package/dist/hooks/useRefreshToken/useRefreshToken.js.map +1 -0
  1633. package/dist/hooks/useSharedTranslation/__mocks__/index.d.ts +1 -0
  1634. package/dist/hooks/useSharedTranslation/__mocks__/index.js +5 -0
  1635. package/dist/hooks/useSharedTranslation/__mocks__/index.js.map +1 -0
  1636. package/dist/hooks/useSharedTranslation/__mocks__/useSharedTranslation.d.ts +7 -0
  1637. package/dist/hooks/useSharedTranslation/__mocks__/useSharedTranslation.js +13 -0
  1638. package/dist/hooks/useSharedTranslation/__mocks__/useSharedTranslation.js.map +1 -0
  1639. package/dist/hooks/useSharedTranslation/index.d.ts +1 -0
  1640. package/dist/hooks/useSharedTranslation/index.js +5 -0
  1641. package/dist/hooks/useSharedTranslation/index.js.map +1 -0
  1642. package/dist/hooks/useSharedTranslation/useSharedTranslation.d.ts +2 -0
  1643. package/dist/hooks/useSharedTranslation/useSharedTranslation.js +35 -0
  1644. package/dist/hooks/useSharedTranslation/useSharedTranslation.js.map +1 -0
  1645. package/dist/hooks/useUser/index.d.ts +1 -0
  1646. package/dist/hooks/useUser/index.js +2 -0
  1647. package/dist/hooks/useUser/index.js.map +1 -0
  1648. package/dist/hooks/useUser/useUser.d.ts +1 -0
  1649. package/dist/hooks/useUser/useUser.js +13 -0
  1650. package/dist/hooks/useUser/useUser.js.map +1 -0
  1651. package/dist/hooks/useValuesCacheUpdate/index.d.ts +1 -0
  1652. package/dist/hooks/useValuesCacheUpdate/index.js +5 -0
  1653. package/dist/hooks/useValuesCacheUpdate/index.js.map +1 -0
  1654. package/dist/hooks/useValuesCacheUpdate/useValuesCacheUpdate.d.ts +4 -0
  1655. package/dist/hooks/useValuesCacheUpdate/useValuesCacheUpdate.js +41 -0
  1656. package/dist/hooks/useValuesCacheUpdate/useValuesCacheUpdate.js.map +1 -0
  1657. package/dist/index.d.ts +9 -0
  1658. package/dist/index.js +13 -0
  1659. package/dist/index.js.map +1 -0
  1660. package/dist/libs/ui/tsconfig.tsbuildinfo +1 -0
  1661. package/dist/locales/en/shared.json +576 -0
  1662. package/dist/locales/fr/shared.json +578 -0
  1663. package/dist/testing/MockedLangContextProvider/MockedLangContextProvider.js +16 -0
  1664. package/dist/testing/MockedLangContextProvider/MockedLangContextProvider.js.map +1 -0
  1665. package/dist/testing/MockedLangContextProvider/index.js +6 -0
  1666. package/dist/testing/MockedLangContextProvider/index.js.map +1 -0
  1667. package/dist/testing/MockedUserContextProvider/MockedUserContextProvider.d.ts +5 -0
  1668. package/dist/testing/MockedUserContextProvider/MockedUserContextProvider.js +19 -0
  1669. package/dist/testing/MockedUserContextProvider/MockedUserContextProvider.js.map +1 -0
  1670. package/dist/testing/MockedUserContextProvider/index.d.ts +2 -0
  1671. package/dist/testing/MockedUserContextProvider/index.js +6 -0
  1672. package/dist/testing/MockedUserContextProvider/index.js.map +1 -0
  1673. package/dist/testing/index.js +5 -0
  1674. package/dist/testing/index.js.map +1 -0
  1675. package/dist/tsconfig.tsbuildinfo +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/package.json +17 -29
  1704. package/dist/RichTextDisplay-VHFbHGsa.js +0 -3622
  1705. package/dist/RichTextEditorInput-Iw9u6qzh.js +0 -30331
  1706. package/dist/index-9w_Vhu14.js +0 -21765
  1707. package/dist/index-PMijvJqf.js +0 -155554
  1708. package/dist/index-bDhlCrqn.js +0 -12
  1709. package/dist/index-dqtAhqlh.js +0 -17
  1710. package/dist/index-eZQTM_lC.js +0 -322
  1711. package/dist/minimatch-x8aONUPa.js +0 -1573
  1712. package/dist/ui.js +0 -1148
  1713. package/dist/ui2.js +0 -66
@@ -0,0 +1,2643 @@
1
+ import { gql } from '@apollo/client';
2
+ import * as Apollo from '@apollo/client';
3
+ const defaultOptions = {};
4
+ export var ActionIoTypes;
5
+ (function (ActionIoTypes) {
6
+ ActionIoTypes["boolean"] = "boolean";
7
+ ActionIoTypes["number"] = "number";
8
+ ActionIoTypes["object"] = "object";
9
+ ActionIoTypes["string"] = "string";
10
+ })(ActionIoTypes || (ActionIoTypes = {}));
11
+ export var ApiKeysSortableFields;
12
+ (function (ApiKeysSortableFields) {
13
+ ApiKeysSortableFields["createdAt"] = "createdAt";
14
+ ApiKeysSortableFields["createdBy"] = "createdBy";
15
+ ApiKeysSortableFields["expiresAt"] = "expiresAt";
16
+ ApiKeysSortableFields["label"] = "label";
17
+ ApiKeysSortableFields["modifiedAt"] = "modifiedAt";
18
+ ApiKeysSortableFields["modifiedBy"] = "modifiedBy";
19
+ })(ApiKeysSortableFields || (ApiKeysSortableFields = {}));
20
+ export var ApplicationEventTypes;
21
+ (function (ApplicationEventTypes) {
22
+ ApplicationEventTypes["DELETE"] = "DELETE";
23
+ ApplicationEventTypes["SAVE"] = "SAVE";
24
+ })(ApplicationEventTypes || (ApplicationEventTypes = {}));
25
+ export var ApplicationSortableFields;
26
+ (function (ApplicationSortableFields) {
27
+ ApplicationSortableFields["endpoint"] = "endpoint";
28
+ ApplicationSortableFields["id"] = "id";
29
+ ApplicationSortableFields["module"] = "module";
30
+ ApplicationSortableFields["system"] = "system";
31
+ ApplicationSortableFields["type"] = "type";
32
+ })(ApplicationSortableFields || (ApplicationSortableFields = {}));
33
+ export var ApplicationType;
34
+ (function (ApplicationType) {
35
+ ApplicationType["external"] = "external";
36
+ ApplicationType["internal"] = "internal";
37
+ })(ApplicationType || (ApplicationType = {}));
38
+ export var AttributeFormat;
39
+ (function (AttributeFormat) {
40
+ AttributeFormat["boolean"] = "boolean";
41
+ AttributeFormat["color"] = "color";
42
+ AttributeFormat["date"] = "date";
43
+ AttributeFormat["date_range"] = "date_range";
44
+ AttributeFormat["encrypted"] = "encrypted";
45
+ AttributeFormat["extended"] = "extended";
46
+ AttributeFormat["numeric"] = "numeric";
47
+ AttributeFormat["rich_text"] = "rich_text";
48
+ AttributeFormat["text"] = "text";
49
+ })(AttributeFormat || (AttributeFormat = {}));
50
+ export var AttributeType;
51
+ (function (AttributeType) {
52
+ AttributeType["advanced"] = "advanced";
53
+ AttributeType["advanced_link"] = "advanced_link";
54
+ AttributeType["simple"] = "simple";
55
+ AttributeType["simple_link"] = "simple_link";
56
+ AttributeType["tree"] = "tree";
57
+ })(AttributeType || (AttributeType = {}));
58
+ export var AttributesSortableFields;
59
+ (function (AttributesSortableFields) {
60
+ AttributesSortableFields["format"] = "format";
61
+ AttributesSortableFields["id"] = "id";
62
+ AttributesSortableFields["linked_library"] = "linked_library";
63
+ AttributesSortableFields["linked_tree"] = "linked_tree";
64
+ AttributesSortableFields["multiple_values"] = "multiple_values";
65
+ AttributesSortableFields["type"] = "type";
66
+ })(AttributesSortableFields || (AttributesSortableFields = {}));
67
+ export var AvailableLanguage;
68
+ (function (AvailableLanguage) {
69
+ AvailableLanguage["en"] = "en";
70
+ AvailableLanguage["fr"] = "fr";
71
+ })(AvailableLanguage || (AvailableLanguage = {}));
72
+ export var FileType;
73
+ (function (FileType) {
74
+ FileType["audio"] = "audio";
75
+ FileType["document"] = "document";
76
+ FileType["image"] = "image";
77
+ FileType["other"] = "other";
78
+ FileType["video"] = "video";
79
+ })(FileType || (FileType = {}));
80
+ export var FormElementTypes;
81
+ (function (FormElementTypes) {
82
+ FormElementTypes["field"] = "field";
83
+ FormElementTypes["layout"] = "layout";
84
+ })(FormElementTypes || (FormElementTypes = {}));
85
+ export var FormsSortableFields;
86
+ (function (FormsSortableFields) {
87
+ FormsSortableFields["id"] = "id";
88
+ FormsSortableFields["library"] = "library";
89
+ FormsSortableFields["system"] = "system";
90
+ })(FormsSortableFields || (FormsSortableFields = {}));
91
+ export var IoTypes;
92
+ (function (IoTypes) {
93
+ IoTypes["boolean"] = "boolean";
94
+ IoTypes["number"] = "number";
95
+ IoTypes["object"] = "object";
96
+ IoTypes["string"] = "string";
97
+ })(IoTypes || (IoTypes = {}));
98
+ export var ImportMode;
99
+ (function (ImportMode) {
100
+ ImportMode["insert"] = "insert";
101
+ ImportMode["update"] = "update";
102
+ ImportMode["upsert"] = "upsert";
103
+ })(ImportMode || (ImportMode = {}));
104
+ export var ImportType;
105
+ (function (ImportType) {
106
+ ImportType["IGNORE"] = "IGNORE";
107
+ ImportType["LINK"] = "LINK";
108
+ ImportType["STANDARD"] = "STANDARD";
109
+ })(ImportType || (ImportType = {}));
110
+ export var LibrariesSortableFields;
111
+ (function (LibrariesSortableFields) {
112
+ LibrariesSortableFields["behavior"] = "behavior";
113
+ LibrariesSortableFields["id"] = "id";
114
+ LibrariesSortableFields["system"] = "system";
115
+ })(LibrariesSortableFields || (LibrariesSortableFields = {}));
116
+ export var LibraryBehavior;
117
+ (function (LibraryBehavior) {
118
+ LibraryBehavior["directories"] = "directories";
119
+ LibraryBehavior["files"] = "files";
120
+ LibraryBehavior["standard"] = "standard";
121
+ })(LibraryBehavior || (LibraryBehavior = {}));
122
+ export var LogAction;
123
+ (function (LogAction) {
124
+ LogAction["API_KEY_DELETE"] = "API_KEY_DELETE";
125
+ LogAction["API_KEY_SAVE"] = "API_KEY_SAVE";
126
+ LogAction["APP_DELETE"] = "APP_DELETE";
127
+ LogAction["APP_SAVE"] = "APP_SAVE";
128
+ LogAction["ATTRIBUTE_DELETE"] = "ATTRIBUTE_DELETE";
129
+ LogAction["ATTRIBUTE_SAVE"] = "ATTRIBUTE_SAVE";
130
+ LogAction["CONFIG_IMPORT_END"] = "CONFIG_IMPORT_END";
131
+ LogAction["CONFIG_IMPORT_START"] = "CONFIG_IMPORT_START";
132
+ LogAction["DATA_IMPORT_END"] = "DATA_IMPORT_END";
133
+ LogAction["DATA_IMPORT_START"] = "DATA_IMPORT_START";
134
+ LogAction["EXPORT_END"] = "EXPORT_END";
135
+ LogAction["EXPORT_START"] = "EXPORT_START";
136
+ LogAction["GLOBAL_SETTINGS_SAVE"] = "GLOBAL_SETTINGS_SAVE";
137
+ LogAction["LIBRARY_DELETE"] = "LIBRARY_DELETE";
138
+ LogAction["LIBRARY_PURGE"] = "LIBRARY_PURGE";
139
+ LogAction["LIBRARY_SAVE"] = "LIBRARY_SAVE";
140
+ LogAction["PERMISSION_SAVE"] = "PERMISSION_SAVE";
141
+ LogAction["RECORD_DELETE"] = "RECORD_DELETE";
142
+ LogAction["RECORD_SAVE"] = "RECORD_SAVE";
143
+ LogAction["TASKS_DELETE"] = "TASKS_DELETE";
144
+ LogAction["TREE_ADD_ELEMENT"] = "TREE_ADD_ELEMENT";
145
+ LogAction["TREE_DELETE"] = "TREE_DELETE";
146
+ LogAction["TREE_DELETE_ELEMENT"] = "TREE_DELETE_ELEMENT";
147
+ LogAction["TREE_MOVE_ELEMENT"] = "TREE_MOVE_ELEMENT";
148
+ LogAction["TREE_SAVE"] = "TREE_SAVE";
149
+ LogAction["VALUE_DELETE"] = "VALUE_DELETE";
150
+ LogAction["VALUE_SAVE"] = "VALUE_SAVE";
151
+ LogAction["VERSION_PROFILE_DELETE"] = "VERSION_PROFILE_DELETE";
152
+ LogAction["VERSION_PROFILE_SAVE"] = "VERSION_PROFILE_SAVE";
153
+ })(LogAction || (LogAction = {}));
154
+ export var LogSortableField;
155
+ (function (LogSortableField) {
156
+ LogSortableField["action"] = "action";
157
+ LogSortableField["instanceId"] = "instanceId";
158
+ LogSortableField["queryId"] = "queryId";
159
+ LogSortableField["time"] = "time";
160
+ LogSortableField["trigger"] = "trigger";
161
+ LogSortableField["userId"] = "userId";
162
+ })(LogSortableField || (LogSortableField = {}));
163
+ export var PermissionTypes;
164
+ (function (PermissionTypes) {
165
+ PermissionTypes["admin"] = "admin";
166
+ PermissionTypes["application"] = "application";
167
+ PermissionTypes["attribute"] = "attribute";
168
+ PermissionTypes["library"] = "library";
169
+ PermissionTypes["record"] = "record";
170
+ PermissionTypes["record_attribute"] = "record_attribute";
171
+ PermissionTypes["tree"] = "tree";
172
+ PermissionTypes["tree_library"] = "tree_library";
173
+ PermissionTypes["tree_node"] = "tree_node";
174
+ })(PermissionTypes || (PermissionTypes = {}));
175
+ export var PermissionsActions;
176
+ (function (PermissionsActions) {
177
+ PermissionsActions["access_application"] = "access_application";
178
+ PermissionsActions["access_attribute"] = "access_attribute";
179
+ PermissionsActions["access_library"] = "access_library";
180
+ PermissionsActions["access_record"] = "access_record";
181
+ PermissionsActions["access_tree"] = "access_tree";
182
+ PermissionsActions["admin_access_api_keys"] = "admin_access_api_keys";
183
+ PermissionsActions["admin_access_applications"] = "admin_access_applications";
184
+ PermissionsActions["admin_access_attributes"] = "admin_access_attributes";
185
+ PermissionsActions["admin_access_libraries"] = "admin_access_libraries";
186
+ PermissionsActions["admin_access_permissions"] = "admin_access_permissions";
187
+ PermissionsActions["admin_access_tasks"] = "admin_access_tasks";
188
+ PermissionsActions["admin_access_trees"] = "admin_access_trees";
189
+ PermissionsActions["admin_access_version_profiles"] = "admin_access_version_profiles";
190
+ PermissionsActions["admin_application"] = "admin_application";
191
+ PermissionsActions["admin_cancel_task"] = "admin_cancel_task";
192
+ PermissionsActions["admin_create_api_key"] = "admin_create_api_key";
193
+ PermissionsActions["admin_create_application"] = "admin_create_application";
194
+ PermissionsActions["admin_create_attribute"] = "admin_create_attribute";
195
+ PermissionsActions["admin_create_library"] = "admin_create_library";
196
+ PermissionsActions["admin_create_tree"] = "admin_create_tree";
197
+ PermissionsActions["admin_create_version_profile"] = "admin_create_version_profile";
198
+ PermissionsActions["admin_delete_api_key"] = "admin_delete_api_key";
199
+ PermissionsActions["admin_delete_application"] = "admin_delete_application";
200
+ PermissionsActions["admin_delete_attribute"] = "admin_delete_attribute";
201
+ PermissionsActions["admin_delete_library"] = "admin_delete_library";
202
+ PermissionsActions["admin_delete_task"] = "admin_delete_task";
203
+ PermissionsActions["admin_delete_tree"] = "admin_delete_tree";
204
+ PermissionsActions["admin_delete_version_profile"] = "admin_delete_version_profile";
205
+ PermissionsActions["admin_edit_api_key"] = "admin_edit_api_key";
206
+ PermissionsActions["admin_edit_application"] = "admin_edit_application";
207
+ PermissionsActions["admin_edit_attribute"] = "admin_edit_attribute";
208
+ PermissionsActions["admin_edit_global_settings"] = "admin_edit_global_settings";
209
+ PermissionsActions["admin_edit_library"] = "admin_edit_library";
210
+ PermissionsActions["admin_edit_permission"] = "admin_edit_permission";
211
+ PermissionsActions["admin_edit_tree"] = "admin_edit_tree";
212
+ PermissionsActions["admin_edit_version_profile"] = "admin_edit_version_profile";
213
+ PermissionsActions["admin_library"] = "admin_library";
214
+ PermissionsActions["admin_manage_global_preferences"] = "admin_manage_global_preferences";
215
+ PermissionsActions["create_record"] = "create_record";
216
+ PermissionsActions["delete_record"] = "delete_record";
217
+ PermissionsActions["detach"] = "detach";
218
+ PermissionsActions["edit_children"] = "edit_children";
219
+ PermissionsActions["edit_record"] = "edit_record";
220
+ PermissionsActions["edit_value"] = "edit_value";
221
+ })(PermissionsActions || (PermissionsActions = {}));
222
+ export var PermissionsRelation;
223
+ (function (PermissionsRelation) {
224
+ PermissionsRelation["and"] = "and";
225
+ PermissionsRelation["or"] = "or";
226
+ })(PermissionsRelation || (PermissionsRelation = {}));
227
+ export var RecordFilterCondition;
228
+ (function (RecordFilterCondition) {
229
+ RecordFilterCondition["BEGIN_WITH"] = "BEGIN_WITH";
230
+ RecordFilterCondition["BETWEEN"] = "BETWEEN";
231
+ RecordFilterCondition["CLASSIFIED_IN"] = "CLASSIFIED_IN";
232
+ RecordFilterCondition["CONTAINS"] = "CONTAINS";
233
+ RecordFilterCondition["END_AFTER"] = "END_AFTER";
234
+ RecordFilterCondition["END_BEFORE"] = "END_BEFORE";
235
+ RecordFilterCondition["END_ON"] = "END_ON";
236
+ RecordFilterCondition["END_WITH"] = "END_WITH";
237
+ RecordFilterCondition["EQUAL"] = "EQUAL";
238
+ RecordFilterCondition["GREATER_THAN"] = "GREATER_THAN";
239
+ RecordFilterCondition["IS_EMPTY"] = "IS_EMPTY";
240
+ RecordFilterCondition["IS_NOT_EMPTY"] = "IS_NOT_EMPTY";
241
+ RecordFilterCondition["LAST_MONTH"] = "LAST_MONTH";
242
+ RecordFilterCondition["LESS_THAN"] = "LESS_THAN";
243
+ RecordFilterCondition["NEXT_MONTH"] = "NEXT_MONTH";
244
+ RecordFilterCondition["NOT_CLASSIFIED_IN"] = "NOT_CLASSIFIED_IN";
245
+ RecordFilterCondition["NOT_CONTAINS"] = "NOT_CONTAINS";
246
+ RecordFilterCondition["NOT_EQUAL"] = "NOT_EQUAL";
247
+ RecordFilterCondition["START_AFTER"] = "START_AFTER";
248
+ RecordFilterCondition["START_BEFORE"] = "START_BEFORE";
249
+ RecordFilterCondition["START_ON"] = "START_ON";
250
+ RecordFilterCondition["TODAY"] = "TODAY";
251
+ RecordFilterCondition["TOMORROW"] = "TOMORROW";
252
+ RecordFilterCondition["VALUES_COUNT_EQUAL"] = "VALUES_COUNT_EQUAL";
253
+ RecordFilterCondition["VALUES_COUNT_GREATER_THAN"] = "VALUES_COUNT_GREATER_THAN";
254
+ RecordFilterCondition["VALUES_COUNT_LOWER_THAN"] = "VALUES_COUNT_LOWER_THAN";
255
+ RecordFilterCondition["YESTERDAY"] = "YESTERDAY";
256
+ })(RecordFilterCondition || (RecordFilterCondition = {}));
257
+ export var RecordFilterOperator;
258
+ (function (RecordFilterOperator) {
259
+ RecordFilterOperator["AND"] = "AND";
260
+ RecordFilterOperator["CLOSE_BRACKET"] = "CLOSE_BRACKET";
261
+ RecordFilterOperator["OPEN_BRACKET"] = "OPEN_BRACKET";
262
+ RecordFilterOperator["OR"] = "OR";
263
+ })(RecordFilterOperator || (RecordFilterOperator = {}));
264
+ export var SortOrder;
265
+ (function (SortOrder) {
266
+ SortOrder["asc"] = "asc";
267
+ SortOrder["desc"] = "desc";
268
+ })(SortOrder || (SortOrder = {}));
269
+ export var TaskStatus;
270
+ (function (TaskStatus) {
271
+ TaskStatus["CANCELED"] = "CANCELED";
272
+ TaskStatus["CREATED"] = "CREATED";
273
+ TaskStatus["DONE"] = "DONE";
274
+ TaskStatus["FAILED"] = "FAILED";
275
+ TaskStatus["PENDING"] = "PENDING";
276
+ TaskStatus["PENDING_CANCEL"] = "PENDING_CANCEL";
277
+ TaskStatus["RUNNING"] = "RUNNING";
278
+ })(TaskStatus || (TaskStatus = {}));
279
+ export var TaskType;
280
+ (function (TaskType) {
281
+ TaskType["EXPORT"] = "EXPORT";
282
+ TaskType["IMPORT_CONFIG"] = "IMPORT_CONFIG";
283
+ TaskType["IMPORT_DATA"] = "IMPORT_DATA";
284
+ TaskType["INDEXATION"] = "INDEXATION";
285
+ })(TaskType || (TaskType = {}));
286
+ export var TreeBehavior;
287
+ (function (TreeBehavior) {
288
+ TreeBehavior["files"] = "files";
289
+ TreeBehavior["standard"] = "standard";
290
+ })(TreeBehavior || (TreeBehavior = {}));
291
+ export var TreeEventTypes;
292
+ (function (TreeEventTypes) {
293
+ TreeEventTypes["add"] = "add";
294
+ TreeEventTypes["move"] = "move";
295
+ TreeEventTypes["remove"] = "remove";
296
+ })(TreeEventTypes || (TreeEventTypes = {}));
297
+ export var TreesSortableFields;
298
+ (function (TreesSortableFields) {
299
+ TreesSortableFields["behavior"] = "behavior";
300
+ TreesSortableFields["id"] = "id";
301
+ TreesSortableFields["system"] = "system";
302
+ })(TreesSortableFields || (TreesSortableFields = {}));
303
+ export var UserCoreDataKeys;
304
+ (function (UserCoreDataKeys) {
305
+ UserCoreDataKeys["applications_consultation"] = "applications_consultation";
306
+ })(UserCoreDataKeys || (UserCoreDataKeys = {}));
307
+ export var ValueVersionMode;
308
+ (function (ValueVersionMode) {
309
+ ValueVersionMode["simple"] = "simple";
310
+ ValueVersionMode["smart"] = "smart";
311
+ })(ValueVersionMode || (ValueVersionMode = {}));
312
+ export var VersionProfilesSortableFields;
313
+ (function (VersionProfilesSortableFields) {
314
+ VersionProfilesSortableFields["id"] = "id";
315
+ })(VersionProfilesSortableFields || (VersionProfilesSortableFields = {}));
316
+ export var ViewSizes;
317
+ (function (ViewSizes) {
318
+ ViewSizes["BIG"] = "BIG";
319
+ ViewSizes["MEDIUM"] = "MEDIUM";
320
+ ViewSizes["SMALL"] = "SMALL";
321
+ })(ViewSizes || (ViewSizes = {}));
322
+ export var ViewTypes;
323
+ (function (ViewTypes) {
324
+ ViewTypes["cards"] = "cards";
325
+ ViewTypes["list"] = "list";
326
+ ViewTypes["timeline"] = "timeline";
327
+ })(ViewTypes || (ViewTypes = {}));
328
+ export const RecordIdentityFragmentDoc = gql `
329
+ fragment RecordIdentity on Record {
330
+ id
331
+ whoAmI {
332
+ id
333
+ label
334
+ subLabel
335
+ color
336
+ library {
337
+ id
338
+ label
339
+ }
340
+ preview
341
+ }
342
+ }
343
+ `;
344
+ export const DetailsApplicationFragmentDoc = gql `
345
+ fragment DetailsApplication on Application {
346
+ id
347
+ label
348
+ type
349
+ description
350
+ endpoint
351
+ url
352
+ color
353
+ icon {
354
+ ...RecordIdentity
355
+ }
356
+ module
357
+ permissions {
358
+ access_application
359
+ admin_application
360
+ }
361
+ settings
362
+ }
363
+ ${RecordIdentityFragmentDoc}`;
364
+ export const AttributeDetailsFragmentDoc = gql `
365
+ fragment AttributeDetails on Attribute {
366
+ id
367
+ type
368
+ format
369
+ system
370
+ readonly
371
+ label
372
+ description
373
+ multiple_values
374
+ metadata_fields {
375
+ id
376
+ label
377
+ type
378
+ format
379
+ }
380
+ versions_conf {
381
+ versionable
382
+ mode
383
+ profile {
384
+ id
385
+ label
386
+ trees {
387
+ id
388
+ label
389
+ }
390
+ }
391
+ }
392
+ libraries {
393
+ id
394
+ label
395
+ }
396
+ ... on StandardAttribute {
397
+ unique
398
+ }
399
+ ... on LinkAttribute {
400
+ linked_library {
401
+ id
402
+ label
403
+ }
404
+ reverse_link
405
+ }
406
+ ... on TreeAttribute {
407
+ linked_tree {
408
+ id
409
+ label
410
+ }
411
+ }
412
+ }
413
+ `;
414
+ export const AttributesByLibAttributeFragmentDoc = gql `
415
+ fragment AttributesByLibAttribute on Attribute {
416
+ id
417
+ type
418
+ format
419
+ label
420
+ multiple_values
421
+ system
422
+ readonly
423
+ ... on LinkAttribute {
424
+ linked_library {
425
+ id
426
+ }
427
+ }
428
+ ... on TreeAttribute {
429
+ linked_tree {
430
+ id
431
+ label
432
+ libraries {
433
+ library {
434
+ id
435
+ label
436
+ }
437
+ }
438
+ }
439
+ }
440
+ ... on StandardAttribute {
441
+ embedded_fields {
442
+ id
443
+ format
444
+ label
445
+ }
446
+ }
447
+ }
448
+ `;
449
+ export const LibraryLightFragmentDoc = gql `
450
+ fragment LibraryLight on Library {
451
+ id
452
+ label
453
+ icon {
454
+ id
455
+ whoAmI {
456
+ id
457
+ library {
458
+ id
459
+ }
460
+ preview
461
+ }
462
+ }
463
+ }
464
+ `;
465
+ export const LibraryLinkAttributeDetailsFragmentDoc = gql `
466
+ fragment LibraryLinkAttributeDetails on LinkAttribute {
467
+ linked_library {
468
+ id
469
+ behavior
470
+ }
471
+ }
472
+ `;
473
+ export const LibraryAttributesFragmentDoc = gql `
474
+ fragment LibraryAttributes on Attribute {
475
+ id
476
+ label
477
+ system
478
+ type
479
+ format
480
+ ...LibraryLinkAttributeDetails
481
+ }
482
+ ${LibraryLinkAttributeDetailsFragmentDoc}`;
483
+ export const LibraryPreviewsSettingsFragmentDoc = gql `
484
+ fragment LibraryPreviewsSettings on LibraryPreviewsSettings {
485
+ label
486
+ description
487
+ system
488
+ versions {
489
+ background
490
+ density
491
+ sizes {
492
+ name
493
+ size
494
+ }
495
+ }
496
+ }
497
+ `;
498
+ export const LibraryDetailsFragmentDoc = gql `
499
+ fragment LibraryDetails on Library {
500
+ id
501
+ label
502
+ behavior
503
+ system
504
+ label
505
+ fullTextAttributes {
506
+ id
507
+ label
508
+ }
509
+ attributes {
510
+ ...LibraryAttributes
511
+ }
512
+ permissions_conf {
513
+ permissionTreeAttributes {
514
+ id
515
+ ... on TreeAttribute {
516
+ linked_tree {
517
+ id
518
+ }
519
+ }
520
+ label
521
+ }
522
+ relation
523
+ }
524
+ recordIdentityConf {
525
+ label
526
+ subLabel
527
+ color
528
+ preview
529
+ treeColorPreview
530
+ }
531
+ permissions {
532
+ admin_library
533
+ access_library
534
+ access_record
535
+ create_record
536
+ edit_record
537
+ delete_record
538
+ }
539
+ icon {
540
+ ...RecordIdentity
541
+ }
542
+ previewsSettings {
543
+ ...LibraryPreviewsSettings
544
+ }
545
+ }
546
+ ${LibraryAttributesFragmentDoc}
547
+ ${RecordIdentityFragmentDoc}
548
+ ${LibraryPreviewsSettingsFragmentDoc}`;
549
+ export const ValuesVersionDetailsFragmentDoc = gql `
550
+ fragment ValuesVersionDetails on ValueVersion {
551
+ treeId
552
+ treeNode {
553
+ id
554
+ record {
555
+ id
556
+ whoAmI {
557
+ id
558
+ label
559
+ library {
560
+ id
561
+ }
562
+ }
563
+ }
564
+ }
565
+ }
566
+ `;
567
+ export const ValueDetailsFragmentDoc = gql `
568
+ fragment ValueDetails on GenericValue {
569
+ id_value
570
+ modified_at
571
+ modified_by {
572
+ ...RecordIdentity
573
+ }
574
+ created_at
575
+ created_by {
576
+ ...RecordIdentity
577
+ }
578
+ version {
579
+ ...ValuesVersionDetails
580
+ }
581
+ attribute {
582
+ id
583
+ format
584
+ type
585
+ system
586
+ }
587
+ metadata {
588
+ name
589
+ value {
590
+ id_value
591
+ modified_at
592
+ modified_by {
593
+ ...RecordIdentity
594
+ }
595
+ created_at
596
+ created_by {
597
+ ...RecordIdentity
598
+ }
599
+ version {
600
+ ...ValuesVersionDetails
601
+ }
602
+ value
603
+ raw_value
604
+ }
605
+ }
606
+ ... on Value {
607
+ value
608
+ raw_value
609
+ }
610
+ ... on LinkValue {
611
+ linkValue: value {
612
+ ...RecordIdentity
613
+ }
614
+ }
615
+ ... on TreeValue {
616
+ treeValue: value {
617
+ id
618
+ record {
619
+ ...RecordIdentity
620
+ }
621
+ ancestors {
622
+ record {
623
+ ...RecordIdentity
624
+ }
625
+ }
626
+ }
627
+ }
628
+ }
629
+ ${RecordIdentityFragmentDoc}
630
+ ${ValuesVersionDetailsFragmentDoc}`;
631
+ export const StandardValuesListFragmentFragmentDoc = gql `
632
+ fragment StandardValuesListFragment on StandardValuesListConf {
633
+ ... on StandardStringValuesListConf {
634
+ enable
635
+ allowFreeEntry
636
+ values
637
+ }
638
+ ... on StandardDateRangeValuesListConf {
639
+ enable
640
+ allowFreeEntry
641
+ dateRangeValues: values {
642
+ from
643
+ to
644
+ }
645
+ }
646
+ }
647
+ `;
648
+ export const RecordFormAttributeFragmentDoc = gql `
649
+ fragment RecordFormAttribute on Attribute {
650
+ id
651
+ label
652
+ description
653
+ type
654
+ format
655
+ system
656
+ readonly
657
+ multiple_values
658
+ permissions(record: {id: $recordId, library: $libraryId}) {
659
+ access_attribute
660
+ edit_value
661
+ }
662
+ versions_conf {
663
+ versionable
664
+ profile {
665
+ id
666
+ trees {
667
+ id
668
+ label
669
+ }
670
+ }
671
+ }
672
+ metadata_fields {
673
+ id
674
+ label
675
+ description
676
+ type
677
+ format
678
+ system
679
+ readonly
680
+ multiple_values
681
+ permissions(record: {id: $recordId, library: $libraryId}) {
682
+ access_attribute
683
+ edit_value
684
+ }
685
+ values_list {
686
+ ...StandardValuesListFragment
687
+ }
688
+ metadata_fields {
689
+ id
690
+ }
691
+ }
692
+ ... on StandardAttribute {
693
+ values_list {
694
+ ...StandardValuesListFragment
695
+ }
696
+ }
697
+ ... on LinkAttribute {
698
+ linked_library {
699
+ id
700
+ label
701
+ behavior
702
+ permissions {
703
+ create_record
704
+ }
705
+ }
706
+ linkValuesList: values_list {
707
+ enable
708
+ allowFreeEntry
709
+ values {
710
+ ...RecordIdentity
711
+ }
712
+ }
713
+ }
714
+ ... on TreeAttribute {
715
+ linked_tree {
716
+ id
717
+ label
718
+ }
719
+ treeValuesList: values_list {
720
+ enable
721
+ allowFreeEntry
722
+ values {
723
+ id
724
+ record {
725
+ ...RecordIdentity
726
+ }
727
+ ancestors {
728
+ record {
729
+ ...RecordIdentity
730
+ }
731
+ }
732
+ }
733
+ }
734
+ }
735
+ }
736
+ ${StandardValuesListFragmentFragmentDoc}
737
+ ${RecordIdentityFragmentDoc}`;
738
+ export const RecordFormElementFragmentDoc = gql `
739
+ fragment RecordFormElement on FormElementWithValues {
740
+ id
741
+ containerId
742
+ uiElementType
743
+ type
744
+ valueError
745
+ values {
746
+ ...ValueDetails
747
+ }
748
+ attribute {
749
+ ...RecordFormAttribute
750
+ }
751
+ settings {
752
+ key
753
+ value
754
+ }
755
+ }
756
+ ${ValueDetailsFragmentDoc}
757
+ ${RecordFormAttributeFragmentDoc}`;
758
+ export const TreeLightFragmentDoc = gql `
759
+ fragment TreeLight on Tree {
760
+ id
761
+ label
762
+ }
763
+ `;
764
+ export const TreeDetailsFragmentDoc = gql `
765
+ fragment TreeDetails on Tree {
766
+ id
767
+ label
768
+ behavior
769
+ system
770
+ libraries {
771
+ library {
772
+ id
773
+ label
774
+ }
775
+ settings {
776
+ allowMultiplePositions
777
+ allowedAtRoot
778
+ allowedChildren
779
+ }
780
+ }
781
+ }
782
+ `;
783
+ export const TreeNodeChildFragmentDoc = gql `
784
+ fragment TreeNodeChild on TreeNodeLight {
785
+ id
786
+ order
787
+ childrenCount
788
+ record {
789
+ ...RecordIdentity
790
+ active: property(attribute: "active") {
791
+ ... on Value {
792
+ value
793
+ }
794
+ }
795
+ }
796
+ ancestors {
797
+ id
798
+ record {
799
+ id
800
+ library {
801
+ id
802
+ label
803
+ }
804
+ ...RecordIdentity
805
+ }
806
+ }
807
+ permissions {
808
+ access_tree
809
+ detach
810
+ edit_children
811
+ }
812
+ }
813
+ ${RecordIdentityFragmentDoc}`;
814
+ export const ViewDetailsFragmentDoc = gql `
815
+ fragment ViewDetails on View {
816
+ id
817
+ display {
818
+ size
819
+ type
820
+ }
821
+ shared
822
+ created_by {
823
+ id
824
+ whoAmI {
825
+ id
826
+ label
827
+ library {
828
+ id
829
+ }
830
+ }
831
+ }
832
+ label
833
+ description
834
+ color
835
+ filters {
836
+ field
837
+ value
838
+ tree {
839
+ id
840
+ label
841
+ }
842
+ condition
843
+ operator
844
+ }
845
+ sort {
846
+ field
847
+ order
848
+ }
849
+ valuesVersions {
850
+ treeId
851
+ treeNode {
852
+ id
853
+ record {
854
+ ...RecordIdentity
855
+ }
856
+ }
857
+ }
858
+ settings {
859
+ name
860
+ value
861
+ }
862
+ }
863
+ ${RecordIdentityFragmentDoc}`;
864
+ export const CheckApplicationExistenceDocument = gql `
865
+ query CHECK_APPLICATION_EXISTENCE($id: ID, $endpoint: String) {
866
+ applications(filters: {id: $id, endpoint: $endpoint}) {
867
+ totalCount
868
+ }
869
+ }
870
+ `;
871
+ /**
872
+ * __useCheckApplicationExistenceQuery__
873
+ *
874
+ * To run a query within a React component, call `useCheckApplicationExistenceQuery` and pass it any options that fit your needs.
875
+ * When your component renders, `useCheckApplicationExistenceQuery` returns an object from Apollo Client that contains loading, error, and data properties
876
+ * you can use to render your UI.
877
+ *
878
+ * @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;
879
+ *
880
+ * @example
881
+ * const { data, loading, error } = useCheckApplicationExistenceQuery({
882
+ * variables: {
883
+ * id: // value for 'id'
884
+ * endpoint: // value for 'endpoint'
885
+ * },
886
+ * });
887
+ */
888
+ export function useCheckApplicationExistenceQuery(baseOptions) {
889
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
890
+ return Apollo.useQuery(CheckApplicationExistenceDocument, options);
891
+ }
892
+ export function useCheckApplicationExistenceLazyQuery(baseOptions) {
893
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
894
+ return Apollo.useLazyQuery(CheckApplicationExistenceDocument, options);
895
+ }
896
+ export const GetApplicationByIdDocument = gql `
897
+ query GET_APPLICATION_BY_ID($id: ID!) {
898
+ applications(filters: {id: $id}) {
899
+ list {
900
+ ...DetailsApplication
901
+ }
902
+ }
903
+ }
904
+ ${DetailsApplicationFragmentDoc}`;
905
+ /**
906
+ * __useGetApplicationByIdQuery__
907
+ *
908
+ * To run a query within a React component, call `useGetApplicationByIdQuery` and pass it any options that fit your needs.
909
+ * When your component renders, `useGetApplicationByIdQuery` returns an object from Apollo Client that contains loading, error, and data properties
910
+ * you can use to render your UI.
911
+ *
912
+ * @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;
913
+ *
914
+ * @example
915
+ * const { data, loading, error } = useGetApplicationByIdQuery({
916
+ * variables: {
917
+ * id: // value for 'id'
918
+ * },
919
+ * });
920
+ */
921
+ export function useGetApplicationByIdQuery(baseOptions) {
922
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
923
+ return Apollo.useQuery(GetApplicationByIdDocument, options);
924
+ }
925
+ export function useGetApplicationByIdLazyQuery(baseOptions) {
926
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
927
+ return Apollo.useLazyQuery(GetApplicationByIdDocument, options);
928
+ }
929
+ export const GetApplicationModulesDocument = gql `
930
+ query GET_APPLICATION_MODULES {
931
+ applicationsModules {
932
+ id
933
+ description
934
+ version
935
+ }
936
+ }
937
+ `;
938
+ /**
939
+ * __useGetApplicationModulesQuery__
940
+ *
941
+ * To run a query within a React component, call `useGetApplicationModulesQuery` and pass it any options that fit your needs.
942
+ * When your component renders, `useGetApplicationModulesQuery` returns an object from Apollo Client that contains loading, error, and data properties
943
+ * you can use to render your UI.
944
+ *
945
+ * @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;
946
+ *
947
+ * @example
948
+ * const { data, loading, error } = useGetApplicationModulesQuery({
949
+ * variables: {
950
+ * },
951
+ * });
952
+ */
953
+ export function useGetApplicationModulesQuery(baseOptions) {
954
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
955
+ return Apollo.useQuery(GetApplicationModulesDocument, options);
956
+ }
957
+ export function useGetApplicationModulesLazyQuery(baseOptions) {
958
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
959
+ return Apollo.useLazyQuery(GetApplicationModulesDocument, options);
960
+ }
961
+ export const SaveApplicationDocument = gql `
962
+ mutation SAVE_APPLICATION($application: ApplicationInput!) {
963
+ saveApplication(application: $application) {
964
+ ...DetailsApplication
965
+ }
966
+ }
967
+ ${DetailsApplicationFragmentDoc}`;
968
+ /**
969
+ * __useSaveApplicationMutation__
970
+ *
971
+ * To run a mutation, you first call `useSaveApplicationMutation` within a React component and pass it any options that fit your needs.
972
+ * When your component renders, `useSaveApplicationMutation` returns a tuple that includes:
973
+ * - A mutate function that you can call at any time to execute the mutation
974
+ * - An object with fields that represent the current status of the mutation's execution
975
+ *
976
+ * @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;
977
+ *
978
+ * @example
979
+ * const [saveApplicationMutation, { data, loading, error }] = useSaveApplicationMutation({
980
+ * variables: {
981
+ * application: // value for 'application'
982
+ * },
983
+ * });
984
+ */
985
+ export function useSaveApplicationMutation(baseOptions) {
986
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
987
+ return Apollo.useMutation(SaveApplicationDocument, options);
988
+ }
989
+ export const CheckAttributeExistenceDocument = gql `
990
+ query CHECK_ATTRIBUTE_EXISTENCE($id: ID!) {
991
+ attributes(filters: {id: $id}) {
992
+ totalCount
993
+ }
994
+ }
995
+ `;
996
+ /**
997
+ * __useCheckAttributeExistenceQuery__
998
+ *
999
+ * To run a query within a React component, call `useCheckAttributeExistenceQuery` and pass it any options that fit your needs.
1000
+ * When your component renders, `useCheckAttributeExistenceQuery` returns an object from Apollo Client that contains loading, error, and data properties
1001
+ * you can use to render your UI.
1002
+ *
1003
+ * @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;
1004
+ *
1005
+ * @example
1006
+ * const { data, loading, error } = useCheckAttributeExistenceQuery({
1007
+ * variables: {
1008
+ * id: // value for 'id'
1009
+ * },
1010
+ * });
1011
+ */
1012
+ export function useCheckAttributeExistenceQuery(baseOptions) {
1013
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1014
+ return Apollo.useQuery(CheckAttributeExistenceDocument, options);
1015
+ }
1016
+ export function useCheckAttributeExistenceLazyQuery(baseOptions) {
1017
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1018
+ return Apollo.useLazyQuery(CheckAttributeExistenceDocument, options);
1019
+ }
1020
+ export const DeleteAttributeDocument = gql `
1021
+ mutation DELETE_ATTRIBUTE($id: ID) {
1022
+ deleteAttribute(id: $id) {
1023
+ id
1024
+ }
1025
+ }
1026
+ `;
1027
+ /**
1028
+ * __useDeleteAttributeMutation__
1029
+ *
1030
+ * To run a mutation, you first call `useDeleteAttributeMutation` within a React component and pass it any options that fit your needs.
1031
+ * When your component renders, `useDeleteAttributeMutation` returns a tuple that includes:
1032
+ * - A mutate function that you can call at any time to execute the mutation
1033
+ * - An object with fields that represent the current status of the mutation's execution
1034
+ *
1035
+ * @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;
1036
+ *
1037
+ * @example
1038
+ * const [deleteAttributeMutation, { data, loading, error }] = useDeleteAttributeMutation({
1039
+ * variables: {
1040
+ * id: // value for 'id'
1041
+ * },
1042
+ * });
1043
+ */
1044
+ export function useDeleteAttributeMutation(baseOptions) {
1045
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1046
+ return Apollo.useMutation(DeleteAttributeDocument, options);
1047
+ }
1048
+ export const GetAttributeByIdDocument = gql `
1049
+ query GET_ATTRIBUTE_BY_ID($id: ID) {
1050
+ attributes(filters: {id: $id}) {
1051
+ list {
1052
+ ...AttributeDetails
1053
+ }
1054
+ }
1055
+ }
1056
+ ${AttributeDetailsFragmentDoc}`;
1057
+ /**
1058
+ * __useGetAttributeByIdQuery__
1059
+ *
1060
+ * To run a query within a React component, call `useGetAttributeByIdQuery` and pass it any options that fit your needs.
1061
+ * When your component renders, `useGetAttributeByIdQuery` returns an object from Apollo Client that contains loading, error, and data properties
1062
+ * you can use to render your UI.
1063
+ *
1064
+ * @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;
1065
+ *
1066
+ * @example
1067
+ * const { data, loading, error } = useGetAttributeByIdQuery({
1068
+ * variables: {
1069
+ * id: // value for 'id'
1070
+ * },
1071
+ * });
1072
+ */
1073
+ export function useGetAttributeByIdQuery(baseOptions) {
1074
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1075
+ return Apollo.useQuery(GetAttributeByIdDocument, options);
1076
+ }
1077
+ export function useGetAttributeByIdLazyQuery(baseOptions) {
1078
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1079
+ return Apollo.useLazyQuery(GetAttributeByIdDocument, options);
1080
+ }
1081
+ export const GetAttributesByLibDocument = gql `
1082
+ query GET_ATTRIBUTES_BY_LIB($library: String!) {
1083
+ attributes(filters: {libraries: [$library]}) {
1084
+ list {
1085
+ ...AttributesByLibAttribute
1086
+ }
1087
+ }
1088
+ }
1089
+ ${AttributesByLibAttributeFragmentDoc}`;
1090
+ /**
1091
+ * __useGetAttributesByLibQuery__
1092
+ *
1093
+ * To run a query within a React component, call `useGetAttributesByLibQuery` and pass it any options that fit your needs.
1094
+ * When your component renders, `useGetAttributesByLibQuery` returns an object from Apollo Client that contains loading, error, and data properties
1095
+ * you can use to render your UI.
1096
+ *
1097
+ * @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;
1098
+ *
1099
+ * @example
1100
+ * const { data, loading, error } = useGetAttributesByLibQuery({
1101
+ * variables: {
1102
+ * library: // value for 'library'
1103
+ * },
1104
+ * });
1105
+ */
1106
+ export function useGetAttributesByLibQuery(baseOptions) {
1107
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1108
+ return Apollo.useQuery(GetAttributesByLibDocument, options);
1109
+ }
1110
+ export function useGetAttributesByLibLazyQuery(baseOptions) {
1111
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1112
+ return Apollo.useLazyQuery(GetAttributesByLibDocument, options);
1113
+ }
1114
+ export const GetAttributesDocument = gql `
1115
+ query GET_ATTRIBUTES($pagination: Pagination, $sort: SortAttributes, $filters: AttributesFiltersInput) {
1116
+ attributes(pagination: $pagination, sort: $sort, filters: $filters) {
1117
+ totalCount
1118
+ list {
1119
+ id
1120
+ label
1121
+ type
1122
+ format
1123
+ system
1124
+ }
1125
+ }
1126
+ }
1127
+ `;
1128
+ /**
1129
+ * __useGetAttributesQuery__
1130
+ *
1131
+ * To run a query within a React component, call `useGetAttributesQuery` and pass it any options that fit your needs.
1132
+ * When your component renders, `useGetAttributesQuery` returns an object from Apollo Client that contains loading, error, and data properties
1133
+ * you can use to render your UI.
1134
+ *
1135
+ * @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;
1136
+ *
1137
+ * @example
1138
+ * const { data, loading, error } = useGetAttributesQuery({
1139
+ * variables: {
1140
+ * pagination: // value for 'pagination'
1141
+ * sort: // value for 'sort'
1142
+ * filters: // value for 'filters'
1143
+ * },
1144
+ * });
1145
+ */
1146
+ export function useGetAttributesQuery(baseOptions) {
1147
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1148
+ return Apollo.useQuery(GetAttributesDocument, options);
1149
+ }
1150
+ export function useGetAttributesLazyQuery(baseOptions) {
1151
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1152
+ return Apollo.useLazyQuery(GetAttributesDocument, options);
1153
+ }
1154
+ export const GetVersionProfilesDocument = gql `
1155
+ query GET_VERSION_PROFILES($filters: VersionProfilesFiltersInput, $sort: SortVersionProfilesInput) {
1156
+ versionProfiles(filters: $filters, sort: $sort) {
1157
+ list {
1158
+ id
1159
+ label
1160
+ }
1161
+ }
1162
+ }
1163
+ `;
1164
+ /**
1165
+ * __useGetVersionProfilesQuery__
1166
+ *
1167
+ * To run a query within a React component, call `useGetVersionProfilesQuery` and pass it any options that fit your needs.
1168
+ * When your component renders, `useGetVersionProfilesQuery` returns an object from Apollo Client that contains loading, error, and data properties
1169
+ * you can use to render your UI.
1170
+ *
1171
+ * @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;
1172
+ *
1173
+ * @example
1174
+ * const { data, loading, error } = useGetVersionProfilesQuery({
1175
+ * variables: {
1176
+ * filters: // value for 'filters'
1177
+ * sort: // value for 'sort'
1178
+ * },
1179
+ * });
1180
+ */
1181
+ export function useGetVersionProfilesQuery(baseOptions) {
1182
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1183
+ return Apollo.useQuery(GetVersionProfilesDocument, options);
1184
+ }
1185
+ export function useGetVersionProfilesLazyQuery(baseOptions) {
1186
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1187
+ return Apollo.useLazyQuery(GetVersionProfilesDocument, options);
1188
+ }
1189
+ export const GetVersionableAttributesByLibraryDocument = gql `
1190
+ query GET_VERSIONABLE_ATTRIBUTES_BY_LIBRARY($libraryId: String!) {
1191
+ attributes(filters: {libraries: [$libraryId], versionable: true}) {
1192
+ list {
1193
+ id
1194
+ versions_conf {
1195
+ versionable
1196
+ profile {
1197
+ id
1198
+ trees {
1199
+ id
1200
+ label
1201
+ }
1202
+ }
1203
+ }
1204
+ }
1205
+ }
1206
+ }
1207
+ `;
1208
+ /**
1209
+ * __useGetVersionableAttributesByLibraryQuery__
1210
+ *
1211
+ * To run a query within a React component, call `useGetVersionableAttributesByLibraryQuery` and pass it any options that fit your needs.
1212
+ * When your component renders, `useGetVersionableAttributesByLibraryQuery` returns an object from Apollo Client that contains loading, error, and data properties
1213
+ * you can use to render your UI.
1214
+ *
1215
+ * @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;
1216
+ *
1217
+ * @example
1218
+ * const { data, loading, error } = useGetVersionableAttributesByLibraryQuery({
1219
+ * variables: {
1220
+ * libraryId: // value for 'libraryId'
1221
+ * },
1222
+ * });
1223
+ */
1224
+ export function useGetVersionableAttributesByLibraryQuery(baseOptions) {
1225
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1226
+ return Apollo.useQuery(GetVersionableAttributesByLibraryDocument, options);
1227
+ }
1228
+ export function useGetVersionableAttributesByLibraryLazyQuery(baseOptions) {
1229
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1230
+ return Apollo.useLazyQuery(GetVersionableAttributesByLibraryDocument, options);
1231
+ }
1232
+ export const SaveAttributeDocument = gql `
1233
+ mutation SAVE_ATTRIBUTE($attribute: AttributeInput!) {
1234
+ saveAttribute(attribute: $attribute) {
1235
+ ...AttributeDetails
1236
+ }
1237
+ }
1238
+ ${AttributeDetailsFragmentDoc}`;
1239
+ /**
1240
+ * __useSaveAttributeMutation__
1241
+ *
1242
+ * To run a mutation, you first call `useSaveAttributeMutation` within a React component and pass it any options that fit your needs.
1243
+ * When your component renders, `useSaveAttributeMutation` returns a tuple that includes:
1244
+ * - A mutate function that you can call at any time to execute the mutation
1245
+ * - An object with fields that represent the current status of the mutation's execution
1246
+ *
1247
+ * @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;
1248
+ *
1249
+ * @example
1250
+ * const [saveAttributeMutation, { data, loading, error }] = useSaveAttributeMutation({
1251
+ * variables: {
1252
+ * attribute: // value for 'attribute'
1253
+ * },
1254
+ * });
1255
+ */
1256
+ export function useSaveAttributeMutation(baseOptions) {
1257
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1258
+ return Apollo.useMutation(SaveAttributeDocument, options);
1259
+ }
1260
+ export const ExportDocument = gql `
1261
+ query EXPORT($library: ID!, $attributes: [ID!], $filters: [RecordFilterInput!]) {
1262
+ export(library: $library, attributes: $attributes, filters: $filters)
1263
+ }
1264
+ `;
1265
+ /**
1266
+ * __useExportQuery__
1267
+ *
1268
+ * To run a query within a React component, call `useExportQuery` and pass it any options that fit your needs.
1269
+ * When your component renders, `useExportQuery` returns an object from Apollo Client that contains loading, error, and data properties
1270
+ * you can use to render your UI.
1271
+ *
1272
+ * @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;
1273
+ *
1274
+ * @example
1275
+ * const { data, loading, error } = useExportQuery({
1276
+ * variables: {
1277
+ * library: // value for 'library'
1278
+ * attributes: // value for 'attributes'
1279
+ * filters: // value for 'filters'
1280
+ * },
1281
+ * });
1282
+ */
1283
+ export function useExportQuery(baseOptions) {
1284
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1285
+ return Apollo.useQuery(ExportDocument, options);
1286
+ }
1287
+ export function useExportLazyQuery(baseOptions) {
1288
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1289
+ return Apollo.useLazyQuery(ExportDocument, options);
1290
+ }
1291
+ export const CreateDirectoryDocument = gql `
1292
+ mutation CREATE_DIRECTORY($library: String!, $nodeId: String!, $name: String!) {
1293
+ createDirectory(library: $library, nodeId: $nodeId, name: $name) {
1294
+ ...RecordIdentity
1295
+ }
1296
+ }
1297
+ ${RecordIdentityFragmentDoc}`;
1298
+ /**
1299
+ * __useCreateDirectoryMutation__
1300
+ *
1301
+ * To run a mutation, you first call `useCreateDirectoryMutation` within a React component and pass it any options that fit your needs.
1302
+ * When your component renders, `useCreateDirectoryMutation` returns a tuple that includes:
1303
+ * - A mutate function that you can call at any time to execute the mutation
1304
+ * - An object with fields that represent the current status of the mutation's execution
1305
+ *
1306
+ * @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;
1307
+ *
1308
+ * @example
1309
+ * const [createDirectoryMutation, { data, loading, error }] = useCreateDirectoryMutation({
1310
+ * variables: {
1311
+ * library: // value for 'library'
1312
+ * nodeId: // value for 'nodeId'
1313
+ * name: // value for 'name'
1314
+ * },
1315
+ * });
1316
+ */
1317
+ export function useCreateDirectoryMutation(baseOptions) {
1318
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1319
+ return Apollo.useMutation(CreateDirectoryDocument, options);
1320
+ }
1321
+ export const ForcePreviewsGenerationDocument = gql `
1322
+ mutation FORCE_PREVIEWS_GENERATION($libraryId: ID!, $filters: [RecordFilterInput!], $recordIds: [ID!], $failedOnly: Boolean, $previewVersionSizeNames: [String!]) {
1323
+ forcePreviewsGeneration(
1324
+ libraryId: $libraryId
1325
+ filters: $filters
1326
+ recordIds: $recordIds
1327
+ failedOnly: $failedOnly
1328
+ previewVersionSizeNames: $previewVersionSizeNames
1329
+ )
1330
+ }
1331
+ `;
1332
+ /**
1333
+ * __useForcePreviewsGenerationMutation__
1334
+ *
1335
+ * To run a mutation, you first call `useForcePreviewsGenerationMutation` within a React component and pass it any options that fit your needs.
1336
+ * When your component renders, `useForcePreviewsGenerationMutation` returns a tuple that includes:
1337
+ * - A mutate function that you can call at any time to execute the mutation
1338
+ * - An object with fields that represent the current status of the mutation's execution
1339
+ *
1340
+ * @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;
1341
+ *
1342
+ * @example
1343
+ * const [forcePreviewsGenerationMutation, { data, loading, error }] = useForcePreviewsGenerationMutation({
1344
+ * variables: {
1345
+ * libraryId: // value for 'libraryId'
1346
+ * filters: // value for 'filters'
1347
+ * recordIds: // value for 'recordIds'
1348
+ * failedOnly: // value for 'failedOnly'
1349
+ * previewVersionSizeNames: // value for 'previewVersionSizeNames'
1350
+ * },
1351
+ * });
1352
+ */
1353
+ export function useForcePreviewsGenerationMutation(baseOptions) {
1354
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1355
+ return Apollo.useMutation(ForcePreviewsGenerationDocument, options);
1356
+ }
1357
+ export const GetDirectoryDataDocument = gql `
1358
+ query GET_DIRECTORY_DATA($library: ID!, $directoryId: String!) {
1359
+ records(
1360
+ library: $library
1361
+ filters: [{field: "id", value: $directoryId, condition: EQUAL}]
1362
+ ) {
1363
+ list {
1364
+ ...RecordIdentity
1365
+ created_at: property(attribute: "created_at") {
1366
+ ... on Value {
1367
+ value
1368
+ }
1369
+ }
1370
+ created_by: property(attribute: "created_by") {
1371
+ ... on LinkValue {
1372
+ value {
1373
+ ...RecordIdentity
1374
+ }
1375
+ }
1376
+ }
1377
+ modified_at: property(attribute: "modified_at") {
1378
+ ... on Value {
1379
+ value
1380
+ }
1381
+ }
1382
+ modified_by: property(attribute: "modified_by") {
1383
+ ... on LinkValue {
1384
+ value {
1385
+ ...RecordIdentity
1386
+ }
1387
+ }
1388
+ }
1389
+ file_name: property(attribute: "file_name") {
1390
+ ... on Value {
1391
+ value
1392
+ }
1393
+ }
1394
+ file_path: property(attribute: "file_path") {
1395
+ ... on Value {
1396
+ value
1397
+ }
1398
+ }
1399
+ library {
1400
+ behavior
1401
+ }
1402
+ }
1403
+ }
1404
+ }
1405
+ ${RecordIdentityFragmentDoc}`;
1406
+ /**
1407
+ * __useGetDirectoryDataQuery__
1408
+ *
1409
+ * To run a query within a React component, call `useGetDirectoryDataQuery` and pass it any options that fit your needs.
1410
+ * When your component renders, `useGetDirectoryDataQuery` returns an object from Apollo Client that contains loading, error, and data properties
1411
+ * you can use to render your UI.
1412
+ *
1413
+ * @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;
1414
+ *
1415
+ * @example
1416
+ * const { data, loading, error } = useGetDirectoryDataQuery({
1417
+ * variables: {
1418
+ * library: // value for 'library'
1419
+ * directoryId: // value for 'directoryId'
1420
+ * },
1421
+ * });
1422
+ */
1423
+ export function useGetDirectoryDataQuery(baseOptions) {
1424
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1425
+ return Apollo.useQuery(GetDirectoryDataDocument, options);
1426
+ }
1427
+ export function useGetDirectoryDataLazyQuery(baseOptions) {
1428
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1429
+ return Apollo.useLazyQuery(GetDirectoryDataDocument, options);
1430
+ }
1431
+ export const UploadUpdateDocument = gql `
1432
+ subscription UPLOAD_UPDATE($filters: UploadFiltersInput) {
1433
+ upload(filters: $filters) {
1434
+ userId
1435
+ progress {
1436
+ length
1437
+ transferred
1438
+ speed
1439
+ runtime
1440
+ remaining
1441
+ percentage
1442
+ eta
1443
+ delta
1444
+ }
1445
+ uid
1446
+ }
1447
+ }
1448
+ `;
1449
+ /**
1450
+ * __useUploadUpdateSubscription__
1451
+ *
1452
+ * To run a query within a React component, call `useUploadUpdateSubscription` and pass it any options that fit your needs.
1453
+ * When your component renders, `useUploadUpdateSubscription` returns an object from Apollo Client that contains loading, error, and data properties
1454
+ * you can use to render your UI.
1455
+ *
1456
+ * @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;
1457
+ *
1458
+ * @example
1459
+ * const { data, loading, error } = useUploadUpdateSubscription({
1460
+ * variables: {
1461
+ * filters: // value for 'filters'
1462
+ * },
1463
+ * });
1464
+ */
1465
+ export function useUploadUpdateSubscription(baseOptions) {
1466
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1467
+ return Apollo.useSubscription(UploadUpdateDocument, options);
1468
+ }
1469
+ export const UploadDocument = gql `
1470
+ mutation UPLOAD($library: String!, $nodeId: String!, $files: [FileInput!]!) {
1471
+ upload(library: $library, nodeId: $nodeId, files: $files) {
1472
+ uid
1473
+ record {
1474
+ ...RecordIdentity
1475
+ }
1476
+ }
1477
+ }
1478
+ ${RecordIdentityFragmentDoc}`;
1479
+ /**
1480
+ * __useUploadMutation__
1481
+ *
1482
+ * To run a mutation, you first call `useUploadMutation` within a React component and pass it any options that fit your needs.
1483
+ * When your component renders, `useUploadMutation` returns a tuple that includes:
1484
+ * - A mutate function that you can call at any time to execute the mutation
1485
+ * - An object with fields that represent the current status of the mutation's execution
1486
+ *
1487
+ * @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;
1488
+ *
1489
+ * @example
1490
+ * const [uploadMutation, { data, loading, error }] = useUploadMutation({
1491
+ * variables: {
1492
+ * library: // value for 'library'
1493
+ * nodeId: // value for 'nodeId'
1494
+ * files: // value for 'files'
1495
+ * },
1496
+ * });
1497
+ */
1498
+ export function useUploadMutation(baseOptions) {
1499
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1500
+ return Apollo.useMutation(UploadDocument, options);
1501
+ }
1502
+ export const ImportExcelDocument = gql `
1503
+ mutation IMPORT_EXCEL($file: Upload!, $sheets: [SheetInput], $startAt: Int) {
1504
+ importExcel(file: $file, sheets: $sheets, startAt: $startAt)
1505
+ }
1506
+ `;
1507
+ /**
1508
+ * __useImportExcelMutation__
1509
+ *
1510
+ * To run a mutation, you first call `useImportExcelMutation` within a React component and pass it any options that fit your needs.
1511
+ * When your component renders, `useImportExcelMutation` returns a tuple that includes:
1512
+ * - A mutate function that you can call at any time to execute the mutation
1513
+ * - An object with fields that represent the current status of the mutation's execution
1514
+ *
1515
+ * @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;
1516
+ *
1517
+ * @example
1518
+ * const [importExcelMutation, { data, loading, error }] = useImportExcelMutation({
1519
+ * variables: {
1520
+ * file: // value for 'file'
1521
+ * sheets: // value for 'sheets'
1522
+ * startAt: // value for 'startAt'
1523
+ * },
1524
+ * });
1525
+ */
1526
+ export function useImportExcelMutation(baseOptions) {
1527
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1528
+ return Apollo.useMutation(ImportExcelDocument, options);
1529
+ }
1530
+ export const CheckLibraryExistenceDocument = gql `
1531
+ query CHECK_LIBRARY_EXISTENCE($id: [ID!]) {
1532
+ libraries(filters: {id: $id}) {
1533
+ totalCount
1534
+ }
1535
+ }
1536
+ `;
1537
+ /**
1538
+ * __useCheckLibraryExistenceQuery__
1539
+ *
1540
+ * To run a query within a React component, call `useCheckLibraryExistenceQuery` and pass it any options that fit your needs.
1541
+ * When your component renders, `useCheckLibraryExistenceQuery` returns an object from Apollo Client that contains loading, error, and data properties
1542
+ * you can use to render your UI.
1543
+ *
1544
+ * @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;
1545
+ *
1546
+ * @example
1547
+ * const { data, loading, error } = useCheckLibraryExistenceQuery({
1548
+ * variables: {
1549
+ * id: // value for 'id'
1550
+ * },
1551
+ * });
1552
+ */
1553
+ export function useCheckLibraryExistenceQuery(baseOptions) {
1554
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1555
+ return Apollo.useQuery(CheckLibraryExistenceDocument, options);
1556
+ }
1557
+ export function useCheckLibraryExistenceLazyQuery(baseOptions) {
1558
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1559
+ return Apollo.useLazyQuery(CheckLibraryExistenceDocument, options);
1560
+ }
1561
+ export const DeleteLibraryDocument = gql `
1562
+ mutation DELETE_LIBRARY($id: ID) {
1563
+ deleteLibrary(id: $id) {
1564
+ id
1565
+ }
1566
+ }
1567
+ `;
1568
+ /**
1569
+ * __useDeleteLibraryMutation__
1570
+ *
1571
+ * To run a mutation, you first call `useDeleteLibraryMutation` within a React component and pass it any options that fit your needs.
1572
+ * When your component renders, `useDeleteLibraryMutation` returns a tuple that includes:
1573
+ * - A mutate function that you can call at any time to execute the mutation
1574
+ * - An object with fields that represent the current status of the mutation's execution
1575
+ *
1576
+ * @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;
1577
+ *
1578
+ * @example
1579
+ * const [deleteLibraryMutation, { data, loading, error }] = useDeleteLibraryMutation({
1580
+ * variables: {
1581
+ * id: // value for 'id'
1582
+ * },
1583
+ * });
1584
+ */
1585
+ export function useDeleteLibraryMutation(baseOptions) {
1586
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1587
+ return Apollo.useMutation(DeleteLibraryDocument, options);
1588
+ }
1589
+ export const GetLibrariesDocument = gql `
1590
+ query GET_LIBRARIES {
1591
+ libraries {
1592
+ list {
1593
+ ...LibraryLight
1594
+ }
1595
+ }
1596
+ }
1597
+ ${LibraryLightFragmentDoc}`;
1598
+ /**
1599
+ * __useGetLibrariesQuery__
1600
+ *
1601
+ * To run a query within a React component, call `useGetLibrariesQuery` and pass it any options that fit your needs.
1602
+ * When your component renders, `useGetLibrariesQuery` returns an object from Apollo Client that contains loading, error, and data properties
1603
+ * you can use to render your UI.
1604
+ *
1605
+ * @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;
1606
+ *
1607
+ * @example
1608
+ * const { data, loading, error } = useGetLibrariesQuery({
1609
+ * variables: {
1610
+ * },
1611
+ * });
1612
+ */
1613
+ export function useGetLibrariesQuery(baseOptions) {
1614
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1615
+ return Apollo.useQuery(GetLibrariesDocument, options);
1616
+ }
1617
+ export function useGetLibrariesLazyQuery(baseOptions) {
1618
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1619
+ return Apollo.useLazyQuery(GetLibrariesDocument, options);
1620
+ }
1621
+ export const GetLibraryByIdDocument = gql `
1622
+ query GET_LIBRARY_BY_ID($id: [ID!]) {
1623
+ libraries(filters: {id: $id}) {
1624
+ list {
1625
+ ...LibraryDetails
1626
+ }
1627
+ }
1628
+ }
1629
+ ${LibraryDetailsFragmentDoc}`;
1630
+ /**
1631
+ * __useGetLibraryByIdQuery__
1632
+ *
1633
+ * To run a query within a React component, call `useGetLibraryByIdQuery` and pass it any options that fit your needs.
1634
+ * When your component renders, `useGetLibraryByIdQuery` returns an object from Apollo Client that contains loading, error, and data properties
1635
+ * you can use to render your UI.
1636
+ *
1637
+ * @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;
1638
+ *
1639
+ * @example
1640
+ * const { data, loading, error } = useGetLibraryByIdQuery({
1641
+ * variables: {
1642
+ * id: // value for 'id'
1643
+ * },
1644
+ * });
1645
+ */
1646
+ export function useGetLibraryByIdQuery(baseOptions) {
1647
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1648
+ return Apollo.useQuery(GetLibraryByIdDocument, options);
1649
+ }
1650
+ export function useGetLibraryByIdLazyQuery(baseOptions) {
1651
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1652
+ return Apollo.useLazyQuery(GetLibraryByIdDocument, options);
1653
+ }
1654
+ export const GetLibraryPermissionsDocument = gql `
1655
+ query GET_LIBRARY_PERMISSIONS($libraryId: [ID!]) {
1656
+ libraries(filters: {id: $libraryId}) {
1657
+ list {
1658
+ permissions {
1659
+ access_library
1660
+ access_record
1661
+ create_record
1662
+ edit_record
1663
+ delete_record
1664
+ }
1665
+ }
1666
+ }
1667
+ }
1668
+ `;
1669
+ /**
1670
+ * __useGetLibraryPermissionsQuery__
1671
+ *
1672
+ * To run a query within a React component, call `useGetLibraryPermissionsQuery` and pass it any options that fit your needs.
1673
+ * When your component renders, `useGetLibraryPermissionsQuery` returns an object from Apollo Client that contains loading, error, and data properties
1674
+ * you can use to render your UI.
1675
+ *
1676
+ * @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;
1677
+ *
1678
+ * @example
1679
+ * const { data, loading, error } = useGetLibraryPermissionsQuery({
1680
+ * variables: {
1681
+ * libraryId: // value for 'libraryId'
1682
+ * },
1683
+ * });
1684
+ */
1685
+ export function useGetLibraryPermissionsQuery(baseOptions) {
1686
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1687
+ return Apollo.useQuery(GetLibraryPermissionsDocument, options);
1688
+ }
1689
+ export function useGetLibraryPermissionsLazyQuery(baseOptions) {
1690
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1691
+ return Apollo.useLazyQuery(GetLibraryPermissionsDocument, options);
1692
+ }
1693
+ export const GetLibraryPreviewsSettingsDocument = gql `
1694
+ query GET_LIBRARY_PREVIEWS_SETTINGS($id: ID!) {
1695
+ libraries(filters: {id: [$id]}) {
1696
+ list {
1697
+ id
1698
+ label
1699
+ behavior
1700
+ previewsSettings {
1701
+ description
1702
+ label
1703
+ system
1704
+ versions {
1705
+ background
1706
+ density
1707
+ sizes {
1708
+ name
1709
+ size
1710
+ }
1711
+ }
1712
+ }
1713
+ }
1714
+ }
1715
+ }
1716
+ `;
1717
+ /**
1718
+ * __useGetLibraryPreviewsSettingsQuery__
1719
+ *
1720
+ * To run a query within a React component, call `useGetLibraryPreviewsSettingsQuery` and pass it any options that fit your needs.
1721
+ * When your component renders, `useGetLibraryPreviewsSettingsQuery` returns an object from Apollo Client that contains loading, error, and data properties
1722
+ * you can use to render your UI.
1723
+ *
1724
+ * @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;
1725
+ *
1726
+ * @example
1727
+ * const { data, loading, error } = useGetLibraryPreviewsSettingsQuery({
1728
+ * variables: {
1729
+ * id: // value for 'id'
1730
+ * },
1731
+ * });
1732
+ */
1733
+ export function useGetLibraryPreviewsSettingsQuery(baseOptions) {
1734
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1735
+ return Apollo.useQuery(GetLibraryPreviewsSettingsDocument, options);
1736
+ }
1737
+ export function useGetLibraryPreviewsSettingsLazyQuery(baseOptions) {
1738
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1739
+ return Apollo.useLazyQuery(GetLibraryPreviewsSettingsDocument, options);
1740
+ }
1741
+ export const SaveLibraryDocument = gql `
1742
+ mutation saveLibrary($library: LibraryInput!) {
1743
+ saveLibrary(library: $library) {
1744
+ ...LibraryDetails
1745
+ }
1746
+ }
1747
+ ${LibraryDetailsFragmentDoc}`;
1748
+ /**
1749
+ * __useSaveLibraryMutation__
1750
+ *
1751
+ * To run a mutation, you first call `useSaveLibraryMutation` within a React component and pass it any options that fit your needs.
1752
+ * When your component renders, `useSaveLibraryMutation` returns a tuple that includes:
1753
+ * - A mutate function that you can call at any time to execute the mutation
1754
+ * - An object with fields that represent the current status of the mutation's execution
1755
+ *
1756
+ * @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;
1757
+ *
1758
+ * @example
1759
+ * const [saveLibraryMutation, { data, loading, error }] = useSaveLibraryMutation({
1760
+ * variables: {
1761
+ * library: // value for 'library'
1762
+ * },
1763
+ * });
1764
+ */
1765
+ export function useSaveLibraryMutation(baseOptions) {
1766
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1767
+ return Apollo.useMutation(SaveLibraryDocument, options);
1768
+ }
1769
+ export const IsAllowedDocument = gql `
1770
+ query IS_ALLOWED($type: PermissionTypes!, $actions: [PermissionsActions!]!, $applyTo: ID, $target: PermissionTarget) {
1771
+ isAllowed(type: $type, actions: $actions, applyTo: $applyTo, target: $target) {
1772
+ name
1773
+ allowed
1774
+ }
1775
+ }
1776
+ `;
1777
+ /**
1778
+ * __useIsAllowedQuery__
1779
+ *
1780
+ * To run a query within a React component, call `useIsAllowedQuery` and pass it any options that fit your needs.
1781
+ * When your component renders, `useIsAllowedQuery` returns an object from Apollo Client that contains loading, error, and data properties
1782
+ * you can use to render your UI.
1783
+ *
1784
+ * @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;
1785
+ *
1786
+ * @example
1787
+ * const { data, loading, error } = useIsAllowedQuery({
1788
+ * variables: {
1789
+ * type: // value for 'type'
1790
+ * actions: // value for 'actions'
1791
+ * applyTo: // value for 'applyTo'
1792
+ * target: // value for 'target'
1793
+ * },
1794
+ * });
1795
+ */
1796
+ export function useIsAllowedQuery(baseOptions) {
1797
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1798
+ return Apollo.useQuery(IsAllowedDocument, options);
1799
+ }
1800
+ export function useIsAllowedLazyQuery(baseOptions) {
1801
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1802
+ return Apollo.useLazyQuery(IsAllowedDocument, options);
1803
+ }
1804
+ export const CreateRecordDocument = gql `
1805
+ mutation CREATE_RECORD($library: ID!, $data: CreateRecordDataInput) {
1806
+ createRecord(library: $library, data: $data) {
1807
+ record {
1808
+ ...RecordIdentity
1809
+ }
1810
+ valuesErrors {
1811
+ attributeId
1812
+ id_value
1813
+ input
1814
+ message
1815
+ type
1816
+ }
1817
+ }
1818
+ }
1819
+ ${RecordIdentityFragmentDoc}`;
1820
+ /**
1821
+ * __useCreateRecordMutation__
1822
+ *
1823
+ * To run a mutation, you first call `useCreateRecordMutation` within a React component and pass it any options that fit your needs.
1824
+ * When your component renders, `useCreateRecordMutation` returns a tuple that includes:
1825
+ * - A mutate function that you can call at any time to execute the mutation
1826
+ * - An object with fields that represent the current status of the mutation's execution
1827
+ *
1828
+ * @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;
1829
+ *
1830
+ * @example
1831
+ * const [createRecordMutation, { data, loading, error }] = useCreateRecordMutation({
1832
+ * variables: {
1833
+ * library: // value for 'library'
1834
+ * data: // value for 'data'
1835
+ * },
1836
+ * });
1837
+ */
1838
+ export function useCreateRecordMutation(baseOptions) {
1839
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1840
+ return Apollo.useMutation(CreateRecordDocument, options);
1841
+ }
1842
+ export const DeactivateRecordsDocument = gql `
1843
+ mutation DEACTIVATE_RECORDS($libraryId: String!, $recordsIds: [String!], $filters: [RecordFilterInput!]) {
1844
+ deactivateRecords(
1845
+ recordsIds: $recordsIds
1846
+ filters: $filters
1847
+ libraryId: $libraryId
1848
+ ) {
1849
+ id
1850
+ ...RecordIdentity
1851
+ }
1852
+ }
1853
+ ${RecordIdentityFragmentDoc}`;
1854
+ /**
1855
+ * __useDeactivateRecordsMutation__
1856
+ *
1857
+ * To run a mutation, you first call `useDeactivateRecordsMutation` within a React component and pass it any options that fit your needs.
1858
+ * When your component renders, `useDeactivateRecordsMutation` returns a tuple that includes:
1859
+ * - A mutate function that you can call at any time to execute the mutation
1860
+ * - An object with fields that represent the current status of the mutation's execution
1861
+ *
1862
+ * @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;
1863
+ *
1864
+ * @example
1865
+ * const [deactivateRecordsMutation, { data, loading, error }] = useDeactivateRecordsMutation({
1866
+ * variables: {
1867
+ * libraryId: // value for 'libraryId'
1868
+ * recordsIds: // value for 'recordsIds'
1869
+ * filters: // value for 'filters'
1870
+ * },
1871
+ * });
1872
+ */
1873
+ export function useDeactivateRecordsMutation(baseOptions) {
1874
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1875
+ return Apollo.useMutation(DeactivateRecordsDocument, options);
1876
+ }
1877
+ export const DoesFileExistAsChildDocument = gql `
1878
+ query DOES_FILE_EXIST_AS_CHILD($parentNode: ID, $treeId: ID!, $filename: String!) {
1879
+ doesFileExistAsChild(
1880
+ parentNode: $parentNode
1881
+ treeId: $treeId
1882
+ filename: $filename
1883
+ )
1884
+ }
1885
+ `;
1886
+ /**
1887
+ * __useDoesFileExistAsChildQuery__
1888
+ *
1889
+ * To run a query within a React component, call `useDoesFileExistAsChildQuery` and pass it any options that fit your needs.
1890
+ * When your component renders, `useDoesFileExistAsChildQuery` returns an object from Apollo Client that contains loading, error, and data properties
1891
+ * you can use to render your UI.
1892
+ *
1893
+ * @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;
1894
+ *
1895
+ * @example
1896
+ * const { data, loading, error } = useDoesFileExistAsChildQuery({
1897
+ * variables: {
1898
+ * parentNode: // value for 'parentNode'
1899
+ * treeId: // value for 'treeId'
1900
+ * filename: // value for 'filename'
1901
+ * },
1902
+ * });
1903
+ */
1904
+ export function useDoesFileExistAsChildQuery(baseOptions) {
1905
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1906
+ return Apollo.useQuery(DoesFileExistAsChildDocument, options);
1907
+ }
1908
+ export function useDoesFileExistAsChildLazyQuery(baseOptions) {
1909
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1910
+ return Apollo.useLazyQuery(DoesFileExistAsChildDocument, options);
1911
+ }
1912
+ export const GetFileDataDocument = gql `
1913
+ query GET_FILE_DATA($library: ID!, $fileId: String!, $previewsStatusAttribute: ID!) {
1914
+ records(
1915
+ library: $library
1916
+ filters: [{field: "id", value: $fileId, condition: EQUAL}]
1917
+ ) {
1918
+ list {
1919
+ ...RecordIdentity
1920
+ created_at: property(attribute: "created_at") {
1921
+ ... on Value {
1922
+ value
1923
+ }
1924
+ }
1925
+ created_by: property(attribute: "created_by") {
1926
+ ... on LinkValue {
1927
+ value {
1928
+ ...RecordIdentity
1929
+ }
1930
+ }
1931
+ }
1932
+ modified_at: property(attribute: "modified_at") {
1933
+ ... on Value {
1934
+ value
1935
+ }
1936
+ }
1937
+ modified_by: property(attribute: "modified_by") {
1938
+ ... on LinkValue {
1939
+ value {
1940
+ ...RecordIdentity
1941
+ }
1942
+ }
1943
+ }
1944
+ file_name: property(attribute: "file_name") {
1945
+ ... on Value {
1946
+ value
1947
+ }
1948
+ }
1949
+ file_path: property(attribute: "file_path") {
1950
+ ... on Value {
1951
+ value
1952
+ }
1953
+ }
1954
+ previews_status: property(attribute: $previewsStatusAttribute) {
1955
+ ... on Value {
1956
+ value
1957
+ }
1958
+ }
1959
+ library {
1960
+ behavior
1961
+ }
1962
+ }
1963
+ }
1964
+ }
1965
+ ${RecordIdentityFragmentDoc}`;
1966
+ /**
1967
+ * __useGetFileDataQuery__
1968
+ *
1969
+ * To run a query within a React component, call `useGetFileDataQuery` and pass it any options that fit your needs.
1970
+ * When your component renders, `useGetFileDataQuery` returns an object from Apollo Client that contains loading, error, and data properties
1971
+ * you can use to render your UI.
1972
+ *
1973
+ * @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;
1974
+ *
1975
+ * @example
1976
+ * const { data, loading, error } = useGetFileDataQuery({
1977
+ * variables: {
1978
+ * library: // value for 'library'
1979
+ * fileId: // value for 'fileId'
1980
+ * previewsStatusAttribute: // value for 'previewsStatusAttribute'
1981
+ * },
1982
+ * });
1983
+ */
1984
+ export function useGetFileDataQuery(baseOptions) {
1985
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1986
+ return Apollo.useQuery(GetFileDataDocument, options);
1987
+ }
1988
+ export function useGetFileDataLazyQuery(baseOptions) {
1989
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1990
+ return Apollo.useLazyQuery(GetFileDataDocument, options);
1991
+ }
1992
+ export const RecordFormDocument = gql `
1993
+ query RECORD_FORM($libraryId: String!, $formId: String!, $recordId: String, $version: [ValueVersionInput!]) {
1994
+ recordForm(
1995
+ recordId: $recordId
1996
+ libraryId: $libraryId
1997
+ formId: $formId
1998
+ version: $version
1999
+ ) {
2000
+ id
2001
+ recordId
2002
+ library {
2003
+ id
2004
+ }
2005
+ dependencyAttributes {
2006
+ id
2007
+ }
2008
+ elements {
2009
+ ...RecordFormElement
2010
+ }
2011
+ }
2012
+ }
2013
+ ${RecordFormElementFragmentDoc}`;
2014
+ /**
2015
+ * __useRecordFormQuery__
2016
+ *
2017
+ * To run a query within a React component, call `useRecordFormQuery` and pass it any options that fit your needs.
2018
+ * When your component renders, `useRecordFormQuery` returns an object from Apollo Client that contains loading, error, and data properties
2019
+ * you can use to render your UI.
2020
+ *
2021
+ * @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;
2022
+ *
2023
+ * @example
2024
+ * const { data, loading, error } = useRecordFormQuery({
2025
+ * variables: {
2026
+ * libraryId: // value for 'libraryId'
2027
+ * formId: // value for 'formId'
2028
+ * recordId: // value for 'recordId'
2029
+ * version: // value for 'version'
2030
+ * },
2031
+ * });
2032
+ */
2033
+ export function useRecordFormQuery(baseOptions) {
2034
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2035
+ return Apollo.useQuery(RecordFormDocument, options);
2036
+ }
2037
+ export function useRecordFormLazyQuery(baseOptions) {
2038
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2039
+ return Apollo.useLazyQuery(RecordFormDocument, options);
2040
+ }
2041
+ export const RecordUpdateDocument = gql `
2042
+ subscription RECORD_UPDATE($filters: RecordUpdateFilterInput) {
2043
+ recordUpdate(filters: $filters) {
2044
+ record {
2045
+ ...RecordIdentity
2046
+ modified_by: property(attribute: "modified_by") {
2047
+ ... on LinkValue {
2048
+ value {
2049
+ ...RecordIdentity
2050
+ }
2051
+ }
2052
+ }
2053
+ }
2054
+ updatedValues {
2055
+ attribute
2056
+ value {
2057
+ ...ValueDetails
2058
+ }
2059
+ }
2060
+ }
2061
+ }
2062
+ ${RecordIdentityFragmentDoc}
2063
+ ${ValueDetailsFragmentDoc}`;
2064
+ /**
2065
+ * __useRecordUpdateSubscription__
2066
+ *
2067
+ * To run a query within a React component, call `useRecordUpdateSubscription` and pass it any options that fit your needs.
2068
+ * When your component renders, `useRecordUpdateSubscription` returns an object from Apollo Client that contains loading, error, and data properties
2069
+ * you can use to render your UI.
2070
+ *
2071
+ * @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;
2072
+ *
2073
+ * @example
2074
+ * const { data, loading, error } = useRecordUpdateSubscription({
2075
+ * variables: {
2076
+ * filters: // value for 'filters'
2077
+ * },
2078
+ * });
2079
+ */
2080
+ export function useRecordUpdateSubscription(baseOptions) {
2081
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2082
+ return Apollo.useSubscription(RecordUpdateDocument, options);
2083
+ }
2084
+ export const IndexRecordsDocument = gql `
2085
+ mutation INDEX_RECORDS($libraryId: String!, $records: [String!]) {
2086
+ indexRecords(libraryId: $libraryId, records: $records)
2087
+ }
2088
+ `;
2089
+ /**
2090
+ * __useIndexRecordsMutation__
2091
+ *
2092
+ * To run a mutation, you first call `useIndexRecordsMutation` within a React component and pass it any options that fit your needs.
2093
+ * When your component renders, `useIndexRecordsMutation` returns a tuple that includes:
2094
+ * - A mutate function that you can call at any time to execute the mutation
2095
+ * - An object with fields that represent the current status of the mutation's execution
2096
+ *
2097
+ * @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;
2098
+ *
2099
+ * @example
2100
+ * const [indexRecordsMutation, { data, loading, error }] = useIndexRecordsMutation({
2101
+ * variables: {
2102
+ * libraryId: // value for 'libraryId'
2103
+ * records: // value for 'records'
2104
+ * },
2105
+ * });
2106
+ */
2107
+ export function useIndexRecordsMutation(baseOptions) {
2108
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2109
+ return Apollo.useMutation(IndexRecordsDocument, options);
2110
+ }
2111
+ export const CancelTaskDocument = gql `
2112
+ mutation CANCEL_TASK($taskId: ID!) {
2113
+ cancelTask(taskId: $taskId)
2114
+ }
2115
+ `;
2116
+ /**
2117
+ * __useCancelTaskMutation__
2118
+ *
2119
+ * To run a mutation, you first call `useCancelTaskMutation` within a React component and pass it any options that fit your needs.
2120
+ * When your component renders, `useCancelTaskMutation` returns a tuple that includes:
2121
+ * - A mutate function that you can call at any time to execute the mutation
2122
+ * - An object with fields that represent the current status of the mutation's execution
2123
+ *
2124
+ * @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;
2125
+ *
2126
+ * @example
2127
+ * const [cancelTaskMutation, { data, loading, error }] = useCancelTaskMutation({
2128
+ * variables: {
2129
+ * taskId: // value for 'taskId'
2130
+ * },
2131
+ * });
2132
+ */
2133
+ export function useCancelTaskMutation(baseOptions) {
2134
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2135
+ return Apollo.useMutation(CancelTaskDocument, options);
2136
+ }
2137
+ export const CheckTreeExistenceDocument = gql `
2138
+ query CHECK_TREE_EXISTENCE($id: [ID!]) {
2139
+ trees(filters: {id: $id}) {
2140
+ totalCount
2141
+ }
2142
+ }
2143
+ `;
2144
+ /**
2145
+ * __useCheckTreeExistenceQuery__
2146
+ *
2147
+ * To run a query within a React component, call `useCheckTreeExistenceQuery` and pass it any options that fit your needs.
2148
+ * When your component renders, `useCheckTreeExistenceQuery` returns an object from Apollo Client that contains loading, error, and data properties
2149
+ * you can use to render your UI.
2150
+ *
2151
+ * @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;
2152
+ *
2153
+ * @example
2154
+ * const { data, loading, error } = useCheckTreeExistenceQuery({
2155
+ * variables: {
2156
+ * id: // value for 'id'
2157
+ * },
2158
+ * });
2159
+ */
2160
+ export function useCheckTreeExistenceQuery(baseOptions) {
2161
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2162
+ return Apollo.useQuery(CheckTreeExistenceDocument, options);
2163
+ }
2164
+ export function useCheckTreeExistenceLazyQuery(baseOptions) {
2165
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2166
+ return Apollo.useLazyQuery(CheckTreeExistenceDocument, options);
2167
+ }
2168
+ export const DeleteTreeDocument = gql `
2169
+ mutation DELETE_TREE($id: ID!) {
2170
+ deleteTree(id: $id) {
2171
+ id
2172
+ }
2173
+ }
2174
+ `;
2175
+ /**
2176
+ * __useDeleteTreeMutation__
2177
+ *
2178
+ * To run a mutation, you first call `useDeleteTreeMutation` within a React component and pass it any options that fit your needs.
2179
+ * When your component renders, `useDeleteTreeMutation` returns a tuple that includes:
2180
+ * - A mutate function that you can call at any time to execute the mutation
2181
+ * - An object with fields that represent the current status of the mutation's execution
2182
+ *
2183
+ * @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;
2184
+ *
2185
+ * @example
2186
+ * const [deleteTreeMutation, { data, loading, error }] = useDeleteTreeMutation({
2187
+ * variables: {
2188
+ * id: // value for 'id'
2189
+ * },
2190
+ * });
2191
+ */
2192
+ export function useDeleteTreeMutation(baseOptions) {
2193
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2194
+ return Apollo.useMutation(DeleteTreeDocument, options);
2195
+ }
2196
+ export const GetTreeByIdDocument = gql `
2197
+ query GET_TREE_BY_ID($id: [ID!]) {
2198
+ trees(filters: {id: $id}) {
2199
+ list {
2200
+ ...TreeDetails
2201
+ }
2202
+ }
2203
+ }
2204
+ ${TreeDetailsFragmentDoc}`;
2205
+ /**
2206
+ * __useGetTreeByIdQuery__
2207
+ *
2208
+ * To run a query within a React component, call `useGetTreeByIdQuery` and pass it any options that fit your needs.
2209
+ * When your component renders, `useGetTreeByIdQuery` returns an object from Apollo Client that contains loading, error, and data properties
2210
+ * you can use to render your UI.
2211
+ *
2212
+ * @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;
2213
+ *
2214
+ * @example
2215
+ * const { data, loading, error } = useGetTreeByIdQuery({
2216
+ * variables: {
2217
+ * id: // value for 'id'
2218
+ * },
2219
+ * });
2220
+ */
2221
+ export function useGetTreeByIdQuery(baseOptions) {
2222
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2223
+ return Apollo.useQuery(GetTreeByIdDocument, options);
2224
+ }
2225
+ export function useGetTreeByIdLazyQuery(baseOptions) {
2226
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2227
+ return Apollo.useLazyQuery(GetTreeByIdDocument, options);
2228
+ }
2229
+ export const GetTreeLibrariesDocument = gql `
2230
+ query GET_TREE_LIBRARIES($treeId: [ID!], $library: String) {
2231
+ trees(filters: {id: $treeId, library: $library}) {
2232
+ totalCount
2233
+ list {
2234
+ id
2235
+ behavior
2236
+ system
2237
+ libraries {
2238
+ library {
2239
+ id
2240
+ label
2241
+ behavior
2242
+ system
2243
+ }
2244
+ settings {
2245
+ allowMultiplePositions
2246
+ allowedChildren
2247
+ allowedAtRoot
2248
+ }
2249
+ }
2250
+ }
2251
+ }
2252
+ }
2253
+ `;
2254
+ /**
2255
+ * __useGetTreeLibrariesQuery__
2256
+ *
2257
+ * To run a query within a React component, call `useGetTreeLibrariesQuery` and pass it any options that fit your needs.
2258
+ * When your component renders, `useGetTreeLibrariesQuery` returns an object from Apollo Client that contains loading, error, and data properties
2259
+ * you can use to render your UI.
2260
+ *
2261
+ * @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;
2262
+ *
2263
+ * @example
2264
+ * const { data, loading, error } = useGetTreeLibrariesQuery({
2265
+ * variables: {
2266
+ * treeId: // value for 'treeId'
2267
+ * library: // value for 'library'
2268
+ * },
2269
+ * });
2270
+ */
2271
+ export function useGetTreeLibrariesQuery(baseOptions) {
2272
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2273
+ return Apollo.useQuery(GetTreeLibrariesDocument, options);
2274
+ }
2275
+ export function useGetTreeLibrariesLazyQuery(baseOptions) {
2276
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2277
+ return Apollo.useLazyQuery(GetTreeLibrariesDocument, options);
2278
+ }
2279
+ export const GetTreesDocument = gql `
2280
+ query GET_TREES {
2281
+ trees {
2282
+ list {
2283
+ ...TreeLight
2284
+ }
2285
+ }
2286
+ }
2287
+ ${TreeLightFragmentDoc}`;
2288
+ /**
2289
+ * __useGetTreesQuery__
2290
+ *
2291
+ * To run a query within a React component, call `useGetTreesQuery` and pass it any options that fit your needs.
2292
+ * When your component renders, `useGetTreesQuery` returns an object from Apollo Client that contains loading, error, and data properties
2293
+ * you can use to render your UI.
2294
+ *
2295
+ * @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;
2296
+ *
2297
+ * @example
2298
+ * const { data, loading, error } = useGetTreesQuery({
2299
+ * variables: {
2300
+ * },
2301
+ * });
2302
+ */
2303
+ export function useGetTreesQuery(baseOptions) {
2304
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2305
+ return Apollo.useQuery(GetTreesDocument, options);
2306
+ }
2307
+ export function useGetTreesLazyQuery(baseOptions) {
2308
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2309
+ return Apollo.useLazyQuery(GetTreesDocument, options);
2310
+ }
2311
+ export const SaveTreeDocument = gql `
2312
+ mutation SAVE_TREE($tree: TreeInput!) {
2313
+ saveTree(tree: $tree) {
2314
+ ...TreeDetails
2315
+ }
2316
+ }
2317
+ ${TreeDetailsFragmentDoc}`;
2318
+ /**
2319
+ * __useSaveTreeMutation__
2320
+ *
2321
+ * To run a mutation, you first call `useSaveTreeMutation` within a React component and pass it any options that fit your needs.
2322
+ * When your component renders, `useSaveTreeMutation` returns a tuple that includes:
2323
+ * - A mutate function that you can call at any time to execute the mutation
2324
+ * - An object with fields that represent the current status of the mutation's execution
2325
+ *
2326
+ * @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;
2327
+ *
2328
+ * @example
2329
+ * const [saveTreeMutation, { data, loading, error }] = useSaveTreeMutation({
2330
+ * variables: {
2331
+ * tree: // value for 'tree'
2332
+ * },
2333
+ * });
2334
+ */
2335
+ export function useSaveTreeMutation(baseOptions) {
2336
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2337
+ return Apollo.useMutation(SaveTreeDocument, options);
2338
+ }
2339
+ export const TreeNodeChildrenDocument = gql `
2340
+ query TREE_NODE_CHILDREN($treeId: ID!, $node: ID, $pagination: Pagination) {
2341
+ treeNodeChildren(treeId: $treeId, node: $node, pagination: $pagination) {
2342
+ totalCount
2343
+ list {
2344
+ ...TreeNodeChild
2345
+ }
2346
+ }
2347
+ }
2348
+ ${TreeNodeChildFragmentDoc}`;
2349
+ /**
2350
+ * __useTreeNodeChildrenQuery__
2351
+ *
2352
+ * To run a query within a React component, call `useTreeNodeChildrenQuery` and pass it any options that fit your needs.
2353
+ * When your component renders, `useTreeNodeChildrenQuery` returns an object from Apollo Client that contains loading, error, and data properties
2354
+ * you can use to render your UI.
2355
+ *
2356
+ * @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;
2357
+ *
2358
+ * @example
2359
+ * const { data, loading, error } = useTreeNodeChildrenQuery({
2360
+ * variables: {
2361
+ * treeId: // value for 'treeId'
2362
+ * node: // value for 'node'
2363
+ * pagination: // value for 'pagination'
2364
+ * },
2365
+ * });
2366
+ */
2367
+ export function useTreeNodeChildrenQuery(baseOptions) {
2368
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2369
+ return Apollo.useQuery(TreeNodeChildrenDocument, options);
2370
+ }
2371
+ export function useTreeNodeChildrenLazyQuery(baseOptions) {
2372
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2373
+ return Apollo.useLazyQuery(TreeNodeChildrenDocument, options);
2374
+ }
2375
+ export const GetUserDataDocument = gql `
2376
+ query GET_USER_DATA($keys: [String!]!, $global: Boolean) {
2377
+ userData(keys: $keys, global: $global) {
2378
+ global
2379
+ data
2380
+ }
2381
+ }
2382
+ `;
2383
+ /**
2384
+ * __useGetUserDataQuery__
2385
+ *
2386
+ * To run a query within a React component, call `useGetUserDataQuery` and pass it any options that fit your needs.
2387
+ * When your component renders, `useGetUserDataQuery` returns an object from Apollo Client that contains loading, error, and data properties
2388
+ * you can use to render your UI.
2389
+ *
2390
+ * @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;
2391
+ *
2392
+ * @example
2393
+ * const { data, loading, error } = useGetUserDataQuery({
2394
+ * variables: {
2395
+ * keys: // value for 'keys'
2396
+ * global: // value for 'global'
2397
+ * },
2398
+ * });
2399
+ */
2400
+ export function useGetUserDataQuery(baseOptions) {
2401
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2402
+ return Apollo.useQuery(GetUserDataDocument, options);
2403
+ }
2404
+ export function useGetUserDataLazyQuery(baseOptions) {
2405
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2406
+ return Apollo.useLazyQuery(GetUserDataDocument, options);
2407
+ }
2408
+ export const SaveUserDataDocument = gql `
2409
+ mutation SAVE_USER_DATA($key: String!, $value: Any, $global: Boolean!) {
2410
+ saveUserData(key: $key, value: $value, global: $global) {
2411
+ global
2412
+ data
2413
+ }
2414
+ }
2415
+ `;
2416
+ /**
2417
+ * __useSaveUserDataMutation__
2418
+ *
2419
+ * To run a mutation, you first call `useSaveUserDataMutation` within a React component and pass it any options that fit your needs.
2420
+ * When your component renders, `useSaveUserDataMutation` returns a tuple that includes:
2421
+ * - A mutate function that you can call at any time to execute the mutation
2422
+ * - An object with fields that represent the current status of the mutation's execution
2423
+ *
2424
+ * @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;
2425
+ *
2426
+ * @example
2427
+ * const [saveUserDataMutation, { data, loading, error }] = useSaveUserDataMutation({
2428
+ * variables: {
2429
+ * key: // value for 'key'
2430
+ * value: // value for 'value'
2431
+ * global: // value for 'global'
2432
+ * },
2433
+ * });
2434
+ */
2435
+ export function useSaveUserDataMutation(baseOptions) {
2436
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2437
+ return Apollo.useMutation(SaveUserDataDocument, options);
2438
+ }
2439
+ export const DeleteValueDocument = gql `
2440
+ mutation DELETE_VALUE($library: ID!, $recordId: ID!, $attribute: ID!, $value: ValueInput) {
2441
+ deleteValue(
2442
+ library: $library
2443
+ recordId: $recordId
2444
+ attribute: $attribute
2445
+ value: $value
2446
+ ) {
2447
+ ...ValueDetails
2448
+ }
2449
+ }
2450
+ ${ValueDetailsFragmentDoc}`;
2451
+ /**
2452
+ * __useDeleteValueMutation__
2453
+ *
2454
+ * To run a mutation, you first call `useDeleteValueMutation` within a React component and pass it any options that fit your needs.
2455
+ * When your component renders, `useDeleteValueMutation` returns a tuple that includes:
2456
+ * - A mutate function that you can call at any time to execute the mutation
2457
+ * - An object with fields that represent the current status of the mutation's execution
2458
+ *
2459
+ * @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;
2460
+ *
2461
+ * @example
2462
+ * const [deleteValueMutation, { data, loading, error }] = useDeleteValueMutation({
2463
+ * variables: {
2464
+ * library: // value for 'library'
2465
+ * recordId: // value for 'recordId'
2466
+ * attribute: // value for 'attribute'
2467
+ * value: // value for 'value'
2468
+ * },
2469
+ * });
2470
+ */
2471
+ export function useDeleteValueMutation(baseOptions) {
2472
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2473
+ return Apollo.useMutation(DeleteValueDocument, options);
2474
+ }
2475
+ export const SaveValueBatchDocument = gql `
2476
+ mutation SAVE_VALUE_BATCH($library: ID!, $recordId: ID!, $version: [ValueVersionInput!], $values: [ValueBatchInput!]!, $deleteEmpty: Boolean) {
2477
+ saveValueBatch(
2478
+ library: $library
2479
+ recordId: $recordId
2480
+ version: $version
2481
+ values: $values
2482
+ deleteEmpty: $deleteEmpty
2483
+ ) {
2484
+ values {
2485
+ ...ValueDetails
2486
+ }
2487
+ errors {
2488
+ type
2489
+ attribute
2490
+ input
2491
+ message
2492
+ }
2493
+ }
2494
+ }
2495
+ ${ValueDetailsFragmentDoc}`;
2496
+ /**
2497
+ * __useSaveValueBatchMutation__
2498
+ *
2499
+ * To run a mutation, you first call `useSaveValueBatchMutation` within a React component and pass it any options that fit your needs.
2500
+ * When your component renders, `useSaveValueBatchMutation` returns a tuple that includes:
2501
+ * - A mutate function that you can call at any time to execute the mutation
2502
+ * - An object with fields that represent the current status of the mutation's execution
2503
+ *
2504
+ * @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;
2505
+ *
2506
+ * @example
2507
+ * const [saveValueBatchMutation, { data, loading, error }] = useSaveValueBatchMutation({
2508
+ * variables: {
2509
+ * library: // value for 'library'
2510
+ * recordId: // value for 'recordId'
2511
+ * version: // value for 'version'
2512
+ * values: // value for 'values'
2513
+ * deleteEmpty: // value for 'deleteEmpty'
2514
+ * },
2515
+ * });
2516
+ */
2517
+ export function useSaveValueBatchMutation(baseOptions) {
2518
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2519
+ return Apollo.useMutation(SaveValueBatchDocument, options);
2520
+ }
2521
+ export const DeleteViewDocument = gql `
2522
+ mutation DELETE_VIEW($viewId: String!) {
2523
+ deleteView(viewId: $viewId) {
2524
+ id
2525
+ library
2526
+ }
2527
+ }
2528
+ `;
2529
+ /**
2530
+ * __useDeleteViewMutation__
2531
+ *
2532
+ * To run a mutation, you first call `useDeleteViewMutation` within a React component and pass it any options that fit your needs.
2533
+ * When your component renders, `useDeleteViewMutation` returns a tuple that includes:
2534
+ * - A mutate function that you can call at any time to execute the mutation
2535
+ * - An object with fields that represent the current status of the mutation's execution
2536
+ *
2537
+ * @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;
2538
+ *
2539
+ * @example
2540
+ * const [deleteViewMutation, { data, loading, error }] = useDeleteViewMutation({
2541
+ * variables: {
2542
+ * viewId: // value for 'viewId'
2543
+ * },
2544
+ * });
2545
+ */
2546
+ export function useDeleteViewMutation(baseOptions) {
2547
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2548
+ return Apollo.useMutation(DeleteViewDocument, options);
2549
+ }
2550
+ export const GetViewDocument = gql `
2551
+ query GET_VIEW($viewId: String!) {
2552
+ view(viewId: $viewId) {
2553
+ ...ViewDetails
2554
+ }
2555
+ }
2556
+ ${ViewDetailsFragmentDoc}`;
2557
+ /**
2558
+ * __useGetViewQuery__
2559
+ *
2560
+ * To run a query within a React component, call `useGetViewQuery` and pass it any options that fit your needs.
2561
+ * When your component renders, `useGetViewQuery` returns an object from Apollo Client that contains loading, error, and data properties
2562
+ * you can use to render your UI.
2563
+ *
2564
+ * @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;
2565
+ *
2566
+ * @example
2567
+ * const { data, loading, error } = useGetViewQuery({
2568
+ * variables: {
2569
+ * viewId: // value for 'viewId'
2570
+ * },
2571
+ * });
2572
+ */
2573
+ export function useGetViewQuery(baseOptions) {
2574
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2575
+ return Apollo.useQuery(GetViewDocument, options);
2576
+ }
2577
+ export function useGetViewLazyQuery(baseOptions) {
2578
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2579
+ return Apollo.useLazyQuery(GetViewDocument, options);
2580
+ }
2581
+ export const GetViewsListDocument = gql `
2582
+ query GET_VIEWS_LIST($libraryId: String!) {
2583
+ views(library: $libraryId) {
2584
+ totalCount
2585
+ list {
2586
+ ...ViewDetails
2587
+ }
2588
+ }
2589
+ }
2590
+ ${ViewDetailsFragmentDoc}`;
2591
+ /**
2592
+ * __useGetViewsListQuery__
2593
+ *
2594
+ * To run a query within a React component, call `useGetViewsListQuery` and pass it any options that fit your needs.
2595
+ * When your component renders, `useGetViewsListQuery` returns an object from Apollo Client that contains loading, error, and data properties
2596
+ * you can use to render your UI.
2597
+ *
2598
+ * @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;
2599
+ *
2600
+ * @example
2601
+ * const { data, loading, error } = useGetViewsListQuery({
2602
+ * variables: {
2603
+ * libraryId: // value for 'libraryId'
2604
+ * },
2605
+ * });
2606
+ */
2607
+ export function useGetViewsListQuery(baseOptions) {
2608
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2609
+ return Apollo.useQuery(GetViewsListDocument, options);
2610
+ }
2611
+ export function useGetViewsListLazyQuery(baseOptions) {
2612
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2613
+ return Apollo.useLazyQuery(GetViewsListDocument, options);
2614
+ }
2615
+ export const AddViewDocument = gql `
2616
+ mutation ADD_VIEW($view: ViewInput!) {
2617
+ saveView(view: $view) {
2618
+ ...ViewDetails
2619
+ }
2620
+ }
2621
+ ${ViewDetailsFragmentDoc}`;
2622
+ /**
2623
+ * __useAddViewMutation__
2624
+ *
2625
+ * To run a mutation, you first call `useAddViewMutation` within a React component and pass it any options that fit your needs.
2626
+ * When your component renders, `useAddViewMutation` returns a tuple that includes:
2627
+ * - A mutate function that you can call at any time to execute the mutation
2628
+ * - An object with fields that represent the current status of the mutation's execution
2629
+ *
2630
+ * @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;
2631
+ *
2632
+ * @example
2633
+ * const [addViewMutation, { data, loading, error }] = useAddViewMutation({
2634
+ * variables: {
2635
+ * view: // value for 'view'
2636
+ * },
2637
+ * });
2638
+ */
2639
+ export function useAddViewMutation(baseOptions) {
2640
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2641
+ return Apollo.useMutation(AddViewDocument, options);
2642
+ }
2643
+ //# sourceMappingURL=index.js.map