@leav/ui 0.3.6-a25bc3a → 0.3.6-a559a4e

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 (383) 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 +6 -4
  9. package/dist/__mocks__/common/view.js.map +1 -1
  10. package/dist/_gqlTypes/index.d.ts +477 -56
  11. package/dist/_gqlTypes/index.js +276 -54
  12. package/dist/_gqlTypes/index.js.map +1 -1
  13. package/dist/_queries/attributes/attributeDetailsFragment.js +0 -1
  14. package/dist/_queries/attributes/attributeDetailsFragment.js.map +1 -1
  15. package/dist/_queries/attributes/getAttributesByLib.js +7 -5
  16. package/dist/_queries/attributes/getAttributesByLib.js.map +1 -1
  17. package/dist/_queries/records/createRecordMutation.js +2 -3
  18. package/dist/_queries/records/createRecordMutation.js.map +1 -1
  19. package/dist/_queries/records/getRecordColumnsValues.d.ts +1 -1
  20. package/dist/_queries/records/getRecordsFromLibraryQuery.js +1 -0
  21. package/dist/_queries/records/getRecordsFromLibraryQuery.js.map +1 -1
  22. package/dist/_queries/records/recordFormAttributeFragment.js +2 -0
  23. package/dist/_queries/records/recordFormAttributeFragment.js.map +1 -1
  24. package/dist/_queries/views/saveViewMutation.js +1 -1
  25. package/dist/_queries/views/viewDetailsFragment.js +12 -8
  26. package/dist/_queries/views/viewDetailsFragment.js.map +1 -1
  27. package/dist/_utils/attributeType.d.ts +3 -0
  28. package/dist/_utils/attributeType.js +7 -0
  29. package/dist/_utils/attributeType.js.map +1 -0
  30. package/dist/_utils/index.js +4 -1
  31. package/dist/_utils/index.js.map +1 -1
  32. package/dist/antdTheme/index.d.ts +0 -3
  33. package/dist/antdTheme/index.js +3 -42
  34. package/dist/antdTheme/index.js.map +1 -1
  35. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfo.js +0 -1
  36. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfo.js.map +1 -1
  37. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/EditAttributeInfoForm.js +2 -5
  38. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/EditAttributeInfoForm.js.map +1 -1
  39. package/dist/components/Explorer/DataView.d.ts +7 -1
  40. package/dist/components/Explorer/DataView.js +76 -22
  41. package/dist/components/Explorer/DataView.js.map +1 -1
  42. package/dist/components/Explorer/Explorer.d.ts +10 -4
  43. package/dist/components/Explorer/Explorer.js +77 -28
  44. package/dist/components/Explorer/Explorer.js.map +1 -1
  45. package/dist/components/Explorer/ExplorerTitle.d.ts +2 -0
  46. package/dist/components/Explorer/ExplorerTitle.js +28 -11
  47. package/dist/components/Explorer/ExplorerTitle.js.map +1 -1
  48. package/dist/components/Explorer/ExplorerToolbar.d.ts +5 -0
  49. package/dist/components/Explorer/ExplorerToolbar.js +49 -0
  50. package/dist/components/Explorer/ExplorerToolbar.js.map +1 -0
  51. package/dist/components/Explorer/TableCell.js +15 -6
  52. package/dist/components/Explorer/TableCell.js.map +1 -1
  53. package/dist/components/Explorer/_constants.d.ts +5 -0
  54. package/dist/components/Explorer/_constants.js +18 -0
  55. package/dist/components/Explorer/_constants.js.map +1 -0
  56. package/dist/components/Explorer/_queries/prepareFiltersForRequest.d.ts +4 -0
  57. package/dist/components/Explorer/_queries/prepareFiltersForRequest.js +99 -0
  58. package/dist/components/Explorer/_queries/prepareFiltersForRequest.js.map +1 -0
  59. package/dist/components/Explorer/_queries/useExplorerData.d.ts +14 -8
  60. package/dist/components/Explorer/_queries/useExplorerData.js +71 -76
  61. package/dist/components/Explorer/_queries/useExplorerData.js.map +1 -1
  62. package/dist/components/Explorer/_types.d.ts +82 -14
  63. package/dist/components/Explorer/_types.js +7 -1
  64. package/dist/components/Explorer/_types.js.map +1 -1
  65. package/dist/components/Explorer/{useEditAction.d.ts → actions-item/useEditItemAction.d.ts} +4 -4
  66. package/dist/components/Explorer/{useEditAction.js → actions-item/useEditItemAction.js} +10 -10
  67. package/dist/components/Explorer/actions-item/useEditItemAction.js.map +1 -0
  68. package/dist/components/Explorer/actions-item/useRemoveItemAction.d.ts +23 -0
  69. package/dist/components/Explorer/actions-item/useRemoveItemAction.js +109 -0
  70. package/dist/components/Explorer/actions-item/useRemoveItemAction.js.map +1 -0
  71. package/dist/components/Explorer/actions-mass/useDeactivateMassAction.d.ts +27 -0
  72. package/dist/components/Explorer/actions-mass/useDeactivateMassAction.js +71 -0
  73. package/dist/components/Explorer/actions-mass/useDeactivateMassAction.js.map +1 -0
  74. package/dist/components/Explorer/actions-mass/useMassActions.d.ts +28 -0
  75. package/dist/components/Explorer/actions-mass/useMassActions.js +111 -0
  76. package/dist/components/Explorer/actions-mass/useMassActions.js.map +1 -0
  77. package/dist/components/Explorer/{useCreateAction.d.ts → actions-primary/useCreatePrimaryAction.d.ts} +9 -5
  78. package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.js +75 -0
  79. package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.js.map +1 -0
  80. package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.d.ts +17 -0
  81. package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.js +38 -0
  82. package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.js.map +1 -0
  83. package/dist/components/Explorer/{usePrimaryActions.d.ts → actions-primary/usePrimaryActions.d.ts} +1 -1
  84. package/dist/components/Explorer/actions-primary/usePrimaryActions.js +25 -0
  85. package/dist/components/Explorer/actions-primary/usePrimaryActions.js.map +1 -0
  86. package/dist/components/Explorer/{nullValuesConditions.d.ts → conditionsHelper.d.ts} +1 -0
  87. package/dist/components/Explorer/{nullValuesConditions.js → conditionsHelper.js} +3 -1
  88. package/dist/components/Explorer/conditionsHelper.js.map +1 -0
  89. package/dist/components/Explorer/link-item/LinkModal.d.ts +7 -0
  90. package/dist/components/Explorer/link-item/LinkModal.js +73 -0
  91. package/dist/components/Explorer/link-item/LinkModal.js.map +1 -0
  92. package/dist/components/Explorer/link-item/useLinkMassAction.d.ts +24 -0
  93. package/dist/components/Explorer/link-item/useLinkMassAction.js +57 -0
  94. package/dist/components/Explorer/link-item/useLinkMassAction.js.map +1 -0
  95. package/dist/components/Explorer/list-saved-views/SavedViews.d.ts +2 -0
  96. package/dist/components/Explorer/list-saved-views/SavedViews.js +74 -0
  97. package/dist/components/Explorer/list-saved-views/SavedViews.js.map +1 -0
  98. package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.d.ts +3 -2
  99. package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.js +8 -1
  100. package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.js.map +1 -1
  101. package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.d.ts +3 -1
  102. package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.js +9 -3
  103. package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.js.map +1 -1
  104. package/dist/components/Explorer/manage-view-settings/_shared/useTransformFilters.d.ts +17 -0
  105. package/dist/components/Explorer/manage-view-settings/_shared/useTransformFilters.js +93 -0
  106. package/dist/components/Explorer/manage-view-settings/_shared/useTransformFilters.js.map +1 -0
  107. package/dist/components/Explorer/manage-view-settings/configure-display/attributes/SelectVisibleAttributes.js +1 -2
  108. package/dist/components/Explorer/manage-view-settings/configure-display/attributes/SelectVisibleAttributes.js.map +1 -1
  109. package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js +15 -4
  110. package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js.map +1 -1
  111. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/BooleanAttributeDropdown.d.ts +2 -2
  112. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/BooleanAttributeDropdown.js +16 -31
  113. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/BooleanAttributeDropdown.js.map +1 -1
  114. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ColorAttributeDropDown.d.ts +3 -0
  115. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ColorAttributeDropDown.js +11 -0
  116. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ColorAttributeDropDown.js.map +1 -0
  117. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateAttributeDropDown.d.ts +2 -2
  118. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateAttributeDropDown.js +13 -37
  119. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateAttributeDropDown.js.map +1 -1
  120. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateRangeAttributeDropDown.d.ts +3 -0
  121. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateRangeAttributeDropDown.js +11 -0
  122. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateRangeAttributeDropDown.js.map +1 -0
  123. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/EncryptedAttributeDropDown.d.ts +3 -0
  124. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/EncryptedAttributeDropDown.js +11 -0
  125. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/EncryptedAttributeDropDown.js.map +1 -0
  126. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ExtendedAttributeDropDown.d.ts +3 -0
  127. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ExtendedAttributeDropDown.js +11 -0
  128. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ExtendedAttributeDropDown.js.map +1 -0
  129. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.d.ts +1 -1
  130. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.js +32 -20
  131. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.js.map +1 -1
  132. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropdownContent.d.ts +7 -0
  133. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropdownContent.js +40 -0
  134. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropdownContent.js.map +1 -0
  135. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueList.js.map +1 -1
  136. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/LinkAttributeDropdown.d.ts +3 -0
  137. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/LinkAttributeDropdown.js +79 -0
  138. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/LinkAttributeDropdown.js.map +1 -0
  139. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/NumericAttributeDropDown.d.ts +2 -2
  140. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/NumericAttributeDropDown.js +7 -32
  141. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/NumericAttributeDropDown.js.map +1 -1
  142. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TextAttributeDropDown.d.ts +2 -2
  143. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TextAttributeDropDown.js +7 -32
  144. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TextAttributeDropDown.js.map +1 -1
  145. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/_types.d.ts +10 -0
  146. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/_types.js +2 -0
  147. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/_types.js.map +1 -0
  148. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.d.ts +6 -4
  149. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.js +17 -19
  150. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.js.map +1 -1
  151. package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContext.d.ts +3 -2
  152. package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContext.js +2 -2
  153. package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContext.js.map +1 -1
  154. package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContextProvider.d.ts +1 -0
  155. package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContextProvider.js +2 -2
  156. package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContextProvider.js.map +1 -1
  157. package/dist/components/Explorer/manage-view-settings/open-view-settings/SidePanel.js +3 -3
  158. package/dist/components/Explorer/manage-view-settings/open-view-settings/SidePanel.js.map +1 -1
  159. package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.d.ts +11 -2
  160. package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.js +53 -10
  161. package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.js.map +1 -1
  162. package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.d.ts +2 -1
  163. package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js +14 -31
  164. package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js.map +1 -1
  165. package/dist/components/Explorer/manage-view-settings/save-view/SaveViewModal.d.ts +8 -0
  166. package/dist/components/Explorer/manage-view-settings/save-view/SaveViewModal.js +40 -0
  167. package/dist/components/Explorer/manage-view-settings/save-view/SaveViewModal.js.map +1 -0
  168. package/dist/components/Explorer/manage-view-settings/save-view/ViewActionsButtons.d.ts +1 -0
  169. package/dist/components/Explorer/manage-view-settings/save-view/ViewActionsButtons.js +24 -0
  170. package/dist/components/Explorer/manage-view-settings/save-view/ViewActionsButtons.js.map +1 -0
  171. package/dist/components/Explorer/manage-view-settings/save-view/prepareViewForRequest.d.ts +3 -0
  172. package/dist/components/Explorer/manage-view-settings/save-view/prepareViewForRequest.js +24 -0
  173. package/dist/components/Explorer/manage-view-settings/save-view/prepareViewForRequest.js.map +1 -0
  174. package/dist/components/Explorer/manage-view-settings/save-view/useCreateNewView.d.ts +3 -0
  175. package/dist/components/Explorer/manage-view-settings/save-view/useCreateNewView.js +51 -0
  176. package/dist/components/Explorer/manage-view-settings/save-view/useCreateNewView.js.map +1 -0
  177. package/dist/components/Explorer/manage-view-settings/save-view/useResetView.d.ts +3 -0
  178. package/dist/components/Explorer/manage-view-settings/save-view/useResetView.js +20 -0
  179. package/dist/components/Explorer/manage-view-settings/save-view/useResetView.js.map +1 -0
  180. package/dist/components/Explorer/manage-view-settings/save-view/useUpdateView.d.ts +3 -0
  181. package/dist/components/Explorer/manage-view-settings/save-view/useUpdateView.js +48 -0
  182. package/dist/components/Explorer/manage-view-settings/save-view/useUpdateView.js.map +1 -0
  183. package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.js +30 -28
  184. package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.js.map +1 -1
  185. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js +23 -1
  186. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js.map +1 -1
  187. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.d.ts +49 -13
  188. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js +125 -38
  189. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js.map +1 -1
  190. package/dist/components/Explorer/useColumnWidth.d.ts +8 -0
  191. package/dist/components/Explorer/useColumnWidth.js +49 -0
  192. package/dist/components/Explorer/useColumnWidth.js.map +1 -0
  193. package/dist/components/Explorer/useLoadView.d.ts +3 -0
  194. package/dist/components/Explorer/useLoadView.js +79 -0
  195. package/dist/components/Explorer/useLoadView.js.map +1 -0
  196. package/dist/components/Explorer/useSearchInput.d.ts +10 -4
  197. package/dist/components/Explorer/useSearchInput.js +9 -1
  198. package/dist/components/Explorer/useSearchInput.js.map +1 -1
  199. package/dist/components/Explorer/useViewSettingsReducer.d.ts +4 -3
  200. package/dist/components/Explorer/useViewSettingsReducer.js +109 -39
  201. package/dist/components/Explorer/useViewSettingsReducer.js.map +1 -1
  202. package/dist/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.js +2 -2
  203. package/dist/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.js.map +1 -1
  204. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/StandardCell.js +7 -2
  205. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/StandardCell.js.map +1 -1
  206. package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/Header.js +7 -5
  207. package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/Header.js.map +1 -1
  208. package/dist/components/LibraryItemsList/MenuView/MenuView.js +2 -2
  209. package/dist/components/LibraryItemsList/MenuView/MenuView.js.map +1 -1
  210. package/dist/components/LibraryItemsList/ViewPanel/EditView/EditView.js +2 -2
  211. package/dist/components/LibraryItemsList/ViewPanel/EditView/EditView.js.map +1 -1
  212. package/dist/components/LibraryItemsList/ViewPanel/View/View.js +3 -3
  213. package/dist/components/LibraryItemsList/ViewPanel/View/View.js.map +1 -1
  214. package/dist/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.js +6 -4
  215. package/dist/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.js.map +1 -1
  216. package/dist/components/LibraryItemsList/hooks/useSearchReducer/_types.d.ts +1 -1
  217. package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.d.ts +1 -1
  218. package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.js +2 -7
  219. package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.js.map +1 -1
  220. package/dist/components/RecordEdition/EditRecord/EditRecord.js +81 -66
  221. package/dist/components/RecordEdition/EditRecord/EditRecord.js.map +1 -1
  222. package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.d.ts +2 -1
  223. package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js +6 -6
  224. package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js.map +1 -1
  225. package/dist/components/RecordEdition/EditRecordContent/_types.d.ts +8 -2
  226. package/dist/components/RecordEdition/EditRecordContent/_types.js.map +1 -1
  227. package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.d.ts +3 -1
  228. package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.js +8 -2
  229. package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.js.map +1 -1
  230. package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateRecordMutation.d.ts +5 -0
  231. package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateRecordMutation.js +28 -0
  232. package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateRecordMutation.js.map +1 -0
  233. package/dist/components/RecordEdition/EditRecordContent/hooks/useExecuteSaveValueBatchMutation.js.map +1 -1
  234. package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/ValueDetailsBtn.js +1 -7
  235. package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/ValueDetailsBtn.js.map +1 -1
  236. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js +2 -2
  237. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js.map +1 -1
  238. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/ComputeIndicator.js +2 -4
  239. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/ComputeIndicator.js.map +1 -1
  240. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js +89 -26
  241. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js.map +1 -1
  242. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.js +2 -1
  243. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.js.map +1 -1
  244. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.js +45 -4
  245. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.js.map +1 -1
  246. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js +9 -3
  247. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js.map +1 -1
  248. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js +16 -8
  249. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js.map +1 -1
  250. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js +6 -2
  251. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js.map +1 -1
  252. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js +7 -14
  253. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js.map +1 -1
  254. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js +13 -9
  255. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js.map +1 -1
  256. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js +7 -7
  257. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js.map +1 -1
  258. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.d.ts +2 -2
  259. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js +4 -15
  260. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js.map +1 -1
  261. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/DSListSelect.js +5 -2
  262. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/DSListSelect.js.map +1 -1
  263. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/_types.d.ts +1 -1
  264. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/calculatedInheritedFlags.js +3 -2
  265. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/calculatedInheritedFlags.js.map +1 -1
  266. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/useGetPresentationValues.js +0 -5
  267. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/useGetPresentationValues.js.map +1 -1
  268. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js +4 -7
  269. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js.map +1 -1
  270. package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js +10 -4
  271. package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js.map +1 -1
  272. package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/AttributeSummary.d.ts +7 -0
  273. package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/AttributeSummary.js +9 -0
  274. package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/AttributeSummary.js.map +1 -0
  275. package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/index.d.ts +2 -0
  276. package/dist/components/RecordEdition/EditRecordSidebar/{ValueDetails/ValueMetadata → AttributeSummary}/index.js +2 -2
  277. package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/index.js.map +1 -0
  278. package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/useAttributeInformations.d.ts +2 -0
  279. package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/useAttributeInformations.js +25 -0
  280. package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/useAttributeInformations.js.map +1 -0
  281. package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/Breadcrumb.d.ts +3 -0
  282. package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/Breadcrumb.js +53 -0
  283. package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/Breadcrumb.js.map +1 -0
  284. package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/index.d.ts +2 -0
  285. package/dist/components/RecordEdition/EditRecordSidebar/{ValueDetails → Breacrumb}/index.js +2 -2
  286. package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/index.js.map +1 -0
  287. package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.d.ts +3 -2
  288. package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js +37 -18
  289. package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js.map +1 -1
  290. package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.d.ts +4 -7
  291. package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.js +6 -8
  292. package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.js.map +1 -1
  293. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/RecordInformations.d.ts +9 -0
  294. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/RecordInformations.js +42 -0
  295. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/RecordInformations.js.map +1 -0
  296. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/useRecordInformations.d.ts +6 -0
  297. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/useRecordInformations.js +35 -0
  298. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/useRecordInformations.js.map +1 -0
  299. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.d.ts +2 -281
  300. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.js +25 -56
  301. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.js.map +1 -1
  302. package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/ValuesSummary.d.ts +8 -0
  303. package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/ValuesSummary.js +73 -0
  304. package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/ValuesSummary.js.map +1 -0
  305. package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/index.d.ts +2 -0
  306. package/dist/components/RecordEdition/EditRecordSidebar/{ValueDetails/TreeValuePath → ValuesSummary}/index.js +2 -2
  307. package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/index.js.map +1 -0
  308. package/dist/components/RecordEdition/{EditRecordContent → EditRecordSkeleton}/EditRecordSkeleton.d.ts +1 -1
  309. package/dist/components/RecordEdition/{EditRecordContent → EditRecordSkeleton}/EditRecordSkeleton.js +2 -2
  310. package/dist/components/RecordEdition/EditRecordSkeleton/EditRecordSkeleton.js.map +1 -0
  311. package/dist/components/RecordEdition/EditRecordSkeleton/index.d.ts +2 -0
  312. package/dist/components/RecordEdition/{EditRecordSidebar/ValueDetails/AttributeDetails → EditRecordSkeleton}/index.js +2 -2
  313. package/dist/components/RecordEdition/EditRecordSkeleton/index.js.map +1 -0
  314. package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.d.ts +12 -10
  315. package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.js +15 -13
  316. package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.js.map +1 -1
  317. package/dist/components/RecordEdition/index.d.ts +1 -0
  318. package/dist/components/RecordEdition/index.js +1 -0
  319. package/dist/components/RecordEdition/index.js.map +1 -1
  320. package/dist/components/SelectTreeNode/SelectTreeNodeContent.js +1 -3
  321. package/dist/components/SelectTreeNode/SelectTreeNodeContent.js.map +1 -1
  322. package/dist/constants.d.ts +3 -0
  323. package/dist/constants.js +3 -0
  324. package/dist/constants.js.map +1 -1
  325. package/dist/hooks/useExecuteSaveViewMutation/index.d.ts +1 -0
  326. package/dist/{components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo → hooks/useExecuteSaveViewMutation}/index.js +1 -2
  327. package/dist/hooks/useExecuteSaveViewMutation/index.js.map +1 -0
  328. package/dist/hooks/useExecuteSaveViewMutation/useExecuteSaveViewMutation.d.ts +6 -0
  329. package/dist/hooks/{useExecuteAddViewMutation/useExecuteAddViewMutation.js → useExecuteSaveViewMutation/useExecuteSaveViewMutation.js} +8 -7
  330. package/dist/hooks/useExecuteSaveViewMutation/useExecuteSaveViewMutation.js.map +1 -0
  331. package/dist/hooks/useGetRecordValuesQuery/useGetRecordValuesQuery.d.ts +1 -1
  332. package/dist/hooks/useGetRecordValuesQuery/useGetRecordValuesQuery.js +2 -2
  333. package/dist/hooks/useGetRecordValuesQuery/useGetRecordValuesQuery.js.map +1 -1
  334. package/dist/locales/en/shared.json +62 -12
  335. package/dist/locales/fr/shared.json +64 -14
  336. package/dist/types/views.d.ts +1 -1
  337. package/package.json +2 -2
  338. package/dist/components/Explorer/display-view-filters/ExplorerFilterBar.d.ts +0 -2
  339. package/dist/components/Explorer/display-view-filters/ExplorerFilterBar.js +0 -37
  340. package/dist/components/Explorer/display-view-filters/ExplorerFilterBar.js.map +0 -1
  341. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/SimpleFilterDropDown.d.ts +0 -3
  342. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/SimpleFilterDropDown.js +0 -72
  343. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/SimpleFilterDropDown.js.map +0 -1
  344. package/dist/components/Explorer/nullValuesConditions.js.map +0 -1
  345. package/dist/components/Explorer/useCreateAction.js +0 -40
  346. package/dist/components/Explorer/useCreateAction.js.map +0 -1
  347. package/dist/components/Explorer/useDeactivateAction.d.ts +0 -12
  348. package/dist/components/Explorer/useDeactivateAction.js +0 -52
  349. package/dist/components/Explorer/useDeactivateAction.js.map +0 -1
  350. package/dist/components/Explorer/useEditAction.js.map +0 -1
  351. package/dist/components/Explorer/usePrimaryActions.js +0 -21
  352. package/dist/components/Explorer/usePrimaryActions.js.map +0 -1
  353. package/dist/components/RecordEdition/EditRecordContent/EditRecordSkeleton.js.map +0 -1
  354. package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/useValueDetailsButton.d.ts +0 -8
  355. package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/useValueDetailsButton.js +0 -23
  356. package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/useValueDetailsButton.js.map +0 -1
  357. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/AttributeDetails.d.ts +0 -6
  358. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/AttributeDetails.js +0 -56
  359. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/AttributeDetails.js.map +0 -1
  360. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/index.d.ts +0 -2
  361. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/index.js.map +0 -1
  362. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/TreeValuePath.d.ts +0 -8
  363. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/TreeValuePath.js +0 -41
  364. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/TreeValuePath.js.map +0 -1
  365. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/index.d.ts +0 -2
  366. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/index.js.map +0 -1
  367. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.d.ts +0 -10
  368. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.js +0 -63
  369. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.js.map +0 -1
  370. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/ValueInfo.d.ts +0 -2
  371. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/ValueInfo.js +0 -76
  372. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/ValueInfo.js.map +0 -1
  373. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/index.d.ts +0 -2
  374. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/index.js.map +0 -1
  375. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.d.ts +0 -11
  376. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.js +0 -43
  377. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.js.map +0 -1
  378. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/index.d.ts +0 -2
  379. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/index.js.map +0 -1
  380. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/index.d.ts +0 -2
  381. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/index.js.map +0 -1
  382. package/dist/hooks/useExecuteAddViewMutation/useExecuteAddViewMutation.d.ts +0 -6
  383. 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']>;
@@ -343,7 +344,9 @@ export declare enum LogAction {
343
344
  VALUE_DELETE = "VALUE_DELETE",
344
345
  VALUE_SAVE = "VALUE_SAVE",
345
346
  VERSION_PROFILE_DELETE = "VERSION_PROFILE_DELETE",
346
- VERSION_PROFILE_SAVE = "VERSION_PROFILE_SAVE"
347
+ VERSION_PROFILE_SAVE = "VERSION_PROFILE_SAVE",
348
+ fakeplugin_FAKE_PLUGIN_ACTION = "fakeplugin_FAKE_PLUGIN_ACTION",
349
+ fakeplugin_FAKE_PLUGIN_ACTION2 = "fakeplugin_FAKE_PLUGIN_ACTION2"
347
350
  }
348
351
  export type LogFilterInput = {
349
352
  actions?: InputMaybe<Array<LogAction>>;
@@ -464,7 +467,8 @@ export declare enum PermissionsActions {
464
467
  detach = "detach",
465
468
  edit_children = "edit_children",
466
469
  edit_record = "edit_record",
467
- edit_value = "edit_value"
470
+ edit_value = "edit_value",
471
+ fake_plugin_permission = "fake_plugin_permission"
468
472
  }
469
473
  export declare enum PermissionsRelation {
470
474
  and = "and",
@@ -739,7 +743,7 @@ export type ViewInput = {
739
743
  label?: InputMaybe<Scalars['SystemTranslation']>;
740
744
  library: Scalars['String'];
741
745
  shared: Scalars['Boolean'];
742
- sort?: InputMaybe<RecordSortInput>;
746
+ sort?: InputMaybe<Array<RecordSortInput>>;
743
747
  valuesVersions?: InputMaybe<Array<ViewValuesVersionInput>>;
744
748
  };
745
749
  export declare enum ViewSizes {
@@ -838,7 +842,6 @@ export type AttributeDetailsLinkAttributeFragment = {
838
842
  };
839
843
  export type AttributeDetailsStandardAttributeFragment = {
840
844
  unique?: boolean | null;
841
- maxLength?: number | null;
842
845
  id: string;
843
846
  type: AttributeType;
844
847
  format?: AttributeFormat | null;
@@ -953,6 +956,11 @@ export type AttributesByLibAttributeTreeAttributeFragment = {
953
956
  } | null;
954
957
  };
955
958
  export type AttributesByLibAttributeFragment = AttributesByLibAttributeLinkAttributeFragment | AttributesByLibAttributeStandardAttributeFragment | AttributesByLibAttributeTreeAttributeFragment;
959
+ export type AttributesByLibLinkAttributeFragment = {
960
+ linked_library?: {
961
+ id: string;
962
+ } | null;
963
+ };
956
964
  export type LibraryLightFragment = {
957
965
  id: string;
958
966
  label?: any | null;
@@ -1483,6 +1491,7 @@ export type RecordFormElementFragment = {
1483
1491
  format?: AttributeFormat | null;
1484
1492
  system: boolean;
1485
1493
  readonly: boolean;
1494
+ required: boolean;
1486
1495
  multiple_values: boolean;
1487
1496
  compute: boolean;
1488
1497
  linked_library?: {
@@ -1558,6 +1567,7 @@ export type RecordFormElementFragment = {
1558
1567
  }> | null;
1559
1568
  }> | null;
1560
1569
  } | {
1570
+ character_limit?: number | null;
1561
1571
  id: string;
1562
1572
  label?: any | null;
1563
1573
  description?: any | null;
@@ -1565,6 +1575,7 @@ export type RecordFormElementFragment = {
1565
1575
  format?: AttributeFormat | null;
1566
1576
  system: boolean;
1567
1577
  readonly: boolean;
1578
+ required: boolean;
1568
1579
  multiple_values: boolean;
1569
1580
  compute: boolean;
1570
1581
  values_list?: {
@@ -1634,6 +1645,7 @@ export type RecordFormElementFragment = {
1634
1645
  format?: AttributeFormat | null;
1635
1646
  system: boolean;
1636
1647
  readonly: boolean;
1648
+ required: boolean;
1637
1649
  multiple_values: boolean;
1638
1650
  compute: boolean;
1639
1651
  linked_tree?: {
@@ -2138,6 +2150,7 @@ export type RecordFormAttributeLinkAttributeFragment = {
2138
2150
  format?: AttributeFormat | null;
2139
2151
  system: boolean;
2140
2152
  readonly: boolean;
2153
+ required: boolean;
2141
2154
  multiple_values: boolean;
2142
2155
  compute: boolean;
2143
2156
  linked_library?: {
@@ -2214,6 +2227,7 @@ export type RecordFormAttributeLinkAttributeFragment = {
2214
2227
  }> | null;
2215
2228
  };
2216
2229
  export type RecordFormAttributeStandardAttributeFragment = {
2230
+ character_limit?: number | null;
2217
2231
  id: string;
2218
2232
  label?: any | null;
2219
2233
  description?: any | null;
@@ -2221,6 +2235,7 @@ export type RecordFormAttributeStandardAttributeFragment = {
2221
2235
  format?: AttributeFormat | null;
2222
2236
  system: boolean;
2223
2237
  readonly: boolean;
2238
+ required: boolean;
2224
2239
  multiple_values: boolean;
2225
2240
  compute: boolean;
2226
2241
  values_list?: {
@@ -2291,6 +2306,7 @@ export type RecordFormAttributeTreeAttributeFragment = {
2291
2306
  format?: AttributeFormat | null;
2292
2307
  system: boolean;
2293
2308
  readonly: boolean;
2309
+ required: boolean;
2294
2310
  multiple_values: boolean;
2295
2311
  compute: boolean;
2296
2312
  linked_tree?: {
@@ -2497,10 +2513,10 @@ export type ViewDetailsFragment = {
2497
2513
  label?: any | null;
2498
2514
  } | null;
2499
2515
  }> | null;
2500
- sort?: {
2516
+ sort?: Array<{
2501
2517
  field: string;
2502
2518
  order: SortOrder;
2503
- } | null;
2519
+ }> | null;
2504
2520
  valuesVersions?: Array<{
2505
2521
  treeId: string;
2506
2522
  treeNode: {
@@ -2525,6 +2541,23 @@ export type ViewDetailsFragment = {
2525
2541
  id: string;
2526
2542
  }> | null;
2527
2543
  };
2544
+ export type ViewDetailsFilterFragment = {
2545
+ field?: string | null;
2546
+ value?: string | null;
2547
+ condition?: RecordFilterCondition | null;
2548
+ operator?: RecordFilterOperator | null;
2549
+ tree?: {
2550
+ id: string;
2551
+ label?: any | null;
2552
+ } | null;
2553
+ };
2554
+ export type LinkAttributeDetailsFragment = {
2555
+ label?: any | null;
2556
+ linked_library?: {
2557
+ id: string;
2558
+ label?: any | null;
2559
+ } | null;
2560
+ };
2528
2561
  export type AttributePropertiesFragment = {
2529
2562
  id: string;
2530
2563
  label?: any | null;
@@ -2568,8 +2601,115 @@ export type PropertyValueTreeValueFragment = {
2568
2601
  };
2569
2602
  export type PropertyValueValueFragment = {
2570
2603
  valuePayload?: any | null;
2604
+ valueRawPayload?: any | null;
2571
2605
  };
2572
2606
  export type PropertyValueFragment = PropertyValueLinkValueFragment | PropertyValueTreeValueFragment | PropertyValueValueFragment;
2607
+ export type LinkPropertyLinkValueFragment = {
2608
+ id_value?: string | null;
2609
+ payload?: {
2610
+ id: string;
2611
+ properties: Array<{
2612
+ attributeId: string;
2613
+ attributeProperties: {
2614
+ id: string;
2615
+ label?: any | null;
2616
+ type: AttributeType;
2617
+ format?: AttributeFormat | null;
2618
+ multiple_values: boolean;
2619
+ };
2620
+ values: Array<{
2621
+ linkPayload?: {
2622
+ id: string;
2623
+ whoAmI: {
2624
+ id: string;
2625
+ label?: string | null;
2626
+ subLabel?: string | null;
2627
+ color?: string | null;
2628
+ preview?: IPreviewScalar | null;
2629
+ library: {
2630
+ id: string;
2631
+ label?: any | null;
2632
+ };
2633
+ };
2634
+ } | null;
2635
+ } | {
2636
+ treePayload?: {
2637
+ record: {
2638
+ id: string;
2639
+ whoAmI: {
2640
+ id: string;
2641
+ label?: string | null;
2642
+ subLabel?: string | null;
2643
+ color?: string | null;
2644
+ preview?: IPreviewScalar | null;
2645
+ library: {
2646
+ id: string;
2647
+ label?: any | null;
2648
+ };
2649
+ };
2650
+ };
2651
+ } | null;
2652
+ } | {
2653
+ valuePayload?: any | null;
2654
+ valueRawPayload?: any | null;
2655
+ }>;
2656
+ }>;
2657
+ whoAmI: {
2658
+ id: string;
2659
+ label?: string | null;
2660
+ subLabel?: string | null;
2661
+ color?: string | null;
2662
+ preview?: IPreviewScalar | null;
2663
+ library: {
2664
+ id: string;
2665
+ label?: any | null;
2666
+ };
2667
+ };
2668
+ } | null;
2669
+ };
2670
+ export type LinkPropertyTreeValueValueFragment = {
2671
+ id_value?: string | null;
2672
+ };
2673
+ export type LinkPropertyFragment = LinkPropertyLinkValueFragment | LinkPropertyTreeValueValueFragment;
2674
+ export type LibraryAttributeLinkAttributeFragment = {
2675
+ id: string;
2676
+ type: AttributeType;
2677
+ label?: any | null;
2678
+ linked_library?: {
2679
+ id: string;
2680
+ label?: any | null;
2681
+ attributes?: Array<{
2682
+ id: string;
2683
+ type: AttributeType;
2684
+ format?: AttributeFormat | null;
2685
+ label?: any | null;
2686
+ }> | null;
2687
+ } | null;
2688
+ };
2689
+ export type LibraryAttributeStandardAttributeFragment = {
2690
+ format?: AttributeFormat | null;
2691
+ id: string;
2692
+ type: AttributeType;
2693
+ label?: any | null;
2694
+ };
2695
+ export type LibraryAttributeTreeAttributeFragment = {
2696
+ id: string;
2697
+ type: AttributeType;
2698
+ label?: any | null;
2699
+ };
2700
+ export type LibraryAttributeFragment = LibraryAttributeLinkAttributeFragment | LibraryAttributeStandardAttributeFragment | LibraryAttributeTreeAttributeFragment;
2701
+ export type LibraryAttributeLinkFragment = {
2702
+ linked_library?: {
2703
+ id: string;
2704
+ label?: any | null;
2705
+ attributes?: Array<{
2706
+ id: string;
2707
+ type: AttributeType;
2708
+ format?: AttributeFormat | null;
2709
+ label?: any | null;
2710
+ }> | null;
2711
+ } | null;
2712
+ };
2573
2713
  export type CheckApplicationExistenceQueryVariables = Exact<{
2574
2714
  id?: InputMaybe<Scalars['ID']>;
2575
2715
  endpoint?: InputMaybe<Scalars['String']>;
@@ -2718,7 +2858,6 @@ export type GetAttributeByIdQuery = {
2718
2858
  }> | null;
2719
2859
  } | {
2720
2860
  unique?: boolean | null;
2721
- maxLength?: number | null;
2722
2861
  id: string;
2723
2862
  type: AttributeType;
2724
2863
  format?: AttributeFormat | null;
@@ -2928,7 +3067,6 @@ export type SaveAttributeMutation = {
2928
3067
  }> | null;
2929
3068
  } | {
2930
3069
  unique?: boolean | null;
2931
- maxLength?: number | null;
2932
3070
  id: string;
2933
3071
  type: AttributeType;
2934
3072
  format?: AttributeFormat | null;
@@ -3442,11 +3580,10 @@ export type CreateRecordMutation = {
3442
3580
  };
3443
3581
  } | null;
3444
3582
  valuesErrors?: Array<{
3445
- attributeId: string;
3446
- id_value?: string | null;
3447
- input?: string | null;
3448
- message?: string | null;
3449
3583
  type: string;
3584
+ attribute: string;
3585
+ input?: string | null;
3586
+ message: string;
3450
3587
  }> | null;
3451
3588
  };
3452
3589
  };
@@ -3964,6 +4101,7 @@ export type RecordFormQuery = {
3964
4101
  format?: AttributeFormat | null;
3965
4102
  system: boolean;
3966
4103
  readonly: boolean;
4104
+ required: boolean;
3967
4105
  multiple_values: boolean;
3968
4106
  compute: boolean;
3969
4107
  linked_library?: {
@@ -4039,6 +4177,7 @@ export type RecordFormQuery = {
4039
4177
  }> | null;
4040
4178
  }> | null;
4041
4179
  } | {
4180
+ character_limit?: number | null;
4042
4181
  id: string;
4043
4182
  label?: any | null;
4044
4183
  description?: any | null;
@@ -4046,6 +4185,7 @@ export type RecordFormQuery = {
4046
4185
  format?: AttributeFormat | null;
4047
4186
  system: boolean;
4048
4187
  readonly: boolean;
4188
+ required: boolean;
4049
4189
  multiple_values: boolean;
4050
4190
  compute: boolean;
4051
4191
  values_list?: {
@@ -4115,6 +4255,7 @@ export type RecordFormQuery = {
4115
4255
  format?: AttributeFormat | null;
4116
4256
  system: boolean;
4117
4257
  readonly: boolean;
4258
+ required: boolean;
4118
4259
  multiple_values: boolean;
4119
4260
  compute: boolean;
4120
4261
  linked_tree?: {
@@ -5780,10 +5921,10 @@ export type GetViewQuery = {
5780
5921
  label?: any | null;
5781
5922
  } | null;
5782
5923
  }> | null;
5783
- sort?: {
5924
+ sort?: Array<{
5784
5925
  field: string;
5785
5926
  order: SortOrder;
5786
- } | null;
5927
+ }> | null;
5787
5928
  valuesVersions?: Array<{
5788
5929
  treeId: string;
5789
5930
  treeNode: {
@@ -5845,10 +5986,10 @@ export type GetViewsListQuery = {
5845
5986
  label?: any | null;
5846
5987
  } | null;
5847
5988
  }> | null;
5848
- sort?: {
5989
+ sort?: Array<{
5849
5990
  field: string;
5850
5991
  order: SortOrder;
5851
- } | null;
5992
+ }> | null;
5852
5993
  valuesVersions?: Array<{
5853
5994
  treeId: string;
5854
5995
  treeNode: {
@@ -5875,10 +6016,10 @@ export type GetViewsListQuery = {
5875
6016
  }>;
5876
6017
  };
5877
6018
  };
5878
- export type AddViewMutationVariables = Exact<{
6019
+ export type SaveViewMutationVariables = Exact<{
5879
6020
  view: ViewInput;
5880
6021
  }>;
5881
- export type AddViewMutation = {
6022
+ export type SaveViewMutation = {
5882
6023
  saveView: {
5883
6024
  id: string;
5884
6025
  shared: boolean;
@@ -5909,10 +6050,10 @@ export type AddViewMutation = {
5909
6050
  label?: any | null;
5910
6051
  } | null;
5911
6052
  }> | null;
5912
- sort?: {
6053
+ sort?: Array<{
5913
6054
  field: string;
5914
6055
  order: SortOrder;
5915
- } | null;
6056
+ }> | null;
5916
6057
  valuesVersions?: Array<{
5917
6058
  treeId: string;
5918
6059
  treeNode: {
@@ -5948,10 +6089,38 @@ export type ExplorerAttributesQuery = {
5948
6089
  type: AttributeType;
5949
6090
  format?: AttributeFormat | null;
5950
6091
  label?: any | null;
6092
+ linked_library?: {
6093
+ id: string;
6094
+ label?: any | null;
6095
+ } | null;
6096
+ } | {
6097
+ id: string;
6098
+ type: AttributeType;
6099
+ format?: AttributeFormat | null;
6100
+ label?: any | null;
5951
6101
  }>;
5952
6102
  } | null;
5953
6103
  };
5954
- export type ExplorerQueryVariables = Exact<{
6104
+ export type ExplorerLinkAttributeQueryVariables = Exact<{
6105
+ id: Scalars['ID'];
6106
+ }>;
6107
+ export type ExplorerLinkAttributeQuery = {
6108
+ attributes?: {
6109
+ list: Array<{
6110
+ label?: any | null;
6111
+ id: string;
6112
+ multiple_values: boolean;
6113
+ linked_library?: {
6114
+ id: string;
6115
+ label?: any | null;
6116
+ } | null;
6117
+ } | {
6118
+ id: string;
6119
+ multiple_values: boolean;
6120
+ }>;
6121
+ } | null;
6122
+ };
6123
+ export type ExplorerLibraryDataQueryVariables = Exact<{
5955
6124
  libraryId: Scalars['ID'];
5956
6125
  attributeIds: Array<Scalars['ID']> | Scalars['ID'];
5957
6126
  pagination?: InputMaybe<RecordsPagination>;
@@ -5959,7 +6128,7 @@ export type ExplorerQueryVariables = Exact<{
5959
6128
  multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
5960
6129
  searchQuery?: InputMaybe<Scalars['String']>;
5961
6130
  }>;
5962
- export type ExplorerQuery = {
6131
+ export type ExplorerLibraryDataQuery = {
5963
6132
  records: {
5964
6133
  totalCount?: number | null;
5965
6134
  list: Array<{
@@ -6018,15 +6187,134 @@ export type ExplorerQuery = {
6018
6187
  } | null;
6019
6188
  } | {
6020
6189
  valuePayload?: any | null;
6190
+ valueRawPayload?: any | null;
6021
6191
  }>;
6022
6192
  }>;
6023
6193
  }>;
6024
6194
  };
6025
6195
  };
6026
- export type ExplorerLibraryDataQueryVariables = Exact<{
6196
+ export type ExplorerLinkDataQueryVariables = Exact<{
6197
+ attributeIds: Array<Scalars['ID']> | Scalars['ID'];
6198
+ parentLibraryId: Scalars['ID'];
6199
+ parentRecordId?: InputMaybe<Scalars['String']>;
6200
+ linkAttributeId: Scalars['ID'];
6201
+ }>;
6202
+ export type ExplorerLinkDataQuery = {
6203
+ records: {
6204
+ list: Array<{
6205
+ id: string;
6206
+ whoAmI: {
6207
+ id: string;
6208
+ library: {
6209
+ id: string;
6210
+ };
6211
+ };
6212
+ property: Array<{
6213
+ id_value?: string | null;
6214
+ payload?: {
6215
+ id: string;
6216
+ whoAmI: {
6217
+ id: string;
6218
+ label?: string | null;
6219
+ subLabel?: string | null;
6220
+ color?: string | null;
6221
+ preview?: IPreviewScalar | null;
6222
+ library: {
6223
+ id: string;
6224
+ label?: any | null;
6225
+ };
6226
+ };
6227
+ properties: Array<{
6228
+ attributeId: string;
6229
+ attributeProperties: {
6230
+ id: string;
6231
+ label?: any | null;
6232
+ type: AttributeType;
6233
+ format?: AttributeFormat | null;
6234
+ multiple_values: boolean;
6235
+ };
6236
+ values: Array<{
6237
+ linkPayload?: {
6238
+ id: string;
6239
+ whoAmI: {
6240
+ id: string;
6241
+ label?: string | null;
6242
+ subLabel?: string | null;
6243
+ color?: string | null;
6244
+ preview?: IPreviewScalar | null;
6245
+ library: {
6246
+ id: string;
6247
+ label?: any | null;
6248
+ };
6249
+ };
6250
+ } | null;
6251
+ } | {
6252
+ treePayload?: {
6253
+ record: {
6254
+ id: string;
6255
+ whoAmI: {
6256
+ id: string;
6257
+ label?: string | null;
6258
+ subLabel?: string | null;
6259
+ color?: string | null;
6260
+ preview?: IPreviewScalar | null;
6261
+ library: {
6262
+ id: string;
6263
+ label?: any | null;
6264
+ };
6265
+ };
6266
+ };
6267
+ } | null;
6268
+ } | {
6269
+ valuePayload?: any | null;
6270
+ valueRawPayload?: any | null;
6271
+ }>;
6272
+ }>;
6273
+ } | null;
6274
+ } | {
6275
+ id_value?: string | null;
6276
+ }>;
6277
+ }>;
6278
+ };
6279
+ };
6280
+ export type GetLibraryAttributesQueryVariables = Exact<{
6027
6281
  libraryId: Scalars['ID'];
6028
6282
  }>;
6029
- export type ExplorerLibraryDataQuery = {
6283
+ export type GetLibraryAttributesQuery = {
6284
+ libraries?: {
6285
+ list: Array<{
6286
+ id: string;
6287
+ attributes?: Array<{
6288
+ id: string;
6289
+ type: AttributeType;
6290
+ label?: any | null;
6291
+ linked_library?: {
6292
+ id: string;
6293
+ label?: any | null;
6294
+ attributes?: Array<{
6295
+ id: string;
6296
+ type: AttributeType;
6297
+ format?: AttributeFormat | null;
6298
+ label?: any | null;
6299
+ }> | null;
6300
+ } | null;
6301
+ } | {
6302
+ format?: AttributeFormat | null;
6303
+ id: string;
6304
+ type: AttributeType;
6305
+ label?: any | null;
6306
+ } | {
6307
+ id: string;
6308
+ type: AttributeType;
6309
+ label?: any | null;
6310
+ }> | null;
6311
+ }>;
6312
+ } | null;
6313
+ };
6314
+ export type ExplorerLibraryDetailsQueryVariables = Exact<{
6315
+ libraryId: Scalars['ID'];
6316
+ }>;
6317
+ export type ExplorerLibraryDetailsQuery = {
6030
6318
  libraries?: {
6031
6319
  list: Array<{
6032
6320
  id: string;
@@ -6034,6 +6322,17 @@ export type ExplorerLibraryDataQuery = {
6034
6322
  }>;
6035
6323
  } | null;
6036
6324
  };
6325
+ export type ExplorerSelectionIdsQueryVariables = Exact<{
6326
+ libraryId: Scalars['ID'];
6327
+ filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
6328
+ }>;
6329
+ export type ExplorerSelectionIdsQuery = {
6330
+ records: {
6331
+ list: Array<{
6332
+ id: string;
6333
+ }>;
6334
+ };
6335
+ };
6037
6336
  export type TreeDataQueryQueryVariables = Exact<{
6038
6337
  treeId: Scalars['ID'];
6039
6338
  }>;
@@ -6048,6 +6347,7 @@ export type TreeDataQueryQuery = {
6048
6347
  export declare const RecordIdentityFragmentDoc: Apollo.DocumentNode;
6049
6348
  export declare const DetailsApplicationFragmentDoc: Apollo.DocumentNode;
6050
6349
  export declare const AttributeDetailsFragmentDoc: Apollo.DocumentNode;
6350
+ export declare const AttributesByLibLinkAttributeFragmentDoc: Apollo.DocumentNode;
6051
6351
  export declare const AttributesByLibAttributeFragmentDoc: Apollo.DocumentNode;
6052
6352
  export declare const LibraryLightFragmentDoc: Apollo.DocumentNode;
6053
6353
  export declare const LibraryLinkAttributeDetailsFragmentDoc: Apollo.DocumentNode;
@@ -6062,9 +6362,14 @@ export declare const RecordFormElementFragmentDoc: Apollo.DocumentNode;
6062
6362
  export declare const TreeLightFragmentDoc: Apollo.DocumentNode;
6063
6363
  export declare const TreeDetailsFragmentDoc: Apollo.DocumentNode;
6064
6364
  export declare const TreeNodeChildFragmentDoc: Apollo.DocumentNode;
6365
+ export declare const ViewDetailsFilterFragmentDoc: Apollo.DocumentNode;
6065
6366
  export declare const ViewDetailsFragmentDoc: Apollo.DocumentNode;
6066
- export declare const PropertyValueFragmentDoc: Apollo.DocumentNode;
6367
+ export declare const LinkAttributeDetailsFragmentDoc: Apollo.DocumentNode;
6067
6368
  export declare const AttributePropertiesFragmentDoc: Apollo.DocumentNode;
6369
+ export declare const PropertyValueFragmentDoc: Apollo.DocumentNode;
6370
+ export declare const LinkPropertyFragmentDoc: Apollo.DocumentNode;
6371
+ export declare const LibraryAttributeLinkFragmentDoc: Apollo.DocumentNode;
6372
+ export declare const LibraryAttributeFragmentDoc: Apollo.DocumentNode;
6068
6373
  export declare const CheckApplicationExistenceDocument: Apollo.DocumentNode;
6069
6374
  /**
6070
6375
  * __useCheckApplicationExistenceQuery__
@@ -7450,31 +7755,31 @@ export declare function useGetViewsListLazyQuery(baseOptions?: Apollo.LazyQueryH
7450
7755
  export type GetViewsListQueryHookResult = ReturnType<typeof useGetViewsListQuery>;
7451
7756
  export type GetViewsListLazyQueryHookResult = ReturnType<typeof useGetViewsListLazyQuery>;
7452
7757
  export type GetViewsListQueryResult = Apollo.QueryResult<GetViewsListQuery, GetViewsListQueryVariables>;
7453
- export declare const AddViewDocument: Apollo.DocumentNode;
7454
- export type AddViewMutationFn = Apollo.MutationFunction<AddViewMutation, AddViewMutationVariables>;
7758
+ export declare const SaveViewDocument: Apollo.DocumentNode;
7759
+ export type SaveViewMutationFn = Apollo.MutationFunction<SaveViewMutation, SaveViewMutationVariables>;
7455
7760
  /**
7456
- * __useAddViewMutation__
7761
+ * __useSaveViewMutation__
7457
7762
  *
7458
- * To run a mutation, you first call `useAddViewMutation` within a React component and pass it any options that fit your needs.
7459
- * When your component renders, `useAddViewMutation` returns a tuple that includes:
7763
+ * To run a mutation, you first call `useSaveViewMutation` within a React component and pass it any options that fit your needs.
7764
+ * When your component renders, `useSaveViewMutation` returns a tuple that includes:
7460
7765
  * - A mutate function that you can call at any time to execute the mutation
7461
7766
  * - An object with fields that represent the current status of the mutation's execution
7462
7767
  *
7463
7768
  * @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;
7464
7769
  *
7465
7770
  * @example
7466
- * const [addViewMutation, { data, loading, error }] = useAddViewMutation({
7771
+ * const [saveViewMutation, { data, loading, error }] = useSaveViewMutation({
7467
7772
  * variables: {
7468
7773
  * view: // value for 'view'
7469
7774
  * },
7470
7775
  * });
7471
7776
  */
7472
- export declare function useAddViewMutation(baseOptions?: Apollo.MutationHookOptions<AddViewMutation, AddViewMutationVariables>): Apollo.MutationTuple<AddViewMutation, Exact<{
7777
+ export declare function useSaveViewMutation(baseOptions?: Apollo.MutationHookOptions<SaveViewMutation, SaveViewMutationVariables>): Apollo.MutationTuple<SaveViewMutation, Exact<{
7473
7778
  view: ViewInput;
7474
7779
  }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
7475
- export type AddViewMutationHookResult = ReturnType<typeof useAddViewMutation>;
7476
- export type AddViewMutationResult = Apollo.MutationResult<AddViewMutation>;
7477
- export type AddViewMutationOptions = Apollo.BaseMutationOptions<AddViewMutation, AddViewMutationVariables>;
7780
+ export type SaveViewMutationHookResult = ReturnType<typeof useSaveViewMutation>;
7781
+ export type SaveViewMutationResult = Apollo.MutationResult<SaveViewMutation>;
7782
+ export type SaveViewMutationOptions = Apollo.BaseMutationOptions<SaveViewMutation, SaveViewMutationVariables>;
7478
7783
  export declare const ExplorerAttributesDocument: Apollo.DocumentNode;
7479
7784
  /**
7480
7785
  * __useExplorerAttributesQuery__
@@ -7501,18 +7806,44 @@ export declare function useExplorerAttributesLazyQuery(baseOptions?: Apollo.Lazy
7501
7806
  export type ExplorerAttributesQueryHookResult = ReturnType<typeof useExplorerAttributesQuery>;
7502
7807
  export type ExplorerAttributesLazyQueryHookResult = ReturnType<typeof useExplorerAttributesLazyQuery>;
7503
7808
  export type ExplorerAttributesQueryResult = Apollo.QueryResult<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>;
7504
- export declare const ExplorerDocument: Apollo.DocumentNode;
7809
+ export declare const ExplorerLinkAttributeDocument: Apollo.DocumentNode;
7505
7810
  /**
7506
- * __useExplorerQuery__
7811
+ * __useExplorerLinkAttributeQuery__
7507
7812
  *
7508
- * To run a query within a React component, call `useExplorerQuery` and pass it any options that fit your needs.
7509
- * When your component renders, `useExplorerQuery` returns an object from Apollo Client that contains loading, error, and data properties
7813
+ * To run a query within a React component, call `useExplorerLinkAttributeQuery` and pass it any options that fit your needs.
7814
+ * When your component renders, `useExplorerLinkAttributeQuery` returns an object from Apollo Client that contains loading, error, and data properties
7510
7815
  * you can use to render your UI.
7511
7816
  *
7512
7817
  * @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;
7513
7818
  *
7514
7819
  * @example
7515
- * const { data, loading, error } = useExplorerQuery({
7820
+ * const { data, loading, error } = useExplorerLinkAttributeQuery({
7821
+ * variables: {
7822
+ * id: // value for 'id'
7823
+ * },
7824
+ * });
7825
+ */
7826
+ export declare function useExplorerLinkAttributeQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>): Apollo.QueryResult<ExplorerLinkAttributeQuery, Exact<{
7827
+ id: Scalars["ID"];
7828
+ }>>;
7829
+ export declare function useExplorerLinkAttributeLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLinkAttributeQuery, Exact<{
7830
+ id: Scalars["ID"];
7831
+ }>>;
7832
+ export type ExplorerLinkAttributeQueryHookResult = ReturnType<typeof useExplorerLinkAttributeQuery>;
7833
+ export type ExplorerLinkAttributeLazyQueryHookResult = ReturnType<typeof useExplorerLinkAttributeLazyQuery>;
7834
+ export type ExplorerLinkAttributeQueryResult = Apollo.QueryResult<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>;
7835
+ export declare const ExplorerLibraryDataDocument: Apollo.DocumentNode;
7836
+ /**
7837
+ * __useExplorerLibraryDataQuery__
7838
+ *
7839
+ * To run a query within a React component, call `useExplorerLibraryDataQuery` and pass it any options that fit your needs.
7840
+ * When your component renders, `useExplorerLibraryDataQuery` returns an object from Apollo Client that contains loading, error, and data properties
7841
+ * you can use to render your UI.
7842
+ *
7843
+ * @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;
7844
+ *
7845
+ * @example
7846
+ * const { data, loading, error } = useExplorerLibraryDataQuery({
7516
7847
  * variables: {
7517
7848
  * libraryId: // value for 'libraryId'
7518
7849
  * attributeIds: // value for 'attributeIds'
@@ -7523,7 +7854,7 @@ export declare const ExplorerDocument: Apollo.DocumentNode;
7523
7854
  * },
7524
7855
  * });
7525
7856
  */
7526
- export declare function useExplorerQuery(baseOptions: Apollo.QueryHookOptions<ExplorerQuery, ExplorerQueryVariables>): Apollo.QueryResult<ExplorerQuery, Exact<{
7857
+ export declare function useExplorerLibraryDataQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>): Apollo.QueryResult<ExplorerLibraryDataQuery, Exact<{
7527
7858
  libraryId: Scalars["ID"];
7528
7859
  attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
7529
7860
  pagination?: InputMaybe<RecordsPagination>;
@@ -7531,7 +7862,7 @@ export declare function useExplorerQuery(baseOptions: Apollo.QueryHookOptions<Ex
7531
7862
  multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
7532
7863
  searchQuery?: InputMaybe<Scalars["String"]>;
7533
7864
  }>>;
7534
- export declare function useExplorerLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerQuery, ExplorerQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerQuery, Exact<{
7865
+ export declare function useExplorerLibraryDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLibraryDataQuery, Exact<{
7535
7866
  libraryId: Scalars["ID"];
7536
7867
  attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
7537
7868
  pagination?: InputMaybe<RecordsPagination>;
@@ -7539,35 +7870,125 @@ export declare function useExplorerLazyQuery(baseOptions?: Apollo.LazyQueryHookO
7539
7870
  multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
7540
7871
  searchQuery?: InputMaybe<Scalars["String"]>;
7541
7872
  }>>;
7542
- export type ExplorerQueryHookResult = ReturnType<typeof useExplorerQuery>;
7543
- export type ExplorerLazyQueryHookResult = ReturnType<typeof useExplorerLazyQuery>;
7544
- export type ExplorerQueryResult = Apollo.QueryResult<ExplorerQuery, ExplorerQueryVariables>;
7545
- export declare const ExplorerLibraryDataDocument: Apollo.DocumentNode;
7873
+ export type ExplorerLibraryDataQueryHookResult = ReturnType<typeof useExplorerLibraryDataQuery>;
7874
+ export type ExplorerLibraryDataLazyQueryHookResult = ReturnType<typeof useExplorerLibraryDataLazyQuery>;
7875
+ export type ExplorerLibraryDataQueryResult = Apollo.QueryResult<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>;
7876
+ export declare const ExplorerLinkDataDocument: Apollo.DocumentNode;
7546
7877
  /**
7547
- * __useExplorerLibraryDataQuery__
7878
+ * __useExplorerLinkDataQuery__
7548
7879
  *
7549
- * To run a query within a React component, call `useExplorerLibraryDataQuery` and pass it any options that fit your needs.
7550
- * When your component renders, `useExplorerLibraryDataQuery` returns an object from Apollo Client that contains loading, error, and data properties
7880
+ * To run a query within a React component, call `useExplorerLinkDataQuery` and pass it any options that fit your needs.
7881
+ * When your component renders, `useExplorerLinkDataQuery` returns an object from Apollo Client that contains loading, error, and data properties
7551
7882
  * you can use to render your UI.
7552
7883
  *
7553
7884
  * @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;
7554
7885
  *
7555
7886
  * @example
7556
- * const { data, loading, error } = useExplorerLibraryDataQuery({
7887
+ * const { data, loading, error } = useExplorerLinkDataQuery({
7888
+ * variables: {
7889
+ * attributeIds: // value for 'attributeIds'
7890
+ * parentLibraryId: // value for 'parentLibraryId'
7891
+ * parentRecordId: // value for 'parentRecordId'
7892
+ * linkAttributeId: // value for 'linkAttributeId'
7893
+ * },
7894
+ * });
7895
+ */
7896
+ export declare function useExplorerLinkDataQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>): Apollo.QueryResult<ExplorerLinkDataQuery, Exact<{
7897
+ attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
7898
+ parentLibraryId: Scalars["ID"];
7899
+ parentRecordId?: InputMaybe<Scalars["String"]>;
7900
+ linkAttributeId: Scalars["ID"];
7901
+ }>>;
7902
+ export declare function useExplorerLinkDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLinkDataQuery, Exact<{
7903
+ attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
7904
+ parentLibraryId: Scalars["ID"];
7905
+ parentRecordId?: InputMaybe<Scalars["String"]>;
7906
+ linkAttributeId: Scalars["ID"];
7907
+ }>>;
7908
+ export type ExplorerLinkDataQueryHookResult = ReturnType<typeof useExplorerLinkDataQuery>;
7909
+ export type ExplorerLinkDataLazyQueryHookResult = ReturnType<typeof useExplorerLinkDataLazyQuery>;
7910
+ export type ExplorerLinkDataQueryResult = Apollo.QueryResult<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>;
7911
+ export declare const GetLibraryAttributesDocument: Apollo.DocumentNode;
7912
+ /**
7913
+ * __useGetLibraryAttributesQuery__
7914
+ *
7915
+ * To run a query within a React component, call `useGetLibraryAttributesQuery` and pass it any options that fit your needs.
7916
+ * When your component renders, `useGetLibraryAttributesQuery` returns an object from Apollo Client that contains loading, error, and data properties
7917
+ * you can use to render your UI.
7918
+ *
7919
+ * @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;
7920
+ *
7921
+ * @example
7922
+ * const { data, loading, error } = useGetLibraryAttributesQuery({
7557
7923
  * variables: {
7558
7924
  * libraryId: // value for 'libraryId'
7559
7925
  * },
7560
7926
  * });
7561
7927
  */
7562
- export declare function useExplorerLibraryDataQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>): Apollo.QueryResult<ExplorerLibraryDataQuery, Exact<{
7928
+ export declare function useGetLibraryAttributesQuery(baseOptions: Apollo.QueryHookOptions<GetLibraryAttributesQuery, GetLibraryAttributesQueryVariables>): Apollo.QueryResult<GetLibraryAttributesQuery, Exact<{
7563
7929
  libraryId: Scalars["ID"];
7564
7930
  }>>;
7565
- export declare function useExplorerLibraryDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLibraryDataQuery, Exact<{
7931
+ export declare function useGetLibraryAttributesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryAttributesQuery, GetLibraryAttributesQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryAttributesQuery, Exact<{
7566
7932
  libraryId: Scalars["ID"];
7567
7933
  }>>;
7568
- export type ExplorerLibraryDataQueryHookResult = ReturnType<typeof useExplorerLibraryDataQuery>;
7569
- export type ExplorerLibraryDataLazyQueryHookResult = ReturnType<typeof useExplorerLibraryDataLazyQuery>;
7570
- export type ExplorerLibraryDataQueryResult = Apollo.QueryResult<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>;
7934
+ export type GetLibraryAttributesQueryHookResult = ReturnType<typeof useGetLibraryAttributesQuery>;
7935
+ export type GetLibraryAttributesLazyQueryHookResult = ReturnType<typeof useGetLibraryAttributesLazyQuery>;
7936
+ export type GetLibraryAttributesQueryResult = Apollo.QueryResult<GetLibraryAttributesQuery, GetLibraryAttributesQueryVariables>;
7937
+ export declare const ExplorerLibraryDetailsDocument: Apollo.DocumentNode;
7938
+ /**
7939
+ * __useExplorerLibraryDetailsQuery__
7940
+ *
7941
+ * To run a query within a React component, call `useExplorerLibraryDetailsQuery` and pass it any options that fit your needs.
7942
+ * When your component renders, `useExplorerLibraryDetailsQuery` returns an object from Apollo Client that contains loading, error, and data properties
7943
+ * you can use to render your UI.
7944
+ *
7945
+ * @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;
7946
+ *
7947
+ * @example
7948
+ * const { data, loading, error } = useExplorerLibraryDetailsQuery({
7949
+ * variables: {
7950
+ * libraryId: // value for 'libraryId'
7951
+ * },
7952
+ * });
7953
+ */
7954
+ export declare function useExplorerLibraryDetailsQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>): Apollo.QueryResult<ExplorerLibraryDetailsQuery, Exact<{
7955
+ libraryId: Scalars["ID"];
7956
+ }>>;
7957
+ export declare function useExplorerLibraryDetailsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLibraryDetailsQuery, Exact<{
7958
+ libraryId: Scalars["ID"];
7959
+ }>>;
7960
+ export type ExplorerLibraryDetailsQueryHookResult = ReturnType<typeof useExplorerLibraryDetailsQuery>;
7961
+ export type ExplorerLibraryDetailsLazyQueryHookResult = ReturnType<typeof useExplorerLibraryDetailsLazyQuery>;
7962
+ export type ExplorerLibraryDetailsQueryResult = Apollo.QueryResult<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>;
7963
+ export declare const ExplorerSelectionIdsDocument: Apollo.DocumentNode;
7964
+ /**
7965
+ * __useExplorerSelectionIdsQuery__
7966
+ *
7967
+ * To run a query within a React component, call `useExplorerSelectionIdsQuery` and pass it any options that fit your needs.
7968
+ * When your component renders, `useExplorerSelectionIdsQuery` returns an object from Apollo Client that contains loading, error, and data properties
7969
+ * you can use to render your UI.
7970
+ *
7971
+ * @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;
7972
+ *
7973
+ * @example
7974
+ * const { data, loading, error } = useExplorerSelectionIdsQuery({
7975
+ * variables: {
7976
+ * libraryId: // value for 'libraryId'
7977
+ * filters: // value for 'filters'
7978
+ * },
7979
+ * });
7980
+ */
7981
+ export declare function useExplorerSelectionIdsQuery(baseOptions: Apollo.QueryHookOptions<ExplorerSelectionIdsQuery, ExplorerSelectionIdsQueryVariables>): Apollo.QueryResult<ExplorerSelectionIdsQuery, Exact<{
7982
+ libraryId: Scalars["ID"];
7983
+ filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
7984
+ }>>;
7985
+ export declare function useExplorerSelectionIdsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerSelectionIdsQuery, ExplorerSelectionIdsQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerSelectionIdsQuery, Exact<{
7986
+ libraryId: Scalars["ID"];
7987
+ filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
7988
+ }>>;
7989
+ export type ExplorerSelectionIdsQueryHookResult = ReturnType<typeof useExplorerSelectionIdsQuery>;
7990
+ export type ExplorerSelectionIdsLazyQueryHookResult = ReturnType<typeof useExplorerSelectionIdsLazyQuery>;
7991
+ export type ExplorerSelectionIdsQueryResult = Apollo.QueryResult<ExplorerSelectionIdsQuery, ExplorerSelectionIdsQueryVariables>;
7571
7992
  export declare const TreeDataQueryDocument: Apollo.DocumentNode;
7572
7993
  /**
7573
7994
  * __useTreeDataQueryQuery__