@leav/ui 0.3.6-e218b23 → 0.3.6-e275df8

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 (414) hide show
  1. package/dist/__mocks__/common/attribute.js +1 -1
  2. package/dist/__mocks__/common/attribute.js.map +1 -1
  3. package/dist/__mocks__/common/form.d.ts +1 -0
  4. package/dist/__mocks__/common/form.js +15 -0
  5. package/dist/__mocks__/common/form.js.map +1 -1
  6. package/dist/__mocks__/common/value.js +1 -1
  7. package/dist/__mocks__/common/value.js.map +1 -1
  8. package/dist/__mocks__/common/view.js +7 -5
  9. package/dist/__mocks__/common/view.js.map +1 -1
  10. package/dist/__mocks__/mockQuery/mockGetLibraryDetailExtendedQuery.js +1 -1
  11. package/dist/__mocks__/mockQuery/mockGetLibraryDetailExtendedQuery.js.map +1 -1
  12. package/dist/__mocks__/mockQuery/mockGetViewListQuery.js +2 -1
  13. package/dist/__mocks__/mockQuery/mockGetViewListQuery.js.map +1 -1
  14. package/dist/_gqlTypes/index.d.ts +526 -76
  15. package/dist/_gqlTypes/index.js +312 -57
  16. package/dist/_gqlTypes/index.js.map +1 -1
  17. package/dist/_queries/attributes/attributeDetailsFragment.js +0 -1
  18. package/dist/_queries/attributes/attributeDetailsFragment.js.map +1 -1
  19. package/dist/_queries/attributes/getAttributesByLib.js +7 -5
  20. package/dist/_queries/attributes/getAttributesByLib.js.map +1 -1
  21. package/dist/_queries/libraries/getLibraryDetailExtendQuery.d.ts +3 -4
  22. package/dist/_queries/libraries/getLibraryDetailExtendQuery.js +2 -3
  23. package/dist/_queries/libraries/getLibraryDetailExtendQuery.js.map +1 -1
  24. package/dist/_queries/records/createRecordMutation.js +2 -3
  25. package/dist/_queries/records/createRecordMutation.js.map +1 -1
  26. package/dist/_queries/records/getRecordColumnsValues.d.ts +1 -1
  27. package/dist/_queries/records/getRecordsFromLibraryQuery.js +1 -0
  28. package/dist/_queries/records/getRecordsFromLibraryQuery.js.map +1 -1
  29. package/dist/_queries/records/recordFormAttributeFragment.js +2 -0
  30. package/dist/_queries/records/recordFormAttributeFragment.js.map +1 -1
  31. package/dist/_queries/views/saveViewMutation.js +1 -1
  32. package/dist/_queries/views/viewDetailsFragment.js +14 -11
  33. package/dist/_queries/views/viewDetailsFragment.js.map +1 -1
  34. package/dist/_utils/attributeType.d.ts +3 -0
  35. package/dist/_utils/attributeType.js +7 -0
  36. package/dist/_utils/attributeType.js.map +1 -0
  37. package/dist/_utils/index.js +6 -3
  38. package/dist/_utils/index.js.map +1 -1
  39. package/dist/antdTheme/index.d.ts +0 -3
  40. package/dist/antdTheme/index.js +3 -42
  41. package/dist/antdTheme/index.js.map +1 -1
  42. package/dist/components/CreateDirectory/CreateDirectory.js +0 -2
  43. package/dist/components/CreateDirectory/CreateDirectory.js.map +1 -1
  44. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/EditApplicationInfoForm.js.map +1 -1
  45. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfo.js +0 -1
  46. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfo.js.map +1 -1
  47. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/EditAttributeInfoForm.js +2 -5
  48. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/EditAttributeInfoForm.js.map +1 -1
  49. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/EditTreeInfoForm.d.ts +1 -1
  50. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/EditTreeInfoForm.js.map +1 -1
  51. package/dist/components/Explorer/DataView.d.ts +10 -2
  52. package/dist/components/Explorer/DataView.js +80 -22
  53. package/dist/components/Explorer/DataView.js.map +1 -1
  54. package/dist/components/Explorer/Explorer.d.ts +42 -5
  55. package/dist/components/Explorer/Explorer.js +116 -32
  56. package/dist/components/Explorer/Explorer.js.map +1 -1
  57. package/dist/components/Explorer/ExplorerTitle.d.ts +2 -0
  58. package/dist/components/Explorer/ExplorerTitle.js +28 -11
  59. package/dist/components/Explorer/ExplorerTitle.js.map +1 -1
  60. package/dist/components/Explorer/ExplorerToolbar.d.ts +6 -0
  61. package/dist/components/Explorer/ExplorerToolbar.js +53 -0
  62. package/dist/components/Explorer/ExplorerToolbar.js.map +1 -0
  63. package/dist/components/Explorer/TableCell.js +16 -7
  64. package/dist/components/Explorer/TableCell.js.map +1 -1
  65. package/dist/components/Explorer/_constants.d.ts +5 -0
  66. package/dist/components/Explorer/_constants.js +18 -0
  67. package/dist/components/Explorer/_constants.js.map +1 -0
  68. package/dist/components/Explorer/_queries/prepareFiltersForRequest.d.ts +4 -0
  69. package/dist/components/Explorer/_queries/prepareFiltersForRequest.js +99 -0
  70. package/dist/components/Explorer/_queries/prepareFiltersForRequest.js.map +1 -0
  71. package/dist/components/Explorer/_queries/useExplorerData.d.ts +15 -8
  72. package/dist/components/Explorer/_queries/useExplorerData.js +79 -76
  73. package/dist/components/Explorer/_queries/useExplorerData.js.map +1 -1
  74. package/dist/components/Explorer/_types.d.ts +86 -15
  75. package/dist/components/Explorer/_types.js +7 -1
  76. package/dist/components/Explorer/_types.js.map +1 -1
  77. package/dist/components/Explorer/{useEditAction.d.ts → actions-item/useEditItemAction.d.ts} +7 -4
  78. package/dist/components/Explorer/{useEditAction.js → actions-item/useEditItemAction.js} +11 -10
  79. package/dist/components/Explorer/actions-item/useEditItemAction.js.map +1 -0
  80. package/dist/components/Explorer/actions-item/useRemoveItemAction.d.ts +24 -0
  81. package/dist/components/Explorer/actions-item/useRemoveItemAction.js +113 -0
  82. package/dist/components/Explorer/actions-item/useRemoveItemAction.js.map +1 -0
  83. package/dist/components/Explorer/actions-mass/useDeactivateMassAction.d.ts +28 -0
  84. package/dist/components/Explorer/actions-mass/useDeactivateMassAction.js +72 -0
  85. package/dist/components/Explorer/actions-mass/useDeactivateMassAction.js.map +1 -0
  86. package/dist/components/Explorer/actions-mass/useDeleteLinkValues.d.ts +19 -0
  87. package/dist/components/Explorer/actions-mass/useDeleteLinkValues.js +85 -0
  88. package/dist/components/Explorer/actions-mass/useDeleteLinkValues.js.map +1 -0
  89. package/dist/components/Explorer/actions-mass/useMassActions.d.ts +27 -0
  90. package/dist/components/Explorer/actions-mass/useMassActions.js +111 -0
  91. package/dist/components/Explorer/actions-mass/useMassActions.js.map +1 -0
  92. package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.d.ts +31 -0
  93. package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.js +114 -0
  94. package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.js.map +1 -0
  95. package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.d.ts +20 -0
  96. package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.js +39 -0
  97. package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.js.map +1 -0
  98. package/dist/components/Explorer/actions-primary/usePrimaryActions.d.ts +17 -0
  99. package/dist/components/Explorer/actions-primary/usePrimaryActions.js +27 -0
  100. package/dist/components/Explorer/actions-primary/usePrimaryActions.js.map +1 -0
  101. package/dist/components/Explorer/{nullValuesConditions.d.ts → conditionsHelper.d.ts} +1 -0
  102. package/dist/components/Explorer/{nullValuesConditions.js → conditionsHelper.js} +3 -1
  103. package/dist/components/Explorer/conditionsHelper.js.map +1 -0
  104. package/dist/components/Explorer/link-item/LinkModal.d.ts +9 -0
  105. package/dist/components/Explorer/link-item/LinkModal.js +82 -0
  106. package/dist/components/Explorer/link-item/LinkModal.js.map +1 -0
  107. package/dist/components/Explorer/link-item/useLinkMassAction.d.ts +31 -0
  108. package/dist/components/Explorer/link-item/useLinkMassAction.js +59 -0
  109. package/dist/components/Explorer/link-item/useLinkMassAction.js.map +1 -0
  110. package/dist/components/Explorer/list-saved-views/SavedViews.d.ts +2 -0
  111. package/dist/components/Explorer/list-saved-views/SavedViews.js +74 -0
  112. package/dist/components/Explorer/list-saved-views/SavedViews.js.map +1 -0
  113. package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.d.ts +3 -2
  114. package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.js +8 -1
  115. package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.js.map +1 -1
  116. package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.d.ts +3 -1
  117. package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.js +9 -3
  118. package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.js.map +1 -1
  119. package/dist/components/Explorer/manage-view-settings/_shared/useTransformFilters.d.ts +17 -0
  120. package/dist/components/Explorer/manage-view-settings/_shared/useTransformFilters.js +93 -0
  121. package/dist/components/Explorer/manage-view-settings/_shared/useTransformFilters.js.map +1 -0
  122. package/dist/components/Explorer/manage-view-settings/configure-display/attributes/SelectVisibleAttributes.js +1 -2
  123. package/dist/components/Explorer/manage-view-settings/configure-display/attributes/SelectVisibleAttributes.js.map +1 -1
  124. package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js +15 -4
  125. package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js.map +1 -1
  126. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/BooleanAttributeDropdown.d.ts +2 -2
  127. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/BooleanAttributeDropdown.js +16 -31
  128. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/BooleanAttributeDropdown.js.map +1 -1
  129. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ColorAttributeDropDown.d.ts +3 -0
  130. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ColorAttributeDropDown.js +11 -0
  131. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ColorAttributeDropDown.js.map +1 -0
  132. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateAttributeDropDown.d.ts +2 -2
  133. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateAttributeDropDown.js +13 -37
  134. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateAttributeDropDown.js.map +1 -1
  135. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateRangeAttributeDropDown.d.ts +3 -0
  136. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateRangeAttributeDropDown.js +11 -0
  137. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateRangeAttributeDropDown.js.map +1 -0
  138. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/EncryptedAttributeDropDown.d.ts +3 -0
  139. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/EncryptedAttributeDropDown.js +11 -0
  140. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/EncryptedAttributeDropDown.js.map +1 -0
  141. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ExtendedAttributeDropDown.d.ts +3 -0
  142. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ExtendedAttributeDropDown.js +11 -0
  143. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ExtendedAttributeDropDown.js.map +1 -0
  144. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.d.ts +1 -1
  145. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.js +37 -20
  146. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.js.map +1 -1
  147. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropdownContent.d.ts +8 -0
  148. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropdownContent.js +41 -0
  149. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropdownContent.js.map +1 -0
  150. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueList.js.map +1 -1
  151. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/LinkAttributeDropdown.d.ts +3 -0
  152. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/LinkAttributeDropdown.js +79 -0
  153. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/LinkAttributeDropdown.js.map +1 -0
  154. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/NumericAttributeDropDown.d.ts +2 -2
  155. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/NumericAttributeDropDown.js +7 -32
  156. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/NumericAttributeDropDown.js.map +1 -1
  157. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TextAttributeDropDown.d.ts +2 -2
  158. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TextAttributeDropDown.js +7 -32
  159. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TextAttributeDropDown.js.map +1 -1
  160. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/_types.d.ts +13 -0
  161. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/_types.js +2 -0
  162. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/_types.js.map +1 -0
  163. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.d.ts +6 -4
  164. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.js +17 -19
  165. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.js.map +1 -1
  166. package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContext.d.ts +3 -2
  167. package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContext.js +2 -2
  168. package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContext.js.map +1 -1
  169. package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContextProvider.d.ts +1 -0
  170. package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContextProvider.js +2 -2
  171. package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContextProvider.js.map +1 -1
  172. package/dist/components/Explorer/manage-view-settings/open-view-settings/SidePanel.js +3 -3
  173. package/dist/components/Explorer/manage-view-settings/open-view-settings/SidePanel.js.map +1 -1
  174. package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.d.ts +11 -2
  175. package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.js +55 -10
  176. package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.js.map +1 -1
  177. package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.d.ts +2 -1
  178. package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js +14 -31
  179. package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js.map +1 -1
  180. package/dist/components/Explorer/manage-view-settings/save-view/SaveViewModal.d.ts +8 -0
  181. package/dist/components/Explorer/manage-view-settings/save-view/SaveViewModal.js +44 -0
  182. package/dist/components/Explorer/manage-view-settings/save-view/SaveViewModal.js.map +1 -0
  183. package/dist/components/Explorer/manage-view-settings/save-view/ViewActionsButtons.d.ts +1 -0
  184. package/dist/components/Explorer/manage-view-settings/save-view/ViewActionsButtons.js +22 -0
  185. package/dist/components/Explorer/manage-view-settings/save-view/ViewActionsButtons.js.map +1 -0
  186. package/dist/components/Explorer/manage-view-settings/save-view/prepareViewForRequest.d.ts +3 -0
  187. package/dist/components/Explorer/manage-view-settings/save-view/prepareViewForRequest.js +24 -0
  188. package/dist/components/Explorer/manage-view-settings/save-view/prepareViewForRequest.js.map +1 -0
  189. package/dist/components/Explorer/manage-view-settings/save-view/useCreateNewView.d.ts +3 -0
  190. package/dist/components/Explorer/manage-view-settings/save-view/useCreateNewView.js +52 -0
  191. package/dist/components/Explorer/manage-view-settings/save-view/useCreateNewView.js.map +1 -0
  192. package/dist/components/Explorer/manage-view-settings/save-view/useResetView.d.ts +3 -0
  193. package/dist/components/Explorer/manage-view-settings/save-view/useResetView.js +20 -0
  194. package/dist/components/Explorer/manage-view-settings/save-view/useResetView.js.map +1 -0
  195. package/dist/components/Explorer/manage-view-settings/save-view/useShareView.d.ts +3 -0
  196. package/dist/components/Explorer/manage-view-settings/save-view/useShareView.js +64 -0
  197. package/dist/components/Explorer/manage-view-settings/save-view/useShareView.js.map +1 -0
  198. package/dist/components/Explorer/manage-view-settings/save-view/useUpdateView.d.ts +3 -0
  199. package/dist/components/Explorer/manage-view-settings/save-view/useUpdateView.js +62 -0
  200. package/dist/components/Explorer/manage-view-settings/save-view/useUpdateView.js.map +1 -0
  201. package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.js +30 -28
  202. package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.js.map +1 -1
  203. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js +23 -1
  204. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js.map +1 -1
  205. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.d.ts +47 -13
  206. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js +125 -38
  207. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js.map +1 -1
  208. package/dist/components/Explorer/useColumnWidth.d.ts +8 -0
  209. package/dist/components/Explorer/useColumnWidth.js +49 -0
  210. package/dist/components/Explorer/useColumnWidth.js.map +1 -0
  211. package/dist/components/Explorer/useLoadView.d.ts +3 -0
  212. package/dist/components/Explorer/useLoadView.js +81 -0
  213. package/dist/components/Explorer/useLoadView.js.map +1 -0
  214. package/dist/components/Explorer/useSearchInput.d.ts +10 -4
  215. package/dist/components/Explorer/useSearchInput.js +10 -1
  216. package/dist/components/Explorer/useSearchInput.js.map +1 -1
  217. package/dist/components/Explorer/useViewSettingsReducer.d.ts +4 -3
  218. package/dist/components/Explorer/useViewSettingsReducer.js +108 -39
  219. package/dist/components/Explorer/useViewSettingsReducer.js.map +1 -1
  220. package/dist/components/ImportModal/ImportModalSelectFileStep/ImportModalSelectFileStep.js +1 -2
  221. package/dist/components/ImportModal/ImportModalSelectFileStep/ImportModalSelectFileStep.js.map +1 -1
  222. package/dist/components/LibraryItemsList/DisplayOptions/DisplayOptions.js.map +1 -1
  223. package/dist/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.js +7 -11
  224. package/dist/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.js.map +1 -1
  225. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/StandardCell.js +7 -2
  226. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/StandardCell.js.map +1 -1
  227. package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/Header.js +7 -5
  228. package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/Header.js.map +1 -1
  229. package/dist/components/LibraryItemsList/MenuView/MenuView.js +5 -10
  230. package/dist/components/LibraryItemsList/MenuView/MenuView.js.map +1 -1
  231. package/dist/components/LibraryItemsList/ViewPanel/EditView/EditView.js +2 -3
  232. package/dist/components/LibraryItemsList/ViewPanel/EditView/EditView.js.map +1 -1
  233. package/dist/components/LibraryItemsList/ViewPanel/View/View.js +3 -3
  234. package/dist/components/LibraryItemsList/ViewPanel/View/View.js.map +1 -1
  235. package/dist/components/LibraryItemsList/helpers/getFieldsFromView.js +4 -9
  236. package/dist/components/LibraryItemsList/helpers/getFieldsFromView.js.map +1 -1
  237. package/dist/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.js +7 -5
  238. package/dist/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.js.map +1 -1
  239. package/dist/components/LibraryItemsList/hooks/useSearchReducer/_types.d.ts +1 -1
  240. package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.d.ts +1 -1
  241. package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.js +25 -33
  242. package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.js.map +1 -1
  243. package/dist/components/RecordEdition/EditRecord/EditRecord.d.ts +2 -0
  244. package/dist/components/RecordEdition/EditRecord/EditRecord.js +83 -77
  245. package/dist/components/RecordEdition/EditRecord/EditRecord.js.map +1 -1
  246. package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.d.ts +3 -1
  247. package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js +12 -9
  248. package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js.map +1 -1
  249. package/dist/components/RecordEdition/EditRecordContent/_types.d.ts +8 -2
  250. package/dist/components/RecordEdition/EditRecordContent/_types.js.map +1 -1
  251. package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.d.ts +3 -1
  252. package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.js +8 -2
  253. package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.js.map +1 -1
  254. package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateRecordMutation.d.ts +5 -0
  255. package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateRecordMutation.js +28 -0
  256. package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateRecordMutation.js.map +1 -0
  257. package/dist/components/RecordEdition/EditRecordContent/hooks/useExecuteSaveValueBatchMutation.js +3 -8
  258. package/dist/components/RecordEdition/EditRecordContent/hooks/useExecuteSaveValueBatchMutation.js.map +1 -1
  259. package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/ValueDetailsBtn.js +1 -7
  260. package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/ValueDetailsBtn.js.map +1 -1
  261. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js +2 -2
  262. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js.map +1 -1
  263. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/ComputeIndicator.js +2 -4
  264. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/ComputeIndicator.js.map +1 -1
  265. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js +92 -28
  266. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js.map +1 -1
  267. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.js +2 -1
  268. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.js.map +1 -1
  269. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.js +46 -7
  270. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.js.map +1 -1
  271. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js +9 -3
  272. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js.map +1 -1
  273. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js +16 -8
  274. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js.map +1 -1
  275. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js +6 -2
  276. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js.map +1 -1
  277. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js +7 -14
  278. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js.map +1 -1
  279. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js +12 -9
  280. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js.map +1 -1
  281. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js +7 -7
  282. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js.map +1 -1
  283. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.d.ts +2 -2
  284. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js +4 -15
  285. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js.map +1 -1
  286. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/DSListSelect.js +5 -2
  287. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/DSListSelect.js.map +1 -1
  288. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/_types.d.ts +1 -1
  289. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/calculatedInheritedFlags.js +3 -2
  290. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/calculatedInheritedFlags.js.map +1 -1
  291. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/useGetPresentationValues.js +2 -6
  292. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/useGetPresentationValues.js.map +1 -1
  293. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js +4 -7
  294. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js.map +1 -1
  295. package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.d.ts +2 -0
  296. package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js +13 -6
  297. package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js.map +1 -1
  298. package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.d.ts +4 -0
  299. package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js +3 -2
  300. package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js.map +1 -1
  301. package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/AttributeSummary.d.ts +7 -0
  302. package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/AttributeSummary.js +9 -0
  303. package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/AttributeSummary.js.map +1 -0
  304. package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/index.d.ts +2 -0
  305. package/dist/components/RecordEdition/EditRecordSidebar/{ValueDetails/ValueMetadata → AttributeSummary}/index.js +2 -2
  306. package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/index.js.map +1 -0
  307. package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/useAttributeInformations.d.ts +2 -0
  308. package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/useAttributeInformations.js +25 -0
  309. package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/useAttributeInformations.js.map +1 -0
  310. package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/Breadcrumb.d.ts +3 -0
  311. package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/Breadcrumb.js +53 -0
  312. package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/Breadcrumb.js.map +1 -0
  313. package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/index.d.ts +2 -0
  314. package/dist/components/RecordEdition/EditRecordSidebar/{ValueDetails → Breacrumb}/index.js +2 -2
  315. package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/index.js.map +1 -0
  316. package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.d.ts +4 -1
  317. package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js +48 -6
  318. package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js.map +1 -1
  319. package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.d.ts +4 -7
  320. package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.js +6 -8
  321. package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.js.map +1 -1
  322. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/RecordInformations.d.ts +9 -0
  323. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/RecordInformations.js +42 -0
  324. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/RecordInformations.js.map +1 -0
  325. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/useRecordInformations.d.ts +6 -0
  326. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/useRecordInformations.js +35 -0
  327. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/useRecordInformations.js.map +1 -0
  328. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.d.ts +3 -282
  329. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.js +28 -61
  330. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.js.map +1 -1
  331. package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/ValuesSummary.d.ts +8 -0
  332. package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/ValuesSummary.js +81 -0
  333. package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/ValuesSummary.js.map +1 -0
  334. package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/index.d.ts +2 -0
  335. package/dist/components/RecordEdition/EditRecordSidebar/{ValueDetails/TreeValuePath → ValuesSummary}/index.js +2 -2
  336. package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/index.js.map +1 -0
  337. package/dist/components/RecordEdition/{EditRecordContent → EditRecordSkeleton}/EditRecordSkeleton.d.ts +1 -1
  338. package/dist/components/RecordEdition/{EditRecordContent → EditRecordSkeleton}/EditRecordSkeleton.js +2 -2
  339. package/dist/components/RecordEdition/EditRecordSkeleton/EditRecordSkeleton.js.map +1 -0
  340. package/dist/components/RecordEdition/EditRecordSkeleton/index.d.ts +2 -0
  341. package/dist/components/RecordEdition/{EditRecordSidebar/ValueDetails/AttributeDetails → EditRecordSkeleton}/index.js +2 -2
  342. package/dist/components/RecordEdition/EditRecordSkeleton/index.js.map +1 -0
  343. package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.d.ts +12 -10
  344. package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.js +15 -13
  345. package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.js.map +1 -1
  346. package/dist/components/RecordEdition/index.d.ts +1 -0
  347. package/dist/components/RecordEdition/index.js +1 -0
  348. package/dist/components/RecordEdition/index.js.map +1 -1
  349. package/dist/components/SelectTreeNode/SelectTreeNodeContent.js +3 -4
  350. package/dist/components/SelectTreeNode/SelectTreeNodeContent.js.map +1 -1
  351. package/dist/constants.d.ts +3 -0
  352. package/dist/constants.js +3 -0
  353. package/dist/constants.js.map +1 -1
  354. package/dist/hooks/useExecuteSaveViewMutation/index.d.ts +1 -0
  355. package/dist/{components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo → hooks/useExecuteSaveViewMutation}/index.js +1 -2
  356. package/dist/hooks/useExecuteSaveViewMutation/index.js.map +1 -0
  357. package/dist/hooks/useExecuteSaveViewMutation/useExecuteSaveViewMutation.d.ts +6 -0
  358. package/dist/hooks/{useExecuteAddViewMutation/useExecuteAddViewMutation.js → useExecuteSaveViewMutation/useExecuteSaveViewMutation.js} +8 -7
  359. package/dist/hooks/useExecuteSaveViewMutation/useExecuteSaveViewMutation.js.map +1 -0
  360. package/dist/hooks/useGetRecordValuesQuery/useGetRecordValuesQuery.d.ts +1 -1
  361. package/dist/hooks/useGetRecordValuesQuery/useGetRecordValuesQuery.js +2 -2
  362. package/dist/hooks/useGetRecordValuesQuery/useGetRecordValuesQuery.js.map +1 -1
  363. package/dist/locales/en/shared.json +69 -12
  364. package/dist/locales/fr/shared.json +72 -15
  365. package/dist/types/views.d.ts +4 -4
  366. package/package.json +5 -5
  367. package/dist/components/Explorer/display-view-filters/ExplorerFilterBar.d.ts +0 -2
  368. package/dist/components/Explorer/display-view-filters/ExplorerFilterBar.js +0 -37
  369. package/dist/components/Explorer/display-view-filters/ExplorerFilterBar.js.map +0 -1
  370. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/SimpleFilterDropDown.d.ts +0 -3
  371. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/SimpleFilterDropDown.js +0 -72
  372. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/SimpleFilterDropDown.js.map +0 -1
  373. package/dist/components/Explorer/nullValuesConditions.js.map +0 -1
  374. package/dist/components/Explorer/useCreateAction.d.ts +0 -19
  375. package/dist/components/Explorer/useCreateAction.js +0 -40
  376. package/dist/components/Explorer/useCreateAction.js.map +0 -1
  377. package/dist/components/Explorer/useDeactivateAction.d.ts +0 -12
  378. package/dist/components/Explorer/useDeactivateAction.js +0 -52
  379. package/dist/components/Explorer/useDeactivateAction.js.map +0 -1
  380. package/dist/components/Explorer/useEditAction.js.map +0 -1
  381. package/dist/components/Explorer/usePrimaryActions.d.ts +0 -12
  382. package/dist/components/Explorer/usePrimaryActions.js +0 -21
  383. package/dist/components/Explorer/usePrimaryActions.js.map +0 -1
  384. package/dist/components/RecordEdition/EditRecordContent/EditRecordSkeleton.js.map +0 -1
  385. package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/useValueDetailsButton.d.ts +0 -8
  386. package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/useValueDetailsButton.js +0 -23
  387. package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/useValueDetailsButton.js.map +0 -1
  388. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/AttributeDetails.d.ts +0 -6
  389. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/AttributeDetails.js +0 -56
  390. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/AttributeDetails.js.map +0 -1
  391. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/index.d.ts +0 -2
  392. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/index.js.map +0 -1
  393. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/TreeValuePath.d.ts +0 -8
  394. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/TreeValuePath.js +0 -41
  395. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/TreeValuePath.js.map +0 -1
  396. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/index.d.ts +0 -2
  397. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/index.js.map +0 -1
  398. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.d.ts +0 -10
  399. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.js +0 -63
  400. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.js.map +0 -1
  401. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/ValueInfo.d.ts +0 -2
  402. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/ValueInfo.js +0 -76
  403. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/ValueInfo.js.map +0 -1
  404. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/index.d.ts +0 -2
  405. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/index.js.map +0 -1
  406. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.d.ts +0 -11
  407. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.js +0 -43
  408. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.js.map +0 -1
  409. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/index.d.ts +0 -2
  410. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/index.js.map +0 -1
  411. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/index.d.ts +0 -2
  412. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/index.js.map +0 -1
  413. package/dist/hooks/useExecuteAddViewMutation/useExecuteAddViewMutation.d.ts +0 -6
  414. package/dist/hooks/useExecuteAddViewMutation/useExecuteAddViewMutation.js.map +0 -1
@@ -127,6 +127,7 @@ export declare enum AttributeFormat {
127
127
  }
128
128
  export type AttributeInput = {
129
129
  actions_list?: InputMaybe<ActionsListConfigurationInput>;
130
+ character_limit?: InputMaybe<Scalars['Int']>;
130
131
  description?: InputMaybe<Scalars['SystemTranslationOptional']>;
131
132
  embedded_fields?: InputMaybe<Array<InputMaybe<EmbeddedAttributeInput>>>;
132
133
  format?: InputMaybe<AttributeFormat>;
@@ -134,7 +135,6 @@ export type AttributeInput = {
134
135
  label?: InputMaybe<Scalars['SystemTranslation']>;
135
136
  linked_library?: InputMaybe<Scalars['String']>;
136
137
  linked_tree?: InputMaybe<Scalars['String']>;
137
- maxLength?: InputMaybe<Scalars['Int']>;
138
138
  metadata_fields?: InputMaybe<Array<Scalars['String']>>;
139
139
  multiple_values?: InputMaybe<Scalars['Boolean']>;
140
140
  permissions_conf?: InputMaybe<TreepermissionsConfInput>;
@@ -257,6 +257,7 @@ export type GlobalSettingsFileInput = {
257
257
  recordId: Scalars['String'];
258
258
  };
259
259
  export type GlobalSettingsInput = {
260
+ defaultApp?: InputMaybe<Scalars['String']>;
260
261
  favicon?: InputMaybe<GlobalSettingsFileInput>;
261
262
  icon?: InputMaybe<GlobalSettingsFileInput>;
262
263
  name?: InputMaybe<Scalars['String']>;
@@ -726,10 +727,11 @@ export declare enum VersionProfilesSortableFields {
726
727
  id = "id"
727
728
  }
728
729
  export type ViewDisplayInput = {
729
- size: ViewSizes;
730
+ size?: InputMaybe<ViewSizes>;
730
731
  type: ViewTypes;
731
732
  };
732
733
  export type ViewInput = {
734
+ attributes?: InputMaybe<Array<Scalars['String']>>;
733
735
  color?: InputMaybe<Scalars['String']>;
734
736
  description?: InputMaybe<Scalars['SystemTranslationOptional']>;
735
737
  display: ViewDisplayInput;
@@ -737,15 +739,10 @@ export type ViewInput = {
737
739
  id?: InputMaybe<Scalars['String']>;
738
740
  label?: InputMaybe<Scalars['SystemTranslation']>;
739
741
  library: Scalars['String'];
740
- settings?: InputMaybe<Array<ViewSettingsInput>>;
741
742
  shared: Scalars['Boolean'];
742
- sort?: InputMaybe<RecordSortInput>;
743
+ sort?: InputMaybe<Array<RecordSortInput>>;
743
744
  valuesVersions?: InputMaybe<Array<ViewValuesVersionInput>>;
744
745
  };
745
- export type ViewSettingsInput = {
746
- name: Scalars['String'];
747
- value?: InputMaybe<Scalars['Any']>;
748
- };
749
746
  export declare enum ViewSizes {
750
747
  BIG = "BIG",
751
748
  MEDIUM = "MEDIUM",
@@ -842,7 +839,6 @@ export type AttributeDetailsLinkAttributeFragment = {
842
839
  };
843
840
  export type AttributeDetailsStandardAttributeFragment = {
844
841
  unique?: boolean | null;
845
- maxLength?: number | null;
846
842
  id: string;
847
843
  type: AttributeType;
848
844
  format?: AttributeFormat | null;
@@ -957,6 +953,11 @@ export type AttributesByLibAttributeTreeAttributeFragment = {
957
953
  } | null;
958
954
  };
959
955
  export type AttributesByLibAttributeFragment = AttributesByLibAttributeLinkAttributeFragment | AttributesByLibAttributeStandardAttributeFragment | AttributesByLibAttributeTreeAttributeFragment;
956
+ export type AttributesByLibLinkAttributeFragment = {
957
+ linked_library?: {
958
+ id: string;
959
+ } | null;
960
+ };
960
961
  export type LibraryLightFragment = {
961
962
  id: string;
962
963
  label?: any | null;
@@ -1487,6 +1488,7 @@ export type RecordFormElementFragment = {
1487
1488
  format?: AttributeFormat | null;
1488
1489
  system: boolean;
1489
1490
  readonly: boolean;
1491
+ required: boolean;
1490
1492
  multiple_values: boolean;
1491
1493
  compute: boolean;
1492
1494
  linked_library?: {
@@ -1562,6 +1564,7 @@ export type RecordFormElementFragment = {
1562
1564
  }> | null;
1563
1565
  }> | null;
1564
1566
  } | {
1567
+ character_limit?: number | null;
1565
1568
  id: string;
1566
1569
  label?: any | null;
1567
1570
  description?: any | null;
@@ -1569,6 +1572,7 @@ export type RecordFormElementFragment = {
1569
1572
  format?: AttributeFormat | null;
1570
1573
  system: boolean;
1571
1574
  readonly: boolean;
1575
+ required: boolean;
1572
1576
  multiple_values: boolean;
1573
1577
  compute: boolean;
1574
1578
  values_list?: {
@@ -1638,6 +1642,7 @@ export type RecordFormElementFragment = {
1638
1642
  format?: AttributeFormat | null;
1639
1643
  system: boolean;
1640
1644
  readonly: boolean;
1645
+ required: boolean;
1641
1646
  multiple_values: boolean;
1642
1647
  compute: boolean;
1643
1648
  linked_tree?: {
@@ -2142,6 +2147,7 @@ export type RecordFormAttributeLinkAttributeFragment = {
2142
2147
  format?: AttributeFormat | null;
2143
2148
  system: boolean;
2144
2149
  readonly: boolean;
2150
+ required: boolean;
2145
2151
  multiple_values: boolean;
2146
2152
  compute: boolean;
2147
2153
  linked_library?: {
@@ -2218,6 +2224,7 @@ export type RecordFormAttributeLinkAttributeFragment = {
2218
2224
  }> | null;
2219
2225
  };
2220
2226
  export type RecordFormAttributeStandardAttributeFragment = {
2227
+ character_limit?: number | null;
2221
2228
  id: string;
2222
2229
  label?: any | null;
2223
2230
  description?: any | null;
@@ -2225,6 +2232,7 @@ export type RecordFormAttributeStandardAttributeFragment = {
2225
2232
  format?: AttributeFormat | null;
2226
2233
  system: boolean;
2227
2234
  readonly: boolean;
2235
+ required: boolean;
2228
2236
  multiple_values: boolean;
2229
2237
  compute: boolean;
2230
2238
  values_list?: {
@@ -2295,6 +2303,7 @@ export type RecordFormAttributeTreeAttributeFragment = {
2295
2303
  format?: AttributeFormat | null;
2296
2304
  system: boolean;
2297
2305
  readonly: boolean;
2306
+ required: boolean;
2298
2307
  multiple_values: boolean;
2299
2308
  compute: boolean;
2300
2309
  linked_tree?: {
@@ -2478,7 +2487,7 @@ export type ViewDetailsFragment = {
2478
2487
  description?: any | null;
2479
2488
  color?: string | null;
2480
2489
  display: {
2481
- size: ViewSizes;
2490
+ size?: ViewSizes | null;
2482
2491
  type: ViewTypes;
2483
2492
  };
2484
2493
  created_by: {
@@ -2501,10 +2510,10 @@ export type ViewDetailsFragment = {
2501
2510
  label?: any | null;
2502
2511
  } | null;
2503
2512
  }> | null;
2504
- sort?: {
2513
+ sort?: Array<{
2505
2514
  field: string;
2506
2515
  order: SortOrder;
2507
- } | null;
2516
+ }> | null;
2508
2517
  valuesVersions?: Array<{
2509
2518
  treeId: string;
2510
2519
  treeNode: {
@@ -2525,11 +2534,27 @@ export type ViewDetailsFragment = {
2525
2534
  };
2526
2535
  };
2527
2536
  }> | null;
2528
- settings?: Array<{
2529
- name: string;
2530
- value?: any | null;
2537
+ attributes?: Array<{
2538
+ id: string;
2531
2539
  }> | null;
2532
2540
  };
2541
+ export type ViewDetailsFilterFragment = {
2542
+ field?: string | null;
2543
+ value?: string | null;
2544
+ condition?: RecordFilterCondition | null;
2545
+ operator?: RecordFilterOperator | null;
2546
+ tree?: {
2547
+ id: string;
2548
+ label?: any | null;
2549
+ } | null;
2550
+ };
2551
+ export type LinkAttributeDetailsFragment = {
2552
+ label?: any | null;
2553
+ linked_library?: {
2554
+ id: string;
2555
+ label?: any | null;
2556
+ } | null;
2557
+ };
2533
2558
  export type AttributePropertiesFragment = {
2534
2559
  id: string;
2535
2560
  label?: any | null;
@@ -2573,8 +2598,115 @@ export type PropertyValueTreeValueFragment = {
2573
2598
  };
2574
2599
  export type PropertyValueValueFragment = {
2575
2600
  valuePayload?: any | null;
2601
+ valueRawPayload?: any | null;
2576
2602
  };
2577
2603
  export type PropertyValueFragment = PropertyValueLinkValueFragment | PropertyValueTreeValueFragment | PropertyValueValueFragment;
2604
+ export type LinkPropertyLinkValueFragment = {
2605
+ id_value?: string | null;
2606
+ payload?: {
2607
+ id: string;
2608
+ properties: Array<{
2609
+ attributeId: string;
2610
+ attributeProperties: {
2611
+ id: string;
2612
+ label?: any | null;
2613
+ type: AttributeType;
2614
+ format?: AttributeFormat | null;
2615
+ multiple_values: boolean;
2616
+ };
2617
+ values: Array<{
2618
+ linkPayload?: {
2619
+ id: string;
2620
+ whoAmI: {
2621
+ id: string;
2622
+ label?: string | null;
2623
+ subLabel?: string | null;
2624
+ color?: string | null;
2625
+ preview?: IPreviewScalar | null;
2626
+ library: {
2627
+ id: string;
2628
+ label?: any | null;
2629
+ };
2630
+ };
2631
+ } | null;
2632
+ } | {
2633
+ treePayload?: {
2634
+ record: {
2635
+ id: string;
2636
+ whoAmI: {
2637
+ id: string;
2638
+ label?: string | null;
2639
+ subLabel?: string | null;
2640
+ color?: string | null;
2641
+ preview?: IPreviewScalar | null;
2642
+ library: {
2643
+ id: string;
2644
+ label?: any | null;
2645
+ };
2646
+ };
2647
+ };
2648
+ } | null;
2649
+ } | {
2650
+ valuePayload?: any | null;
2651
+ valueRawPayload?: any | null;
2652
+ }>;
2653
+ }>;
2654
+ whoAmI: {
2655
+ id: string;
2656
+ label?: string | null;
2657
+ subLabel?: string | null;
2658
+ color?: string | null;
2659
+ preview?: IPreviewScalar | null;
2660
+ library: {
2661
+ id: string;
2662
+ label?: any | null;
2663
+ };
2664
+ };
2665
+ } | null;
2666
+ };
2667
+ export type LinkPropertyTreeValueValueFragment = {
2668
+ id_value?: string | null;
2669
+ };
2670
+ export type LinkPropertyFragment = LinkPropertyLinkValueFragment | LinkPropertyTreeValueValueFragment;
2671
+ export type LibraryAttributeLinkAttributeFragment = {
2672
+ id: string;
2673
+ type: AttributeType;
2674
+ label?: any | null;
2675
+ linked_library?: {
2676
+ id: string;
2677
+ label?: any | null;
2678
+ attributes?: Array<{
2679
+ id: string;
2680
+ type: AttributeType;
2681
+ format?: AttributeFormat | null;
2682
+ label?: any | null;
2683
+ }> | null;
2684
+ } | null;
2685
+ };
2686
+ export type LibraryAttributeStandardAttributeFragment = {
2687
+ format?: AttributeFormat | null;
2688
+ id: string;
2689
+ type: AttributeType;
2690
+ label?: any | null;
2691
+ };
2692
+ export type LibraryAttributeTreeAttributeFragment = {
2693
+ id: string;
2694
+ type: AttributeType;
2695
+ label?: any | null;
2696
+ };
2697
+ export type LibraryAttributeFragment = LibraryAttributeLinkAttributeFragment | LibraryAttributeStandardAttributeFragment | LibraryAttributeTreeAttributeFragment;
2698
+ export type LibraryAttributeLinkFragment = {
2699
+ linked_library?: {
2700
+ id: string;
2701
+ label?: any | null;
2702
+ attributes?: Array<{
2703
+ id: string;
2704
+ type: AttributeType;
2705
+ format?: AttributeFormat | null;
2706
+ label?: any | null;
2707
+ }> | null;
2708
+ } | null;
2709
+ };
2578
2710
  export type CheckApplicationExistenceQueryVariables = Exact<{
2579
2711
  id?: InputMaybe<Scalars['ID']>;
2580
2712
  endpoint?: InputMaybe<Scalars['String']>;
@@ -2723,7 +2855,6 @@ export type GetAttributeByIdQuery = {
2723
2855
  }> | null;
2724
2856
  } | {
2725
2857
  unique?: boolean | null;
2726
- maxLength?: number | null;
2727
2858
  id: string;
2728
2859
  type: AttributeType;
2729
2860
  format?: AttributeFormat | null;
@@ -2933,7 +3064,6 @@ export type SaveAttributeMutation = {
2933
3064
  }> | null;
2934
3065
  } | {
2935
3066
  unique?: boolean | null;
2936
- maxLength?: number | null;
2937
3067
  id: string;
2938
3068
  type: AttributeType;
2939
3069
  format?: AttributeFormat | null;
@@ -3447,11 +3577,10 @@ export type CreateRecordMutation = {
3447
3577
  };
3448
3578
  } | null;
3449
3579
  valuesErrors?: Array<{
3450
- attributeId: string;
3451
- id_value?: string | null;
3452
- input?: string | null;
3453
- message?: string | null;
3454
3580
  type: string;
3581
+ attribute: string;
3582
+ input?: string | null;
3583
+ message: string;
3455
3584
  }> | null;
3456
3585
  };
3457
3586
  };
@@ -3969,6 +4098,7 @@ export type RecordFormQuery = {
3969
4098
  format?: AttributeFormat | null;
3970
4099
  system: boolean;
3971
4100
  readonly: boolean;
4101
+ required: boolean;
3972
4102
  multiple_values: boolean;
3973
4103
  compute: boolean;
3974
4104
  linked_library?: {
@@ -4044,6 +4174,7 @@ export type RecordFormQuery = {
4044
4174
  }> | null;
4045
4175
  }> | null;
4046
4176
  } | {
4177
+ character_limit?: number | null;
4047
4178
  id: string;
4048
4179
  label?: any | null;
4049
4180
  description?: any | null;
@@ -4051,6 +4182,7 @@ export type RecordFormQuery = {
4051
4182
  format?: AttributeFormat | null;
4052
4183
  system: boolean;
4053
4184
  readonly: boolean;
4185
+ required: boolean;
4054
4186
  multiple_values: boolean;
4055
4187
  compute: boolean;
4056
4188
  values_list?: {
@@ -4120,6 +4252,7 @@ export type RecordFormQuery = {
4120
4252
  format?: AttributeFormat | null;
4121
4253
  system: boolean;
4122
4254
  readonly: boolean;
4255
+ required: boolean;
4123
4256
  multiple_values: boolean;
4124
4257
  compute: boolean;
4125
4258
  linked_tree?: {
@@ -5762,7 +5895,7 @@ export type GetViewQuery = {
5762
5895
  description?: any | null;
5763
5896
  color?: string | null;
5764
5897
  display: {
5765
- size: ViewSizes;
5898
+ size?: ViewSizes | null;
5766
5899
  type: ViewTypes;
5767
5900
  };
5768
5901
  created_by: {
@@ -5785,10 +5918,10 @@ export type GetViewQuery = {
5785
5918
  label?: any | null;
5786
5919
  } | null;
5787
5920
  }> | null;
5788
- sort?: {
5921
+ sort?: Array<{
5789
5922
  field: string;
5790
5923
  order: SortOrder;
5791
- } | null;
5924
+ }> | null;
5792
5925
  valuesVersions?: Array<{
5793
5926
  treeId: string;
5794
5927
  treeNode: {
@@ -5809,9 +5942,8 @@ export type GetViewQuery = {
5809
5942
  };
5810
5943
  };
5811
5944
  }> | null;
5812
- settings?: Array<{
5813
- name: string;
5814
- value?: any | null;
5945
+ attributes?: Array<{
5946
+ id: string;
5815
5947
  }> | null;
5816
5948
  };
5817
5949
  };
@@ -5828,7 +5960,7 @@ export type GetViewsListQuery = {
5828
5960
  description?: any | null;
5829
5961
  color?: string | null;
5830
5962
  display: {
5831
- size: ViewSizes;
5963
+ size?: ViewSizes | null;
5832
5964
  type: ViewTypes;
5833
5965
  };
5834
5966
  created_by: {
@@ -5851,10 +5983,10 @@ export type GetViewsListQuery = {
5851
5983
  label?: any | null;
5852
5984
  } | null;
5853
5985
  }> | null;
5854
- sort?: {
5986
+ sort?: Array<{
5855
5987
  field: string;
5856
5988
  order: SortOrder;
5857
- } | null;
5989
+ }> | null;
5858
5990
  valuesVersions?: Array<{
5859
5991
  treeId: string;
5860
5992
  treeNode: {
@@ -5875,17 +6007,16 @@ export type GetViewsListQuery = {
5875
6007
  };
5876
6008
  };
5877
6009
  }> | null;
5878
- settings?: Array<{
5879
- name: string;
5880
- value?: any | null;
6010
+ attributes?: Array<{
6011
+ id: string;
5881
6012
  }> | null;
5882
6013
  }>;
5883
6014
  };
5884
6015
  };
5885
- export type AddViewMutationVariables = Exact<{
6016
+ export type SaveViewMutationVariables = Exact<{
5886
6017
  view: ViewInput;
5887
6018
  }>;
5888
- export type AddViewMutation = {
6019
+ export type SaveViewMutation = {
5889
6020
  saveView: {
5890
6021
  id: string;
5891
6022
  shared: boolean;
@@ -5893,7 +6024,7 @@ export type AddViewMutation = {
5893
6024
  description?: any | null;
5894
6025
  color?: string | null;
5895
6026
  display: {
5896
- size: ViewSizes;
6027
+ size?: ViewSizes | null;
5897
6028
  type: ViewTypes;
5898
6029
  };
5899
6030
  created_by: {
@@ -5916,10 +6047,10 @@ export type AddViewMutation = {
5916
6047
  label?: any | null;
5917
6048
  } | null;
5918
6049
  }> | null;
5919
- sort?: {
6050
+ sort?: Array<{
5920
6051
  field: string;
5921
6052
  order: SortOrder;
5922
- } | null;
6053
+ }> | null;
5923
6054
  valuesVersions?: Array<{
5924
6055
  treeId: string;
5925
6056
  treeNode: {
@@ -5940,9 +6071,8 @@ export type AddViewMutation = {
5940
6071
  };
5941
6072
  };
5942
6073
  }> | null;
5943
- settings?: Array<{
5944
- name: string;
5945
- value?: any | null;
6074
+ attributes?: Array<{
6075
+ id: string;
5946
6076
  }> | null;
5947
6077
  };
5948
6078
  };
@@ -5956,10 +6086,38 @@ export type ExplorerAttributesQuery = {
5956
6086
  type: AttributeType;
5957
6087
  format?: AttributeFormat | null;
5958
6088
  label?: any | null;
6089
+ linked_library?: {
6090
+ id: string;
6091
+ label?: any | null;
6092
+ } | null;
6093
+ } | {
6094
+ id: string;
6095
+ type: AttributeType;
6096
+ format?: AttributeFormat | null;
6097
+ label?: any | null;
6098
+ }>;
6099
+ } | null;
6100
+ };
6101
+ export type ExplorerLinkAttributeQueryVariables = Exact<{
6102
+ id: Scalars['ID'];
6103
+ }>;
6104
+ export type ExplorerLinkAttributeQuery = {
6105
+ attributes?: {
6106
+ list: Array<{
6107
+ label?: any | null;
6108
+ id: string;
6109
+ multiple_values: boolean;
6110
+ linked_library?: {
6111
+ id: string;
6112
+ label?: any | null;
6113
+ } | null;
6114
+ } | {
6115
+ id: string;
6116
+ multiple_values: boolean;
5959
6117
  }>;
5960
6118
  } | null;
5961
6119
  };
5962
- export type ExplorerQueryVariables = Exact<{
6120
+ export type ExplorerLibraryDataQueryVariables = Exact<{
5963
6121
  libraryId: Scalars['ID'];
5964
6122
  attributeIds: Array<Scalars['ID']> | Scalars['ID'];
5965
6123
  pagination?: InputMaybe<RecordsPagination>;
@@ -5967,7 +6125,7 @@ export type ExplorerQueryVariables = Exact<{
5967
6125
  multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
5968
6126
  searchQuery?: InputMaybe<Scalars['String']>;
5969
6127
  }>;
5970
- export type ExplorerQuery = {
6128
+ export type ExplorerLibraryDataQuery = {
5971
6129
  records: {
5972
6130
  totalCount?: number | null;
5973
6131
  list: Array<{
@@ -6026,22 +6184,167 @@ export type ExplorerQuery = {
6026
6184
  } | null;
6027
6185
  } | {
6028
6186
  valuePayload?: any | null;
6187
+ valueRawPayload?: any | null;
6029
6188
  }>;
6030
6189
  }>;
6031
6190
  }>;
6032
6191
  };
6033
6192
  };
6034
- export type ExplorerLibraryDataQueryVariables = Exact<{
6193
+ export type ExplorerLinkDataQueryVariables = Exact<{
6194
+ attributeIds: Array<Scalars['ID']> | Scalars['ID'];
6195
+ parentLibraryId: Scalars['ID'];
6196
+ parentRecordId?: InputMaybe<Scalars['String']>;
6197
+ linkAttributeId: Scalars['ID'];
6198
+ }>;
6199
+ export type ExplorerLinkDataQuery = {
6200
+ records: {
6201
+ list: Array<{
6202
+ id: string;
6203
+ whoAmI: {
6204
+ id: string;
6205
+ library: {
6206
+ id: string;
6207
+ };
6208
+ };
6209
+ property: Array<{
6210
+ id_value?: string | null;
6211
+ payload?: {
6212
+ id: string;
6213
+ whoAmI: {
6214
+ id: string;
6215
+ label?: string | null;
6216
+ subLabel?: string | null;
6217
+ color?: string | null;
6218
+ preview?: IPreviewScalar | null;
6219
+ library: {
6220
+ id: string;
6221
+ label?: any | null;
6222
+ };
6223
+ };
6224
+ properties: Array<{
6225
+ attributeId: string;
6226
+ attributeProperties: {
6227
+ id: string;
6228
+ label?: any | null;
6229
+ type: AttributeType;
6230
+ format?: AttributeFormat | null;
6231
+ multiple_values: boolean;
6232
+ };
6233
+ values: Array<{
6234
+ linkPayload?: {
6235
+ id: string;
6236
+ whoAmI: {
6237
+ id: string;
6238
+ label?: string | null;
6239
+ subLabel?: string | null;
6240
+ color?: string | null;
6241
+ preview?: IPreviewScalar | null;
6242
+ library: {
6243
+ id: string;
6244
+ label?: any | null;
6245
+ };
6246
+ };
6247
+ } | null;
6248
+ } | {
6249
+ treePayload?: {
6250
+ record: {
6251
+ id: string;
6252
+ whoAmI: {
6253
+ id: string;
6254
+ label?: string | null;
6255
+ subLabel?: string | null;
6256
+ color?: string | null;
6257
+ preview?: IPreviewScalar | null;
6258
+ library: {
6259
+ id: string;
6260
+ label?: any | null;
6261
+ };
6262
+ };
6263
+ };
6264
+ } | null;
6265
+ } | {
6266
+ valuePayload?: any | null;
6267
+ valueRawPayload?: any | null;
6268
+ }>;
6269
+ }>;
6270
+ } | null;
6271
+ } | {
6272
+ id_value?: string | null;
6273
+ }>;
6274
+ }>;
6275
+ };
6276
+ };
6277
+ export type GetLibraryAttributesQueryVariables = Exact<{
6035
6278
  libraryId: Scalars['ID'];
6036
6279
  }>;
6037
- export type ExplorerLibraryDataQuery = {
6280
+ export type GetLibraryAttributesQuery = {
6281
+ libraries?: {
6282
+ list: Array<{
6283
+ id: string;
6284
+ attributes?: Array<{
6285
+ id: string;
6286
+ type: AttributeType;
6287
+ label?: any | null;
6288
+ linked_library?: {
6289
+ id: string;
6290
+ label?: any | null;
6291
+ attributes?: Array<{
6292
+ id: string;
6293
+ type: AttributeType;
6294
+ format?: AttributeFormat | null;
6295
+ label?: any | null;
6296
+ }> | null;
6297
+ } | null;
6298
+ } | {
6299
+ format?: AttributeFormat | null;
6300
+ id: string;
6301
+ type: AttributeType;
6302
+ label?: any | null;
6303
+ } | {
6304
+ id: string;
6305
+ type: AttributeType;
6306
+ label?: any | null;
6307
+ }> | null;
6308
+ }>;
6309
+ } | null;
6310
+ };
6311
+ export type ExplorerLibraryDetailsQueryVariables = Exact<{
6312
+ libraryId: Scalars['ID'];
6313
+ }>;
6314
+ export type ExplorerLibraryDetailsQuery = {
6038
6315
  libraries?: {
6039
6316
  list: Array<{
6040
6317
  id: string;
6041
6318
  label?: any | null;
6319
+ behavior: LibraryBehavior;
6042
6320
  }>;
6043
6321
  } | null;
6044
6322
  };
6323
+ export type ExplorerSelectionIdsQueryVariables = Exact<{
6324
+ libraryId: Scalars['ID'];
6325
+ filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
6326
+ }>;
6327
+ export type ExplorerSelectionIdsQuery = {
6328
+ records: {
6329
+ list: Array<{
6330
+ id: string;
6331
+ }>;
6332
+ };
6333
+ };
6334
+ export type MeQueryVariables = Exact<{
6335
+ [key: string]: never;
6336
+ }>;
6337
+ export type MeQuery = {
6338
+ me?: {
6339
+ id: string;
6340
+ whoAmI: {
6341
+ id: string;
6342
+ library: {
6343
+ id: string;
6344
+ };
6345
+ };
6346
+ } | null;
6347
+ };
6045
6348
  export type TreeDataQueryQueryVariables = Exact<{
6046
6349
  treeId: Scalars['ID'];
6047
6350
  }>;
@@ -6056,6 +6359,7 @@ export type TreeDataQueryQuery = {
6056
6359
  export declare const RecordIdentityFragmentDoc: Apollo.DocumentNode;
6057
6360
  export declare const DetailsApplicationFragmentDoc: Apollo.DocumentNode;
6058
6361
  export declare const AttributeDetailsFragmentDoc: Apollo.DocumentNode;
6362
+ export declare const AttributesByLibLinkAttributeFragmentDoc: Apollo.DocumentNode;
6059
6363
  export declare const AttributesByLibAttributeFragmentDoc: Apollo.DocumentNode;
6060
6364
  export declare const LibraryLightFragmentDoc: Apollo.DocumentNode;
6061
6365
  export declare const LibraryLinkAttributeDetailsFragmentDoc: Apollo.DocumentNode;
@@ -6070,9 +6374,14 @@ export declare const RecordFormElementFragmentDoc: Apollo.DocumentNode;
6070
6374
  export declare const TreeLightFragmentDoc: Apollo.DocumentNode;
6071
6375
  export declare const TreeDetailsFragmentDoc: Apollo.DocumentNode;
6072
6376
  export declare const TreeNodeChildFragmentDoc: Apollo.DocumentNode;
6377
+ export declare const ViewDetailsFilterFragmentDoc: Apollo.DocumentNode;
6073
6378
  export declare const ViewDetailsFragmentDoc: Apollo.DocumentNode;
6074
- export declare const PropertyValueFragmentDoc: Apollo.DocumentNode;
6379
+ export declare const LinkAttributeDetailsFragmentDoc: Apollo.DocumentNode;
6075
6380
  export declare const AttributePropertiesFragmentDoc: Apollo.DocumentNode;
6381
+ export declare const PropertyValueFragmentDoc: Apollo.DocumentNode;
6382
+ export declare const LinkPropertyFragmentDoc: Apollo.DocumentNode;
6383
+ export declare const LibraryAttributeLinkFragmentDoc: Apollo.DocumentNode;
6384
+ export declare const LibraryAttributeFragmentDoc: Apollo.DocumentNode;
6076
6385
  export declare const CheckApplicationExistenceDocument: Apollo.DocumentNode;
6077
6386
  /**
6078
6387
  * __useCheckApplicationExistenceQuery__
@@ -7458,31 +7767,31 @@ export declare function useGetViewsListLazyQuery(baseOptions?: Apollo.LazyQueryH
7458
7767
  export type GetViewsListQueryHookResult = ReturnType<typeof useGetViewsListQuery>;
7459
7768
  export type GetViewsListLazyQueryHookResult = ReturnType<typeof useGetViewsListLazyQuery>;
7460
7769
  export type GetViewsListQueryResult = Apollo.QueryResult<GetViewsListQuery, GetViewsListQueryVariables>;
7461
- export declare const AddViewDocument: Apollo.DocumentNode;
7462
- export type AddViewMutationFn = Apollo.MutationFunction<AddViewMutation, AddViewMutationVariables>;
7770
+ export declare const SaveViewDocument: Apollo.DocumentNode;
7771
+ export type SaveViewMutationFn = Apollo.MutationFunction<SaveViewMutation, SaveViewMutationVariables>;
7463
7772
  /**
7464
- * __useAddViewMutation__
7773
+ * __useSaveViewMutation__
7465
7774
  *
7466
- * To run a mutation, you first call `useAddViewMutation` within a React component and pass it any options that fit your needs.
7467
- * When your component renders, `useAddViewMutation` returns a tuple that includes:
7775
+ * To run a mutation, you first call `useSaveViewMutation` within a React component and pass it any options that fit your needs.
7776
+ * When your component renders, `useSaveViewMutation` returns a tuple that includes:
7468
7777
  * - A mutate function that you can call at any time to execute the mutation
7469
7778
  * - An object with fields that represent the current status of the mutation's execution
7470
7779
  *
7471
7780
  * @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;
7472
7781
  *
7473
7782
  * @example
7474
- * const [addViewMutation, { data, loading, error }] = useAddViewMutation({
7783
+ * const [saveViewMutation, { data, loading, error }] = useSaveViewMutation({
7475
7784
  * variables: {
7476
7785
  * view: // value for 'view'
7477
7786
  * },
7478
7787
  * });
7479
7788
  */
7480
- export declare function useAddViewMutation(baseOptions?: Apollo.MutationHookOptions<AddViewMutation, AddViewMutationVariables>): Apollo.MutationTuple<AddViewMutation, Exact<{
7789
+ export declare function useSaveViewMutation(baseOptions?: Apollo.MutationHookOptions<SaveViewMutation, SaveViewMutationVariables>): Apollo.MutationTuple<SaveViewMutation, Exact<{
7481
7790
  view: ViewInput;
7482
7791
  }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
7483
- export type AddViewMutationHookResult = ReturnType<typeof useAddViewMutation>;
7484
- export type AddViewMutationResult = Apollo.MutationResult<AddViewMutation>;
7485
- export type AddViewMutationOptions = Apollo.BaseMutationOptions<AddViewMutation, AddViewMutationVariables>;
7792
+ export type SaveViewMutationHookResult = ReturnType<typeof useSaveViewMutation>;
7793
+ export type SaveViewMutationResult = Apollo.MutationResult<SaveViewMutation>;
7794
+ export type SaveViewMutationOptions = Apollo.BaseMutationOptions<SaveViewMutation, SaveViewMutationVariables>;
7486
7795
  export declare const ExplorerAttributesDocument: Apollo.DocumentNode;
7487
7796
  /**
7488
7797
  * __useExplorerAttributesQuery__
@@ -7509,18 +7818,44 @@ export declare function useExplorerAttributesLazyQuery(baseOptions?: Apollo.Lazy
7509
7818
  export type ExplorerAttributesQueryHookResult = ReturnType<typeof useExplorerAttributesQuery>;
7510
7819
  export type ExplorerAttributesLazyQueryHookResult = ReturnType<typeof useExplorerAttributesLazyQuery>;
7511
7820
  export type ExplorerAttributesQueryResult = Apollo.QueryResult<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>;
7512
- export declare const ExplorerDocument: Apollo.DocumentNode;
7821
+ export declare const ExplorerLinkAttributeDocument: Apollo.DocumentNode;
7822
+ /**
7823
+ * __useExplorerLinkAttributeQuery__
7824
+ *
7825
+ * To run a query within a React component, call `useExplorerLinkAttributeQuery` and pass it any options that fit your needs.
7826
+ * When your component renders, `useExplorerLinkAttributeQuery` returns an object from Apollo Client that contains loading, error, and data properties
7827
+ * you can use to render your UI.
7828
+ *
7829
+ * @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;
7830
+ *
7831
+ * @example
7832
+ * const { data, loading, error } = useExplorerLinkAttributeQuery({
7833
+ * variables: {
7834
+ * id: // value for 'id'
7835
+ * },
7836
+ * });
7837
+ */
7838
+ export declare function useExplorerLinkAttributeQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>): Apollo.QueryResult<ExplorerLinkAttributeQuery, Exact<{
7839
+ id: Scalars["ID"];
7840
+ }>>;
7841
+ export declare function useExplorerLinkAttributeLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLinkAttributeQuery, Exact<{
7842
+ id: Scalars["ID"];
7843
+ }>>;
7844
+ export type ExplorerLinkAttributeQueryHookResult = ReturnType<typeof useExplorerLinkAttributeQuery>;
7845
+ export type ExplorerLinkAttributeLazyQueryHookResult = ReturnType<typeof useExplorerLinkAttributeLazyQuery>;
7846
+ export type ExplorerLinkAttributeQueryResult = Apollo.QueryResult<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>;
7847
+ export declare const ExplorerLibraryDataDocument: Apollo.DocumentNode;
7513
7848
  /**
7514
- * __useExplorerQuery__
7849
+ * __useExplorerLibraryDataQuery__
7515
7850
  *
7516
- * To run a query within a React component, call `useExplorerQuery` and pass it any options that fit your needs.
7517
- * When your component renders, `useExplorerQuery` returns an object from Apollo Client that contains loading, error, and data properties
7851
+ * To run a query within a React component, call `useExplorerLibraryDataQuery` and pass it any options that fit your needs.
7852
+ * When your component renders, `useExplorerLibraryDataQuery` returns an object from Apollo Client that contains loading, error, and data properties
7518
7853
  * you can use to render your UI.
7519
7854
  *
7520
7855
  * @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;
7521
7856
  *
7522
7857
  * @example
7523
- * const { data, loading, error } = useExplorerQuery({
7858
+ * const { data, loading, error } = useExplorerLibraryDataQuery({
7524
7859
  * variables: {
7525
7860
  * libraryId: // value for 'libraryId'
7526
7861
  * attributeIds: // value for 'attributeIds'
@@ -7531,7 +7866,7 @@ export declare const ExplorerDocument: Apollo.DocumentNode;
7531
7866
  * },
7532
7867
  * });
7533
7868
  */
7534
- export declare function useExplorerQuery(baseOptions: Apollo.QueryHookOptions<ExplorerQuery, ExplorerQueryVariables>): Apollo.QueryResult<ExplorerQuery, Exact<{
7869
+ export declare function useExplorerLibraryDataQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>): Apollo.QueryResult<ExplorerLibraryDataQuery, Exact<{
7535
7870
  libraryId: Scalars["ID"];
7536
7871
  attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
7537
7872
  pagination?: InputMaybe<RecordsPagination>;
@@ -7539,7 +7874,7 @@ export declare function useExplorerQuery(baseOptions: Apollo.QueryHookOptions<Ex
7539
7874
  multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
7540
7875
  searchQuery?: InputMaybe<Scalars["String"]>;
7541
7876
  }>>;
7542
- export declare function useExplorerLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerQuery, ExplorerQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerQuery, Exact<{
7877
+ export declare function useExplorerLibraryDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLibraryDataQuery, Exact<{
7543
7878
  libraryId: Scalars["ID"];
7544
7879
  attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
7545
7880
  pagination?: InputMaybe<RecordsPagination>;
@@ -7547,35 +7882,150 @@ export declare function useExplorerLazyQuery(baseOptions?: Apollo.LazyQueryHookO
7547
7882
  multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
7548
7883
  searchQuery?: InputMaybe<Scalars["String"]>;
7549
7884
  }>>;
7550
- export type ExplorerQueryHookResult = ReturnType<typeof useExplorerQuery>;
7551
- export type ExplorerLazyQueryHookResult = ReturnType<typeof useExplorerLazyQuery>;
7552
- export type ExplorerQueryResult = Apollo.QueryResult<ExplorerQuery, ExplorerQueryVariables>;
7553
- export declare const ExplorerLibraryDataDocument: Apollo.DocumentNode;
7885
+ export type ExplorerLibraryDataQueryHookResult = ReturnType<typeof useExplorerLibraryDataQuery>;
7886
+ export type ExplorerLibraryDataLazyQueryHookResult = ReturnType<typeof useExplorerLibraryDataLazyQuery>;
7887
+ export type ExplorerLibraryDataQueryResult = Apollo.QueryResult<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>;
7888
+ export declare const ExplorerLinkDataDocument: Apollo.DocumentNode;
7554
7889
  /**
7555
- * __useExplorerLibraryDataQuery__
7890
+ * __useExplorerLinkDataQuery__
7556
7891
  *
7557
- * To run a query within a React component, call `useExplorerLibraryDataQuery` and pass it any options that fit your needs.
7558
- * When your component renders, `useExplorerLibraryDataQuery` returns an object from Apollo Client that contains loading, error, and data properties
7892
+ * To run a query within a React component, call `useExplorerLinkDataQuery` and pass it any options that fit your needs.
7893
+ * When your component renders, `useExplorerLinkDataQuery` returns an object from Apollo Client that contains loading, error, and data properties
7559
7894
  * you can use to render your UI.
7560
7895
  *
7561
7896
  * @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;
7562
7897
  *
7563
7898
  * @example
7564
- * const { data, loading, error } = useExplorerLibraryDataQuery({
7899
+ * const { data, loading, error } = useExplorerLinkDataQuery({
7900
+ * variables: {
7901
+ * attributeIds: // value for 'attributeIds'
7902
+ * parentLibraryId: // value for 'parentLibraryId'
7903
+ * parentRecordId: // value for 'parentRecordId'
7904
+ * linkAttributeId: // value for 'linkAttributeId'
7905
+ * },
7906
+ * });
7907
+ */
7908
+ export declare function useExplorerLinkDataQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>): Apollo.QueryResult<ExplorerLinkDataQuery, Exact<{
7909
+ attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
7910
+ parentLibraryId: Scalars["ID"];
7911
+ parentRecordId?: InputMaybe<Scalars["String"]>;
7912
+ linkAttributeId: Scalars["ID"];
7913
+ }>>;
7914
+ export declare function useExplorerLinkDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLinkDataQuery, Exact<{
7915
+ attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
7916
+ parentLibraryId: Scalars["ID"];
7917
+ parentRecordId?: InputMaybe<Scalars["String"]>;
7918
+ linkAttributeId: Scalars["ID"];
7919
+ }>>;
7920
+ export type ExplorerLinkDataQueryHookResult = ReturnType<typeof useExplorerLinkDataQuery>;
7921
+ export type ExplorerLinkDataLazyQueryHookResult = ReturnType<typeof useExplorerLinkDataLazyQuery>;
7922
+ export type ExplorerLinkDataQueryResult = Apollo.QueryResult<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>;
7923
+ export declare const GetLibraryAttributesDocument: Apollo.DocumentNode;
7924
+ /**
7925
+ * __useGetLibraryAttributesQuery__
7926
+ *
7927
+ * To run a query within a React component, call `useGetLibraryAttributesQuery` and pass it any options that fit your needs.
7928
+ * When your component renders, `useGetLibraryAttributesQuery` returns an object from Apollo Client that contains loading, error, and data properties
7929
+ * you can use to render your UI.
7930
+ *
7931
+ * @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;
7932
+ *
7933
+ * @example
7934
+ * const { data, loading, error } = useGetLibraryAttributesQuery({
7565
7935
  * variables: {
7566
7936
  * libraryId: // value for 'libraryId'
7567
7937
  * },
7568
7938
  * });
7569
7939
  */
7570
- export declare function useExplorerLibraryDataQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>): Apollo.QueryResult<ExplorerLibraryDataQuery, Exact<{
7940
+ export declare function useGetLibraryAttributesQuery(baseOptions: Apollo.QueryHookOptions<GetLibraryAttributesQuery, GetLibraryAttributesQueryVariables>): Apollo.QueryResult<GetLibraryAttributesQuery, Exact<{
7571
7941
  libraryId: Scalars["ID"];
7572
7942
  }>>;
7573
- export declare function useExplorerLibraryDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLibraryDataQuery, Exact<{
7943
+ export declare function useGetLibraryAttributesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryAttributesQuery, GetLibraryAttributesQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryAttributesQuery, Exact<{
7574
7944
  libraryId: Scalars["ID"];
7575
7945
  }>>;
7576
- export type ExplorerLibraryDataQueryHookResult = ReturnType<typeof useExplorerLibraryDataQuery>;
7577
- export type ExplorerLibraryDataLazyQueryHookResult = ReturnType<typeof useExplorerLibraryDataLazyQuery>;
7578
- export type ExplorerLibraryDataQueryResult = Apollo.QueryResult<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>;
7946
+ export type GetLibraryAttributesQueryHookResult = ReturnType<typeof useGetLibraryAttributesQuery>;
7947
+ export type GetLibraryAttributesLazyQueryHookResult = ReturnType<typeof useGetLibraryAttributesLazyQuery>;
7948
+ export type GetLibraryAttributesQueryResult = Apollo.QueryResult<GetLibraryAttributesQuery, GetLibraryAttributesQueryVariables>;
7949
+ export declare const ExplorerLibraryDetailsDocument: Apollo.DocumentNode;
7950
+ /**
7951
+ * __useExplorerLibraryDetailsQuery__
7952
+ *
7953
+ * To run a query within a React component, call `useExplorerLibraryDetailsQuery` and pass it any options that fit your needs.
7954
+ * When your component renders, `useExplorerLibraryDetailsQuery` returns an object from Apollo Client that contains loading, error, and data properties
7955
+ * you can use to render your UI.
7956
+ *
7957
+ * @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;
7958
+ *
7959
+ * @example
7960
+ * const { data, loading, error } = useExplorerLibraryDetailsQuery({
7961
+ * variables: {
7962
+ * libraryId: // value for 'libraryId'
7963
+ * },
7964
+ * });
7965
+ */
7966
+ export declare function useExplorerLibraryDetailsQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>): Apollo.QueryResult<ExplorerLibraryDetailsQuery, Exact<{
7967
+ libraryId: Scalars["ID"];
7968
+ }>>;
7969
+ export declare function useExplorerLibraryDetailsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLibraryDetailsQuery, Exact<{
7970
+ libraryId: Scalars["ID"];
7971
+ }>>;
7972
+ export type ExplorerLibraryDetailsQueryHookResult = ReturnType<typeof useExplorerLibraryDetailsQuery>;
7973
+ export type ExplorerLibraryDetailsLazyQueryHookResult = ReturnType<typeof useExplorerLibraryDetailsLazyQuery>;
7974
+ export type ExplorerLibraryDetailsQueryResult = Apollo.QueryResult<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>;
7975
+ export declare const ExplorerSelectionIdsDocument: Apollo.DocumentNode;
7976
+ /**
7977
+ * __useExplorerSelectionIdsQuery__
7978
+ *
7979
+ * To run a query within a React component, call `useExplorerSelectionIdsQuery` and pass it any options that fit your needs.
7980
+ * When your component renders, `useExplorerSelectionIdsQuery` returns an object from Apollo Client that contains loading, error, and data properties
7981
+ * you can use to render your UI.
7982
+ *
7983
+ * @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;
7984
+ *
7985
+ * @example
7986
+ * const { data, loading, error } = useExplorerSelectionIdsQuery({
7987
+ * variables: {
7988
+ * libraryId: // value for 'libraryId'
7989
+ * filters: // value for 'filters'
7990
+ * },
7991
+ * });
7992
+ */
7993
+ export declare function useExplorerSelectionIdsQuery(baseOptions: Apollo.QueryHookOptions<ExplorerSelectionIdsQuery, ExplorerSelectionIdsQueryVariables>): Apollo.QueryResult<ExplorerSelectionIdsQuery, Exact<{
7994
+ libraryId: Scalars["ID"];
7995
+ filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
7996
+ }>>;
7997
+ export declare function useExplorerSelectionIdsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerSelectionIdsQuery, ExplorerSelectionIdsQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerSelectionIdsQuery, Exact<{
7998
+ libraryId: Scalars["ID"];
7999
+ filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
8000
+ }>>;
8001
+ export type ExplorerSelectionIdsQueryHookResult = ReturnType<typeof useExplorerSelectionIdsQuery>;
8002
+ export type ExplorerSelectionIdsLazyQueryHookResult = ReturnType<typeof useExplorerSelectionIdsLazyQuery>;
8003
+ export type ExplorerSelectionIdsQueryResult = Apollo.QueryResult<ExplorerSelectionIdsQuery, ExplorerSelectionIdsQueryVariables>;
8004
+ export declare const MeDocument: Apollo.DocumentNode;
8005
+ /**
8006
+ * __useMeQuery__
8007
+ *
8008
+ * To run a query within a React component, call `useMeQuery` and pass it any options that fit your needs.
8009
+ * When your component renders, `useMeQuery` returns an object from Apollo Client that contains loading, error, and data properties
8010
+ * you can use to render your UI.
8011
+ *
8012
+ * @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;
8013
+ *
8014
+ * @example
8015
+ * const { data, loading, error } = useMeQuery({
8016
+ * variables: {
8017
+ * },
8018
+ * });
8019
+ */
8020
+ export declare function useMeQuery(baseOptions?: Apollo.QueryHookOptions<MeQuery, MeQueryVariables>): Apollo.QueryResult<MeQuery, Exact<{
8021
+ [key: string]: never;
8022
+ }>>;
8023
+ export declare function useMeLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<MeQuery, MeQueryVariables>): Apollo.LazyQueryResultTuple<MeQuery, Exact<{
8024
+ [key: string]: never;
8025
+ }>>;
8026
+ export type MeQueryHookResult = ReturnType<typeof useMeQuery>;
8027
+ export type MeLazyQueryHookResult = ReturnType<typeof useMeLazyQuery>;
8028
+ export type MeQueryResult = Apollo.QueryResult<MeQuery, MeQueryVariables>;
7579
8029
  export declare const TreeDataQueryDocument: Apollo.DocumentNode;
7580
8030
  /**
7581
8031
  * __useTreeDataQueryQuery__