@leav/ui 0.3.6-02eadfb → 0.3.6-0488d59

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 (344) hide show
  1. package/dist/__mocks__/common/attribute.d.ts +1 -0
  2. package/dist/__mocks__/common/attribute.js +9 -1
  3. package/dist/__mocks__/common/attribute.js.map +1 -1
  4. package/dist/__mocks__/common/form.d.ts +1 -0
  5. package/dist/__mocks__/common/form.js +15 -0
  6. package/dist/__mocks__/common/form.js.map +1 -1
  7. package/dist/__mocks__/common/value.js +3 -2
  8. package/dist/__mocks__/common/value.js.map +1 -1
  9. package/dist/__mocks__/common/view.js +7 -5
  10. package/dist/__mocks__/common/view.js.map +1 -1
  11. package/dist/__mocks__/mockQuery/mockGetLibraryDetailExtendedQuery.js +1 -1
  12. package/dist/__mocks__/mockQuery/mockGetLibraryDetailExtendedQuery.js.map +1 -1
  13. package/dist/__mocks__/mockQuery/mockGetViewListQuery.js +2 -1
  14. package/dist/__mocks__/mockQuery/mockGetViewListQuery.js.map +1 -1
  15. package/dist/_gqlTypes/index.d.ts +491 -72
  16. package/dist/_gqlTypes/index.js +274 -52
  17. package/dist/_gqlTypes/index.js.map +1 -1
  18. package/dist/_queries/attributes/getAttributesByLib.js +7 -5
  19. package/dist/_queries/attributes/getAttributesByLib.js.map +1 -1
  20. package/dist/_queries/libraries/getLibraryDetailExtendQuery.d.ts +3 -4
  21. package/dist/_queries/libraries/getLibraryDetailExtendQuery.js +2 -3
  22. package/dist/_queries/libraries/getLibraryDetailExtendQuery.js.map +1 -1
  23. package/dist/_queries/records/getRecordColumnsValues.d.ts +5 -3
  24. package/dist/_queries/records/getRecordColumnsValues.js +4 -1
  25. package/dist/_queries/records/getRecordColumnsValues.js.map +1 -1
  26. package/dist/_queries/records/getRecordsFromLibraryQuery.js +1 -0
  27. package/dist/_queries/records/getRecordsFromLibraryQuery.js.map +1 -1
  28. package/dist/_queries/records/recordFormAttributeFragment.js +2 -0
  29. package/dist/_queries/records/recordFormAttributeFragment.js.map +1 -1
  30. package/dist/_queries/views/saveViewMutation.js +1 -1
  31. package/dist/_queries/views/viewDetailsFragment.js +14 -11
  32. package/dist/_queries/views/viewDetailsFragment.js.map +1 -1
  33. package/dist/_utils/attributeType.d.ts +3 -0
  34. package/dist/_utils/attributeType.js +7 -0
  35. package/dist/_utils/attributeType.js.map +1 -0
  36. package/dist/_utils/index.js +5 -2
  37. package/dist/_utils/index.js.map +1 -1
  38. package/dist/_utils/interleaveElement.d.ts +1 -0
  39. package/dist/_utils/interleaveElement.js +5 -0
  40. package/dist/_utils/interleaveElement.js.map +1 -0
  41. package/dist/antdTheme/index.d.ts +0 -3
  42. package/dist/antdTheme/index.js +3 -42
  43. package/dist/antdTheme/index.js.map +1 -1
  44. package/dist/components/Explorer/DataView.d.ts +6 -1
  45. package/dist/components/Explorer/DataView.js +67 -18
  46. package/dist/components/Explorer/DataView.js.map +1 -1
  47. package/dist/components/Explorer/Explorer.d.ts +8 -6
  48. package/dist/components/Explorer/Explorer.js +69 -32
  49. package/dist/components/Explorer/Explorer.js.map +1 -1
  50. package/dist/components/Explorer/ExplorerTitle.d.ts +2 -0
  51. package/dist/components/Explorer/ExplorerTitle.js +28 -11
  52. package/dist/components/Explorer/ExplorerTitle.js.map +1 -1
  53. package/dist/components/Explorer/ExplorerToolbar.d.ts +5 -0
  54. package/dist/components/Explorer/ExplorerToolbar.js +45 -0
  55. package/dist/components/Explorer/ExplorerToolbar.js.map +1 -0
  56. package/dist/components/Explorer/TableCell.js +15 -6
  57. package/dist/components/Explorer/TableCell.js.map +1 -1
  58. package/dist/components/Explorer/_constants.d.ts +5 -0
  59. package/dist/components/Explorer/_constants.js +18 -0
  60. package/dist/components/Explorer/_constants.js.map +1 -0
  61. package/dist/components/Explorer/_queries/prepareFiltersForRequest.d.ts +4 -0
  62. package/dist/components/Explorer/_queries/prepareFiltersForRequest.js +99 -0
  63. package/dist/components/Explorer/_queries/prepareFiltersForRequest.js.map +1 -0
  64. package/dist/components/Explorer/_queries/useExplorerData.d.ts +15 -7
  65. package/dist/components/Explorer/_queries/useExplorerData.js +73 -20
  66. package/dist/components/Explorer/_queries/useExplorerData.js.map +1 -1
  67. package/dist/components/Explorer/_types.d.ts +70 -8
  68. package/dist/components/Explorer/_types.js +7 -1
  69. package/dist/components/Explorer/_types.js.map +1 -1
  70. package/dist/components/Explorer/conditionsHelper.d.ts +2 -0
  71. package/dist/components/Explorer/conditionsHelper.js +16 -0
  72. package/dist/components/Explorer/conditionsHelper.js.map +1 -0
  73. package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.d.ts +3 -2
  74. package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.js +1 -1
  75. package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.js.map +1 -1
  76. package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.d.ts +3 -1
  77. package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.js +9 -3
  78. package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.js.map +1 -1
  79. package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js +20 -10
  80. package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js.map +1 -1
  81. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/BooleanAttributeDropdown.d.ts +3 -0
  82. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/BooleanAttributeDropdown.js +22 -0
  83. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/BooleanAttributeDropdown.js.map +1 -0
  84. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ColorAttributeDropDown.d.ts +3 -0
  85. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ColorAttributeDropDown.js +11 -0
  86. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ColorAttributeDropDown.js.map +1 -0
  87. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateAttributeDropDown.d.ts +3 -0
  88. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateAttributeDropDown.js +66 -0
  89. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateAttributeDropDown.js.map +1 -0
  90. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateRangeAttributeDropDown.d.ts +3 -0
  91. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateRangeAttributeDropDown.js +11 -0
  92. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateRangeAttributeDropDown.js.map +1 -0
  93. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/EncryptedAttributeDropDown.d.ts +3 -0
  94. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/EncryptedAttributeDropDown.js +11 -0
  95. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/EncryptedAttributeDropDown.js.map +1 -0
  96. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ExtendedAttributeDropDown.d.ts +3 -0
  97. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ExtendedAttributeDropDown.js +11 -0
  98. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ExtendedAttributeDropDown.js.map +1 -0
  99. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.d.ts +1 -1
  100. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.js +32 -14
  101. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.js.map +1 -1
  102. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropdownContent.d.ts +7 -0
  103. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropdownContent.js +40 -0
  104. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropdownContent.js.map +1 -0
  105. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueList.js.map +1 -1
  106. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/LinkAttributeDropdown.d.ts +3 -0
  107. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/LinkAttributeDropdown.js +79 -0
  108. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/LinkAttributeDropdown.js.map +1 -0
  109. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/NumericAttributeDropDown.d.ts +2 -2
  110. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/NumericAttributeDropDown.js +8 -28
  111. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/NumericAttributeDropDown.js.map +1 -1
  112. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TextAttributeDropDown.d.ts +2 -2
  113. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TextAttributeDropDown.js +8 -27
  114. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TextAttributeDropDown.js.map +1 -1
  115. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/_types.d.ts +10 -0
  116. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/_types.js +2 -0
  117. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/_types.js.map +1 -0
  118. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.d.ts +11 -13
  119. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.js +34 -8
  120. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.js.map +1 -1
  121. package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContext.d.ts +1 -0
  122. package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContext.js.map +1 -1
  123. package/dist/components/Explorer/manage-view-settings/open-view-settings/SidePanel.js +1 -1
  124. package/dist/components/Explorer/manage-view-settings/open-view-settings/SidePanel.js.map +1 -1
  125. package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.d.ts +2 -0
  126. package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.js +24 -6
  127. package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.js.map +1 -1
  128. package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.d.ts +2 -1
  129. package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js +52 -28
  130. package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js.map +1 -1
  131. package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.js +25 -21
  132. package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.js.map +1 -1
  133. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js +13 -1
  134. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js.map +1 -1
  135. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.d.ts +43 -14
  136. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js +91 -23
  137. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js.map +1 -1
  138. package/dist/components/Explorer/useColumnWidth.d.ts +6 -0
  139. package/dist/components/Explorer/useColumnWidth.js +48 -0
  140. package/dist/components/Explorer/useColumnWidth.js.map +1 -0
  141. package/dist/components/Explorer/useCreateAction.d.ts +4 -2
  142. package/dist/components/Explorer/useCreateAction.js +35 -2
  143. package/dist/components/Explorer/useCreateAction.js.map +1 -1
  144. package/dist/components/Explorer/useDeactivateMassAction.d.ts +27 -0
  145. package/dist/components/Explorer/useDeactivateMassAction.js +71 -0
  146. package/dist/components/Explorer/useDeactivateMassAction.js.map +1 -0
  147. package/dist/components/Explorer/useEditAction.js +3 -3
  148. package/dist/components/Explorer/useEditAction.js.map +1 -1
  149. package/dist/components/Explorer/useMassActions.d.ts +27 -0
  150. package/dist/components/Explorer/useMassActions.js +109 -0
  151. package/dist/components/Explorer/useMassActions.js.map +1 -0
  152. package/dist/components/Explorer/usePrimaryActions.js +14 -7
  153. package/dist/components/Explorer/usePrimaryActions.js.map +1 -1
  154. package/dist/components/Explorer/useRemoveAction.d.ts +23 -0
  155. package/dist/components/Explorer/useRemoveAction.js +109 -0
  156. package/dist/components/Explorer/useRemoveAction.js.map +1 -0
  157. package/dist/components/Explorer/useSearchInput.d.ts +10 -4
  158. package/dist/components/Explorer/useSearchInput.js +9 -1
  159. package/dist/components/Explorer/useSearchInput.js.map +1 -1
  160. package/dist/components/Explorer/useViewSettingsReducer.d.ts +8 -0
  161. package/dist/components/Explorer/useViewSettingsReducer.js +208 -0
  162. package/dist/components/Explorer/useViewSettingsReducer.js.map +1 -0
  163. package/dist/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.js +7 -11
  164. package/dist/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.js.map +1 -1
  165. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/StandardCell.js +7 -2
  166. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/StandardCell.js.map +1 -1
  167. package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/Header.js +7 -5
  168. package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/Header.js.map +1 -1
  169. package/dist/components/LibraryItemsList/MenuView/MenuView.js +4 -9
  170. package/dist/components/LibraryItemsList/MenuView/MenuView.js.map +1 -1
  171. package/dist/components/LibraryItemsList/ViewPanel/EditView/EditView.js +2 -3
  172. package/dist/components/LibraryItemsList/ViewPanel/EditView/EditView.js.map +1 -1
  173. package/dist/components/LibraryItemsList/ViewPanel/View/View.js +3 -3
  174. package/dist/components/LibraryItemsList/ViewPanel/View/View.js.map +1 -1
  175. package/dist/components/LibraryItemsList/helpers/getFieldsFromView.js +4 -9
  176. package/dist/components/LibraryItemsList/helpers/getFieldsFromView.js.map +1 -1
  177. package/dist/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.js +7 -5
  178. package/dist/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.js.map +1 -1
  179. package/dist/components/LibraryItemsList/hooks/useSearchReducer/_types.d.ts +1 -1
  180. package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.d.ts +1 -1
  181. package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.js +25 -33
  182. package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.js.map +1 -1
  183. package/dist/components/RecordEdition/EditRecord/EditRecord.d.ts +1 -0
  184. package/dist/components/RecordEdition/EditRecord/EditRecord.js +78 -76
  185. package/dist/components/RecordEdition/EditRecord/EditRecord.js.map +1 -1
  186. package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js +17 -4
  187. package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js.map +1 -1
  188. package/dist/components/RecordEdition/EditRecordContent/_types.d.ts +3 -1
  189. package/dist/components/RecordEdition/EditRecordContent/_types.js.map +1 -1
  190. package/dist/components/RecordEdition/EditRecordContent/antdUtils.d.ts +5 -2
  191. package/dist/components/RecordEdition/EditRecordContent/antdUtils.js +6 -3
  192. package/dist/components/RecordEdition/EditRecordContent/antdUtils.js.map +1 -1
  193. package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.d.ts +3 -1
  194. package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.js +8 -2
  195. package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.js.map +1 -1
  196. package/dist/components/RecordEdition/EditRecordContent/hooks/useExecuteSaveValueBatchMutation.js.map +1 -1
  197. package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/ValueDetailsBtn.js +1 -7
  198. package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/ValueDetailsBtn.js.map +1 -1
  199. package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.d.ts +3 -1
  200. package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.js +2 -2
  201. package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.js.map +1 -1
  202. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js +2 -2
  203. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js.map +1 -1
  204. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/ComputeIndicator.js +2 -4
  205. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/ComputeIndicator.js.map +1 -1
  206. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.d.ts +2 -0
  207. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js +95 -28
  208. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js.map +1 -1
  209. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.js +2 -1
  210. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.js.map +1 -1
  211. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.js +52 -5
  212. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.js.map +1 -1
  213. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js +25 -5
  214. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js.map +1 -1
  215. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js +16 -8
  216. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js.map +1 -1
  217. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js +14 -4
  218. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js.map +1 -1
  219. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js +14 -15
  220. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js.map +1 -1
  221. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js +20 -5
  222. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js.map +1 -1
  223. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js +14 -8
  224. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js.map +1 -1
  225. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.d.ts +5 -3
  226. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js +6 -15
  227. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js.map +1 -1
  228. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/DSListSelect.js +18 -3
  229. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/DSListSelect.js.map +1 -1
  230. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/_types.d.ts +3 -1
  231. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/calculatedInheritedFlags.js +3 -2
  232. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/calculatedInheritedFlags.js.map +1 -1
  233. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/useGetPresentationValues.js +0 -5
  234. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/useGetPresentationValues.js.map +1 -1
  235. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js +4 -7
  236. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js.map +1 -1
  237. package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js +10 -4
  238. package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js.map +1 -1
  239. package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.d.ts +2 -0
  240. package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js +2 -2
  241. package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js.map +1 -1
  242. package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/AttributeSummary.d.ts +7 -0
  243. package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/AttributeSummary.js +9 -0
  244. package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/AttributeSummary.js.map +1 -0
  245. package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/index.d.ts +2 -0
  246. package/dist/components/RecordEdition/EditRecordSidebar/{ValueDetails/AttributeDetails → AttributeSummary}/index.js +2 -2
  247. package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/index.js.map +1 -0
  248. package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/useAttributeInformations.d.ts +2 -0
  249. package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/useAttributeInformations.js +25 -0
  250. package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/useAttributeInformations.js.map +1 -0
  251. package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/Breadcrumb.d.ts +3 -0
  252. package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/Breadcrumb.js +53 -0
  253. package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/Breadcrumb.js.map +1 -0
  254. package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/index.d.ts +2 -0
  255. package/dist/components/RecordEdition/EditRecordSidebar/{ValueDetails → Breacrumb}/index.js +2 -2
  256. package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/index.js.map +1 -0
  257. package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.d.ts +4 -1
  258. package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js +41 -6
  259. package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js.map +1 -1
  260. package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.d.ts +4 -7
  261. package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.js +6 -8
  262. package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.js.map +1 -1
  263. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/RecordInformations.d.ts +9 -0
  264. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/RecordInformations.js +42 -0
  265. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/RecordInformations.js.map +1 -0
  266. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/useRecordInformations.d.ts +6 -0
  267. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/useRecordInformations.js +35 -0
  268. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/useRecordInformations.js.map +1 -0
  269. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.d.ts +2 -281
  270. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.js +25 -56
  271. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.js.map +1 -1
  272. package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/ValuesSummary.d.ts +8 -0
  273. package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/ValuesSummary.js +66 -0
  274. package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/ValuesSummary.js.map +1 -0
  275. package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/index.d.ts +2 -0
  276. package/dist/components/RecordEdition/EditRecordSidebar/{ValueDetails/TreeValuePath → ValuesSummary}/index.js +2 -2
  277. package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/index.js.map +1 -0
  278. package/dist/components/RecordEdition/{EditRecordContent → EditRecordSkeleton}/EditRecordSkeleton.d.ts +1 -1
  279. package/dist/components/RecordEdition/{EditRecordContent → EditRecordSkeleton}/EditRecordSkeleton.js +2 -2
  280. package/dist/components/RecordEdition/EditRecordSkeleton/EditRecordSkeleton.js.map +1 -0
  281. package/dist/components/RecordEdition/EditRecordSkeleton/index.d.ts +2 -0
  282. package/dist/components/RecordEdition/{EditRecordSidebar/ValueDetails/ValueMetadata → EditRecordSkeleton}/index.js +2 -2
  283. package/dist/components/RecordEdition/EditRecordSkeleton/index.js.map +1 -0
  284. package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.d.ts +12 -10
  285. package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.js +15 -13
  286. package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.js.map +1 -1
  287. package/dist/components/RecordEdition/index.d.ts +1 -0
  288. package/dist/components/RecordEdition/index.js +1 -0
  289. package/dist/components/RecordEdition/index.js.map +1 -1
  290. package/dist/components/SelectTreeNode/SelectTreeNodeContent.js +1 -3
  291. package/dist/components/SelectTreeNode/SelectTreeNodeContent.js.map +1 -1
  292. package/dist/constants.d.ts +3 -0
  293. package/dist/constants.js +3 -0
  294. package/dist/constants.js.map +1 -1
  295. package/dist/hooks/useExecuteSaveViewMutation/index.d.ts +1 -0
  296. package/dist/{components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo → hooks/useExecuteSaveViewMutation}/index.js +1 -2
  297. package/dist/hooks/useExecuteSaveViewMutation/index.js.map +1 -0
  298. package/dist/hooks/useExecuteSaveViewMutation/useExecuteSaveViewMutation.d.ts +6 -0
  299. package/dist/hooks/{useExecuteAddViewMutation/useExecuteAddViewMutation.js → useExecuteSaveViewMutation/useExecuteSaveViewMutation.js} +6 -6
  300. package/dist/hooks/useExecuteSaveViewMutation/useExecuteSaveViewMutation.js.map +1 -0
  301. package/dist/locales/en/shared.json +49 -11
  302. package/dist/locales/fr/shared.json +51 -13
  303. package/dist/types/views.d.ts +4 -4
  304. package/package.json +2 -2
  305. package/dist/components/Explorer/display-view-filters/ExplorerFilterBar.d.ts +0 -2
  306. package/dist/components/Explorer/display-view-filters/ExplorerFilterBar.js +0 -38
  307. package/dist/components/Explorer/display-view-filters/ExplorerFilterBar.js.map +0 -1
  308. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/SimpleFilterDropDown.d.ts +0 -3
  309. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/SimpleFilterDropDown.js +0 -69
  310. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/SimpleFilterDropDown.js.map +0 -1
  311. package/dist/components/Explorer/useDeactivateAction.d.ts +0 -12
  312. package/dist/components/Explorer/useDeactivateAction.js +0 -52
  313. package/dist/components/Explorer/useDeactivateAction.js.map +0 -1
  314. package/dist/components/RecordEdition/EditRecordContent/EditRecordSkeleton.js.map +0 -1
  315. package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/useValueDetailsButton.d.ts +0 -8
  316. package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/useValueDetailsButton.js +0 -23
  317. package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/useValueDetailsButton.js.map +0 -1
  318. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/AttributeDetails.d.ts +0 -6
  319. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/AttributeDetails.js +0 -56
  320. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/AttributeDetails.js.map +0 -1
  321. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/index.d.ts +0 -2
  322. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/index.js.map +0 -1
  323. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/TreeValuePath.d.ts +0 -8
  324. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/TreeValuePath.js +0 -41
  325. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/TreeValuePath.js.map +0 -1
  326. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/index.d.ts +0 -2
  327. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/index.js.map +0 -1
  328. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.d.ts +0 -10
  329. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.js +0 -63
  330. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.js.map +0 -1
  331. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/ValueInfo.d.ts +0 -2
  332. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/ValueInfo.js +0 -76
  333. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/ValueInfo.js.map +0 -1
  334. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/index.d.ts +0 -2
  335. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/index.js.map +0 -1
  336. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.d.ts +0 -11
  337. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.js +0 -43
  338. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.js.map +0 -1
  339. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/index.d.ts +0 -2
  340. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/index.js.map +0 -1
  341. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/index.d.ts +0 -2
  342. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/index.js.map +0 -1
  343. package/dist/hooks/useExecuteAddViewMutation/useExecuteAddViewMutation.d.ts +0 -6
  344. package/dist/hooks/useExecuteAddViewMutation/useExecuteAddViewMutation.js.map +0 -1
@@ -158,14 +158,15 @@ export declare enum AttributeType {
158
158
  tree = "tree"
159
159
  }
160
160
  export type AttributesFiltersInput = {
161
- format?: InputMaybe<Array<InputMaybe<AttributeFormat>>>;
161
+ format?: InputMaybe<Array<AttributeFormat>>;
162
162
  id?: InputMaybe<Scalars['ID']>;
163
+ ids?: InputMaybe<Array<Scalars['ID']>>;
163
164
  label?: InputMaybe<Scalars['String']>;
164
- libraries?: InputMaybe<Array<InputMaybe<Scalars['String']>>>;
165
- librariesExcluded?: InputMaybe<Array<InputMaybe<Scalars['String']>>>;
165
+ libraries?: InputMaybe<Array<Scalars['String']>>;
166
+ librariesExcluded?: InputMaybe<Array<Scalars['String']>>;
166
167
  multiple_values?: InputMaybe<Scalars['Boolean']>;
167
168
  system?: InputMaybe<Scalars['Boolean']>;
168
- type?: InputMaybe<Array<InputMaybe<AttributeType>>>;
169
+ type?: InputMaybe<Array<AttributeType>>;
169
170
  versionable?: InputMaybe<Scalars['Boolean']>;
170
171
  };
171
172
  export declare enum AttributesSortableFields {
@@ -725,10 +726,11 @@ export declare enum VersionProfilesSortableFields {
725
726
  id = "id"
726
727
  }
727
728
  export type ViewDisplayInput = {
728
- size: ViewSizes;
729
+ size?: InputMaybe<ViewSizes>;
729
730
  type: ViewTypes;
730
731
  };
731
732
  export type ViewInput = {
733
+ attributes?: InputMaybe<Array<Scalars['String']>>;
732
734
  color?: InputMaybe<Scalars['String']>;
733
735
  description?: InputMaybe<Scalars['SystemTranslationOptional']>;
734
736
  display: ViewDisplayInput;
@@ -736,15 +738,10 @@ export type ViewInput = {
736
738
  id?: InputMaybe<Scalars['String']>;
737
739
  label?: InputMaybe<Scalars['SystemTranslation']>;
738
740
  library: Scalars['String'];
739
- settings?: InputMaybe<Array<ViewSettingsInput>>;
740
741
  shared: Scalars['Boolean'];
741
- sort?: InputMaybe<RecordSortInput>;
742
+ sort?: InputMaybe<Array<RecordSortInput>>;
742
743
  valuesVersions?: InputMaybe<Array<ViewValuesVersionInput>>;
743
744
  };
744
- export type ViewSettingsInput = {
745
- name: Scalars['String'];
746
- value?: InputMaybe<Scalars['Any']>;
747
- };
748
745
  export declare enum ViewSizes {
749
746
  BIG = "BIG",
750
747
  MEDIUM = "MEDIUM",
@@ -956,6 +953,11 @@ export type AttributesByLibAttributeTreeAttributeFragment = {
956
953
  } | null;
957
954
  };
958
955
  export type AttributesByLibAttributeFragment = AttributesByLibAttributeLinkAttributeFragment | AttributesByLibAttributeStandardAttributeFragment | AttributesByLibAttributeTreeAttributeFragment;
956
+ export type AttributesByLibLinkAttributeFragment = {
957
+ linked_library?: {
958
+ id: string;
959
+ } | null;
960
+ };
959
961
  export type LibraryLightFragment = {
960
962
  id: string;
961
963
  label?: any | null;
@@ -1486,7 +1488,9 @@ export type RecordFormElementFragment = {
1486
1488
  format?: AttributeFormat | null;
1487
1489
  system: boolean;
1488
1490
  readonly: boolean;
1491
+ required: boolean;
1489
1492
  multiple_values: boolean;
1493
+ compute: boolean;
1490
1494
  linked_library?: {
1491
1495
  id: string;
1492
1496
  label?: any | null;
@@ -1567,7 +1571,9 @@ export type RecordFormElementFragment = {
1567
1571
  format?: AttributeFormat | null;
1568
1572
  system: boolean;
1569
1573
  readonly: boolean;
1574
+ required: boolean;
1570
1575
  multiple_values: boolean;
1576
+ compute: boolean;
1571
1577
  values_list?: {
1572
1578
  enable: boolean;
1573
1579
  allowFreeEntry?: boolean | null;
@@ -1635,7 +1641,9 @@ export type RecordFormElementFragment = {
1635
1641
  format?: AttributeFormat | null;
1636
1642
  system: boolean;
1637
1643
  readonly: boolean;
1644
+ required: boolean;
1638
1645
  multiple_values: boolean;
1646
+ compute: boolean;
1639
1647
  linked_tree?: {
1640
1648
  id: string;
1641
1649
  label?: any | null;
@@ -2138,7 +2146,9 @@ export type RecordFormAttributeLinkAttributeFragment = {
2138
2146
  format?: AttributeFormat | null;
2139
2147
  system: boolean;
2140
2148
  readonly: boolean;
2149
+ required: boolean;
2141
2150
  multiple_values: boolean;
2151
+ compute: boolean;
2142
2152
  linked_library?: {
2143
2153
  id: string;
2144
2154
  label?: any | null;
@@ -2220,7 +2230,9 @@ export type RecordFormAttributeStandardAttributeFragment = {
2220
2230
  format?: AttributeFormat | null;
2221
2231
  system: boolean;
2222
2232
  readonly: boolean;
2233
+ required: boolean;
2223
2234
  multiple_values: boolean;
2235
+ compute: boolean;
2224
2236
  values_list?: {
2225
2237
  enable: boolean;
2226
2238
  allowFreeEntry?: boolean | null;
@@ -2289,7 +2301,9 @@ export type RecordFormAttributeTreeAttributeFragment = {
2289
2301
  format?: AttributeFormat | null;
2290
2302
  system: boolean;
2291
2303
  readonly: boolean;
2304
+ required: boolean;
2292
2305
  multiple_values: boolean;
2306
+ compute: boolean;
2293
2307
  linked_tree?: {
2294
2308
  id: string;
2295
2309
  label?: any | null;
@@ -2471,7 +2485,7 @@ export type ViewDetailsFragment = {
2471
2485
  description?: any | null;
2472
2486
  color?: string | null;
2473
2487
  display: {
2474
- size: ViewSizes;
2488
+ size?: ViewSizes | null;
2475
2489
  type: ViewTypes;
2476
2490
  };
2477
2491
  created_by: {
@@ -2494,10 +2508,10 @@ export type ViewDetailsFragment = {
2494
2508
  label?: any | null;
2495
2509
  } | null;
2496
2510
  }> | null;
2497
- sort?: {
2511
+ sort?: Array<{
2498
2512
  field: string;
2499
2513
  order: SortOrder;
2500
- } | null;
2514
+ }> | null;
2501
2515
  valuesVersions?: Array<{
2502
2516
  treeId: string;
2503
2517
  treeNode: {
@@ -2518,11 +2532,27 @@ export type ViewDetailsFragment = {
2518
2532
  };
2519
2533
  };
2520
2534
  }> | null;
2521
- settings?: Array<{
2522
- name: string;
2523
- value?: any | null;
2535
+ attributes?: Array<{
2536
+ id: string;
2524
2537
  }> | null;
2525
2538
  };
2539
+ export type ViewDetailsFilterFragment = {
2540
+ field?: string | null;
2541
+ value?: string | null;
2542
+ condition?: RecordFilterCondition | null;
2543
+ operator?: RecordFilterOperator | null;
2544
+ tree?: {
2545
+ id: string;
2546
+ label?: any | null;
2547
+ } | null;
2548
+ };
2549
+ export type LinkAttributeDetailsFragment = {
2550
+ label?: any | null;
2551
+ linked_library?: {
2552
+ id: string;
2553
+ label?: any | null;
2554
+ } | null;
2555
+ };
2526
2556
  export type AttributePropertiesFragment = {
2527
2557
  id: string;
2528
2558
  label?: any | null;
@@ -2566,8 +2596,115 @@ export type PropertyValueTreeValueFragment = {
2566
2596
  };
2567
2597
  export type PropertyValueValueFragment = {
2568
2598
  valuePayload?: any | null;
2599
+ valueRawPayload?: any | null;
2569
2600
  };
2570
2601
  export type PropertyValueFragment = PropertyValueLinkValueFragment | PropertyValueTreeValueFragment | PropertyValueValueFragment;
2602
+ export type LinkPropertyLinkValueFragment = {
2603
+ id_value?: string | null;
2604
+ payload?: {
2605
+ id: string;
2606
+ properties: Array<{
2607
+ attributeId: string;
2608
+ attributeProperties: {
2609
+ id: string;
2610
+ label?: any | null;
2611
+ type: AttributeType;
2612
+ format?: AttributeFormat | null;
2613
+ multiple_values: boolean;
2614
+ };
2615
+ values: Array<{
2616
+ linkPayload?: {
2617
+ id: string;
2618
+ whoAmI: {
2619
+ id: string;
2620
+ label?: string | null;
2621
+ subLabel?: string | null;
2622
+ color?: string | null;
2623
+ preview?: IPreviewScalar | null;
2624
+ library: {
2625
+ id: string;
2626
+ label?: any | null;
2627
+ };
2628
+ };
2629
+ } | null;
2630
+ } | {
2631
+ treePayload?: {
2632
+ record: {
2633
+ id: string;
2634
+ whoAmI: {
2635
+ id: string;
2636
+ label?: string | null;
2637
+ subLabel?: string | null;
2638
+ color?: string | null;
2639
+ preview?: IPreviewScalar | null;
2640
+ library: {
2641
+ id: string;
2642
+ label?: any | null;
2643
+ };
2644
+ };
2645
+ };
2646
+ } | null;
2647
+ } | {
2648
+ valuePayload?: any | null;
2649
+ valueRawPayload?: any | null;
2650
+ }>;
2651
+ }>;
2652
+ whoAmI: {
2653
+ id: string;
2654
+ label?: string | null;
2655
+ subLabel?: string | null;
2656
+ color?: string | null;
2657
+ preview?: IPreviewScalar | null;
2658
+ library: {
2659
+ id: string;
2660
+ label?: any | null;
2661
+ };
2662
+ };
2663
+ } | null;
2664
+ };
2665
+ export type LinkPropertyTreeValueValueFragment = {
2666
+ id_value?: string | null;
2667
+ };
2668
+ export type LinkPropertyFragment = LinkPropertyLinkValueFragment | LinkPropertyTreeValueValueFragment;
2669
+ export type LibraryAttributeLinkAttributeFragment = {
2670
+ id: string;
2671
+ type: AttributeType;
2672
+ label?: any | null;
2673
+ linked_library?: {
2674
+ id: string;
2675
+ label?: any | null;
2676
+ attributes?: Array<{
2677
+ id: string;
2678
+ type: AttributeType;
2679
+ format?: AttributeFormat | null;
2680
+ label?: any | null;
2681
+ }> | null;
2682
+ } | null;
2683
+ };
2684
+ export type LibraryAttributeStandardAttributeFragment = {
2685
+ format?: AttributeFormat | null;
2686
+ id: string;
2687
+ type: AttributeType;
2688
+ label?: any | null;
2689
+ };
2690
+ export type LibraryAttributeTreeAttributeFragment = {
2691
+ id: string;
2692
+ type: AttributeType;
2693
+ label?: any | null;
2694
+ };
2695
+ export type LibraryAttributeFragment = LibraryAttributeLinkAttributeFragment | LibraryAttributeStandardAttributeFragment | LibraryAttributeTreeAttributeFragment;
2696
+ export type LibraryAttributeLinkFragment = {
2697
+ linked_library?: {
2698
+ id: string;
2699
+ label?: any | null;
2700
+ attributes?: Array<{
2701
+ id: string;
2702
+ type: AttributeType;
2703
+ format?: AttributeFormat | null;
2704
+ label?: any | null;
2705
+ }> | null;
2706
+ } | null;
2707
+ };
2571
2708
  export type CheckApplicationExistenceQueryVariables = Exact<{
2572
2709
  id?: InputMaybe<Scalars['ID']>;
2573
2710
  endpoint?: InputMaybe<Scalars['String']>;
@@ -3962,7 +4099,9 @@ export type RecordFormQuery = {
3962
4099
  format?: AttributeFormat | null;
3963
4100
  system: boolean;
3964
4101
  readonly: boolean;
4102
+ required: boolean;
3965
4103
  multiple_values: boolean;
4104
+ compute: boolean;
3966
4105
  linked_library?: {
3967
4106
  id: string;
3968
4107
  label?: any | null;
@@ -4043,7 +4182,9 @@ export type RecordFormQuery = {
4043
4182
  format?: AttributeFormat | null;
4044
4183
  system: boolean;
4045
4184
  readonly: boolean;
4185
+ required: boolean;
4046
4186
  multiple_values: boolean;
4187
+ compute: boolean;
4047
4188
  values_list?: {
4048
4189
  enable: boolean;
4049
4190
  allowFreeEntry?: boolean | null;
@@ -4111,7 +4252,9 @@ export type RecordFormQuery = {
4111
4252
  format?: AttributeFormat | null;
4112
4253
  system: boolean;
4113
4254
  readonly: boolean;
4255
+ required: boolean;
4114
4256
  multiple_values: boolean;
4257
+ compute: boolean;
4115
4258
  linked_tree?: {
4116
4259
  id: string;
4117
4260
  label?: any | null;
@@ -5752,7 +5895,7 @@ export type GetViewQuery = {
5752
5895
  description?: any | null;
5753
5896
  color?: string | null;
5754
5897
  display: {
5755
- size: ViewSizes;
5898
+ size?: ViewSizes | null;
5756
5899
  type: ViewTypes;
5757
5900
  };
5758
5901
  created_by: {
@@ -5775,10 +5918,10 @@ export type GetViewQuery = {
5775
5918
  label?: any | null;
5776
5919
  } | null;
5777
5920
  }> | null;
5778
- sort?: {
5921
+ sort?: Array<{
5779
5922
  field: string;
5780
5923
  order: SortOrder;
5781
- } | null;
5924
+ }> | null;
5782
5925
  valuesVersions?: Array<{
5783
5926
  treeId: string;
5784
5927
  treeNode: {
@@ -5799,9 +5942,8 @@ export type GetViewQuery = {
5799
5942
  };
5800
5943
  };
5801
5944
  }> | null;
5802
- settings?: Array<{
5803
- name: string;
5804
- value?: any | null;
5945
+ attributes?: Array<{
5946
+ id: string;
5805
5947
  }> | null;
5806
5948
  };
5807
5949
  };
@@ -5818,7 +5960,7 @@ export type GetViewsListQuery = {
5818
5960
  description?: any | null;
5819
5961
  color?: string | null;
5820
5962
  display: {
5821
- size: ViewSizes;
5963
+ size?: ViewSizes | null;
5822
5964
  type: ViewTypes;
5823
5965
  };
5824
5966
  created_by: {
@@ -5841,10 +5983,10 @@ export type GetViewsListQuery = {
5841
5983
  label?: any | null;
5842
5984
  } | null;
5843
5985
  }> | null;
5844
- sort?: {
5986
+ sort?: Array<{
5845
5987
  field: string;
5846
5988
  order: SortOrder;
5847
- } | null;
5989
+ }> | null;
5848
5990
  valuesVersions?: Array<{
5849
5991
  treeId: string;
5850
5992
  treeNode: {
@@ -5865,17 +6007,16 @@ export type GetViewsListQuery = {
5865
6007
  };
5866
6008
  };
5867
6009
  }> | null;
5868
- settings?: Array<{
5869
- name: string;
5870
- value?: any | null;
6010
+ attributes?: Array<{
6011
+ id: string;
5871
6012
  }> | null;
5872
6013
  }>;
5873
6014
  };
5874
6015
  };
5875
- export type AddViewMutationVariables = Exact<{
6016
+ export type SaveViewMutationVariables = Exact<{
5876
6017
  view: ViewInput;
5877
6018
  }>;
5878
- export type AddViewMutation = {
6019
+ export type SaveViewMutation = {
5879
6020
  saveView: {
5880
6021
  id: string;
5881
6022
  shared: boolean;
@@ -5883,7 +6024,7 @@ export type AddViewMutation = {
5883
6024
  description?: any | null;
5884
6025
  color?: string | null;
5885
6026
  display: {
5886
- size: ViewSizes;
6027
+ size?: ViewSizes | null;
5887
6028
  type: ViewTypes;
5888
6029
  };
5889
6030
  created_by: {
@@ -5906,10 +6047,10 @@ export type AddViewMutation = {
5906
6047
  label?: any | null;
5907
6048
  } | null;
5908
6049
  }> | null;
5909
- sort?: {
6050
+ sort?: Array<{
5910
6051
  field: string;
5911
6052
  order: SortOrder;
5912
- } | null;
6053
+ }> | null;
5913
6054
  valuesVersions?: Array<{
5914
6055
  treeId: string;
5915
6056
  treeNode: {
@@ -5930,13 +6071,53 @@ export type AddViewMutation = {
5930
6071
  };
5931
6072
  };
5932
6073
  }> | null;
5933
- settings?: Array<{
5934
- name: string;
5935
- value?: any | null;
6074
+ attributes?: Array<{
6075
+ id: string;
5936
6076
  }> | null;
5937
6077
  };
5938
6078
  };
5939
- export type ExplorerQueryVariables = Exact<{
6079
+ export type ExplorerAttributesQueryVariables = Exact<{
6080
+ ids?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
6081
+ }>;
6082
+ export type ExplorerAttributesQuery = {
6083
+ attributes?: {
6084
+ list: Array<{
6085
+ id: string;
6086
+ type: AttributeType;
6087
+ format?: AttributeFormat | null;
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;
6117
+ }>;
6118
+ } | null;
6119
+ };
6120
+ export type ExplorerLibraryDataQueryVariables = Exact<{
5940
6121
  libraryId: Scalars['ID'];
5941
6122
  attributeIds: Array<Scalars['ID']> | Scalars['ID'];
5942
6123
  pagination?: InputMaybe<RecordsPagination>;
@@ -5944,7 +6125,7 @@ export type ExplorerQueryVariables = Exact<{
5944
6125
  multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
5945
6126
  searchQuery?: InputMaybe<Scalars['String']>;
5946
6127
  }>;
5947
- export type ExplorerQuery = {
6128
+ export type ExplorerLibraryDataQuery = {
5948
6129
  records: {
5949
6130
  totalCount?: number | null;
5950
6131
  list: Array<{
@@ -6003,15 +6184,134 @@ export type ExplorerQuery = {
6003
6184
  } | null;
6004
6185
  } | {
6005
6186
  valuePayload?: any | null;
6187
+ valueRawPayload?: any | null;
6006
6188
  }>;
6007
6189
  }>;
6008
6190
  }>;
6009
6191
  };
6010
6192
  };
6011
- 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<{
6278
+ id: Scalars['ID'];
6279
+ }>;
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<{
6012
6312
  libraryId: Scalars['ID'];
6013
6313
  }>;
6014
- export type ExplorerLibraryDataQuery = {
6314
+ export type ExplorerLibraryDetailsQuery = {
6015
6315
  libraries?: {
6016
6316
  list: Array<{
6017
6317
  id: string;
@@ -6033,6 +6333,7 @@ export type TreeDataQueryQuery = {
6033
6333
  export declare const RecordIdentityFragmentDoc: Apollo.DocumentNode;
6034
6334
  export declare const DetailsApplicationFragmentDoc: Apollo.DocumentNode;
6035
6335
  export declare const AttributeDetailsFragmentDoc: Apollo.DocumentNode;
6336
+ export declare const AttributesByLibLinkAttributeFragmentDoc: Apollo.DocumentNode;
6036
6337
  export declare const AttributesByLibAttributeFragmentDoc: Apollo.DocumentNode;
6037
6338
  export declare const LibraryLightFragmentDoc: Apollo.DocumentNode;
6038
6339
  export declare const LibraryLinkAttributeDetailsFragmentDoc: Apollo.DocumentNode;
@@ -6047,9 +6348,14 @@ export declare const RecordFormElementFragmentDoc: Apollo.DocumentNode;
6047
6348
  export declare const TreeLightFragmentDoc: Apollo.DocumentNode;
6048
6349
  export declare const TreeDetailsFragmentDoc: Apollo.DocumentNode;
6049
6350
  export declare const TreeNodeChildFragmentDoc: Apollo.DocumentNode;
6351
+ export declare const ViewDetailsFilterFragmentDoc: Apollo.DocumentNode;
6050
6352
  export declare const ViewDetailsFragmentDoc: Apollo.DocumentNode;
6051
- export declare const PropertyValueFragmentDoc: Apollo.DocumentNode;
6353
+ export declare const LinkAttributeDetailsFragmentDoc: Apollo.DocumentNode;
6052
6354
  export declare const AttributePropertiesFragmentDoc: Apollo.DocumentNode;
6355
+ export declare const PropertyValueFragmentDoc: Apollo.DocumentNode;
6356
+ export declare const LinkPropertyFragmentDoc: Apollo.DocumentNode;
6357
+ export declare const LibraryAttributeLinkFragmentDoc: Apollo.DocumentNode;
6358
+ export declare const LibraryAttributeFragmentDoc: Apollo.DocumentNode;
6053
6359
  export declare const CheckApplicationExistenceDocument: Apollo.DocumentNode;
6054
6360
  /**
6055
6361
  * __useCheckApplicationExistenceQuery__
@@ -7435,43 +7741,95 @@ export declare function useGetViewsListLazyQuery(baseOptions?: Apollo.LazyQueryH
7435
7741
  export type GetViewsListQueryHookResult = ReturnType<typeof useGetViewsListQuery>;
7436
7742
  export type GetViewsListLazyQueryHookResult = ReturnType<typeof useGetViewsListLazyQuery>;
7437
7743
  export type GetViewsListQueryResult = Apollo.QueryResult<GetViewsListQuery, GetViewsListQueryVariables>;
7438
- export declare const AddViewDocument: Apollo.DocumentNode;
7439
- export type AddViewMutationFn = Apollo.MutationFunction<AddViewMutation, AddViewMutationVariables>;
7744
+ export declare const SaveViewDocument: Apollo.DocumentNode;
7745
+ export type SaveViewMutationFn = Apollo.MutationFunction<SaveViewMutation, SaveViewMutationVariables>;
7440
7746
  /**
7441
- * __useAddViewMutation__
7747
+ * __useSaveViewMutation__
7442
7748
  *
7443
- * To run a mutation, you first call `useAddViewMutation` within a React component and pass it any options that fit your needs.
7444
- * When your component renders, `useAddViewMutation` returns a tuple that includes:
7749
+ * To run a mutation, you first call `useSaveViewMutation` within a React component and pass it any options that fit your needs.
7750
+ * When your component renders, `useSaveViewMutation` returns a tuple that includes:
7445
7751
  * - A mutate function that you can call at any time to execute the mutation
7446
7752
  * - An object with fields that represent the current status of the mutation's execution
7447
7753
  *
7448
7754
  * @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;
7449
7755
  *
7450
7756
  * @example
7451
- * const [addViewMutation, { data, loading, error }] = useAddViewMutation({
7757
+ * const [saveViewMutation, { data, loading, error }] = useSaveViewMutation({
7452
7758
  * variables: {
7453
7759
  * view: // value for 'view'
7454
7760
  * },
7455
7761
  * });
7456
7762
  */
7457
- export declare function useAddViewMutation(baseOptions?: Apollo.MutationHookOptions<AddViewMutation, AddViewMutationVariables>): Apollo.MutationTuple<AddViewMutation, Exact<{
7763
+ export declare function useSaveViewMutation(baseOptions?: Apollo.MutationHookOptions<SaveViewMutation, SaveViewMutationVariables>): Apollo.MutationTuple<SaveViewMutation, Exact<{
7458
7764
  view: ViewInput;
7459
7765
  }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
7460
- export type AddViewMutationHookResult = ReturnType<typeof useAddViewMutation>;
7461
- export type AddViewMutationResult = Apollo.MutationResult<AddViewMutation>;
7462
- export type AddViewMutationOptions = Apollo.BaseMutationOptions<AddViewMutation, AddViewMutationVariables>;
7463
- export declare const ExplorerDocument: Apollo.DocumentNode;
7766
+ export type SaveViewMutationHookResult = ReturnType<typeof useSaveViewMutation>;
7767
+ export type SaveViewMutationResult = Apollo.MutationResult<SaveViewMutation>;
7768
+ export type SaveViewMutationOptions = Apollo.BaseMutationOptions<SaveViewMutation, SaveViewMutationVariables>;
7769
+ export declare const ExplorerAttributesDocument: Apollo.DocumentNode;
7770
+ /**
7771
+ * __useExplorerAttributesQuery__
7772
+ *
7773
+ * To run a query within a React component, call `useExplorerAttributesQuery` and pass it any options that fit your needs.
7774
+ * When your component renders, `useExplorerAttributesQuery` returns an object from Apollo Client that contains loading, error, and data properties
7775
+ * you can use to render your UI.
7776
+ *
7777
+ * @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;
7778
+ *
7779
+ * @example
7780
+ * const { data, loading, error } = useExplorerAttributesQuery({
7781
+ * variables: {
7782
+ * ids: // value for 'ids'
7783
+ * },
7784
+ * });
7785
+ */
7786
+ export declare function useExplorerAttributesQuery(baseOptions?: Apollo.QueryHookOptions<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>): Apollo.QueryResult<ExplorerAttributesQuery, Exact<{
7787
+ ids?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
7788
+ }>>;
7789
+ export declare function useExplorerAttributesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerAttributesQuery, Exact<{
7790
+ ids?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
7791
+ }>>;
7792
+ export type ExplorerAttributesQueryHookResult = ReturnType<typeof useExplorerAttributesQuery>;
7793
+ export type ExplorerAttributesLazyQueryHookResult = ReturnType<typeof useExplorerAttributesLazyQuery>;
7794
+ export type ExplorerAttributesQueryResult = Apollo.QueryResult<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>;
7795
+ export declare const ExplorerLinkAttributeDocument: Apollo.DocumentNode;
7464
7796
  /**
7465
- * __useExplorerQuery__
7797
+ * __useExplorerLinkAttributeQuery__
7466
7798
  *
7467
- * To run a query within a React component, call `useExplorerQuery` and pass it any options that fit your needs.
7468
- * When your component renders, `useExplorerQuery` returns an object from Apollo Client that contains loading, error, and data properties
7799
+ * To run a query within a React component, call `useExplorerLinkAttributeQuery` and pass it any options that fit your needs.
7800
+ * When your component renders, `useExplorerLinkAttributeQuery` returns an object from Apollo Client that contains loading, error, and data properties
7469
7801
  * you can use to render your UI.
7470
7802
  *
7471
7803
  * @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;
7472
7804
  *
7473
7805
  * @example
7474
- * const { data, loading, error } = useExplorerQuery({
7806
+ * const { data, loading, error } = useExplorerLinkAttributeQuery({
7807
+ * variables: {
7808
+ * id: // value for 'id'
7809
+ * },
7810
+ * });
7811
+ */
7812
+ export declare function useExplorerLinkAttributeQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>): Apollo.QueryResult<ExplorerLinkAttributeQuery, Exact<{
7813
+ id: Scalars["ID"];
7814
+ }>>;
7815
+ export declare function useExplorerLinkAttributeLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLinkAttributeQuery, Exact<{
7816
+ id: Scalars["ID"];
7817
+ }>>;
7818
+ export type ExplorerLinkAttributeQueryHookResult = ReturnType<typeof useExplorerLinkAttributeQuery>;
7819
+ export type ExplorerLinkAttributeLazyQueryHookResult = ReturnType<typeof useExplorerLinkAttributeLazyQuery>;
7820
+ export type ExplorerLinkAttributeQueryResult = Apollo.QueryResult<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>;
7821
+ export declare const ExplorerLibraryDataDocument: Apollo.DocumentNode;
7822
+ /**
7823
+ * __useExplorerLibraryDataQuery__
7824
+ *
7825
+ * To run a query within a React component, call `useExplorerLibraryDataQuery` and pass it any options that fit your needs.
7826
+ * When your component renders, `useExplorerLibraryDataQuery` 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 } = useExplorerLibraryDataQuery({
7475
7833
  * variables: {
7476
7834
  * libraryId: // value for 'libraryId'
7477
7835
  * attributeIds: // value for 'attributeIds'
@@ -7482,7 +7840,7 @@ export declare const ExplorerDocument: Apollo.DocumentNode;
7482
7840
  * },
7483
7841
  * });
7484
7842
  */
7485
- export declare function useExplorerQuery(baseOptions: Apollo.QueryHookOptions<ExplorerQuery, ExplorerQueryVariables>): Apollo.QueryResult<ExplorerQuery, Exact<{
7843
+ export declare function useExplorerLibraryDataQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>): Apollo.QueryResult<ExplorerLibraryDataQuery, Exact<{
7486
7844
  libraryId: Scalars["ID"];
7487
7845
  attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
7488
7846
  pagination?: InputMaybe<RecordsPagination>;
@@ -7490,7 +7848,7 @@ export declare function useExplorerQuery(baseOptions: Apollo.QueryHookOptions<Ex
7490
7848
  multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
7491
7849
  searchQuery?: InputMaybe<Scalars["String"]>;
7492
7850
  }>>;
7493
- export declare function useExplorerLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerQuery, ExplorerQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerQuery, Exact<{
7851
+ export declare function useExplorerLibraryDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLibraryDataQuery, Exact<{
7494
7852
  libraryId: Scalars["ID"];
7495
7853
  attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
7496
7854
  pagination?: InputMaybe<RecordsPagination>;
@@ -7498,35 +7856,96 @@ export declare function useExplorerLazyQuery(baseOptions?: Apollo.LazyQueryHookO
7498
7856
  multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
7499
7857
  searchQuery?: InputMaybe<Scalars["String"]>;
7500
7858
  }>>;
7501
- export type ExplorerQueryHookResult = ReturnType<typeof useExplorerQuery>;
7502
- export type ExplorerLazyQueryHookResult = ReturnType<typeof useExplorerLazyQuery>;
7503
- export type ExplorerQueryResult = Apollo.QueryResult<ExplorerQuery, ExplorerQueryVariables>;
7504
- export declare const ExplorerLibraryDataDocument: Apollo.DocumentNode;
7859
+ export type ExplorerLibraryDataQueryHookResult = ReturnType<typeof useExplorerLibraryDataQuery>;
7860
+ export type ExplorerLibraryDataLazyQueryHookResult = ReturnType<typeof useExplorerLibraryDataLazyQuery>;
7861
+ export type ExplorerLibraryDataQueryResult = Apollo.QueryResult<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>;
7862
+ export declare const ExplorerLinkDataDocument: Apollo.DocumentNode;
7505
7863
  /**
7506
- * __useExplorerLibraryDataQuery__
7864
+ * __useExplorerLinkDataQuery__
7507
7865
  *
7508
- * To run a query within a React component, call `useExplorerLibraryDataQuery` and pass it any options that fit your needs.
7509
- * When your component renders, `useExplorerLibraryDataQuery` returns an object from Apollo Client that contains loading, error, and data properties
7866
+ * To run a query within a React component, call `useExplorerLinkDataQuery` and pass it any options that fit your needs.
7867
+ * When your component renders, `useExplorerLinkDataQuery` returns an object from Apollo Client that contains loading, error, and data properties
7510
7868
  * you can use to render your UI.
7511
7869
  *
7512
7870
  * @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
7871
  *
7514
7872
  * @example
7515
- * const { data, loading, error } = useExplorerLibraryDataQuery({
7873
+ * const { data, loading, error } = useExplorerLinkDataQuery({
7874
+ * variables: {
7875
+ * attributeIds: // value for 'attributeIds'
7876
+ * parentLibraryId: // value for 'parentLibraryId'
7877
+ * parentRecordId: // value for 'parentRecordId'
7878
+ * linkAttributeId: // value for 'linkAttributeId'
7879
+ * },
7880
+ * });
7881
+ */
7882
+ export declare function useExplorerLinkDataQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>): Apollo.QueryResult<ExplorerLinkDataQuery, Exact<{
7883
+ attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
7884
+ parentLibraryId: Scalars["ID"];
7885
+ parentRecordId?: InputMaybe<Scalars["String"]>;
7886
+ linkAttributeId: Scalars["ID"];
7887
+ }>>;
7888
+ export declare function useExplorerLinkDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLinkDataQuery, Exact<{
7889
+ attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
7890
+ parentLibraryId: Scalars["ID"];
7891
+ parentRecordId?: InputMaybe<Scalars["String"]>;
7892
+ linkAttributeId: Scalars["ID"];
7893
+ }>>;
7894
+ export type ExplorerLinkDataQueryHookResult = ReturnType<typeof useExplorerLinkDataQuery>;
7895
+ export type ExplorerLinkDataLazyQueryHookResult = ReturnType<typeof useExplorerLinkDataLazyQuery>;
7896
+ export type ExplorerLinkDataQueryResult = Apollo.QueryResult<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>;
7897
+ export declare const GetLibraryAttributesDocument: Apollo.DocumentNode;
7898
+ /**
7899
+ * __useGetLibraryAttributesQuery__
7900
+ *
7901
+ * To run a query within a React component, call `useGetLibraryAttributesQuery` and pass it any options that fit your needs.
7902
+ * When your component renders, `useGetLibraryAttributesQuery` returns an object from Apollo Client that contains loading, error, and data properties
7903
+ * you can use to render your UI.
7904
+ *
7905
+ * @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;
7906
+ *
7907
+ * @example
7908
+ * const { data, loading, error } = useGetLibraryAttributesQuery({
7909
+ * variables: {
7910
+ * id: // value for 'id'
7911
+ * },
7912
+ * });
7913
+ */
7914
+ export declare function useGetLibraryAttributesQuery(baseOptions: Apollo.QueryHookOptions<GetLibraryAttributesQuery, GetLibraryAttributesQueryVariables>): Apollo.QueryResult<GetLibraryAttributesQuery, Exact<{
7915
+ id: Scalars["ID"];
7916
+ }>>;
7917
+ export declare function useGetLibraryAttributesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryAttributesQuery, GetLibraryAttributesQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryAttributesQuery, Exact<{
7918
+ id: Scalars["ID"];
7919
+ }>>;
7920
+ export type GetLibraryAttributesQueryHookResult = ReturnType<typeof useGetLibraryAttributesQuery>;
7921
+ export type GetLibraryAttributesLazyQueryHookResult = ReturnType<typeof useGetLibraryAttributesLazyQuery>;
7922
+ export type GetLibraryAttributesQueryResult = Apollo.QueryResult<GetLibraryAttributesQuery, GetLibraryAttributesQueryVariables>;
7923
+ export declare const ExplorerLibraryDetailsDocument: Apollo.DocumentNode;
7924
+ /**
7925
+ * __useExplorerLibraryDetailsQuery__
7926
+ *
7927
+ * To run a query within a React component, call `useExplorerLibraryDetailsQuery` and pass it any options that fit your needs.
7928
+ * When your component renders, `useExplorerLibraryDetailsQuery` 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 } = useExplorerLibraryDetailsQuery({
7516
7935
  * variables: {
7517
7936
  * libraryId: // value for 'libraryId'
7518
7937
  * },
7519
7938
  * });
7520
7939
  */
7521
- export declare function useExplorerLibraryDataQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>): Apollo.QueryResult<ExplorerLibraryDataQuery, Exact<{
7940
+ export declare function useExplorerLibraryDetailsQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>): Apollo.QueryResult<ExplorerLibraryDetailsQuery, Exact<{
7522
7941
  libraryId: Scalars["ID"];
7523
7942
  }>>;
7524
- export declare function useExplorerLibraryDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLibraryDataQuery, Exact<{
7943
+ export declare function useExplorerLibraryDetailsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLibraryDetailsQuery, Exact<{
7525
7944
  libraryId: Scalars["ID"];
7526
7945
  }>>;
7527
- export type ExplorerLibraryDataQueryHookResult = ReturnType<typeof useExplorerLibraryDataQuery>;
7528
- export type ExplorerLibraryDataLazyQueryHookResult = ReturnType<typeof useExplorerLibraryDataLazyQuery>;
7529
- export type ExplorerLibraryDataQueryResult = Apollo.QueryResult<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>;
7946
+ export type ExplorerLibraryDetailsQueryHookResult = ReturnType<typeof useExplorerLibraryDetailsQuery>;
7947
+ export type ExplorerLibraryDetailsLazyQueryHookResult = ReturnType<typeof useExplorerLibraryDetailsLazyQuery>;
7948
+ export type ExplorerLibraryDetailsQueryResult = Apollo.QueryResult<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>;
7530
7949
  export declare const TreeDataQueryDocument: Apollo.DocumentNode;
7531
7950
  /**
7532
7951
  * __useTreeDataQueryQuery__