@leav/ui 0.3.6-901cfc6 → 0.3.6-a25bc3a

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 (369) hide show
  1. package/dist/__mocks__/common/attribute.d.ts +1 -0
  2. package/dist/__mocks__/common/attribute.js +10 -2
  3. package/dist/__mocks__/common/attribute.js.map +1 -1
  4. package/dist/__mocks__/common/form.d.ts +11 -5
  5. package/dist/__mocks__/common/form.js +20 -4
  6. package/dist/__mocks__/common/form.js.map +1 -1
  7. package/dist/__mocks__/common/record.d.ts +13 -2
  8. package/dist/__mocks__/common/record.js.map +1 -1
  9. package/dist/__mocks__/common/value.js +2 -1
  10. package/dist/__mocks__/common/value.js.map +1 -1
  11. package/dist/__mocks__/common/view.js +1 -1
  12. package/dist/__mocks__/common/view.js.map +1 -1
  13. package/dist/__mocks__/mockQuery/mockGetLibraryDetailExtendedQuery.js +1 -1
  14. package/dist/__mocks__/mockQuery/mockGetLibraryDetailExtendedQuery.js.map +1 -1
  15. package/dist/__mocks__/mockQuery/mockGetViewListQuery.js +2 -1
  16. package/dist/__mocks__/mockQuery/mockGetViewListQuery.js.map +1 -1
  17. package/dist/_gqlTypes/index.d.ts +202 -44
  18. package/dist/_gqlTypes/index.js +136 -8
  19. package/dist/_gqlTypes/index.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 +4 -2
  24. package/dist/_queries/records/getRecordColumnsValues.js +4 -1
  25. package/dist/_queries/records/getRecordColumnsValues.js.map +1 -1
  26. package/dist/_queries/records/getRecordFormQuery.js +2 -0
  27. package/dist/_queries/records/getRecordFormQuery.js.map +1 -1
  28. package/dist/_queries/records/recordFormAttributeFragment.js +3 -0
  29. package/dist/_queries/records/recordFormAttributeFragment.js.map +1 -1
  30. package/dist/_queries/views/viewDetailsFragment.js +2 -3
  31. package/dist/_queries/views/viewDetailsFragment.js.map +1 -1
  32. package/dist/_utils/index.js +1 -1
  33. package/dist/_utils/index.js.map +1 -1
  34. package/dist/_utils/interleaveElement.d.ts +1 -0
  35. package/dist/{components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/index.js → _utils/interleaveElement.js} +2 -3
  36. package/dist/_utils/interleaveElement.js.map +1 -0
  37. package/dist/components/CreateDirectory/CreateDirectory.js +1 -1
  38. package/dist/components/CreateDirectory/CreateDirectory.js.map +1 -1
  39. package/dist/components/EditApplication/EditApplication.js +2 -2
  40. package/dist/components/EditApplication/EditApplication.js.map +1 -1
  41. package/dist/components/EditApplication/_types.d.ts +2 -2
  42. package/dist/components/Explorer/DataView.d.ts +10 -1
  43. package/dist/components/Explorer/DataView.js +37 -36
  44. package/dist/components/Explorer/DataView.js.map +1 -1
  45. package/dist/components/Explorer/Explorer.d.ts +8 -4
  46. package/dist/components/Explorer/Explorer.js +50 -10
  47. package/dist/components/Explorer/Explorer.js.map +1 -1
  48. package/dist/components/Explorer/ExplorerTitle.d.ts +7 -0
  49. package/dist/components/Explorer/ExplorerTitle.js +30 -0
  50. package/dist/components/Explorer/ExplorerTitle.js.map +1 -0
  51. package/dist/components/Explorer/IdCard.d.ts +7 -0
  52. package/dist/components/Explorer/IdCard.js +15 -0
  53. package/dist/components/Explorer/IdCard.js.map +1 -0
  54. package/dist/components/Explorer/TableCell.d.ts +8 -0
  55. package/dist/components/Explorer/TableCell.js +143 -0
  56. package/dist/components/Explorer/TableCell.js.map +1 -0
  57. package/dist/components/Explorer/TableTagGroup.d.ts +7 -0
  58. package/dist/components/Explorer/TableTagGroup.js +30 -0
  59. package/dist/components/Explorer/TableTagGroup.js.map +1 -0
  60. package/dist/components/Explorer/_queries/useExplorerData.d.ts +29 -0
  61. package/dist/components/Explorer/_queries/useExplorerData.js +124 -0
  62. package/dist/components/Explorer/_queries/useExplorerData.js.map +1 -0
  63. package/dist/components/Explorer/_types.d.ts +56 -0
  64. package/dist/components/Explorer/_types.js +2 -0
  65. package/dist/components/Explorer/_types.js.map +1 -0
  66. package/dist/components/Explorer/display-view-filters/ExplorerFilterBar.d.ts +2 -0
  67. package/dist/components/Explorer/display-view-filters/ExplorerFilterBar.js +37 -0
  68. package/dist/components/Explorer/display-view-filters/ExplorerFilterBar.js.map +1 -0
  69. package/dist/components/Explorer/index.d.ts +9 -1
  70. package/dist/components/Explorer/index.js +6 -1
  71. package/dist/components/Explorer/index.js.map +1 -1
  72. package/dist/components/Explorer/manage-view-settings/_shared/ColumnItem.d.ts +12 -0
  73. package/dist/components/Explorer/manage-view-settings/_shared/ColumnItem.js +85 -0
  74. package/dist/components/Explorer/manage-view-settings/_shared/ColumnItem.js.map +1 -0
  75. package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.d.ts +5 -0
  76. package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.js +12 -0
  77. package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.js.map +1 -0
  78. package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.d.ts +11 -0
  79. package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.js +61 -0
  80. package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.js.map +1 -0
  81. package/dist/components/Explorer/manage-view-settings/configure-display/ConfigureDisplay.d.ts +6 -0
  82. package/dist/components/Explorer/manage-view-settings/configure-display/ConfigureDisplay.js +28 -0
  83. package/dist/components/Explorer/manage-view-settings/configure-display/ConfigureDisplay.js.map +1 -0
  84. package/dist/components/Explorer/manage-view-settings/configure-display/attributes/SelectVisibleAttributes.d.ts +6 -0
  85. package/dist/components/Explorer/manage-view-settings/configure-display/attributes/SelectVisibleAttributes.js +56 -0
  86. package/dist/components/Explorer/manage-view-settings/configure-display/attributes/SelectVisibleAttributes.js.map +1 -0
  87. package/dist/components/Explorer/manage-view-settings/configure-display/view-type/SelectViewType.d.ts +8 -0
  88. package/dist/components/Explorer/manage-view-settings/configure-display/view-type/SelectViewType.js +12 -0
  89. package/dist/components/Explorer/manage-view-settings/configure-display/view-type/SelectViewType.js.map +1 -0
  90. package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.d.ts +4 -0
  91. package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js +77 -0
  92. package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js.map +1 -0
  93. package/dist/components/Explorer/manage-view-settings/filter-items/FilterListItem.d.ts +9 -0
  94. package/dist/components/Explorer/manage-view-settings/filter-items/FilterListItem.js +33 -0
  95. package/dist/components/Explorer/manage-view-settings/filter-items/FilterListItem.js.map +1 -0
  96. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/BooleanAttributeDropdown.d.ts +3 -0
  97. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/BooleanAttributeDropdown.js +37 -0
  98. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/BooleanAttributeDropdown.js.map +1 -0
  99. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateAttributeDropDown.d.ts +3 -0
  100. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateAttributeDropDown.js +90 -0
  101. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateAttributeDropDown.js.map +1 -0
  102. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.d.ts +3 -0
  103. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.js +23 -0
  104. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.js.map +1 -0
  105. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueList.d.ts +10 -0
  106. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueList.js +75 -0
  107. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueList.js.map +1 -0
  108. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/NumericAttributeDropDown.d.ts +3 -0
  109. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/NumericAttributeDropDown.js +44 -0
  110. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/NumericAttributeDropDown.js.map +1 -0
  111. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/SimpleFilterDropDown.d.ts +3 -0
  112. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/SimpleFilterDropDown.js +72 -0
  113. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/SimpleFilterDropDown.js.map +1 -0
  114. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TextAttributeDropDown.d.ts +3 -0
  115. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TextAttributeDropDown.js +53 -0
  116. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TextAttributeDropDown.js.map +1 -0
  117. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.d.ts +10 -0
  118. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.js +110 -0
  119. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.js.map +1 -0
  120. package/dist/components/Explorer/manage-view-settings/index.d.ts +8 -0
  121. package/dist/components/Explorer/manage-view-settings/index.js +11 -0
  122. package/dist/components/Explorer/manage-view-settings/index.js.map +1 -0
  123. package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContext.d.ts +14 -0
  124. package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContext.js +15 -0
  125. package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContext.js.map +1 -0
  126. package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContextProvider.d.ts +7 -0
  127. package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContextProvider.js +17 -0
  128. package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContextProvider.js.map +1 -0
  129. package/dist/components/Explorer/manage-view-settings/open-view-settings/SidePanel.d.ts +2 -0
  130. package/dist/components/Explorer/manage-view-settings/open-view-settings/SidePanel.js +19 -0
  131. package/dist/components/Explorer/manage-view-settings/open-view-settings/SidePanel.js.map +1 -0
  132. package/dist/components/Explorer/manage-view-settings/open-view-settings/useEditSettings.d.ts +1 -0
  133. package/dist/components/{RecordEdition/EditRecordContent/reducers/standardFieldReducer/useStandardFieldReducer.js → Explorer/manage-view-settings/open-view-settings/useEditSettings.js} +3 -3
  134. package/dist/components/Explorer/manage-view-settings/open-view-settings/useEditSettings.js.map +1 -0
  135. package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.d.ts +3 -0
  136. package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.js +21 -0
  137. package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.js.map +1 -0
  138. package/dist/components/Explorer/manage-view-settings/router-menu/SettingItem.d.ts +9 -0
  139. package/dist/components/Explorer/manage-view-settings/router-menu/SettingItem.js +55 -0
  140. package/dist/components/Explorer/manage-view-settings/router-menu/SettingItem.js.map +1 -0
  141. package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.d.ts +7 -0
  142. package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js +53 -0
  143. package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js.map +1 -0
  144. package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.d.ts +4 -0
  145. package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.js +109 -0
  146. package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.js.map +1 -0
  147. package/dist/components/Explorer/manage-view-settings/sort-items/SortListItem.d.ts +10 -0
  148. package/dist/components/Explorer/manage-view-settings/sort-items/SortListItem.js +32 -0
  149. package/dist/components/Explorer/manage-view-settings/sort-items/SortListItem.js.map +1 -0
  150. package/dist/components/Explorer/manage-view-settings/store-view-settings/ViewSettingsContext.d.ts +6 -0
  151. package/dist/components/Explorer/manage-view-settings/store-view-settings/ViewSettingsContext.js +11 -0
  152. package/dist/components/Explorer/manage-view-settings/store-view-settings/ViewSettingsContext.js.map +1 -0
  153. package/dist/components/Explorer/manage-view-settings/store-view-settings/useViewSettingsContext.d.ts +4 -0
  154. package/dist/components/Explorer/manage-view-settings/store-view-settings/useViewSettingsContext.js +7 -0
  155. package/dist/components/Explorer/manage-view-settings/store-view-settings/useViewSettingsContext.js.map +1 -0
  156. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.d.ts +4 -0
  157. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js +13 -0
  158. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js.map +1 -0
  159. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.d.ts +138 -0
  160. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js +194 -0
  161. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js.map +1 -0
  162. package/dist/components/Explorer/nullValuesConditions.d.ts +1 -0
  163. package/dist/components/Explorer/nullValuesConditions.js +14 -0
  164. package/dist/components/Explorer/nullValuesConditions.js.map +1 -0
  165. package/dist/components/Explorer/{useCreateMainAction.d.ts → useCreateAction.d.ts} +3 -3
  166. package/dist/components/Explorer/{useCreateMainAction.js → useCreateAction.js} +11 -7
  167. package/dist/components/Explorer/useCreateAction.js.map +1 -0
  168. package/dist/components/Explorer/useDeactivateAction.d.ts +1 -1
  169. package/dist/components/Explorer/useDeactivateAction.js +4 -3
  170. package/dist/components/Explorer/useDeactivateAction.js.map +1 -1
  171. package/dist/components/Explorer/useEditAction.d.ts +1 -1
  172. package/dist/components/Explorer/useEditAction.js +7 -5
  173. package/dist/components/Explorer/useEditAction.js.map +1 -1
  174. package/dist/components/Explorer/usePagination.d.ts +7 -0
  175. package/dist/components/Explorer/usePagination.js +25 -0
  176. package/dist/components/Explorer/usePagination.js.map +1 -0
  177. package/dist/components/Explorer/usePrimaryActions.d.ts +12 -0
  178. package/dist/components/Explorer/usePrimaryActions.js +21 -0
  179. package/dist/components/Explorer/usePrimaryActions.js.map +1 -0
  180. package/dist/components/Explorer/useSearchInput.d.ts +10 -0
  181. package/dist/components/Explorer/useSearchInput.js +31 -0
  182. package/dist/components/Explorer/useSearchInput.js.map +1 -0
  183. package/dist/components/Explorer/useTableScrollableHeight.d.ts +5 -0
  184. package/dist/components/Explorer/useTableScrollableHeight.js +15 -0
  185. package/dist/components/Explorer/useTableScrollableHeight.js.map +1 -0
  186. package/dist/components/Explorer/useViewSettingsReducer.d.ts +7 -0
  187. package/dist/components/Explorer/useViewSettingsReducer.js +60 -0
  188. package/dist/components/Explorer/useViewSettingsReducer.js.map +1 -0
  189. package/dist/components/ExportModal/ExportModal.js +2 -2
  190. package/dist/components/ExportModal/ExportModal.js.map +1 -1
  191. package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.js +5 -5
  192. package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.js.map +1 -1
  193. package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.js +2 -2
  194. package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.js.map +1 -1
  195. package/dist/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.js +5 -9
  196. package/dist/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.js.map +1 -1
  197. package/dist/components/LibraryItemsList/MenuView/MenuView.js +2 -7
  198. package/dist/components/LibraryItemsList/MenuView/MenuView.js.map +1 -1
  199. package/dist/components/LibraryItemsList/ViewPanel/EditView/EditView.js +0 -1
  200. package/dist/components/LibraryItemsList/ViewPanel/EditView/EditView.js.map +1 -1
  201. package/dist/components/LibraryItemsList/helpers/getFieldsFromView.js +4 -9
  202. package/dist/components/LibraryItemsList/helpers/getFieldsFromView.js.map +1 -1
  203. package/dist/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.js +1 -1
  204. package/dist/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.js.map +1 -1
  205. package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.js +26 -29
  206. package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.js.map +1 -1
  207. package/dist/components/RecordEdition/EditRecord/EditRecord.d.ts +1 -0
  208. package/dist/components/RecordEdition/EditRecord/EditRecord.js +8 -17
  209. package/dist/components/RecordEdition/EditRecord/EditRecord.js.map +1 -1
  210. package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js +16 -3
  211. package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js.map +1 -1
  212. package/dist/components/RecordEdition/EditRecordContent/_types.d.ts +9 -20
  213. package/dist/components/RecordEdition/EditRecordContent/_types.js.map +1 -1
  214. package/dist/components/RecordEdition/EditRecordContent/antdUtils.d.ts +5 -1
  215. package/dist/components/RecordEdition/EditRecordContent/antdUtils.js +44 -34
  216. package/dist/components/RecordEdition/EditRecordContent/antdUtils.js.map +1 -1
  217. package/dist/components/RecordEdition/EditRecordContent/hooks/useRunActionsListAndFormatOnValue.js +3 -0
  218. package/dist/components/RecordEdition/EditRecordContent/hooks/useRunActionsListAndFormatOnValue.js.map +1 -1
  219. package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.d.ts +3 -1
  220. package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.js +2 -2
  221. package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.js.map +1 -1
  222. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js +1 -1
  223. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js.map +1 -1
  224. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.d.ts +0 -1
  225. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.js +2 -7
  226. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.js.map +1 -1
  227. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.d.ts +0 -1
  228. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.js +2 -9
  229. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.js.map +1 -1
  230. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/ComputeIndicator.d.ts +6 -0
  231. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/ComputeIndicator.js +18 -0
  232. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/ComputeIndicator.js.map +1 -0
  233. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/DeleteAllValuesButton.d.ts +4 -0
  234. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/DeleteAllValuesButton.js +25 -0
  235. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/DeleteAllValuesButton.js.map +1 -0
  236. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.d.ts +5 -2
  237. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js +145 -191
  238. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js.map +1 -1
  239. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.d.ts +2 -8
  240. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.js +10 -30
  241. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.js.map +1 -1
  242. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.d.ts +2 -13
  243. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.js +38 -45
  244. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.js.map +1 -1
  245. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.d.ts +3 -14
  246. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js +31 -46
  247. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js.map +1 -1
  248. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.d.ts +3 -14
  249. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js +9 -77
  250. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js.map +1 -1
  251. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.d.ts +3 -14
  252. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js +29 -49
  253. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js.map +1 -1
  254. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.d.ts +3 -14
  255. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js +34 -54
  256. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js.map +1 -1
  257. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.d.ts +3 -14
  258. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js +48 -64
  259. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js.map +1 -1
  260. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.d.ts +3 -14
  261. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js +30 -53
  262. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js.map +1 -1
  263. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.d.ts +16 -9
  264. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js +66 -401
  265. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js.map +1 -1
  266. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/DSListSelect.d.ts +4 -0
  267. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/DSListSelect.js +138 -0
  268. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/DSListSelect.js.map +1 -0
  269. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/_types.d.ts +2 -6
  270. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/_types.d.ts +15 -0
  271. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/_types.js +2 -0
  272. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/_types.js.map +1 -0
  273. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/calculatedInheritedFlags.d.ts +42 -0
  274. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/calculatedInheritedFlags.js +55 -0
  275. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/calculatedInheritedFlags.js.map +1 -0
  276. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/useGetPresentationValues.d.ts +12 -0
  277. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/useGetPresentationValues.js +37 -0
  278. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/useGetPresentationValues.js.map +1 -0
  279. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/ValuesAdd.js +2 -2
  280. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/ValuesAdd.js.map +1 -1
  281. package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.d.ts +2 -0
  282. package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js +2 -2
  283. package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js.map +1 -1
  284. package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.d.ts +5 -3
  285. package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js +19 -3
  286. package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js.map +1 -1
  287. package/dist/components/SelectTreeNode/SelectTreeNode.d.ts +4 -7
  288. package/dist/components/SelectTreeNode/SelectTreeNode.js +17 -135
  289. package/dist/components/SelectTreeNode/SelectTreeNode.js.map +1 -1
  290. package/dist/components/SelectTreeNode/SelectTreeNodeContent.d.ts +16 -0
  291. package/dist/components/SelectTreeNode/SelectTreeNodeContent.js +131 -0
  292. package/dist/components/SelectTreeNode/SelectTreeNodeContent.js.map +1 -0
  293. package/dist/components/SelectTreeNode/index.d.ts +1 -1
  294. package/dist/components/SelectTreeNode/index.js +1 -1
  295. package/dist/components/SelectTreeNode/index.js.map +1 -1
  296. package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.d.ts +4 -7
  297. package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.js +10 -10
  298. package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.js.map +1 -1
  299. package/dist/components/SelectTreeNodeModal/index.d.ts +1 -2
  300. package/dist/components/SelectTreeNodeModal/index.js +1 -2
  301. package/dist/components/SelectTreeNodeModal/index.js.map +1 -1
  302. package/dist/components/UploadFiles/UploadFiles.js +1 -1
  303. package/dist/components/UploadFiles/UploadFiles.js.map +1 -1
  304. package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.js +2 -2
  305. package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.js.map +1 -1
  306. package/dist/components/index.d.ts +1 -0
  307. package/dist/components/index.js +1 -0
  308. package/dist/components/index.js.map +1 -1
  309. package/dist/hooks/useDebouncedValue/index.d.ts +1 -0
  310. package/dist/{components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler → hooks/useDebouncedValue}/index.js +1 -1
  311. package/dist/hooks/useDebouncedValue/index.js.map +1 -0
  312. package/dist/hooks/useGetRecordForm/useGetRecordForm.d.ts +1 -0
  313. package/dist/hooks/useGetRecordForm/useGetRecordForm.js.map +1 -1
  314. package/dist/locales/en/shared.json +59 -7
  315. package/dist/locales/fr/shared.json +59 -7
  316. package/dist/types/views.d.ts +3 -3
  317. package/package.json +7 -2
  318. package/dist/components/Explorer/types.d.ts +0 -21
  319. package/dist/components/Explorer/types.js +0 -2
  320. package/dist/components/Explorer/types.js.map +0 -1
  321. package/dist/components/Explorer/useCreateMainAction.js.map +0 -1
  322. package/dist/components/Explorer/useExplorerData.d.ts +0 -11
  323. package/dist/components/Explorer/useExplorerData.js +0 -23
  324. package/dist/components/Explorer/useExplorerData.js.map +0 -1
  325. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/index.d.ts +0 -2
  326. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/index.js.map +0 -1
  327. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducer.d.ts +0 -138
  328. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducer.js +0 -361
  329. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducer.js.map +0 -1
  330. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducerContext.d.ts +0 -7
  331. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducerContext.js +0 -9
  332. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducerContext.js.map +0 -1
  333. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/useStandardFieldReducer.d.ts +0 -1
  334. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/useStandardFieldReducer.js.map +0 -1
  335. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.d.ts +0 -3
  336. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.js +0 -14
  337. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.js.map +0 -1
  338. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.d.ts +0 -3
  339. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.js +0 -22
  340. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.js.map +0 -1
  341. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.d.ts +0 -3
  342. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.js +0 -22
  343. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.js.map +0 -1
  344. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.d.ts +0 -3
  345. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.js +0 -19
  346. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.js.map +0 -1
  347. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.d.ts +0 -3
  348. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.js +0 -32
  349. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.js.map +0 -1
  350. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.d.ts +0 -3
  351. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.js +0 -51
  352. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.js.map +0 -1
  353. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.d.ts +0 -3
  354. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.js +0 -26
  355. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.js.map +0 -1
  356. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueDisplayHandler.d.ts +0 -13
  357. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueDisplayHandler.js +0 -89
  358. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueDisplayHandler.js.map +0 -1
  359. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/ColorPickerBlock.d.ts +0 -7
  360. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/ColorPickerBlock.js +0 -45
  361. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/ColorPickerBlock.js.map +0 -1
  362. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/StandardFieldValueRead.d.ts +0 -9
  363. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/StandardFieldValueRead.js +0 -141
  364. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/StandardFieldValueRead.js.map +0 -1
  365. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/index.d.ts +0 -1
  366. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/index.js.map +0 -1
  367. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/MonoValueSelect.d.ts +0 -3
  368. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/MonoValueSelect.js +0 -123
  369. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/MonoValueSelect.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 {
@@ -701,6 +702,7 @@ export declare enum ValueVersionMode {
701
702
  }
702
703
  export type ValuesListConfInput = {
703
704
  allowFreeEntry?: InputMaybe<Scalars['Boolean']>;
705
+ allowListUpdate?: InputMaybe<Scalars['Boolean']>;
704
706
  enable: Scalars['Boolean'];
705
707
  values?: InputMaybe<Array<Scalars['String']>>;
706
708
  };
@@ -724,10 +726,11 @@ export declare enum VersionProfilesSortableFields {
724
726
  id = "id"
725
727
  }
726
728
  export type ViewDisplayInput = {
727
- size: ViewSizes;
729
+ size?: InputMaybe<ViewSizes>;
728
730
  type: ViewTypes;
729
731
  };
730
732
  export type ViewInput = {
733
+ attributes?: InputMaybe<Array<Scalars['String']>>;
731
734
  color?: InputMaybe<Scalars['String']>;
732
735
  description?: InputMaybe<Scalars['SystemTranslationOptional']>;
733
736
  display: ViewDisplayInput;
@@ -735,15 +738,10 @@ export type ViewInput = {
735
738
  id?: InputMaybe<Scalars['String']>;
736
739
  label?: InputMaybe<Scalars['SystemTranslation']>;
737
740
  library: Scalars['String'];
738
- settings?: InputMaybe<Array<ViewSettingsInput>>;
739
741
  shared: Scalars['Boolean'];
740
742
  sort?: InputMaybe<RecordSortInput>;
741
743
  valuesVersions?: InputMaybe<Array<ViewValuesVersionInput>>;
742
744
  };
743
- export type ViewSettingsInput = {
744
- name: Scalars['String'];
745
- value?: InputMaybe<Scalars['Any']>;
746
- };
747
745
  export declare enum ViewSizes {
748
746
  BIG = "BIG",
749
747
  MEDIUM = "MEDIUM",
@@ -1486,6 +1484,7 @@ export type RecordFormElementFragment = {
1486
1484
  system: boolean;
1487
1485
  readonly: boolean;
1488
1486
  multiple_values: boolean;
1487
+ compute: boolean;
1489
1488
  linked_library?: {
1490
1489
  id: string;
1491
1490
  label?: any | null;
@@ -1497,6 +1496,7 @@ export type RecordFormElementFragment = {
1497
1496
  linkValuesList?: {
1498
1497
  enable: boolean;
1499
1498
  allowFreeEntry?: boolean | null;
1499
+ allowListUpdate?: boolean | null;
1500
1500
  values?: Array<{
1501
1501
  id: string;
1502
1502
  whoAmI: {
@@ -1542,6 +1542,7 @@ export type RecordFormElementFragment = {
1542
1542
  values_list?: {
1543
1543
  enable: boolean;
1544
1544
  allowFreeEntry?: boolean | null;
1545
+ allowListUpdate?: boolean | null;
1545
1546
  dateRangeValues?: Array<{
1546
1547
  from?: string | null;
1547
1548
  to?: string | null;
@@ -1549,6 +1550,7 @@ export type RecordFormElementFragment = {
1549
1550
  } | {
1550
1551
  enable: boolean;
1551
1552
  allowFreeEntry?: boolean | null;
1553
+ allowListUpdate?: boolean | null;
1552
1554
  values?: Array<string> | null;
1553
1555
  } | null;
1554
1556
  metadata_fields?: Array<{
@@ -1564,9 +1566,11 @@ export type RecordFormElementFragment = {
1564
1566
  system: boolean;
1565
1567
  readonly: boolean;
1566
1568
  multiple_values: boolean;
1569
+ compute: boolean;
1567
1570
  values_list?: {
1568
1571
  enable: boolean;
1569
1572
  allowFreeEntry?: boolean | null;
1573
+ allowListUpdate?: boolean | null;
1570
1574
  dateRangeValues?: Array<{
1571
1575
  from?: string | null;
1572
1576
  to?: string | null;
@@ -1574,6 +1578,7 @@ export type RecordFormElementFragment = {
1574
1578
  } | {
1575
1579
  enable: boolean;
1576
1580
  allowFreeEntry?: boolean | null;
1581
+ allowListUpdate?: boolean | null;
1577
1582
  values?: Array<string> | null;
1578
1583
  } | null;
1579
1584
  permissions: {
@@ -1606,6 +1611,7 @@ export type RecordFormElementFragment = {
1606
1611
  values_list?: {
1607
1612
  enable: boolean;
1608
1613
  allowFreeEntry?: boolean | null;
1614
+ allowListUpdate?: boolean | null;
1609
1615
  dateRangeValues?: Array<{
1610
1616
  from?: string | null;
1611
1617
  to?: string | null;
@@ -1613,6 +1619,7 @@ export type RecordFormElementFragment = {
1613
1619
  } | {
1614
1620
  enable: boolean;
1615
1621
  allowFreeEntry?: boolean | null;
1622
+ allowListUpdate?: boolean | null;
1616
1623
  values?: Array<string> | null;
1617
1624
  } | null;
1618
1625
  metadata_fields?: Array<{
@@ -1628,6 +1635,7 @@ export type RecordFormElementFragment = {
1628
1635
  system: boolean;
1629
1636
  readonly: boolean;
1630
1637
  multiple_values: boolean;
1638
+ compute: boolean;
1631
1639
  linked_tree?: {
1632
1640
  id: string;
1633
1641
  label?: any | null;
@@ -1635,6 +1643,7 @@ export type RecordFormElementFragment = {
1635
1643
  treeValuesList?: {
1636
1644
  enable: boolean;
1637
1645
  allowFreeEntry?: boolean | null;
1646
+ allowListUpdate?: boolean | null;
1638
1647
  values?: Array<{
1639
1648
  id: string;
1640
1649
  record: {
@@ -1699,6 +1708,7 @@ export type RecordFormElementFragment = {
1699
1708
  values_list?: {
1700
1709
  enable: boolean;
1701
1710
  allowFreeEntry?: boolean | null;
1711
+ allowListUpdate?: boolean | null;
1702
1712
  dateRangeValues?: Array<{
1703
1713
  from?: string | null;
1704
1714
  to?: string | null;
@@ -1706,6 +1716,7 @@ export type RecordFormElementFragment = {
1706
1716
  } | {
1707
1717
  enable: boolean;
1708
1718
  allowFreeEntry?: boolean | null;
1719
+ allowListUpdate?: boolean | null;
1709
1720
  values?: Array<string> | null;
1710
1721
  } | null;
1711
1722
  metadata_fields?: Array<{
@@ -2128,6 +2139,7 @@ export type RecordFormAttributeLinkAttributeFragment = {
2128
2139
  system: boolean;
2129
2140
  readonly: boolean;
2130
2141
  multiple_values: boolean;
2142
+ compute: boolean;
2131
2143
  linked_library?: {
2132
2144
  id: string;
2133
2145
  label?: any | null;
@@ -2139,6 +2151,7 @@ export type RecordFormAttributeLinkAttributeFragment = {
2139
2151
  linkValuesList?: {
2140
2152
  enable: boolean;
2141
2153
  allowFreeEntry?: boolean | null;
2154
+ allowListUpdate?: boolean | null;
2142
2155
  values?: Array<{
2143
2156
  id: string;
2144
2157
  whoAmI: {
@@ -2184,6 +2197,7 @@ export type RecordFormAttributeLinkAttributeFragment = {
2184
2197
  values_list?: {
2185
2198
  enable: boolean;
2186
2199
  allowFreeEntry?: boolean | null;
2200
+ allowListUpdate?: boolean | null;
2187
2201
  dateRangeValues?: Array<{
2188
2202
  from?: string | null;
2189
2203
  to?: string | null;
@@ -2191,6 +2205,7 @@ export type RecordFormAttributeLinkAttributeFragment = {
2191
2205
  } | {
2192
2206
  enable: boolean;
2193
2207
  allowFreeEntry?: boolean | null;
2208
+ allowListUpdate?: boolean | null;
2194
2209
  values?: Array<string> | null;
2195
2210
  } | null;
2196
2211
  metadata_fields?: Array<{
@@ -2207,9 +2222,11 @@ export type RecordFormAttributeStandardAttributeFragment = {
2207
2222
  system: boolean;
2208
2223
  readonly: boolean;
2209
2224
  multiple_values: boolean;
2225
+ compute: boolean;
2210
2226
  values_list?: {
2211
2227
  enable: boolean;
2212
2228
  allowFreeEntry?: boolean | null;
2229
+ allowListUpdate?: boolean | null;
2213
2230
  dateRangeValues?: Array<{
2214
2231
  from?: string | null;
2215
2232
  to?: string | null;
@@ -2217,6 +2234,7 @@ export type RecordFormAttributeStandardAttributeFragment = {
2217
2234
  } | {
2218
2235
  enable: boolean;
2219
2236
  allowFreeEntry?: boolean | null;
2237
+ allowListUpdate?: boolean | null;
2220
2238
  values?: Array<string> | null;
2221
2239
  } | null;
2222
2240
  permissions: {
@@ -2249,6 +2267,7 @@ export type RecordFormAttributeStandardAttributeFragment = {
2249
2267
  values_list?: {
2250
2268
  enable: boolean;
2251
2269
  allowFreeEntry?: boolean | null;
2270
+ allowListUpdate?: boolean | null;
2252
2271
  dateRangeValues?: Array<{
2253
2272
  from?: string | null;
2254
2273
  to?: string | null;
@@ -2256,6 +2275,7 @@ export type RecordFormAttributeStandardAttributeFragment = {
2256
2275
  } | {
2257
2276
  enable: boolean;
2258
2277
  allowFreeEntry?: boolean | null;
2278
+ allowListUpdate?: boolean | null;
2259
2279
  values?: Array<string> | null;
2260
2280
  } | null;
2261
2281
  metadata_fields?: Array<{
@@ -2272,6 +2292,7 @@ export type RecordFormAttributeTreeAttributeFragment = {
2272
2292
  system: boolean;
2273
2293
  readonly: boolean;
2274
2294
  multiple_values: boolean;
2295
+ compute: boolean;
2275
2296
  linked_tree?: {
2276
2297
  id: string;
2277
2298
  label?: any | null;
@@ -2279,6 +2300,7 @@ export type RecordFormAttributeTreeAttributeFragment = {
2279
2300
  treeValuesList?: {
2280
2301
  enable: boolean;
2281
2302
  allowFreeEntry?: boolean | null;
2303
+ allowListUpdate?: boolean | null;
2282
2304
  values?: Array<{
2283
2305
  id: string;
2284
2306
  record: {
@@ -2343,6 +2365,7 @@ export type RecordFormAttributeTreeAttributeFragment = {
2343
2365
  values_list?: {
2344
2366
  enable: boolean;
2345
2367
  allowFreeEntry?: boolean | null;
2368
+ allowListUpdate?: boolean | null;
2346
2369
  dateRangeValues?: Array<{
2347
2370
  from?: string | null;
2348
2371
  to?: string | null;
@@ -2350,6 +2373,7 @@ export type RecordFormAttributeTreeAttributeFragment = {
2350
2373
  } | {
2351
2374
  enable: boolean;
2352
2375
  allowFreeEntry?: boolean | null;
2376
+ allowListUpdate?: boolean | null;
2353
2377
  values?: Array<string> | null;
2354
2378
  } | null;
2355
2379
  metadata_fields?: Array<{
@@ -2361,6 +2385,7 @@ export type RecordFormAttributeFragment = RecordFormAttributeLinkAttributeFragme
2361
2385
  export type StandardValuesListFragmentStandardDateRangeValuesListConfFragment = {
2362
2386
  enable: boolean;
2363
2387
  allowFreeEntry?: boolean | null;
2388
+ allowListUpdate?: boolean | null;
2364
2389
  dateRangeValues?: Array<{
2365
2390
  from?: string | null;
2366
2391
  to?: string | null;
@@ -2369,6 +2394,7 @@ export type StandardValuesListFragmentStandardDateRangeValuesListConfFragment =
2369
2394
  export type StandardValuesListFragmentStandardStringValuesListConfFragment = {
2370
2395
  enable: boolean;
2371
2396
  allowFreeEntry?: boolean | null;
2397
+ allowListUpdate?: boolean | null;
2372
2398
  values?: Array<string> | null;
2373
2399
  };
2374
2400
  export type StandardValuesListFragmentFragment = StandardValuesListFragmentStandardDateRangeValuesListConfFragment | StandardValuesListFragmentStandardStringValuesListConfFragment;
@@ -2448,7 +2474,7 @@ export type ViewDetailsFragment = {
2448
2474
  description?: any | null;
2449
2475
  color?: string | null;
2450
2476
  display: {
2451
- size: ViewSizes;
2477
+ size?: ViewSizes | null;
2452
2478
  type: ViewTypes;
2453
2479
  };
2454
2480
  created_by: {
@@ -2495,11 +2521,17 @@ export type ViewDetailsFragment = {
2495
2521
  };
2496
2522
  };
2497
2523
  }> | null;
2498
- settings?: Array<{
2499
- name: string;
2500
- value?: any | null;
2524
+ attributes?: Array<{
2525
+ id: string;
2501
2526
  }> | null;
2502
2527
  };
2528
+ export type AttributePropertiesFragment = {
2529
+ id: string;
2530
+ label?: any | null;
2531
+ type: AttributeType;
2532
+ format?: AttributeFormat | null;
2533
+ multiple_values: boolean;
2534
+ };
2503
2535
  export type PropertyValueLinkValueFragment = {
2504
2536
  linkPayload?: {
2505
2537
  id: string;
@@ -2515,9 +2547,6 @@ export type PropertyValueLinkValueFragment = {
2515
2547
  };
2516
2548
  };
2517
2549
  } | null;
2518
- attribute: {
2519
- type: AttributeType;
2520
- };
2521
2550
  };
2522
2551
  export type PropertyValueTreeValueFragment = {
2523
2552
  treePayload?: {
@@ -2536,15 +2565,9 @@ export type PropertyValueTreeValueFragment = {
2536
2565
  };
2537
2566
  };
2538
2567
  } | null;
2539
- attribute: {
2540
- type: AttributeType;
2541
- };
2542
2568
  };
2543
2569
  export type PropertyValueValueFragment = {
2544
2570
  valuePayload?: any | null;
2545
- attribute: {
2546
- type: AttributeType;
2547
- };
2548
2571
  };
2549
2572
  export type PropertyValueFragment = PropertyValueLinkValueFragment | PropertyValueTreeValueFragment | PropertyValueValueFragment;
2550
2573
  export type CheckApplicationExistenceQueryVariables = Exact<{
@@ -3942,6 +3965,7 @@ export type RecordFormQuery = {
3942
3965
  system: boolean;
3943
3966
  readonly: boolean;
3944
3967
  multiple_values: boolean;
3968
+ compute: boolean;
3945
3969
  linked_library?: {
3946
3970
  id: string;
3947
3971
  label?: any | null;
@@ -3953,6 +3977,7 @@ export type RecordFormQuery = {
3953
3977
  linkValuesList?: {
3954
3978
  enable: boolean;
3955
3979
  allowFreeEntry?: boolean | null;
3980
+ allowListUpdate?: boolean | null;
3956
3981
  values?: Array<{
3957
3982
  id: string;
3958
3983
  whoAmI: {
@@ -3998,6 +4023,7 @@ export type RecordFormQuery = {
3998
4023
  values_list?: {
3999
4024
  enable: boolean;
4000
4025
  allowFreeEntry?: boolean | null;
4026
+ allowListUpdate?: boolean | null;
4001
4027
  dateRangeValues?: Array<{
4002
4028
  from?: string | null;
4003
4029
  to?: string | null;
@@ -4005,6 +4031,7 @@ export type RecordFormQuery = {
4005
4031
  } | {
4006
4032
  enable: boolean;
4007
4033
  allowFreeEntry?: boolean | null;
4034
+ allowListUpdate?: boolean | null;
4008
4035
  values?: Array<string> | null;
4009
4036
  } | null;
4010
4037
  metadata_fields?: Array<{
@@ -4020,9 +4047,11 @@ export type RecordFormQuery = {
4020
4047
  system: boolean;
4021
4048
  readonly: boolean;
4022
4049
  multiple_values: boolean;
4050
+ compute: boolean;
4023
4051
  values_list?: {
4024
4052
  enable: boolean;
4025
4053
  allowFreeEntry?: boolean | null;
4054
+ allowListUpdate?: boolean | null;
4026
4055
  dateRangeValues?: Array<{
4027
4056
  from?: string | null;
4028
4057
  to?: string | null;
@@ -4030,6 +4059,7 @@ export type RecordFormQuery = {
4030
4059
  } | {
4031
4060
  enable: boolean;
4032
4061
  allowFreeEntry?: boolean | null;
4062
+ allowListUpdate?: boolean | null;
4033
4063
  values?: Array<string> | null;
4034
4064
  } | null;
4035
4065
  permissions: {
@@ -4062,6 +4092,7 @@ export type RecordFormQuery = {
4062
4092
  values_list?: {
4063
4093
  enable: boolean;
4064
4094
  allowFreeEntry?: boolean | null;
4095
+ allowListUpdate?: boolean | null;
4065
4096
  dateRangeValues?: Array<{
4066
4097
  from?: string | null;
4067
4098
  to?: string | null;
@@ -4069,6 +4100,7 @@ export type RecordFormQuery = {
4069
4100
  } | {
4070
4101
  enable: boolean;
4071
4102
  allowFreeEntry?: boolean | null;
4103
+ allowListUpdate?: boolean | null;
4072
4104
  values?: Array<string> | null;
4073
4105
  } | null;
4074
4106
  metadata_fields?: Array<{
@@ -4084,6 +4116,7 @@ export type RecordFormQuery = {
4084
4116
  system: boolean;
4085
4117
  readonly: boolean;
4086
4118
  multiple_values: boolean;
4119
+ compute: boolean;
4087
4120
  linked_tree?: {
4088
4121
  id: string;
4089
4122
  label?: any | null;
@@ -4091,6 +4124,7 @@ export type RecordFormQuery = {
4091
4124
  treeValuesList?: {
4092
4125
  enable: boolean;
4093
4126
  allowFreeEntry?: boolean | null;
4127
+ allowListUpdate?: boolean | null;
4094
4128
  values?: Array<{
4095
4129
  id: string;
4096
4130
  record: {
@@ -4155,6 +4189,7 @@ export type RecordFormQuery = {
4155
4189
  values_list?: {
4156
4190
  enable: boolean;
4157
4191
  allowFreeEntry?: boolean | null;
4192
+ allowListUpdate?: boolean | null;
4158
4193
  dateRangeValues?: Array<{
4159
4194
  from?: string | null;
4160
4195
  to?: string | null;
@@ -4162,6 +4197,7 @@ export type RecordFormQuery = {
4162
4197
  } | {
4163
4198
  enable: boolean;
4164
4199
  allowFreeEntry?: boolean | null;
4200
+ allowListUpdate?: boolean | null;
4165
4201
  values?: Array<string> | null;
4166
4202
  } | null;
4167
4203
  metadata_fields?: Array<{
@@ -5721,7 +5757,7 @@ export type GetViewQuery = {
5721
5757
  description?: any | null;
5722
5758
  color?: string | null;
5723
5759
  display: {
5724
- size: ViewSizes;
5760
+ size?: ViewSizes | null;
5725
5761
  type: ViewTypes;
5726
5762
  };
5727
5763
  created_by: {
@@ -5768,9 +5804,8 @@ export type GetViewQuery = {
5768
5804
  };
5769
5805
  };
5770
5806
  }> | null;
5771
- settings?: Array<{
5772
- name: string;
5773
- value?: any | null;
5807
+ attributes?: Array<{
5808
+ id: string;
5774
5809
  }> | null;
5775
5810
  };
5776
5811
  };
@@ -5787,7 +5822,7 @@ export type GetViewsListQuery = {
5787
5822
  description?: any | null;
5788
5823
  color?: string | null;
5789
5824
  display: {
5790
- size: ViewSizes;
5825
+ size?: ViewSizes | null;
5791
5826
  type: ViewTypes;
5792
5827
  };
5793
5828
  created_by: {
@@ -5834,9 +5869,8 @@ export type GetViewsListQuery = {
5834
5869
  };
5835
5870
  };
5836
5871
  }> | null;
5837
- settings?: Array<{
5838
- name: string;
5839
- value?: any | null;
5872
+ attributes?: Array<{
5873
+ id: string;
5840
5874
  }> | null;
5841
5875
  }>;
5842
5876
  };
@@ -5852,7 +5886,7 @@ export type AddViewMutation = {
5852
5886
  description?: any | null;
5853
5887
  color?: string | null;
5854
5888
  display: {
5855
- size: ViewSizes;
5889
+ size?: ViewSizes | null;
5856
5890
  type: ViewTypes;
5857
5891
  };
5858
5892
  created_by: {
@@ -5899,19 +5933,35 @@ export type AddViewMutation = {
5899
5933
  };
5900
5934
  };
5901
5935
  }> | null;
5902
- settings?: Array<{
5903
- name: string;
5904
- value?: any | null;
5936
+ attributes?: Array<{
5937
+ id: string;
5905
5938
  }> | null;
5906
5939
  };
5907
5940
  };
5941
+ export type ExplorerAttributesQueryVariables = Exact<{
5942
+ ids?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
5943
+ }>;
5944
+ export type ExplorerAttributesQuery = {
5945
+ attributes?: {
5946
+ list: Array<{
5947
+ id: string;
5948
+ type: AttributeType;
5949
+ format?: AttributeFormat | null;
5950
+ label?: any | null;
5951
+ }>;
5952
+ } | null;
5953
+ };
5908
5954
  export type ExplorerQueryVariables = Exact<{
5909
5955
  libraryId: Scalars['ID'];
5910
5956
  attributeIds: Array<Scalars['ID']> | Scalars['ID'];
5957
+ pagination?: InputMaybe<RecordsPagination>;
5911
5958
  filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
5959
+ multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
5960
+ searchQuery?: InputMaybe<Scalars['String']>;
5912
5961
  }>;
5913
5962
  export type ExplorerQuery = {
5914
5963
  records: {
5964
+ totalCount?: number | null;
5915
5965
  list: Array<{
5916
5966
  id: string;
5917
5967
  whoAmI: {
@@ -5927,6 +5977,13 @@ export type ExplorerQuery = {
5927
5977
  };
5928
5978
  properties: Array<{
5929
5979
  attributeId: string;
5980
+ attributeProperties: {
5981
+ id: string;
5982
+ label?: any | null;
5983
+ type: AttributeType;
5984
+ format?: AttributeFormat | null;
5985
+ multiple_values: boolean;
5986
+ };
5930
5987
  values: Array<{
5931
5988
  linkPayload?: {
5932
5989
  id: string;
@@ -5942,9 +5999,6 @@ export type ExplorerQuery = {
5942
5999
  };
5943
6000
  };
5944
6001
  } | null;
5945
- attribute: {
5946
- type: AttributeType;
5947
- };
5948
6002
  } | {
5949
6003
  treePayload?: {
5950
6004
  record: {
@@ -5962,19 +6016,35 @@ export type ExplorerQuery = {
5962
6016
  };
5963
6017
  };
5964
6018
  } | null;
5965
- attribute: {
5966
- type: AttributeType;
5967
- };
5968
6019
  } | {
5969
6020
  valuePayload?: any | null;
5970
- attribute: {
5971
- type: AttributeType;
5972
- };
5973
6021
  }>;
5974
6022
  }>;
5975
6023
  }>;
5976
6024
  };
5977
6025
  };
6026
+ export type ExplorerLibraryDataQueryVariables = Exact<{
6027
+ libraryId: Scalars['ID'];
6028
+ }>;
6029
+ export type ExplorerLibraryDataQuery = {
6030
+ libraries?: {
6031
+ list: Array<{
6032
+ id: string;
6033
+ label?: any | null;
6034
+ }>;
6035
+ } | null;
6036
+ };
6037
+ export type TreeDataQueryQueryVariables = Exact<{
6038
+ treeId: Scalars['ID'];
6039
+ }>;
6040
+ export type TreeDataQueryQuery = {
6041
+ trees?: {
6042
+ list: Array<{
6043
+ id: string;
6044
+ label?: any | null;
6045
+ }>;
6046
+ } | null;
6047
+ };
5978
6048
  export declare const RecordIdentityFragmentDoc: Apollo.DocumentNode;
5979
6049
  export declare const DetailsApplicationFragmentDoc: Apollo.DocumentNode;
5980
6050
  export declare const AttributeDetailsFragmentDoc: Apollo.DocumentNode;
@@ -5994,6 +6064,7 @@ export declare const TreeDetailsFragmentDoc: Apollo.DocumentNode;
5994
6064
  export declare const TreeNodeChildFragmentDoc: Apollo.DocumentNode;
5995
6065
  export declare const ViewDetailsFragmentDoc: Apollo.DocumentNode;
5996
6066
  export declare const PropertyValueFragmentDoc: Apollo.DocumentNode;
6067
+ export declare const AttributePropertiesFragmentDoc: Apollo.DocumentNode;
5997
6068
  export declare const CheckApplicationExistenceDocument: Apollo.DocumentNode;
5998
6069
  /**
5999
6070
  * __useCheckApplicationExistenceQuery__
@@ -7404,6 +7475,32 @@ export declare function useAddViewMutation(baseOptions?: Apollo.MutationHookOpti
7404
7475
  export type AddViewMutationHookResult = ReturnType<typeof useAddViewMutation>;
7405
7476
  export type AddViewMutationResult = Apollo.MutationResult<AddViewMutation>;
7406
7477
  export type AddViewMutationOptions = Apollo.BaseMutationOptions<AddViewMutation, AddViewMutationVariables>;
7478
+ export declare const ExplorerAttributesDocument: Apollo.DocumentNode;
7479
+ /**
7480
+ * __useExplorerAttributesQuery__
7481
+ *
7482
+ * To run a query within a React component, call `useExplorerAttributesQuery` and pass it any options that fit your needs.
7483
+ * When your component renders, `useExplorerAttributesQuery` returns an object from Apollo Client that contains loading, error, and data properties
7484
+ * you can use to render your UI.
7485
+ *
7486
+ * @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;
7487
+ *
7488
+ * @example
7489
+ * const { data, loading, error } = useExplorerAttributesQuery({
7490
+ * variables: {
7491
+ * ids: // value for 'ids'
7492
+ * },
7493
+ * });
7494
+ */
7495
+ export declare function useExplorerAttributesQuery(baseOptions?: Apollo.QueryHookOptions<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>): Apollo.QueryResult<ExplorerAttributesQuery, Exact<{
7496
+ ids?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
7497
+ }>>;
7498
+ export declare function useExplorerAttributesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerAttributesQuery, Exact<{
7499
+ ids?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
7500
+ }>>;
7501
+ export type ExplorerAttributesQueryHookResult = ReturnType<typeof useExplorerAttributesQuery>;
7502
+ export type ExplorerAttributesLazyQueryHookResult = ReturnType<typeof useExplorerAttributesLazyQuery>;
7503
+ export type ExplorerAttributesQueryResult = Apollo.QueryResult<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>;
7407
7504
  export declare const ExplorerDocument: Apollo.DocumentNode;
7408
7505
  /**
7409
7506
  * __useExplorerQuery__
@@ -7419,20 +7516,81 @@ export declare const ExplorerDocument: Apollo.DocumentNode;
7419
7516
  * variables: {
7420
7517
  * libraryId: // value for 'libraryId'
7421
7518
  * attributeIds: // value for 'attributeIds'
7519
+ * pagination: // value for 'pagination'
7422
7520
  * filters: // value for 'filters'
7521
+ * multipleSort: // value for 'multipleSort'
7522
+ * searchQuery: // value for 'searchQuery'
7423
7523
  * },
7424
7524
  * });
7425
7525
  */
7426
7526
  export declare function useExplorerQuery(baseOptions: Apollo.QueryHookOptions<ExplorerQuery, ExplorerQueryVariables>): Apollo.QueryResult<ExplorerQuery, Exact<{
7427
7527
  libraryId: Scalars["ID"];
7428
7528
  attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
7529
+ pagination?: InputMaybe<RecordsPagination>;
7429
7530
  filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
7531
+ multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
7532
+ searchQuery?: InputMaybe<Scalars["String"]>;
7430
7533
  }>>;
7431
7534
  export declare function useExplorerLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerQuery, ExplorerQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerQuery, Exact<{
7432
7535
  libraryId: Scalars["ID"];
7433
7536
  attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
7537
+ pagination?: InputMaybe<RecordsPagination>;
7434
7538
  filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
7539
+ multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
7540
+ searchQuery?: InputMaybe<Scalars["String"]>;
7435
7541
  }>>;
7436
7542
  export type ExplorerQueryHookResult = ReturnType<typeof useExplorerQuery>;
7437
7543
  export type ExplorerLazyQueryHookResult = ReturnType<typeof useExplorerLazyQuery>;
7438
7544
  export type ExplorerQueryResult = Apollo.QueryResult<ExplorerQuery, ExplorerQueryVariables>;
7545
+ export declare const ExplorerLibraryDataDocument: Apollo.DocumentNode;
7546
+ /**
7547
+ * __useExplorerLibraryDataQuery__
7548
+ *
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
7551
+ * you can use to render your UI.
7552
+ *
7553
+ * @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
+ *
7555
+ * @example
7556
+ * const { data, loading, error } = useExplorerLibraryDataQuery({
7557
+ * variables: {
7558
+ * libraryId: // value for 'libraryId'
7559
+ * },
7560
+ * });
7561
+ */
7562
+ export declare function useExplorerLibraryDataQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>): Apollo.QueryResult<ExplorerLibraryDataQuery, Exact<{
7563
+ libraryId: Scalars["ID"];
7564
+ }>>;
7565
+ export declare function useExplorerLibraryDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLibraryDataQuery, Exact<{
7566
+ libraryId: Scalars["ID"];
7567
+ }>>;
7568
+ export type ExplorerLibraryDataQueryHookResult = ReturnType<typeof useExplorerLibraryDataQuery>;
7569
+ export type ExplorerLibraryDataLazyQueryHookResult = ReturnType<typeof useExplorerLibraryDataLazyQuery>;
7570
+ export type ExplorerLibraryDataQueryResult = Apollo.QueryResult<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>;
7571
+ export declare const TreeDataQueryDocument: Apollo.DocumentNode;
7572
+ /**
7573
+ * __useTreeDataQueryQuery__
7574
+ *
7575
+ * To run a query within a React component, call `useTreeDataQueryQuery` and pass it any options that fit your needs.
7576
+ * When your component renders, `useTreeDataQueryQuery` returns an object from Apollo Client that contains loading, error, and data properties
7577
+ * you can use to render your UI.
7578
+ *
7579
+ * @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;
7580
+ *
7581
+ * @example
7582
+ * const { data, loading, error } = useTreeDataQueryQuery({
7583
+ * variables: {
7584
+ * treeId: // value for 'treeId'
7585
+ * },
7586
+ * });
7587
+ */
7588
+ export declare function useTreeDataQueryQuery(baseOptions: Apollo.QueryHookOptions<TreeDataQueryQuery, TreeDataQueryQueryVariables>): Apollo.QueryResult<TreeDataQueryQuery, Exact<{
7589
+ treeId: Scalars["ID"];
7590
+ }>>;
7591
+ export declare function useTreeDataQueryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<TreeDataQueryQuery, TreeDataQueryQueryVariables>): Apollo.LazyQueryResultTuple<TreeDataQueryQuery, Exact<{
7592
+ treeId: Scalars["ID"];
7593
+ }>>;
7594
+ export type TreeDataQueryQueryHookResult = ReturnType<typeof useTreeDataQueryQuery>;
7595
+ export type TreeDataQueryLazyQueryHookResult = ReturnType<typeof useTreeDataQueryLazyQuery>;
7596
+ export type TreeDataQueryQueryResult = Apollo.QueryResult<TreeDataQueryQuery, TreeDataQueryQueryVariables>;