@leav/ui 0.3.6-d88c7ae → 0.3.6-d8cc602

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 (559) hide show
  1. package/dist/__mocks__/common/attribute.d.ts +1 -0
  2. package/dist/__mocks__/common/attribute.js +11 -3
  3. package/dist/__mocks__/common/attribute.js.map +1 -1
  4. package/dist/__mocks__/common/form.d.ts +12 -5
  5. package/dist/__mocks__/common/form.js +35 -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 +3 -2
  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 +821 -88
  18. package/dist/_gqlTypes/index.js +431 -44
  19. package/dist/_gqlTypes/index.js.map +1 -1
  20. package/dist/_queries/attributes/attributeDetailsFragment.js +0 -1
  21. package/dist/_queries/attributes/attributeDetailsFragment.js.map +1 -1
  22. package/dist/_queries/attributes/getAttributesByLib.js +7 -5
  23. package/dist/_queries/attributes/getAttributesByLib.js.map +1 -1
  24. package/dist/_queries/libraries/getLibraryDetailExtendQuery.d.ts +3 -4
  25. package/dist/_queries/libraries/getLibraryDetailExtendQuery.js +2 -3
  26. package/dist/_queries/libraries/getLibraryDetailExtendQuery.js.map +1 -1
  27. package/dist/_queries/records/createRecordMutation.js +2 -3
  28. package/dist/_queries/records/createRecordMutation.js.map +1 -1
  29. package/dist/_queries/records/getRecordColumnsValues.d.ts +5 -3
  30. package/dist/_queries/records/getRecordColumnsValues.js +4 -1
  31. package/dist/_queries/records/getRecordColumnsValues.js.map +1 -1
  32. package/dist/_queries/records/getRecordFormQuery.js +2 -0
  33. package/dist/_queries/records/getRecordFormQuery.js.map +1 -1
  34. package/dist/_queries/records/getRecordPropertiesQuery.js +2 -0
  35. package/dist/_queries/records/getRecordPropertiesQuery.js.map +1 -1
  36. package/dist/_queries/records/getRecordsFromLibraryQuery.js +1 -0
  37. package/dist/_queries/records/getRecordsFromLibraryQuery.js.map +1 -1
  38. package/dist/_queries/records/recordFormAttributeFragment.js +5 -0
  39. package/dist/_queries/records/recordFormAttributeFragment.js.map +1 -1
  40. package/dist/_queries/views/saveViewMutation.js +1 -1
  41. package/dist/_queries/views/viewDetailsFragment.js +14 -11
  42. package/dist/_queries/views/viewDetailsFragment.js.map +1 -1
  43. package/dist/_utils/attributeType.d.ts +3 -0
  44. package/dist/_utils/attributeType.js +7 -0
  45. package/dist/_utils/attributeType.js.map +1 -0
  46. package/dist/_utils/index.js +5 -2
  47. package/dist/_utils/index.js.map +1 -1
  48. package/dist/_utils/interleaveElement.d.ts +1 -0
  49. package/dist/{components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/index.js → _utils/interleaveElement.js} +2 -3
  50. package/dist/_utils/interleaveElement.js.map +1 -0
  51. package/dist/antdTheme/index.d.ts +0 -3
  52. package/dist/antdTheme/index.js +3 -42
  53. package/dist/antdTheme/index.js.map +1 -1
  54. package/dist/components/CreateDirectory/CreateDirectory.js +1 -1
  55. package/dist/components/CreateDirectory/CreateDirectory.js.map +1 -1
  56. package/dist/components/EditApplication/EditApplication.js +2 -2
  57. package/dist/components/EditApplication/EditApplication.js.map +1 -1
  58. package/dist/components/EditApplication/_types.d.ts +2 -2
  59. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfo.js +0 -1
  60. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfo.js.map +1 -1
  61. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/EditAttributeInfoForm.js +2 -5
  62. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/EditAttributeInfoForm.js.map +1 -1
  63. package/dist/components/Explorer/DataView.d.ts +16 -1
  64. package/dist/components/Explorer/DataView.js +104 -49
  65. package/dist/components/Explorer/DataView.js.map +1 -1
  66. package/dist/components/Explorer/Explorer.d.ts +16 -6
  67. package/dist/components/Explorer/Explorer.js +105 -16
  68. package/dist/components/Explorer/Explorer.js.map +1 -1
  69. package/dist/components/Explorer/ExplorerTitle.d.ts +9 -0
  70. package/dist/components/Explorer/ExplorerTitle.js +47 -0
  71. package/dist/components/Explorer/ExplorerTitle.js.map +1 -0
  72. package/dist/components/Explorer/ExplorerToolbar.d.ts +5 -0
  73. package/dist/components/Explorer/ExplorerToolbar.js +49 -0
  74. package/dist/components/Explorer/ExplorerToolbar.js.map +1 -0
  75. package/dist/components/Explorer/IdCard.d.ts +7 -0
  76. package/dist/components/Explorer/IdCard.js +15 -0
  77. package/dist/components/Explorer/IdCard.js.map +1 -0
  78. package/dist/components/Explorer/TableCell.d.ts +8 -0
  79. package/dist/components/Explorer/TableCell.js +152 -0
  80. package/dist/components/Explorer/TableCell.js.map +1 -0
  81. package/dist/components/Explorer/TableTagGroup.d.ts +7 -0
  82. package/dist/components/Explorer/TableTagGroup.js +30 -0
  83. package/dist/components/Explorer/TableTagGroup.js.map +1 -0
  84. package/dist/components/Explorer/_constants.d.ts +5 -0
  85. package/dist/components/Explorer/_constants.js +18 -0
  86. package/dist/components/Explorer/_constants.js.map +1 -0
  87. package/dist/components/Explorer/_queries/prepareFiltersForRequest.d.ts +4 -0
  88. package/dist/components/Explorer/_queries/prepareFiltersForRequest.js +99 -0
  89. package/dist/components/Explorer/_queries/prepareFiltersForRequest.js.map +1 -0
  90. package/dist/components/Explorer/_queries/useExplorerData.d.ts +35 -0
  91. package/dist/components/Explorer/_queries/useExplorerData.js +119 -0
  92. package/dist/components/Explorer/_queries/useExplorerData.js.map +1 -0
  93. package/dist/components/Explorer/_types.d.ts +113 -0
  94. package/dist/components/Explorer/_types.js +8 -0
  95. package/dist/components/Explorer/_types.js.map +1 -0
  96. package/dist/components/Explorer/{useEditAction.d.ts → actions-item/useEditItemAction.d.ts} +4 -4
  97. package/dist/components/Explorer/{useEditAction.js → actions-item/useEditItemAction.js} +16 -14
  98. package/dist/components/Explorer/actions-item/useEditItemAction.js.map +1 -0
  99. package/dist/components/Explorer/actions-item/useRemoveItemAction.d.ts +23 -0
  100. package/dist/components/Explorer/actions-item/useRemoveItemAction.js +109 -0
  101. package/dist/components/Explorer/actions-item/useRemoveItemAction.js.map +1 -0
  102. package/dist/components/Explorer/actions-mass/useDeactivateMassAction.d.ts +27 -0
  103. package/dist/components/Explorer/actions-mass/useDeactivateMassAction.js +71 -0
  104. package/dist/components/Explorer/actions-mass/useDeactivateMassAction.js.map +1 -0
  105. package/dist/components/Explorer/actions-mass/useMassActions.d.ts +28 -0
  106. package/dist/components/Explorer/actions-mass/useMassActions.js +111 -0
  107. package/dist/components/Explorer/actions-mass/useMassActions.js.map +1 -0
  108. package/dist/components/Explorer/{useCreateMainAction.d.ts → actions-primary/useCreatePrimaryAction.d.ts} +9 -5
  109. package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.js +75 -0
  110. package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.js.map +1 -0
  111. package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.d.ts +17 -0
  112. package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.js +38 -0
  113. package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.js.map +1 -0
  114. package/dist/components/Explorer/actions-primary/usePrimaryActions.d.ts +12 -0
  115. package/dist/components/Explorer/actions-primary/usePrimaryActions.js +25 -0
  116. package/dist/components/Explorer/actions-primary/usePrimaryActions.js.map +1 -0
  117. package/dist/components/Explorer/conditionsHelper.d.ts +2 -0
  118. package/dist/components/Explorer/conditionsHelper.js +16 -0
  119. package/dist/components/Explorer/conditionsHelper.js.map +1 -0
  120. package/dist/components/Explorer/index.d.ts +9 -1
  121. package/dist/components/Explorer/index.js +6 -1
  122. package/dist/components/Explorer/index.js.map +1 -1
  123. package/dist/components/Explorer/link-item/LinkModal.d.ts +7 -0
  124. package/dist/components/Explorer/link-item/LinkModal.js +73 -0
  125. package/dist/components/Explorer/link-item/LinkModal.js.map +1 -0
  126. package/dist/components/Explorer/link-item/useLinkMassAction.d.ts +24 -0
  127. package/dist/components/Explorer/link-item/useLinkMassAction.js +57 -0
  128. package/dist/components/Explorer/link-item/useLinkMassAction.js.map +1 -0
  129. package/dist/components/Explorer/list-saved-views/SavedViews.d.ts +2 -0
  130. package/dist/components/Explorer/list-saved-views/SavedViews.js +69 -0
  131. package/dist/components/Explorer/list-saved-views/SavedViews.js.map +1 -0
  132. package/dist/components/Explorer/manage-view-settings/_shared/ColumnItem.d.ts +12 -0
  133. package/dist/components/Explorer/manage-view-settings/_shared/ColumnItem.js +85 -0
  134. package/dist/components/Explorer/manage-view-settings/_shared/ColumnItem.js.map +1 -0
  135. package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.d.ts +6 -0
  136. package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.js +12 -0
  137. package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.js.map +1 -0
  138. package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.d.ts +13 -0
  139. package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.js +67 -0
  140. package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.js.map +1 -0
  141. package/dist/components/Explorer/manage-view-settings/configure-display/ConfigureDisplay.d.ts +6 -0
  142. package/dist/components/Explorer/manage-view-settings/configure-display/ConfigureDisplay.js +28 -0
  143. package/dist/components/Explorer/manage-view-settings/configure-display/ConfigureDisplay.js.map +1 -0
  144. package/dist/components/Explorer/manage-view-settings/configure-display/attributes/SelectVisibleAttributes.d.ts +6 -0
  145. package/dist/components/Explorer/manage-view-settings/configure-display/attributes/SelectVisibleAttributes.js +55 -0
  146. package/dist/components/Explorer/manage-view-settings/configure-display/attributes/SelectVisibleAttributes.js.map +1 -0
  147. package/dist/components/Explorer/manage-view-settings/configure-display/view-type/SelectViewType.d.ts +8 -0
  148. package/dist/components/Explorer/manage-view-settings/configure-display/view-type/SelectViewType.js +12 -0
  149. package/dist/components/Explorer/manage-view-settings/configure-display/view-type/SelectViewType.js.map +1 -0
  150. package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.d.ts +4 -0
  151. package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js +88 -0
  152. package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js.map +1 -0
  153. package/dist/components/Explorer/manage-view-settings/filter-items/FilterListItem.d.ts +9 -0
  154. package/dist/components/Explorer/manage-view-settings/filter-items/FilterListItem.js +33 -0
  155. package/dist/components/Explorer/manage-view-settings/filter-items/FilterListItem.js.map +1 -0
  156. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/BooleanAttributeDropdown.d.ts +3 -0
  157. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/BooleanAttributeDropdown.js +22 -0
  158. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/BooleanAttributeDropdown.js.map +1 -0
  159. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ColorAttributeDropDown.d.ts +3 -0
  160. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ColorAttributeDropDown.js +11 -0
  161. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ColorAttributeDropDown.js.map +1 -0
  162. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateAttributeDropDown.d.ts +3 -0
  163. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateAttributeDropDown.js +66 -0
  164. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateAttributeDropDown.js.map +1 -0
  165. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateRangeAttributeDropDown.d.ts +3 -0
  166. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateRangeAttributeDropDown.js +11 -0
  167. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateRangeAttributeDropDown.js.map +1 -0
  168. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/EncryptedAttributeDropDown.d.ts +3 -0
  169. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/EncryptedAttributeDropDown.js +11 -0
  170. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/EncryptedAttributeDropDown.js.map +1 -0
  171. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ExtendedAttributeDropDown.d.ts +3 -0
  172. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ExtendedAttributeDropDown.js +11 -0
  173. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ExtendedAttributeDropDown.js.map +1 -0
  174. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.d.ts +3 -0
  175. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.js +35 -0
  176. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.js.map +1 -0
  177. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropdownContent.d.ts +7 -0
  178. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropdownContent.js +40 -0
  179. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropdownContent.js.map +1 -0
  180. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueList.d.ts +10 -0
  181. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueList.js +75 -0
  182. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueList.js.map +1 -0
  183. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/LinkAttributeDropdown.d.ts +3 -0
  184. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/LinkAttributeDropdown.js +79 -0
  185. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/LinkAttributeDropdown.js.map +1 -0
  186. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/NumericAttributeDropDown.d.ts +3 -0
  187. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/NumericAttributeDropDown.js +19 -0
  188. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/NumericAttributeDropDown.js.map +1 -0
  189. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TextAttributeDropDown.d.ts +3 -0
  190. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TextAttributeDropDown.js +28 -0
  191. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TextAttributeDropDown.js.map +1 -0
  192. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/_types.d.ts +10 -0
  193. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/_types.js +2 -0
  194. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/_types.js.map +1 -0
  195. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.d.ts +12 -0
  196. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.js +108 -0
  197. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.js.map +1 -0
  198. package/dist/components/Explorer/manage-view-settings/index.d.ts +8 -0
  199. package/dist/components/Explorer/manage-view-settings/index.js +11 -0
  200. package/dist/components/Explorer/manage-view-settings/index.js.map +1 -0
  201. package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContext.d.ts +15 -0
  202. package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContext.js +15 -0
  203. package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContext.js.map +1 -0
  204. package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContextProvider.d.ts +7 -0
  205. package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContextProvider.js +17 -0
  206. package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContextProvider.js.map +1 -0
  207. package/dist/components/Explorer/manage-view-settings/open-view-settings/SidePanel.d.ts +2 -0
  208. package/dist/components/Explorer/manage-view-settings/open-view-settings/SidePanel.js +19 -0
  209. package/dist/components/Explorer/manage-view-settings/open-view-settings/SidePanel.js.map +1 -0
  210. package/dist/components/Explorer/manage-view-settings/open-view-settings/useEditSettings.d.ts +1 -0
  211. package/dist/components/{RecordEdition/EditRecordContent/reducers/standardFieldReducer/useStandardFieldReducer.js → Explorer/manage-view-settings/open-view-settings/useEditSettings.js} +3 -3
  212. package/dist/components/Explorer/manage-view-settings/open-view-settings/useEditSettings.js.map +1 -0
  213. package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.d.ts +12 -0
  214. package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.js +64 -0
  215. package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.js.map +1 -0
  216. package/dist/components/Explorer/manage-view-settings/router-menu/SettingItem.d.ts +9 -0
  217. package/dist/components/Explorer/manage-view-settings/router-menu/SettingItem.js +55 -0
  218. package/dist/components/Explorer/manage-view-settings/router-menu/SettingItem.js.map +1 -0
  219. package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.d.ts +8 -0
  220. package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js +36 -0
  221. package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js.map +1 -0
  222. package/dist/components/Explorer/manage-view-settings/save-view/SaveViewModal.d.ts +7 -0
  223. package/dist/components/Explorer/manage-view-settings/save-view/SaveViewModal.js +42 -0
  224. package/dist/components/Explorer/manage-view-settings/save-view/SaveViewModal.js.map +1 -0
  225. package/dist/components/Explorer/manage-view-settings/save-view/ViewActions.d.ts +1 -0
  226. package/dist/components/Explorer/manage-view-settings/save-view/ViewActions.js +26 -0
  227. package/dist/components/Explorer/manage-view-settings/save-view/ViewActions.js.map +1 -0
  228. package/dist/components/Explorer/manage-view-settings/save-view/useSaveView.d.ts +3 -0
  229. package/dist/components/Explorer/manage-view-settings/save-view/useSaveView.js +20 -0
  230. package/dist/components/Explorer/manage-view-settings/save-view/useSaveView.js.map +1 -0
  231. package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.d.ts +4 -0
  232. package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.js +111 -0
  233. package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.js.map +1 -0
  234. package/dist/components/Explorer/manage-view-settings/sort-items/SortListItem.d.ts +10 -0
  235. package/dist/components/Explorer/manage-view-settings/sort-items/SortListItem.js +32 -0
  236. package/dist/components/Explorer/manage-view-settings/sort-items/SortListItem.js.map +1 -0
  237. package/dist/components/Explorer/manage-view-settings/store-view-settings/ViewSettingsContext.d.ts +6 -0
  238. package/dist/components/Explorer/manage-view-settings/store-view-settings/ViewSettingsContext.js +11 -0
  239. package/dist/components/Explorer/manage-view-settings/store-view-settings/ViewSettingsContext.js.map +1 -0
  240. package/dist/components/Explorer/manage-view-settings/store-view-settings/useViewSettingsContext.d.ts +4 -0
  241. package/dist/components/Explorer/manage-view-settings/store-view-settings/useViewSettingsContext.js +7 -0
  242. package/dist/components/Explorer/manage-view-settings/store-view-settings/useViewSettingsContext.js.map +1 -0
  243. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.d.ts +4 -0
  244. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js +28 -0
  245. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js.map +1 -0
  246. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.d.ts +167 -0
  247. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js +265 -0
  248. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js.map +1 -0
  249. package/dist/components/Explorer/manage-view-settings/useManageViews.d.ts +3 -0
  250. package/dist/components/Explorer/manage-view-settings/useManageViews.js +55 -0
  251. package/dist/components/Explorer/manage-view-settings/useManageViews.js.map +1 -0
  252. package/dist/components/Explorer/useColumnWidth.d.ts +8 -0
  253. package/dist/components/Explorer/useColumnWidth.js +49 -0
  254. package/dist/components/Explorer/useColumnWidth.js.map +1 -0
  255. package/dist/components/Explorer/usePagination.d.ts +7 -0
  256. package/dist/components/Explorer/usePagination.js +25 -0
  257. package/dist/components/Explorer/usePagination.js.map +1 -0
  258. package/dist/components/Explorer/useSearchInput.d.ts +16 -0
  259. package/dist/components/Explorer/useSearchInput.js +39 -0
  260. package/dist/components/Explorer/useSearchInput.js.map +1 -0
  261. package/dist/components/Explorer/useTableScrollableHeight.d.ts +5 -0
  262. package/dist/components/Explorer/useTableScrollableHeight.js +15 -0
  263. package/dist/components/Explorer/useTableScrollableHeight.js.map +1 -0
  264. package/dist/components/Explorer/useViewSettingsReducer.d.ts +8 -0
  265. package/dist/components/Explorer/useViewSettingsReducer.js +221 -0
  266. package/dist/components/Explorer/useViewSettingsReducer.js.map +1 -0
  267. package/dist/components/ExportModal/ExportModal.js +2 -2
  268. package/dist/components/ExportModal/ExportModal.js.map +1 -1
  269. package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.js +5 -5
  270. package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.js.map +1 -1
  271. package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.js +2 -2
  272. package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.js.map +1 -1
  273. package/dist/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.js +7 -11
  274. package/dist/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.js.map +1 -1
  275. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/StandardCell.js +7 -2
  276. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/StandardCell.js.map +1 -1
  277. package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/Header.js +7 -5
  278. package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/Header.js.map +1 -1
  279. package/dist/components/LibraryItemsList/MenuView/MenuView.js +4 -9
  280. package/dist/components/LibraryItemsList/MenuView/MenuView.js.map +1 -1
  281. package/dist/components/LibraryItemsList/ViewPanel/EditView/EditView.js +2 -3
  282. package/dist/components/LibraryItemsList/ViewPanel/EditView/EditView.js.map +1 -1
  283. package/dist/components/LibraryItemsList/ViewPanel/View/View.js +3 -3
  284. package/dist/components/LibraryItemsList/ViewPanel/View/View.js.map +1 -1
  285. package/dist/components/LibraryItemsList/helpers/getFieldsFromView.js +4 -9
  286. package/dist/components/LibraryItemsList/helpers/getFieldsFromView.js.map +1 -1
  287. package/dist/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.js +7 -5
  288. package/dist/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.js.map +1 -1
  289. package/dist/components/LibraryItemsList/hooks/useSearchReducer/_types.d.ts +1 -1
  290. package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.d.ts +1 -1
  291. package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.js +25 -33
  292. package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.js.map +1 -1
  293. package/dist/components/RecordEdition/EditRecord/EditRecord.d.ts +1 -0
  294. package/dist/components/RecordEdition/EditRecord/EditRecord.js +102 -78
  295. package/dist/components/RecordEdition/EditRecord/EditRecord.js.map +1 -1
  296. package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.d.ts +2 -1
  297. package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js +18 -5
  298. package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js.map +1 -1
  299. package/dist/components/RecordEdition/EditRecordContent/_types.d.ts +19 -24
  300. package/dist/components/RecordEdition/EditRecordContent/_types.js.map +1 -1
  301. package/dist/components/RecordEdition/EditRecordContent/antdUtils.d.ts +5 -1
  302. package/dist/components/RecordEdition/EditRecordContent/antdUtils.js +44 -34
  303. package/dist/components/RecordEdition/EditRecordContent/antdUtils.js.map +1 -1
  304. package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.d.ts +3 -1
  305. package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.js +8 -2
  306. package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.js.map +1 -1
  307. package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateRecordMutation.d.ts +5 -0
  308. package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateRecordMutation.js +28 -0
  309. package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateRecordMutation.js.map +1 -0
  310. package/dist/components/RecordEdition/EditRecordContent/hooks/useExecuteSaveValueBatchMutation.js.map +1 -1
  311. package/dist/components/RecordEdition/EditRecordContent/hooks/useRunActionsListAndFormatOnValue.d.ts +121 -0
  312. package/dist/components/RecordEdition/EditRecordContent/hooks/useRunActionsListAndFormatOnValue.js +31 -0
  313. package/dist/components/RecordEdition/EditRecordContent/hooks/useRunActionsListAndFormatOnValue.js.map +1 -0
  314. package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/ValueDetailsBtn.js +1 -7
  315. package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/ValueDetailsBtn.js.map +1 -1
  316. package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.d.ts +3 -1
  317. package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.js +2 -2
  318. package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.js.map +1 -1
  319. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js +2 -2
  320. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js.map +1 -1
  321. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.d.ts +0 -1
  322. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.js +2 -7
  323. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.js.map +1 -1
  324. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.d.ts +0 -1
  325. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.js +2 -9
  326. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.js.map +1 -1
  327. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/ComputeIndicator.d.ts +6 -0
  328. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/ComputeIndicator.js +16 -0
  329. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/ComputeIndicator.js.map +1 -0
  330. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/DeleteAllValuesButton.d.ts +4 -0
  331. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/DeleteAllValuesButton.js +25 -0
  332. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/DeleteAllValuesButton.js.map +1 -0
  333. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.d.ts +5 -2
  334. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js +203 -186
  335. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js.map +1 -1
  336. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.d.ts +2 -8
  337. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.js +14 -30
  338. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.js.map +1 -1
  339. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.d.ts +2 -13
  340. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.js +82 -45
  341. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.js.map +1 -1
  342. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.d.ts +3 -14
  343. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js +40 -46
  344. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js.map +1 -1
  345. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.d.ts +3 -14
  346. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js +16 -73
  347. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js.map +1 -1
  348. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.d.ts +3 -14
  349. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js +33 -49
  350. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js.map +1 -1
  351. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.d.ts +3 -14
  352. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js +36 -60
  353. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js.map +1 -1
  354. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.d.ts +3 -14
  355. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js +55 -64
  356. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js.map +1 -1
  357. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.d.ts +3 -14
  358. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js +36 -56
  359. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js.map +1 -1
  360. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.d.ts +16 -9
  361. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js +56 -402
  362. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js.map +1 -1
  363. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/DSListSelect.d.ts +4 -0
  364. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/DSListSelect.js +141 -0
  365. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/DSListSelect.js.map +1 -0
  366. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/_types.d.ts +10 -0
  367. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/_types.js +2 -0
  368. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/_types.js.map +1 -0
  369. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/_types.d.ts +15 -0
  370. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/_types.js +2 -0
  371. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/_types.js.map +1 -0
  372. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/calculatedInheritedFlags.d.ts +42 -0
  373. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/calculatedInheritedFlags.js +56 -0
  374. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/calculatedInheritedFlags.js.map +1 -0
  375. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/useGetPresentationValues.d.ts +12 -0
  376. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/useGetPresentationValues.js +32 -0
  377. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/useGetPresentationValues.js.map +1 -0
  378. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js +4 -7
  379. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js.map +1 -1
  380. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/ValuesAdd.js +2 -2
  381. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/ValuesAdd.js.map +1 -1
  382. package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js +10 -4
  383. package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js.map +1 -1
  384. package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.d.ts +2 -0
  385. package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js +2 -2
  386. package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js.map +1 -1
  387. package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/AttributeSummary.d.ts +7 -0
  388. package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/AttributeSummary.js +9 -0
  389. package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/AttributeSummary.js.map +1 -0
  390. package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/index.d.ts +2 -0
  391. package/dist/components/RecordEdition/EditRecordSidebar/{ValueDetails/AttributeDetails → AttributeSummary}/index.js +2 -2
  392. package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/index.js.map +1 -0
  393. package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/useAttributeInformations.d.ts +2 -0
  394. package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/useAttributeInformations.js +25 -0
  395. package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/useAttributeInformations.js.map +1 -0
  396. package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/Breadcrumb.d.ts +3 -0
  397. package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/Breadcrumb.js +53 -0
  398. package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/Breadcrumb.js.map +1 -0
  399. package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/index.d.ts +2 -0
  400. package/dist/components/RecordEdition/EditRecordSidebar/{ValueDetails → Breacrumb}/index.js +2 -2
  401. package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/index.js.map +1 -0
  402. package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.d.ts +4 -1
  403. package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js +41 -6
  404. package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js.map +1 -1
  405. package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.d.ts +4 -7
  406. package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.js +6 -8
  407. package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.js.map +1 -1
  408. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/RecordInformations.d.ts +9 -0
  409. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/RecordInformations.js +42 -0
  410. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/RecordInformations.js.map +1 -0
  411. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/useRecordInformations.d.ts +6 -0
  412. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/useRecordInformations.js +35 -0
  413. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/useRecordInformations.js.map +1 -0
  414. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.d.ts +2 -281
  415. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.js +25 -56
  416. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.js.map +1 -1
  417. package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/ValuesSummary.d.ts +8 -0
  418. package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/ValuesSummary.js +73 -0
  419. package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/ValuesSummary.js.map +1 -0
  420. package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/index.d.ts +2 -0
  421. package/dist/components/RecordEdition/EditRecordSidebar/{ValueDetails/TreeValuePath → ValuesSummary}/index.js +2 -2
  422. package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/index.js.map +1 -0
  423. package/dist/components/RecordEdition/{EditRecordContent → EditRecordSkeleton}/EditRecordSkeleton.d.ts +1 -1
  424. package/dist/components/RecordEdition/{EditRecordContent → EditRecordSkeleton}/EditRecordSkeleton.js +2 -2
  425. package/dist/components/RecordEdition/EditRecordSkeleton/EditRecordSkeleton.js.map +1 -0
  426. package/dist/components/RecordEdition/EditRecordSkeleton/index.d.ts +2 -0
  427. package/dist/components/RecordEdition/{EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler → EditRecordSkeleton}/index.js +2 -1
  428. package/dist/components/RecordEdition/EditRecordSkeleton/index.js.map +1 -0
  429. package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.d.ts +12 -10
  430. package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.js +15 -13
  431. package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.js.map +1 -1
  432. package/dist/components/RecordEdition/index.d.ts +1 -0
  433. package/dist/components/RecordEdition/index.js +1 -0
  434. package/dist/components/RecordEdition/index.js.map +1 -1
  435. package/dist/components/SelectTreeNode/SelectTreeNode.d.ts +4 -7
  436. package/dist/components/SelectTreeNode/SelectTreeNode.js +17 -135
  437. package/dist/components/SelectTreeNode/SelectTreeNode.js.map +1 -1
  438. package/dist/components/SelectTreeNode/SelectTreeNodeContent.d.ts +16 -0
  439. package/dist/components/SelectTreeNode/SelectTreeNodeContent.js +129 -0
  440. package/dist/components/SelectTreeNode/SelectTreeNodeContent.js.map +1 -0
  441. package/dist/components/SelectTreeNode/index.d.ts +1 -1
  442. package/dist/components/SelectTreeNode/index.js +1 -1
  443. package/dist/components/SelectTreeNode/index.js.map +1 -1
  444. package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.d.ts +4 -7
  445. package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.js +10 -10
  446. package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.js.map +1 -1
  447. package/dist/components/SelectTreeNodeModal/index.d.ts +1 -2
  448. package/dist/components/SelectTreeNodeModal/index.js +1 -2
  449. package/dist/components/SelectTreeNodeModal/index.js.map +1 -1
  450. package/dist/components/UploadFiles/UploadFiles.js +1 -1
  451. package/dist/components/UploadFiles/UploadFiles.js.map +1 -1
  452. package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.js +2 -2
  453. package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.js.map +1 -1
  454. package/dist/components/index.d.ts +1 -0
  455. package/dist/components/index.js +1 -0
  456. package/dist/components/index.js.map +1 -1
  457. package/dist/constants.d.ts +3 -0
  458. package/dist/constants.js +3 -0
  459. package/dist/constants.js.map +1 -1
  460. package/dist/hooks/useDebouncedValue/index.d.ts +1 -0
  461. package/dist/{components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo → hooks/useDebouncedValue}/index.js +1 -2
  462. package/dist/hooks/useDebouncedValue/index.js.map +1 -0
  463. package/dist/hooks/useExecuteSaveViewMutation/index.d.ts +1 -0
  464. package/dist/{components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata → hooks/useExecuteSaveViewMutation}/index.js +1 -2
  465. package/dist/hooks/useExecuteSaveViewMutation/index.js.map +1 -0
  466. package/dist/hooks/useExecuteSaveViewMutation/useExecuteSaveViewMutation.d.ts +6 -0
  467. package/dist/hooks/{useExecuteAddViewMutation/useExecuteAddViewMutation.js → useExecuteSaveViewMutation/useExecuteSaveViewMutation.js} +8 -7
  468. package/dist/hooks/useExecuteSaveViewMutation/useExecuteSaveViewMutation.js.map +1 -0
  469. package/dist/hooks/useGetRecordForm/useGetRecordForm.d.ts +1 -0
  470. package/dist/hooks/useGetRecordForm/useGetRecordForm.js.map +1 -1
  471. package/dist/locales/en/shared.json +118 -10
  472. package/dist/locales/fr/shared.json +120 -12
  473. package/dist/types/views.d.ts +4 -4
  474. package/package.json +7 -2
  475. package/dist/components/Explorer/types.d.ts +0 -21
  476. package/dist/components/Explorer/types.js +0 -2
  477. package/dist/components/Explorer/types.js.map +0 -1
  478. package/dist/components/Explorer/useCreateMainAction.js +0 -36
  479. package/dist/components/Explorer/useCreateMainAction.js.map +0 -1
  480. package/dist/components/Explorer/useDeactivateAction.d.ts +0 -12
  481. package/dist/components/Explorer/useDeactivateAction.js +0 -51
  482. package/dist/components/Explorer/useDeactivateAction.js.map +0 -1
  483. package/dist/components/Explorer/useEditAction.js.map +0 -1
  484. package/dist/components/Explorer/useExplorerData.d.ts +0 -11
  485. package/dist/components/Explorer/useExplorerData.js +0 -23
  486. package/dist/components/Explorer/useExplorerData.js.map +0 -1
  487. package/dist/components/RecordEdition/EditRecordContent/EditRecordSkeleton.js.map +0 -1
  488. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/index.d.ts +0 -2
  489. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/index.js.map +0 -1
  490. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducer.d.ts +0 -138
  491. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducer.js +0 -367
  492. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducer.js.map +0 -1
  493. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducerContext.d.ts +0 -7
  494. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducerContext.js +0 -9
  495. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducerContext.js.map +0 -1
  496. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/useStandardFieldReducer.d.ts +0 -1
  497. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/useStandardFieldReducer.js.map +0 -1
  498. package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/useValueDetailsButton.d.ts +0 -8
  499. package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/useValueDetailsButton.js +0 -23
  500. package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/useValueDetailsButton.js.map +0 -1
  501. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.d.ts +0 -3
  502. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.js +0 -14
  503. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.js.map +0 -1
  504. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.d.ts +0 -3
  505. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.js +0 -22
  506. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.js.map +0 -1
  507. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.d.ts +0 -3
  508. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.js +0 -22
  509. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.js.map +0 -1
  510. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.d.ts +0 -3
  511. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.js +0 -19
  512. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.js.map +0 -1
  513. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.d.ts +0 -3
  514. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.js +0 -32
  515. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.js.map +0 -1
  516. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.d.ts +0 -3
  517. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.js +0 -51
  518. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.js.map +0 -1
  519. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.d.ts +0 -3
  520. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.js +0 -26
  521. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.js.map +0 -1
  522. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueDisplayHandler.d.ts +0 -13
  523. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueDisplayHandler.js +0 -80
  524. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueDisplayHandler.js.map +0 -1
  525. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/ColorPickerBlock.d.ts +0 -7
  526. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/ColorPickerBlock.js +0 -45
  527. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/ColorPickerBlock.js.map +0 -1
  528. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/StandardFieldValueRead.d.ts +0 -9
  529. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/StandardFieldValueRead.js +0 -137
  530. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/StandardFieldValueRead.js.map +0 -1
  531. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/index.d.ts +0 -1
  532. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/index.js.map +0 -1
  533. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/AttributeDetails.d.ts +0 -6
  534. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/AttributeDetails.js +0 -56
  535. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/AttributeDetails.js.map +0 -1
  536. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/index.d.ts +0 -2
  537. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/index.js.map +0 -1
  538. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/TreeValuePath.d.ts +0 -8
  539. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/TreeValuePath.js +0 -41
  540. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/TreeValuePath.js.map +0 -1
  541. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/index.d.ts +0 -2
  542. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/index.js.map +0 -1
  543. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.d.ts +0 -10
  544. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.js +0 -63
  545. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.js.map +0 -1
  546. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/ValueInfo.d.ts +0 -2
  547. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/ValueInfo.js +0 -76
  548. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/ValueInfo.js.map +0 -1
  549. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/index.d.ts +0 -2
  550. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/index.js.map +0 -1
  551. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.d.ts +0 -11
  552. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.js +0 -43
  553. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.js.map +0 -1
  554. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/index.d.ts +0 -2
  555. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/index.js.map +0 -1
  556. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/index.d.ts +0 -2
  557. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/index.js.map +0 -1
  558. package/dist/hooks/useExecuteAddViewMutation/useExecuteAddViewMutation.d.ts +0 -6
  559. package/dist/hooks/useExecuteAddViewMutation/useExecuteAddViewMutation.js.map +0 -1
@@ -127,6 +127,7 @@ export declare enum AttributeFormat {
127
127
  }
128
128
  export type AttributeInput = {
129
129
  actions_list?: InputMaybe<ActionsListConfigurationInput>;
130
+ character_limit?: InputMaybe<Scalars['Int']>;
130
131
  description?: InputMaybe<Scalars['SystemTranslationOptional']>;
131
132
  embedded_fields?: InputMaybe<Array<InputMaybe<EmbeddedAttributeInput>>>;
132
133
  format?: InputMaybe<AttributeFormat>;
@@ -134,7 +135,6 @@ export type AttributeInput = {
134
135
  label?: InputMaybe<Scalars['SystemTranslation']>;
135
136
  linked_library?: InputMaybe<Scalars['String']>;
136
137
  linked_tree?: InputMaybe<Scalars['String']>;
137
- maxLength?: InputMaybe<Scalars['Int']>;
138
138
  metadata_fields?: InputMaybe<Array<Scalars['String']>>;
139
139
  multiple_values?: InputMaybe<Scalars['Boolean']>;
140
140
  permissions_conf?: InputMaybe<TreepermissionsConfInput>;
@@ -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 {
@@ -256,6 +257,7 @@ export type GlobalSettingsFileInput = {
256
257
  recordId: Scalars['String'];
257
258
  };
258
259
  export type GlobalSettingsInput = {
260
+ defaultApp?: InputMaybe<Scalars['String']>;
259
261
  favicon?: InputMaybe<GlobalSettingsFileInput>;
260
262
  icon?: InputMaybe<GlobalSettingsFileInput>;
261
263
  name?: InputMaybe<Scalars['String']>;
@@ -342,7 +344,9 @@ export declare enum LogAction {
342
344
  VALUE_DELETE = "VALUE_DELETE",
343
345
  VALUE_SAVE = "VALUE_SAVE",
344
346
  VERSION_PROFILE_DELETE = "VERSION_PROFILE_DELETE",
345
- VERSION_PROFILE_SAVE = "VERSION_PROFILE_SAVE"
347
+ VERSION_PROFILE_SAVE = "VERSION_PROFILE_SAVE",
348
+ fakeplugin_FAKE_PLUGIN_ACTION = "fakeplugin_FAKE_PLUGIN_ACTION",
349
+ fakeplugin_FAKE_PLUGIN_ACTION2 = "fakeplugin_FAKE_PLUGIN_ACTION2"
346
350
  }
347
351
  export type LogFilterInput = {
348
352
  actions?: InputMaybe<Array<LogAction>>;
@@ -463,7 +467,8 @@ export declare enum PermissionsActions {
463
467
  detach = "detach",
464
468
  edit_children = "edit_children",
465
469
  edit_record = "edit_record",
466
- edit_value = "edit_value"
470
+ edit_value = "edit_value",
471
+ fake_plugin_permission = "fake_plugin_permission"
467
472
  }
468
473
  export declare enum PermissionsRelation {
469
474
  and = "and",
@@ -701,6 +706,7 @@ export declare enum ValueVersionMode {
701
706
  }
702
707
  export type ValuesListConfInput = {
703
708
  allowFreeEntry?: InputMaybe<Scalars['Boolean']>;
709
+ allowListUpdate?: InputMaybe<Scalars['Boolean']>;
704
710
  enable: Scalars['Boolean'];
705
711
  values?: InputMaybe<Array<Scalars['String']>>;
706
712
  };
@@ -724,10 +730,11 @@ export declare enum VersionProfilesSortableFields {
724
730
  id = "id"
725
731
  }
726
732
  export type ViewDisplayInput = {
727
- size: ViewSizes;
733
+ size?: InputMaybe<ViewSizes>;
728
734
  type: ViewTypes;
729
735
  };
730
736
  export type ViewInput = {
737
+ attributes?: InputMaybe<Array<Scalars['String']>>;
731
738
  color?: InputMaybe<Scalars['String']>;
732
739
  description?: InputMaybe<Scalars['SystemTranslationOptional']>;
733
740
  display: ViewDisplayInput;
@@ -735,15 +742,10 @@ export type ViewInput = {
735
742
  id?: InputMaybe<Scalars['String']>;
736
743
  label?: InputMaybe<Scalars['SystemTranslation']>;
737
744
  library: Scalars['String'];
738
- settings?: InputMaybe<Array<ViewSettingsInput>>;
739
745
  shared: Scalars['Boolean'];
740
- sort?: InputMaybe<RecordSortInput>;
746
+ sort?: InputMaybe<Array<RecordSortInput>>;
741
747
  valuesVersions?: InputMaybe<Array<ViewValuesVersionInput>>;
742
748
  };
743
- export type ViewSettingsInput = {
744
- name: Scalars['String'];
745
- value?: InputMaybe<Scalars['Any']>;
746
- };
747
749
  export declare enum ViewSizes {
748
750
  BIG = "BIG",
749
751
  MEDIUM = "MEDIUM",
@@ -840,7 +842,6 @@ export type AttributeDetailsLinkAttributeFragment = {
840
842
  };
841
843
  export type AttributeDetailsStandardAttributeFragment = {
842
844
  unique?: boolean | null;
843
- maxLength?: number | null;
844
845
  id: string;
845
846
  type: AttributeType;
846
847
  format?: AttributeFormat | null;
@@ -955,6 +956,11 @@ export type AttributesByLibAttributeTreeAttributeFragment = {
955
956
  } | null;
956
957
  };
957
958
  export type AttributesByLibAttributeFragment = AttributesByLibAttributeLinkAttributeFragment | AttributesByLibAttributeStandardAttributeFragment | AttributesByLibAttributeTreeAttributeFragment;
959
+ export type AttributesByLibLinkAttributeFragment = {
960
+ linked_library?: {
961
+ id: string;
962
+ } | null;
963
+ };
958
964
  export type LibraryLightFragment = {
959
965
  id: string;
960
966
  label?: any | null;
@@ -1485,7 +1491,9 @@ export type RecordFormElementFragment = {
1485
1491
  format?: AttributeFormat | null;
1486
1492
  system: boolean;
1487
1493
  readonly: boolean;
1494
+ required: boolean;
1488
1495
  multiple_values: boolean;
1496
+ compute: boolean;
1489
1497
  linked_library?: {
1490
1498
  id: string;
1491
1499
  label?: any | null;
@@ -1497,6 +1505,7 @@ export type RecordFormElementFragment = {
1497
1505
  linkValuesList?: {
1498
1506
  enable: boolean;
1499
1507
  allowFreeEntry?: boolean | null;
1508
+ allowListUpdate?: boolean | null;
1500
1509
  values?: Array<{
1501
1510
  id: string;
1502
1511
  whoAmI: {
@@ -1542,6 +1551,7 @@ export type RecordFormElementFragment = {
1542
1551
  values_list?: {
1543
1552
  enable: boolean;
1544
1553
  allowFreeEntry?: boolean | null;
1554
+ allowListUpdate?: boolean | null;
1545
1555
  dateRangeValues?: Array<{
1546
1556
  from?: string | null;
1547
1557
  to?: string | null;
@@ -1549,6 +1559,7 @@ export type RecordFormElementFragment = {
1549
1559
  } | {
1550
1560
  enable: boolean;
1551
1561
  allowFreeEntry?: boolean | null;
1562
+ allowListUpdate?: boolean | null;
1552
1563
  values?: Array<string> | null;
1553
1564
  } | null;
1554
1565
  metadata_fields?: Array<{
@@ -1556,6 +1567,7 @@ export type RecordFormElementFragment = {
1556
1567
  }> | null;
1557
1568
  }> | null;
1558
1569
  } | {
1570
+ character_limit?: number | null;
1559
1571
  id: string;
1560
1572
  label?: any | null;
1561
1573
  description?: any | null;
@@ -1563,10 +1575,13 @@ export type RecordFormElementFragment = {
1563
1575
  format?: AttributeFormat | null;
1564
1576
  system: boolean;
1565
1577
  readonly: boolean;
1578
+ required: boolean;
1566
1579
  multiple_values: boolean;
1580
+ compute: boolean;
1567
1581
  values_list?: {
1568
1582
  enable: boolean;
1569
1583
  allowFreeEntry?: boolean | null;
1584
+ allowListUpdate?: boolean | null;
1570
1585
  dateRangeValues?: Array<{
1571
1586
  from?: string | null;
1572
1587
  to?: string | null;
@@ -1574,6 +1589,7 @@ export type RecordFormElementFragment = {
1574
1589
  } | {
1575
1590
  enable: boolean;
1576
1591
  allowFreeEntry?: boolean | null;
1592
+ allowListUpdate?: boolean | null;
1577
1593
  values?: Array<string> | null;
1578
1594
  } | null;
1579
1595
  permissions: {
@@ -1606,6 +1622,7 @@ export type RecordFormElementFragment = {
1606
1622
  values_list?: {
1607
1623
  enable: boolean;
1608
1624
  allowFreeEntry?: boolean | null;
1625
+ allowListUpdate?: boolean | null;
1609
1626
  dateRangeValues?: Array<{
1610
1627
  from?: string | null;
1611
1628
  to?: string | null;
@@ -1613,6 +1630,7 @@ export type RecordFormElementFragment = {
1613
1630
  } | {
1614
1631
  enable: boolean;
1615
1632
  allowFreeEntry?: boolean | null;
1633
+ allowListUpdate?: boolean | null;
1616
1634
  values?: Array<string> | null;
1617
1635
  } | null;
1618
1636
  metadata_fields?: Array<{
@@ -1627,7 +1645,9 @@ export type RecordFormElementFragment = {
1627
1645
  format?: AttributeFormat | null;
1628
1646
  system: boolean;
1629
1647
  readonly: boolean;
1648
+ required: boolean;
1630
1649
  multiple_values: boolean;
1650
+ compute: boolean;
1631
1651
  linked_tree?: {
1632
1652
  id: string;
1633
1653
  label?: any | null;
@@ -1635,6 +1655,7 @@ export type RecordFormElementFragment = {
1635
1655
  treeValuesList?: {
1636
1656
  enable: boolean;
1637
1657
  allowFreeEntry?: boolean | null;
1658
+ allowListUpdate?: boolean | null;
1638
1659
  values?: Array<{
1639
1660
  id: string;
1640
1661
  record: {
@@ -1699,6 +1720,7 @@ export type RecordFormElementFragment = {
1699
1720
  values_list?: {
1700
1721
  enable: boolean;
1701
1722
  allowFreeEntry?: boolean | null;
1723
+ allowListUpdate?: boolean | null;
1702
1724
  dateRangeValues?: Array<{
1703
1725
  from?: string | null;
1704
1726
  to?: string | null;
@@ -1706,6 +1728,7 @@ export type RecordFormElementFragment = {
1706
1728
  } | {
1707
1729
  enable: boolean;
1708
1730
  allowFreeEntry?: boolean | null;
1731
+ allowListUpdate?: boolean | null;
1709
1732
  values?: Array<string> | null;
1710
1733
  } | null;
1711
1734
  metadata_fields?: Array<{
@@ -2127,7 +2150,9 @@ export type RecordFormAttributeLinkAttributeFragment = {
2127
2150
  format?: AttributeFormat | null;
2128
2151
  system: boolean;
2129
2152
  readonly: boolean;
2153
+ required: boolean;
2130
2154
  multiple_values: boolean;
2155
+ compute: boolean;
2131
2156
  linked_library?: {
2132
2157
  id: string;
2133
2158
  label?: any | null;
@@ -2139,6 +2164,7 @@ export type RecordFormAttributeLinkAttributeFragment = {
2139
2164
  linkValuesList?: {
2140
2165
  enable: boolean;
2141
2166
  allowFreeEntry?: boolean | null;
2167
+ allowListUpdate?: boolean | null;
2142
2168
  values?: Array<{
2143
2169
  id: string;
2144
2170
  whoAmI: {
@@ -2184,6 +2210,7 @@ export type RecordFormAttributeLinkAttributeFragment = {
2184
2210
  values_list?: {
2185
2211
  enable: boolean;
2186
2212
  allowFreeEntry?: boolean | null;
2213
+ allowListUpdate?: boolean | null;
2187
2214
  dateRangeValues?: Array<{
2188
2215
  from?: string | null;
2189
2216
  to?: string | null;
@@ -2191,6 +2218,7 @@ export type RecordFormAttributeLinkAttributeFragment = {
2191
2218
  } | {
2192
2219
  enable: boolean;
2193
2220
  allowFreeEntry?: boolean | null;
2221
+ allowListUpdate?: boolean | null;
2194
2222
  values?: Array<string> | null;
2195
2223
  } | null;
2196
2224
  metadata_fields?: Array<{
@@ -2199,6 +2227,7 @@ export type RecordFormAttributeLinkAttributeFragment = {
2199
2227
  }> | null;
2200
2228
  };
2201
2229
  export type RecordFormAttributeStandardAttributeFragment = {
2230
+ character_limit?: number | null;
2202
2231
  id: string;
2203
2232
  label?: any | null;
2204
2233
  description?: any | null;
@@ -2206,10 +2235,13 @@ export type RecordFormAttributeStandardAttributeFragment = {
2206
2235
  format?: AttributeFormat | null;
2207
2236
  system: boolean;
2208
2237
  readonly: boolean;
2238
+ required: boolean;
2209
2239
  multiple_values: boolean;
2240
+ compute: boolean;
2210
2241
  values_list?: {
2211
2242
  enable: boolean;
2212
2243
  allowFreeEntry?: boolean | null;
2244
+ allowListUpdate?: boolean | null;
2213
2245
  dateRangeValues?: Array<{
2214
2246
  from?: string | null;
2215
2247
  to?: string | null;
@@ -2217,6 +2249,7 @@ export type RecordFormAttributeStandardAttributeFragment = {
2217
2249
  } | {
2218
2250
  enable: boolean;
2219
2251
  allowFreeEntry?: boolean | null;
2252
+ allowListUpdate?: boolean | null;
2220
2253
  values?: Array<string> | null;
2221
2254
  } | null;
2222
2255
  permissions: {
@@ -2249,6 +2282,7 @@ export type RecordFormAttributeStandardAttributeFragment = {
2249
2282
  values_list?: {
2250
2283
  enable: boolean;
2251
2284
  allowFreeEntry?: boolean | null;
2285
+ allowListUpdate?: boolean | null;
2252
2286
  dateRangeValues?: Array<{
2253
2287
  from?: string | null;
2254
2288
  to?: string | null;
@@ -2256,6 +2290,7 @@ export type RecordFormAttributeStandardAttributeFragment = {
2256
2290
  } | {
2257
2291
  enable: boolean;
2258
2292
  allowFreeEntry?: boolean | null;
2293
+ allowListUpdate?: boolean | null;
2259
2294
  values?: Array<string> | null;
2260
2295
  } | null;
2261
2296
  metadata_fields?: Array<{
@@ -2271,7 +2306,9 @@ export type RecordFormAttributeTreeAttributeFragment = {
2271
2306
  format?: AttributeFormat | null;
2272
2307
  system: boolean;
2273
2308
  readonly: boolean;
2309
+ required: boolean;
2274
2310
  multiple_values: boolean;
2311
+ compute: boolean;
2275
2312
  linked_tree?: {
2276
2313
  id: string;
2277
2314
  label?: any | null;
@@ -2279,6 +2316,7 @@ export type RecordFormAttributeTreeAttributeFragment = {
2279
2316
  treeValuesList?: {
2280
2317
  enable: boolean;
2281
2318
  allowFreeEntry?: boolean | null;
2319
+ allowListUpdate?: boolean | null;
2282
2320
  values?: Array<{
2283
2321
  id: string;
2284
2322
  record: {
@@ -2343,6 +2381,7 @@ export type RecordFormAttributeTreeAttributeFragment = {
2343
2381
  values_list?: {
2344
2382
  enable: boolean;
2345
2383
  allowFreeEntry?: boolean | null;
2384
+ allowListUpdate?: boolean | null;
2346
2385
  dateRangeValues?: Array<{
2347
2386
  from?: string | null;
2348
2387
  to?: string | null;
@@ -2350,6 +2389,7 @@ export type RecordFormAttributeTreeAttributeFragment = {
2350
2389
  } | {
2351
2390
  enable: boolean;
2352
2391
  allowFreeEntry?: boolean | null;
2392
+ allowListUpdate?: boolean | null;
2353
2393
  values?: Array<string> | null;
2354
2394
  } | null;
2355
2395
  metadata_fields?: Array<{
@@ -2361,6 +2401,7 @@ export type RecordFormAttributeFragment = RecordFormAttributeLinkAttributeFragme
2361
2401
  export type StandardValuesListFragmentStandardDateRangeValuesListConfFragment = {
2362
2402
  enable: boolean;
2363
2403
  allowFreeEntry?: boolean | null;
2404
+ allowListUpdate?: boolean | null;
2364
2405
  dateRangeValues?: Array<{
2365
2406
  from?: string | null;
2366
2407
  to?: string | null;
@@ -2369,6 +2410,7 @@ export type StandardValuesListFragmentStandardDateRangeValuesListConfFragment =
2369
2410
  export type StandardValuesListFragmentStandardStringValuesListConfFragment = {
2370
2411
  enable: boolean;
2371
2412
  allowFreeEntry?: boolean | null;
2413
+ allowListUpdate?: boolean | null;
2372
2414
  values?: Array<string> | null;
2373
2415
  };
2374
2416
  export type StandardValuesListFragmentFragment = StandardValuesListFragmentStandardDateRangeValuesListConfFragment | StandardValuesListFragmentStandardStringValuesListConfFragment;
@@ -2448,7 +2490,7 @@ export type ViewDetailsFragment = {
2448
2490
  description?: any | null;
2449
2491
  color?: string | null;
2450
2492
  display: {
2451
- size: ViewSizes;
2493
+ size?: ViewSizes | null;
2452
2494
  type: ViewTypes;
2453
2495
  };
2454
2496
  created_by: {
@@ -2471,10 +2513,10 @@ export type ViewDetailsFragment = {
2471
2513
  label?: any | null;
2472
2514
  } | null;
2473
2515
  }> | null;
2474
- sort?: {
2516
+ sort?: Array<{
2475
2517
  field: string;
2476
2518
  order: SortOrder;
2477
- } | null;
2519
+ }> | null;
2478
2520
  valuesVersions?: Array<{
2479
2521
  treeId: string;
2480
2522
  treeNode: {
@@ -2495,11 +2537,34 @@ export type ViewDetailsFragment = {
2495
2537
  };
2496
2538
  };
2497
2539
  }> | null;
2498
- settings?: Array<{
2499
- name: string;
2500
- value?: any | null;
2540
+ attributes?: Array<{
2541
+ id: string;
2501
2542
  }> | null;
2502
2543
  };
2544
+ export type ViewDetailsFilterFragment = {
2545
+ field?: string | null;
2546
+ value?: string | null;
2547
+ condition?: RecordFilterCondition | null;
2548
+ operator?: RecordFilterOperator | null;
2549
+ tree?: {
2550
+ id: string;
2551
+ label?: any | null;
2552
+ } | null;
2553
+ };
2554
+ export type LinkAttributeDetailsFragment = {
2555
+ label?: any | null;
2556
+ linked_library?: {
2557
+ id: string;
2558
+ label?: any | null;
2559
+ } | null;
2560
+ };
2561
+ export type AttributePropertiesFragment = {
2562
+ id: string;
2563
+ label?: any | null;
2564
+ type: AttributeType;
2565
+ format?: AttributeFormat | null;
2566
+ multiple_values: boolean;
2567
+ };
2503
2568
  export type PropertyValueLinkValueFragment = {
2504
2569
  linkPayload?: {
2505
2570
  id: string;
@@ -2515,9 +2580,6 @@ export type PropertyValueLinkValueFragment = {
2515
2580
  };
2516
2581
  };
2517
2582
  } | null;
2518
- attribute: {
2519
- type: AttributeType;
2520
- };
2521
2583
  };
2522
2584
  export type PropertyValueTreeValueFragment = {
2523
2585
  treePayload?: {
@@ -2536,17 +2598,118 @@ export type PropertyValueTreeValueFragment = {
2536
2598
  };
2537
2599
  };
2538
2600
  } | null;
2539
- attribute: {
2540
- type: AttributeType;
2541
- };
2542
2601
  };
2543
2602
  export type PropertyValueValueFragment = {
2544
2603
  valuePayload?: any | null;
2545
- attribute: {
2546
- type: AttributeType;
2547
- };
2604
+ valueRawPayload?: any | null;
2548
2605
  };
2549
2606
  export type PropertyValueFragment = PropertyValueLinkValueFragment | PropertyValueTreeValueFragment | PropertyValueValueFragment;
2607
+ export type LinkPropertyLinkValueFragment = {
2608
+ id_value?: string | null;
2609
+ payload?: {
2610
+ id: string;
2611
+ properties: Array<{
2612
+ attributeId: string;
2613
+ attributeProperties: {
2614
+ id: string;
2615
+ label?: any | null;
2616
+ type: AttributeType;
2617
+ format?: AttributeFormat | null;
2618
+ multiple_values: boolean;
2619
+ };
2620
+ values: Array<{
2621
+ linkPayload?: {
2622
+ id: string;
2623
+ whoAmI: {
2624
+ id: string;
2625
+ label?: string | null;
2626
+ subLabel?: string | null;
2627
+ color?: string | null;
2628
+ preview?: IPreviewScalar | null;
2629
+ library: {
2630
+ id: string;
2631
+ label?: any | null;
2632
+ };
2633
+ };
2634
+ } | null;
2635
+ } | {
2636
+ treePayload?: {
2637
+ record: {
2638
+ id: string;
2639
+ whoAmI: {
2640
+ id: string;
2641
+ label?: string | null;
2642
+ subLabel?: string | null;
2643
+ color?: string | null;
2644
+ preview?: IPreviewScalar | null;
2645
+ library: {
2646
+ id: string;
2647
+ label?: any | null;
2648
+ };
2649
+ };
2650
+ };
2651
+ } | null;
2652
+ } | {
2653
+ valuePayload?: any | null;
2654
+ valueRawPayload?: any | null;
2655
+ }>;
2656
+ }>;
2657
+ whoAmI: {
2658
+ id: string;
2659
+ label?: string | null;
2660
+ subLabel?: string | null;
2661
+ color?: string | null;
2662
+ preview?: IPreviewScalar | null;
2663
+ library: {
2664
+ id: string;
2665
+ label?: any | null;
2666
+ };
2667
+ };
2668
+ } | null;
2669
+ };
2670
+ export type LinkPropertyTreeValueValueFragment = {
2671
+ id_value?: string | null;
2672
+ };
2673
+ export type LinkPropertyFragment = LinkPropertyLinkValueFragment | LinkPropertyTreeValueValueFragment;
2674
+ export type LibraryAttributeLinkAttributeFragment = {
2675
+ id: string;
2676
+ type: AttributeType;
2677
+ label?: any | null;
2678
+ linked_library?: {
2679
+ id: string;
2680
+ label?: any | null;
2681
+ attributes?: Array<{
2682
+ id: string;
2683
+ type: AttributeType;
2684
+ format?: AttributeFormat | null;
2685
+ label?: any | null;
2686
+ }> | null;
2687
+ } | null;
2688
+ };
2689
+ export type LibraryAttributeStandardAttributeFragment = {
2690
+ format?: AttributeFormat | null;
2691
+ id: string;
2692
+ type: AttributeType;
2693
+ label?: any | null;
2694
+ };
2695
+ export type LibraryAttributeTreeAttributeFragment = {
2696
+ id: string;
2697
+ type: AttributeType;
2698
+ label?: any | null;
2699
+ };
2700
+ export type LibraryAttributeFragment = LibraryAttributeLinkAttributeFragment | LibraryAttributeStandardAttributeFragment | LibraryAttributeTreeAttributeFragment;
2701
+ export type LibraryAttributeLinkFragment = {
2702
+ linked_library?: {
2703
+ id: string;
2704
+ label?: any | null;
2705
+ attributes?: Array<{
2706
+ id: string;
2707
+ type: AttributeType;
2708
+ format?: AttributeFormat | null;
2709
+ label?: any | null;
2710
+ }> | null;
2711
+ } | null;
2712
+ };
2550
2713
  export type CheckApplicationExistenceQueryVariables = Exact<{
2551
2714
  id?: InputMaybe<Scalars['ID']>;
2552
2715
  endpoint?: InputMaybe<Scalars['String']>;
@@ -2695,7 +2858,6 @@ export type GetAttributeByIdQuery = {
2695
2858
  }> | null;
2696
2859
  } | {
2697
2860
  unique?: boolean | null;
2698
- maxLength?: number | null;
2699
2861
  id: string;
2700
2862
  type: AttributeType;
2701
2863
  format?: AttributeFormat | null;
@@ -2905,7 +3067,6 @@ export type SaveAttributeMutation = {
2905
3067
  }> | null;
2906
3068
  } | {
2907
3069
  unique?: boolean | null;
2908
- maxLength?: number | null;
2909
3070
  id: string;
2910
3071
  type: AttributeType;
2911
3072
  format?: AttributeFormat | null;
@@ -3419,11 +3580,10 @@ export type CreateRecordMutation = {
3419
3580
  };
3420
3581
  } | null;
3421
3582
  valuesErrors?: Array<{
3422
- attributeId: string;
3423
- id_value?: string | null;
3424
- input?: string | null;
3425
- message?: string | null;
3426
3583
  type: string;
3584
+ attribute: string;
3585
+ input?: string | null;
3586
+ message: string;
3427
3587
  }> | null;
3428
3588
  };
3429
3589
  };
@@ -3941,7 +4101,9 @@ export type RecordFormQuery = {
3941
4101
  format?: AttributeFormat | null;
3942
4102
  system: boolean;
3943
4103
  readonly: boolean;
4104
+ required: boolean;
3944
4105
  multiple_values: boolean;
4106
+ compute: boolean;
3945
4107
  linked_library?: {
3946
4108
  id: string;
3947
4109
  label?: any | null;
@@ -3953,6 +4115,7 @@ export type RecordFormQuery = {
3953
4115
  linkValuesList?: {
3954
4116
  enable: boolean;
3955
4117
  allowFreeEntry?: boolean | null;
4118
+ allowListUpdate?: boolean | null;
3956
4119
  values?: Array<{
3957
4120
  id: string;
3958
4121
  whoAmI: {
@@ -3998,6 +4161,7 @@ export type RecordFormQuery = {
3998
4161
  values_list?: {
3999
4162
  enable: boolean;
4000
4163
  allowFreeEntry?: boolean | null;
4164
+ allowListUpdate?: boolean | null;
4001
4165
  dateRangeValues?: Array<{
4002
4166
  from?: string | null;
4003
4167
  to?: string | null;
@@ -4005,6 +4169,7 @@ export type RecordFormQuery = {
4005
4169
  } | {
4006
4170
  enable: boolean;
4007
4171
  allowFreeEntry?: boolean | null;
4172
+ allowListUpdate?: boolean | null;
4008
4173
  values?: Array<string> | null;
4009
4174
  } | null;
4010
4175
  metadata_fields?: Array<{
@@ -4012,6 +4177,7 @@ export type RecordFormQuery = {
4012
4177
  }> | null;
4013
4178
  }> | null;
4014
4179
  } | {
4180
+ character_limit?: number | null;
4015
4181
  id: string;
4016
4182
  label?: any | null;
4017
4183
  description?: any | null;
@@ -4019,10 +4185,13 @@ export type RecordFormQuery = {
4019
4185
  format?: AttributeFormat | null;
4020
4186
  system: boolean;
4021
4187
  readonly: boolean;
4188
+ required: boolean;
4022
4189
  multiple_values: boolean;
4190
+ compute: boolean;
4023
4191
  values_list?: {
4024
4192
  enable: boolean;
4025
4193
  allowFreeEntry?: boolean | null;
4194
+ allowListUpdate?: boolean | null;
4026
4195
  dateRangeValues?: Array<{
4027
4196
  from?: string | null;
4028
4197
  to?: string | null;
@@ -4030,6 +4199,7 @@ export type RecordFormQuery = {
4030
4199
  } | {
4031
4200
  enable: boolean;
4032
4201
  allowFreeEntry?: boolean | null;
4202
+ allowListUpdate?: boolean | null;
4033
4203
  values?: Array<string> | null;
4034
4204
  } | null;
4035
4205
  permissions: {
@@ -4062,6 +4232,7 @@ export type RecordFormQuery = {
4062
4232
  values_list?: {
4063
4233
  enable: boolean;
4064
4234
  allowFreeEntry?: boolean | null;
4235
+ allowListUpdate?: boolean | null;
4065
4236
  dateRangeValues?: Array<{
4066
4237
  from?: string | null;
4067
4238
  to?: string | null;
@@ -4069,6 +4240,7 @@ export type RecordFormQuery = {
4069
4240
  } | {
4070
4241
  enable: boolean;
4071
4242
  allowFreeEntry?: boolean | null;
4243
+ allowListUpdate?: boolean | null;
4072
4244
  values?: Array<string> | null;
4073
4245
  } | null;
4074
4246
  metadata_fields?: Array<{
@@ -4083,7 +4255,9 @@ export type RecordFormQuery = {
4083
4255
  format?: AttributeFormat | null;
4084
4256
  system: boolean;
4085
4257
  readonly: boolean;
4258
+ required: boolean;
4086
4259
  multiple_values: boolean;
4260
+ compute: boolean;
4087
4261
  linked_tree?: {
4088
4262
  id: string;
4089
4263
  label?: any | null;
@@ -4091,6 +4265,7 @@ export type RecordFormQuery = {
4091
4265
  treeValuesList?: {
4092
4266
  enable: boolean;
4093
4267
  allowFreeEntry?: boolean | null;
4268
+ allowListUpdate?: boolean | null;
4094
4269
  values?: Array<{
4095
4270
  id: string;
4096
4271
  record: {
@@ -4155,6 +4330,7 @@ export type RecordFormQuery = {
4155
4330
  values_list?: {
4156
4331
  enable: boolean;
4157
4332
  allowFreeEntry?: boolean | null;
4333
+ allowListUpdate?: boolean | null;
4158
4334
  dateRangeValues?: Array<{
4159
4335
  from?: string | null;
4160
4336
  to?: string | null;
@@ -4162,6 +4338,7 @@ export type RecordFormQuery = {
4162
4338
  } | {
4163
4339
  enable: boolean;
4164
4340
  allowFreeEntry?: boolean | null;
4341
+ allowListUpdate?: boolean | null;
4165
4342
  values?: Array<string> | null;
4166
4343
  } | null;
4167
4344
  metadata_fields?: Array<{
@@ -5180,6 +5357,128 @@ export type DeleteValueMutation = {
5180
5357
  } | null> | null;
5181
5358
  }>;
5182
5359
  };
5360
+ export type RunActionsListAndFormatOnValueQueryVariables = Exact<{
5361
+ library: Scalars['ID'];
5362
+ value?: InputMaybe<ValueBatchInput>;
5363
+ version?: InputMaybe<Array<InputMaybe<ValueVersionInput>> | InputMaybe<ValueVersionInput>>;
5364
+ }>;
5365
+ export type RunActionsListAndFormatOnValueQuery = {
5366
+ runActionsListAndFormatOnValue: Array<{
5367
+ id_value?: string | null;
5368
+ isInherited?: boolean | null;
5369
+ isCalculated?: boolean | null;
5370
+ modified_at?: number | null;
5371
+ created_at?: number | null;
5372
+ payload?: any | null;
5373
+ raw_payload?: any | null;
5374
+ value?: any | null;
5375
+ raw_value?: any | null;
5376
+ modified_by?: {
5377
+ id: string;
5378
+ whoAmI: {
5379
+ id: string;
5380
+ label?: string | null;
5381
+ subLabel?: string | null;
5382
+ color?: string | null;
5383
+ preview?: IPreviewScalar | null;
5384
+ library: {
5385
+ id: string;
5386
+ label?: any | null;
5387
+ };
5388
+ };
5389
+ } | null;
5390
+ created_by?: {
5391
+ id: string;
5392
+ whoAmI: {
5393
+ id: string;
5394
+ label?: string | null;
5395
+ subLabel?: string | null;
5396
+ color?: string | null;
5397
+ preview?: IPreviewScalar | null;
5398
+ library: {
5399
+ id: string;
5400
+ label?: any | null;
5401
+ };
5402
+ };
5403
+ } | null;
5404
+ version?: Array<{
5405
+ treeId: string;
5406
+ treeNode?: {
5407
+ id: string;
5408
+ record: {
5409
+ id: string;
5410
+ whoAmI: {
5411
+ id: string;
5412
+ label?: string | null;
5413
+ library: {
5414
+ id: string;
5415
+ };
5416
+ };
5417
+ };
5418
+ } | null;
5419
+ } | null> | null;
5420
+ attribute: {
5421
+ id: string;
5422
+ format?: AttributeFormat | null;
5423
+ type: AttributeType;
5424
+ system: boolean;
5425
+ };
5426
+ metadata?: Array<{
5427
+ name: string;
5428
+ value?: {
5429
+ id_value?: string | null;
5430
+ modified_at?: number | null;
5431
+ created_at?: number | null;
5432
+ payload?: any | null;
5433
+ raw_payload?: any | null;
5434
+ modified_by?: {
5435
+ id: string;
5436
+ whoAmI: {
5437
+ id: string;
5438
+ label?: string | null;
5439
+ subLabel?: string | null;
5440
+ color?: string | null;
5441
+ preview?: IPreviewScalar | null;
5442
+ library: {
5443
+ id: string;
5444
+ label?: any | null;
5445
+ };
5446
+ };
5447
+ } | null;
5448
+ created_by?: {
5449
+ id: string;
5450
+ whoAmI: {
5451
+ id: string;
5452
+ label?: string | null;
5453
+ subLabel?: string | null;
5454
+ color?: string | null;
5455
+ preview?: IPreviewScalar | null;
5456
+ library: {
5457
+ id: string;
5458
+ label?: any | null;
5459
+ };
5460
+ };
5461
+ } | null;
5462
+ version?: Array<{
5463
+ treeId: string;
5464
+ treeNode?: {
5465
+ id: string;
5466
+ record: {
5467
+ id: string;
5468
+ whoAmI: {
5469
+ id: string;
5470
+ label?: string | null;
5471
+ library: {
5472
+ id: string;
5473
+ };
5474
+ };
5475
+ };
5476
+ } | null;
5477
+ } | null> | null;
5478
+ } | null;
5479
+ } | null> | null;
5480
+ }>;
5481
+ };
5183
5482
  export type SaveValueBatchMutationVariables = Exact<{
5184
5483
  library: Scalars['ID'];
5185
5484
  recordId: Scalars['ID'];
@@ -5599,7 +5898,7 @@ export type GetViewQuery = {
5599
5898
  description?: any | null;
5600
5899
  color?: string | null;
5601
5900
  display: {
5602
- size: ViewSizes;
5901
+ size?: ViewSizes | null;
5603
5902
  type: ViewTypes;
5604
5903
  };
5605
5904
  created_by: {
@@ -5622,10 +5921,10 @@ export type GetViewQuery = {
5622
5921
  label?: any | null;
5623
5922
  } | null;
5624
5923
  }> | null;
5625
- sort?: {
5924
+ sort?: Array<{
5626
5925
  field: string;
5627
5926
  order: SortOrder;
5628
- } | null;
5927
+ }> | null;
5629
5928
  valuesVersions?: Array<{
5630
5929
  treeId: string;
5631
5930
  treeNode: {
@@ -5646,10 +5945,9 @@ export type GetViewQuery = {
5646
5945
  };
5647
5946
  };
5648
5947
  }> | null;
5649
- settings?: Array<{
5650
- name: string;
5651
- value?: any | null;
5652
- }> | null;
5948
+ attributes?: Array<{
5949
+ id: string;
5950
+ }> | null;
5653
5951
  };
5654
5952
  };
5655
5953
  export type GetViewsListQueryVariables = Exact<{
@@ -5665,7 +5963,7 @@ export type GetViewsListQuery = {
5665
5963
  description?: any | null;
5666
5964
  color?: string | null;
5667
5965
  display: {
5668
- size: ViewSizes;
5966
+ size?: ViewSizes | null;
5669
5967
  type: ViewTypes;
5670
5968
  };
5671
5969
  created_by: {
@@ -5688,10 +5986,10 @@ export type GetViewsListQuery = {
5688
5986
  label?: any | null;
5689
5987
  } | null;
5690
5988
  }> | null;
5691
- sort?: {
5989
+ sort?: Array<{
5692
5990
  field: string;
5693
5991
  order: SortOrder;
5694
- } | null;
5992
+ }> | null;
5695
5993
  valuesVersions?: Array<{
5696
5994
  treeId: string;
5697
5995
  treeNode: {
@@ -5712,17 +6010,16 @@ export type GetViewsListQuery = {
5712
6010
  };
5713
6011
  };
5714
6012
  }> | null;
5715
- settings?: Array<{
5716
- name: string;
5717
- value?: any | null;
6013
+ attributes?: Array<{
6014
+ id: string;
5718
6015
  }> | null;
5719
6016
  }>;
5720
6017
  };
5721
6018
  };
5722
- export type AddViewMutationVariables = Exact<{
6019
+ export type SaveViewMutationVariables = Exact<{
5723
6020
  view: ViewInput;
5724
6021
  }>;
5725
- export type AddViewMutation = {
6022
+ export type SaveViewMutation = {
5726
6023
  saveView: {
5727
6024
  id: string;
5728
6025
  shared: boolean;
@@ -5730,7 +6027,7 @@ export type AddViewMutation = {
5730
6027
  description?: any | null;
5731
6028
  color?: string | null;
5732
6029
  display: {
5733
- size: ViewSizes;
6030
+ size?: ViewSizes | null;
5734
6031
  type: ViewTypes;
5735
6032
  };
5736
6033
  created_by: {
@@ -5753,10 +6050,10 @@ export type AddViewMutation = {
5753
6050
  label?: any | null;
5754
6051
  } | null;
5755
6052
  }> | null;
5756
- sort?: {
6053
+ sort?: Array<{
5757
6054
  field: string;
5758
6055
  order: SortOrder;
5759
- } | null;
6056
+ }> | null;
5760
6057
  valuesVersions?: Array<{
5761
6058
  treeId: string;
5762
6059
  treeNode: {
@@ -5777,19 +6074,63 @@ export type AddViewMutation = {
5777
6074
  };
5778
6075
  };
5779
6076
  }> | null;
5780
- settings?: Array<{
5781
- name: string;
5782
- value?: any | null;
6077
+ attributes?: Array<{
6078
+ id: string;
5783
6079
  }> | null;
5784
6080
  };
5785
6081
  };
5786
- export type ExplorerQueryVariables = Exact<{
6082
+ export type ExplorerAttributesQueryVariables = Exact<{
6083
+ ids?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
6084
+ }>;
6085
+ export type ExplorerAttributesQuery = {
6086
+ attributes?: {
6087
+ list: Array<{
6088
+ id: string;
6089
+ type: AttributeType;
6090
+ format?: AttributeFormat | null;
6091
+ label?: any | null;
6092
+ linked_library?: {
6093
+ id: string;
6094
+ label?: any | null;
6095
+ } | null;
6096
+ } | {
6097
+ id: string;
6098
+ type: AttributeType;
6099
+ format?: AttributeFormat | null;
6100
+ label?: any | null;
6101
+ }>;
6102
+ } | null;
6103
+ };
6104
+ export type ExplorerLinkAttributeQueryVariables = Exact<{
6105
+ id: Scalars['ID'];
6106
+ }>;
6107
+ export type ExplorerLinkAttributeQuery = {
6108
+ attributes?: {
6109
+ list: Array<{
6110
+ label?: any | null;
6111
+ id: string;
6112
+ multiple_values: boolean;
6113
+ linked_library?: {
6114
+ id: string;
6115
+ label?: any | null;
6116
+ } | null;
6117
+ } | {
6118
+ id: string;
6119
+ multiple_values: boolean;
6120
+ }>;
6121
+ } | null;
6122
+ };
6123
+ export type ExplorerLibraryDataQueryVariables = Exact<{
5787
6124
  libraryId: Scalars['ID'];
5788
6125
  attributeIds: Array<Scalars['ID']> | Scalars['ID'];
6126
+ pagination?: InputMaybe<RecordsPagination>;
5789
6127
  filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
6128
+ multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
6129
+ searchQuery?: InputMaybe<Scalars['String']>;
5790
6130
  }>;
5791
- export type ExplorerQuery = {
6131
+ export type ExplorerLibraryDataQuery = {
5792
6132
  records: {
6133
+ totalCount?: number | null;
5793
6134
  list: Array<{
5794
6135
  id: string;
5795
6136
  whoAmI: {
@@ -5805,6 +6146,13 @@ export type ExplorerQuery = {
5805
6146
  };
5806
6147
  properties: Array<{
5807
6148
  attributeId: string;
6149
+ attributeProperties: {
6150
+ id: string;
6151
+ label?: any | null;
6152
+ type: AttributeType;
6153
+ format?: AttributeFormat | null;
6154
+ multiple_values: boolean;
6155
+ };
5808
6156
  values: Array<{
5809
6157
  linkPayload?: {
5810
6158
  id: string;
@@ -5820,9 +6168,6 @@ export type ExplorerQuery = {
5820
6168
  };
5821
6169
  };
5822
6170
  } | null;
5823
- attribute: {
5824
- type: AttributeType;
5825
- };
5826
6171
  } | {
5827
6172
  treePayload?: {
5828
6173
  record: {
@@ -5840,22 +6185,169 @@ export type ExplorerQuery = {
5840
6185
  };
5841
6186
  };
5842
6187
  } | null;
5843
- attribute: {
5844
- type: AttributeType;
5845
- };
5846
6188
  } | {
5847
6189
  valuePayload?: any | null;
5848
- attribute: {
5849
- type: AttributeType;
5850
- };
6190
+ valueRawPayload?: any | null;
5851
6191
  }>;
5852
6192
  }>;
5853
6193
  }>;
5854
6194
  };
5855
6195
  };
6196
+ export type ExplorerLinkDataQueryVariables = Exact<{
6197
+ attributeIds: Array<Scalars['ID']> | Scalars['ID'];
6198
+ parentLibraryId: Scalars['ID'];
6199
+ parentRecordId?: InputMaybe<Scalars['String']>;
6200
+ linkAttributeId: Scalars['ID'];
6201
+ }>;
6202
+ export type ExplorerLinkDataQuery = {
6203
+ records: {
6204
+ list: Array<{
6205
+ id: string;
6206
+ whoAmI: {
6207
+ id: string;
6208
+ library: {
6209
+ id: string;
6210
+ };
6211
+ };
6212
+ property: Array<{
6213
+ id_value?: string | null;
6214
+ payload?: {
6215
+ id: string;
6216
+ whoAmI: {
6217
+ id: string;
6218
+ label?: string | null;
6219
+ subLabel?: string | null;
6220
+ color?: string | null;
6221
+ preview?: IPreviewScalar | null;
6222
+ library: {
6223
+ id: string;
6224
+ label?: any | null;
6225
+ };
6226
+ };
6227
+ properties: Array<{
6228
+ attributeId: string;
6229
+ attributeProperties: {
6230
+ id: string;
6231
+ label?: any | null;
6232
+ type: AttributeType;
6233
+ format?: AttributeFormat | null;
6234
+ multiple_values: boolean;
6235
+ };
6236
+ values: Array<{
6237
+ linkPayload?: {
6238
+ id: string;
6239
+ whoAmI: {
6240
+ id: string;
6241
+ label?: string | null;
6242
+ subLabel?: string | null;
6243
+ color?: string | null;
6244
+ preview?: IPreviewScalar | null;
6245
+ library: {
6246
+ id: string;
6247
+ label?: any | null;
6248
+ };
6249
+ };
6250
+ } | null;
6251
+ } | {
6252
+ treePayload?: {
6253
+ record: {
6254
+ id: string;
6255
+ whoAmI: {
6256
+ id: string;
6257
+ label?: string | null;
6258
+ subLabel?: string | null;
6259
+ color?: string | null;
6260
+ preview?: IPreviewScalar | null;
6261
+ library: {
6262
+ id: string;
6263
+ label?: any | null;
6264
+ };
6265
+ };
6266
+ };
6267
+ } | null;
6268
+ } | {
6269
+ valuePayload?: any | null;
6270
+ valueRawPayload?: any | null;
6271
+ }>;
6272
+ }>;
6273
+ } | null;
6274
+ } | {
6275
+ id_value?: string | null;
6276
+ }>;
6277
+ }>;
6278
+ };
6279
+ };
6280
+ export type GetLibraryAttributesQueryVariables = Exact<{
6281
+ libraryId: Scalars['ID'];
6282
+ }>;
6283
+ export type GetLibraryAttributesQuery = {
6284
+ libraries?: {
6285
+ list: Array<{
6286
+ id: string;
6287
+ attributes?: Array<{
6288
+ id: string;
6289
+ type: AttributeType;
6290
+ label?: any | null;
6291
+ linked_library?: {
6292
+ id: string;
6293
+ label?: any | null;
6294
+ attributes?: Array<{
6295
+ id: string;
6296
+ type: AttributeType;
6297
+ format?: AttributeFormat | null;
6298
+ label?: any | null;
6299
+ }> | null;
6300
+ } | null;
6301
+ } | {
6302
+ format?: AttributeFormat | null;
6303
+ id: string;
6304
+ type: AttributeType;
6305
+ label?: any | null;
6306
+ } | {
6307
+ id: string;
6308
+ type: AttributeType;
6309
+ label?: any | null;
6310
+ }> | null;
6311
+ }>;
6312
+ } | null;
6313
+ };
6314
+ export type ExplorerLibraryDetailsQueryVariables = Exact<{
6315
+ libraryId: Scalars['ID'];
6316
+ }>;
6317
+ export type ExplorerLibraryDetailsQuery = {
6318
+ libraries?: {
6319
+ list: Array<{
6320
+ id: string;
6321
+ label?: any | null;
6322
+ }>;
6323
+ } | null;
6324
+ };
6325
+ export type ExplorerSelectionIdsQueryVariables = Exact<{
6326
+ libraryId: Scalars['ID'];
6327
+ filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
6328
+ }>;
6329
+ export type ExplorerSelectionIdsQuery = {
6330
+ records: {
6331
+ list: Array<{
6332
+ id: string;
6333
+ }>;
6334
+ };
6335
+ };
6336
+ export type TreeDataQueryQueryVariables = Exact<{
6337
+ treeId: Scalars['ID'];
6338
+ }>;
6339
+ export type TreeDataQueryQuery = {
6340
+ trees?: {
6341
+ list: Array<{
6342
+ id: string;
6343
+ label?: any | null;
6344
+ }>;
6345
+ } | null;
6346
+ };
5856
6347
  export declare const RecordIdentityFragmentDoc: Apollo.DocumentNode;
5857
6348
  export declare const DetailsApplicationFragmentDoc: Apollo.DocumentNode;
5858
6349
  export declare const AttributeDetailsFragmentDoc: Apollo.DocumentNode;
6350
+ export declare const AttributesByLibLinkAttributeFragmentDoc: Apollo.DocumentNode;
5859
6351
  export declare const AttributesByLibAttributeFragmentDoc: Apollo.DocumentNode;
5860
6352
  export declare const LibraryLightFragmentDoc: Apollo.DocumentNode;
5861
6353
  export declare const LibraryLinkAttributeDetailsFragmentDoc: Apollo.DocumentNode;
@@ -5870,8 +6362,14 @@ export declare const RecordFormElementFragmentDoc: Apollo.DocumentNode;
5870
6362
  export declare const TreeLightFragmentDoc: Apollo.DocumentNode;
5871
6363
  export declare const TreeDetailsFragmentDoc: Apollo.DocumentNode;
5872
6364
  export declare const TreeNodeChildFragmentDoc: Apollo.DocumentNode;
6365
+ export declare const ViewDetailsFilterFragmentDoc: Apollo.DocumentNode;
5873
6366
  export declare const ViewDetailsFragmentDoc: Apollo.DocumentNode;
6367
+ export declare const LinkAttributeDetailsFragmentDoc: Apollo.DocumentNode;
6368
+ export declare const AttributePropertiesFragmentDoc: Apollo.DocumentNode;
5874
6369
  export declare const PropertyValueFragmentDoc: Apollo.DocumentNode;
6370
+ export declare const LinkPropertyFragmentDoc: Apollo.DocumentNode;
6371
+ export declare const LibraryAttributeLinkFragmentDoc: Apollo.DocumentNode;
6372
+ export declare const LibraryAttributeFragmentDoc: Apollo.DocumentNode;
5875
6373
  export declare const CheckApplicationExistenceDocument: Apollo.DocumentNode;
5876
6374
  /**
5877
6375
  * __useCheckApplicationExistenceQuery__
@@ -7115,6 +7613,38 @@ export declare function useDeleteValueMutation(baseOptions?: Apollo.MutationHook
7115
7613
  export type DeleteValueMutationHookResult = ReturnType<typeof useDeleteValueMutation>;
7116
7614
  export type DeleteValueMutationResult = Apollo.MutationResult<DeleteValueMutation>;
7117
7615
  export type DeleteValueMutationOptions = Apollo.BaseMutationOptions<DeleteValueMutation, DeleteValueMutationVariables>;
7616
+ export declare const RunActionsListAndFormatOnValueDocument: Apollo.DocumentNode;
7617
+ /**
7618
+ * __useRunActionsListAndFormatOnValueQuery__
7619
+ *
7620
+ * To run a query within a React component, call `useRunActionsListAndFormatOnValueQuery` and pass it any options that fit your needs.
7621
+ * When your component renders, `useRunActionsListAndFormatOnValueQuery` returns an object from Apollo Client that contains loading, error, and data properties
7622
+ * you can use to render your UI.
7623
+ *
7624
+ * @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;
7625
+ *
7626
+ * @example
7627
+ * const { data, loading, error } = useRunActionsListAndFormatOnValueQuery({
7628
+ * variables: {
7629
+ * library: // value for 'library'
7630
+ * value: // value for 'value'
7631
+ * version: // value for 'version'
7632
+ * },
7633
+ * });
7634
+ */
7635
+ export declare function useRunActionsListAndFormatOnValueQuery(baseOptions: Apollo.QueryHookOptions<RunActionsListAndFormatOnValueQuery, RunActionsListAndFormatOnValueQueryVariables>): Apollo.QueryResult<RunActionsListAndFormatOnValueQuery, Exact<{
7636
+ library: Scalars["ID"];
7637
+ value?: InputMaybe<ValueBatchInput>;
7638
+ version?: InputMaybe<Array<InputMaybe<ValueVersionInput>> | InputMaybe<ValueVersionInput>>;
7639
+ }>>;
7640
+ export declare function useRunActionsListAndFormatOnValueLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<RunActionsListAndFormatOnValueQuery, RunActionsListAndFormatOnValueQueryVariables>): Apollo.LazyQueryResultTuple<RunActionsListAndFormatOnValueQuery, Exact<{
7641
+ library: Scalars["ID"];
7642
+ value?: InputMaybe<ValueBatchInput>;
7643
+ version?: InputMaybe<Array<InputMaybe<ValueVersionInput>> | InputMaybe<ValueVersionInput>>;
7644
+ }>>;
7645
+ export type RunActionsListAndFormatOnValueQueryHookResult = ReturnType<typeof useRunActionsListAndFormatOnValueQuery>;
7646
+ export type RunActionsListAndFormatOnValueLazyQueryHookResult = ReturnType<typeof useRunActionsListAndFormatOnValueLazyQuery>;
7647
+ export type RunActionsListAndFormatOnValueQueryResult = Apollo.QueryResult<RunActionsListAndFormatOnValueQuery, RunActionsListAndFormatOnValueQueryVariables>;
7118
7648
  export declare const SaveValueBatchDocument: Apollo.DocumentNode;
7119
7649
  export type SaveValueBatchMutationFn = Apollo.MutationFunction<SaveValueBatchMutation, SaveValueBatchMutationVariables>;
7120
7650
  /**
@@ -7225,60 +7755,263 @@ export declare function useGetViewsListLazyQuery(baseOptions?: Apollo.LazyQueryH
7225
7755
  export type GetViewsListQueryHookResult = ReturnType<typeof useGetViewsListQuery>;
7226
7756
  export type GetViewsListLazyQueryHookResult = ReturnType<typeof useGetViewsListLazyQuery>;
7227
7757
  export type GetViewsListQueryResult = Apollo.QueryResult<GetViewsListQuery, GetViewsListQueryVariables>;
7228
- export declare const AddViewDocument: Apollo.DocumentNode;
7229
- export type AddViewMutationFn = Apollo.MutationFunction<AddViewMutation, AddViewMutationVariables>;
7758
+ export declare const SaveViewDocument: Apollo.DocumentNode;
7759
+ export type SaveViewMutationFn = Apollo.MutationFunction<SaveViewMutation, SaveViewMutationVariables>;
7230
7760
  /**
7231
- * __useAddViewMutation__
7761
+ * __useSaveViewMutation__
7232
7762
  *
7233
- * To run a mutation, you first call `useAddViewMutation` within a React component and pass it any options that fit your needs.
7234
- * When your component renders, `useAddViewMutation` returns a tuple that includes:
7763
+ * To run a mutation, you first call `useSaveViewMutation` within a React component and pass it any options that fit your needs.
7764
+ * When your component renders, `useSaveViewMutation` returns a tuple that includes:
7235
7765
  * - A mutate function that you can call at any time to execute the mutation
7236
7766
  * - An object with fields that represent the current status of the mutation's execution
7237
7767
  *
7238
7768
  * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
7239
7769
  *
7240
7770
  * @example
7241
- * const [addViewMutation, { data, loading, error }] = useAddViewMutation({
7771
+ * const [saveViewMutation, { data, loading, error }] = useSaveViewMutation({
7242
7772
  * variables: {
7243
7773
  * view: // value for 'view'
7244
7774
  * },
7245
7775
  * });
7246
7776
  */
7247
- export declare function useAddViewMutation(baseOptions?: Apollo.MutationHookOptions<AddViewMutation, AddViewMutationVariables>): Apollo.MutationTuple<AddViewMutation, Exact<{
7777
+ export declare function useSaveViewMutation(baseOptions?: Apollo.MutationHookOptions<SaveViewMutation, SaveViewMutationVariables>): Apollo.MutationTuple<SaveViewMutation, Exact<{
7248
7778
  view: ViewInput;
7249
7779
  }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
7250
- export type AddViewMutationHookResult = ReturnType<typeof useAddViewMutation>;
7251
- export type AddViewMutationResult = Apollo.MutationResult<AddViewMutation>;
7252
- export type AddViewMutationOptions = Apollo.BaseMutationOptions<AddViewMutation, AddViewMutationVariables>;
7253
- export declare const ExplorerDocument: Apollo.DocumentNode;
7780
+ export type SaveViewMutationHookResult = ReturnType<typeof useSaveViewMutation>;
7781
+ export type SaveViewMutationResult = Apollo.MutationResult<SaveViewMutation>;
7782
+ export type SaveViewMutationOptions = Apollo.BaseMutationOptions<SaveViewMutation, SaveViewMutationVariables>;
7783
+ export declare const ExplorerAttributesDocument: Apollo.DocumentNode;
7784
+ /**
7785
+ * __useExplorerAttributesQuery__
7786
+ *
7787
+ * To run a query within a React component, call `useExplorerAttributesQuery` and pass it any options that fit your needs.
7788
+ * When your component renders, `useExplorerAttributesQuery` returns an object from Apollo Client that contains loading, error, and data properties
7789
+ * you can use to render your UI.
7790
+ *
7791
+ * @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;
7792
+ *
7793
+ * @example
7794
+ * const { data, loading, error } = useExplorerAttributesQuery({
7795
+ * variables: {
7796
+ * ids: // value for 'ids'
7797
+ * },
7798
+ * });
7799
+ */
7800
+ export declare function useExplorerAttributesQuery(baseOptions?: Apollo.QueryHookOptions<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>): Apollo.QueryResult<ExplorerAttributesQuery, Exact<{
7801
+ ids?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
7802
+ }>>;
7803
+ export declare function useExplorerAttributesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerAttributesQuery, Exact<{
7804
+ ids?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
7805
+ }>>;
7806
+ export type ExplorerAttributesQueryHookResult = ReturnType<typeof useExplorerAttributesQuery>;
7807
+ export type ExplorerAttributesLazyQueryHookResult = ReturnType<typeof useExplorerAttributesLazyQuery>;
7808
+ export type ExplorerAttributesQueryResult = Apollo.QueryResult<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>;
7809
+ export declare const ExplorerLinkAttributeDocument: Apollo.DocumentNode;
7254
7810
  /**
7255
- * __useExplorerQuery__
7811
+ * __useExplorerLinkAttributeQuery__
7256
7812
  *
7257
- * To run a query within a React component, call `useExplorerQuery` and pass it any options that fit your needs.
7258
- * When your component renders, `useExplorerQuery` returns an object from Apollo Client that contains loading, error, and data properties
7813
+ * To run a query within a React component, call `useExplorerLinkAttributeQuery` and pass it any options that fit your needs.
7814
+ * When your component renders, `useExplorerLinkAttributeQuery` returns an object from Apollo Client that contains loading, error, and data properties
7259
7815
  * you can use to render your UI.
7260
7816
  *
7261
7817
  * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
7262
7818
  *
7263
7819
  * @example
7264
- * const { data, loading, error } = useExplorerQuery({
7820
+ * const { data, loading, error } = useExplorerLinkAttributeQuery({
7821
+ * variables: {
7822
+ * id: // value for 'id'
7823
+ * },
7824
+ * });
7825
+ */
7826
+ export declare function useExplorerLinkAttributeQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>): Apollo.QueryResult<ExplorerLinkAttributeQuery, Exact<{
7827
+ id: Scalars["ID"];
7828
+ }>>;
7829
+ export declare function useExplorerLinkAttributeLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLinkAttributeQuery, Exact<{
7830
+ id: Scalars["ID"];
7831
+ }>>;
7832
+ export type ExplorerLinkAttributeQueryHookResult = ReturnType<typeof useExplorerLinkAttributeQuery>;
7833
+ export type ExplorerLinkAttributeLazyQueryHookResult = ReturnType<typeof useExplorerLinkAttributeLazyQuery>;
7834
+ export type ExplorerLinkAttributeQueryResult = Apollo.QueryResult<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>;
7835
+ export declare const ExplorerLibraryDataDocument: Apollo.DocumentNode;
7836
+ /**
7837
+ * __useExplorerLibraryDataQuery__
7838
+ *
7839
+ * To run a query within a React component, call `useExplorerLibraryDataQuery` and pass it any options that fit your needs.
7840
+ * When your component renders, `useExplorerLibraryDataQuery` returns an object from Apollo Client that contains loading, error, and data properties
7841
+ * you can use to render your UI.
7842
+ *
7843
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
7844
+ *
7845
+ * @example
7846
+ * const { data, loading, error } = useExplorerLibraryDataQuery({
7265
7847
  * variables: {
7266
7848
  * libraryId: // value for 'libraryId'
7267
7849
  * attributeIds: // value for 'attributeIds'
7850
+ * pagination: // value for 'pagination'
7268
7851
  * filters: // value for 'filters'
7852
+ * multipleSort: // value for 'multipleSort'
7853
+ * searchQuery: // value for 'searchQuery'
7269
7854
  * },
7270
7855
  * });
7271
7856
  */
7272
- export declare function useExplorerQuery(baseOptions: Apollo.QueryHookOptions<ExplorerQuery, ExplorerQueryVariables>): Apollo.QueryResult<ExplorerQuery, Exact<{
7857
+ export declare function useExplorerLibraryDataQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>): Apollo.QueryResult<ExplorerLibraryDataQuery, Exact<{
7273
7858
  libraryId: Scalars["ID"];
7274
7859
  attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
7860
+ pagination?: InputMaybe<RecordsPagination>;
7275
7861
  filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
7862
+ multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
7863
+ searchQuery?: InputMaybe<Scalars["String"]>;
7276
7864
  }>>;
7277
- export declare function useExplorerLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerQuery, ExplorerQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerQuery, Exact<{
7865
+ export declare function useExplorerLibraryDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLibraryDataQuery, Exact<{
7278
7866
  libraryId: Scalars["ID"];
7279
7867
  attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
7868
+ pagination?: InputMaybe<RecordsPagination>;
7869
+ filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
7870
+ multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
7871
+ searchQuery?: InputMaybe<Scalars["String"]>;
7872
+ }>>;
7873
+ export type ExplorerLibraryDataQueryHookResult = ReturnType<typeof useExplorerLibraryDataQuery>;
7874
+ export type ExplorerLibraryDataLazyQueryHookResult = ReturnType<typeof useExplorerLibraryDataLazyQuery>;
7875
+ export type ExplorerLibraryDataQueryResult = Apollo.QueryResult<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>;
7876
+ export declare const ExplorerLinkDataDocument: Apollo.DocumentNode;
7877
+ /**
7878
+ * __useExplorerLinkDataQuery__
7879
+ *
7880
+ * To run a query within a React component, call `useExplorerLinkDataQuery` and pass it any options that fit your needs.
7881
+ * When your component renders, `useExplorerLinkDataQuery` returns an object from Apollo Client that contains loading, error, and data properties
7882
+ * you can use to render your UI.
7883
+ *
7884
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
7885
+ *
7886
+ * @example
7887
+ * const { data, loading, error } = useExplorerLinkDataQuery({
7888
+ * variables: {
7889
+ * attributeIds: // value for 'attributeIds'
7890
+ * parentLibraryId: // value for 'parentLibraryId'
7891
+ * parentRecordId: // value for 'parentRecordId'
7892
+ * linkAttributeId: // value for 'linkAttributeId'
7893
+ * },
7894
+ * });
7895
+ */
7896
+ export declare function useExplorerLinkDataQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>): Apollo.QueryResult<ExplorerLinkDataQuery, Exact<{
7897
+ attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
7898
+ parentLibraryId: Scalars["ID"];
7899
+ parentRecordId?: InputMaybe<Scalars["String"]>;
7900
+ linkAttributeId: Scalars["ID"];
7901
+ }>>;
7902
+ export declare function useExplorerLinkDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLinkDataQuery, Exact<{
7903
+ attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
7904
+ parentLibraryId: Scalars["ID"];
7905
+ parentRecordId?: InputMaybe<Scalars["String"]>;
7906
+ linkAttributeId: Scalars["ID"];
7907
+ }>>;
7908
+ export type ExplorerLinkDataQueryHookResult = ReturnType<typeof useExplorerLinkDataQuery>;
7909
+ export type ExplorerLinkDataLazyQueryHookResult = ReturnType<typeof useExplorerLinkDataLazyQuery>;
7910
+ export type ExplorerLinkDataQueryResult = Apollo.QueryResult<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>;
7911
+ export declare const GetLibraryAttributesDocument: Apollo.DocumentNode;
7912
+ /**
7913
+ * __useGetLibraryAttributesQuery__
7914
+ *
7915
+ * To run a query within a React component, call `useGetLibraryAttributesQuery` and pass it any options that fit your needs.
7916
+ * When your component renders, `useGetLibraryAttributesQuery` returns an object from Apollo Client that contains loading, error, and data properties
7917
+ * you can use to render your UI.
7918
+ *
7919
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
7920
+ *
7921
+ * @example
7922
+ * const { data, loading, error } = useGetLibraryAttributesQuery({
7923
+ * variables: {
7924
+ * libraryId: // value for 'libraryId'
7925
+ * },
7926
+ * });
7927
+ */
7928
+ export declare function useGetLibraryAttributesQuery(baseOptions: Apollo.QueryHookOptions<GetLibraryAttributesQuery, GetLibraryAttributesQueryVariables>): Apollo.QueryResult<GetLibraryAttributesQuery, Exact<{
7929
+ libraryId: Scalars["ID"];
7930
+ }>>;
7931
+ export declare function useGetLibraryAttributesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryAttributesQuery, GetLibraryAttributesQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryAttributesQuery, Exact<{
7932
+ libraryId: Scalars["ID"];
7933
+ }>>;
7934
+ export type GetLibraryAttributesQueryHookResult = ReturnType<typeof useGetLibraryAttributesQuery>;
7935
+ export type GetLibraryAttributesLazyQueryHookResult = ReturnType<typeof useGetLibraryAttributesLazyQuery>;
7936
+ export type GetLibraryAttributesQueryResult = Apollo.QueryResult<GetLibraryAttributesQuery, GetLibraryAttributesQueryVariables>;
7937
+ export declare const ExplorerLibraryDetailsDocument: Apollo.DocumentNode;
7938
+ /**
7939
+ * __useExplorerLibraryDetailsQuery__
7940
+ *
7941
+ * To run a query within a React component, call `useExplorerLibraryDetailsQuery` and pass it any options that fit your needs.
7942
+ * When your component renders, `useExplorerLibraryDetailsQuery` returns an object from Apollo Client that contains loading, error, and data properties
7943
+ * you can use to render your UI.
7944
+ *
7945
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
7946
+ *
7947
+ * @example
7948
+ * const { data, loading, error } = useExplorerLibraryDetailsQuery({
7949
+ * variables: {
7950
+ * libraryId: // value for 'libraryId'
7951
+ * },
7952
+ * });
7953
+ */
7954
+ export declare function useExplorerLibraryDetailsQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>): Apollo.QueryResult<ExplorerLibraryDetailsQuery, Exact<{
7955
+ libraryId: Scalars["ID"];
7956
+ }>>;
7957
+ export declare function useExplorerLibraryDetailsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLibraryDetailsQuery, Exact<{
7958
+ libraryId: Scalars["ID"];
7959
+ }>>;
7960
+ export type ExplorerLibraryDetailsQueryHookResult = ReturnType<typeof useExplorerLibraryDetailsQuery>;
7961
+ export type ExplorerLibraryDetailsLazyQueryHookResult = ReturnType<typeof useExplorerLibraryDetailsLazyQuery>;
7962
+ export type ExplorerLibraryDetailsQueryResult = Apollo.QueryResult<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>;
7963
+ export declare const ExplorerSelectionIdsDocument: Apollo.DocumentNode;
7964
+ /**
7965
+ * __useExplorerSelectionIdsQuery__
7966
+ *
7967
+ * To run a query within a React component, call `useExplorerSelectionIdsQuery` and pass it any options that fit your needs.
7968
+ * When your component renders, `useExplorerSelectionIdsQuery` returns an object from Apollo Client that contains loading, error, and data properties
7969
+ * you can use to render your UI.
7970
+ *
7971
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
7972
+ *
7973
+ * @example
7974
+ * const { data, loading, error } = useExplorerSelectionIdsQuery({
7975
+ * variables: {
7976
+ * libraryId: // value for 'libraryId'
7977
+ * filters: // value for 'filters'
7978
+ * },
7979
+ * });
7980
+ */
7981
+ export declare function useExplorerSelectionIdsQuery(baseOptions: Apollo.QueryHookOptions<ExplorerSelectionIdsQuery, ExplorerSelectionIdsQueryVariables>): Apollo.QueryResult<ExplorerSelectionIdsQuery, Exact<{
7982
+ libraryId: Scalars["ID"];
7280
7983
  filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
7281
7984
  }>>;
7282
- export type ExplorerQueryHookResult = ReturnType<typeof useExplorerQuery>;
7283
- export type ExplorerLazyQueryHookResult = ReturnType<typeof useExplorerLazyQuery>;
7284
- export type ExplorerQueryResult = Apollo.QueryResult<ExplorerQuery, ExplorerQueryVariables>;
7985
+ export declare function useExplorerSelectionIdsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerSelectionIdsQuery, ExplorerSelectionIdsQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerSelectionIdsQuery, Exact<{
7986
+ libraryId: Scalars["ID"];
7987
+ filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
7988
+ }>>;
7989
+ export type ExplorerSelectionIdsQueryHookResult = ReturnType<typeof useExplorerSelectionIdsQuery>;
7990
+ export type ExplorerSelectionIdsLazyQueryHookResult = ReturnType<typeof useExplorerSelectionIdsLazyQuery>;
7991
+ export type ExplorerSelectionIdsQueryResult = Apollo.QueryResult<ExplorerSelectionIdsQuery, ExplorerSelectionIdsQueryVariables>;
7992
+ export declare const TreeDataQueryDocument: Apollo.DocumentNode;
7993
+ /**
7994
+ * __useTreeDataQueryQuery__
7995
+ *
7996
+ * To run a query within a React component, call `useTreeDataQueryQuery` and pass it any options that fit your needs.
7997
+ * When your component renders, `useTreeDataQueryQuery` returns an object from Apollo Client that contains loading, error, and data properties
7998
+ * you can use to render your UI.
7999
+ *
8000
+ * @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;
8001
+ *
8002
+ * @example
8003
+ * const { data, loading, error } = useTreeDataQueryQuery({
8004
+ * variables: {
8005
+ * treeId: // value for 'treeId'
8006
+ * },
8007
+ * });
8008
+ */
8009
+ export declare function useTreeDataQueryQuery(baseOptions: Apollo.QueryHookOptions<TreeDataQueryQuery, TreeDataQueryQueryVariables>): Apollo.QueryResult<TreeDataQueryQuery, Exact<{
8010
+ treeId: Scalars["ID"];
8011
+ }>>;
8012
+ export declare function useTreeDataQueryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<TreeDataQueryQuery, TreeDataQueryQueryVariables>): Apollo.LazyQueryResultTuple<TreeDataQueryQuery, Exact<{
8013
+ treeId: Scalars["ID"];
8014
+ }>>;
8015
+ export type TreeDataQueryQueryHookResult = ReturnType<typeof useTreeDataQueryQuery>;
8016
+ export type TreeDataQueryLazyQueryHookResult = ReturnType<typeof useTreeDataQueryLazyQuery>;
8017
+ export type TreeDataQueryQueryResult = Apollo.QueryResult<TreeDataQueryQuery, TreeDataQueryQueryVariables>;