@leav/ui 0.3.6-57473e5 → 0.3.6-5824c2d

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 (586) hide show
  1. package/dist/__mocks__/common/attribute.d.ts +1 -0
  2. package/dist/__mocks__/common/attribute.js +9 -2
  3. package/dist/__mocks__/common/attribute.js.map +1 -1
  4. package/dist/__mocks__/common/form.d.ts +12 -5
  5. package/dist/__mocks__/common/form.js +33 -2
  6. package/dist/__mocks__/common/form.js.map +1 -1
  7. package/dist/__mocks__/common/record.d.ts +13 -2
  8. package/dist/__mocks__/common/record.js.map +1 -1
  9. package/dist/__mocks__/common/value.js +3 -2
  10. package/dist/__mocks__/common/value.js.map +1 -1
  11. package/dist/__mocks__/common/view.js +7 -5
  12. package/dist/__mocks__/common/view.js.map +1 -1
  13. package/dist/__mocks__/mockQuery/mockGetLibraryDetailExtendedQuery.js +1 -1
  14. package/dist/__mocks__/mockQuery/mockGetLibraryDetailExtendedQuery.js.map +1 -1
  15. package/dist/__mocks__/mockQuery/mockGetViewListQuery.js +2 -1
  16. package/dist/__mocks__/mockQuery/mockGetViewListQuery.js.map +1 -1
  17. package/dist/_gqlTypes/index.d.ts +633 -87
  18. package/dist/_gqlTypes/index.js +1376 -1055
  19. package/dist/_gqlTypes/index.js.map +1 -1
  20. package/dist/_queries/attributes/attributeDetailsFragment.js +0 -1
  21. package/dist/_queries/attributes/attributeDetailsFragment.js.map +1 -1
  22. package/dist/_queries/attributes/getAttributesByLib.js +7 -5
  23. package/dist/_queries/attributes/getAttributesByLib.js.map +1 -1
  24. package/dist/_queries/libraries/getLibraryDetailExtendQuery.d.ts +3 -4
  25. package/dist/_queries/libraries/getLibraryDetailExtendQuery.js +2 -3
  26. package/dist/_queries/libraries/getLibraryDetailExtendQuery.js.map +1 -1
  27. package/dist/_queries/records/createRecordMutation.js +2 -3
  28. package/dist/_queries/records/createRecordMutation.js.map +1 -1
  29. package/dist/_queries/records/getRecordColumnsValues.d.ts +5 -3
  30. package/dist/_queries/records/getRecordColumnsValues.js +4 -1
  31. package/dist/_queries/records/getRecordColumnsValues.js.map +1 -1
  32. package/dist/_queries/records/getRecordsFromLibraryQuery.js +1 -0
  33. package/dist/_queries/records/getRecordsFromLibraryQuery.js.map +1 -1
  34. package/dist/_queries/records/recordFormAttributeFragment.js +3 -0
  35. package/dist/_queries/records/recordFormAttributeFragment.js.map +1 -1
  36. package/dist/_queries/views/saveViewMutation.js +1 -1
  37. package/dist/_queries/views/viewDetailsFragment.js +14 -11
  38. package/dist/_queries/views/viewDetailsFragment.js.map +1 -1
  39. package/dist/_utils/attributeType.d.ts +3 -0
  40. package/dist/_utils/attributeType.js +7 -0
  41. package/dist/_utils/attributeType.js.map +1 -0
  42. package/dist/_utils/index.js +6 -3
  43. package/dist/_utils/index.js.map +1 -1
  44. package/dist/_utils/interleaveElement.d.ts +1 -0
  45. package/dist/{components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducerContext.js → _utils/interleaveElement.js} +2 -6
  46. package/dist/_utils/interleaveElement.js.map +1 -0
  47. package/dist/antdTheme/index.d.ts +0 -3
  48. package/dist/antdTheme/index.js +3 -42
  49. package/dist/antdTheme/index.js.map +1 -1
  50. package/dist/components/CreateDirectory/CreateDirectory.js +1 -1
  51. package/dist/components/CreateDirectory/CreateDirectory.js.map +1 -1
  52. package/dist/components/EditApplication/EditApplication.js +2 -2
  53. package/dist/components/EditApplication/EditApplication.js.map +1 -1
  54. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/EditApplicationInfoForm.js.map +1 -1
  55. package/dist/components/EditApplication/_types.d.ts +2 -2
  56. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfo.js +0 -1
  57. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfo.js.map +1 -1
  58. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/EditAttributeInfoForm.js +2 -5
  59. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/EditAttributeInfoForm.js.map +1 -1
  60. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/EditTreeInfoForm.d.ts +1 -1
  61. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/EditTreeInfoForm.js.map +1 -1
  62. package/dist/components/Explorer/DataView.d.ts +17 -2
  63. package/dist/components/Explorer/DataView.js +104 -49
  64. package/dist/components/Explorer/DataView.js.map +1 -1
  65. package/dist/components/Explorer/Explorer.d.ts +16 -6
  66. package/dist/components/Explorer/Explorer.js +105 -18
  67. package/dist/components/Explorer/Explorer.js.map +1 -1
  68. package/dist/components/Explorer/ExplorerTitle.d.ts +9 -0
  69. package/dist/components/Explorer/ExplorerTitle.js +47 -0
  70. package/dist/components/Explorer/ExplorerTitle.js.map +1 -0
  71. package/dist/components/Explorer/ExplorerToolbar.d.ts +5 -0
  72. package/dist/components/Explorer/ExplorerToolbar.js +49 -0
  73. package/dist/components/Explorer/ExplorerToolbar.js.map +1 -0
  74. package/dist/components/Explorer/IdCard.d.ts +7 -0
  75. package/dist/components/Explorer/IdCard.js +15 -0
  76. package/dist/components/Explorer/IdCard.js.map +1 -0
  77. package/dist/components/Explorer/TableCell.d.ts +8 -0
  78. package/dist/components/Explorer/TableCell.js +152 -0
  79. package/dist/components/Explorer/TableCell.js.map +1 -0
  80. package/dist/components/Explorer/TableTagGroup.d.ts +7 -0
  81. package/dist/components/Explorer/TableTagGroup.js +30 -0
  82. package/dist/components/Explorer/TableTagGroup.js.map +1 -0
  83. package/dist/components/Explorer/_constants.d.ts +5 -0
  84. package/dist/components/Explorer/_constants.js +18 -0
  85. package/dist/components/Explorer/_constants.js.map +1 -0
  86. package/dist/components/Explorer/_queries/prepareFiltersForRequest.d.ts +4 -0
  87. package/dist/components/Explorer/_queries/prepareFiltersForRequest.js +99 -0
  88. package/dist/components/Explorer/_queries/prepareFiltersForRequest.js.map +1 -0
  89. package/dist/components/Explorer/_queries/useExplorerData.d.ts +30 -6
  90. package/dist/components/Explorer/_queries/useExplorerData.js +115 -19
  91. package/dist/components/Explorer/_queries/useExplorerData.js.map +1 -1
  92. package/dist/components/Explorer/_types.d.ts +107 -4
  93. package/dist/components/Explorer/_types.js +7 -1
  94. package/dist/components/Explorer/_types.js.map +1 -1
  95. package/dist/components/Explorer/{useEditAction.d.ts → actions-item/useEditItemAction.d.ts} +4 -4
  96. package/dist/components/Explorer/{useEditAction.js → actions-item/useEditItemAction.js} +15 -13
  97. package/dist/components/Explorer/actions-item/useEditItemAction.js.map +1 -0
  98. package/dist/components/Explorer/actions-item/useRemoveItemAction.d.ts +23 -0
  99. package/dist/components/Explorer/actions-item/useRemoveItemAction.js +109 -0
  100. package/dist/components/Explorer/actions-item/useRemoveItemAction.js.map +1 -0
  101. package/dist/components/Explorer/actions-mass/useDeactivateMassAction.d.ts +27 -0
  102. package/dist/components/Explorer/actions-mass/useDeactivateMassAction.js +71 -0
  103. package/dist/components/Explorer/actions-mass/useDeactivateMassAction.js.map +1 -0
  104. package/dist/components/Explorer/actions-mass/useMassActions.d.ts +28 -0
  105. package/dist/components/Explorer/actions-mass/useMassActions.js +111 -0
  106. package/dist/components/Explorer/actions-mass/useMassActions.js.map +1 -0
  107. package/dist/components/Explorer/{useCreateMainAction.d.ts → actions-primary/useCreatePrimaryAction.d.ts} +9 -5
  108. package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.js +75 -0
  109. package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.js.map +1 -0
  110. package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.d.ts +17 -0
  111. package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.js +38 -0
  112. package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.js.map +1 -0
  113. package/dist/components/Explorer/actions-primary/usePrimaryActions.d.ts +12 -0
  114. package/dist/components/Explorer/actions-primary/usePrimaryActions.js +25 -0
  115. package/dist/components/Explorer/actions-primary/usePrimaryActions.js.map +1 -0
  116. package/dist/components/Explorer/conditionsHelper.d.ts +2 -0
  117. package/dist/components/Explorer/conditionsHelper.js +16 -0
  118. package/dist/components/Explorer/conditionsHelper.js.map +1 -0
  119. package/dist/components/Explorer/index.d.ts +1 -3
  120. package/dist/components/Explorer/index.js +1 -3
  121. package/dist/components/Explorer/index.js.map +1 -1
  122. package/dist/components/Explorer/link-item/LinkModal.d.ts +7 -0
  123. package/dist/components/Explorer/link-item/LinkModal.js +73 -0
  124. package/dist/components/Explorer/link-item/LinkModal.js.map +1 -0
  125. package/dist/components/Explorer/link-item/useLinkMassAction.d.ts +24 -0
  126. package/dist/components/Explorer/link-item/useLinkMassAction.js +57 -0
  127. package/dist/components/Explorer/link-item/useLinkMassAction.js.map +1 -0
  128. package/dist/components/Explorer/list-saved-views/SavedViews.d.ts +2 -0
  129. package/dist/components/Explorer/list-saved-views/SavedViews.js +74 -0
  130. package/dist/components/Explorer/list-saved-views/SavedViews.js.map +1 -0
  131. package/dist/components/Explorer/{edit-settings → manage-view-settings/_shared}/ColumnItem.d.ts +2 -1
  132. package/dist/components/Explorer/manage-view-settings/_shared/ColumnItem.js +85 -0
  133. package/dist/components/Explorer/manage-view-settings/_shared/ColumnItem.js.map +1 -0
  134. package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.d.ts +6 -0
  135. package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.js +19 -0
  136. package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.js.map +1 -0
  137. package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.d.ts +13 -0
  138. package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.js +67 -0
  139. package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.js.map +1 -0
  140. package/dist/components/Explorer/manage-view-settings/_shared/useTransformFilters.d.ts +17 -0
  141. package/dist/components/Explorer/manage-view-settings/_shared/useTransformFilters.js +93 -0
  142. package/dist/components/Explorer/manage-view-settings/_shared/useTransformFilters.js.map +1 -0
  143. package/dist/components/Explorer/manage-view-settings/configure-display/ConfigureDisplay.d.ts +6 -0
  144. package/dist/components/Explorer/manage-view-settings/configure-display/ConfigureDisplay.js +28 -0
  145. package/dist/components/Explorer/manage-view-settings/configure-display/ConfigureDisplay.js.map +1 -0
  146. package/dist/components/Explorer/manage-view-settings/configure-display/attributes/SelectVisibleAttributes.d.ts +6 -0
  147. package/dist/components/Explorer/manage-view-settings/configure-display/attributes/SelectVisibleAttributes.js +55 -0
  148. package/dist/components/Explorer/manage-view-settings/configure-display/attributes/SelectVisibleAttributes.js.map +1 -0
  149. package/dist/components/Explorer/manage-view-settings/configure-display/view-type/SelectViewType.d.ts +8 -0
  150. package/dist/components/Explorer/manage-view-settings/configure-display/view-type/SelectViewType.js +12 -0
  151. package/dist/components/Explorer/manage-view-settings/configure-display/view-type/SelectViewType.js.map +1 -0
  152. package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.d.ts +4 -0
  153. package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js +88 -0
  154. package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js.map +1 -0
  155. package/dist/components/Explorer/manage-view-settings/filter-items/FilterListItem.d.ts +9 -0
  156. package/dist/components/Explorer/manage-view-settings/filter-items/FilterListItem.js +33 -0
  157. package/dist/components/Explorer/manage-view-settings/filter-items/FilterListItem.js.map +1 -0
  158. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/BooleanAttributeDropdown.d.ts +3 -0
  159. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/BooleanAttributeDropdown.js +22 -0
  160. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/BooleanAttributeDropdown.js.map +1 -0
  161. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ColorAttributeDropDown.d.ts +3 -0
  162. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ColorAttributeDropDown.js +11 -0
  163. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ColorAttributeDropDown.js.map +1 -0
  164. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateAttributeDropDown.d.ts +3 -0
  165. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateAttributeDropDown.js +66 -0
  166. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateAttributeDropDown.js.map +1 -0
  167. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateRangeAttributeDropDown.d.ts +3 -0
  168. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateRangeAttributeDropDown.js +11 -0
  169. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateRangeAttributeDropDown.js.map +1 -0
  170. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/EncryptedAttributeDropDown.d.ts +3 -0
  171. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/EncryptedAttributeDropDown.js +11 -0
  172. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/EncryptedAttributeDropDown.js.map +1 -0
  173. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ExtendedAttributeDropDown.d.ts +3 -0
  174. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ExtendedAttributeDropDown.js +11 -0
  175. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ExtendedAttributeDropDown.js.map +1 -0
  176. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.d.ts +3 -0
  177. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.js +40 -0
  178. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.js.map +1 -0
  179. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropdownContent.d.ts +8 -0
  180. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropdownContent.js +41 -0
  181. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropdownContent.js.map +1 -0
  182. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueList.d.ts +10 -0
  183. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueList.js +75 -0
  184. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueList.js.map +1 -0
  185. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/LinkAttributeDropdown.d.ts +3 -0
  186. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/LinkAttributeDropdown.js +79 -0
  187. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/LinkAttributeDropdown.js.map +1 -0
  188. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/NumericAttributeDropDown.d.ts +3 -0
  189. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/NumericAttributeDropDown.js +19 -0
  190. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/NumericAttributeDropDown.js.map +1 -0
  191. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TextAttributeDropDown.d.ts +3 -0
  192. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TextAttributeDropDown.js +28 -0
  193. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TextAttributeDropDown.js.map +1 -0
  194. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/_types.d.ts +13 -0
  195. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/_types.js +2 -0
  196. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/_types.js.map +1 -0
  197. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.d.ts +12 -0
  198. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.js +108 -0
  199. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.js.map +1 -0
  200. package/dist/components/Explorer/manage-view-settings/index.d.ts +8 -0
  201. package/dist/components/Explorer/manage-view-settings/index.js +11 -0
  202. package/dist/components/Explorer/manage-view-settings/index.js.map +1 -0
  203. package/dist/components/Explorer/{edit-settings → manage-view-settings/open-view-settings}/EditSettingsContext.d.ts +3 -1
  204. package/dist/components/Explorer/{edit-settings → manage-view-settings/open-view-settings}/EditSettingsContext.js +3 -2
  205. package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContext.js.map +1 -0
  206. package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContextProvider.d.ts +8 -0
  207. package/dist/components/Explorer/{edit-settings → manage-view-settings/open-view-settings}/EditSettingsContextProvider.js +4 -3
  208. package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContextProvider.js.map +1 -0
  209. package/dist/components/Explorer/{edit-settings → manage-view-settings/open-view-settings}/SidePanel.js +4 -4
  210. package/dist/components/Explorer/manage-view-settings/open-view-settings/SidePanel.js.map +1 -0
  211. package/dist/components/Explorer/manage-view-settings/open-view-settings/useEditSettings.js.map +1 -0
  212. package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.d.ts +12 -0
  213. package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.js +64 -0
  214. package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.js.map +1 -0
  215. package/dist/components/Explorer/manage-view-settings/router-menu/SettingItem.js.map +1 -0
  216. package/dist/components/Explorer/{edit-settings → manage-view-settings/router-menu}/SettingsPanel.d.ts +2 -1
  217. package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js +36 -0
  218. package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js.map +1 -0
  219. package/dist/components/Explorer/manage-view-settings/save-view/SaveViewModal.d.ts +8 -0
  220. package/dist/components/Explorer/manage-view-settings/save-view/SaveViewModal.js +40 -0
  221. package/dist/components/Explorer/manage-view-settings/save-view/SaveViewModal.js.map +1 -0
  222. package/dist/components/Explorer/manage-view-settings/save-view/ViewActionsButtons.d.ts +1 -0
  223. package/dist/components/Explorer/manage-view-settings/save-view/ViewActionsButtons.js +24 -0
  224. package/dist/components/Explorer/manage-view-settings/save-view/ViewActionsButtons.js.map +1 -0
  225. package/dist/components/Explorer/manage-view-settings/save-view/prepareViewForRequest.d.ts +3 -0
  226. package/dist/components/Explorer/manage-view-settings/save-view/prepareViewForRequest.js +24 -0
  227. package/dist/components/Explorer/manage-view-settings/save-view/prepareViewForRequest.js.map +1 -0
  228. package/dist/components/Explorer/manage-view-settings/save-view/useCreateNewView.d.ts +3 -0
  229. package/dist/components/Explorer/manage-view-settings/save-view/useCreateNewView.js +51 -0
  230. package/dist/components/Explorer/manage-view-settings/save-view/useCreateNewView.js.map +1 -0
  231. package/dist/components/Explorer/manage-view-settings/save-view/useResetView.d.ts +3 -0
  232. package/dist/components/Explorer/manage-view-settings/save-view/useResetView.js +20 -0
  233. package/dist/components/Explorer/manage-view-settings/save-view/useResetView.js.map +1 -0
  234. package/dist/components/Explorer/manage-view-settings/save-view/useUpdateView.d.ts +3 -0
  235. package/dist/components/Explorer/manage-view-settings/save-view/useUpdateView.js +48 -0
  236. package/dist/components/Explorer/manage-view-settings/save-view/useUpdateView.js.map +1 -0
  237. package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.d.ts +4 -0
  238. package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.js +111 -0
  239. package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.js.map +1 -0
  240. package/dist/components/Explorer/manage-view-settings/sort-items/SortListItem.d.ts +10 -0
  241. package/dist/components/Explorer/manage-view-settings/sort-items/SortListItem.js +32 -0
  242. package/dist/components/Explorer/manage-view-settings/sort-items/SortListItem.js.map +1 -0
  243. package/dist/components/Explorer/manage-view-settings/store-view-settings/ViewSettingsContext.d.ts +6 -0
  244. package/dist/components/Explorer/manage-view-settings/store-view-settings/ViewSettingsContext.js +11 -0
  245. package/dist/components/Explorer/manage-view-settings/store-view-settings/ViewSettingsContext.js.map +1 -0
  246. package/dist/components/Explorer/manage-view-settings/store-view-settings/useViewSettingsContext.d.ts +4 -0
  247. package/dist/components/{RecordEdition/EditRecordContent/reducers/standardFieldReducer/useStandardFieldReducer.js → Explorer/manage-view-settings/store-view-settings/useViewSettingsContext.js} +3 -3
  248. package/dist/components/Explorer/manage-view-settings/store-view-settings/useViewSettingsContext.js.map +1 -0
  249. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.d.ts +4 -0
  250. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js +35 -0
  251. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js.map +1 -0
  252. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.d.ts +175 -0
  253. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js +281 -0
  254. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js.map +1 -0
  255. package/dist/components/Explorer/useColumnWidth.d.ts +8 -0
  256. package/dist/components/Explorer/useColumnWidth.js +49 -0
  257. package/dist/components/Explorer/useColumnWidth.js.map +1 -0
  258. package/dist/components/Explorer/useLoadView.d.ts +3 -0
  259. package/dist/components/Explorer/useLoadView.js +79 -0
  260. package/dist/components/Explorer/useLoadView.js.map +1 -0
  261. package/dist/components/Explorer/usePagination.d.ts +7 -0
  262. package/dist/components/Explorer/usePagination.js +25 -0
  263. package/dist/components/Explorer/usePagination.js.map +1 -0
  264. package/dist/components/Explorer/useSearchInput.d.ts +16 -0
  265. package/dist/components/Explorer/useSearchInput.js +39 -0
  266. package/dist/components/Explorer/useSearchInput.js.map +1 -0
  267. package/dist/components/Explorer/useTableScrollableHeight.d.ts +5 -0
  268. package/dist/components/Explorer/useTableScrollableHeight.js +15 -0
  269. package/dist/components/Explorer/useTableScrollableHeight.js.map +1 -0
  270. package/dist/components/Explorer/useViewSettingsReducer.d.ts +8 -0
  271. package/dist/components/Explorer/useViewSettingsReducer.js +130 -0
  272. package/dist/components/Explorer/useViewSettingsReducer.js.map +1 -0
  273. package/dist/components/ExportModal/ExportModal.js +2 -2
  274. package/dist/components/ExportModal/ExportModal.js.map +1 -1
  275. package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.js +5 -5
  276. package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.js.map +1 -1
  277. package/dist/components/ImportModal/ImportModalSelectFileStep/ImportModalSelectFileStep.js +1 -2
  278. package/dist/components/ImportModal/ImportModalSelectFileStep/ImportModalSelectFileStep.js.map +1 -1
  279. package/dist/components/LibraryItemsList/DisplayOptions/DisplayOptions.js.map +1 -1
  280. package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.js +2 -2
  281. package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.js.map +1 -1
  282. package/dist/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.js +7 -11
  283. package/dist/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.js.map +1 -1
  284. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/StandardCell.js +7 -2
  285. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/StandardCell.js.map +1 -1
  286. package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/Header.js +7 -5
  287. package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/Header.js.map +1 -1
  288. package/dist/components/LibraryItemsList/MenuView/MenuView.js +5 -10
  289. package/dist/components/LibraryItemsList/MenuView/MenuView.js.map +1 -1
  290. package/dist/components/LibraryItemsList/ViewPanel/EditView/EditView.js +2 -3
  291. package/dist/components/LibraryItemsList/ViewPanel/EditView/EditView.js.map +1 -1
  292. package/dist/components/LibraryItemsList/ViewPanel/View/View.js +3 -3
  293. package/dist/components/LibraryItemsList/ViewPanel/View/View.js.map +1 -1
  294. package/dist/components/LibraryItemsList/helpers/getFieldsFromView.js +4 -9
  295. package/dist/components/LibraryItemsList/helpers/getFieldsFromView.js.map +1 -1
  296. package/dist/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.js +7 -5
  297. package/dist/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.js.map +1 -1
  298. package/dist/components/LibraryItemsList/hooks/useSearchReducer/_types.d.ts +1 -1
  299. package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.d.ts +1 -1
  300. package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.js +25 -33
  301. package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.js.map +1 -1
  302. package/dist/components/RecordEdition/EditRecord/EditRecord.d.ts +1 -0
  303. package/dist/components/RecordEdition/EditRecord/EditRecord.js +82 -76
  304. package/dist/components/RecordEdition/EditRecord/EditRecord.js.map +1 -1
  305. package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.d.ts +2 -1
  306. package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js +17 -4
  307. package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js.map +1 -1
  308. package/dist/components/RecordEdition/EditRecordContent/_types.d.ts +17 -22
  309. package/dist/components/RecordEdition/EditRecordContent/_types.js.map +1 -1
  310. package/dist/components/RecordEdition/EditRecordContent/antdUtils.d.ts +5 -1
  311. package/dist/components/RecordEdition/EditRecordContent/antdUtils.js +44 -34
  312. package/dist/components/RecordEdition/EditRecordContent/antdUtils.js.map +1 -1
  313. package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.d.ts +3 -1
  314. package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.js +8 -2
  315. package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.js.map +1 -1
  316. package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateRecordMutation.d.ts +5 -0
  317. package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateRecordMutation.js +28 -0
  318. package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateRecordMutation.js.map +1 -0
  319. package/dist/components/RecordEdition/EditRecordContent/hooks/useExecuteSaveValueBatchMutation.js.map +1 -1
  320. package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/ValueDetailsBtn.js +1 -7
  321. package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/ValueDetailsBtn.js.map +1 -1
  322. package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.d.ts +3 -1
  323. package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.js +2 -2
  324. package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.js.map +1 -1
  325. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js +2 -2
  326. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js.map +1 -1
  327. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.d.ts +0 -1
  328. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.js +2 -7
  329. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.js.map +1 -1
  330. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.d.ts +0 -1
  331. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.js +2 -9
  332. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.js.map +1 -1
  333. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/ComputeIndicator.d.ts +6 -0
  334. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/ComputeIndicator.js +16 -0
  335. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/ComputeIndicator.js.map +1 -0
  336. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/DeleteAllValuesButton.d.ts +4 -0
  337. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/DeleteAllValuesButton.js +25 -0
  338. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/DeleteAllValuesButton.js.map +1 -0
  339. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.d.ts +5 -2
  340. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js +203 -186
  341. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js.map +1 -1
  342. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.d.ts +2 -8
  343. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.js +11 -30
  344. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.js.map +1 -1
  345. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.d.ts +2 -13
  346. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.js +77 -45
  347. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.js.map +1 -1
  348. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.d.ts +3 -14
  349. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js +37 -46
  350. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js.map +1 -1
  351. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.d.ts +3 -14
  352. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js +14 -74
  353. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js.map +1 -1
  354. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.d.ts +3 -14
  355. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js +33 -49
  356. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js.map +1 -1
  357. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.d.ts +3 -14
  358. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js +33 -60
  359. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js.map +1 -1
  360. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.d.ts +3 -14
  361. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js +51 -64
  362. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js.map +1 -1
  363. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.d.ts +3 -14
  364. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js +33 -56
  365. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js.map +1 -1
  366. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.d.ts +16 -9
  367. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js +56 -402
  368. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js.map +1 -1
  369. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/DSListSelect.d.ts +4 -0
  370. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/{MonoValueSelect.js → DSListSelect.js} +48 -52
  371. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/DSListSelect.js.map +1 -0
  372. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/_types.d.ts +2 -9
  373. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/_types.d.ts +15 -0
  374. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/_types.js +2 -0
  375. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/_types.js.map +1 -0
  376. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/calculatedInheritedFlags.d.ts +42 -0
  377. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/calculatedInheritedFlags.js +56 -0
  378. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/calculatedInheritedFlags.js.map +1 -0
  379. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/useGetPresentationValues.d.ts +12 -0
  380. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/useGetPresentationValues.js +32 -0
  381. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/useGetPresentationValues.js.map +1 -0
  382. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js +4 -7
  383. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js.map +1 -1
  384. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/ValuesAdd.js +2 -2
  385. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/ValuesAdd.js.map +1 -1
  386. package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js +10 -4
  387. package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js.map +1 -1
  388. package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.d.ts +2 -0
  389. package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js +2 -2
  390. package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js.map +1 -1
  391. package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/AttributeSummary.d.ts +7 -0
  392. package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/AttributeSummary.js +9 -0
  393. package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/AttributeSummary.js.map +1 -0
  394. package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/index.d.ts +2 -0
  395. package/dist/components/RecordEdition/EditRecordSidebar/{ValueDetails/AttributeDetails → AttributeSummary}/index.js +2 -2
  396. package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/index.js.map +1 -0
  397. package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/useAttributeInformations.d.ts +2 -0
  398. package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/useAttributeInformations.js +25 -0
  399. package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/useAttributeInformations.js.map +1 -0
  400. package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/Breadcrumb.d.ts +3 -0
  401. package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/Breadcrumb.js +53 -0
  402. package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/Breadcrumb.js.map +1 -0
  403. package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/index.d.ts +2 -0
  404. package/dist/components/RecordEdition/EditRecordSidebar/{ValueDetails → Breacrumb}/index.js +2 -2
  405. package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/index.js.map +1 -0
  406. package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.d.ts +4 -1
  407. package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js +48 -6
  408. package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js.map +1 -1
  409. package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.d.ts +4 -7
  410. package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.js +6 -8
  411. package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.js.map +1 -1
  412. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/RecordInformations.d.ts +9 -0
  413. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/RecordInformations.js +42 -0
  414. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/RecordInformations.js.map +1 -0
  415. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/useRecordInformations.d.ts +6 -0
  416. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/useRecordInformations.js +35 -0
  417. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/useRecordInformations.js.map +1 -0
  418. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.d.ts +3 -282
  419. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.js +28 -61
  420. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.js.map +1 -1
  421. package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/ValuesSummary.d.ts +8 -0
  422. package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/ValuesSummary.js +73 -0
  423. package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/ValuesSummary.js.map +1 -0
  424. package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/index.d.ts +2 -0
  425. package/dist/components/RecordEdition/EditRecordSidebar/{ValueDetails/ValueMetadata → ValuesSummary}/index.js +2 -2
  426. package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/index.js.map +1 -0
  427. package/dist/components/RecordEdition/{EditRecordContent → EditRecordSkeleton}/EditRecordSkeleton.d.ts +1 -1
  428. package/dist/components/RecordEdition/{EditRecordContent → EditRecordSkeleton}/EditRecordSkeleton.js +2 -2
  429. package/dist/components/RecordEdition/EditRecordSkeleton/EditRecordSkeleton.js.map +1 -0
  430. package/dist/components/RecordEdition/EditRecordSkeleton/index.d.ts +2 -0
  431. package/dist/components/RecordEdition/{EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler → EditRecordSkeleton}/index.js +2 -1
  432. package/dist/components/RecordEdition/EditRecordSkeleton/index.js.map +1 -0
  433. package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.d.ts +12 -10
  434. package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.js +15 -13
  435. package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.js.map +1 -1
  436. package/dist/components/RecordEdition/index.d.ts +1 -0
  437. package/dist/components/RecordEdition/index.js +1 -0
  438. package/dist/components/RecordEdition/index.js.map +1 -1
  439. package/dist/components/SelectTreeNode/SelectTreeNode.d.ts +4 -7
  440. package/dist/components/SelectTreeNode/SelectTreeNode.js +17 -135
  441. package/dist/components/SelectTreeNode/SelectTreeNode.js.map +1 -1
  442. package/dist/components/SelectTreeNode/SelectTreeNodeContent.d.ts +16 -0
  443. package/dist/components/SelectTreeNode/SelectTreeNodeContent.js +129 -0
  444. package/dist/components/SelectTreeNode/SelectTreeNodeContent.js.map +1 -0
  445. package/dist/components/SelectTreeNode/index.d.ts +1 -1
  446. package/dist/components/SelectTreeNode/index.js +1 -1
  447. package/dist/components/SelectTreeNode/index.js.map +1 -1
  448. package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.d.ts +4 -7
  449. package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.js +10 -10
  450. package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.js.map +1 -1
  451. package/dist/components/SelectTreeNodeModal/index.d.ts +1 -2
  452. package/dist/components/SelectTreeNodeModal/index.js +1 -2
  453. package/dist/components/SelectTreeNodeModal/index.js.map +1 -1
  454. package/dist/components/UploadFiles/UploadFiles.js +1 -1
  455. package/dist/components/UploadFiles/UploadFiles.js.map +1 -1
  456. package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.js +2 -2
  457. package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.js.map +1 -1
  458. package/dist/constants.d.ts +3 -0
  459. package/dist/constants.js +3 -0
  460. package/dist/constants.js.map +1 -1
  461. package/dist/hooks/useDebouncedValue/index.d.ts +1 -0
  462. package/dist/{components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo → hooks/useDebouncedValue}/index.js +1 -2
  463. package/dist/hooks/useDebouncedValue/index.js.map +1 -0
  464. package/dist/hooks/useExecuteSaveViewMutation/index.d.ts +1 -0
  465. package/dist/{components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath → hooks/useExecuteSaveViewMutation}/index.js +1 -2
  466. package/dist/hooks/useExecuteSaveViewMutation/index.js.map +1 -0
  467. package/dist/hooks/useExecuteSaveViewMutation/useExecuteSaveViewMutation.d.ts +6 -0
  468. package/dist/hooks/{useExecuteAddViewMutation/useExecuteAddViewMutation.js → useExecuteSaveViewMutation/useExecuteSaveViewMutation.js} +8 -7
  469. package/dist/hooks/useExecuteSaveViewMutation/useExecuteSaveViewMutation.js.map +1 -0
  470. package/dist/hooks/useGetRecordForm/useGetRecordForm.d.ts +1 -0
  471. package/dist/hooks/useGetRecordForm/useGetRecordForm.js.map +1 -1
  472. package/dist/hooks/useGetRecordValuesQuery/useGetRecordValuesQuery.d.ts +1 -1
  473. package/dist/hooks/useGetRecordValuesQuery/useGetRecordValuesQuery.js +2 -2
  474. package/dist/hooks/useGetRecordValuesQuery/useGetRecordValuesQuery.js.map +1 -1
  475. package/dist/locales/en/shared.json +108 -18
  476. package/dist/locales/fr/shared.json +110 -20
  477. package/dist/types/views.d.ts +4 -4
  478. package/package.json +9 -4
  479. package/dist/components/Explorer/edit-settings/ColumnItem.js +0 -59
  480. package/dist/components/Explorer/edit-settings/ColumnItem.js.map +0 -1
  481. package/dist/components/Explorer/edit-settings/DisplayMode.d.ts +0 -6
  482. package/dist/components/Explorer/edit-settings/DisplayMode.js +0 -25
  483. package/dist/components/Explorer/edit-settings/DisplayMode.js.map +0 -1
  484. package/dist/components/Explorer/edit-settings/DisplayModeTable.d.ts +0 -6
  485. package/dist/components/Explorer/edit-settings/DisplayModeTable.js +0 -74
  486. package/dist/components/Explorer/edit-settings/DisplayModeTable.js.map +0 -1
  487. package/dist/components/Explorer/edit-settings/EditSettingsContext.js.map +0 -1
  488. package/dist/components/Explorer/edit-settings/EditSettingsContextProvider.d.ts +0 -2
  489. package/dist/components/Explorer/edit-settings/EditSettingsContextProvider.js.map +0 -1
  490. package/dist/components/Explorer/edit-settings/SettingItem.js.map +0 -1
  491. package/dist/components/Explorer/edit-settings/SettingsPanel.js +0 -53
  492. package/dist/components/Explorer/edit-settings/SettingsPanel.js.map +0 -1
  493. package/dist/components/Explorer/edit-settings/SidePanel.js.map +0 -1
  494. package/dist/components/Explorer/edit-settings/useEditSettings.js.map +0 -1
  495. package/dist/components/Explorer/edit-settings/useGetLibraryColumns.d.ts +0 -10
  496. package/dist/components/Explorer/edit-settings/useGetLibraryColumns.js +0 -24
  497. package/dist/components/Explorer/edit-settings/useGetLibraryColumns.js.map +0 -1
  498. package/dist/components/Explorer/edit-settings/useOpenSettings.d.ts +0 -1
  499. package/dist/components/Explorer/edit-settings/useOpenSettings.js +0 -19
  500. package/dist/components/Explorer/edit-settings/useOpenSettings.js.map +0 -1
  501. package/dist/components/Explorer/useCreateMainAction.js +0 -36
  502. package/dist/components/Explorer/useCreateMainAction.js.map +0 -1
  503. package/dist/components/Explorer/useDeactivateAction.d.ts +0 -12
  504. package/dist/components/Explorer/useDeactivateAction.js +0 -51
  505. package/dist/components/Explorer/useDeactivateAction.js.map +0 -1
  506. package/dist/components/Explorer/useEditAction.js.map +0 -1
  507. package/dist/components/RecordEdition/EditRecordContent/EditRecordSkeleton.js.map +0 -1
  508. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/index.d.ts +0 -2
  509. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/index.js +0 -6
  510. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/index.js.map +0 -1
  511. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducer.d.ts +0 -138
  512. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducer.js +0 -361
  513. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducer.js.map +0 -1
  514. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducerContext.d.ts +0 -7
  515. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducerContext.js.map +0 -1
  516. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/useStandardFieldReducer.d.ts +0 -1
  517. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/useStandardFieldReducer.js.map +0 -1
  518. package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/useValueDetailsButton.d.ts +0 -8
  519. package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/useValueDetailsButton.js +0 -23
  520. package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/useValueDetailsButton.js.map +0 -1
  521. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.d.ts +0 -3
  522. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.js +0 -14
  523. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.js.map +0 -1
  524. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.d.ts +0 -3
  525. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.js +0 -22
  526. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.js.map +0 -1
  527. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.d.ts +0 -3
  528. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.js +0 -22
  529. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.js.map +0 -1
  530. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.d.ts +0 -3
  531. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.js +0 -19
  532. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.js.map +0 -1
  533. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.d.ts +0 -3
  534. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.js +0 -32
  535. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.js.map +0 -1
  536. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.d.ts +0 -3
  537. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.js +0 -51
  538. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.js.map +0 -1
  539. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.d.ts +0 -3
  540. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.js +0 -26
  541. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.js.map +0 -1
  542. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueDisplayHandler.d.ts +0 -13
  543. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueDisplayHandler.js +0 -90
  544. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueDisplayHandler.js.map +0 -1
  545. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/ColorPickerBlock.d.ts +0 -7
  546. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/ColorPickerBlock.js +0 -45
  547. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/ColorPickerBlock.js.map +0 -1
  548. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/StandardFieldValueRead.d.ts +0 -9
  549. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/StandardFieldValueRead.js +0 -141
  550. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/StandardFieldValueRead.js.map +0 -1
  551. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/index.d.ts +0 -1
  552. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/index.js.map +0 -1
  553. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/MonoValueSelect.d.ts +0 -3
  554. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/MonoValueSelect.js.map +0 -1
  555. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/AttributeDetails.d.ts +0 -6
  556. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/AttributeDetails.js +0 -56
  557. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/AttributeDetails.js.map +0 -1
  558. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/index.d.ts +0 -2
  559. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/index.js.map +0 -1
  560. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/TreeValuePath.d.ts +0 -8
  561. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/TreeValuePath.js +0 -41
  562. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/TreeValuePath.js.map +0 -1
  563. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/index.d.ts +0 -2
  564. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/index.js.map +0 -1
  565. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.d.ts +0 -10
  566. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.js +0 -63
  567. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.js.map +0 -1
  568. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/ValueInfo.d.ts +0 -2
  569. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/ValueInfo.js +0 -76
  570. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/ValueInfo.js.map +0 -1
  571. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/index.d.ts +0 -2
  572. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/index.js.map +0 -1
  573. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.d.ts +0 -11
  574. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.js +0 -43
  575. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.js.map +0 -1
  576. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/index.d.ts +0 -2
  577. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/index.js.map +0 -1
  578. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/index.d.ts +0 -2
  579. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/index.js.map +0 -1
  580. package/dist/hooks/useExecuteAddViewMutation/useExecuteAddViewMutation.d.ts +0 -6
  581. package/dist/hooks/useExecuteAddViewMutation/useExecuteAddViewMutation.js.map +0 -1
  582. /package/dist/components/Explorer/{edit-settings → manage-view-settings/open-view-settings}/SidePanel.d.ts +0 -0
  583. /package/dist/components/Explorer/{edit-settings → manage-view-settings/open-view-settings}/useEditSettings.d.ts +0 -0
  584. /package/dist/components/Explorer/{edit-settings → manage-view-settings/open-view-settings}/useEditSettings.js +0 -0
  585. /package/dist/components/Explorer/{edit-settings → manage-view-settings/router-menu}/SettingItem.d.ts +0 -0
  586. /package/dist/components/Explorer/{edit-settings → manage-view-settings/router-menu}/SettingItem.js +0 -0
@@ -150,6 +150,8 @@ export var LogAction;
150
150
  LogAction["VALUE_SAVE"] = "VALUE_SAVE";
151
151
  LogAction["VERSION_PROFILE_DELETE"] = "VERSION_PROFILE_DELETE";
152
152
  LogAction["VERSION_PROFILE_SAVE"] = "VERSION_PROFILE_SAVE";
153
+ LogAction["fakeplugin_FAKE_PLUGIN_ACTION"] = "fakeplugin_FAKE_PLUGIN_ACTION";
154
+ LogAction["fakeplugin_FAKE_PLUGIN_ACTION2"] = "fakeplugin_FAKE_PLUGIN_ACTION2";
153
155
  })(LogAction || (LogAction = {}));
154
156
  export var LogSortableField;
155
157
  (function (LogSortableField) {
@@ -218,6 +220,7 @@ export var PermissionsActions;
218
220
  PermissionsActions["edit_children"] = "edit_children";
219
221
  PermissionsActions["edit_record"] = "edit_record";
220
222
  PermissionsActions["edit_value"] = "edit_value";
223
+ PermissionsActions["fake_plugin_permission"] = "fake_plugin_permission";
221
224
  })(PermissionsActions || (PermissionsActions = {}));
222
225
  export var PermissionsRelation;
223
226
  (function (PermissionsRelation) {
@@ -327,587 +330,650 @@ export var ViewTypes;
327
330
  })(ViewTypes || (ViewTypes = {}));
328
331
  export const RecordIdentityFragmentDoc = gql `
329
332
  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
- `;
333
+ id
334
+ whoAmI {
335
+ id
336
+ label
337
+ subLabel
338
+ color
339
+ library {
340
+ id
341
+ label
342
+ }
343
+ preview
344
+ }
345
+ }
346
+ `;
344
347
  export const DetailsApplicationFragmentDoc = gql `
345
348
  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
- `;
349
+ id
350
+ label
351
+ type
352
+ description
353
+ endpoint
354
+ url
355
+ color
356
+ icon {
357
+ ...RecordIdentity
358
+ }
359
+ module
360
+ permissions {
361
+ access_application
362
+ admin_application
363
+ }
364
+ settings
365
+ }
366
+ ${RecordIdentityFragmentDoc}`;
365
367
  export const AttributeDetailsFragmentDoc = gql `
366
368
  fragment AttributeDetails on Attribute {
369
+ id
370
+ type
371
+ format
372
+ system
373
+ readonly
374
+ label
375
+ description
376
+ multiple_values
377
+ metadata_fields {
378
+ id
379
+ label
380
+ type
381
+ format
382
+ }
383
+ versions_conf {
384
+ versionable
385
+ mode
386
+ profile {
387
+ id
388
+ label
389
+ trees {
367
390
  id
368
- type
369
- format
370
- system
371
- readonly
372
391
  label
373
- description
374
- multiple_values
375
- metadata_fields {
376
- id
377
- label
378
- type
379
- format
380
- }
381
- versions_conf {
382
- versionable
383
- mode
384
- profile {
385
- id
386
- label
387
- trees {
388
- id
389
- label
390
- }
391
- }
392
- }
393
- libraries {
394
- id
395
- label
396
- }
397
- ... on StandardAttribute {
398
- unique
399
- maxLength
400
- }
401
- ... on LinkAttribute {
402
- linked_library {
403
- id
404
- label
405
- }
406
- reverse_link
407
- }
408
- ... on TreeAttribute {
409
- linked_tree {
410
- id
411
- label
412
- }
413
- }
414
- }
415
- `;
392
+ }
393
+ }
394
+ }
395
+ libraries {
396
+ id
397
+ label
398
+ }
399
+ ... on StandardAttribute {
400
+ unique
401
+ }
402
+ ... on LinkAttribute {
403
+ linked_library {
404
+ id
405
+ label
406
+ }
407
+ reverse_link
408
+ }
409
+ ... on TreeAttribute {
410
+ linked_tree {
411
+ id
412
+ label
413
+ }
414
+ }
415
+ }
416
+ `;
417
+ export const AttributesByLibLinkAttributeFragmentDoc = gql `
418
+ fragment AttributesByLibLinkAttribute on LinkAttribute {
419
+ linked_library {
420
+ id
421
+ }
422
+ }
423
+ `;
416
424
  export const AttributesByLibAttributeFragmentDoc = gql `
417
425
  fragment AttributesByLibAttribute on Attribute {
418
- id
419
- type
420
- format
421
- label
422
- multiple_values
423
- system
424
- readonly
425
- ... on LinkAttribute {
426
- linked_library {
427
- id
428
- }
429
- }
430
- ... on TreeAttribute {
431
- linked_tree {
432
- id
433
- label
434
- libraries {
435
- library {
436
- id
437
- label
438
- }
439
- }
440
- }
441
- }
442
- ... on StandardAttribute {
443
- embedded_fields {
444
- id
445
- format
446
- label
447
- }
448
- }
449
- }
450
- `;
426
+ id
427
+ type
428
+ format
429
+ label
430
+ multiple_values
431
+ system
432
+ readonly
433
+ ...AttributesByLibLinkAttribute
434
+ ... on TreeAttribute {
435
+ linked_tree {
436
+ id
437
+ label
438
+ libraries {
439
+ library {
440
+ id
441
+ label
442
+ }
443
+ }
444
+ }
445
+ }
446
+ ... on StandardAttribute {
447
+ embedded_fields {
448
+ id
449
+ format
450
+ label
451
+ }
452
+ }
453
+ }
454
+ ${AttributesByLibLinkAttributeFragmentDoc}`;
451
455
  export const LibraryLightFragmentDoc = gql `
452
456
  fragment LibraryLight on Library {
457
+ id
458
+ label
459
+ icon {
460
+ id
461
+ whoAmI {
462
+ id
463
+ library {
453
464
  id
454
- label
455
- icon {
456
- id
457
- whoAmI {
458
- id
459
- library {
460
- id
461
- }
462
- preview
463
- }
464
- }
465
+ }
466
+ preview
465
467
  }
466
- `;
468
+ }
469
+ }
470
+ `;
467
471
  export const LibraryLinkAttributeDetailsFragmentDoc = gql `
468
472
  fragment LibraryLinkAttributeDetails on LinkAttribute {
469
- linked_library {
470
- id
471
- behavior
472
- }
473
- }
474
- `;
473
+ linked_library {
474
+ id
475
+ behavior
476
+ }
477
+ }
478
+ `;
475
479
  export const LibraryAttributesFragmentDoc = gql `
476
480
  fragment LibraryAttributes on Attribute {
477
- id
478
- label
479
- system
480
- type
481
- format
482
- ...LibraryLinkAttributeDetails
483
- }
484
- ${LibraryLinkAttributeDetailsFragmentDoc}
485
- `;
481
+ id
482
+ label
483
+ system
484
+ type
485
+ format
486
+ ...LibraryLinkAttributeDetails
487
+ }
488
+ ${LibraryLinkAttributeDetailsFragmentDoc}`;
486
489
  export const LibraryPreviewsSettingsFragmentDoc = gql `
487
490
  fragment LibraryPreviewsSettings on LibraryPreviewsSettings {
488
- label
489
- description
490
- system
491
- versions {
492
- background
493
- density
494
- sizes {
495
- name
496
- size
497
- }
498
- }
499
- }
500
- `;
491
+ label
492
+ description
493
+ system
494
+ versions {
495
+ background
496
+ density
497
+ sizes {
498
+ name
499
+ size
500
+ }
501
+ }
502
+ }
503
+ `;
501
504
  export const LibraryDetailsFragmentDoc = gql `
502
505
  fragment LibraryDetails on Library {
503
- id
504
- label
505
- behavior
506
- system
507
- label
508
- fullTextAttributes {
509
- id
510
- label
511
- }
512
- attributes {
513
- ...LibraryAttributes
514
- }
515
- permissions_conf {
516
- permissionTreeAttributes {
517
- id
518
- ... on TreeAttribute {
519
- linked_tree {
520
- id
521
- }
522
- }
523
- label
524
- }
525
- relation
526
- }
527
- recordIdentityConf {
528
- label
529
- subLabel
530
- color
531
- preview
532
- treeColorPreview
533
- }
534
- permissions {
535
- admin_library
536
- access_library
537
- access_record
538
- create_record
539
- edit_record
540
- delete_record
541
- }
542
- icon {
543
- ...RecordIdentity
544
- }
545
- previewsSettings {
546
- ...LibraryPreviewsSettings
547
- }
548
- }
506
+ id
507
+ label
508
+ behavior
509
+ system
510
+ label
511
+ fullTextAttributes {
512
+ id
513
+ label
514
+ }
515
+ attributes {
516
+ ...LibraryAttributes
517
+ }
518
+ permissions_conf {
519
+ permissionTreeAttributes {
520
+ id
521
+ ... on TreeAttribute {
522
+ linked_tree {
523
+ id
524
+ }
525
+ }
526
+ label
527
+ }
528
+ relation
529
+ }
530
+ recordIdentityConf {
531
+ label
532
+ subLabel
533
+ color
534
+ preview
535
+ treeColorPreview
536
+ }
537
+ permissions {
538
+ admin_library
539
+ access_library
540
+ access_record
541
+ create_record
542
+ edit_record
543
+ delete_record
544
+ }
545
+ icon {
546
+ ...RecordIdentity
547
+ }
548
+ previewsSettings {
549
+ ...LibraryPreviewsSettings
550
+ }
551
+ }
549
552
  ${LibraryAttributesFragmentDoc}
550
- ${RecordIdentityFragmentDoc}
551
- ${LibraryPreviewsSettingsFragmentDoc}
552
- `;
553
+ ${RecordIdentityFragmentDoc}
554
+ ${LibraryPreviewsSettingsFragmentDoc}`;
553
555
  export const ValuesVersionDetailsFragmentDoc = gql `
554
556
  fragment ValuesVersionDetails on ValueVersion {
555
- treeId
556
- treeNode {
557
- id
558
- record {
559
- id
560
- whoAmI {
561
- id
562
- label
563
- library {
564
- id
565
- }
566
- }
567
- }
557
+ treeId
558
+ treeNode {
559
+ id
560
+ record {
561
+ id
562
+ whoAmI {
563
+ id
564
+ label
565
+ library {
566
+ id
568
567
  }
568
+ }
569
569
  }
570
- `;
570
+ }
571
+ }
572
+ `;
571
573
  export const ValueDetailsFragmentDoc = gql `
572
574
  fragment ValueDetails on GenericValue {
573
- id_value
574
- isInherited
575
- isCalculated
576
- modified_at
577
- modified_by {
578
- ...RecordIdentity
579
- }
580
- created_at
581
- created_by {
582
- ...RecordIdentity
583
- }
584
- version {
585
- ...ValuesVersionDetails
586
- }
587
- attribute {
588
- id
589
- format
590
- type
591
- system
592
- }
593
- metadata {
594
- name
595
- value {
596
- id_value
597
- modified_at
598
- modified_by {
599
- ...RecordIdentity
600
- }
601
- created_at
602
- created_by {
603
- ...RecordIdentity
604
- }
605
- version {
606
- ...ValuesVersionDetails
607
- }
608
- payload
609
- raw_payload
610
- }
611
- }
612
- ... on Value {
613
- payload
614
- raw_payload
615
- value
616
- raw_value
617
- }
618
- ... on LinkValue {
619
- linkValue: payload {
620
- ...RecordIdentity
621
- }
622
- }
623
- ... on TreeValue {
624
- treeValue: payload {
625
- id
626
- record {
627
- ...RecordIdentity
628
- }
629
- ancestors {
630
- record {
631
- ...RecordIdentity
632
- }
633
- }
634
- }
575
+ id_value
576
+ isInherited
577
+ isCalculated
578
+ modified_at
579
+ modified_by {
580
+ ...RecordIdentity
581
+ }
582
+ created_at
583
+ created_by {
584
+ ...RecordIdentity
585
+ }
586
+ version {
587
+ ...ValuesVersionDetails
588
+ }
589
+ attribute {
590
+ id
591
+ format
592
+ type
593
+ system
594
+ }
595
+ metadata {
596
+ name
597
+ value {
598
+ id_value
599
+ modified_at
600
+ modified_by {
601
+ ...RecordIdentity
602
+ }
603
+ created_at
604
+ created_by {
605
+ ...RecordIdentity
606
+ }
607
+ version {
608
+ ...ValuesVersionDetails
609
+ }
610
+ payload
611
+ raw_payload
612
+ }
613
+ }
614
+ ... on Value {
615
+ payload
616
+ raw_payload
617
+ value
618
+ raw_value
619
+ }
620
+ ... on LinkValue {
621
+ linkValue: payload {
622
+ ...RecordIdentity
623
+ }
624
+ }
625
+ ... on TreeValue {
626
+ treeValue: payload {
627
+ id
628
+ record {
629
+ ...RecordIdentity
630
+ }
631
+ ancestors {
632
+ record {
633
+ ...RecordIdentity
635
634
  }
635
+ }
636
636
  }
637
+ }
638
+ }
637
639
  ${RecordIdentityFragmentDoc}
638
- ${ValuesVersionDetailsFragmentDoc}
639
- `;
640
+ ${ValuesVersionDetailsFragmentDoc}`;
640
641
  export const StandardValuesListFragmentFragmentDoc = gql `
641
642
  fragment StandardValuesListFragment on StandardValuesListConf {
642
- ... on StandardStringValuesListConf {
643
- enable
644
- allowFreeEntry
645
- allowListUpdate
646
- values
647
- }
648
- ... on StandardDateRangeValuesListConf {
649
- enable
650
- allowFreeEntry
651
- allowListUpdate
652
- dateRangeValues: values {
653
- from
654
- to
655
- }
656
- }
657
- }
658
- `;
643
+ ... on StandardStringValuesListConf {
644
+ enable
645
+ allowFreeEntry
646
+ allowListUpdate
647
+ values
648
+ }
649
+ ... on StandardDateRangeValuesListConf {
650
+ enable
651
+ allowFreeEntry
652
+ allowListUpdate
653
+ dateRangeValues: values {
654
+ from
655
+ to
656
+ }
657
+ }
658
+ }
659
+ `;
659
660
  export const RecordFormAttributeFragmentDoc = gql `
660
661
  fragment RecordFormAttribute on Attribute {
662
+ id
663
+ label
664
+ description
665
+ type
666
+ format
667
+ system
668
+ readonly
669
+ required
670
+ multiple_values
671
+ compute
672
+ permissions(record: {id: $recordId, library: $libraryId}) {
673
+ access_attribute
674
+ edit_value
675
+ }
676
+ versions_conf {
677
+ versionable
678
+ profile {
679
+ id
680
+ trees {
661
681
  id
662
682
  label
663
- description
664
- type
665
- format
666
- system
667
- readonly
668
- multiple_values
669
- permissions(record: {id: $recordId, library: $libraryId}) {
670
- access_attribute
671
- edit_value
672
- }
673
- versions_conf {
674
- versionable
675
- profile {
676
- id
677
- trees {
678
- id
679
- label
680
- }
681
- }
682
- }
683
- metadata_fields {
684
- id
685
- label
686
- description
687
- type
688
- format
689
- system
690
- readonly
691
- multiple_values
692
- permissions(record: {id: $recordId, library: $libraryId}) {
693
- access_attribute
694
- edit_value
695
- }
696
- values_list {
697
- ...StandardValuesListFragment
698
- }
699
- metadata_fields {
700
- id
701
- }
702
- }
703
- ... on StandardAttribute {
704
- values_list {
705
- ...StandardValuesListFragment
706
- }
707
- }
708
- ... on LinkAttribute {
709
- linked_library {
710
- id
711
- label
712
- behavior
713
- permissions {
714
- create_record
715
- }
716
- }
717
- linkValuesList: values_list {
718
- enable
719
- allowFreeEntry
720
- allowListUpdate
721
- values {
722
- ...RecordIdentity
723
- }
724
- }
683
+ }
684
+ }
685
+ }
686
+ metadata_fields {
687
+ id
688
+ label
689
+ description
690
+ type
691
+ format
692
+ system
693
+ readonly
694
+ multiple_values
695
+ permissions(record: {id: $recordId, library: $libraryId}) {
696
+ access_attribute
697
+ edit_value
698
+ }
699
+ values_list {
700
+ ...StandardValuesListFragment
701
+ }
702
+ metadata_fields {
703
+ id
704
+ }
705
+ }
706
+ ... on StandardAttribute {
707
+ values_list {
708
+ ...StandardValuesListFragment
709
+ }
710
+ character_limit
711
+ }
712
+ ... on LinkAttribute {
713
+ linked_library {
714
+ id
715
+ label
716
+ behavior
717
+ permissions {
718
+ create_record
719
+ }
720
+ }
721
+ linkValuesList: values_list {
722
+ enable
723
+ allowFreeEntry
724
+ allowListUpdate
725
+ values {
726
+ ...RecordIdentity
727
+ }
728
+ }
729
+ }
730
+ ... on TreeAttribute {
731
+ linked_tree {
732
+ id
733
+ label
734
+ }
735
+ treeValuesList: values_list {
736
+ enable
737
+ allowFreeEntry
738
+ allowListUpdate
739
+ values {
740
+ id
741
+ record {
742
+ ...RecordIdentity
725
743
  }
726
- ... on TreeAttribute {
727
- linked_tree {
728
- id
729
- label
730
- }
731
- treeValuesList: values_list {
732
- enable
733
- allowFreeEntry
734
- allowListUpdate
735
- values {
736
- id
737
- record {
738
- ...RecordIdentity
739
- }
740
- ancestors {
741
- record {
742
- ...RecordIdentity
743
- }
744
- }
745
- }
746
- }
744
+ ancestors {
745
+ record {
746
+ ...RecordIdentity
747
+ }
747
748
  }
749
+ }
748
750
  }
751
+ }
752
+ }
749
753
  ${StandardValuesListFragmentFragmentDoc}
750
- ${RecordIdentityFragmentDoc}
751
- `;
754
+ ${RecordIdentityFragmentDoc}`;
752
755
  export const RecordFormElementFragmentDoc = gql `
753
756
  fragment RecordFormElement on FormElementWithValues {
754
- id
755
- containerId
756
- uiElementType
757
- type
758
- valueError
759
- values {
760
- ...ValueDetails
761
- }
762
- attribute {
763
- ...RecordFormAttribute
764
- }
765
- settings {
766
- key
767
- value
768
- }
769
- }
757
+ id
758
+ containerId
759
+ uiElementType
760
+ type
761
+ valueError
762
+ values {
763
+ ...ValueDetails
764
+ }
765
+ attribute {
766
+ ...RecordFormAttribute
767
+ }
768
+ settings {
769
+ key
770
+ value
771
+ }
772
+ }
770
773
  ${ValueDetailsFragmentDoc}
771
- ${RecordFormAttributeFragmentDoc}
772
- `;
774
+ ${RecordFormAttributeFragmentDoc}`;
773
775
  export const TreeLightFragmentDoc = gql `
774
776
  fragment TreeLight on Tree {
775
- id
776
- label
777
- }
778
- `;
777
+ id
778
+ label
779
+ }
780
+ `;
779
781
  export const TreeDetailsFragmentDoc = gql `
780
782
  fragment TreeDetails on Tree {
781
- id
782
- label
783
- behavior
784
- system
785
- libraries {
786
- library {
787
- id
788
- label
789
- }
790
- settings {
791
- allowMultiplePositions
792
- allowedAtRoot
793
- allowedChildren
794
- }
795
- }
796
- }
797
- `;
783
+ id
784
+ label
785
+ behavior
786
+ system
787
+ libraries {
788
+ library {
789
+ id
790
+ label
791
+ }
792
+ settings {
793
+ allowMultiplePositions
794
+ allowedAtRoot
795
+ allowedChildren
796
+ }
797
+ }
798
+ }
799
+ `;
798
800
  export const TreeNodeChildFragmentDoc = gql `
799
801
  fragment TreeNodeChild on TreeNodeLight {
802
+ id
803
+ order
804
+ childrenCount
805
+ record {
806
+ ...RecordIdentity
807
+ active: property(attribute: "active") {
808
+ ... on Value {
809
+ value
810
+ }
811
+ }
812
+ }
813
+ ancestors {
814
+ id
815
+ record {
816
+ id
817
+ library {
800
818
  id
801
- order
802
- childrenCount
803
- record {
804
- ...RecordIdentity
805
- active: property(attribute: "active") {
806
- ... on Value {
807
- value
808
- }
809
- }
810
- }
811
- ancestors {
812
- id
813
- record {
814
- id
815
- library {
816
- id
817
- label
818
- }
819
- ...RecordIdentity
820
- }
821
- }
822
- permissions {
823
- access_tree
824
- detach
825
- edit_children
826
- }
827
- }
828
- ${RecordIdentityFragmentDoc}
829
- `;
819
+ label
820
+ }
821
+ ...RecordIdentity
822
+ }
823
+ }
824
+ permissions {
825
+ access_tree
826
+ detach
827
+ edit_children
828
+ }
829
+ }
830
+ ${RecordIdentityFragmentDoc}`;
831
+ export const ViewDetailsFilterFragmentDoc = gql `
832
+ fragment ViewDetailsFilter on RecordFilter {
833
+ field
834
+ value
835
+ tree {
836
+ id
837
+ label
838
+ }
839
+ condition
840
+ operator
841
+ }
842
+ `;
830
843
  export const ViewDetailsFragmentDoc = gql `
831
844
  fragment ViewDetails on View {
845
+ id
846
+ display {
847
+ size
848
+ type
849
+ }
850
+ shared
851
+ created_by {
852
+ id
853
+ whoAmI {
854
+ id
855
+ label
856
+ library {
832
857
  id
833
- display {
834
- size
835
- type
836
- }
837
- shared
838
- created_by {
839
- id
840
- whoAmI {
841
- id
842
- label
843
- library {
844
- id
845
- }
846
- }
847
- }
848
- label
849
- description
850
- color
851
- filters {
852
- field
853
- value
854
- tree {
855
- id
856
- label
857
- }
858
- condition
859
- operator
860
- }
861
- sort {
862
- field
863
- order
864
- }
865
- valuesVersions {
866
- treeId
867
- treeNode {
868
- id
869
- record {
870
- ...RecordIdentity
871
- }
872
- }
873
- }
874
- settings {
875
- name
876
- value
877
- }
878
- }
879
- ${RecordIdentityFragmentDoc}
880
- `;
858
+ }
859
+ }
860
+ }
861
+ label
862
+ description
863
+ color
864
+ filters {
865
+ ...ViewDetailsFilter
866
+ }
867
+ sort {
868
+ field
869
+ order
870
+ }
871
+ valuesVersions {
872
+ treeId
873
+ treeNode {
874
+ id
875
+ record {
876
+ ...RecordIdentity
877
+ }
878
+ }
879
+ }
880
+ attributes {
881
+ id
882
+ }
883
+ }
884
+ ${ViewDetailsFilterFragmentDoc}
885
+ ${RecordIdentityFragmentDoc}`;
886
+ export const LinkAttributeDetailsFragmentDoc = gql `
887
+ fragment LinkAttributeDetails on LinkAttribute {
888
+ label
889
+ linked_library {
890
+ id
891
+ label
892
+ }
893
+ }
894
+ `;
895
+ export const AttributePropertiesFragmentDoc = gql `
896
+ fragment AttributeProperties on Attribute {
897
+ id
898
+ label
899
+ type
900
+ format
901
+ multiple_values
902
+ }
903
+ `;
881
904
  export const PropertyValueFragmentDoc = gql `
882
905
  fragment PropertyValue on GenericValue {
883
- attribute {
884
- type
885
- }
886
- ... on Value {
887
- valuePayload: payload
888
- }
889
- ... on LinkValue {
890
- linkPayload: payload {
891
- ...RecordIdentity
892
- }
906
+ ... on Value {
907
+ valuePayload: payload
908
+ valueRawPayload: raw_payload
909
+ }
910
+ ... on LinkValue {
911
+ linkPayload: payload {
912
+ ...RecordIdentity
913
+ }
914
+ }
915
+ ... on TreeValue {
916
+ treePayload: payload {
917
+ record {
918
+ ...RecordIdentity
919
+ }
920
+ }
921
+ }
922
+ }
923
+ ${RecordIdentityFragmentDoc}`;
924
+ export const LinkPropertyFragmentDoc = gql `
925
+ fragment LinkProperty on GenericValue {
926
+ id_value
927
+ ... on LinkValue {
928
+ payload {
929
+ ...RecordIdentity
930
+ properties(attributeIds: $attributeIds) {
931
+ attributeId
932
+ attributeProperties {
933
+ ...AttributeProperties
893
934
  }
894
- ... on TreeValue {
895
- treePayload: payload {
896
- record {
897
- ...RecordIdentity
898
- }
899
- }
935
+ values {
936
+ ...PropertyValue
900
937
  }
938
+ }
901
939
  }
940
+ }
941
+ }
902
942
  ${RecordIdentityFragmentDoc}
903
- `;
943
+ ${AttributePropertiesFragmentDoc}
944
+ ${PropertyValueFragmentDoc}`;
945
+ export const LibraryAttributeLinkFragmentDoc = gql `
946
+ fragment LibraryAttributeLink on LinkAttribute {
947
+ linked_library {
948
+ id
949
+ label
950
+ attributes {
951
+ id
952
+ type
953
+ format
954
+ label
955
+ }
956
+ }
957
+ }
958
+ `;
959
+ export const LibraryAttributeFragmentDoc = gql `
960
+ fragment LibraryAttribute on Attribute {
961
+ id
962
+ type
963
+ label
964
+ ... on StandardAttribute {
965
+ format
966
+ }
967
+ ...LibraryAttributeLink
968
+ }
969
+ ${LibraryAttributeLinkFragmentDoc}`;
904
970
  export const CheckApplicationExistenceDocument = gql `
905
971
  query CHECK_APPLICATION_EXISTENCE($id: ID, $endpoint: String) {
906
- applications(filters: {id: $id, endpoint: $endpoint}) {
907
- totalCount
908
- }
909
- }
910
- `;
972
+ applications(filters: {id: $id, endpoint: $endpoint}) {
973
+ totalCount
974
+ }
975
+ }
976
+ `;
911
977
  /**
912
978
  * __useCheckApplicationExistenceQuery__
913
979
  *
@@ -935,14 +1001,13 @@ export function useCheckApplicationExistenceLazyQuery(baseOptions) {
935
1001
  }
936
1002
  export const GetApplicationByIdDocument = gql `
937
1003
  query GET_APPLICATION_BY_ID($id: ID!) {
938
- applications(filters: {id: $id}) {
939
- list {
940
- ...DetailsApplication
941
- }
942
- }
1004
+ applications(filters: {id: $id}) {
1005
+ list {
1006
+ ...DetailsApplication
943
1007
  }
944
- ${DetailsApplicationFragmentDoc}
945
- `;
1008
+ }
1009
+ }
1010
+ ${DetailsApplicationFragmentDoc}`;
946
1011
  /**
947
1012
  * __useGetApplicationByIdQuery__
948
1013
  *
@@ -969,13 +1034,13 @@ export function useGetApplicationByIdLazyQuery(baseOptions) {
969
1034
  }
970
1035
  export const GetApplicationModulesDocument = gql `
971
1036
  query GET_APPLICATION_MODULES {
972
- applicationsModules {
973
- id
974
- description
975
- version
976
- }
977
- }
978
- `;
1037
+ applicationsModules {
1038
+ id
1039
+ description
1040
+ version
1041
+ }
1042
+ }
1043
+ `;
979
1044
  /**
980
1045
  * __useGetApplicationModulesQuery__
981
1046
  *
@@ -1001,12 +1066,11 @@ export function useGetApplicationModulesLazyQuery(baseOptions) {
1001
1066
  }
1002
1067
  export const SaveApplicationDocument = gql `
1003
1068
  mutation SAVE_APPLICATION($application: ApplicationInput!) {
1004
- saveApplication(application: $application) {
1005
- ...DetailsApplication
1006
- }
1007
- }
1008
- ${DetailsApplicationFragmentDoc}
1009
- `;
1069
+ saveApplication(application: $application) {
1070
+ ...DetailsApplication
1071
+ }
1072
+ }
1073
+ ${DetailsApplicationFragmentDoc}`;
1010
1074
  /**
1011
1075
  * __useSaveApplicationMutation__
1012
1076
  *
@@ -1030,11 +1094,11 @@ export function useSaveApplicationMutation(baseOptions) {
1030
1094
  }
1031
1095
  export const CheckAttributeExistenceDocument = gql `
1032
1096
  query CHECK_ATTRIBUTE_EXISTENCE($id: ID!) {
1033
- attributes(filters: {id: $id}) {
1034
- totalCount
1035
- }
1036
- }
1037
- `;
1097
+ attributes(filters: {id: $id}) {
1098
+ totalCount
1099
+ }
1100
+ }
1101
+ `;
1038
1102
  /**
1039
1103
  * __useCheckAttributeExistenceQuery__
1040
1104
  *
@@ -1061,11 +1125,11 @@ export function useCheckAttributeExistenceLazyQuery(baseOptions) {
1061
1125
  }
1062
1126
  export const DeleteAttributeDocument = gql `
1063
1127
  mutation DELETE_ATTRIBUTE($id: ID) {
1064
- deleteAttribute(id: $id) {
1065
- id
1066
- }
1067
- }
1068
- `;
1128
+ deleteAttribute(id: $id) {
1129
+ id
1130
+ }
1131
+ }
1132
+ `;
1069
1133
  /**
1070
1134
  * __useDeleteAttributeMutation__
1071
1135
  *
@@ -1089,14 +1153,13 @@ export function useDeleteAttributeMutation(baseOptions) {
1089
1153
  }
1090
1154
  export const GetAttributeByIdDocument = gql `
1091
1155
  query GET_ATTRIBUTE_BY_ID($id: ID) {
1092
- attributes(filters: {id: $id}) {
1093
- list {
1094
- ...AttributeDetails
1095
- }
1096
- }
1156
+ attributes(filters: {id: $id}) {
1157
+ list {
1158
+ ...AttributeDetails
1097
1159
  }
1098
- ${AttributeDetailsFragmentDoc}
1099
- `;
1160
+ }
1161
+ }
1162
+ ${AttributeDetailsFragmentDoc}`;
1100
1163
  /**
1101
1164
  * __useGetAttributeByIdQuery__
1102
1165
  *
@@ -1123,14 +1186,13 @@ export function useGetAttributeByIdLazyQuery(baseOptions) {
1123
1186
  }
1124
1187
  export const GetAttributesByLibDocument = gql `
1125
1188
  query GET_ATTRIBUTES_BY_LIB($library: String!) {
1126
- attributes(filters: {libraries: [$library]}) {
1127
- list {
1128
- ...AttributesByLibAttribute
1129
- }
1130
- }
1189
+ attributes(filters: {libraries: [$library]}) {
1190
+ list {
1191
+ ...AttributesByLibAttribute
1131
1192
  }
1132
- ${AttributesByLibAttributeFragmentDoc}
1133
- `;
1193
+ }
1194
+ }
1195
+ ${AttributesByLibAttributeFragmentDoc}`;
1134
1196
  /**
1135
1197
  * __useGetAttributesByLibQuery__
1136
1198
  *
@@ -1157,18 +1219,18 @@ export function useGetAttributesByLibLazyQuery(baseOptions) {
1157
1219
  }
1158
1220
  export const GetAttributesDocument = gql `
1159
1221
  query GET_ATTRIBUTES($pagination: Pagination, $sort: SortAttributes, $filters: AttributesFiltersInput) {
1160
- attributes(pagination: $pagination, sort: $sort, filters: $filters) {
1161
- totalCount
1162
- list {
1163
- id
1164
- label
1165
- type
1166
- format
1167
- system
1168
- }
1169
- }
1170
- }
1171
- `;
1222
+ attributes(pagination: $pagination, sort: $sort, filters: $filters) {
1223
+ totalCount
1224
+ list {
1225
+ id
1226
+ label
1227
+ type
1228
+ format
1229
+ system
1230
+ }
1231
+ }
1232
+ }
1233
+ `;
1172
1234
  /**
1173
1235
  * __useGetAttributesQuery__
1174
1236
  *
@@ -1197,14 +1259,14 @@ export function useGetAttributesLazyQuery(baseOptions) {
1197
1259
  }
1198
1260
  export const GetVersionProfilesDocument = gql `
1199
1261
  query GET_VERSION_PROFILES($filters: VersionProfilesFiltersInput, $sort: SortVersionProfilesInput) {
1200
- versionProfiles(filters: $filters, sort: $sort) {
1201
- list {
1202
- id
1203
- label
1204
- }
1205
- }
1262
+ versionProfiles(filters: $filters, sort: $sort) {
1263
+ list {
1264
+ id
1265
+ label
1206
1266
  }
1207
- `;
1267
+ }
1268
+ }
1269
+ `;
1208
1270
  /**
1209
1271
  * __useGetVersionProfilesQuery__
1210
1272
  *
@@ -1232,23 +1294,23 @@ export function useGetVersionProfilesLazyQuery(baseOptions) {
1232
1294
  }
1233
1295
  export const GetVersionableAttributesByLibraryDocument = gql `
1234
1296
  query GET_VERSIONABLE_ATTRIBUTES_BY_LIBRARY($libraryId: String!) {
1235
- attributes(filters: {libraries: [$libraryId], versionable: true}) {
1236
- list {
1237
- id
1238
- versions_conf {
1239
- versionable
1240
- profile {
1241
- id
1242
- trees {
1243
- id
1244
- label
1245
- }
1246
- }
1247
- }
1248
- }
1297
+ attributes(filters: {libraries: [$libraryId], versionable: true}) {
1298
+ list {
1299
+ id
1300
+ versions_conf {
1301
+ versionable
1302
+ profile {
1303
+ id
1304
+ trees {
1305
+ id
1306
+ label
1307
+ }
1249
1308
  }
1309
+ }
1250
1310
  }
1251
- `;
1311
+ }
1312
+ }
1313
+ `;
1252
1314
  /**
1253
1315
  * __useGetVersionableAttributesByLibraryQuery__
1254
1316
  *
@@ -1275,12 +1337,11 @@ export function useGetVersionableAttributesByLibraryLazyQuery(baseOptions) {
1275
1337
  }
1276
1338
  export const SaveAttributeDocument = gql `
1277
1339
  mutation SAVE_ATTRIBUTE($attribute: AttributeInput!) {
1278
- saveAttribute(attribute: $attribute) {
1279
- ...AttributeDetails
1280
- }
1281
- }
1282
- ${AttributeDetailsFragmentDoc}
1283
- `;
1340
+ saveAttribute(attribute: $attribute) {
1341
+ ...AttributeDetails
1342
+ }
1343
+ }
1344
+ ${AttributeDetailsFragmentDoc}`;
1284
1345
  /**
1285
1346
  * __useSaveAttributeMutation__
1286
1347
  *
@@ -1304,9 +1365,9 @@ export function useSaveAttributeMutation(baseOptions) {
1304
1365
  }
1305
1366
  export const ExportDocument = gql `
1306
1367
  query EXPORT($library: ID!, $attributes: [ID!], $filters: [RecordFilterInput!]) {
1307
- export(library: $library, attributes: $attributes, filters: $filters)
1308
- }
1309
- `;
1368
+ export(library: $library, attributes: $attributes, filters: $filters)
1369
+ }
1370
+ `;
1310
1371
  /**
1311
1372
  * __useExportQuery__
1312
1373
  *
@@ -1335,12 +1396,11 @@ export function useExportLazyQuery(baseOptions) {
1335
1396
  }
1336
1397
  export const CreateDirectoryDocument = gql `
1337
1398
  mutation CREATE_DIRECTORY($library: String!, $nodeId: String!, $name: String!) {
1338
- createDirectory(library: $library, nodeId: $nodeId, name: $name) {
1339
- ...RecordIdentity
1340
- }
1341
- }
1342
- ${RecordIdentityFragmentDoc}
1343
- `;
1399
+ createDirectory(library: $library, nodeId: $nodeId, name: $name) {
1400
+ ...RecordIdentity
1401
+ }
1402
+ }
1403
+ ${RecordIdentityFragmentDoc}`;
1344
1404
  /**
1345
1405
  * __useCreateDirectoryMutation__
1346
1406
  *
@@ -1365,22 +1425,16 @@ export function useCreateDirectoryMutation(baseOptions) {
1365
1425
  return Apollo.useMutation(CreateDirectoryDocument, options);
1366
1426
  }
1367
1427
  export const ForcePreviewsGenerationDocument = gql `
1368
- mutation FORCE_PREVIEWS_GENERATION(
1369
- $libraryId: ID!
1370
- $filters: [RecordFilterInput!]
1371
- $recordIds: [ID!]
1372
- $failedOnly: Boolean
1373
- $previewVersionSizeNames: [String!]
1374
- ) {
1375
- forcePreviewsGeneration(
1376
- libraryId: $libraryId
1377
- filters: $filters
1378
- recordIds: $recordIds
1379
- failedOnly: $failedOnly
1380
- previewVersionSizeNames: $previewVersionSizeNames
1381
- )
1382
- }
1383
- `;
1428
+ mutation FORCE_PREVIEWS_GENERATION($libraryId: ID!, $filters: [RecordFilterInput!], $recordIds: [ID!], $failedOnly: Boolean, $previewVersionSizeNames: [String!]) {
1429
+ forcePreviewsGeneration(
1430
+ libraryId: $libraryId
1431
+ filters: $filters
1432
+ recordIds: $recordIds
1433
+ failedOnly: $failedOnly
1434
+ previewVersionSizeNames: $previewVersionSizeNames
1435
+ )
1436
+ }
1437
+ `;
1384
1438
  /**
1385
1439
  * __useForcePreviewsGenerationMutation__
1386
1440
  *
@@ -1408,51 +1462,53 @@ export function useForcePreviewsGenerationMutation(baseOptions) {
1408
1462
  }
1409
1463
  export const GetDirectoryDataDocument = gql `
1410
1464
  query GET_DIRECTORY_DATA($library: ID!, $directoryId: String!) {
1411
- records(library: $library, filters: [{field: "id", value: $directoryId, condition: EQUAL}]) {
1412
- list {
1413
- ...RecordIdentity
1414
- created_at: property(attribute: "created_at") {
1415
- ... on Value {
1416
- value
1417
- }
1418
- }
1419
- created_by: property(attribute: "created_by") {
1420
- ... on LinkValue {
1421
- value {
1422
- ...RecordIdentity
1423
- }
1424
- }
1425
- }
1426
- modified_at: property(attribute: "modified_at") {
1427
- ... on Value {
1428
- value
1429
- }
1430
- }
1431
- modified_by: property(attribute: "modified_by") {
1432
- ... on LinkValue {
1433
- value {
1434
- ...RecordIdentity
1435
- }
1436
- }
1437
- }
1438
- file_name: property(attribute: "file_name") {
1439
- ... on Value {
1440
- value
1441
- }
1442
- }
1443
- file_path: property(attribute: "file_path") {
1444
- ... on Value {
1445
- value
1446
- }
1447
- }
1448
- library {
1449
- behavior
1450
- }
1451
- }
1465
+ records(
1466
+ library: $library
1467
+ filters: [{field: "id", value: $directoryId, condition: EQUAL}]
1468
+ ) {
1469
+ list {
1470
+ ...RecordIdentity
1471
+ created_at: property(attribute: "created_at") {
1472
+ ... on Value {
1473
+ value
1474
+ }
1475
+ }
1476
+ created_by: property(attribute: "created_by") {
1477
+ ... on LinkValue {
1478
+ value {
1479
+ ...RecordIdentity
1480
+ }
1481
+ }
1482
+ }
1483
+ modified_at: property(attribute: "modified_at") {
1484
+ ... on Value {
1485
+ value
1486
+ }
1487
+ }
1488
+ modified_by: property(attribute: "modified_by") {
1489
+ ... on LinkValue {
1490
+ value {
1491
+ ...RecordIdentity
1492
+ }
1452
1493
  }
1494
+ }
1495
+ file_name: property(attribute: "file_name") {
1496
+ ... on Value {
1497
+ value
1498
+ }
1499
+ }
1500
+ file_path: property(attribute: "file_path") {
1501
+ ... on Value {
1502
+ value
1503
+ }
1504
+ }
1505
+ library {
1506
+ behavior
1507
+ }
1453
1508
  }
1454
- ${RecordIdentityFragmentDoc}
1455
- `;
1509
+ }
1510
+ }
1511
+ ${RecordIdentityFragmentDoc}`;
1456
1512
  /**
1457
1513
  * __useGetDirectoryDataQuery__
1458
1514
  *
@@ -1480,22 +1536,22 @@ export function useGetDirectoryDataLazyQuery(baseOptions) {
1480
1536
  }
1481
1537
  export const UploadUpdateDocument = gql `
1482
1538
  subscription UPLOAD_UPDATE($filters: UploadFiltersInput) {
1483
- upload(filters: $filters) {
1484
- userId
1485
- progress {
1486
- length
1487
- transferred
1488
- speed
1489
- runtime
1490
- remaining
1491
- percentage
1492
- eta
1493
- delta
1494
- }
1495
- uid
1496
- }
1497
- }
1498
- `;
1539
+ upload(filters: $filters) {
1540
+ userId
1541
+ progress {
1542
+ length
1543
+ transferred
1544
+ speed
1545
+ runtime
1546
+ remaining
1547
+ percentage
1548
+ eta
1549
+ delta
1550
+ }
1551
+ uid
1552
+ }
1553
+ }
1554
+ `;
1499
1555
  /**
1500
1556
  * __useUploadUpdateSubscription__
1501
1557
  *
@@ -1518,15 +1574,14 @@ export function useUploadUpdateSubscription(baseOptions) {
1518
1574
  }
1519
1575
  export const UploadDocument = gql `
1520
1576
  mutation UPLOAD($library: String!, $nodeId: String!, $files: [FileInput!]!) {
1521
- upload(library: $library, nodeId: $nodeId, files: $files) {
1522
- uid
1523
- record {
1524
- ...RecordIdentity
1525
- }
1526
- }
1577
+ upload(library: $library, nodeId: $nodeId, files: $files) {
1578
+ uid
1579
+ record {
1580
+ ...RecordIdentity
1527
1581
  }
1528
- ${RecordIdentityFragmentDoc}
1529
- `;
1582
+ }
1583
+ }
1584
+ ${RecordIdentityFragmentDoc}`;
1530
1585
  /**
1531
1586
  * __useUploadMutation__
1532
1587
  *
@@ -1552,9 +1607,9 @@ export function useUploadMutation(baseOptions) {
1552
1607
  }
1553
1608
  export const ImportExcelDocument = gql `
1554
1609
  mutation IMPORT_EXCEL($file: Upload!, $sheets: [SheetInput], $startAt: Int) {
1555
- importExcel(file: $file, sheets: $sheets, startAt: $startAt)
1556
- }
1557
- `;
1610
+ importExcel(file: $file, sheets: $sheets, startAt: $startAt)
1611
+ }
1612
+ `;
1558
1613
  /**
1559
1614
  * __useImportExcelMutation__
1560
1615
  *
@@ -1580,11 +1635,11 @@ export function useImportExcelMutation(baseOptions) {
1580
1635
  }
1581
1636
  export const CheckLibraryExistenceDocument = gql `
1582
1637
  query CHECK_LIBRARY_EXISTENCE($id: [ID!]) {
1583
- libraries(filters: {id: $id}) {
1584
- totalCount
1585
- }
1586
- }
1587
- `;
1638
+ libraries(filters: {id: $id}) {
1639
+ totalCount
1640
+ }
1641
+ }
1642
+ `;
1588
1643
  /**
1589
1644
  * __useCheckLibraryExistenceQuery__
1590
1645
  *
@@ -1611,11 +1666,11 @@ export function useCheckLibraryExistenceLazyQuery(baseOptions) {
1611
1666
  }
1612
1667
  export const DeleteLibraryDocument = gql `
1613
1668
  mutation DELETE_LIBRARY($id: ID) {
1614
- deleteLibrary(id: $id) {
1615
- id
1616
- }
1617
- }
1618
- `;
1669
+ deleteLibrary(id: $id) {
1670
+ id
1671
+ }
1672
+ }
1673
+ `;
1619
1674
  /**
1620
1675
  * __useDeleteLibraryMutation__
1621
1676
  *
@@ -1639,14 +1694,13 @@ export function useDeleteLibraryMutation(baseOptions) {
1639
1694
  }
1640
1695
  export const GetLibrariesDocument = gql `
1641
1696
  query GET_LIBRARIES {
1642
- libraries {
1643
- list {
1644
- ...LibraryLight
1645
- }
1646
- }
1697
+ libraries {
1698
+ list {
1699
+ ...LibraryLight
1647
1700
  }
1648
- ${LibraryLightFragmentDoc}
1649
- `;
1701
+ }
1702
+ }
1703
+ ${LibraryLightFragmentDoc}`;
1650
1704
  /**
1651
1705
  * __useGetLibrariesQuery__
1652
1706
  *
@@ -1672,14 +1726,13 @@ export function useGetLibrariesLazyQuery(baseOptions) {
1672
1726
  }
1673
1727
  export const GetLibraryByIdDocument = gql `
1674
1728
  query GET_LIBRARY_BY_ID($id: [ID!]) {
1675
- libraries(filters: {id: $id}) {
1676
- list {
1677
- ...LibraryDetails
1678
- }
1679
- }
1729
+ libraries(filters: {id: $id}) {
1730
+ list {
1731
+ ...LibraryDetails
1680
1732
  }
1681
- ${LibraryDetailsFragmentDoc}
1682
- `;
1733
+ }
1734
+ }
1735
+ ${LibraryDetailsFragmentDoc}`;
1683
1736
  /**
1684
1737
  * __useGetLibraryByIdQuery__
1685
1738
  *
@@ -1706,19 +1759,19 @@ export function useGetLibraryByIdLazyQuery(baseOptions) {
1706
1759
  }
1707
1760
  export const GetLibraryPermissionsDocument = gql `
1708
1761
  query GET_LIBRARY_PERMISSIONS($libraryId: [ID!]) {
1709
- libraries(filters: {id: $libraryId}) {
1710
- list {
1711
- permissions {
1712
- access_library
1713
- access_record
1714
- create_record
1715
- edit_record
1716
- delete_record
1717
- }
1718
- }
1719
- }
1720
- }
1721
- `;
1762
+ libraries(filters: {id: $libraryId}) {
1763
+ list {
1764
+ permissions {
1765
+ access_library
1766
+ access_record
1767
+ create_record
1768
+ edit_record
1769
+ delete_record
1770
+ }
1771
+ }
1772
+ }
1773
+ }
1774
+ `;
1722
1775
  /**
1723
1776
  * __useGetLibraryPermissionsQuery__
1724
1777
  *
@@ -1745,28 +1798,28 @@ export function useGetLibraryPermissionsLazyQuery(baseOptions) {
1745
1798
  }
1746
1799
  export const GetLibraryPreviewsSettingsDocument = gql `
1747
1800
  query GET_LIBRARY_PREVIEWS_SETTINGS($id: ID!) {
1748
- libraries(filters: {id: [$id]}) {
1749
- list {
1750
- id
1751
- label
1752
- behavior
1753
- previewsSettings {
1754
- description
1755
- label
1756
- system
1757
- versions {
1758
- background
1759
- density
1760
- sizes {
1761
- name
1762
- size
1763
- }
1764
- }
1765
- }
1766
- }
1801
+ libraries(filters: {id: [$id]}) {
1802
+ list {
1803
+ id
1804
+ label
1805
+ behavior
1806
+ previewsSettings {
1807
+ description
1808
+ label
1809
+ system
1810
+ versions {
1811
+ background
1812
+ density
1813
+ sizes {
1814
+ name
1815
+ size
1816
+ }
1767
1817
  }
1818
+ }
1768
1819
  }
1769
- `;
1820
+ }
1821
+ }
1822
+ `;
1770
1823
  /**
1771
1824
  * __useGetLibraryPreviewsSettingsQuery__
1772
1825
  *
@@ -1793,12 +1846,11 @@ export function useGetLibraryPreviewsSettingsLazyQuery(baseOptions) {
1793
1846
  }
1794
1847
  export const SaveLibraryDocument = gql `
1795
1848
  mutation saveLibrary($library: LibraryInput!) {
1796
- saveLibrary(library: $library) {
1797
- ...LibraryDetails
1798
- }
1799
- }
1800
- ${LibraryDetailsFragmentDoc}
1801
- `;
1849
+ saveLibrary(library: $library) {
1850
+ ...LibraryDetails
1851
+ }
1852
+ }
1853
+ ${LibraryDetailsFragmentDoc}`;
1802
1854
  /**
1803
1855
  * __useSaveLibraryMutation__
1804
1856
  *
@@ -1821,18 +1873,13 @@ export function useSaveLibraryMutation(baseOptions) {
1821
1873
  return Apollo.useMutation(SaveLibraryDocument, options);
1822
1874
  }
1823
1875
  export const IsAllowedDocument = gql `
1824
- query IS_ALLOWED(
1825
- $type: PermissionTypes!
1826
- $actions: [PermissionsActions!]!
1827
- $applyTo: ID
1828
- $target: PermissionTarget
1829
- ) {
1830
- isAllowed(type: $type, actions: $actions, applyTo: $applyTo, target: $target) {
1831
- name
1832
- allowed
1833
- }
1834
- }
1835
- `;
1876
+ query IS_ALLOWED($type: PermissionTypes!, $actions: [PermissionsActions!]!, $applyTo: ID, $target: PermissionTarget) {
1877
+ isAllowed(type: $type, actions: $actions, applyTo: $applyTo, target: $target) {
1878
+ name
1879
+ allowed
1880
+ }
1881
+ }
1882
+ `;
1836
1883
  /**
1837
1884
  * __useIsAllowedQuery__
1838
1885
  *
@@ -1862,21 +1909,19 @@ export function useIsAllowedLazyQuery(baseOptions) {
1862
1909
  }
1863
1910
  export const CreateRecordDocument = gql `
1864
1911
  mutation CREATE_RECORD($library: ID!, $data: CreateRecordDataInput) {
1865
- createRecord(library: $library, data: $data) {
1866
- record {
1867
- ...RecordIdentity
1868
- }
1869
- valuesErrors {
1870
- attributeId
1871
- id_value
1872
- input
1873
- message
1874
- type
1875
- }
1876
- }
1912
+ createRecord(library: $library, data: $data) {
1913
+ record {
1914
+ ...RecordIdentity
1877
1915
  }
1878
- ${RecordIdentityFragmentDoc}
1879
- `;
1916
+ valuesErrors {
1917
+ type
1918
+ attribute
1919
+ input
1920
+ message
1921
+ }
1922
+ }
1923
+ }
1924
+ ${RecordIdentityFragmentDoc}`;
1880
1925
  /**
1881
1926
  * __useCreateRecordMutation__
1882
1927
  *
@@ -1901,13 +1946,16 @@ export function useCreateRecordMutation(baseOptions) {
1901
1946
  }
1902
1947
  export const DeactivateRecordsDocument = gql `
1903
1948
  mutation DEACTIVATE_RECORDS($libraryId: String!, $recordsIds: [String!], $filters: [RecordFilterInput!]) {
1904
- deactivateRecords(recordsIds: $recordsIds, filters: $filters, libraryId: $libraryId) {
1905
- id
1906
- ...RecordIdentity
1907
- }
1908
- }
1909
- ${RecordIdentityFragmentDoc}
1910
- `;
1949
+ deactivateRecords(
1950
+ recordsIds: $recordsIds
1951
+ filters: $filters
1952
+ libraryId: $libraryId
1953
+ ) {
1954
+ id
1955
+ ...RecordIdentity
1956
+ }
1957
+ }
1958
+ ${RecordIdentityFragmentDoc}`;
1911
1959
  /**
1912
1960
  * __useDeactivateRecordsMutation__
1913
1961
  *
@@ -1933,9 +1981,13 @@ export function useDeactivateRecordsMutation(baseOptions) {
1933
1981
  }
1934
1982
  export const DoesFileExistAsChildDocument = gql `
1935
1983
  query DOES_FILE_EXIST_AS_CHILD($parentNode: ID, $treeId: ID!, $filename: String!) {
1936
- doesFileExistAsChild(parentNode: $parentNode, treeId: $treeId, filename: $filename)
1937
- }
1938
- `;
1984
+ doesFileExistAsChild(
1985
+ parentNode: $parentNode
1986
+ treeId: $treeId
1987
+ filename: $filename
1988
+ )
1989
+ }
1990
+ `;
1939
1991
  /**
1940
1992
  * __useDoesFileExistAsChildQuery__
1941
1993
  *
@@ -1964,56 +2016,58 @@ export function useDoesFileExistAsChildLazyQuery(baseOptions) {
1964
2016
  }
1965
2017
  export const GetFileDataDocument = gql `
1966
2018
  query GET_FILE_DATA($library: ID!, $fileId: String!, $previewsStatusAttribute: ID!) {
1967
- records(library: $library, filters: [{field: "id", value: $fileId, condition: EQUAL}]) {
1968
- list {
1969
- ...RecordIdentity
1970
- created_at: property(attribute: "created_at") {
1971
- ... on Value {
1972
- value
1973
- }
1974
- }
1975
- created_by: property(attribute: "created_by") {
1976
- ... on LinkValue {
1977
- value {
1978
- ...RecordIdentity
1979
- }
1980
- }
1981
- }
1982
- modified_at: property(attribute: "modified_at") {
1983
- ... on Value {
1984
- value
1985
- }
1986
- }
1987
- modified_by: property(attribute: "modified_by") {
1988
- ... on LinkValue {
1989
- value {
1990
- ...RecordIdentity
1991
- }
1992
- }
1993
- }
1994
- file_name: property(attribute: "file_name") {
1995
- ... on Value {
1996
- value
1997
- }
1998
- }
1999
- file_path: property(attribute: "file_path") {
2000
- ... on Value {
2001
- value
2002
- }
2003
- }
2004
- previews_status: property(attribute: $previewsStatusAttribute) {
2005
- ... on Value {
2006
- value
2007
- }
2008
- }
2009
- library {
2010
- behavior
2011
- }
2012
- }
2019
+ records(
2020
+ library: $library
2021
+ filters: [{field: "id", value: $fileId, condition: EQUAL}]
2022
+ ) {
2023
+ list {
2024
+ ...RecordIdentity
2025
+ created_at: property(attribute: "created_at") {
2026
+ ... on Value {
2027
+ value
2028
+ }
2029
+ }
2030
+ created_by: property(attribute: "created_by") {
2031
+ ... on LinkValue {
2032
+ value {
2033
+ ...RecordIdentity
2034
+ }
2035
+ }
2036
+ }
2037
+ modified_at: property(attribute: "modified_at") {
2038
+ ... on Value {
2039
+ value
2040
+ }
2041
+ }
2042
+ modified_by: property(attribute: "modified_by") {
2043
+ ... on LinkValue {
2044
+ value {
2045
+ ...RecordIdentity
2046
+ }
2047
+ }
2048
+ }
2049
+ file_name: property(attribute: "file_name") {
2050
+ ... on Value {
2051
+ value
2052
+ }
2053
+ }
2054
+ file_path: property(attribute: "file_path") {
2055
+ ... on Value {
2056
+ value
2013
2057
  }
2058
+ }
2059
+ previews_status: property(attribute: $previewsStatusAttribute) {
2060
+ ... on Value {
2061
+ value
2062
+ }
2063
+ }
2064
+ library {
2065
+ behavior
2066
+ }
2014
2067
  }
2015
- ${RecordIdentityFragmentDoc}
2016
- `;
2068
+ }
2069
+ }
2070
+ ${RecordIdentityFragmentDoc}`;
2017
2071
  /**
2018
2072
  * __useGetFileDataQuery__
2019
2073
  *
@@ -2042,22 +2096,26 @@ export function useGetFileDataLazyQuery(baseOptions) {
2042
2096
  }
2043
2097
  export const RecordFormDocument = gql `
2044
2098
  query RECORD_FORM($libraryId: String!, $formId: String!, $recordId: String, $version: [ValueVersionInput!]) {
2045
- recordForm(recordId: $recordId, libraryId: $libraryId, formId: $formId, version: $version) {
2046
- id
2047
- recordId
2048
- library {
2049
- id
2050
- }
2051
- dependencyAttributes {
2052
- id
2053
- }
2054
- elements {
2055
- ...RecordFormElement
2056
- }
2057
- }
2058
- }
2059
- ${RecordFormElementFragmentDoc}
2060
- `;
2099
+ recordForm(
2100
+ recordId: $recordId
2101
+ libraryId: $libraryId
2102
+ formId: $formId
2103
+ version: $version
2104
+ ) {
2105
+ id
2106
+ recordId
2107
+ library {
2108
+ id
2109
+ }
2110
+ dependencyAttributes {
2111
+ id
2112
+ }
2113
+ elements {
2114
+ ...RecordFormElement
2115
+ }
2116
+ }
2117
+ }
2118
+ ${RecordFormElementFragmentDoc}`;
2061
2119
  /**
2062
2120
  * __useRecordFormQuery__
2063
2121
  *
@@ -2087,28 +2145,27 @@ export function useRecordFormLazyQuery(baseOptions) {
2087
2145
  }
2088
2146
  export const RecordUpdateDocument = gql `
2089
2147
  subscription RECORD_UPDATE($filters: RecordUpdateFilterInput) {
2090
- recordUpdate(filters: $filters) {
2091
- record {
2092
- ...RecordIdentity
2093
- modified_by: property(attribute: "modified_by") {
2094
- ... on LinkValue {
2095
- value {
2096
- ...RecordIdentity
2097
- }
2098
- }
2099
- }
2100
- }
2101
- updatedValues {
2102
- attribute
2103
- value {
2104
- ...ValueDetails
2105
- }
2106
- }
2148
+ recordUpdate(filters: $filters) {
2149
+ record {
2150
+ ...RecordIdentity
2151
+ modified_by: property(attribute: "modified_by") {
2152
+ ... on LinkValue {
2153
+ value {
2154
+ ...RecordIdentity
2155
+ }
2107
2156
  }
2157
+ }
2158
+ }
2159
+ updatedValues {
2160
+ attribute
2161
+ value {
2162
+ ...ValueDetails
2163
+ }
2108
2164
  }
2165
+ }
2166
+ }
2109
2167
  ${RecordIdentityFragmentDoc}
2110
- ${ValueDetailsFragmentDoc}
2111
- `;
2168
+ ${ValueDetailsFragmentDoc}`;
2112
2169
  /**
2113
2170
  * __useRecordUpdateSubscription__
2114
2171
  *
@@ -2131,9 +2188,9 @@ export function useRecordUpdateSubscription(baseOptions) {
2131
2188
  }
2132
2189
  export const IndexRecordsDocument = gql `
2133
2190
  mutation INDEX_RECORDS($libraryId: String!, $records: [String!]) {
2134
- indexRecords(libraryId: $libraryId, records: $records)
2135
- }
2136
- `;
2191
+ indexRecords(libraryId: $libraryId, records: $records)
2192
+ }
2193
+ `;
2137
2194
  /**
2138
2195
  * __useIndexRecordsMutation__
2139
2196
  *
@@ -2158,9 +2215,9 @@ export function useIndexRecordsMutation(baseOptions) {
2158
2215
  }
2159
2216
  export const CancelTaskDocument = gql `
2160
2217
  mutation CANCEL_TASK($taskId: ID!) {
2161
- cancelTask(taskId: $taskId)
2162
- }
2163
- `;
2218
+ cancelTask(taskId: $taskId)
2219
+ }
2220
+ `;
2164
2221
  /**
2165
2222
  * __useCancelTaskMutation__
2166
2223
  *
@@ -2184,11 +2241,11 @@ export function useCancelTaskMutation(baseOptions) {
2184
2241
  }
2185
2242
  export const CheckTreeExistenceDocument = gql `
2186
2243
  query CHECK_TREE_EXISTENCE($id: [ID!]) {
2187
- trees(filters: {id: $id}) {
2188
- totalCount
2189
- }
2190
- }
2191
- `;
2244
+ trees(filters: {id: $id}) {
2245
+ totalCount
2246
+ }
2247
+ }
2248
+ `;
2192
2249
  /**
2193
2250
  * __useCheckTreeExistenceQuery__
2194
2251
  *
@@ -2215,11 +2272,11 @@ export function useCheckTreeExistenceLazyQuery(baseOptions) {
2215
2272
  }
2216
2273
  export const DeleteTreeDocument = gql `
2217
2274
  mutation DELETE_TREE($id: ID!) {
2218
- deleteTree(id: $id) {
2219
- id
2220
- }
2221
- }
2222
- `;
2275
+ deleteTree(id: $id) {
2276
+ id
2277
+ }
2278
+ }
2279
+ `;
2223
2280
  /**
2224
2281
  * __useDeleteTreeMutation__
2225
2282
  *
@@ -2243,14 +2300,13 @@ export function useDeleteTreeMutation(baseOptions) {
2243
2300
  }
2244
2301
  export const GetTreeByIdDocument = gql `
2245
2302
  query GET_TREE_BY_ID($id: [ID!]) {
2246
- trees(filters: {id: $id}) {
2247
- list {
2248
- ...TreeDetails
2249
- }
2250
- }
2303
+ trees(filters: {id: $id}) {
2304
+ list {
2305
+ ...TreeDetails
2251
2306
  }
2252
- ${TreeDetailsFragmentDoc}
2253
- `;
2307
+ }
2308
+ }
2309
+ ${TreeDetailsFragmentDoc}`;
2254
2310
  /**
2255
2311
  * __useGetTreeByIdQuery__
2256
2312
  *
@@ -2277,29 +2333,29 @@ export function useGetTreeByIdLazyQuery(baseOptions) {
2277
2333
  }
2278
2334
  export const GetTreeLibrariesDocument = gql `
2279
2335
  query GET_TREE_LIBRARIES($treeId: [ID!], $library: String) {
2280
- trees(filters: {id: $treeId, library: $library}) {
2281
- totalCount
2282
- list {
2283
- id
2284
- behavior
2285
- system
2286
- libraries {
2287
- library {
2288
- id
2289
- label
2290
- behavior
2291
- system
2292
- }
2293
- settings {
2294
- allowMultiplePositions
2295
- allowedChildren
2296
- allowedAtRoot
2297
- }
2298
- }
2299
- }
2336
+ trees(filters: {id: $treeId, library: $library}) {
2337
+ totalCount
2338
+ list {
2339
+ id
2340
+ behavior
2341
+ system
2342
+ libraries {
2343
+ library {
2344
+ id
2345
+ label
2346
+ behavior
2347
+ system
2348
+ }
2349
+ settings {
2350
+ allowMultiplePositions
2351
+ allowedChildren
2352
+ allowedAtRoot
2300
2353
  }
2354
+ }
2301
2355
  }
2302
- `;
2356
+ }
2357
+ }
2358
+ `;
2303
2359
  /**
2304
2360
  * __useGetTreeLibrariesQuery__
2305
2361
  *
@@ -2327,14 +2383,13 @@ export function useGetTreeLibrariesLazyQuery(baseOptions) {
2327
2383
  }
2328
2384
  export const GetTreesDocument = gql `
2329
2385
  query GET_TREES {
2330
- trees {
2331
- list {
2332
- ...TreeLight
2333
- }
2334
- }
2386
+ trees {
2387
+ list {
2388
+ ...TreeLight
2335
2389
  }
2336
- ${TreeLightFragmentDoc}
2337
- `;
2390
+ }
2391
+ }
2392
+ ${TreeLightFragmentDoc}`;
2338
2393
  /**
2339
2394
  * __useGetTreesQuery__
2340
2395
  *
@@ -2360,12 +2415,11 @@ export function useGetTreesLazyQuery(baseOptions) {
2360
2415
  }
2361
2416
  export const SaveTreeDocument = gql `
2362
2417
  mutation SAVE_TREE($tree: TreeInput!) {
2363
- saveTree(tree: $tree) {
2364
- ...TreeDetails
2365
- }
2366
- }
2367
- ${TreeDetailsFragmentDoc}
2368
- `;
2418
+ saveTree(tree: $tree) {
2419
+ ...TreeDetails
2420
+ }
2421
+ }
2422
+ ${TreeDetailsFragmentDoc}`;
2369
2423
  /**
2370
2424
  * __useSaveTreeMutation__
2371
2425
  *
@@ -2389,15 +2443,14 @@ export function useSaveTreeMutation(baseOptions) {
2389
2443
  }
2390
2444
  export const TreeNodeChildrenDocument = gql `
2391
2445
  query TREE_NODE_CHILDREN($treeId: ID!, $node: ID, $pagination: Pagination) {
2392
- treeNodeChildren(treeId: $treeId, node: $node, pagination: $pagination) {
2393
- totalCount
2394
- list {
2395
- ...TreeNodeChild
2396
- }
2397
- }
2446
+ treeNodeChildren(treeId: $treeId, node: $node, pagination: $pagination) {
2447
+ totalCount
2448
+ list {
2449
+ ...TreeNodeChild
2398
2450
  }
2399
- ${TreeNodeChildFragmentDoc}
2400
- `;
2451
+ }
2452
+ }
2453
+ ${TreeNodeChildFragmentDoc}`;
2401
2454
  /**
2402
2455
  * __useTreeNodeChildrenQuery__
2403
2456
  *
@@ -2426,12 +2479,12 @@ export function useTreeNodeChildrenLazyQuery(baseOptions) {
2426
2479
  }
2427
2480
  export const GetUserDataDocument = gql `
2428
2481
  query GET_USER_DATA($keys: [String!]!, $global: Boolean) {
2429
- userData(keys: $keys, global: $global) {
2430
- global
2431
- data
2432
- }
2433
- }
2434
- `;
2482
+ userData(keys: $keys, global: $global) {
2483
+ global
2484
+ data
2485
+ }
2486
+ }
2487
+ `;
2435
2488
  /**
2436
2489
  * __useGetUserDataQuery__
2437
2490
  *
@@ -2459,12 +2512,12 @@ export function useGetUserDataLazyQuery(baseOptions) {
2459
2512
  }
2460
2513
  export const SaveUserDataDocument = gql `
2461
2514
  mutation SAVE_USER_DATA($key: String!, $value: Any, $global: Boolean!) {
2462
- saveUserData(key: $key, value: $value, global: $global) {
2463
- global
2464
- data
2465
- }
2466
- }
2467
- `;
2515
+ saveUserData(key: $key, value: $value, global: $global) {
2516
+ global
2517
+ data
2518
+ }
2519
+ }
2520
+ `;
2468
2521
  /**
2469
2522
  * __useSaveUserDataMutation__
2470
2523
  *
@@ -2490,12 +2543,16 @@ export function useSaveUserDataMutation(baseOptions) {
2490
2543
  }
2491
2544
  export const DeleteValueDocument = gql `
2492
2545
  mutation DELETE_VALUE($library: ID!, $recordId: ID!, $attribute: ID!, $value: ValueInput) {
2493
- deleteValue(library: $library, recordId: $recordId, attribute: $attribute, value: $value) {
2494
- ...ValueDetails
2495
- }
2496
- }
2497
- ${ValueDetailsFragmentDoc}
2498
- `;
2546
+ deleteValue(
2547
+ library: $library
2548
+ recordId: $recordId
2549
+ attribute: $attribute
2550
+ value: $value
2551
+ ) {
2552
+ ...ValueDetails
2553
+ }
2554
+ }
2555
+ ${ValueDetailsFragmentDoc}`;
2499
2556
  /**
2500
2557
  * __useDeleteValueMutation__
2501
2558
  *
@@ -2522,12 +2579,15 @@ export function useDeleteValueMutation(baseOptions) {
2522
2579
  }
2523
2580
  export const RunActionsListAndFormatOnValueDocument = gql `
2524
2581
  query RUN_ACTIONS_LIST_AND_FORMAT_ON_VALUE($library: ID!, $value: ValueBatchInput, $version: [ValueVersionInput]) {
2525
- runActionsListAndFormatOnValue(library: $library, value: $value, version: $version) {
2526
- ...ValueDetails
2527
- }
2528
- }
2529
- ${ValueDetailsFragmentDoc}
2530
- `;
2582
+ runActionsListAndFormatOnValue(
2583
+ library: $library
2584
+ value: $value
2585
+ version: $version
2586
+ ) {
2587
+ ...ValueDetails
2588
+ }
2589
+ }
2590
+ ${ValueDetailsFragmentDoc}`;
2531
2591
  /**
2532
2592
  * __useRunActionsListAndFormatOnValueQuery__
2533
2593
  *
@@ -2555,33 +2615,26 @@ export function useRunActionsListAndFormatOnValueLazyQuery(baseOptions) {
2555
2615
  return Apollo.useLazyQuery(RunActionsListAndFormatOnValueDocument, options);
2556
2616
  }
2557
2617
  export const SaveValueBatchDocument = gql `
2558
- mutation SAVE_VALUE_BATCH(
2559
- $library: ID!
2560
- $recordId: ID!
2561
- $version: [ValueVersionInput!]
2562
- $values: [ValueBatchInput!]!
2563
- $deleteEmpty: Boolean
2564
- ) {
2565
- saveValueBatch(
2566
- library: $library
2567
- recordId: $recordId
2568
- version: $version
2569
- values: $values
2570
- deleteEmpty: $deleteEmpty
2571
- ) {
2572
- values {
2573
- ...ValueDetails
2574
- }
2575
- errors {
2576
- type
2577
- attribute
2578
- input
2579
- message
2580
- }
2581
- }
2582
- }
2583
- ${ValueDetailsFragmentDoc}
2584
- `;
2618
+ mutation SAVE_VALUE_BATCH($library: ID!, $recordId: ID!, $version: [ValueVersionInput!], $values: [ValueBatchInput!]!, $deleteEmpty: Boolean) {
2619
+ saveValueBatch(
2620
+ library: $library
2621
+ recordId: $recordId
2622
+ version: $version
2623
+ values: $values
2624
+ deleteEmpty: $deleteEmpty
2625
+ ) {
2626
+ values {
2627
+ ...ValueDetails
2628
+ }
2629
+ errors {
2630
+ type
2631
+ attribute
2632
+ input
2633
+ message
2634
+ }
2635
+ }
2636
+ }
2637
+ ${ValueDetailsFragmentDoc}`;
2585
2638
  /**
2586
2639
  * __useSaveValueBatchMutation__
2587
2640
  *
@@ -2609,12 +2662,12 @@ export function useSaveValueBatchMutation(baseOptions) {
2609
2662
  }
2610
2663
  export const DeleteViewDocument = gql `
2611
2664
  mutation DELETE_VIEW($viewId: String!) {
2612
- deleteView(viewId: $viewId) {
2613
- id
2614
- library
2615
- }
2616
- }
2617
- `;
2665
+ deleteView(viewId: $viewId) {
2666
+ id
2667
+ library
2668
+ }
2669
+ }
2670
+ `;
2618
2671
  /**
2619
2672
  * __useDeleteViewMutation__
2620
2673
  *
@@ -2638,12 +2691,11 @@ export function useDeleteViewMutation(baseOptions) {
2638
2691
  }
2639
2692
  export const GetViewDocument = gql `
2640
2693
  query GET_VIEW($viewId: String!) {
2641
- view(viewId: $viewId) {
2642
- ...ViewDetails
2643
- }
2644
- }
2645
- ${ViewDetailsFragmentDoc}
2646
- `;
2694
+ view(viewId: $viewId) {
2695
+ ...ViewDetails
2696
+ }
2697
+ }
2698
+ ${ViewDetailsFragmentDoc}`;
2647
2699
  /**
2648
2700
  * __useGetViewQuery__
2649
2701
  *
@@ -2670,15 +2722,14 @@ export function useGetViewLazyQuery(baseOptions) {
2670
2722
  }
2671
2723
  export const GetViewsListDocument = gql `
2672
2724
  query GET_VIEWS_LIST($libraryId: String!) {
2673
- views(library: $libraryId) {
2674
- totalCount
2675
- list {
2676
- ...ViewDetails
2677
- }
2678
- }
2725
+ views(library: $libraryId) {
2726
+ totalCount
2727
+ list {
2728
+ ...ViewDetails
2679
2729
  }
2680
- ${ViewDetailsFragmentDoc}
2681
- `;
2730
+ }
2731
+ }
2732
+ ${ViewDetailsFragmentDoc}`;
2682
2733
  /**
2683
2734
  * __useGetViewsListQuery__
2684
2735
  *
@@ -2703,76 +2754,346 @@ export function useGetViewsListLazyQuery(baseOptions) {
2703
2754
  const options = { ...defaultOptions, ...baseOptions };
2704
2755
  return Apollo.useLazyQuery(GetViewsListDocument, options);
2705
2756
  }
2706
- export const AddViewDocument = gql `
2707
- mutation ADD_VIEW($view: ViewInput!) {
2708
- saveView(view: $view) {
2709
- ...ViewDetails
2710
- }
2711
- }
2712
- ${ViewDetailsFragmentDoc}
2713
- `;
2757
+ export const SaveViewDocument = gql `
2758
+ mutation SAVE_VIEW($view: ViewInput!) {
2759
+ saveView(view: $view) {
2760
+ ...ViewDetails
2761
+ }
2762
+ }
2763
+ ${ViewDetailsFragmentDoc}`;
2714
2764
  /**
2715
- * __useAddViewMutation__
2765
+ * __useSaveViewMutation__
2716
2766
  *
2717
- * To run a mutation, you first call `useAddViewMutation` within a React component and pass it any options that fit your needs.
2718
- * When your component renders, `useAddViewMutation` returns a tuple that includes:
2767
+ * To run a mutation, you first call `useSaveViewMutation` within a React component and pass it any options that fit your needs.
2768
+ * When your component renders, `useSaveViewMutation` returns a tuple that includes:
2719
2769
  * - A mutate function that you can call at any time to execute the mutation
2720
2770
  * - An object with fields that represent the current status of the mutation's execution
2721
2771
  *
2722
2772
  * @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;
2723
2773
  *
2724
2774
  * @example
2725
- * const [addViewMutation, { data, loading, error }] = useAddViewMutation({
2775
+ * const [saveViewMutation, { data, loading, error }] = useSaveViewMutation({
2726
2776
  * variables: {
2727
2777
  * view: // value for 'view'
2728
2778
  * },
2729
2779
  * });
2730
2780
  */
2731
- export function useAddViewMutation(baseOptions) {
2732
- const options = { ...defaultOptions, ...baseOptions };
2733
- return Apollo.useMutation(AddViewDocument, options);
2734
- }
2735
- export const ExplorerDocument = gql `
2736
- query Explorer($libraryId: ID!, $attributeIds: [ID!]!, $filters: [RecordFilterInput]) {
2737
- records(library: $libraryId, filters: $filters) {
2738
- list {
2739
- ...RecordIdentity
2740
- properties(attributeIds: $attributeIds) {
2741
- attributeId
2742
- values {
2743
- ...PropertyValue
2744
- }
2745
- }
2746
- }
2781
+ export function useSaveViewMutation(baseOptions) {
2782
+ const options = { ...defaultOptions, ...baseOptions };
2783
+ return Apollo.useMutation(SaveViewDocument, options);
2784
+ }
2785
+ export const ExplorerAttributesDocument = gql `
2786
+ query ExplorerAttributes($ids: [ID!]) {
2787
+ attributes(filters: {ids: $ids}) {
2788
+ list {
2789
+ id
2790
+ type
2791
+ format
2792
+ label
2793
+ ...LinkAttributeDetails
2794
+ }
2795
+ }
2796
+ }
2797
+ ${LinkAttributeDetailsFragmentDoc}`;
2798
+ /**
2799
+ * __useExplorerAttributesQuery__
2800
+ *
2801
+ * To run a query within a React component, call `useExplorerAttributesQuery` and pass it any options that fit your needs.
2802
+ * When your component renders, `useExplorerAttributesQuery` returns an object from Apollo Client that contains loading, error, and data properties
2803
+ * you can use to render your UI.
2804
+ *
2805
+ * @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;
2806
+ *
2807
+ * @example
2808
+ * const { data, loading, error } = useExplorerAttributesQuery({
2809
+ * variables: {
2810
+ * ids: // value for 'ids'
2811
+ * },
2812
+ * });
2813
+ */
2814
+ export function useExplorerAttributesQuery(baseOptions) {
2815
+ const options = { ...defaultOptions, ...baseOptions };
2816
+ return Apollo.useQuery(ExplorerAttributesDocument, options);
2817
+ }
2818
+ export function useExplorerAttributesLazyQuery(baseOptions) {
2819
+ const options = { ...defaultOptions, ...baseOptions };
2820
+ return Apollo.useLazyQuery(ExplorerAttributesDocument, options);
2821
+ }
2822
+ export const ExplorerLinkAttributeDocument = gql `
2823
+ query ExplorerLinkAttribute($id: ID!) {
2824
+ attributes(filters: {ids: [$id]}) {
2825
+ list {
2826
+ id
2827
+ multiple_values
2828
+ ...LinkAttributeDetails
2829
+ }
2830
+ }
2831
+ }
2832
+ ${LinkAttributeDetailsFragmentDoc}`;
2833
+ /**
2834
+ * __useExplorerLinkAttributeQuery__
2835
+ *
2836
+ * To run a query within a React component, call `useExplorerLinkAttributeQuery` and pass it any options that fit your needs.
2837
+ * When your component renders, `useExplorerLinkAttributeQuery` returns an object from Apollo Client that contains loading, error, and data properties
2838
+ * you can use to render your UI.
2839
+ *
2840
+ * @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;
2841
+ *
2842
+ * @example
2843
+ * const { data, loading, error } = useExplorerLinkAttributeQuery({
2844
+ * variables: {
2845
+ * id: // value for 'id'
2846
+ * },
2847
+ * });
2848
+ */
2849
+ export function useExplorerLinkAttributeQuery(baseOptions) {
2850
+ const options = { ...defaultOptions, ...baseOptions };
2851
+ return Apollo.useQuery(ExplorerLinkAttributeDocument, options);
2852
+ }
2853
+ export function useExplorerLinkAttributeLazyQuery(baseOptions) {
2854
+ const options = { ...defaultOptions, ...baseOptions };
2855
+ return Apollo.useLazyQuery(ExplorerLinkAttributeDocument, options);
2856
+ }
2857
+ export const ExplorerLibraryDataDocument = gql `
2858
+ query ExplorerLibraryData($libraryId: ID!, $attributeIds: [ID!]!, $pagination: RecordsPagination, $filters: [RecordFilterInput], $multipleSort: [RecordSortInput!], $searchQuery: String) {
2859
+ records(
2860
+ library: $libraryId
2861
+ filters: $filters
2862
+ pagination: $pagination
2863
+ multipleSort: $multipleSort
2864
+ searchQuery: $searchQuery
2865
+ ) {
2866
+ totalCount
2867
+ list {
2868
+ ...RecordIdentity
2869
+ properties(attributeIds: $attributeIds) {
2870
+ attributeId
2871
+ attributeProperties {
2872
+ ...AttributeProperties
2747
2873
  }
2874
+ values {
2875
+ ...PropertyValue
2876
+ }
2877
+ }
2748
2878
  }
2879
+ }
2880
+ }
2749
2881
  ${RecordIdentityFragmentDoc}
2750
- ${PropertyValueFragmentDoc}
2751
- `;
2882
+ ${AttributePropertiesFragmentDoc}
2883
+ ${PropertyValueFragmentDoc}`;
2752
2884
  /**
2753
- * __useExplorerQuery__
2885
+ * __useExplorerLibraryDataQuery__
2754
2886
  *
2755
- * To run a query within a React component, call `useExplorerQuery` and pass it any options that fit your needs.
2756
- * When your component renders, `useExplorerQuery` returns an object from Apollo Client that contains loading, error, and data properties
2887
+ * To run a query within a React component, call `useExplorerLibraryDataQuery` and pass it any options that fit your needs.
2888
+ * When your component renders, `useExplorerLibraryDataQuery` returns an object from Apollo Client that contains loading, error, and data properties
2757
2889
  * you can use to render your UI.
2758
2890
  *
2759
2891
  * @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;
2760
2892
  *
2761
2893
  * @example
2762
- * const { data, loading, error } = useExplorerQuery({
2894
+ * const { data, loading, error } = useExplorerLibraryDataQuery({
2763
2895
  * variables: {
2764
2896
  * libraryId: // value for 'libraryId'
2765
2897
  * attributeIds: // value for 'attributeIds'
2898
+ * pagination: // value for 'pagination'
2766
2899
  * filters: // value for 'filters'
2900
+ * multipleSort: // value for 'multipleSort'
2901
+ * searchQuery: // value for 'searchQuery'
2902
+ * },
2903
+ * });
2904
+ */
2905
+ export function useExplorerLibraryDataQuery(baseOptions) {
2906
+ const options = { ...defaultOptions, ...baseOptions };
2907
+ return Apollo.useQuery(ExplorerLibraryDataDocument, options);
2908
+ }
2909
+ export function useExplorerLibraryDataLazyQuery(baseOptions) {
2910
+ const options = { ...defaultOptions, ...baseOptions };
2911
+ return Apollo.useLazyQuery(ExplorerLibraryDataDocument, options);
2912
+ }
2913
+ export const ExplorerLinkDataDocument = gql `
2914
+ query ExplorerLinkData($attributeIds: [ID!]!, $parentLibraryId: ID!, $parentRecordId: String, $linkAttributeId: ID!) {
2915
+ records(
2916
+ library: $parentLibraryId
2917
+ filters: [{field: "id", condition: EQUAL, value: $parentRecordId}]
2918
+ ) {
2919
+ list {
2920
+ id
2921
+ whoAmI {
2922
+ id
2923
+ library {
2924
+ id
2925
+ }
2926
+ }
2927
+ property(attribute: $linkAttributeId) {
2928
+ ...LinkProperty
2929
+ }
2930
+ }
2931
+ }
2932
+ }
2933
+ ${LinkPropertyFragmentDoc}`;
2934
+ /**
2935
+ * __useExplorerLinkDataQuery__
2936
+ *
2937
+ * To run a query within a React component, call `useExplorerLinkDataQuery` and pass it any options that fit your needs.
2938
+ * When your component renders, `useExplorerLinkDataQuery` returns an object from Apollo Client that contains loading, error, and data properties
2939
+ * you can use to render your UI.
2940
+ *
2941
+ * @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;
2942
+ *
2943
+ * @example
2944
+ * const { data, loading, error } = useExplorerLinkDataQuery({
2945
+ * variables: {
2946
+ * attributeIds: // value for 'attributeIds'
2947
+ * parentLibraryId: // value for 'parentLibraryId'
2948
+ * parentRecordId: // value for 'parentRecordId'
2949
+ * linkAttributeId: // value for 'linkAttributeId'
2950
+ * },
2951
+ * });
2952
+ */
2953
+ export function useExplorerLinkDataQuery(baseOptions) {
2954
+ const options = { ...defaultOptions, ...baseOptions };
2955
+ return Apollo.useQuery(ExplorerLinkDataDocument, options);
2956
+ }
2957
+ export function useExplorerLinkDataLazyQuery(baseOptions) {
2958
+ const options = { ...defaultOptions, ...baseOptions };
2959
+ return Apollo.useLazyQuery(ExplorerLinkDataDocument, options);
2960
+ }
2961
+ export const GetLibraryAttributesDocument = gql `
2962
+ query GetLibraryAttributes($libraryId: ID!) {
2963
+ libraries(filters: {id: [$libraryId]}) {
2964
+ list {
2965
+ id
2966
+ attributes {
2967
+ ...LibraryAttribute
2968
+ }
2969
+ }
2970
+ }
2971
+ }
2972
+ ${LibraryAttributeFragmentDoc}`;
2973
+ /**
2974
+ * __useGetLibraryAttributesQuery__
2975
+ *
2976
+ * To run a query within a React component, call `useGetLibraryAttributesQuery` and pass it any options that fit your needs.
2977
+ * When your component renders, `useGetLibraryAttributesQuery` returns an object from Apollo Client that contains loading, error, and data properties
2978
+ * you can use to render your UI.
2979
+ *
2980
+ * @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;
2981
+ *
2982
+ * @example
2983
+ * const { data, loading, error } = useGetLibraryAttributesQuery({
2984
+ * variables: {
2985
+ * libraryId: // value for 'libraryId'
2986
+ * },
2987
+ * });
2988
+ */
2989
+ export function useGetLibraryAttributesQuery(baseOptions) {
2990
+ const options = { ...defaultOptions, ...baseOptions };
2991
+ return Apollo.useQuery(GetLibraryAttributesDocument, options);
2992
+ }
2993
+ export function useGetLibraryAttributesLazyQuery(baseOptions) {
2994
+ const options = { ...defaultOptions, ...baseOptions };
2995
+ return Apollo.useLazyQuery(GetLibraryAttributesDocument, options);
2996
+ }
2997
+ export const ExplorerLibraryDetailsDocument = gql `
2998
+ query ExplorerLibraryDetails($libraryId: ID!) {
2999
+ libraries(filters: {id: [$libraryId]}) {
3000
+ list {
3001
+ id
3002
+ label
3003
+ }
3004
+ }
3005
+ }
3006
+ `;
3007
+ /**
3008
+ * __useExplorerLibraryDetailsQuery__
3009
+ *
3010
+ * To run a query within a React component, call `useExplorerLibraryDetailsQuery` and pass it any options that fit your needs.
3011
+ * When your component renders, `useExplorerLibraryDetailsQuery` returns an object from Apollo Client that contains loading, error, and data properties
3012
+ * you can use to render your UI.
3013
+ *
3014
+ * @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;
3015
+ *
3016
+ * @example
3017
+ * const { data, loading, error } = useExplorerLibraryDetailsQuery({
3018
+ * variables: {
3019
+ * libraryId: // value for 'libraryId'
3020
+ * },
3021
+ * });
3022
+ */
3023
+ export function useExplorerLibraryDetailsQuery(baseOptions) {
3024
+ const options = { ...defaultOptions, ...baseOptions };
3025
+ return Apollo.useQuery(ExplorerLibraryDetailsDocument, options);
3026
+ }
3027
+ export function useExplorerLibraryDetailsLazyQuery(baseOptions) {
3028
+ const options = { ...defaultOptions, ...baseOptions };
3029
+ return Apollo.useLazyQuery(ExplorerLibraryDetailsDocument, options);
3030
+ }
3031
+ export const ExplorerSelectionIdsDocument = gql `
3032
+ query ExplorerSelectionIds($libraryId: ID!, $filters: [RecordFilterInput]) {
3033
+ records(library: $libraryId, filters: $filters) {
3034
+ list {
3035
+ id
3036
+ }
3037
+ }
3038
+ }
3039
+ `;
3040
+ /**
3041
+ * __useExplorerSelectionIdsQuery__
3042
+ *
3043
+ * To run a query within a React component, call `useExplorerSelectionIdsQuery` and pass it any options that fit your needs.
3044
+ * When your component renders, `useExplorerSelectionIdsQuery` returns an object from Apollo Client that contains loading, error, and data properties
3045
+ * you can use to render your UI.
3046
+ *
3047
+ * @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;
3048
+ *
3049
+ * @example
3050
+ * const { data, loading, error } = useExplorerSelectionIdsQuery({
3051
+ * variables: {
3052
+ * libraryId: // value for 'libraryId'
3053
+ * filters: // value for 'filters'
3054
+ * },
3055
+ * });
3056
+ */
3057
+ export function useExplorerSelectionIdsQuery(baseOptions) {
3058
+ const options = { ...defaultOptions, ...baseOptions };
3059
+ return Apollo.useQuery(ExplorerSelectionIdsDocument, options);
3060
+ }
3061
+ export function useExplorerSelectionIdsLazyQuery(baseOptions) {
3062
+ const options = { ...defaultOptions, ...baseOptions };
3063
+ return Apollo.useLazyQuery(ExplorerSelectionIdsDocument, options);
3064
+ }
3065
+ export const TreeDataQueryDocument = gql `
3066
+ query TreeDataQuery($treeId: ID!) {
3067
+ trees(filters: {id: [$treeId]}) {
3068
+ list {
3069
+ id
3070
+ label
3071
+ }
3072
+ }
3073
+ }
3074
+ `;
3075
+ /**
3076
+ * __useTreeDataQueryQuery__
3077
+ *
3078
+ * To run a query within a React component, call `useTreeDataQueryQuery` and pass it any options that fit your needs.
3079
+ * When your component renders, `useTreeDataQueryQuery` returns an object from Apollo Client that contains loading, error, and data properties
3080
+ * you can use to render your UI.
3081
+ *
3082
+ * @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;
3083
+ *
3084
+ * @example
3085
+ * const { data, loading, error } = useTreeDataQueryQuery({
3086
+ * variables: {
3087
+ * treeId: // value for 'treeId'
2767
3088
  * },
2768
3089
  * });
2769
3090
  */
2770
- export function useExplorerQuery(baseOptions) {
3091
+ export function useTreeDataQueryQuery(baseOptions) {
2771
3092
  const options = { ...defaultOptions, ...baseOptions };
2772
- return Apollo.useQuery(ExplorerDocument, options);
3093
+ return Apollo.useQuery(TreeDataQueryDocument, options);
2773
3094
  }
2774
- export function useExplorerLazyQuery(baseOptions) {
3095
+ export function useTreeDataQueryLazyQuery(baseOptions) {
2775
3096
  const options = { ...defaultOptions, ...baseOptions };
2776
- return Apollo.useLazyQuery(ExplorerDocument, options);
3097
+ return Apollo.useLazyQuery(TreeDataQueryDocument, options);
2777
3098
  }
2778
3099
  //# sourceMappingURL=index.js.map