@leav/ui 0.4.0-fd9dcf3f → 1.0.0-7bbc7ed2

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 (216) hide show
  1. package/dist/_gqlTypes/index.d.ts +377 -230
  2. package/dist/_gqlTypes/index.js +192 -101
  3. package/dist/_gqlTypes/index.js.map +1 -1
  4. package/dist/_queries/attributes/attributeDetailsFragment.js +1 -0
  5. package/dist/_queries/attributes/attributeDetailsFragment.js.map +1 -1
  6. package/dist/_utils/attributeType.d.ts +2 -1
  7. package/dist/_utils/attributeType.js +2 -1
  8. package/dist/_utils/attributeType.js.map +1 -1
  9. package/dist/components/Explorer/DataView.js +3 -3
  10. package/dist/components/Explorer/DataView.js.map +1 -1
  11. package/dist/components/Explorer/Explorer.d.ts +1 -1
  12. package/dist/components/Explorer/Explorer.js +15 -4
  13. package/dist/components/Explorer/Explorer.js.map +1 -1
  14. package/dist/components/Explorer/ExplorerToolbar.js +11 -2
  15. package/dist/components/Explorer/ExplorerToolbar.js.map +1 -1
  16. package/dist/components/Explorer/TableCell.js +25 -9
  17. package/dist/components/Explorer/TableCell.js.map +1 -1
  18. package/dist/components/Explorer/_queries/prepareFiltersForRequest.d.ts +1 -1
  19. package/dist/components/Explorer/_queries/prepareFiltersForRequest.js +99 -31
  20. package/dist/components/Explorer/_queries/prepareFiltersForRequest.js.map +1 -1
  21. package/dist/components/Explorer/_queries/useExplorerData.js +32 -27
  22. package/dist/components/Explorer/_queries/useExplorerData.js.map +1 -1
  23. package/dist/components/Explorer/_types.d.ts +68 -8
  24. package/dist/components/Explorer/_types.js +5 -0
  25. package/dist/components/Explorer/_types.js.map +1 -1
  26. package/dist/components/Explorer/actions-item/useReplaceItemAction.d.ts +2 -1
  27. package/dist/components/Explorer/actions-item/useReplaceItemAction.js +2 -2
  28. package/dist/components/Explorer/actions-item/useReplaceItemAction.js.map +1 -1
  29. package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.d.ts +3 -1
  30. package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.js +9 -19
  31. package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.js.map +1 -1
  32. package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.d.ts +6 -3
  33. package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.js +5 -19
  34. package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.js.map +1 -1
  35. package/dist/components/Explorer/link-item/LinkModal.d.ts +3 -0
  36. package/dist/components/Explorer/link-item/LinkModal.js +44 -4
  37. package/dist/components/Explorer/link-item/LinkModal.js.map +1 -1
  38. package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.js +4 -4
  39. package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.js.map +1 -1
  40. package/dist/components/Explorer/manage-view-settings/_shared/useTransformFilters.d.ts +9 -3
  41. package/dist/components/Explorer/manage-view-settings/_shared/useTransformFilters.js +78 -13
  42. package/dist/components/Explorer/manage-view-settings/_shared/useTransformFilters.js.map +1 -1
  43. package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js +21 -8
  44. package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js.map +1 -1
  45. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.js +2 -2
  46. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.js.map +1 -1
  47. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropdownContent.js +9 -1
  48. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropdownContent.js.map +1 -1
  49. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueListDropDown.d.ts +9 -0
  50. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueListDropDown.js +131 -0
  51. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueListDropDown.js.map +1 -0
  52. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TreeAttributeDropDown.d.ts +3 -0
  53. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TreeAttributeDropDown.js +69 -0
  54. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TreeAttributeDropDown.js.map +1 -0
  55. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/_types.d.ts +6 -1
  56. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.d.ts +3 -0
  57. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.js +43 -4
  58. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.js.map +1 -1
  59. package/dist/components/Explorer/manage-view-settings/save-view/prepareViewForRequest.js +29 -8
  60. package/dist/components/Explorer/manage-view-settings/save-view/prepareViewForRequest.js.map +1 -1
  61. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js +2 -1
  62. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js.map +1 -1
  63. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.d.ts +3 -2
  64. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js +57 -14
  65. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js.map +1 -1
  66. package/dist/components/Explorer/useLoadView.d.ts +1 -1
  67. package/dist/components/Explorer/useLoadView.js +32 -38
  68. package/dist/components/Explorer/useLoadView.js.map +1 -1
  69. package/dist/components/Explorer/useSearchInput.js +2 -0
  70. package/dist/components/Explorer/useSearchInput.js.map +1 -1
  71. package/dist/components/Explorer/useViewSettingsReducer.js.map +1 -1
  72. package/dist/components/LibraryItemsList/FiltersDropdown/FiltersDropdown.js +1 -12
  73. package/dist/components/LibraryItemsList/FiltersDropdown/FiltersDropdown.js.map +1 -1
  74. package/dist/components/RecordEdition/EditRecord/EditRecord.d.ts +2 -1
  75. package/dist/components/RecordEdition/EditRecord/EditRecord.js +33 -214
  76. package/dist/components/RecordEdition/EditRecord/EditRecord.js.map +1 -1
  77. package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.d.ts +3 -3
  78. package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js +15 -22
  79. package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js.map +1 -1
  80. package/dist/components/RecordEdition/EditRecordContent/_types.d.ts +6 -16
  81. package/dist/components/RecordEdition/EditRecordContent/_types.js.map +1 -1
  82. package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateEmptyRecordMutation.d.ts +5 -0
  83. package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateEmptyRecordMutation.js +28 -0
  84. package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateEmptyRecordMutation.js.map +1 -0
  85. package/dist/components/RecordEdition/EditRecordContent/hooks/useTabManagement.d.ts +11 -0
  86. package/dist/components/RecordEdition/EditRecordContent/hooks/useTabManagement.js +35 -0
  87. package/dist/components/RecordEdition/EditRecordContent/hooks/useTabManagement.js.map +1 -0
  88. package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.d.ts +1 -1
  89. package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.js +2 -2
  90. package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.js.map +1 -1
  91. package/dist/components/RecordEdition/EditRecordContent/uiElements/FormDivider/FormDivider.js.map +1 -1
  92. package/dist/components/RecordEdition/EditRecordContent/uiElements/FormTabs/FormTabs.d.ts +2 -1
  93. package/dist/components/RecordEdition/EditRecordContent/uiElements/FormTabs/FormTabs.js +6 -9
  94. package/dist/components/RecordEdition/EditRecordContent/uiElements/FormTabs/FormTabs.js.map +1 -1
  95. package/dist/components/RecordEdition/EditRecordContent/uiElements/Frame/Frame.js +1 -1
  96. package/dist/components/RecordEdition/EditRecordContent/uiElements/Frame/Frame.js.map +1 -1
  97. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js +6 -33
  98. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js.map +1 -1
  99. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/ActionButton.d.ts +3 -0
  100. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/ActionButton.js +9 -0
  101. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/ActionButton.js.map +1 -0
  102. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/{link-record-in-edition/useLinkRecords.d.ts → link-record/useExplorerLinkRecords.d.ts} +2 -2
  103. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/{link-record-in-edition/useLinkRecords.js → link-record/useExplorerLinkRecords.js} +3 -3
  104. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/useExplorerLinkRecords.js.map +1 -0
  105. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/{link-record-in-edition/useLinkRecordsInEdition.d.ts → link-record/useLinkRecords.d.ts} +5 -9
  106. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/useLinkRecords.js +76 -0
  107. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/useLinkRecords.js.map +1 -0
  108. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js +26 -21
  109. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js.map +1 -1
  110. package/dist/components/RecordEdition/EditRecordContent/uiElements/TextBlock/TextBlock.js.map +1 -1
  111. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.d.ts +1 -1
  112. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js +10 -23
  113. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js.map +1 -1
  114. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/{useDisplayTreeNode.d.ts → TreeNodeList.d.ts} +3 -4
  115. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeNodeList.js +5 -0
  116. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeNodeList.js.map +1 -0
  117. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/SelectTreeNodeModal.d.ts +1 -9
  118. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/SelectTreeNodeModal.js +12 -16
  119. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/SelectTreeNodeModal.js.map +1 -1
  120. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/useManageTreeNodeSelection.d.ts +2 -1
  121. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/useManageTreeNodeSelection.js +51 -63
  122. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/useManageTreeNodeSelection.js.map +1 -1
  123. package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/useOutsideInteractionDetector.d.ts +1 -3
  124. package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/useOutsideInteractionDetector.js +6 -10
  125. package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/useOutsideInteractionDetector.js.map +1 -1
  126. package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js +45 -7
  127. package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js.map +1 -1
  128. package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js +46 -8
  129. package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js.map +1 -1
  130. package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.d.ts +2 -5
  131. package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.js +1 -1
  132. package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.js.map +1 -1
  133. package/dist/components/RecordEdition/index.d.ts +1 -1
  134. package/dist/components/RecordEdition/index.js +1 -1
  135. package/dist/components/RecordEdition/index.js.map +1 -1
  136. package/dist/components/SelectRecordForLinkModal/SelectRecordForLinkModal.d.ts +2 -0
  137. package/dist/components/SelectRecordForLinkModal/SelectRecordForLinkModal.js +6 -4
  138. package/dist/components/SelectRecordForLinkModal/SelectRecordForLinkModal.js.map +1 -1
  139. package/dist/components/SelectTreeNode/SelectTreeNode.d.ts +5 -3
  140. package/dist/components/SelectTreeNode/SelectTreeNode.js +2 -3
  141. package/dist/components/SelectTreeNode/SelectTreeNode.js.map +1 -1
  142. package/dist/components/SelectTreeNode/SelectTreeNodeContent.d.ts +3 -1
  143. package/dist/components/SelectTreeNode/SelectTreeNodeContent.js +68 -55
  144. package/dist/components/SelectTreeNode/SelectTreeNodeContent.js.map +1 -1
  145. package/dist/components/SelectTreeNode/_types.d.ts +18 -0
  146. package/dist/components/SelectTreeNode/_types.js +2 -0
  147. package/dist/components/SelectTreeNode/_types.js.map +1 -0
  148. package/dist/hooks/useGetRecordForm/useGetRecordForm.d.ts +1 -1
  149. package/dist/hooks/useGetRecordForm/useGetRecordForm.js +2 -2
  150. package/dist/hooks/useGetRecordForm/useGetRecordForm.js.map +1 -1
  151. package/dist/hooks/useIFrameMessenger/types.d.ts +2 -0
  152. package/dist/hooks/useIFrameMessenger/useIFrameMessenger.d.ts +3 -3
  153. package/dist/hooks/useIFrameMessenger/useIFrameMessenger.js +5 -1
  154. package/dist/hooks/useIFrameMessenger/useIFrameMessenger.js.map +1 -1
  155. package/dist/hooks/useIFrameMessengerClient/IFrameMessengerClient.d.ts +6 -3
  156. package/dist/hooks/useIFrameMessengerClient/IFrameMessengerClient.js +1 -3
  157. package/dist/hooks/useIFrameMessengerClient/IFrameMessengerClient.js.map +1 -1
  158. package/dist/locales/en/shared.json +2 -1
  159. package/dist/locales/fr/shared.json +1 -0
  160. package/package.json +17 -4
  161. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueList.d.ts +0 -10
  162. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueList.js +0 -75
  163. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueList.js.map +0 -1
  164. package/dist/components/LinkSelect/LinkSelect.d.ts +0 -15
  165. package/dist/components/LinkSelect/LinkSelect.js +0 -88
  166. package/dist/components/LinkSelect/LinkSelect.js.map +0 -1
  167. package/dist/components/LinkSelect/index.d.ts +0 -2
  168. package/dist/components/LinkSelect/index.js +0 -6
  169. package/dist/components/LinkSelect/index.js.map +0 -1
  170. package/dist/components/RecordEdition/EditRecord/creationErrorContext.d.ts +0 -6
  171. package/dist/components/RecordEdition/EditRecord/creationErrorContext.js +0 -7
  172. package/dist/components/RecordEdition/EditRecord/creationErrorContext.js.map +0 -1
  173. package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateRecordMutation.d.ts +0 -5
  174. package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateRecordMutation.js +0 -28
  175. package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateRecordMutation.js.map +0 -1
  176. package/dist/components/RecordEdition/EditRecordContent/hooks/useRunActionsListAndFormatOnValue.d.ts +0 -121
  177. package/dist/components/RecordEdition/EditRecordContent/hooks/useRunActionsListAndFormatOnValue.js +0 -31
  178. package/dist/components/RecordEdition/EditRecordContent/hooks/useRunActionsListAndFormatOnValue.js.map +0 -1
  179. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-item/useEditRecord.d.ts +0 -5
  180. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-item/useEditRecord.js +0 -39
  181. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-item/useEditRecord.js.map +0 -1
  182. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-item/useUnselectRecord.d.ts +0 -8
  183. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-item/useUnselectRecord.js +0 -23
  184. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-item/useUnselectRecord.js.map +0 -1
  185. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-mass/useUnselectAllRecords.d.ts +0 -9
  186. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-mass/useUnselectAllRecords.js +0 -23
  187. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-mass/useUnselectAllRecords.js.map +0 -1
  188. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-primary/useCreateRecord.d.ts +0 -8
  189. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-primary/useCreateRecord.js +0 -26
  190. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-primary/useCreateRecord.js.map +0 -1
  191. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-primary/useRecordSelector.d.ts +0 -12
  192. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-primary/useRecordSelector.js +0 -24
  193. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-primary/useRecordSelector.js.map +0 -1
  194. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-creation/useLinkRecords.d.ts +0 -19
  195. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-creation/useLinkRecords.js +0 -103
  196. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-creation/useLinkRecords.js.map +0 -1
  197. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-creation/useLinkRecordsInCreation.d.ts +0 -22
  198. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-creation/useLinkRecordsInCreation.js +0 -104
  199. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-creation/useLinkRecordsInCreation.js.map +0 -1
  200. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-edition/useLinkRecords.js.map +0 -1
  201. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-edition/useLinkRecordsInEdition.js +0 -311
  202. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-edition/useLinkRecordsInEdition.js.map +0 -1
  203. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/shared/LinkActionsButtons.d.ts +0 -9
  204. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/shared/LinkActionsButtons.js +0 -15
  205. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/shared/LinkActionsButtons.js.map +0 -1
  206. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/shared/utils.d.ts +0 -4
  207. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/shared/utils.js +0 -22
  208. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/shared/utils.js.map +0 -1
  209. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/ValuesList.d.ts +0 -16
  210. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/ValuesList.js +0 -35
  211. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/ValuesList.js.map +0 -1
  212. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/index.d.ts +0 -2
  213. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/index.js +0 -6
  214. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/index.js.map +0 -1
  215. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/useDisplayTreeNode.js +0 -8
  216. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/useDisplayTreeNode.js.map +0 -1
@@ -136,7 +136,8 @@ export type AttributeInput = {
136
136
  linked_library?: InputMaybe<Scalars['String']>;
137
137
  linked_tree?: InputMaybe<Scalars['String']>;
138
138
  metadata_fields?: InputMaybe<Array<Scalars['String']>>;
139
- multi_link_display_option?: InputMaybe<MultiLinkDisplayOption>;
139
+ multi_link_display_option?: InputMaybe<MultiDisplayOption>;
140
+ multi_tree_display_option?: InputMaybe<MultiDisplayOption>;
140
141
  multiple_values?: InputMaybe<Scalars['Boolean']>;
141
142
  permissions_conf?: InputMaybe<TreepermissionsConfInput>;
142
143
  readonly?: InputMaybe<Scalars['Boolean']>;
@@ -405,7 +406,7 @@ export type LogTopicRecordFilterInput = {
405
406
  id?: InputMaybe<Scalars['String']>;
406
407
  libraryId?: InputMaybe<Scalars['String']>;
407
408
  };
408
- export declare enum MultiLinkDisplayOption {
409
+ export declare enum MultiDisplayOption {
409
410
  avatar = "avatar",
410
411
  badge_qty = "badge_qty",
411
412
  tag = "tag"
@@ -452,6 +453,7 @@ export declare enum PermissionsActions {
452
453
  admin_access_applications = "admin_access_applications",
453
454
  admin_access_attributes = "admin_access_attributes",
454
455
  admin_access_libraries = "admin_access_libraries",
456
+ admin_access_logs = "admin_access_logs",
455
457
  admin_access_permissions = "admin_access_permissions",
456
458
  admin_access_tasks = "admin_access_tasks",
457
459
  admin_access_trees = "admin_access_trees",
@@ -479,6 +481,7 @@ export declare enum PermissionsActions {
479
481
  admin_edit_permission = "admin_edit_permission",
480
482
  admin_edit_tree = "admin_edit_tree",
481
483
  admin_edit_version_profile = "admin_edit_version_profile",
484
+ admin_import_config_clear_database = "admin_import_config_clear_database",
482
485
  admin_library = "admin_library",
483
486
  admin_manage_global_preferences = "admin_manage_global_preferences",
484
487
  create_record = "create_record",
@@ -853,7 +856,8 @@ export type AttributeDetailsLinkAttributeFragment = {
853
856
  label?: any | null;
854
857
  description?: any | null;
855
858
  multiple_values: boolean;
856
- multi_link_display_option?: MultiLinkDisplayOption | null;
859
+ multi_link_display_option?: MultiDisplayOption | null;
860
+ multi_tree_display_option?: MultiDisplayOption | null;
857
861
  linked_library?: {
858
862
  id: string;
859
863
  label?: any | null;
@@ -891,7 +895,8 @@ export type AttributeDetailsStandardAttributeFragment = {
891
895
  label?: any | null;
892
896
  description?: any | null;
893
897
  multiple_values: boolean;
894
- multi_link_display_option?: MultiLinkDisplayOption | null;
898
+ multi_link_display_option?: MultiDisplayOption | null;
899
+ multi_tree_display_option?: MultiDisplayOption | null;
895
900
  metadata_fields?: Array<{
896
901
  id: string;
897
902
  label?: any | null;
@@ -924,7 +929,8 @@ export type AttributeDetailsTreeAttributeFragment = {
924
929
  label?: any | null;
925
930
  description?: any | null;
926
931
  multiple_values: boolean;
927
- multi_link_display_option?: MultiLinkDisplayOption | null;
932
+ multi_link_display_option?: MultiDisplayOption | null;
933
+ multi_tree_display_option?: MultiDisplayOption | null;
928
934
  linked_tree?: {
929
935
  id: string;
930
936
  label?: any | null;
@@ -3115,6 +3121,25 @@ export type AttributesByLibAttributeWithPermissionsLinkAttributeFragment = {
3115
3121
  permissions: {
3116
3122
  access_attribute: boolean;
3117
3123
  };
3124
+ valuesList?: {
3125
+ enable: boolean;
3126
+ allowFreeEntry?: boolean | null;
3127
+ allowListUpdate?: boolean | null;
3128
+ linkedValues?: Array<{
3129
+ id: string;
3130
+ whoAmI: {
3131
+ id: string;
3132
+ label?: string | null;
3133
+ subLabel?: string | null;
3134
+ color?: string | null;
3135
+ preview?: IPreviewScalar | null;
3136
+ library: {
3137
+ id: string;
3138
+ label?: any | null;
3139
+ };
3140
+ };
3141
+ }> | null;
3142
+ } | null;
3118
3143
  linked_library?: {
3119
3144
  id: string;
3120
3145
  } | null;
@@ -3132,6 +3157,20 @@ export type AttributesByLibAttributeWithPermissionsStandardAttributeFragment = {
3132
3157
  format?: AttributeFormat | null;
3133
3158
  label?: any | null;
3134
3159
  } | null> | null;
3160
+ valuesList?: {
3161
+ enable: boolean;
3162
+ allowFreeEntry?: boolean | null;
3163
+ allowListUpdate?: boolean | null;
3164
+ dateRangeValues?: Array<{
3165
+ from?: string | null;
3166
+ to?: string | null;
3167
+ }> | null;
3168
+ } | {
3169
+ enable: boolean;
3170
+ allowFreeEntry?: boolean | null;
3171
+ allowListUpdate?: boolean | null;
3172
+ values?: Array<string> | null;
3173
+ } | null;
3135
3174
  permissions: {
3136
3175
  access_attribute: boolean;
3137
3176
  };
@@ -3160,16 +3199,73 @@ export type AttributesByLibAttributeWithPermissionsTreeAttributeFragment = {
3160
3199
  };
3161
3200
  export type AttributesByLibAttributeWithPermissionsFragment = AttributesByLibAttributeWithPermissionsLinkAttributeFragment | AttributesByLibAttributeWithPermissionsStandardAttributeFragment | AttributesByLibAttributeWithPermissionsTreeAttributeFragment;
3162
3201
  export type AttributesByLibLinkAttributeWithPermissionsFragment = {
3202
+ valuesList?: {
3203
+ enable: boolean;
3204
+ allowFreeEntry?: boolean | null;
3205
+ allowListUpdate?: boolean | null;
3206
+ linkedValues?: Array<{
3207
+ id: string;
3208
+ whoAmI: {
3209
+ id: string;
3210
+ label?: string | null;
3211
+ subLabel?: string | null;
3212
+ color?: string | null;
3213
+ preview?: IPreviewScalar | null;
3214
+ library: {
3215
+ id: string;
3216
+ label?: any | null;
3217
+ };
3218
+ };
3219
+ }> | null;
3220
+ } | null;
3163
3221
  linked_library?: {
3164
3222
  id: string;
3165
3223
  } | null;
3166
3224
  };
3225
+ export type StandardAttributeDetailsFragment = {
3226
+ id: string;
3227
+ type: AttributeType;
3228
+ embedded_fields?: Array<{
3229
+ id: string;
3230
+ format?: AttributeFormat | null;
3231
+ label?: any | null;
3232
+ } | null> | null;
3233
+ valuesList?: {
3234
+ enable: boolean;
3235
+ allowFreeEntry?: boolean | null;
3236
+ allowListUpdate?: boolean | null;
3237
+ values?: Array<string> | null;
3238
+ } | null;
3239
+ };
3167
3240
  export type LinkAttributeDetailsFragment = {
3168
3241
  label?: any | null;
3242
+ type: AttributeType;
3169
3243
  linked_library?: {
3170
3244
  id: string;
3171
3245
  label?: any | null;
3172
3246
  } | null;
3247
+ valuesList?: {
3248
+ allowFreeEntry?: boolean | null;
3249
+ enable: boolean;
3250
+ linkedValues?: Array<{
3251
+ id: string;
3252
+ whoAmI: {
3253
+ id: string;
3254
+ label?: string | null;
3255
+ library: {
3256
+ id: string;
3257
+ };
3258
+ };
3259
+ }> | null;
3260
+ } | null;
3261
+ };
3262
+ export type TreeAttributeDetailsFragment = {
3263
+ id: string;
3264
+ label?: any | null;
3265
+ linked_tree?: {
3266
+ id: string;
3267
+ label?: any | null;
3268
+ } | null;
3173
3269
  };
3174
3270
  export type AttributePropertiesFragment = {
3175
3271
  id: string;
@@ -3177,7 +3273,8 @@ export type AttributePropertiesFragment = {
3177
3273
  type: AttributeType;
3178
3274
  format?: AttributeFormat | null;
3179
3275
  multiple_values: boolean;
3180
- multi_link_display_option?: MultiLinkDisplayOption | null;
3276
+ multi_link_display_option?: MultiDisplayOption | null;
3277
+ multi_tree_display_option?: MultiDisplayOption | null;
3181
3278
  };
3182
3279
  export type PropertyValueLinkValueFragment = {
3183
3280
  linkPayload?: {
@@ -3230,7 +3327,8 @@ export type LinkPropertyLinkValueFragment = {
3230
3327
  type: AttributeType;
3231
3328
  format?: AttributeFormat | null;
3232
3329
  multiple_values: boolean;
3233
- multi_link_display_option?: MultiLinkDisplayOption | null;
3330
+ multi_link_display_option?: MultiDisplayOption | null;
3331
+ multi_tree_display_option?: MultiDisplayOption | null;
3234
3332
  };
3235
3333
  values: Array<{
3236
3334
  linkPayload?: {
@@ -3454,7 +3552,8 @@ export type GetAttributeByIdQuery = {
3454
3552
  label?: any | null;
3455
3553
  description?: any | null;
3456
3554
  multiple_values: boolean;
3457
- multi_link_display_option?: MultiLinkDisplayOption | null;
3555
+ multi_link_display_option?: MultiDisplayOption | null;
3556
+ multi_tree_display_option?: MultiDisplayOption | null;
3458
3557
  linked_library?: {
3459
3558
  id: string;
3460
3559
  label?: any | null;
@@ -3491,7 +3590,8 @@ export type GetAttributeByIdQuery = {
3491
3590
  label?: any | null;
3492
3591
  description?: any | null;
3493
3592
  multiple_values: boolean;
3494
- multi_link_display_option?: MultiLinkDisplayOption | null;
3593
+ multi_link_display_option?: MultiDisplayOption | null;
3594
+ multi_tree_display_option?: MultiDisplayOption | null;
3495
3595
  metadata_fields?: Array<{
3496
3596
  id: string;
3497
3597
  label?: any | null;
@@ -3523,7 +3623,8 @@ export type GetAttributeByIdQuery = {
3523
3623
  label?: any | null;
3524
3624
  description?: any | null;
3525
3625
  multiple_values: boolean;
3526
- multi_link_display_option?: MultiLinkDisplayOption | null;
3626
+ multi_link_display_option?: MultiDisplayOption | null;
3627
+ multi_tree_display_option?: MultiDisplayOption | null;
3527
3628
  linked_tree?: {
3528
3629
  id: string;
3529
3630
  label?: any | null;
@@ -3666,7 +3767,8 @@ export type SaveAttributeMutation = {
3666
3767
  label?: any | null;
3667
3768
  description?: any | null;
3668
3769
  multiple_values: boolean;
3669
- multi_link_display_option?: MultiLinkDisplayOption | null;
3770
+ multi_link_display_option?: MultiDisplayOption | null;
3771
+ multi_tree_display_option?: MultiDisplayOption | null;
3670
3772
  linked_library?: {
3671
3773
  id: string;
3672
3774
  label?: any | null;
@@ -3703,7 +3805,8 @@ export type SaveAttributeMutation = {
3703
3805
  label?: any | null;
3704
3806
  description?: any | null;
3705
3807
  multiple_values: boolean;
3706
- multi_link_display_option?: MultiLinkDisplayOption | null;
3808
+ multi_link_display_option?: MultiDisplayOption | null;
3809
+ multi_tree_display_option?: MultiDisplayOption | null;
3707
3810
  metadata_fields?: Array<{
3708
3811
  id: string;
3709
3812
  label?: any | null;
@@ -3735,7 +3838,8 @@ export type SaveAttributeMutation = {
3735
3838
  label?: any | null;
3736
3839
  description?: any | null;
3737
3840
  multiple_values: boolean;
3738
- multi_link_display_option?: MultiLinkDisplayOption | null;
3841
+ multi_link_display_option?: MultiDisplayOption | null;
3842
+ multi_tree_display_option?: MultiDisplayOption | null;
3739
3843
  linked_tree?: {
3740
3844
  id: string;
3741
3845
  label?: any | null;
@@ -4189,6 +4293,35 @@ export type IsAllowedQuery = {
4189
4293
  allowed?: boolean | null;
4190
4294
  }> | null;
4191
4295
  };
4296
+ export type ActivateNewRecordMutationVariables = Exact<{
4297
+ libraryId: Scalars['ID'];
4298
+ recordId: Scalars['ID'];
4299
+ formId?: InputMaybe<Scalars['String']>;
4300
+ }>;
4301
+ export type ActivateNewRecordMutation = {
4302
+ activateNewRecord: {
4303
+ record?: {
4304
+ id: string;
4305
+ whoAmI: {
4306
+ id: string;
4307
+ label?: string | null;
4308
+ subLabel?: string | null;
4309
+ color?: string | null;
4310
+ preview?: IPreviewScalar | null;
4311
+ library: {
4312
+ id: string;
4313
+ label?: any | null;
4314
+ };
4315
+ };
4316
+ } | null;
4317
+ valuesErrors?: Array<{
4318
+ type: string;
4319
+ attribute: string;
4320
+ input?: string | null;
4321
+ message: string;
4322
+ }> | null;
4323
+ };
4324
+ };
4192
4325
  export type ActivateRecordsMutationVariables = Exact<{
4193
4326
  libraryId: Scalars['String'];
4194
4327
  recordsIds?: InputMaybe<Array<Scalars['String']> | Scalars['String']>;
@@ -4210,6 +4343,33 @@ export type ActivateRecordsMutation = {
4210
4343
  };
4211
4344
  }>;
4212
4345
  };
4346
+ export type CreateEmptyRecordMutationVariables = Exact<{
4347
+ library: Scalars['ID'];
4348
+ }>;
4349
+ export type CreateEmptyRecordMutation = {
4350
+ createEmptyRecord: {
4351
+ record?: {
4352
+ id: string;
4353
+ whoAmI: {
4354
+ id: string;
4355
+ label?: string | null;
4356
+ subLabel?: string | null;
4357
+ color?: string | null;
4358
+ preview?: IPreviewScalar | null;
4359
+ library: {
4360
+ id: string;
4361
+ label?: any | null;
4362
+ };
4363
+ };
4364
+ } | null;
4365
+ valuesErrors?: Array<{
4366
+ type: string;
4367
+ attribute: string;
4368
+ input?: string | null;
4369
+ message: string;
4370
+ }> | null;
4371
+ };
4372
+ };
4213
4373
  export type CreateRecordMutationVariables = Exact<{
4214
4374
  library: Scalars['ID'];
4215
4375
  data?: InputMaybe<CreateRecordDataInput>;
@@ -5716,6 +5876,26 @@ export type IndexRecordsMutationVariables = Exact<{
5716
5876
  export type IndexRecordsMutation = {
5717
5877
  indexRecords: boolean;
5718
5878
  };
5879
+ export type PurgeRecordMutationVariables = Exact<{
5880
+ libraryId: Scalars['ID'];
5881
+ recordId: Scalars['ID'];
5882
+ }>;
5883
+ export type PurgeRecordMutation = {
5884
+ purgeRecord: {
5885
+ id: string;
5886
+ whoAmI: {
5887
+ id: string;
5888
+ label?: string | null;
5889
+ subLabel?: string | null;
5890
+ color?: string | null;
5891
+ preview?: IPreviewScalar | null;
5892
+ library: {
5893
+ id: string;
5894
+ label?: any | null;
5895
+ };
5896
+ };
5897
+ };
5898
+ };
5719
5899
  export type CancelTaskMutationVariables = Exact<{
5720
5900
  taskId: Scalars['ID'];
5721
5901
  }>;
@@ -6292,128 +6472,6 @@ export type DeleteValueMutation = {
6292
6472
  } | null> | null;
6293
6473
  }>;
6294
6474
  };
6295
- export type RunActionsListAndFormatOnValueQueryVariables = Exact<{
6296
- library: Scalars['ID'];
6297
- value?: InputMaybe<ValueBatchInput>;
6298
- version?: InputMaybe<Array<InputMaybe<ValueVersionInput>> | InputMaybe<ValueVersionInput>>;
6299
- }>;
6300
- export type RunActionsListAndFormatOnValueQuery = {
6301
- runActionsListAndFormatOnValue: Array<{
6302
- id_value?: string | null;
6303
- isInherited?: boolean | null;
6304
- isCalculated?: boolean | null;
6305
- modified_at?: number | null;
6306
- created_at?: number | null;
6307
- payload?: any | null;
6308
- raw_payload?: any | null;
6309
- value?: any | null;
6310
- raw_value?: any | null;
6311
- modified_by?: {
6312
- id: string;
6313
- whoAmI: {
6314
- id: string;
6315
- label?: string | null;
6316
- subLabel?: string | null;
6317
- color?: string | null;
6318
- preview?: IPreviewScalar | null;
6319
- library: {
6320
- id: string;
6321
- label?: any | null;
6322
- };
6323
- };
6324
- } | null;
6325
- created_by?: {
6326
- id: string;
6327
- whoAmI: {
6328
- id: string;
6329
- label?: string | null;
6330
- subLabel?: string | null;
6331
- color?: string | null;
6332
- preview?: IPreviewScalar | null;
6333
- library: {
6334
- id: string;
6335
- label?: any | null;
6336
- };
6337
- };
6338
- } | null;
6339
- version?: Array<{
6340
- treeId: string;
6341
- treeNode?: {
6342
- id: string;
6343
- record: {
6344
- id: string;
6345
- whoAmI: {
6346
- id: string;
6347
- label?: string | null;
6348
- library: {
6349
- id: string;
6350
- };
6351
- };
6352
- };
6353
- } | null;
6354
- } | null> | null;
6355
- attribute: {
6356
- id: string;
6357
- format?: AttributeFormat | null;
6358
- type: AttributeType;
6359
- system: boolean;
6360
- };
6361
- metadata?: Array<{
6362
- name: string;
6363
- value?: {
6364
- id_value?: string | null;
6365
- modified_at?: number | null;
6366
- created_at?: number | null;
6367
- payload?: any | null;
6368
- raw_payload?: any | null;
6369
- modified_by?: {
6370
- id: string;
6371
- whoAmI: {
6372
- id: string;
6373
- label?: string | null;
6374
- subLabel?: string | null;
6375
- color?: string | null;
6376
- preview?: IPreviewScalar | null;
6377
- library: {
6378
- id: string;
6379
- label?: any | null;
6380
- };
6381
- };
6382
- } | null;
6383
- created_by?: {
6384
- id: string;
6385
- whoAmI: {
6386
- id: string;
6387
- label?: string | null;
6388
- subLabel?: string | null;
6389
- color?: string | null;
6390
- preview?: IPreviewScalar | null;
6391
- library: {
6392
- id: string;
6393
- label?: any | null;
6394
- };
6395
- };
6396
- } | null;
6397
- version?: Array<{
6398
- treeId: string;
6399
- treeNode?: {
6400
- id: string;
6401
- record: {
6402
- id: string;
6403
- whoAmI: {
6404
- id: string;
6405
- label?: string | null;
6406
- library: {
6407
- id: string;
6408
- };
6409
- };
6410
- };
6411
- } | null;
6412
- } | null> | null;
6413
- } | null;
6414
- } | null> | null;
6415
- }>;
6416
- };
6417
6475
  export type SaveValueBatchMutationVariables = Exact<{
6418
6476
  library: Scalars['ID'];
6419
6477
  recordId: Scalars['ID'];
@@ -7027,6 +7085,25 @@ export type GetAttributesByLibWithPermissionsQuery = {
7027
7085
  multiple_values: boolean;
7028
7086
  system: boolean;
7029
7087
  readonly: boolean;
7088
+ valuesList?: {
7089
+ enable: boolean;
7090
+ allowFreeEntry?: boolean | null;
7091
+ allowListUpdate?: boolean | null;
7092
+ linkedValues?: Array<{
7093
+ id: string;
7094
+ whoAmI: {
7095
+ id: string;
7096
+ label?: string | null;
7097
+ subLabel?: string | null;
7098
+ color?: string | null;
7099
+ preview?: IPreviewScalar | null;
7100
+ library: {
7101
+ id: string;
7102
+ label?: any | null;
7103
+ };
7104
+ };
7105
+ }> | null;
7106
+ } | null;
7030
7107
  linked_library?: {
7031
7108
  id: string;
7032
7109
  } | null;
@@ -7046,6 +7123,20 @@ export type GetAttributesByLibWithPermissionsQuery = {
7046
7123
  format?: AttributeFormat | null;
7047
7124
  label?: any | null;
7048
7125
  } | null> | null;
7126
+ valuesList?: {
7127
+ enable: boolean;
7128
+ allowFreeEntry?: boolean | null;
7129
+ allowListUpdate?: boolean | null;
7130
+ dateRangeValues?: Array<{
7131
+ from?: string | null;
7132
+ to?: string | null;
7133
+ }> | null;
7134
+ } | {
7135
+ enable: boolean;
7136
+ allowFreeEntry?: boolean | null;
7137
+ allowListUpdate?: boolean | null;
7138
+ values?: Array<string> | null;
7139
+ } | null;
7049
7140
  permissions: {
7050
7141
  access_attribute: boolean;
7051
7142
  };
@@ -7087,6 +7178,39 @@ export type ExplorerAttributesQuery = {
7087
7178
  id: string;
7088
7179
  label?: any | null;
7089
7180
  } | null;
7181
+ valuesList?: {
7182
+ allowFreeEntry?: boolean | null;
7183
+ enable: boolean;
7184
+ linkedValues?: Array<{
7185
+ id: string;
7186
+ whoAmI: {
7187
+ id: string;
7188
+ label?: string | null;
7189
+ library: {
7190
+ id: string;
7191
+ };
7192
+ };
7193
+ }> | null;
7194
+ } | null;
7195
+ permissions: {
7196
+ access_attribute: boolean;
7197
+ };
7198
+ } | {
7199
+ id: string;
7200
+ type: AttributeType;
7201
+ format?: AttributeFormat | null;
7202
+ label?: any | null;
7203
+ embedded_fields?: Array<{
7204
+ id: string;
7205
+ format?: AttributeFormat | null;
7206
+ label?: any | null;
7207
+ } | null> | null;
7208
+ valuesList?: {
7209
+ enable: boolean;
7210
+ allowFreeEntry?: boolean | null;
7211
+ allowListUpdate?: boolean | null;
7212
+ values?: Array<string> | null;
7213
+ } | null;
7090
7214
  permissions: {
7091
7215
  access_attribute: boolean;
7092
7216
  };
@@ -7095,6 +7219,10 @@ export type ExplorerAttributesQuery = {
7095
7219
  type: AttributeType;
7096
7220
  format?: AttributeFormat | null;
7097
7221
  label?: any | null;
7222
+ linked_tree?: {
7223
+ id: string;
7224
+ label?: any | null;
7225
+ } | null;
7098
7226
  permissions: {
7099
7227
  access_attribute: boolean;
7100
7228
  };
@@ -7108,12 +7236,27 @@ export type ExplorerLinkAttributeQuery = {
7108
7236
  attributes?: {
7109
7237
  list: Array<{
7110
7238
  label?: any | null;
7239
+ type: AttributeType;
7111
7240
  id: string;
7112
7241
  multiple_values: boolean;
7113
7242
  linked_library?: {
7114
7243
  id: string;
7115
7244
  label?: any | null;
7116
7245
  } | null;
7246
+ valuesList?: {
7247
+ allowFreeEntry?: boolean | null;
7248
+ enable: boolean;
7249
+ linkedValues?: Array<{
7250
+ id: string;
7251
+ whoAmI: {
7252
+ id: string;
7253
+ label?: string | null;
7254
+ library: {
7255
+ id: string;
7256
+ };
7257
+ };
7258
+ }> | null;
7259
+ } | null;
7117
7260
  permissions: {
7118
7261
  access_attribute: boolean;
7119
7262
  edit_value: boolean;
@@ -7125,6 +7268,18 @@ export type ExplorerLinkAttributeQuery = {
7125
7268
  access_attribute: boolean;
7126
7269
  edit_value: boolean;
7127
7270
  };
7271
+ } | {
7272
+ label?: any | null;
7273
+ id: string;
7274
+ multiple_values: boolean;
7275
+ linked_tree?: {
7276
+ id: string;
7277
+ label?: any | null;
7278
+ } | null;
7279
+ permissions: {
7280
+ access_attribute: boolean;
7281
+ edit_value: boolean;
7282
+ };
7128
7283
  }>;
7129
7284
  } | null;
7130
7285
  };
@@ -7165,7 +7320,8 @@ export type ExplorerLibraryDataQuery = {
7165
7320
  type: AttributeType;
7166
7321
  format?: AttributeFormat | null;
7167
7322
  multiple_values: boolean;
7168
- multi_link_display_option?: MultiLinkDisplayOption | null;
7323
+ multi_link_display_option?: MultiDisplayOption | null;
7324
+ multi_tree_display_option?: MultiDisplayOption | null;
7169
7325
  };
7170
7326
  values: Array<{
7171
7327
  linkPayload?: {
@@ -7246,7 +7402,8 @@ export type ExplorerLinkDataQuery = {
7246
7402
  type: AttributeType;
7247
7403
  format?: AttributeFormat | null;
7248
7404
  multiple_values: boolean;
7249
- multi_link_display_option?: MultiLinkDisplayOption | null;
7405
+ multi_link_display_option?: MultiDisplayOption | null;
7406
+ multi_tree_display_option?: MultiDisplayOption | null;
7250
7407
  };
7251
7408
  values: Array<{
7252
7409
  linkPayload?: {
@@ -7435,23 +7592,6 @@ export type UpdateViewMutation = {
7435
7592
  }> | null;
7436
7593
  };
7437
7594
  };
7438
- export type GetJoinLibraryMandatoryAttributeValuesQueryVariables = Exact<{
7439
- joinLibraryId: Scalars['ID'];
7440
- filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
7441
- mandatoryAttributeId: Scalars['ID'];
7442
- }>;
7443
- export type GetJoinLibraryMandatoryAttributeValuesQuery = {
7444
- records: {
7445
- list: Array<{
7446
- id: string;
7447
- property: Array<{
7448
- payload?: {
7449
- id: string;
7450
- } | null;
7451
- }>;
7452
- }>;
7453
- };
7454
- };
7455
7595
  export type TreeDataQueryQueryVariables = Exact<{
7456
7596
  treeId: Scalars['ID'];
7457
7597
  }>;
@@ -7487,6 +7627,8 @@ export declare const ViewDetailsFragmentDoc: Apollo.DocumentNode;
7487
7627
  export declare const AttributesByLibLinkAttributeWithPermissionsFragmentDoc: Apollo.DocumentNode;
7488
7628
  export declare const AttributesByLibAttributeWithPermissionsFragmentDoc: Apollo.DocumentNode;
7489
7629
  export declare const LinkAttributeDetailsFragmentDoc: Apollo.DocumentNode;
7630
+ export declare const TreeAttributeDetailsFragmentDoc: Apollo.DocumentNode;
7631
+ export declare const StandardAttributeDetailsFragmentDoc: Apollo.DocumentNode;
7490
7632
  export declare const AttributePropertiesFragmentDoc: Apollo.DocumentNode;
7491
7633
  export declare const PropertyValueFragmentDoc: Apollo.DocumentNode;
7492
7634
  export declare const LinkPropertyFragmentDoc: Apollo.DocumentNode;
@@ -8307,6 +8449,35 @@ export type IsAllowedQueryHookResult = ReturnType<typeof useIsAllowedQuery>;
8307
8449
  export type IsAllowedLazyQueryHookResult = ReturnType<typeof useIsAllowedLazyQuery>;
8308
8450
  export type IsAllowedSuspenseQueryHookResult = ReturnType<typeof useIsAllowedSuspenseQuery>;
8309
8451
  export type IsAllowedQueryResult = Apollo.QueryResult<IsAllowedQuery, IsAllowedQueryVariables>;
8452
+ export declare const ActivateNewRecordDocument: Apollo.DocumentNode;
8453
+ export type ActivateNewRecordMutationFn = Apollo.MutationFunction<ActivateNewRecordMutation, ActivateNewRecordMutationVariables>;
8454
+ /**
8455
+ * __useActivateNewRecordMutation__
8456
+ *
8457
+ * To run a mutation, you first call `useActivateNewRecordMutation` within a React component and pass it any options that fit your needs.
8458
+ * When your component renders, `useActivateNewRecordMutation` returns a tuple that includes:
8459
+ * - A mutate function that you can call at any time to execute the mutation
8460
+ * - An object with fields that represent the current status of the mutation's execution
8461
+ *
8462
+ * @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;
8463
+ *
8464
+ * @example
8465
+ * const [activateNewRecordMutation, { data, loading, error }] = useActivateNewRecordMutation({
8466
+ * variables: {
8467
+ * libraryId: // value for 'libraryId'
8468
+ * recordId: // value for 'recordId'
8469
+ * formId: // value for 'formId'
8470
+ * },
8471
+ * });
8472
+ */
8473
+ export declare function useActivateNewRecordMutation(baseOptions?: Apollo.MutationHookOptions<ActivateNewRecordMutation, ActivateNewRecordMutationVariables>): Apollo.MutationTuple<ActivateNewRecordMutation, Exact<{
8474
+ libraryId: Scalars["ID"];
8475
+ recordId: Scalars["ID"];
8476
+ formId?: InputMaybe<Scalars["String"]>;
8477
+ }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
8478
+ export type ActivateNewRecordMutationHookResult = ReturnType<typeof useActivateNewRecordMutation>;
8479
+ export type ActivateNewRecordMutationResult = Apollo.MutationResult<ActivateNewRecordMutation>;
8480
+ export type ActivateNewRecordMutationOptions = Apollo.BaseMutationOptions<ActivateNewRecordMutation, ActivateNewRecordMutationVariables>;
8310
8481
  export declare const ActivateRecordsDocument: Apollo.DocumentNode;
8311
8482
  export type ActivateRecordsMutationFn = Apollo.MutationFunction<ActivateRecordsMutation, ActivateRecordsMutationVariables>;
8312
8483
  /**
@@ -8336,6 +8507,31 @@ export declare function useActivateRecordsMutation(baseOptions?: Apollo.Mutation
8336
8507
  export type ActivateRecordsMutationHookResult = ReturnType<typeof useActivateRecordsMutation>;
8337
8508
  export type ActivateRecordsMutationResult = Apollo.MutationResult<ActivateRecordsMutation>;
8338
8509
  export type ActivateRecordsMutationOptions = Apollo.BaseMutationOptions<ActivateRecordsMutation, ActivateRecordsMutationVariables>;
8510
+ export declare const CreateEmptyRecordDocument: Apollo.DocumentNode;
8511
+ export type CreateEmptyRecordMutationFn = Apollo.MutationFunction<CreateEmptyRecordMutation, CreateEmptyRecordMutationVariables>;
8512
+ /**
8513
+ * __useCreateEmptyRecordMutation__
8514
+ *
8515
+ * To run a mutation, you first call `useCreateEmptyRecordMutation` within a React component and pass it any options that fit your needs.
8516
+ * When your component renders, `useCreateEmptyRecordMutation` returns a tuple that includes:
8517
+ * - A mutate function that you can call at any time to execute the mutation
8518
+ * - An object with fields that represent the current status of the mutation's execution
8519
+ *
8520
+ * @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;
8521
+ *
8522
+ * @example
8523
+ * const [createEmptyRecordMutation, { data, loading, error }] = useCreateEmptyRecordMutation({
8524
+ * variables: {
8525
+ * library: // value for 'library'
8526
+ * },
8527
+ * });
8528
+ */
8529
+ export declare function useCreateEmptyRecordMutation(baseOptions?: Apollo.MutationHookOptions<CreateEmptyRecordMutation, CreateEmptyRecordMutationVariables>): Apollo.MutationTuple<CreateEmptyRecordMutation, Exact<{
8530
+ library: Scalars["ID"];
8531
+ }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
8532
+ export type CreateEmptyRecordMutationHookResult = ReturnType<typeof useCreateEmptyRecordMutation>;
8533
+ export type CreateEmptyRecordMutationResult = Apollo.MutationResult<CreateEmptyRecordMutation>;
8534
+ export type CreateEmptyRecordMutationOptions = Apollo.BaseMutationOptions<CreateEmptyRecordMutation, CreateEmptyRecordMutationVariables>;
8339
8535
  export declare const CreateRecordDocument: Apollo.DocumentNode;
8340
8536
  export type CreateRecordMutationFn = Apollo.MutationFunction<CreateRecordMutation, CreateRecordMutationVariables>;
8341
8537
  /**
@@ -8597,6 +8793,33 @@ export declare function useIndexRecordsMutation(baseOptions?: Apollo.MutationHoo
8597
8793
  export type IndexRecordsMutationHookResult = ReturnType<typeof useIndexRecordsMutation>;
8598
8794
  export type IndexRecordsMutationResult = Apollo.MutationResult<IndexRecordsMutation>;
8599
8795
  export type IndexRecordsMutationOptions = Apollo.BaseMutationOptions<IndexRecordsMutation, IndexRecordsMutationVariables>;
8796
+ export declare const PurgeRecordDocument: Apollo.DocumentNode;
8797
+ export type PurgeRecordMutationFn = Apollo.MutationFunction<PurgeRecordMutation, PurgeRecordMutationVariables>;
8798
+ /**
8799
+ * __usePurgeRecordMutation__
8800
+ *
8801
+ * To run a mutation, you first call `usePurgeRecordMutation` within a React component and pass it any options that fit your needs.
8802
+ * When your component renders, `usePurgeRecordMutation` returns a tuple that includes:
8803
+ * - A mutate function that you can call at any time to execute the mutation
8804
+ * - An object with fields that represent the current status of the mutation's execution
8805
+ *
8806
+ * @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;
8807
+ *
8808
+ * @example
8809
+ * const [purgeRecordMutation, { data, loading, error }] = usePurgeRecordMutation({
8810
+ * variables: {
8811
+ * libraryId: // value for 'libraryId'
8812
+ * recordId: // value for 'recordId'
8813
+ * },
8814
+ * });
8815
+ */
8816
+ export declare function usePurgeRecordMutation(baseOptions?: Apollo.MutationHookOptions<PurgeRecordMutation, PurgeRecordMutationVariables>): Apollo.MutationTuple<PurgeRecordMutation, Exact<{
8817
+ libraryId: Scalars["ID"];
8818
+ recordId: Scalars["ID"];
8819
+ }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
8820
+ export type PurgeRecordMutationHookResult = ReturnType<typeof usePurgeRecordMutation>;
8821
+ export type PurgeRecordMutationResult = Apollo.MutationResult<PurgeRecordMutation>;
8822
+ export type PurgeRecordMutationOptions = Apollo.BaseMutationOptions<PurgeRecordMutation, PurgeRecordMutationVariables>;
8600
8823
  export declare const CancelTaskDocument: Apollo.DocumentNode;
8601
8824
  export type CancelTaskMutationFn = Apollo.MutationFunction<CancelTaskMutation, CancelTaskMutationVariables>;
8602
8825
  /**
@@ -8931,44 +9154,6 @@ export declare function useDeleteValueMutation(baseOptions?: Apollo.MutationHook
8931
9154
  export type DeleteValueMutationHookResult = ReturnType<typeof useDeleteValueMutation>;
8932
9155
  export type DeleteValueMutationResult = Apollo.MutationResult<DeleteValueMutation>;
8933
9156
  export type DeleteValueMutationOptions = Apollo.BaseMutationOptions<DeleteValueMutation, DeleteValueMutationVariables>;
8934
- export declare const RunActionsListAndFormatOnValueDocument: Apollo.DocumentNode;
8935
- /**
8936
- * __useRunActionsListAndFormatOnValueQuery__
8937
- *
8938
- * To run a query within a React component, call `useRunActionsListAndFormatOnValueQuery` and pass it any options that fit your needs.
8939
- * When your component renders, `useRunActionsListAndFormatOnValueQuery` returns an object from Apollo Client that contains loading, error, and data properties
8940
- * you can use to render your UI.
8941
- *
8942
- * @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;
8943
- *
8944
- * @example
8945
- * const { data, loading, error } = useRunActionsListAndFormatOnValueQuery({
8946
- * variables: {
8947
- * library: // value for 'library'
8948
- * value: // value for 'value'
8949
- * version: // value for 'version'
8950
- * },
8951
- * });
8952
- */
8953
- export declare function useRunActionsListAndFormatOnValueQuery(baseOptions: Apollo.QueryHookOptions<RunActionsListAndFormatOnValueQuery, RunActionsListAndFormatOnValueQueryVariables>): Apollo.QueryResult<RunActionsListAndFormatOnValueQuery, Exact<{
8954
- library: Scalars["ID"];
8955
- value?: InputMaybe<ValueBatchInput>;
8956
- version?: InputMaybe<Array<InputMaybe<ValueVersionInput>> | InputMaybe<ValueVersionInput>>;
8957
- }>>;
8958
- export declare function useRunActionsListAndFormatOnValueLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<RunActionsListAndFormatOnValueQuery, RunActionsListAndFormatOnValueQueryVariables>): Apollo.LazyQueryResultTuple<RunActionsListAndFormatOnValueQuery, Exact<{
8959
- library: Scalars["ID"];
8960
- value?: InputMaybe<ValueBatchInput>;
8961
- version?: InputMaybe<Array<InputMaybe<ValueVersionInput>> | InputMaybe<ValueVersionInput>>;
8962
- }>>;
8963
- export declare function useRunActionsListAndFormatOnValueSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<RunActionsListAndFormatOnValueQuery, RunActionsListAndFormatOnValueQueryVariables>): Apollo.UseSuspenseQueryResult<RunActionsListAndFormatOnValueQuery, Exact<{
8964
- library: Scalars["ID"];
8965
- value?: InputMaybe<ValueBatchInput>;
8966
- version?: InputMaybe<Array<InputMaybe<ValueVersionInput>> | InputMaybe<ValueVersionInput>>;
8967
- }>>;
8968
- export type RunActionsListAndFormatOnValueQueryHookResult = ReturnType<typeof useRunActionsListAndFormatOnValueQuery>;
8969
- export type RunActionsListAndFormatOnValueLazyQueryHookResult = ReturnType<typeof useRunActionsListAndFormatOnValueLazyQuery>;
8970
- export type RunActionsListAndFormatOnValueSuspenseQueryHookResult = ReturnType<typeof useRunActionsListAndFormatOnValueSuspenseQuery>;
8971
- export type RunActionsListAndFormatOnValueQueryResult = Apollo.QueryResult<RunActionsListAndFormatOnValueQuery, RunActionsListAndFormatOnValueQueryVariables>;
8972
9157
  export declare const SaveValueBatchDocument: Apollo.DocumentNode;
8973
9158
  export type SaveValueBatchMutationFn = Apollo.MutationFunction<SaveValueBatchMutation, SaveValueBatchMutationVariables>;
8974
9159
  /**
@@ -9442,44 +9627,6 @@ export declare function useUpdateViewMutation(baseOptions?: Apollo.MutationHookO
9442
9627
  export type UpdateViewMutationHookResult = ReturnType<typeof useUpdateViewMutation>;
9443
9628
  export type UpdateViewMutationResult = Apollo.MutationResult<UpdateViewMutation>;
9444
9629
  export type UpdateViewMutationOptions = Apollo.BaseMutationOptions<UpdateViewMutation, UpdateViewMutationVariables>;
9445
- export declare const GetJoinLibraryMandatoryAttributeValuesDocument: Apollo.DocumentNode;
9446
- /**
9447
- * __useGetJoinLibraryMandatoryAttributeValuesQuery__
9448
- *
9449
- * To run a query within a React component, call `useGetJoinLibraryMandatoryAttributeValuesQuery` and pass it any options that fit your needs.
9450
- * When your component renders, `useGetJoinLibraryMandatoryAttributeValuesQuery` returns an object from Apollo Client that contains loading, error, and data properties
9451
- * you can use to render your UI.
9452
- *
9453
- * @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;
9454
- *
9455
- * @example
9456
- * const { data, loading, error } = useGetJoinLibraryMandatoryAttributeValuesQuery({
9457
- * variables: {
9458
- * joinLibraryId: // value for 'joinLibraryId'
9459
- * filters: // value for 'filters'
9460
- * mandatoryAttributeId: // value for 'mandatoryAttributeId'
9461
- * },
9462
- * });
9463
- */
9464
- export declare function useGetJoinLibraryMandatoryAttributeValuesQuery(baseOptions: Apollo.QueryHookOptions<GetJoinLibraryMandatoryAttributeValuesQuery, GetJoinLibraryMandatoryAttributeValuesQueryVariables>): Apollo.QueryResult<GetJoinLibraryMandatoryAttributeValuesQuery, Exact<{
9465
- joinLibraryId: Scalars["ID"];
9466
- filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
9467
- mandatoryAttributeId: Scalars["ID"];
9468
- }>>;
9469
- export declare function useGetJoinLibraryMandatoryAttributeValuesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetJoinLibraryMandatoryAttributeValuesQuery, GetJoinLibraryMandatoryAttributeValuesQueryVariables>): Apollo.LazyQueryResultTuple<GetJoinLibraryMandatoryAttributeValuesQuery, Exact<{
9470
- joinLibraryId: Scalars["ID"];
9471
- filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
9472
- mandatoryAttributeId: Scalars["ID"];
9473
- }>>;
9474
- export declare function useGetJoinLibraryMandatoryAttributeValuesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetJoinLibraryMandatoryAttributeValuesQuery, GetJoinLibraryMandatoryAttributeValuesQueryVariables>): Apollo.UseSuspenseQueryResult<GetJoinLibraryMandatoryAttributeValuesQuery, Exact<{
9475
- joinLibraryId: Scalars["ID"];
9476
- filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
9477
- mandatoryAttributeId: Scalars["ID"];
9478
- }>>;
9479
- export type GetJoinLibraryMandatoryAttributeValuesQueryHookResult = ReturnType<typeof useGetJoinLibraryMandatoryAttributeValuesQuery>;
9480
- export type GetJoinLibraryMandatoryAttributeValuesLazyQueryHookResult = ReturnType<typeof useGetJoinLibraryMandatoryAttributeValuesLazyQuery>;
9481
- export type GetJoinLibraryMandatoryAttributeValuesSuspenseQueryHookResult = ReturnType<typeof useGetJoinLibraryMandatoryAttributeValuesSuspenseQuery>;
9482
- export type GetJoinLibraryMandatoryAttributeValuesQueryResult = Apollo.QueryResult<GetJoinLibraryMandatoryAttributeValuesQuery, GetJoinLibraryMandatoryAttributeValuesQueryVariables>;
9483
9630
  export declare const TreeDataQueryDocument: Apollo.DocumentNode;
9484
9631
  /**
9485
9632
  * __useTreeDataQueryQuery__