@leav/ui 0.3.6-3d13092 → 0.3.6-412fb2f

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 (422) 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 +11 -5
  5. package/dist/__mocks__/common/form.js +18 -2
  6. package/dist/__mocks__/common/form.js.map +1 -1
  7. package/dist/__mocks__/common/record.d.ts +13 -2
  8. package/dist/__mocks__/common/record.js.map +1 -1
  9. package/dist/__mocks__/common/value.js +3 -1
  10. package/dist/__mocks__/common/value.js.map +1 -1
  11. package/dist/__mocks__/common/view.js +7 -5
  12. package/dist/__mocks__/common/view.js.map +1 -1
  13. package/dist/__mocks__/mockQuery/mockGetLibraryDetailExtendedQuery.js +1 -1
  14. package/dist/__mocks__/mockQuery/mockGetLibraryDetailExtendedQuery.js.map +1 -1
  15. package/dist/__mocks__/mockQuery/mockGetViewListQuery.js +2 -1
  16. package/dist/__mocks__/mockQuery/mockGetViewListQuery.js.map +1 -1
  17. package/dist/_gqlTypes/index.d.ts +430 -88
  18. package/dist/_gqlTypes/index.js +252 -44
  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 +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/recordFormAttributeFragment.js +2 -0
  27. package/dist/_queries/records/recordFormAttributeFragment.js.map +1 -1
  28. package/dist/_queries/views/saveViewMutation.js +1 -1
  29. package/dist/_queries/views/viewDetailsFragment.js +14 -11
  30. package/dist/_queries/views/viewDetailsFragment.js.map +1 -1
  31. package/dist/_utils/index.js +5 -2
  32. package/dist/_utils/index.js.map +1 -1
  33. package/dist/_utils/interleaveElement.d.ts +1 -0
  34. package/dist/{components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducerContext.js → _utils/interleaveElement.js} +2 -6
  35. package/dist/_utils/interleaveElement.js.map +1 -0
  36. package/dist/antdTheme/index.d.ts +0 -3
  37. package/dist/antdTheme/index.js +3 -42
  38. package/dist/antdTheme/index.js.map +1 -1
  39. package/dist/components/CreateDirectory/CreateDirectory.js +1 -1
  40. package/dist/components/CreateDirectory/CreateDirectory.js.map +1 -1
  41. package/dist/components/EditApplication/EditApplication.js +2 -2
  42. package/dist/components/EditApplication/EditApplication.js.map +1 -1
  43. package/dist/components/EditApplication/_types.d.ts +2 -2
  44. package/dist/components/Explorer/DataView.d.ts +10 -1
  45. package/dist/components/Explorer/DataView.js +36 -35
  46. package/dist/components/Explorer/DataView.js.map +1 -1
  47. package/dist/components/Explorer/Explorer.d.ts +7 -4
  48. package/dist/components/Explorer/Explorer.js +53 -14
  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 +30 -11
  52. package/dist/components/Explorer/ExplorerTitle.js.map +1 -1
  53. package/dist/components/Explorer/IdCard.d.ts +7 -0
  54. package/dist/components/Explorer/IdCard.js +15 -0
  55. package/dist/components/Explorer/IdCard.js.map +1 -0
  56. package/dist/components/Explorer/TableCell.d.ts +8 -0
  57. package/dist/components/Explorer/TableCell.js +143 -0
  58. package/dist/components/Explorer/TableCell.js.map +1 -0
  59. package/dist/components/Explorer/TableTagGroup.d.ts +7 -0
  60. package/dist/components/Explorer/TableTagGroup.js +30 -0
  61. package/dist/components/Explorer/TableTagGroup.js.map +1 -0
  62. package/dist/components/Explorer/_constants.d.ts +4 -0
  63. package/dist/components/Explorer/_constants.js +17 -0
  64. package/dist/components/Explorer/_constants.js.map +1 -0
  65. package/dist/components/Explorer/_queries/useExplorerData.d.ts +31 -7
  66. package/dist/components/Explorer/_queries/useExplorerData.js +199 -19
  67. package/dist/components/Explorer/_queries/useExplorerData.js.map +1 -1
  68. package/dist/components/Explorer/_types.d.ts +62 -3
  69. package/dist/components/Explorer/conditionsHelper.d.ts +2 -0
  70. package/dist/components/Explorer/conditionsHelper.js +16 -0
  71. package/dist/components/Explorer/conditionsHelper.js.map +1 -0
  72. package/dist/components/Explorer/display-view-filters/ExplorerToolBar.d.ts +4 -0
  73. package/dist/components/Explorer/display-view-filters/ExplorerToolBar.js +47 -0
  74. package/dist/components/Explorer/display-view-filters/ExplorerToolBar.js.map +1 -0
  75. package/dist/components/Explorer/index.d.ts +1 -3
  76. package/dist/components/Explorer/index.js +1 -3
  77. package/dist/components/Explorer/index.js.map +1 -1
  78. package/dist/components/Explorer/{edit-settings → manage-view-settings/_shared}/ColumnItem.d.ts +2 -1
  79. package/dist/components/Explorer/manage-view-settings/_shared/ColumnItem.js +85 -0
  80. package/dist/components/Explorer/manage-view-settings/_shared/ColumnItem.js.map +1 -0
  81. package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.d.ts +5 -0
  82. package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.js +12 -0
  83. package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.js.map +1 -0
  84. package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.d.ts +11 -0
  85. package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.js +61 -0
  86. package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.js.map +1 -0
  87. package/dist/components/Explorer/manage-view-settings/configure-display/ConfigureDisplay.d.ts +6 -0
  88. package/dist/components/Explorer/manage-view-settings/configure-display/ConfigureDisplay.js +28 -0
  89. package/dist/components/Explorer/manage-view-settings/configure-display/ConfigureDisplay.js.map +1 -0
  90. package/dist/components/Explorer/manage-view-settings/configure-display/attributes/SelectVisibleAttributes.d.ts +6 -0
  91. package/dist/components/Explorer/manage-view-settings/configure-display/attributes/SelectVisibleAttributes.js +56 -0
  92. package/dist/components/Explorer/manage-view-settings/configure-display/attributes/SelectVisibleAttributes.js.map +1 -0
  93. package/dist/components/Explorer/manage-view-settings/configure-display/view-type/SelectViewType.d.ts +8 -0
  94. package/dist/components/Explorer/manage-view-settings/configure-display/view-type/SelectViewType.js +12 -0
  95. package/dist/components/Explorer/manage-view-settings/configure-display/view-type/SelectViewType.js.map +1 -0
  96. package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.d.ts +4 -0
  97. package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js +78 -0
  98. package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js.map +1 -0
  99. package/dist/components/Explorer/manage-view-settings/filter-items/FilterListItem.d.ts +9 -0
  100. package/dist/components/Explorer/manage-view-settings/filter-items/FilterListItem.js +33 -0
  101. package/dist/components/Explorer/manage-view-settings/filter-items/FilterListItem.js.map +1 -0
  102. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/BooleanAttributeDropdown.d.ts +3 -0
  103. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/BooleanAttributeDropdown.js +22 -0
  104. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/BooleanAttributeDropdown.js.map +1 -0
  105. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ColorAttributeDropDown.d.ts +3 -0
  106. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ColorAttributeDropDown.js +11 -0
  107. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ColorAttributeDropDown.js.map +1 -0
  108. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateAttributeDropDown.d.ts +3 -0
  109. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateAttributeDropDown.js +66 -0
  110. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateAttributeDropDown.js.map +1 -0
  111. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateRangeAttributeDropDown.d.ts +3 -0
  112. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateRangeAttributeDropDown.js +11 -0
  113. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateRangeAttributeDropDown.js.map +1 -0
  114. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/EncryptedAttributeDropDown.d.ts +3 -0
  115. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/EncryptedAttributeDropDown.js +11 -0
  116. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/EncryptedAttributeDropDown.js.map +1 -0
  117. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ExtendedAttributeDropDown.d.ts +3 -0
  118. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ExtendedAttributeDropDown.js +11 -0
  119. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ExtendedAttributeDropDown.js.map +1 -0
  120. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.d.ts +3 -0
  121. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.js +71 -0
  122. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.js.map +1 -0
  123. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueList.d.ts +10 -0
  124. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueList.js +75 -0
  125. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueList.js.map +1 -0
  126. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/NumericAttributeDropDown.d.ts +3 -0
  127. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/NumericAttributeDropDown.js +19 -0
  128. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/NumericAttributeDropDown.js.map +1 -0
  129. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TextAttributeDropDown.d.ts +3 -0
  130. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TextAttributeDropDown.js +28 -0
  131. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TextAttributeDropDown.js.map +1 -0
  132. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.d.ts +11 -0
  133. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.js +100 -0
  134. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.js.map +1 -0
  135. package/dist/components/Explorer/manage-view-settings/index.d.ts +8 -0
  136. package/dist/components/Explorer/manage-view-settings/index.js +11 -0
  137. package/dist/components/Explorer/manage-view-settings/index.js.map +1 -0
  138. package/dist/components/Explorer/{edit-settings → manage-view-settings/open-view-settings}/EditSettingsContext.d.ts +2 -0
  139. package/dist/components/Explorer/{edit-settings → manage-view-settings/open-view-settings}/EditSettingsContext.js +1 -0
  140. package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContext.js.map +1 -0
  141. package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContextProvider.d.ts +7 -0
  142. package/dist/components/Explorer/{edit-settings → manage-view-settings/open-view-settings}/EditSettingsContextProvider.js +2 -1
  143. package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContextProvider.js.map +1 -0
  144. package/dist/components/Explorer/{edit-settings → manage-view-settings/open-view-settings}/SidePanel.js +2 -2
  145. package/dist/components/Explorer/manage-view-settings/open-view-settings/SidePanel.js.map +1 -0
  146. package/dist/components/Explorer/manage-view-settings/open-view-settings/useEditSettings.js.map +1 -0
  147. package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.d.ts +5 -0
  148. package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.js +39 -0
  149. package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.js.map +1 -0
  150. package/dist/components/Explorer/manage-view-settings/router-menu/SettingItem.js.map +1 -0
  151. package/dist/components/Explorer/{edit-settings → manage-view-settings/router-menu}/SettingsPanel.d.ts +2 -1
  152. package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js +70 -0
  153. package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js.map +1 -0
  154. package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.d.ts +4 -0
  155. package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.js +109 -0
  156. package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.js.map +1 -0
  157. package/dist/components/Explorer/manage-view-settings/sort-items/SortListItem.d.ts +10 -0
  158. package/dist/components/Explorer/manage-view-settings/sort-items/SortListItem.js +32 -0
  159. package/dist/components/Explorer/manage-view-settings/sort-items/SortListItem.js.map +1 -0
  160. package/dist/components/Explorer/manage-view-settings/store-view-settings/ViewSettingsContext.d.ts +6 -0
  161. package/dist/components/Explorer/manage-view-settings/store-view-settings/ViewSettingsContext.js +11 -0
  162. package/dist/components/Explorer/manage-view-settings/store-view-settings/ViewSettingsContext.js.map +1 -0
  163. package/dist/components/Explorer/manage-view-settings/store-view-settings/useViewSettingsContext.d.ts +4 -0
  164. package/dist/components/{RecordEdition/EditRecordContent/reducers/standardFieldReducer/useStandardFieldReducer.js → Explorer/manage-view-settings/store-view-settings/useViewSettingsContext.js} +3 -3
  165. package/dist/components/Explorer/manage-view-settings/store-view-settings/useViewSettingsContext.js.map +1 -0
  166. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.d.ts +4 -0
  167. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js +24 -0
  168. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js.map +1 -0
  169. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.d.ts +145 -0
  170. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js +199 -0
  171. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js.map +1 -0
  172. package/dist/components/Explorer/{useCreateMainAction.d.ts → useCreateAction.d.ts} +3 -3
  173. package/dist/components/Explorer/{useCreateMainAction.js → useCreateAction.js} +11 -7
  174. package/dist/components/Explorer/useCreateAction.js.map +1 -0
  175. package/dist/components/Explorer/useDeactivateAction.js +3 -2
  176. package/dist/components/Explorer/useDeactivateAction.js.map +1 -1
  177. package/dist/components/Explorer/useEditAction.js +8 -6
  178. package/dist/components/Explorer/useEditAction.js.map +1 -1
  179. package/dist/components/Explorer/usePagination.d.ts +7 -0
  180. package/dist/components/Explorer/usePagination.js +25 -0
  181. package/dist/components/Explorer/usePagination.js.map +1 -0
  182. package/dist/components/Explorer/usePrimaryActions.d.ts +12 -0
  183. package/dist/components/Explorer/usePrimaryActions.js +21 -0
  184. package/dist/components/Explorer/usePrimaryActions.js.map +1 -0
  185. package/dist/components/Explorer/useSearchInput.d.ts +10 -0
  186. package/dist/components/Explorer/useSearchInput.js +31 -0
  187. package/dist/components/Explorer/useSearchInput.js.map +1 -0
  188. package/dist/components/Explorer/useTableScrollableHeight.d.ts +5 -0
  189. package/dist/components/Explorer/useTableScrollableHeight.js +15 -0
  190. package/dist/components/Explorer/useTableScrollableHeight.js.map +1 -0
  191. package/dist/components/Explorer/useViewSettingsReducer.d.ts +8 -0
  192. package/dist/components/Explorer/useViewSettingsReducer.js +125 -0
  193. package/dist/components/Explorer/useViewSettingsReducer.js.map +1 -0
  194. package/dist/components/ExportModal/ExportModal.js +2 -2
  195. package/dist/components/ExportModal/ExportModal.js.map +1 -1
  196. package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.js +5 -5
  197. package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.js.map +1 -1
  198. package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.js +2 -2
  199. package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.js.map +1 -1
  200. package/dist/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.js +7 -11
  201. package/dist/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.js.map +1 -1
  202. package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/Header.js +7 -5
  203. package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/Header.js.map +1 -1
  204. package/dist/components/LibraryItemsList/MenuView/MenuView.js +4 -9
  205. package/dist/components/LibraryItemsList/MenuView/MenuView.js.map +1 -1
  206. package/dist/components/LibraryItemsList/ViewPanel/EditView/EditView.js +2 -3
  207. package/dist/components/LibraryItemsList/ViewPanel/EditView/EditView.js.map +1 -1
  208. package/dist/components/LibraryItemsList/ViewPanel/View/View.js +3 -3
  209. package/dist/components/LibraryItemsList/ViewPanel/View/View.js.map +1 -1
  210. package/dist/components/LibraryItemsList/helpers/getFieldsFromView.js +4 -9
  211. package/dist/components/LibraryItemsList/helpers/getFieldsFromView.js.map +1 -1
  212. package/dist/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.js +7 -5
  213. package/dist/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.js.map +1 -1
  214. package/dist/components/LibraryItemsList/hooks/useSearchReducer/_types.d.ts +1 -1
  215. package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.d.ts +1 -1
  216. package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.js +25 -33
  217. package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.js.map +1 -1
  218. package/dist/components/RecordEdition/EditRecord/EditRecord.d.ts +1 -0
  219. package/dist/components/RecordEdition/EditRecord/EditRecord.js +10 -18
  220. package/dist/components/RecordEdition/EditRecord/EditRecord.js.map +1 -1
  221. package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js +16 -3
  222. package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js.map +1 -1
  223. package/dist/components/RecordEdition/EditRecordContent/_types.d.ts +9 -20
  224. package/dist/components/RecordEdition/EditRecordContent/_types.js.map +1 -1
  225. package/dist/components/RecordEdition/EditRecordContent/antdUtils.d.ts +5 -1
  226. package/dist/components/RecordEdition/EditRecordContent/antdUtils.js +44 -34
  227. package/dist/components/RecordEdition/EditRecordContent/antdUtils.js.map +1 -1
  228. package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.d.ts +3 -1
  229. package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.js +8 -2
  230. package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.js.map +1 -1
  231. package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.d.ts +3 -1
  232. package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.js +2 -2
  233. package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.js.map +1 -1
  234. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js +2 -2
  235. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js.map +1 -1
  236. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.d.ts +0 -1
  237. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.js +2 -7
  238. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.js.map +1 -1
  239. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.d.ts +0 -1
  240. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.js +2 -9
  241. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.js.map +1 -1
  242. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/ComputeIndicator.d.ts +6 -0
  243. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/ComputeIndicator.js +18 -0
  244. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/ComputeIndicator.js.map +1 -0
  245. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/DeleteAllValuesButton.d.ts +4 -0
  246. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/DeleteAllValuesButton.js +25 -0
  247. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/DeleteAllValuesButton.js.map +1 -0
  248. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.d.ts +5 -2
  249. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js +145 -191
  250. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js.map +1 -1
  251. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.d.ts +2 -8
  252. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.js +10 -30
  253. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.js.map +1 -1
  254. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.d.ts +2 -13
  255. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.js +38 -45
  256. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.js.map +1 -1
  257. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.d.ts +3 -14
  258. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js +31 -46
  259. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js.map +1 -1
  260. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.d.ts +3 -14
  261. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js +9 -77
  262. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js.map +1 -1
  263. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.d.ts +3 -14
  264. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js +29 -49
  265. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js.map +1 -1
  266. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.d.ts +3 -14
  267. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js +34 -54
  268. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js.map +1 -1
  269. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.d.ts +3 -14
  270. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js +48 -64
  271. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js.map +1 -1
  272. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.d.ts +3 -14
  273. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js +30 -53
  274. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js.map +1 -1
  275. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.d.ts +16 -9
  276. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js +66 -401
  277. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js.map +1 -1
  278. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/DSListSelect.d.ts +4 -0
  279. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/{MonoValueSelect.js → DSListSelect.js} +45 -52
  280. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/DSListSelect.js.map +1 -0
  281. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/_types.d.ts +2 -9
  282. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/_types.d.ts +15 -0
  283. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/_types.js +2 -0
  284. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/_types.js.map +1 -0
  285. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/calculatedInheritedFlags.d.ts +42 -0
  286. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/calculatedInheritedFlags.js +55 -0
  287. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/calculatedInheritedFlags.js.map +1 -0
  288. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/useGetPresentationValues.d.ts +12 -0
  289. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/useGetPresentationValues.js +37 -0
  290. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/useGetPresentationValues.js.map +1 -0
  291. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/ValuesAdd.js +2 -2
  292. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/ValuesAdd.js.map +1 -1
  293. package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js +10 -4
  294. package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js.map +1 -1
  295. package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.d.ts +2 -0
  296. package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js +2 -2
  297. package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js.map +1 -1
  298. package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.d.ts +4 -1
  299. package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js +35 -3
  300. package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js.map +1 -1
  301. package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.d.ts +4 -7
  302. package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.js +6 -8
  303. package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.js.map +1 -1
  304. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/RecordInformations.d.ts +9 -0
  305. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/RecordInformations.js +42 -0
  306. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/RecordInformations.js.map +1 -0
  307. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/useRecordInformations.d.ts +6 -0
  308. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/useRecordInformations.js +35 -0
  309. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/useRecordInformations.js.map +1 -0
  310. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.d.ts +2 -281
  311. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.js +25 -56
  312. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.js.map +1 -1
  313. package/dist/components/SelectTreeNode/SelectTreeNode.d.ts +4 -7
  314. package/dist/components/SelectTreeNode/SelectTreeNode.js +17 -135
  315. package/dist/components/SelectTreeNode/SelectTreeNode.js.map +1 -1
  316. package/dist/components/SelectTreeNode/SelectTreeNodeContent.d.ts +16 -0
  317. package/dist/components/SelectTreeNode/SelectTreeNodeContent.js +131 -0
  318. package/dist/components/SelectTreeNode/SelectTreeNodeContent.js.map +1 -0
  319. package/dist/components/SelectTreeNode/index.d.ts +1 -1
  320. package/dist/components/SelectTreeNode/index.js +1 -1
  321. package/dist/components/SelectTreeNode/index.js.map +1 -1
  322. package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.d.ts +4 -7
  323. package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.js +10 -10
  324. package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.js.map +1 -1
  325. package/dist/components/SelectTreeNodeModal/index.d.ts +1 -2
  326. package/dist/components/SelectTreeNodeModal/index.js +1 -2
  327. package/dist/components/SelectTreeNodeModal/index.js.map +1 -1
  328. package/dist/components/UploadFiles/UploadFiles.js +1 -1
  329. package/dist/components/UploadFiles/UploadFiles.js.map +1 -1
  330. package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.js +2 -2
  331. package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.js.map +1 -1
  332. package/dist/constants.d.ts +1 -0
  333. package/dist/constants.js +1 -0
  334. package/dist/constants.js.map +1 -1
  335. package/dist/hooks/useDebouncedValue/index.d.ts +1 -0
  336. package/dist/{components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler → hooks/useDebouncedValue}/index.js +1 -1
  337. package/dist/hooks/useDebouncedValue/index.js.map +1 -0
  338. package/dist/hooks/useExecuteSaveViewMutation/index.d.ts +1 -0
  339. package/dist/{components/RecordEdition/EditRecordContent/reducers/standardFieldReducer → hooks/useExecuteSaveViewMutation}/index.js +1 -2
  340. package/dist/hooks/useExecuteSaveViewMutation/index.js.map +1 -0
  341. package/dist/hooks/useExecuteSaveViewMutation/useExecuteSaveViewMutation.d.ts +6 -0
  342. package/dist/hooks/{useExecuteAddViewMutation/useExecuteAddViewMutation.js → useExecuteSaveViewMutation/useExecuteSaveViewMutation.js} +6 -6
  343. package/dist/hooks/useExecuteSaveViewMutation/useExecuteSaveViewMutation.js.map +1 -0
  344. package/dist/hooks/useGetRecordForm/useGetRecordForm.d.ts +1 -0
  345. package/dist/hooks/useGetRecordForm/useGetRecordForm.js.map +1 -1
  346. package/dist/locales/en/shared.json +68 -14
  347. package/dist/locales/fr/shared.json +68 -14
  348. package/dist/types/views.d.ts +4 -4
  349. package/package.json +7 -2
  350. package/dist/components/Explorer/edit-settings/ColumnItem.js +0 -62
  351. package/dist/components/Explorer/edit-settings/ColumnItem.js.map +0 -1
  352. package/dist/components/Explorer/edit-settings/DisplayMode.d.ts +0 -6
  353. package/dist/components/Explorer/edit-settings/DisplayMode.js +0 -28
  354. package/dist/components/Explorer/edit-settings/DisplayMode.js.map +0 -1
  355. package/dist/components/Explorer/edit-settings/DisplayModeTable.d.ts +0 -6
  356. package/dist/components/Explorer/edit-settings/DisplayModeTable.js +0 -77
  357. package/dist/components/Explorer/edit-settings/DisplayModeTable.js.map +0 -1
  358. package/dist/components/Explorer/edit-settings/EditSettingsContext.js.map +0 -1
  359. package/dist/components/Explorer/edit-settings/EditSettingsContextProvider.d.ts +0 -2
  360. package/dist/components/Explorer/edit-settings/EditSettingsContextProvider.js.map +0 -1
  361. package/dist/components/Explorer/edit-settings/SettingItem.js.map +0 -1
  362. package/dist/components/Explorer/edit-settings/SettingsPanel.js +0 -53
  363. package/dist/components/Explorer/edit-settings/SettingsPanel.js.map +0 -1
  364. package/dist/components/Explorer/edit-settings/SidePanel.js.map +0 -1
  365. package/dist/components/Explorer/edit-settings/useEditSettings.js.map +0 -1
  366. package/dist/components/Explorer/edit-settings/useGetLibraryColumns.d.ts +0 -10
  367. package/dist/components/Explorer/edit-settings/useGetLibraryColumns.js +0 -24
  368. package/dist/components/Explorer/edit-settings/useGetLibraryColumns.js.map +0 -1
  369. package/dist/components/Explorer/edit-settings/useOpenSettings.d.ts +0 -1
  370. package/dist/components/Explorer/edit-settings/useOpenSettings.js +0 -19
  371. package/dist/components/Explorer/edit-settings/useOpenSettings.js.map +0 -1
  372. package/dist/components/Explorer/useCreateMainAction.js.map +0 -1
  373. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/index.d.ts +0 -2
  374. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/index.js.map +0 -1
  375. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducer.d.ts +0 -138
  376. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducer.js +0 -361
  377. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducer.js.map +0 -1
  378. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducerContext.d.ts +0 -7
  379. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducerContext.js.map +0 -1
  380. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/useStandardFieldReducer.d.ts +0 -1
  381. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/useStandardFieldReducer.js.map +0 -1
  382. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.d.ts +0 -3
  383. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.js +0 -14
  384. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.js.map +0 -1
  385. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.d.ts +0 -3
  386. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.js +0 -22
  387. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.js.map +0 -1
  388. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.d.ts +0 -3
  389. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.js +0 -22
  390. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.js.map +0 -1
  391. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.d.ts +0 -3
  392. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.js +0 -19
  393. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.js.map +0 -1
  394. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.d.ts +0 -3
  395. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.js +0 -32
  396. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.js.map +0 -1
  397. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.d.ts +0 -3
  398. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.js +0 -51
  399. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.js.map +0 -1
  400. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.d.ts +0 -3
  401. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.js +0 -26
  402. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.js.map +0 -1
  403. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueDisplayHandler.d.ts +0 -13
  404. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueDisplayHandler.js +0 -90
  405. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueDisplayHandler.js.map +0 -1
  406. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/ColorPickerBlock.d.ts +0 -7
  407. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/ColorPickerBlock.js +0 -45
  408. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/ColorPickerBlock.js.map +0 -1
  409. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/StandardFieldValueRead.d.ts +0 -9
  410. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/StandardFieldValueRead.js +0 -141
  411. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/StandardFieldValueRead.js.map +0 -1
  412. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/index.d.ts +0 -1
  413. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/index.js.map +0 -1
  414. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/MonoValueSelect.d.ts +0 -3
  415. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/MonoValueSelect.js.map +0 -1
  416. package/dist/hooks/useExecuteAddViewMutation/useExecuteAddViewMutation.d.ts +0 -6
  417. package/dist/hooks/useExecuteAddViewMutation/useExecuteAddViewMutation.js.map +0 -1
  418. /package/dist/components/Explorer/{edit-settings → manage-view-settings/open-view-settings}/SidePanel.d.ts +0 -0
  419. /package/dist/components/Explorer/{edit-settings → manage-view-settings/open-view-settings}/useEditSettings.d.ts +0 -0
  420. /package/dist/components/Explorer/{edit-settings → manage-view-settings/open-view-settings}/useEditSettings.js +0 -0
  421. /package/dist/components/Explorer/{edit-settings → manage-view-settings/router-menu}/SettingItem.d.ts +0 -0
  422. /package/dist/components/Explorer/{edit-settings → manage-view-settings/router-menu}/SettingItem.js +0 -0
@@ -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",
@@ -1486,7 +1483,9 @@ export type RecordFormElementFragment = {
1486
1483
  format?: AttributeFormat | null;
1487
1484
  system: boolean;
1488
1485
  readonly: boolean;
1486
+ required: boolean;
1489
1487
  multiple_values: boolean;
1488
+ compute: boolean;
1490
1489
  linked_library?: {
1491
1490
  id: string;
1492
1491
  label?: any | null;
@@ -1567,7 +1566,9 @@ export type RecordFormElementFragment = {
1567
1566
  format?: AttributeFormat | null;
1568
1567
  system: boolean;
1569
1568
  readonly: boolean;
1569
+ required: boolean;
1570
1570
  multiple_values: boolean;
1571
+ compute: boolean;
1571
1572
  values_list?: {
1572
1573
  enable: boolean;
1573
1574
  allowFreeEntry?: boolean | null;
@@ -1635,7 +1636,9 @@ export type RecordFormElementFragment = {
1635
1636
  format?: AttributeFormat | null;
1636
1637
  system: boolean;
1637
1638
  readonly: boolean;
1639
+ required: boolean;
1638
1640
  multiple_values: boolean;
1641
+ compute: boolean;
1639
1642
  linked_tree?: {
1640
1643
  id: string;
1641
1644
  label?: any | null;
@@ -2138,7 +2141,9 @@ export type RecordFormAttributeLinkAttributeFragment = {
2138
2141
  format?: AttributeFormat | null;
2139
2142
  system: boolean;
2140
2143
  readonly: boolean;
2144
+ required: boolean;
2141
2145
  multiple_values: boolean;
2146
+ compute: boolean;
2142
2147
  linked_library?: {
2143
2148
  id: string;
2144
2149
  label?: any | null;
@@ -2220,7 +2225,9 @@ export type RecordFormAttributeStandardAttributeFragment = {
2220
2225
  format?: AttributeFormat | null;
2221
2226
  system: boolean;
2222
2227
  readonly: boolean;
2228
+ required: boolean;
2223
2229
  multiple_values: boolean;
2230
+ compute: boolean;
2224
2231
  values_list?: {
2225
2232
  enable: boolean;
2226
2233
  allowFreeEntry?: boolean | null;
@@ -2289,7 +2296,9 @@ export type RecordFormAttributeTreeAttributeFragment = {
2289
2296
  format?: AttributeFormat | null;
2290
2297
  system: boolean;
2291
2298
  readonly: boolean;
2299
+ required: boolean;
2292
2300
  multiple_values: boolean;
2301
+ compute: boolean;
2293
2302
  linked_tree?: {
2294
2303
  id: string;
2295
2304
  label?: any | null;
@@ -2471,7 +2480,7 @@ export type ViewDetailsFragment = {
2471
2480
  description?: any | null;
2472
2481
  color?: string | null;
2473
2482
  display: {
2474
- size: ViewSizes;
2483
+ size?: ViewSizes | null;
2475
2484
  type: ViewTypes;
2476
2485
  };
2477
2486
  created_by: {
@@ -2494,10 +2503,10 @@ export type ViewDetailsFragment = {
2494
2503
  label?: any | null;
2495
2504
  } | null;
2496
2505
  }> | null;
2497
- sort?: {
2506
+ sort?: Array<{
2498
2507
  field: string;
2499
2508
  order: SortOrder;
2500
- } | null;
2509
+ }> | null;
2501
2510
  valuesVersions?: Array<{
2502
2511
  treeId: string;
2503
2512
  treeNode: {
@@ -2518,11 +2527,33 @@ export type ViewDetailsFragment = {
2518
2527
  };
2519
2528
  };
2520
2529
  }> | null;
2521
- settings?: Array<{
2522
- name: string;
2523
- value?: any | null;
2530
+ attributes?: Array<{
2531
+ id: string;
2524
2532
  }> | null;
2525
2533
  };
2534
+ export type ViewDetailsFilterFragment = {
2535
+ field?: string | null;
2536
+ value?: string | null;
2537
+ condition?: RecordFilterCondition | null;
2538
+ operator?: RecordFilterOperator | null;
2539
+ tree?: {
2540
+ id: string;
2541
+ label?: any | null;
2542
+ } | null;
2543
+ };
2544
+ export type LinkAttributeDetailsFragment = {
2545
+ label?: any | null;
2546
+ linked_library?: {
2547
+ id: string;
2548
+ } | null;
2549
+ };
2550
+ export type AttributePropertiesFragment = {
2551
+ id: string;
2552
+ label?: any | null;
2553
+ type: AttributeType;
2554
+ format?: AttributeFormat | null;
2555
+ multiple_values: boolean;
2556
+ };
2526
2557
  export type PropertyValueLinkValueFragment = {
2527
2558
  linkPayload?: {
2528
2559
  id: string;
@@ -2538,9 +2569,6 @@ export type PropertyValueLinkValueFragment = {
2538
2569
  };
2539
2570
  };
2540
2571
  } | null;
2541
- attribute: {
2542
- type: AttributeType;
2543
- };
2544
2572
  };
2545
2573
  export type PropertyValueTreeValueFragment = {
2546
2574
  treePayload?: {
@@ -2559,17 +2587,77 @@ export type PropertyValueTreeValueFragment = {
2559
2587
  };
2560
2588
  };
2561
2589
  } | null;
2562
- attribute: {
2563
- type: AttributeType;
2564
- };
2565
2590
  };
2566
2591
  export type PropertyValueValueFragment = {
2567
2592
  valuePayload?: any | null;
2568
- attribute: {
2569
- type: AttributeType;
2570
- };
2571
2593
  };
2572
2594
  export type PropertyValueFragment = PropertyValueLinkValueFragment | PropertyValueTreeValueFragment | PropertyValueValueFragment;
2595
+ export type LinkPropertyLinkValueFragment = {
2596
+ id_value?: string | null;
2597
+ payload?: {
2598
+ id: string;
2599
+ properties: Array<{
2600
+ attributeId: string;
2601
+ attributeProperties: {
2602
+ id: string;
2603
+ label?: any | null;
2604
+ type: AttributeType;
2605
+ format?: AttributeFormat | null;
2606
+ multiple_values: boolean;
2607
+ };
2608
+ values: Array<{
2609
+ linkPayload?: {
2610
+ id: string;
2611
+ whoAmI: {
2612
+ id: string;
2613
+ label?: string | null;
2614
+ subLabel?: string | null;
2615
+ color?: string | null;
2616
+ preview?: IPreviewScalar | null;
2617
+ library: {
2618
+ id: string;
2619
+ label?: any | null;
2620
+ };
2621
+ };
2622
+ } | null;
2623
+ } | {
2624
+ treePayload?: {
2625
+ record: {
2626
+ id: string;
2627
+ whoAmI: {
2628
+ id: string;
2629
+ label?: string | null;
2630
+ subLabel?: string | null;
2631
+ color?: string | null;
2632
+ preview?: IPreviewScalar | null;
2633
+ library: {
2634
+ id: string;
2635
+ label?: any | null;
2636
+ };
2637
+ };
2638
+ };
2639
+ } | null;
2640
+ } | {
2641
+ valuePayload?: any | null;
2642
+ }>;
2643
+ }>;
2644
+ whoAmI: {
2645
+ id: string;
2646
+ label?: string | null;
2647
+ subLabel?: string | null;
2648
+ color?: string | null;
2649
+ preview?: IPreviewScalar | null;
2650
+ library: {
2651
+ id: string;
2652
+ label?: any | null;
2653
+ };
2654
+ };
2655
+ } | null;
2656
+ };
2657
+ export type LinkPropertyTreeValueValueFragment = {
2658
+ id_value?: string | null;
2659
+ };
2660
+ export type LinkPropertyFragment = LinkPropertyLinkValueFragment | LinkPropertyTreeValueValueFragment;
2573
2661
  export type CheckApplicationExistenceQueryVariables = Exact<{
2574
2662
  id?: InputMaybe<Scalars['ID']>;
2575
2663
  endpoint?: InputMaybe<Scalars['String']>;
@@ -3964,7 +4052,9 @@ export type RecordFormQuery = {
3964
4052
  format?: AttributeFormat | null;
3965
4053
  system: boolean;
3966
4054
  readonly: boolean;
4055
+ required: boolean;
3967
4056
  multiple_values: boolean;
4057
+ compute: boolean;
3968
4058
  linked_library?: {
3969
4059
  id: string;
3970
4060
  label?: any | null;
@@ -4045,7 +4135,9 @@ export type RecordFormQuery = {
4045
4135
  format?: AttributeFormat | null;
4046
4136
  system: boolean;
4047
4137
  readonly: boolean;
4138
+ required: boolean;
4048
4139
  multiple_values: boolean;
4140
+ compute: boolean;
4049
4141
  values_list?: {
4050
4142
  enable: boolean;
4051
4143
  allowFreeEntry?: boolean | null;
@@ -4113,7 +4205,9 @@ export type RecordFormQuery = {
4113
4205
  format?: AttributeFormat | null;
4114
4206
  system: boolean;
4115
4207
  readonly: boolean;
4208
+ required: boolean;
4116
4209
  multiple_values: boolean;
4210
+ compute: boolean;
4117
4211
  linked_tree?: {
4118
4212
  id: string;
4119
4213
  label?: any | null;
@@ -5754,7 +5848,7 @@ export type GetViewQuery = {
5754
5848
  description?: any | null;
5755
5849
  color?: string | null;
5756
5850
  display: {
5757
- size: ViewSizes;
5851
+ size?: ViewSizes | null;
5758
5852
  type: ViewTypes;
5759
5853
  };
5760
5854
  created_by: {
@@ -5777,10 +5871,10 @@ export type GetViewQuery = {
5777
5871
  label?: any | null;
5778
5872
  } | null;
5779
5873
  }> | null;
5780
- sort?: {
5874
+ sort?: Array<{
5781
5875
  field: string;
5782
5876
  order: SortOrder;
5783
- } | null;
5877
+ }> | null;
5784
5878
  valuesVersions?: Array<{
5785
5879
  treeId: string;
5786
5880
  treeNode: {
@@ -5801,9 +5895,8 @@ export type GetViewQuery = {
5801
5895
  };
5802
5896
  };
5803
5897
  }> | null;
5804
- settings?: Array<{
5805
- name: string;
5806
- value?: any | null;
5898
+ attributes?: Array<{
5899
+ id: string;
5807
5900
  }> | null;
5808
5901
  };
5809
5902
  };
@@ -5820,7 +5913,7 @@ export type GetViewsListQuery = {
5820
5913
  description?: any | null;
5821
5914
  color?: string | null;
5822
5915
  display: {
5823
- size: ViewSizes;
5916
+ size?: ViewSizes | null;
5824
5917
  type: ViewTypes;
5825
5918
  };
5826
5919
  created_by: {
@@ -5843,10 +5936,10 @@ export type GetViewsListQuery = {
5843
5936
  label?: any | null;
5844
5937
  } | null;
5845
5938
  }> | null;
5846
- sort?: {
5939
+ sort?: Array<{
5847
5940
  field: string;
5848
5941
  order: SortOrder;
5849
- } | null;
5942
+ }> | null;
5850
5943
  valuesVersions?: Array<{
5851
5944
  treeId: string;
5852
5945
  treeNode: {
@@ -5867,17 +5960,16 @@ export type GetViewsListQuery = {
5867
5960
  };
5868
5961
  };
5869
5962
  }> | null;
5870
- settings?: Array<{
5871
- name: string;
5872
- value?: any | null;
5963
+ attributes?: Array<{
5964
+ id: string;
5873
5965
  }> | null;
5874
5966
  }>;
5875
5967
  };
5876
5968
  };
5877
- export type AddViewMutationVariables = Exact<{
5969
+ export type SaveViewMutationVariables = Exact<{
5878
5970
  view: ViewInput;
5879
5971
  }>;
5880
- export type AddViewMutation = {
5972
+ export type SaveViewMutation = {
5881
5973
  saveView: {
5882
5974
  id: string;
5883
5975
  shared: boolean;
@@ -5885,7 +5977,7 @@ export type AddViewMutation = {
5885
5977
  description?: any | null;
5886
5978
  color?: string | null;
5887
5979
  display: {
5888
- size: ViewSizes;
5980
+ size?: ViewSizes | null;
5889
5981
  type: ViewTypes;
5890
5982
  };
5891
5983
  created_by: {
@@ -5908,10 +6000,10 @@ export type AddViewMutation = {
5908
6000
  label?: any | null;
5909
6001
  } | null;
5910
6002
  }> | null;
5911
- sort?: {
6003
+ sort?: Array<{
5912
6004
  field: string;
5913
6005
  order: SortOrder;
5914
- } | null;
6006
+ }> | null;
5915
6007
  valuesVersions?: Array<{
5916
6008
  treeId: string;
5917
6009
  treeNode: {
@@ -5932,19 +6024,51 @@ export type AddViewMutation = {
5932
6024
  };
5933
6025
  };
5934
6026
  }> | null;
5935
- settings?: Array<{
5936
- name: string;
5937
- value?: any | null;
6027
+ attributes?: Array<{
6028
+ id: string;
5938
6029
  }> | null;
5939
6030
  };
5940
6031
  };
5941
- export type ExplorerQueryVariables = Exact<{
6032
+ export type ExplorerAttributesQueryVariables = Exact<{
6033
+ ids?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
6034
+ }>;
6035
+ export type ExplorerAttributesQuery = {
6036
+ attributes?: {
6037
+ list: Array<{
6038
+ id: string;
6039
+ type: AttributeType;
6040
+ format?: AttributeFormat | null;
6041
+ label?: any | null;
6042
+ }>;
6043
+ } | null;
6044
+ };
6045
+ export type ExplorerLinkAttributeQueryVariables = Exact<{
6046
+ id: Scalars['ID'];
6047
+ }>;
6048
+ export type ExplorerLinkAttributeQuery = {
6049
+ attributes?: {
6050
+ list: Array<{
6051
+ label?: any | null;
6052
+ id: string;
6053
+ linked_library?: {
6054
+ id: string;
6055
+ } | null;
6056
+ } | {
6057
+ id: string;
6058
+ }>;
6059
+ } | null;
6060
+ };
6061
+ export type ExplorerLibraryDataQueryVariables = Exact<{
5942
6062
  libraryId: Scalars['ID'];
5943
6063
  attributeIds: Array<Scalars['ID']> | Scalars['ID'];
6064
+ pagination?: InputMaybe<RecordsPagination>;
5944
6065
  filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
6066
+ multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
6067
+ searchQuery?: InputMaybe<Scalars['String']>;
5945
6068
  }>;
5946
- export type ExplorerQuery = {
6069
+ export type ExplorerLibraryDataQuery = {
5947
6070
  records: {
6071
+ totalCount?: number | null;
5948
6072
  list: Array<{
5949
6073
  id: string;
5950
6074
  whoAmI: {
@@ -5960,6 +6084,13 @@ export type ExplorerQuery = {
5960
6084
  };
5961
6085
  properties: Array<{
5962
6086
  attributeId: string;
6087
+ attributeProperties: {
6088
+ id: string;
6089
+ label?: any | null;
6090
+ type: AttributeType;
6091
+ format?: AttributeFormat | null;
6092
+ multiple_values: boolean;
6093
+ };
5963
6094
  values: Array<{
5964
6095
  linkPayload?: {
5965
6096
  id: string;
@@ -5975,9 +6106,6 @@ export type ExplorerQuery = {
5975
6106
  };
5976
6107
  };
5977
6108
  } | null;
5978
- attribute: {
5979
- type: AttributeType;
5980
- };
5981
6109
  } | {
5982
6110
  treePayload?: {
5983
6111
  record: {
@@ -5995,23 +6123,100 @@ export type ExplorerQuery = {
5995
6123
  };
5996
6124
  };
5997
6125
  } | null;
5998
- attribute: {
5999
- type: AttributeType;
6000
- };
6001
6126
  } | {
6002
6127
  valuePayload?: any | null;
6003
- attribute: {
6004
- type: AttributeType;
6005
- };
6006
6128
  }>;
6007
6129
  }>;
6008
6130
  }>;
6009
6131
  };
6010
6132
  };
6011
- export type ExplorerLibraryDataQueryVariables = Exact<{
6133
+ export type ExplorerLinkDataQueryVariables = Exact<{
6134
+ attributeIds: Array<Scalars['ID']> | Scalars['ID'];
6135
+ parentLibraryId: Scalars['ID'];
6136
+ parentRecordId?: InputMaybe<Scalars['String']>;
6137
+ linkAttributeId: Scalars['ID'];
6138
+ }>;
6139
+ export type ExplorerLinkDataQuery = {
6140
+ records: {
6141
+ list: Array<{
6142
+ id: string;
6143
+ whoAmI: {
6144
+ id: string;
6145
+ library: {
6146
+ id: string;
6147
+ };
6148
+ };
6149
+ property: Array<{
6150
+ id_value?: string | null;
6151
+ payload?: {
6152
+ id: string;
6153
+ whoAmI: {
6154
+ id: string;
6155
+ label?: string | null;
6156
+ subLabel?: string | null;
6157
+ color?: string | null;
6158
+ preview?: IPreviewScalar | null;
6159
+ library: {
6160
+ id: string;
6161
+ label?: any | null;
6162
+ };
6163
+ };
6164
+ properties: Array<{
6165
+ attributeId: string;
6166
+ attributeProperties: {
6167
+ id: string;
6168
+ label?: any | null;
6169
+ type: AttributeType;
6170
+ format?: AttributeFormat | null;
6171
+ multiple_values: boolean;
6172
+ };
6173
+ values: Array<{
6174
+ linkPayload?: {
6175
+ id: string;
6176
+ whoAmI: {
6177
+ id: string;
6178
+ label?: string | null;
6179
+ subLabel?: string | null;
6180
+ color?: string | null;
6181
+ preview?: IPreviewScalar | null;
6182
+ library: {
6183
+ id: string;
6184
+ label?: any | null;
6185
+ };
6186
+ };
6187
+ } | null;
6188
+ } | {
6189
+ treePayload?: {
6190
+ record: {
6191
+ id: string;
6192
+ whoAmI: {
6193
+ id: string;
6194
+ label?: string | null;
6195
+ subLabel?: string | null;
6196
+ color?: string | null;
6197
+ preview?: IPreviewScalar | null;
6198
+ library: {
6199
+ id: string;
6200
+ label?: any | null;
6201
+ };
6202
+ };
6203
+ };
6204
+ } | null;
6205
+ } | {
6206
+ valuePayload?: any | null;
6207
+ }>;
6208
+ }>;
6209
+ } | null;
6210
+ } | {
6211
+ id_value?: string | null;
6212
+ }>;
6213
+ }>;
6214
+ };
6215
+ };
6216
+ export type ExplorerLibraryDetailsQueryVariables = Exact<{
6012
6217
  libraryId: Scalars['ID'];
6013
6218
  }>;
6014
- export type ExplorerLibraryDataQuery = {
6219
+ export type ExplorerLibraryDetailsQuery = {
6015
6220
  libraries?: {
6016
6221
  list: Array<{
6017
6222
  id: string;
@@ -6019,6 +6224,17 @@ export type ExplorerLibraryDataQuery = {
6019
6224
  }>;
6020
6225
  } | null;
6021
6226
  };
6227
+ export type TreeDataQueryQueryVariables = Exact<{
6228
+ treeId: Scalars['ID'];
6229
+ }>;
6230
+ export type TreeDataQueryQuery = {
6231
+ trees?: {
6232
+ list: Array<{
6233
+ id: string;
6234
+ label?: any | null;
6235
+ }>;
6236
+ } | null;
6237
+ };
6022
6238
  export declare const RecordIdentityFragmentDoc: Apollo.DocumentNode;
6023
6239
  export declare const DetailsApplicationFragmentDoc: Apollo.DocumentNode;
6024
6240
  export declare const AttributeDetailsFragmentDoc: Apollo.DocumentNode;
@@ -6036,8 +6252,12 @@ export declare const RecordFormElementFragmentDoc: Apollo.DocumentNode;
6036
6252
  export declare const TreeLightFragmentDoc: Apollo.DocumentNode;
6037
6253
  export declare const TreeDetailsFragmentDoc: Apollo.DocumentNode;
6038
6254
  export declare const TreeNodeChildFragmentDoc: Apollo.DocumentNode;
6255
+ export declare const ViewDetailsFilterFragmentDoc: Apollo.DocumentNode;
6039
6256
  export declare const ViewDetailsFragmentDoc: Apollo.DocumentNode;
6257
+ export declare const LinkAttributeDetailsFragmentDoc: Apollo.DocumentNode;
6258
+ export declare const AttributePropertiesFragmentDoc: Apollo.DocumentNode;
6040
6259
  export declare const PropertyValueFragmentDoc: Apollo.DocumentNode;
6260
+ export declare const LinkPropertyFragmentDoc: Apollo.DocumentNode;
6041
6261
  export declare const CheckApplicationExistenceDocument: Apollo.DocumentNode;
6042
6262
  /**
6043
6263
  * __useCheckApplicationExistenceQuery__
@@ -7423,63 +7643,83 @@ export declare function useGetViewsListLazyQuery(baseOptions?: Apollo.LazyQueryH
7423
7643
  export type GetViewsListQueryHookResult = ReturnType<typeof useGetViewsListQuery>;
7424
7644
  export type GetViewsListLazyQueryHookResult = ReturnType<typeof useGetViewsListLazyQuery>;
7425
7645
  export type GetViewsListQueryResult = Apollo.QueryResult<GetViewsListQuery, GetViewsListQueryVariables>;
7426
- export declare const AddViewDocument: Apollo.DocumentNode;
7427
- export type AddViewMutationFn = Apollo.MutationFunction<AddViewMutation, AddViewMutationVariables>;
7646
+ export declare const SaveViewDocument: Apollo.DocumentNode;
7647
+ export type SaveViewMutationFn = Apollo.MutationFunction<SaveViewMutation, SaveViewMutationVariables>;
7428
7648
  /**
7429
- * __useAddViewMutation__
7649
+ * __useSaveViewMutation__
7430
7650
  *
7431
- * To run a mutation, you first call `useAddViewMutation` within a React component and pass it any options that fit your needs.
7432
- * When your component renders, `useAddViewMutation` returns a tuple that includes:
7651
+ * To run a mutation, you first call `useSaveViewMutation` within a React component and pass it any options that fit your needs.
7652
+ * When your component renders, `useSaveViewMutation` returns a tuple that includes:
7433
7653
  * - A mutate function that you can call at any time to execute the mutation
7434
7654
  * - An object with fields that represent the current status of the mutation's execution
7435
7655
  *
7436
7656
  * @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;
7437
7657
  *
7438
7658
  * @example
7439
- * const [addViewMutation, { data, loading, error }] = useAddViewMutation({
7659
+ * const [saveViewMutation, { data, loading, error }] = useSaveViewMutation({
7440
7660
  * variables: {
7441
7661
  * view: // value for 'view'
7442
7662
  * },
7443
7663
  * });
7444
7664
  */
7445
- export declare function useAddViewMutation(baseOptions?: Apollo.MutationHookOptions<AddViewMutation, AddViewMutationVariables>): Apollo.MutationTuple<AddViewMutation, Exact<{
7665
+ export declare function useSaveViewMutation(baseOptions?: Apollo.MutationHookOptions<SaveViewMutation, SaveViewMutationVariables>): Apollo.MutationTuple<SaveViewMutation, Exact<{
7446
7666
  view: ViewInput;
7447
7667
  }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
7448
- export type AddViewMutationHookResult = ReturnType<typeof useAddViewMutation>;
7449
- export type AddViewMutationResult = Apollo.MutationResult<AddViewMutation>;
7450
- export type AddViewMutationOptions = Apollo.BaseMutationOptions<AddViewMutation, AddViewMutationVariables>;
7451
- export declare const ExplorerDocument: Apollo.DocumentNode;
7668
+ export type SaveViewMutationHookResult = ReturnType<typeof useSaveViewMutation>;
7669
+ export type SaveViewMutationResult = Apollo.MutationResult<SaveViewMutation>;
7670
+ export type SaveViewMutationOptions = Apollo.BaseMutationOptions<SaveViewMutation, SaveViewMutationVariables>;
7671
+ export declare const ExplorerAttributesDocument: Apollo.DocumentNode;
7452
7672
  /**
7453
- * __useExplorerQuery__
7673
+ * __useExplorerAttributesQuery__
7454
7674
  *
7455
- * To run a query within a React component, call `useExplorerQuery` and pass it any options that fit your needs.
7456
- * When your component renders, `useExplorerQuery` returns an object from Apollo Client that contains loading, error, and data properties
7675
+ * To run a query within a React component, call `useExplorerAttributesQuery` and pass it any options that fit your needs.
7676
+ * When your component renders, `useExplorerAttributesQuery` returns an object from Apollo Client that contains loading, error, and data properties
7457
7677
  * you can use to render your UI.
7458
7678
  *
7459
7679
  * @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;
7460
7680
  *
7461
7681
  * @example
7462
- * const { data, loading, error } = useExplorerQuery({
7682
+ * const { data, loading, error } = useExplorerAttributesQuery({
7463
7683
  * variables: {
7464
- * libraryId: // value for 'libraryId'
7465
- * attributeIds: // value for 'attributeIds'
7466
- * filters: // value for 'filters'
7684
+ * ids: // value for 'ids'
7467
7685
  * },
7468
7686
  * });
7469
7687
  */
7470
- export declare function useExplorerQuery(baseOptions: Apollo.QueryHookOptions<ExplorerQuery, ExplorerQueryVariables>): Apollo.QueryResult<ExplorerQuery, Exact<{
7471
- libraryId: Scalars["ID"];
7472
- attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
7473
- filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
7688
+ export declare function useExplorerAttributesQuery(baseOptions?: Apollo.QueryHookOptions<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>): Apollo.QueryResult<ExplorerAttributesQuery, Exact<{
7689
+ ids?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
7474
7690
  }>>;
7475
- export declare function useExplorerLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerQuery, ExplorerQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerQuery, Exact<{
7476
- libraryId: Scalars["ID"];
7477
- attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
7478
- filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
7691
+ export declare function useExplorerAttributesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerAttributesQuery, Exact<{
7692
+ ids?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
7479
7693
  }>>;
7480
- export type ExplorerQueryHookResult = ReturnType<typeof useExplorerQuery>;
7481
- export type ExplorerLazyQueryHookResult = ReturnType<typeof useExplorerLazyQuery>;
7482
- export type ExplorerQueryResult = Apollo.QueryResult<ExplorerQuery, ExplorerQueryVariables>;
7694
+ export type ExplorerAttributesQueryHookResult = ReturnType<typeof useExplorerAttributesQuery>;
7695
+ export type ExplorerAttributesLazyQueryHookResult = ReturnType<typeof useExplorerAttributesLazyQuery>;
7696
+ export type ExplorerAttributesQueryResult = Apollo.QueryResult<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>;
7697
+ export declare const ExplorerLinkAttributeDocument: Apollo.DocumentNode;
7698
+ /**
7699
+ * __useExplorerLinkAttributeQuery__
7700
+ *
7701
+ * To run a query within a React component, call `useExplorerLinkAttributeQuery` and pass it any options that fit your needs.
7702
+ * When your component renders, `useExplorerLinkAttributeQuery` returns an object from Apollo Client that contains loading, error, and data properties
7703
+ * you can use to render your UI.
7704
+ *
7705
+ * @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;
7706
+ *
7707
+ * @example
7708
+ * const { data, loading, error } = useExplorerLinkAttributeQuery({
7709
+ * variables: {
7710
+ * id: // value for 'id'
7711
+ * },
7712
+ * });
7713
+ */
7714
+ export declare function useExplorerLinkAttributeQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>): Apollo.QueryResult<ExplorerLinkAttributeQuery, Exact<{
7715
+ id: Scalars["ID"];
7716
+ }>>;
7717
+ export declare function useExplorerLinkAttributeLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLinkAttributeQuery, Exact<{
7718
+ id: Scalars["ID"];
7719
+ }>>;
7720
+ export type ExplorerLinkAttributeQueryHookResult = ReturnType<typeof useExplorerLinkAttributeQuery>;
7721
+ export type ExplorerLinkAttributeLazyQueryHookResult = ReturnType<typeof useExplorerLinkAttributeLazyQuery>;
7722
+ export type ExplorerLinkAttributeQueryResult = Apollo.QueryResult<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>;
7483
7723
  export declare const ExplorerLibraryDataDocument: Apollo.DocumentNode;
7484
7724
  /**
7485
7725
  * __useExplorerLibraryDataQuery__
@@ -7494,15 +7734,117 @@ export declare const ExplorerLibraryDataDocument: Apollo.DocumentNode;
7494
7734
  * const { data, loading, error } = useExplorerLibraryDataQuery({
7495
7735
  * variables: {
7496
7736
  * libraryId: // value for 'libraryId'
7737
+ * attributeIds: // value for 'attributeIds'
7738
+ * pagination: // value for 'pagination'
7739
+ * filters: // value for 'filters'
7740
+ * multipleSort: // value for 'multipleSort'
7741
+ * searchQuery: // value for 'searchQuery'
7497
7742
  * },
7498
7743
  * });
7499
7744
  */
7500
7745
  export declare function useExplorerLibraryDataQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>): Apollo.QueryResult<ExplorerLibraryDataQuery, Exact<{
7501
7746
  libraryId: Scalars["ID"];
7747
+ attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
7748
+ pagination?: InputMaybe<RecordsPagination>;
7749
+ filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
7750
+ multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
7751
+ searchQuery?: InputMaybe<Scalars["String"]>;
7502
7752
  }>>;
7503
7753
  export declare function useExplorerLibraryDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLibraryDataQuery, Exact<{
7504
7754
  libraryId: Scalars["ID"];
7755
+ attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
7756
+ pagination?: InputMaybe<RecordsPagination>;
7757
+ filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
7758
+ multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
7759
+ searchQuery?: InputMaybe<Scalars["String"]>;
7505
7760
  }>>;
7506
7761
  export type ExplorerLibraryDataQueryHookResult = ReturnType<typeof useExplorerLibraryDataQuery>;
7507
7762
  export type ExplorerLibraryDataLazyQueryHookResult = ReturnType<typeof useExplorerLibraryDataLazyQuery>;
7508
7763
  export type ExplorerLibraryDataQueryResult = Apollo.QueryResult<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>;
7764
+ export declare const ExplorerLinkDataDocument: Apollo.DocumentNode;
7765
+ /**
7766
+ * __useExplorerLinkDataQuery__
7767
+ *
7768
+ * To run a query within a React component, call `useExplorerLinkDataQuery` and pass it any options that fit your needs.
7769
+ * When your component renders, `useExplorerLinkDataQuery` returns an object from Apollo Client that contains loading, error, and data properties
7770
+ * you can use to render your UI.
7771
+ *
7772
+ * @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;
7773
+ *
7774
+ * @example
7775
+ * const { data, loading, error } = useExplorerLinkDataQuery({
7776
+ * variables: {
7777
+ * attributeIds: // value for 'attributeIds'
7778
+ * parentLibraryId: // value for 'parentLibraryId'
7779
+ * parentRecordId: // value for 'parentRecordId'
7780
+ * linkAttributeId: // value for 'linkAttributeId'
7781
+ * },
7782
+ * });
7783
+ */
7784
+ export declare function useExplorerLinkDataQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>): Apollo.QueryResult<ExplorerLinkDataQuery, Exact<{
7785
+ attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
7786
+ parentLibraryId: Scalars["ID"];
7787
+ parentRecordId?: InputMaybe<Scalars["String"]>;
7788
+ linkAttributeId: Scalars["ID"];
7789
+ }>>;
7790
+ export declare function useExplorerLinkDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLinkDataQuery, Exact<{
7791
+ attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
7792
+ parentLibraryId: Scalars["ID"];
7793
+ parentRecordId?: InputMaybe<Scalars["String"]>;
7794
+ linkAttributeId: Scalars["ID"];
7795
+ }>>;
7796
+ export type ExplorerLinkDataQueryHookResult = ReturnType<typeof useExplorerLinkDataQuery>;
7797
+ export type ExplorerLinkDataLazyQueryHookResult = ReturnType<typeof useExplorerLinkDataLazyQuery>;
7798
+ export type ExplorerLinkDataQueryResult = Apollo.QueryResult<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>;
7799
+ export declare const ExplorerLibraryDetailsDocument: Apollo.DocumentNode;
7800
+ /**
7801
+ * __useExplorerLibraryDetailsQuery__
7802
+ *
7803
+ * To run a query within a React component, call `useExplorerLibraryDetailsQuery` and pass it any options that fit your needs.
7804
+ * When your component renders, `useExplorerLibraryDetailsQuery` returns an object from Apollo Client that contains loading, error, and data properties
7805
+ * you can use to render your UI.
7806
+ *
7807
+ * @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;
7808
+ *
7809
+ * @example
7810
+ * const { data, loading, error } = useExplorerLibraryDetailsQuery({
7811
+ * variables: {
7812
+ * libraryId: // value for 'libraryId'
7813
+ * },
7814
+ * });
7815
+ */
7816
+ export declare function useExplorerLibraryDetailsQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>): Apollo.QueryResult<ExplorerLibraryDetailsQuery, Exact<{
7817
+ libraryId: Scalars["ID"];
7818
+ }>>;
7819
+ export declare function useExplorerLibraryDetailsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLibraryDetailsQuery, Exact<{
7820
+ libraryId: Scalars["ID"];
7821
+ }>>;
7822
+ export type ExplorerLibraryDetailsQueryHookResult = ReturnType<typeof useExplorerLibraryDetailsQuery>;
7823
+ export type ExplorerLibraryDetailsLazyQueryHookResult = ReturnType<typeof useExplorerLibraryDetailsLazyQuery>;
7824
+ export type ExplorerLibraryDetailsQueryResult = Apollo.QueryResult<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>;
7825
+ export declare const TreeDataQueryDocument: Apollo.DocumentNode;
7826
+ /**
7827
+ * __useTreeDataQueryQuery__
7828
+ *
7829
+ * To run a query within a React component, call `useTreeDataQueryQuery` and pass it any options that fit your needs.
7830
+ * When your component renders, `useTreeDataQueryQuery` returns an object from Apollo Client that contains loading, error, and data properties
7831
+ * you can use to render your UI.
7832
+ *
7833
+ * @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;
7834
+ *
7835
+ * @example
7836
+ * const { data, loading, error } = useTreeDataQueryQuery({
7837
+ * variables: {
7838
+ * treeId: // value for 'treeId'
7839
+ * },
7840
+ * });
7841
+ */
7842
+ export declare function useTreeDataQueryQuery(baseOptions: Apollo.QueryHookOptions<TreeDataQueryQuery, TreeDataQueryQueryVariables>): Apollo.QueryResult<TreeDataQueryQuery, Exact<{
7843
+ treeId: Scalars["ID"];
7844
+ }>>;
7845
+ export declare function useTreeDataQueryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<TreeDataQueryQuery, TreeDataQueryQueryVariables>): Apollo.LazyQueryResultTuple<TreeDataQueryQuery, Exact<{
7846
+ treeId: Scalars["ID"];
7847
+ }>>;
7848
+ export type TreeDataQueryQueryHookResult = ReturnType<typeof useTreeDataQueryQuery>;
7849
+ export type TreeDataQueryLazyQueryHookResult = ReturnType<typeof useTreeDataQueryLazyQuery>;
7850
+ export type TreeDataQueryQueryResult = Apollo.QueryResult<TreeDataQueryQuery, TreeDataQueryQueryVariables>;