@leav/ui 0.4.0-ea3c9e4 → 0.4.0-eb76ab9

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 (231) hide show
  1. package/dist/__mocks__/common/form.js +5 -1
  2. package/dist/__mocks__/common/form.js.map +1 -1
  3. package/dist/_gqlTypes/index.d.ts +145 -0
  4. package/dist/_gqlTypes/index.js +87 -0
  5. package/dist/_gqlTypes/index.js.map +1 -1
  6. package/dist/_queries/attributes/attributeDetailsFragment.js +1 -0
  7. package/dist/_queries/attributes/attributeDetailsFragment.js.map +1 -1
  8. package/dist/_queries/records/activateRecordsMutation.d.ts +1 -0
  9. package/dist/_queries/records/activateRecordsMutation.js +15 -0
  10. package/dist/_queries/records/activateRecordsMutation.js.map +1 -0
  11. package/dist/_queries/records/getRecordFormQuery.js +4 -0
  12. package/dist/_queries/records/getRecordFormQuery.js.map +1 -1
  13. package/dist/components/CreateDirectory/CreateDirectory.js +4 -4
  14. package/dist/components/CreateDirectory/CreateDirectory.js.map +1 -1
  15. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/DeleteButton.js +3 -2
  16. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/DeleteButton.js.map +1 -1
  17. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/TreeLibrariesForm.js +8 -1
  18. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/TreeLibrariesForm.js.map +1 -1
  19. package/dist/components/ErrorBoundary/ErrorBoundaryContent/ErrorBoundaryContent.d.ts +2 -2
  20. package/dist/components/ErrorBoundary/ErrorBoundaryContent/ErrorBoundaryContent.js +4 -3
  21. package/dist/components/ErrorBoundary/ErrorBoundaryContent/ErrorBoundaryContent.js.map +1 -1
  22. package/dist/components/Explorer/DataView.d.ts +2 -1
  23. package/dist/components/Explorer/DataView.js +29 -13
  24. package/dist/components/Explorer/DataView.js.map +1 -1
  25. package/dist/components/Explorer/Explorer.d.ts +4 -4
  26. package/dist/components/Explorer/Explorer.js +12 -8
  27. package/dist/components/Explorer/Explorer.js.map +1 -1
  28. package/dist/components/Explorer/TableCell.js +22 -11
  29. package/dist/components/Explorer/TableCell.js.map +1 -1
  30. package/dist/components/Explorer/TableTagGroup.d.ts +0 -1
  31. package/dist/components/Explorer/TableTagGroup.js +3 -16
  32. package/dist/components/Explorer/TableTagGroup.js.map +1 -1
  33. package/dist/components/Explorer/_queries/useExplorerData.js +5 -1
  34. package/dist/components/Explorer/_queries/useExplorerData.js.map +1 -1
  35. package/dist/components/Explorer/_types.d.ts +5 -2
  36. package/dist/components/Explorer/_types.js.map +1 -1
  37. package/dist/components/Explorer/actions-item/useEditItemAction.d.ts +2 -1
  38. package/dist/components/Explorer/actions-item/useEditItemAction.js +2 -1
  39. package/dist/components/Explorer/actions-item/useEditItemAction.js.map +1 -1
  40. package/dist/components/Explorer/actions-item/{useRemoveItemAction.d.ts → useEditStatusItemAction.d.ts} +2 -2
  41. package/dist/components/Explorer/actions-item/{useRemoveItemAction.js → useEditStatusItemAction.js} +71 -24
  42. package/dist/components/Explorer/actions-item/useEditStatusItemAction.js.map +1 -0
  43. package/dist/components/Explorer/actions-item/useReplaceItemAction.js +1 -1
  44. package/dist/components/Explorer/actions-item/useReplaceItemAction.js.map +1 -1
  45. package/dist/components/Explorer/actions-mass/useDeleteLinkValues.js +3 -3
  46. package/dist/components/Explorer/actions-mass/useDeleteLinkValues.js.map +1 -1
  47. package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.js +1 -0
  48. package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.js.map +1 -1
  49. package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.d.ts +4 -2
  50. package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.js +19 -3
  51. package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.js.map +1 -1
  52. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js +1 -1
  53. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js.map +1 -1
  54. package/dist/components/Explorer/useColumnWidth.js +2 -1
  55. package/dist/components/Explorer/useColumnWidth.js.map +1 -1
  56. package/dist/components/Explorer/usePagination.d.ts +2 -1
  57. package/dist/components/Explorer/usePagination.js.map +1 -1
  58. package/dist/components/Explorer/useSearchInput.d.ts +3 -1
  59. package/dist/components/Explorer/useSearchInput.js +2 -1
  60. package/dist/components/Explorer/useSearchInput.js.map +1 -1
  61. package/dist/components/Explorer/useViewSettingsReducer.d.ts +1 -1
  62. package/dist/components/Explorer/useViewSettingsReducer.js +36 -18
  63. package/dist/components/Explorer/useViewSettingsReducer.js.map +1 -1
  64. package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.js +1 -1
  65. package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.js.map +1 -1
  66. package/dist/components/LibraryItemsList/CreateNewRecordButton/CreateNewRecordButton.js +1 -0
  67. package/dist/components/LibraryItemsList/CreateNewRecordButton/CreateNewRecordButton.js.map +1 -1
  68. package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.js +2 -2
  69. package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.js.map +1 -1
  70. package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.utils.js +2 -2
  71. package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.utils.js.map +1 -1
  72. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/typeGuards.d.ts +4 -0
  73. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/typeGuards.js +4 -1
  74. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/typeGuards.js.map +1 -1
  75. package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/DeactivateRecordBtn.js +3 -3
  76. package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/DeactivateRecordBtn.js.map +1 -1
  77. package/dist/components/LinkSelect/LinkSelect.d.ts +15 -0
  78. package/dist/components/LinkSelect/LinkSelect.js +88 -0
  79. package/dist/components/LinkSelect/LinkSelect.js.map +1 -0
  80. package/dist/components/LinkSelect/index.d.ts +2 -0
  81. package/dist/components/{RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd → LinkSelect}/index.js +2 -2
  82. package/dist/components/LinkSelect/index.js.map +1 -0
  83. package/dist/components/RecordEdition/EditRecord/EditRecord.d.ts +2 -4
  84. package/dist/components/RecordEdition/EditRecord/EditRecord.js +15 -28
  85. package/dist/components/RecordEdition/EditRecord/EditRecord.js.map +1 -1
  86. package/dist/components/RecordEdition/EditRecordButtons/EditRecordButtons.d.ts +2 -0
  87. package/dist/components/RecordEdition/EditRecordButtons/EditRecordButtons.js +43 -0
  88. package/dist/components/RecordEdition/EditRecordButtons/EditRecordButtons.js.map +1 -0
  89. package/dist/components/RecordEdition/EditRecordButtons/SidebarButton.d.ts +2 -0
  90. package/dist/components/RecordEdition/EditRecordButtons/SidebarButton.js +25 -0
  91. package/dist/components/RecordEdition/EditRecordButtons/SidebarButton.js.map +1 -0
  92. package/dist/components/RecordEdition/EditRecordButtons/index.d.ts +2 -0
  93. package/dist/components/RecordEdition/{EditRecordContent/uiElements/TreeField/TreeFieldValue → EditRecordButtons}/index.js +2 -2
  94. package/dist/components/RecordEdition/EditRecordButtons/index.js.map +1 -0
  95. package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.d.ts +1 -0
  96. package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js +11 -2
  97. package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js.map +1 -1
  98. package/dist/components/RecordEdition/EditRecordContent/formConstants.d.ts +1 -0
  99. package/dist/components/RecordEdition/EditRecordContent/formConstants.js +1 -0
  100. package/dist/components/RecordEdition/EditRecordContent/formConstants.js.map +1 -1
  101. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.d.ts +2 -2
  102. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js +3 -1
  103. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js.map +1 -1
  104. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-primary/useRecordSelector.d.ts +2 -1
  105. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-primary/useRecordSelector.js +2 -2
  106. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-primary/useRecordSelector.js.map +1 -1
  107. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-creation/useLinkRecordsInCreation.js +3 -2
  108. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-creation/useLinkRecordsInCreation.js.map +1 -1
  109. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-edition/useLinkRecords.js +4 -4
  110. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-edition/useLinkRecords.js.map +1 -1
  111. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-edition/useLinkRecordsInEdition.d.ts +2 -1
  112. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-edition/useLinkRecordsInEdition.js +162 -55
  113. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-edition/useLinkRecordsInEdition.js.map +1 -1
  114. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/shared/ExplorerWrapper.js +3 -2
  115. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/shared/ExplorerWrapper.js.map +1 -1
  116. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js +2 -1
  117. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js.map +1 -1
  118. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/DSListSelect.js +3 -3
  119. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/DSListSelect.js.map +1 -1
  120. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.d.ts +4 -2
  121. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js +67 -215
  122. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js.map +1 -1
  123. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeFieldWrapper.d.ts +265 -0
  124. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeFieldWrapper.js +13 -0
  125. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeFieldWrapper.js.map +1 -0
  126. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeNodeItem.d.ts +10 -0
  127. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeNodeItem.js +51 -0
  128. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeNodeItem.js.map +1 -0
  129. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/useDisplayTreeNode.d.ts +11 -0
  130. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/useDisplayTreeNode.js +8 -0
  131. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/useDisplayTreeNode.js.map +1 -0
  132. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/SelectTreeNodeModal.d.ts +15 -0
  133. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/SelectTreeNodeModal.js +44 -0
  134. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/SelectTreeNodeModal.js.map +1 -0
  135. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/useManageTreeNodeSelection.d.ts +23 -0
  136. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/useManageTreeNodeSelection.js +145 -0
  137. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/useManageTreeNodeSelection.js.map +1 -0
  138. package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/useOutsideInteractionDetector.d.ts +2 -2
  139. package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/useOutsideInteractionDetector.js.map +1 -1
  140. package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.d.ts +3 -0
  141. package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js +51 -51
  142. package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js.map +1 -1
  143. package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.d.ts +3 -1
  144. package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js +9 -7
  145. package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js.map +1 -1
  146. package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/Breadcrumb.js +2 -2
  147. package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/Breadcrumb.js.map +1 -1
  148. package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.d.ts +0 -1
  149. package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js +18 -12
  150. package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js.map +1 -1
  151. package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/ValuesSummary.js +3 -0
  152. package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/ValuesSummary.js.map +1 -1
  153. package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/ValuesVersions.js +2 -2
  154. package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/ValuesVersions.js.map +1 -1
  155. package/dist/components/RecordEdition/constants.d.ts +2 -0
  156. package/dist/components/RecordEdition/constants.js +6 -0
  157. package/dist/components/RecordEdition/constants.js.map +1 -0
  158. package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.d.ts +29 -3
  159. package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.js +65 -5
  160. package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.js.map +1 -1
  161. package/dist/components/RecordEdition/hooks/useGetSubmitButtons.d.ts +1 -1
  162. package/dist/components/RecordEdition/hooks/useGetSubmitButtons.js +3 -3
  163. package/dist/components/RecordEdition/hooks/useGetSubmitButtons.js.map +1 -1
  164. package/dist/components/RecordEdition/index.d.ts +2 -0
  165. package/dist/components/RecordEdition/index.js +2 -0
  166. package/dist/components/RecordEdition/index.js.map +1 -1
  167. package/dist/components/SelectRecordForLinkModal/SelectRecordForLinkModal.js +1 -1
  168. package/dist/components/SelectRecordForLinkModal/SelectRecordForLinkModal.js.map +1 -1
  169. package/dist/components/SelectTreeNode/SelectTreeNode.d.ts +3 -1
  170. package/dist/components/SelectTreeNode/SelectTreeNode.js +4 -4
  171. package/dist/components/SelectTreeNode/SelectTreeNode.js.map +1 -1
  172. package/dist/components/SelectTreeNode/SelectTreeNodeContent.d.ts +3 -1
  173. package/dist/components/SelectTreeNode/SelectTreeNodeContent.js +14 -6
  174. package/dist/components/SelectTreeNode/SelectTreeNodeContent.js.map +1 -1
  175. package/dist/components/SelectTreeNode/SelectTreeNodeContentSkeleton.d.ts +2 -0
  176. package/dist/components/SelectTreeNode/SelectTreeNodeContentSkeleton.js +17 -0
  177. package/dist/components/SelectTreeNode/SelectTreeNodeContentSkeleton.js.map +1 -0
  178. package/dist/components/SelectTreeNode/TreeNodeTitle.d.ts +9 -0
  179. package/dist/components/SelectTreeNode/TreeNodeTitle.js +8 -0
  180. package/dist/components/SelectTreeNode/TreeNodeTitle.js.map +1 -0
  181. package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.js +1 -1
  182. package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.js.map +1 -1
  183. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundary.d.ts +1 -1
  184. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundary.js.map +1 -1
  185. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/SimpleErrorBoundaryContent.d.ts +2 -2
  186. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/SimpleErrorBoundaryContent.js +6 -3
  187. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/SimpleErrorBoundaryContent.js.map +1 -1
  188. package/dist/components/UploadFiles/UploadFiles.js +4 -4
  189. package/dist/components/UploadFiles/UploadFiles.js.map +1 -1
  190. package/dist/components/index.d.ts +0 -1
  191. package/dist/components/index.js +0 -1
  192. package/dist/components/index.js.map +1 -1
  193. package/dist/constants.d.ts +1 -0
  194. package/dist/constants.js +1 -0
  195. package/dist/constants.js.map +1 -1
  196. package/dist/contexts/LangContext/LangContext.d.ts +1 -2
  197. package/dist/contexts/LangContext/LangContext.js +2 -2
  198. package/dist/contexts/LangContext/LangContext.js.map +1 -1
  199. package/dist/hooks/index.d.ts +1 -0
  200. package/dist/hooks/index.js +1 -0
  201. package/dist/hooks/index.js.map +1 -1
  202. package/dist/hooks/useAppLang/useAppLang.js.map +1 -1
  203. package/dist/hooks/useGetRecordForm/useGetRecordForm.js +1 -1
  204. package/dist/hooks/useGetRecordForm/useGetRecordForm.js.map +1 -1
  205. package/dist/hooks/useIFrameMessenger/messageHandlers.d.ts +14 -0
  206. package/dist/hooks/useIFrameMessenger/messageHandlers.js +118 -0
  207. package/dist/hooks/useIFrameMessenger/messageHandlers.js.map +1 -0
  208. package/dist/hooks/useIFrameMessenger/types.d.ts +147 -0
  209. package/dist/hooks/useIFrameMessenger/types.js +2 -0
  210. package/dist/hooks/useIFrameMessenger/types.js.map +1 -0
  211. package/dist/hooks/useIFrameMessenger/useIFrameMessenger.d.ts +11 -0
  212. package/dist/hooks/useIFrameMessenger/useIFrameMessenger.js +73 -0
  213. package/dist/hooks/useIFrameMessenger/useIFrameMessenger.js.map +1 -0
  214. package/dist/hooks/useRedirectToLogin/useRedirectToLogin.js +1 -1
  215. package/dist/hooks/useRedirectToLogin/useRedirectToLogin.js.map +1 -1
  216. package/dist/locales/en/shared.json +11 -1
  217. package/dist/locales/fr/shared.json +11 -1
  218. package/dist/types/attributes.d.ts +2 -1
  219. package/dist/types/trees.d.ts +1 -0
  220. package/package.json +3 -4
  221. package/dist/components/Explorer/actions-item/useRemoveItemAction.js.map +0 -1
  222. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeFieldValue/TreeFieldValue.d.ts +0 -10
  223. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeFieldValue/TreeFieldValue.js +0 -50
  224. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeFieldValue/TreeFieldValue.js.map +0 -1
  225. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeFieldValue/index.d.ts +0 -2
  226. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeFieldValue/index.js.map +0 -1
  227. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/ValuesAdd.d.ts +0 -9
  228. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/ValuesAdd.js +0 -106
  229. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/ValuesAdd.js.map +0 -1
  230. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/index.d.ts +0 -2
  231. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/index.js.map +0 -1
@@ -291,6 +291,10 @@ export const mockRecordForm = {
291
291
  },
292
292
  recordId: '123456',
293
293
  dependencyAttributes: [],
294
- elements: [{ ...mockFormElementInput, settings: [{ key: 'my_settings', value: 'value' }] }]
294
+ elements: [{ ...mockFormElementInput, settings: [{ key: 'my_settings', value: 'value' }] }],
295
+ sidePanel: {
296
+ enable: true,
297
+ isOpenByDefault: true
298
+ }
295
299
  };
296
300
  //# sourceMappingURL=form.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"form.js","sourceRoot":"","sources":["../../../src/__mocks__/common/form.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"form.js","sourceRoot":"","sources":["../../../src/__mocks__/common/form.tsx"],"names":[],"mappings":"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"}
@@ -136,11 +136,13 @@ 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
140
  multiple_values?: InputMaybe<Scalars['Boolean']>;
140
141
  permissions_conf?: InputMaybe<TreepermissionsConfInput>;
141
142
  readonly?: InputMaybe<Scalars['Boolean']>;
142
143
  required?: InputMaybe<Scalars['Boolean']>;
143
144
  reverse_link?: InputMaybe<Scalars['String']>;
145
+ settings?: InputMaybe<Scalars['JSONObject']>;
144
146
  type?: InputMaybe<AttributeType>;
145
147
  unique?: InputMaybe<Scalars['Boolean']>;
146
148
  values_list?: InputMaybe<ValuesListConfInput>;
@@ -246,6 +248,11 @@ export type FormInput = {
246
248
  id: Scalars['ID'];
247
249
  label?: InputMaybe<Scalars['SystemTranslation']>;
248
250
  library: Scalars['ID'];
251
+ sidePanel?: InputMaybe<FormSidePanelInput>;
252
+ };
253
+ export type FormSidePanelInput = {
254
+ enable: Scalars['Boolean'];
255
+ isOpenByDefault: Scalars['Boolean'];
249
256
  };
250
257
  export declare enum FormsSortableFields {
251
258
  id = "id",
@@ -261,6 +268,7 @@ export type GlobalSettingsInput = {
261
268
  favicon?: InputMaybe<GlobalSettingsFileInput>;
262
269
  icon?: InputMaybe<GlobalSettingsFileInput>;
263
270
  name?: InputMaybe<Scalars['String']>;
271
+ settings?: InputMaybe<Scalars['JSONObject']>;
264
272
  };
265
273
  export declare enum IoTypes {
266
274
  boolean = "boolean",
@@ -292,6 +300,7 @@ export declare enum LibrariesSortableFields {
292
300
  export declare enum LibraryBehavior {
293
301
  directories = "directories",
294
302
  files = "files",
303
+ join = "join",
295
304
  standard = "standard"
296
305
  }
297
306
  export type LibraryIconInput = {
@@ -306,9 +315,11 @@ export type LibraryInput = {
306
315
  icon?: InputMaybe<LibraryIconInput>;
307
316
  id: Scalars['ID'];
308
317
  label?: InputMaybe<Scalars['SystemTranslation']>;
318
+ mandatoryAttribute?: InputMaybe<Scalars['ID']>;
309
319
  permissions_conf?: InputMaybe<TreepermissionsConfInput>;
310
320
  previewsSettings?: InputMaybe<Array<LibraryPreviewsSettingsInput>>;
311
321
  recordIdentityConf?: InputMaybe<RecordIdentityConfInput>;
322
+ settings?: InputMaybe<Scalars['JSONObject']>;
312
323
  };
313
324
  export type LibraryPreviewsSettingsInput = {
314
325
  description?: InputMaybe<Scalars['SystemTranslationOptional']>;
@@ -335,6 +346,7 @@ export declare enum LogAction {
335
346
  PERMISSION_SAVE = "PERMISSION_SAVE",
336
347
  RECORD_DELETE = "RECORD_DELETE",
337
348
  RECORD_SAVE = "RECORD_SAVE",
349
+ SDO_LOG_EXPORT_RECORD = "SDO_LOG_EXPORT_RECORD",
338
350
  TASKS_DELETE = "TASKS_DELETE",
339
351
  TREE_ADD_ELEMENT = "TREE_ADD_ELEMENT",
340
352
  TREE_DELETE = "TREE_DELETE",
@@ -389,6 +401,11 @@ export type LogTopicRecordFilterInput = {
389
401
  id?: InputMaybe<Scalars['String']>;
390
402
  libraryId?: InputMaybe<Scalars['String']>;
391
403
  };
404
+ export declare enum MultiLinkDisplayOption {
405
+ avatar = "avatar",
406
+ badge_qty = "badge_qty",
407
+ tag = "tag"
408
+ }
392
409
  export type Pagination = {
393
410
  limit: Scalars['Int'];
394
411
  offset: Scalars['Int'];
@@ -640,6 +657,7 @@ export type TreeInput = {
640
657
  label?: InputMaybe<Scalars['SystemTranslation']>;
641
658
  libraries?: InputMaybe<Array<TreeLibraryInput>>;
642
659
  permissions_conf?: InputMaybe<Array<TreeNodePermissionsConfInput>>;
660
+ settings?: InputMaybe<Scalars['JSONObject']>;
643
661
  };
644
662
  export type TreeLibraryInput = {
645
663
  library: Scalars['ID'];
@@ -681,11 +699,13 @@ export type ValueBatchInput = {
681
699
  attribute?: InputMaybe<Scalars['ID']>;
682
700
  id_value?: InputMaybe<Scalars['ID']>;
683
701
  metadata?: InputMaybe<Array<InputMaybe<ValueMetadataInput>>>;
702
+ /** Use "\__empty_value__" to set an empty value */
684
703
  payload?: InputMaybe<Scalars['String']>;
685
704
  };
686
705
  export type ValueInput = {
687
706
  id_value?: InputMaybe<Scalars['ID']>;
688
707
  metadata?: InputMaybe<Array<InputMaybe<ValueMetadataInput>>>;
708
+ /** Use "\__empty_value__" to set an empty value */
689
709
  payload?: InputMaybe<Scalars['String']>;
690
710
  version?: InputMaybe<Array<InputMaybe<ValueVersionInput>>>;
691
711
  };
@@ -823,6 +843,7 @@ export type AttributeDetailsLinkAttributeFragment = {
823
843
  label?: any | null;
824
844
  description?: any | null;
825
845
  multiple_values: boolean;
846
+ multi_link_display_option?: MultiLinkDisplayOption | null;
826
847
  linked_library?: {
827
848
  id: string;
828
849
  label?: any | null;
@@ -860,6 +881,7 @@ export type AttributeDetailsStandardAttributeFragment = {
860
881
  label?: any | null;
861
882
  description?: any | null;
862
883
  multiple_values: boolean;
884
+ multi_link_display_option?: MultiLinkDisplayOption | null;
863
885
  metadata_fields?: Array<{
864
886
  id: string;
865
887
  label?: any | null;
@@ -892,6 +914,7 @@ export type AttributeDetailsTreeAttributeFragment = {
892
914
  label?: any | null;
893
915
  description?: any | null;
894
916
  multiple_values: boolean;
917
+ multi_link_display_option?: MultiLinkDisplayOption | null;
895
918
  linked_tree?: {
896
919
  id: string;
897
920
  label?: any | null;
@@ -2634,6 +2657,7 @@ export type AttributePropertiesFragment = {
2634
2657
  type: AttributeType;
2635
2658
  format?: AttributeFormat | null;
2636
2659
  multiple_values: boolean;
2660
+ multi_link_display_option?: MultiLinkDisplayOption | null;
2637
2661
  };
2638
2662
  export type PropertyValueLinkValueFragment = {
2639
2663
  linkPayload?: {
@@ -2686,6 +2710,7 @@ export type LinkPropertyLinkValueFragment = {
2686
2710
  type: AttributeType;
2687
2711
  format?: AttributeFormat | null;
2688
2712
  multiple_values: boolean;
2713
+ multi_link_display_option?: MultiLinkDisplayOption | null;
2689
2714
  };
2690
2715
  values: Array<{
2691
2716
  linkPayload?: {
@@ -2909,6 +2934,7 @@ export type GetAttributeByIdQuery = {
2909
2934
  label?: any | null;
2910
2935
  description?: any | null;
2911
2936
  multiple_values: boolean;
2937
+ multi_link_display_option?: MultiLinkDisplayOption | null;
2912
2938
  linked_library?: {
2913
2939
  id: string;
2914
2940
  label?: any | null;
@@ -2945,6 +2971,7 @@ export type GetAttributeByIdQuery = {
2945
2971
  label?: any | null;
2946
2972
  description?: any | null;
2947
2973
  multiple_values: boolean;
2974
+ multi_link_display_option?: MultiLinkDisplayOption | null;
2948
2975
  metadata_fields?: Array<{
2949
2976
  id: string;
2950
2977
  label?: any | null;
@@ -2976,6 +3003,7 @@ export type GetAttributeByIdQuery = {
2976
3003
  label?: any | null;
2977
3004
  description?: any | null;
2978
3005
  multiple_values: boolean;
3006
+ multi_link_display_option?: MultiLinkDisplayOption | null;
2979
3007
  linked_tree?: {
2980
3008
  id: string;
2981
3009
  label?: any | null;
@@ -3118,6 +3146,7 @@ export type SaveAttributeMutation = {
3118
3146
  label?: any | null;
3119
3147
  description?: any | null;
3120
3148
  multiple_values: boolean;
3149
+ multi_link_display_option?: MultiLinkDisplayOption | null;
3121
3150
  linked_library?: {
3122
3151
  id: string;
3123
3152
  label?: any | null;
@@ -3154,6 +3183,7 @@ export type SaveAttributeMutation = {
3154
3183
  label?: any | null;
3155
3184
  description?: any | null;
3156
3185
  multiple_values: boolean;
3186
+ multi_link_display_option?: MultiLinkDisplayOption | null;
3157
3187
  metadata_fields?: Array<{
3158
3188
  id: string;
3159
3189
  label?: any | null;
@@ -3185,6 +3215,7 @@ export type SaveAttributeMutation = {
3185
3215
  label?: any | null;
3186
3216
  description?: any | null;
3187
3217
  multiple_values: boolean;
3218
+ multi_link_display_option?: MultiLinkDisplayOption | null;
3188
3219
  linked_tree?: {
3189
3220
  id: string;
3190
3221
  label?: any | null;
@@ -3638,6 +3669,27 @@ export type IsAllowedQuery = {
3638
3669
  allowed?: boolean | null;
3639
3670
  }> | null;
3640
3671
  };
3672
+ export type ActivateRecordsMutationVariables = Exact<{
3673
+ libraryId: Scalars['String'];
3674
+ recordsIds?: InputMaybe<Array<Scalars['String']> | Scalars['String']>;
3675
+ filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
3676
+ }>;
3677
+ export type ActivateRecordsMutation = {
3678
+ activateRecords: Array<{
3679
+ id: string;
3680
+ whoAmI: {
3681
+ id: string;
3682
+ label?: string | null;
3683
+ subLabel?: string | null;
3684
+ color?: string | null;
3685
+ preview?: IPreviewScalar | null;
3686
+ library: {
3687
+ id: string;
3688
+ label?: any | null;
3689
+ };
3690
+ };
3691
+ }>;
3692
+ };
3641
3693
  export type CreateRecordMutationVariables = Exact<{
3642
3694
  library: Scalars['ID'];
3643
3695
  data?: InputMaybe<CreateRecordDataInput>;
@@ -4430,6 +4482,10 @@ export type RecordFormQuery = {
4430
4482
  value: any;
4431
4483
  }>;
4432
4484
  }>;
4485
+ sidePanel?: {
4486
+ enable: boolean;
4487
+ isOpenByDefault?: boolean | null;
4488
+ } | null;
4433
4489
  } | null;
4434
4490
  };
4435
4491
  export type RecordUpdateSubscriptionVariables = Exact<{
@@ -4854,6 +4910,30 @@ export type RecordUpdateSubscription = {
4854
4910
  }>;
4855
4911
  };
4856
4912
  };
4913
+ export type GetRecordsFromLibraryQueryVariables = Exact<{
4914
+ libraryId: Scalars['ID'];
4915
+ pagination?: InputMaybe<RecordsPagination>;
4916
+ filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
4917
+ }>;
4918
+ export type GetRecordsFromLibraryQuery = {
4919
+ records: {
4920
+ totalCount?: number | null;
4921
+ list: Array<{
4922
+ id: string;
4923
+ whoAmI: {
4924
+ id: string;
4925
+ label?: string | null;
4926
+ subLabel?: string | null;
4927
+ color?: string | null;
4928
+ preview?: IPreviewScalar | null;
4929
+ library: {
4930
+ id: string;
4931
+ label?: any | null;
4932
+ };
4933
+ };
4934
+ }>;
4935
+ };
4936
+ };
4857
4937
  export type IndexRecordsMutationVariables = Exact<{
4858
4938
  libraryId: Scalars['String'];
4859
4939
  records?: InputMaybe<Array<Scalars['String']> | Scalars['String']>;
@@ -6285,6 +6365,7 @@ export type ExplorerLibraryDataQuery = {
6285
6365
  totalCount?: number | null;
6286
6366
  list: Array<{
6287
6367
  id: string;
6368
+ active: boolean;
6288
6369
  whoAmI: {
6289
6370
  id: string;
6290
6371
  label?: string | null;
@@ -6297,6 +6378,7 @@ export type ExplorerLibraryDataQuery = {
6297
6378
  };
6298
6379
  };
6299
6380
  permissions: {
6381
+ create_record: boolean;
6300
6382
  delete_record: boolean;
6301
6383
  };
6302
6384
  properties: Array<{
@@ -6307,6 +6389,7 @@ export type ExplorerLibraryDataQuery = {
6307
6389
  type: AttributeType;
6308
6390
  format?: AttributeFormat | null;
6309
6391
  multiple_values: boolean;
6392
+ multi_link_display_option?: MultiLinkDisplayOption | null;
6310
6393
  };
6311
6394
  values: Array<{
6312
6395
  linkPayload?: {
@@ -6387,6 +6470,7 @@ export type ExplorerLinkDataQuery = {
6387
6470
  type: AttributeType;
6388
6471
  format?: AttributeFormat | null;
6389
6472
  multiple_values: boolean;
6473
+ multi_link_display_option?: MultiLinkDisplayOption | null;
6390
6474
  };
6391
6475
  values: Array<{
6392
6476
  linkPayload?: {
@@ -7351,6 +7435,35 @@ export declare function useIsAllowedLazyQuery(baseOptions?: Apollo.LazyQueryHook
7351
7435
  export type IsAllowedQueryHookResult = ReturnType<typeof useIsAllowedQuery>;
7352
7436
  export type IsAllowedLazyQueryHookResult = ReturnType<typeof useIsAllowedLazyQuery>;
7353
7437
  export type IsAllowedQueryResult = Apollo.QueryResult<IsAllowedQuery, IsAllowedQueryVariables>;
7438
+ export declare const ActivateRecordsDocument: Apollo.DocumentNode;
7439
+ export type ActivateRecordsMutationFn = Apollo.MutationFunction<ActivateRecordsMutation, ActivateRecordsMutationVariables>;
7440
+ /**
7441
+ * __useActivateRecordsMutation__
7442
+ *
7443
+ * To run a mutation, you first call `useActivateRecordsMutation` within a React component and pass it any options that fit your needs.
7444
+ * When your component renders, `useActivateRecordsMutation` returns a tuple that includes:
7445
+ * - A mutate function that you can call at any time to execute the mutation
7446
+ * - An object with fields that represent the current status of the mutation's execution
7447
+ *
7448
+ * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
7449
+ *
7450
+ * @example
7451
+ * const [activateRecordsMutation, { data, loading, error }] = useActivateRecordsMutation({
7452
+ * variables: {
7453
+ * libraryId: // value for 'libraryId'
7454
+ * recordsIds: // value for 'recordsIds'
7455
+ * filters: // value for 'filters'
7456
+ * },
7457
+ * });
7458
+ */
7459
+ export declare function useActivateRecordsMutation(baseOptions?: Apollo.MutationHookOptions<ActivateRecordsMutation, ActivateRecordsMutationVariables>): Apollo.MutationTuple<ActivateRecordsMutation, Exact<{
7460
+ libraryId: Scalars["String"];
7461
+ recordsIds?: InputMaybe<Array<Scalars["String"]> | Scalars["String"]>;
7462
+ filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
7463
+ }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
7464
+ export type ActivateRecordsMutationHookResult = ReturnType<typeof useActivateRecordsMutation>;
7465
+ export type ActivateRecordsMutationResult = Apollo.MutationResult<ActivateRecordsMutation>;
7466
+ export type ActivateRecordsMutationOptions = Apollo.BaseMutationOptions<ActivateRecordsMutation, ActivateRecordsMutationVariables>;
7354
7467
  export declare const CreateRecordDocument: Apollo.DocumentNode;
7355
7468
  export type CreateRecordMutationFn = Apollo.MutationFunction<CreateRecordMutation, CreateRecordMutationVariables>;
7356
7469
  /**
@@ -7528,6 +7641,38 @@ export declare function useRecordUpdateSubscription(baseOptions?: Apollo.Subscri
7528
7641
  }>>;
7529
7642
  export type RecordUpdateSubscriptionHookResult = ReturnType<typeof useRecordUpdateSubscription>;
7530
7643
  export type RecordUpdateSubscriptionResult = Apollo.SubscriptionResult<RecordUpdateSubscription>;
7644
+ export declare const GetRecordsFromLibraryDocument: Apollo.DocumentNode;
7645
+ /**
7646
+ * __useGetRecordsFromLibraryQuery__
7647
+ *
7648
+ * To run a query within a React component, call `useGetRecordsFromLibraryQuery` and pass it any options that fit your needs.
7649
+ * When your component renders, `useGetRecordsFromLibraryQuery` returns an object from Apollo Client that contains loading, error, and data properties
7650
+ * you can use to render your UI.
7651
+ *
7652
+ * @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;
7653
+ *
7654
+ * @example
7655
+ * const { data, loading, error } = useGetRecordsFromLibraryQuery({
7656
+ * variables: {
7657
+ * libraryId: // value for 'libraryId'
7658
+ * pagination: // value for 'pagination'
7659
+ * filters: // value for 'filters'
7660
+ * },
7661
+ * });
7662
+ */
7663
+ export declare function useGetRecordsFromLibraryQuery(baseOptions: Apollo.QueryHookOptions<GetRecordsFromLibraryQuery, GetRecordsFromLibraryQueryVariables>): Apollo.QueryResult<GetRecordsFromLibraryQuery, Exact<{
7664
+ libraryId: Scalars["ID"];
7665
+ pagination?: InputMaybe<RecordsPagination>;
7666
+ filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
7667
+ }>>;
7668
+ export declare function useGetRecordsFromLibraryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetRecordsFromLibraryQuery, GetRecordsFromLibraryQueryVariables>): Apollo.LazyQueryResultTuple<GetRecordsFromLibraryQuery, Exact<{
7669
+ libraryId: Scalars["ID"];
7670
+ pagination?: InputMaybe<RecordsPagination>;
7671
+ filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
7672
+ }>>;
7673
+ export type GetRecordsFromLibraryQueryHookResult = ReturnType<typeof useGetRecordsFromLibraryQuery>;
7674
+ export type GetRecordsFromLibraryLazyQueryHookResult = ReturnType<typeof useGetRecordsFromLibraryLazyQuery>;
7675
+ export type GetRecordsFromLibraryQueryResult = Apollo.QueryResult<GetRecordsFromLibraryQuery, GetRecordsFromLibraryQueryVariables>;
7531
7676
  export declare const IndexRecordsDocument: Apollo.DocumentNode;
7532
7677
  export type IndexRecordsMutationFn = Apollo.MutationFunction<IndexRecordsMutation, IndexRecordsMutationVariables>;
7533
7678
  /**
@@ -117,6 +117,7 @@ export var LibraryBehavior;
117
117
  (function (LibraryBehavior) {
118
118
  LibraryBehavior["directories"] = "directories";
119
119
  LibraryBehavior["files"] = "files";
120
+ LibraryBehavior["join"] = "join";
120
121
  LibraryBehavior["standard"] = "standard";
121
122
  })(LibraryBehavior || (LibraryBehavior = {}));
122
123
  export var LogAction;
@@ -140,6 +141,7 @@ export var LogAction;
140
141
  LogAction["PERMISSION_SAVE"] = "PERMISSION_SAVE";
141
142
  LogAction["RECORD_DELETE"] = "RECORD_DELETE";
142
143
  LogAction["RECORD_SAVE"] = "RECORD_SAVE";
144
+ LogAction["SDO_LOG_EXPORT_RECORD"] = "SDO_LOG_EXPORT_RECORD";
143
145
  LogAction["TASKS_DELETE"] = "TASKS_DELETE";
144
146
  LogAction["TREE_ADD_ELEMENT"] = "TREE_ADD_ELEMENT";
145
147
  LogAction["TREE_DELETE"] = "TREE_DELETE";
@@ -160,6 +162,12 @@ export var LogSortableField;
160
162
  LogSortableField["trigger"] = "trigger";
161
163
  LogSortableField["userId"] = "userId";
162
164
  })(LogSortableField || (LogSortableField = {}));
165
+ export var MultiLinkDisplayOption;
166
+ (function (MultiLinkDisplayOption) {
167
+ MultiLinkDisplayOption["avatar"] = "avatar";
168
+ MultiLinkDisplayOption["badge_qty"] = "badge_qty";
169
+ MultiLinkDisplayOption["tag"] = "tag";
170
+ })(MultiLinkDisplayOption || (MultiLinkDisplayOption = {}));
163
171
  export var PermissionTypes;
164
172
  (function (PermissionTypes) {
165
173
  PermissionTypes["admin"] = "admin";
@@ -371,6 +379,7 @@ export const AttributeDetailsFragmentDoc = gql `
371
379
  label
372
380
  description
373
381
  multiple_values
382
+ multi_link_display_option
374
383
  metadata_fields {
375
384
  id
376
385
  label
@@ -937,6 +946,7 @@ export const AttributePropertiesFragmentDoc = gql `
937
946
  type
938
947
  format
939
948
  multiple_values
949
+ multi_link_display_option
940
950
  }
941
951
  `;
942
952
  export const PropertyValueFragmentDoc = gql `
@@ -1948,6 +1958,41 @@ export function useIsAllowedLazyQuery(baseOptions) {
1948
1958
  const options = { ...defaultOptions, ...baseOptions };
1949
1959
  return Apollo.useLazyQuery(IsAllowedDocument, options);
1950
1960
  }
1961
+ export const ActivateRecordsDocument = gql `
1962
+ mutation ACTIVATE_RECORDS($libraryId: String!, $recordsIds: [String!], $filters: [RecordFilterInput!]) {
1963
+ activateRecords(
1964
+ recordsIds: $recordsIds
1965
+ filters: $filters
1966
+ libraryId: $libraryId
1967
+ ) {
1968
+ id
1969
+ ...RecordIdentity
1970
+ }
1971
+ }
1972
+ ${RecordIdentityFragmentDoc}`;
1973
+ /**
1974
+ * __useActivateRecordsMutation__
1975
+ *
1976
+ * To run a mutation, you first call `useActivateRecordsMutation` within a React component and pass it any options that fit your needs.
1977
+ * When your component renders, `useActivateRecordsMutation` returns a tuple that includes:
1978
+ * - A mutate function that you can call at any time to execute the mutation
1979
+ * - An object with fields that represent the current status of the mutation's execution
1980
+ *
1981
+ * @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;
1982
+ *
1983
+ * @example
1984
+ * const [activateRecordsMutation, { data, loading, error }] = useActivateRecordsMutation({
1985
+ * variables: {
1986
+ * libraryId: // value for 'libraryId'
1987
+ * recordsIds: // value for 'recordsIds'
1988
+ * filters: // value for 'filters'
1989
+ * },
1990
+ * });
1991
+ */
1992
+ export function useActivateRecordsMutation(baseOptions) {
1993
+ const options = { ...defaultOptions, ...baseOptions };
1994
+ return Apollo.useMutation(ActivateRecordsDocument, options);
1995
+ }
1951
1996
  export const CreateRecordDocument = gql `
1952
1997
  mutation CREATE_RECORD($library: ID!, $data: CreateRecordDataInput) {
1953
1998
  createRecord(library: $library, data: $data) {
@@ -2154,6 +2199,10 @@ export const RecordFormDocument = gql `
2154
2199
  elements {
2155
2200
  ...RecordFormElement
2156
2201
  }
2202
+ sidePanel {
2203
+ enable
2204
+ isOpenByDefault
2205
+ }
2157
2206
  }
2158
2207
  }
2159
2208
  ${RecordFormElementFragmentDoc}`;
@@ -2227,6 +2276,42 @@ export function useRecordUpdateSubscription(baseOptions) {
2227
2276
  const options = { ...defaultOptions, ...baseOptions };
2228
2277
  return Apollo.useSubscription(RecordUpdateDocument, options);
2229
2278
  }
2279
+ export const GetRecordsFromLibraryDocument = gql `
2280
+ query getRecordsFromLibrary($libraryId: ID!, $pagination: RecordsPagination, $filters: [RecordFilterInput]) {
2281
+ records(library: $libraryId, filters: $filters, pagination: $pagination) {
2282
+ totalCount
2283
+ list {
2284
+ ...RecordIdentity
2285
+ }
2286
+ }
2287
+ }
2288
+ ${RecordIdentityFragmentDoc}`;
2289
+ /**
2290
+ * __useGetRecordsFromLibraryQuery__
2291
+ *
2292
+ * To run a query within a React component, call `useGetRecordsFromLibraryQuery` and pass it any options that fit your needs.
2293
+ * When your component renders, `useGetRecordsFromLibraryQuery` returns an object from Apollo Client that contains loading, error, and data properties
2294
+ * you can use to render your UI.
2295
+ *
2296
+ * @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;
2297
+ *
2298
+ * @example
2299
+ * const { data, loading, error } = useGetRecordsFromLibraryQuery({
2300
+ * variables: {
2301
+ * libraryId: // value for 'libraryId'
2302
+ * pagination: // value for 'pagination'
2303
+ * filters: // value for 'filters'
2304
+ * },
2305
+ * });
2306
+ */
2307
+ export function useGetRecordsFromLibraryQuery(baseOptions) {
2308
+ const options = { ...defaultOptions, ...baseOptions };
2309
+ return Apollo.useQuery(GetRecordsFromLibraryDocument, options);
2310
+ }
2311
+ export function useGetRecordsFromLibraryLazyQuery(baseOptions) {
2312
+ const options = { ...defaultOptions, ...baseOptions };
2313
+ return Apollo.useLazyQuery(GetRecordsFromLibraryDocument, options);
2314
+ }
2230
2315
  export const IndexRecordsDocument = gql `
2231
2316
  mutation INDEX_RECORDS($libraryId: String!, $records: [String!]) {
2232
2317
  indexRecords(libraryId: $libraryId, records: $records)
@@ -2947,7 +3032,9 @@ export const ExplorerLibraryDataDocument = gql `
2947
3032
  totalCount
2948
3033
  list {
2949
3034
  ...RecordIdentity
3035
+ active
2950
3036
  permissions {
3037
+ create_record
2951
3038
  delete_record
2952
3039
  }
2953
3040
  properties(attributeIds: $attributeIds) {