@leav/ui 0.4.0-fd9dcf3f → 1.0.0-4c37a197
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.
- package/dist/_gqlTypes/index.d.ts +488 -211
- package/dist/_gqlTypes/index.js +259 -81
- package/dist/_gqlTypes/index.js.map +1 -1
- package/dist/_queries/attributes/attributeDetailsFragment.js +1 -0
- package/dist/_queries/attributes/attributeDetailsFragment.js.map +1 -1
- package/dist/_utils/attributeType.d.ts +2 -1
- package/dist/_utils/attributeType.js +2 -1
- package/dist/_utils/attributeType.js.map +1 -1
- package/dist/components/Explorer/DataView.js +3 -3
- package/dist/components/Explorer/DataView.js.map +1 -1
- package/dist/components/Explorer/Explorer.d.ts +1 -1
- package/dist/components/Explorer/Explorer.js +13 -4
- package/dist/components/Explorer/Explorer.js.map +1 -1
- package/dist/components/Explorer/ExplorerToolbar.js +11 -2
- package/dist/components/Explorer/ExplorerToolbar.js.map +1 -1
- package/dist/components/Explorer/TableCell.js +25 -9
- package/dist/components/Explorer/TableCell.js.map +1 -1
- package/dist/components/Explorer/_queries/prepareFiltersForRequest.d.ts +1 -1
- package/dist/components/Explorer/_queries/prepareFiltersForRequest.js +99 -31
- package/dist/components/Explorer/_queries/prepareFiltersForRequest.js.map +1 -1
- package/dist/components/Explorer/_queries/useExplorerData.js +32 -27
- package/dist/components/Explorer/_queries/useExplorerData.js.map +1 -1
- package/dist/components/Explorer/_types.d.ts +74 -8
- package/dist/components/Explorer/_types.js +5 -0
- package/dist/components/Explorer/_types.js.map +1 -1
- package/dist/components/Explorer/actions-item/useReplaceItemAction.d.ts +2 -1
- package/dist/components/Explorer/actions-item/useReplaceItemAction.js +2 -2
- package/dist/components/Explorer/actions-item/useReplaceItemAction.js.map +1 -1
- package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.d.ts +3 -1
- package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.js +9 -19
- package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.js.map +1 -1
- package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.d.ts +6 -3
- package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.js +5 -19
- package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.js.map +1 -1
- package/dist/components/Explorer/link-item/LinkModal.d.ts +3 -0
- package/dist/components/Explorer/link-item/LinkModal.js +44 -4
- package/dist/components/Explorer/link-item/LinkModal.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.js +4 -4
- package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/_shared/useTransformFilters.d.ts +9 -3
- package/dist/components/Explorer/manage-view-settings/_shared/useTransformFilters.js +78 -13
- package/dist/components/Explorer/manage-view-settings/_shared/useTransformFilters.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js +21 -8
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.js +2 -2
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropdownContent.js +9 -1
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropdownContent.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueListDropDown.d.ts +9 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueListDropDown.js +131 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueListDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TreeAttributeDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TreeAttributeDropDown.js +69 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TreeAttributeDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/_types.d.ts +6 -1
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.js +43 -4
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/save-view/prepareViewForRequest.js +29 -8
- package/dist/components/Explorer/manage-view-settings/save-view/prepareViewForRequest.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js +2 -1
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.d.ts +3 -2
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js +57 -14
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js.map +1 -1
- package/dist/components/Explorer/useLoadView.d.ts +1 -1
- package/dist/components/Explorer/useLoadView.js +32 -38
- package/dist/components/Explorer/useLoadView.js.map +1 -1
- package/dist/components/Explorer/useSearchInput.js +2 -0
- package/dist/components/Explorer/useSearchInput.js.map +1 -1
- package/dist/components/Explorer/useViewSettingsReducer.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersDropdown/FiltersDropdown.js +1 -12
- package/dist/components/LibraryItemsList/FiltersDropdown/FiltersDropdown.js.map +1 -1
- package/dist/components/RecordEdition/EditRecord/EditRecord.d.ts +2 -1
- package/dist/components/RecordEdition/EditRecord/EditRecord.js +33 -214
- package/dist/components/RecordEdition/EditRecord/EditRecord.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.d.ts +3 -3
- package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js +15 -22
- package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/_types.d.ts +6 -16
- package/dist/components/RecordEdition/EditRecordContent/_types.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateEmptyRecordMutation.d.ts +5 -0
- package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateEmptyRecordMutation.js +28 -0
- package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateEmptyRecordMutation.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/hooks/useTabManagement.d.ts +11 -0
- package/dist/components/RecordEdition/EditRecordContent/hooks/useTabManagement.js +35 -0
- package/dist/components/RecordEdition/EditRecordContent/hooks/useTabManagement.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.d.ts +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.js +2 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/FormDivider/FormDivider.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/FormTabs/FormTabs.d.ts +2 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/FormTabs/FormTabs.js +6 -9
- package/dist/components/RecordEdition/EditRecordContent/uiElements/FormTabs/FormTabs.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Frame/Frame.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Frame/Frame.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js +6 -33
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/ActionButton.d.ts +3 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/ActionButton.js +9 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/ActionButton.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/{link-record-in-edition/useLinkRecords.d.ts → link-record/useExplorerLinkRecords.d.ts} +2 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/{link-record-in-edition/useLinkRecords.js → link-record/useExplorerLinkRecords.js} +3 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/useExplorerLinkRecords.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/{link-record-in-edition/useLinkRecordsInEdition.d.ts → link-record/useLinkRecords.d.ts} +5 -9
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/useLinkRecords.js +76 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/useLinkRecords.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js +26 -21
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TextBlock/TextBlock.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.d.ts +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js +10 -23
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/{useDisplayTreeNode.d.ts → TreeNodeList.d.ts} +3 -4
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeNodeList.js +5 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeNodeList.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/SelectTreeNodeModal.d.ts +1 -9
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/SelectTreeNodeModal.js +12 -16
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/SelectTreeNodeModal.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/useManageTreeNodeSelection.d.ts +2 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/useManageTreeNodeSelection.js +51 -63
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/useManageTreeNodeSelection.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/useOutsideInteractionDetector.d.ts +1 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/useOutsideInteractionDetector.js +6 -10
- package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/useOutsideInteractionDetector.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js +45 -7
- package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js +46 -8
- package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.js +2 -1
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/ValuesSummary.d.ts +3 -0
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/ValuesSummary.js +7 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/ValuesSummary.js.map +1 -1
- package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.d.ts +2 -5
- package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.js +1 -1
- package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.js.map +1 -1
- package/dist/components/RecordEdition/index.d.ts +1 -1
- package/dist/components/RecordEdition/index.js +1 -1
- package/dist/components/RecordEdition/index.js.map +1 -1
- package/dist/components/RecordHistory/RecordHistory.d.ts +8 -0
- package/dist/components/RecordHistory/RecordHistory.js +41 -0
- package/dist/components/RecordHistory/RecordHistory.js.map +1 -0
- package/dist/components/RecordHistory/RecordHistoryLogEntry.d.ts +8 -0
- package/dist/components/RecordHistory/RecordHistoryLogEntry.js +53 -0
- package/dist/components/RecordHistory/RecordHistoryLogEntry.js.map +1 -0
- package/dist/components/RecordHistory/_types.d.ts +8 -0
- package/dist/components/RecordHistory/_types.js +2 -0
- package/dist/components/RecordHistory/_types.js.map +1 -0
- package/dist/components/RecordHistory/hooks/useFetchRecordHistory.d.ts +19 -0
- package/dist/components/RecordHistory/hooks/useFetchRecordHistory.js +61 -0
- package/dist/components/RecordHistory/hooks/useFetchRecordHistory.js.map +1 -0
- package/dist/components/RecordHistory/index.d.ts +1 -0
- package/dist/components/{LinkSelect → RecordHistory}/index.js +1 -2
- package/dist/components/RecordHistory/index.js.map +1 -0
- package/dist/components/SelectRecordForLinkModal/SelectRecordForLinkModal.d.ts +2 -0
- package/dist/components/SelectRecordForLinkModal/SelectRecordForLinkModal.js +6 -4
- package/dist/components/SelectRecordForLinkModal/SelectRecordForLinkModal.js.map +1 -1
- package/dist/components/SelectTreeNode/SelectTreeNode.d.ts +5 -3
- package/dist/components/SelectTreeNode/SelectTreeNode.js +2 -3
- package/dist/components/SelectTreeNode/SelectTreeNode.js.map +1 -1
- package/dist/components/SelectTreeNode/SelectTreeNodeContent.d.ts +3 -1
- package/dist/components/SelectTreeNode/SelectTreeNodeContent.js +68 -55
- package/dist/components/SelectTreeNode/SelectTreeNodeContent.js.map +1 -1
- package/dist/components/SelectTreeNode/_types.d.ts +18 -0
- package/dist/components/SelectTreeNode/_types.js +2 -0
- package/dist/components/SelectTreeNode/_types.js.map +1 -0
- package/dist/components/ShowMore/ShowMore.d.ts +11 -0
- package/dist/components/ShowMore/ShowMore.js +18 -0
- package/dist/components/ShowMore/ShowMore.js.map +1 -0
- package/dist/components/ShowMore/index.d.ts +1 -0
- package/dist/components/{RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList → ShowMore}/index.js +1 -2
- package/dist/components/ShowMore/index.js.map +1 -0
- package/dist/components/index.d.ts +2 -0
- package/dist/components/index.js +2 -0
- package/dist/components/index.js.map +1 -1
- package/dist/hooks/useGetRecordForm/useGetRecordForm.d.ts +1 -1
- package/dist/hooks/useGetRecordForm/useGetRecordForm.js +2 -2
- package/dist/hooks/useGetRecordForm/useGetRecordForm.js.map +1 -1
- package/dist/hooks/useIFrameMessenger/schema.d.ts +2 -0
- package/dist/hooks/useIFrameMessenger/schema.js +4 -1
- package/dist/hooks/useIFrameMessenger/schema.js.map +1 -1
- package/dist/hooks/useIFrameMessenger/types.d.ts +2 -0
- package/dist/hooks/useIFrameMessenger/useIFrameMessenger.d.ts +3 -3
- package/dist/hooks/useIFrameMessenger/useIFrameMessenger.js +5 -1
- package/dist/hooks/useIFrameMessenger/useIFrameMessenger.js.map +1 -1
- package/dist/hooks/useIFrameMessengerClient/IFrameMessengerClient.d.ts +6 -3
- package/dist/hooks/useIFrameMessengerClient/IFrameMessengerClient.js +1 -3
- package/dist/hooks/useIFrameMessengerClient/IFrameMessengerClient.js.map +1 -1
- package/dist/locales/en/shared.json +16 -1
- package/dist/locales/fr/shared.json +15 -0
- package/package.json +17 -4
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueList.d.ts +0 -10
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueList.js +0 -75
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueList.js.map +0 -1
- package/dist/components/LinkSelect/LinkSelect.d.ts +0 -15
- package/dist/components/LinkSelect/LinkSelect.js +0 -88
- package/dist/components/LinkSelect/LinkSelect.js.map +0 -1
- package/dist/components/LinkSelect/index.d.ts +0 -2
- package/dist/components/LinkSelect/index.js.map +0 -1
- package/dist/components/RecordEdition/EditRecord/creationErrorContext.d.ts +0 -6
- package/dist/components/RecordEdition/EditRecord/creationErrorContext.js +0 -7
- package/dist/components/RecordEdition/EditRecord/creationErrorContext.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateRecordMutation.d.ts +0 -5
- package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateRecordMutation.js +0 -28
- package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateRecordMutation.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/useRunActionsListAndFormatOnValue.d.ts +0 -121
- package/dist/components/RecordEdition/EditRecordContent/hooks/useRunActionsListAndFormatOnValue.js +0 -31
- package/dist/components/RecordEdition/EditRecordContent/hooks/useRunActionsListAndFormatOnValue.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-item/useEditRecord.d.ts +0 -5
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-item/useEditRecord.js +0 -39
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-item/useEditRecord.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-item/useUnselectRecord.d.ts +0 -8
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-item/useUnselectRecord.js +0 -23
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-item/useUnselectRecord.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-mass/useUnselectAllRecords.d.ts +0 -9
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-mass/useUnselectAllRecords.js +0 -23
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-mass/useUnselectAllRecords.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-primary/useCreateRecord.d.ts +0 -8
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-primary/useCreateRecord.js +0 -26
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-primary/useCreateRecord.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-primary/useRecordSelector.d.ts +0 -12
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-primary/useRecordSelector.js +0 -24
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-primary/useRecordSelector.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-creation/useLinkRecords.d.ts +0 -19
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-creation/useLinkRecords.js +0 -103
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-creation/useLinkRecords.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-creation/useLinkRecordsInCreation.d.ts +0 -22
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-creation/useLinkRecordsInCreation.js +0 -104
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-creation/useLinkRecordsInCreation.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-edition/useLinkRecords.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-edition/useLinkRecordsInEdition.js +0 -311
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-edition/useLinkRecordsInEdition.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/shared/LinkActionsButtons.d.ts +0 -9
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/shared/LinkActionsButtons.js +0 -15
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/shared/LinkActionsButtons.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/shared/utils.d.ts +0 -4
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/shared/utils.js +0 -22
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/shared/utils.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/ValuesList.d.ts +0 -16
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/ValuesList.js +0 -35
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/ValuesList.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/index.d.ts +0 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/index.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/useDisplayTreeNode.js +0 -8
- 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<
|
|
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
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
3330
|
+
multi_link_display_option?: MultiDisplayOption | null;
|
|
3331
|
+
multi_tree_display_option?: MultiDisplayOption | null;
|
|
3234
3332
|
};
|
|
3235
3333
|
values: Array<{
|
|
3236
3334
|
linkPayload?: {
|
|
@@ -3334,6 +3432,47 @@ export type LibraryAttributeLinkFragment = {
|
|
|
3334
3432
|
}> | null;
|
|
3335
3433
|
} | null;
|
|
3336
3434
|
};
|
|
3435
|
+
export type RecordHistoryLogEntryFragment = {
|
|
3436
|
+
action?: LogAction | null;
|
|
3437
|
+
time: number;
|
|
3438
|
+
topic?: {
|
|
3439
|
+
attribute?: {
|
|
3440
|
+
id: string;
|
|
3441
|
+
label?: any | null;
|
|
3442
|
+
type: AttributeType;
|
|
3443
|
+
format?: AttributeFormat | null;
|
|
3444
|
+
multiple_values: boolean;
|
|
3445
|
+
} | null;
|
|
3446
|
+
} | null;
|
|
3447
|
+
user: {
|
|
3448
|
+
id: string;
|
|
3449
|
+
whoAmI: {
|
|
3450
|
+
id: string;
|
|
3451
|
+
library: {
|
|
3452
|
+
id: string;
|
|
3453
|
+
};
|
|
3454
|
+
};
|
|
3455
|
+
properties: Array<{
|
|
3456
|
+
attributeId: string;
|
|
3457
|
+
values: Array<{
|
|
3458
|
+
payload?: any | null;
|
|
3459
|
+
}>;
|
|
3460
|
+
}>;
|
|
3461
|
+
};
|
|
3462
|
+
before?: {
|
|
3463
|
+
asString?: string | null;
|
|
3464
|
+
} | null;
|
|
3465
|
+
after?: {
|
|
3466
|
+
asString?: string | null;
|
|
3467
|
+
} | null;
|
|
3468
|
+
};
|
|
3469
|
+
export type RecordHistoryLogAttributeFragment = {
|
|
3470
|
+
id: string;
|
|
3471
|
+
label?: any | null;
|
|
3472
|
+
type: AttributeType;
|
|
3473
|
+
format?: AttributeFormat | null;
|
|
3474
|
+
multiple_values: boolean;
|
|
3475
|
+
};
|
|
3337
3476
|
export type CheckApplicationExistenceQueryVariables = Exact<{
|
|
3338
3477
|
id?: InputMaybe<Scalars['ID']>;
|
|
3339
3478
|
endpoint?: InputMaybe<Scalars['String']>;
|
|
@@ -3454,7 +3593,8 @@ export type GetAttributeByIdQuery = {
|
|
|
3454
3593
|
label?: any | null;
|
|
3455
3594
|
description?: any | null;
|
|
3456
3595
|
multiple_values: boolean;
|
|
3457
|
-
multi_link_display_option?:
|
|
3596
|
+
multi_link_display_option?: MultiDisplayOption | null;
|
|
3597
|
+
multi_tree_display_option?: MultiDisplayOption | null;
|
|
3458
3598
|
linked_library?: {
|
|
3459
3599
|
id: string;
|
|
3460
3600
|
label?: any | null;
|
|
@@ -3491,7 +3631,8 @@ export type GetAttributeByIdQuery = {
|
|
|
3491
3631
|
label?: any | null;
|
|
3492
3632
|
description?: any | null;
|
|
3493
3633
|
multiple_values: boolean;
|
|
3494
|
-
multi_link_display_option?:
|
|
3634
|
+
multi_link_display_option?: MultiDisplayOption | null;
|
|
3635
|
+
multi_tree_display_option?: MultiDisplayOption | null;
|
|
3495
3636
|
metadata_fields?: Array<{
|
|
3496
3637
|
id: string;
|
|
3497
3638
|
label?: any | null;
|
|
@@ -3523,7 +3664,8 @@ export type GetAttributeByIdQuery = {
|
|
|
3523
3664
|
label?: any | null;
|
|
3524
3665
|
description?: any | null;
|
|
3525
3666
|
multiple_values: boolean;
|
|
3526
|
-
multi_link_display_option?:
|
|
3667
|
+
multi_link_display_option?: MultiDisplayOption | null;
|
|
3668
|
+
multi_tree_display_option?: MultiDisplayOption | null;
|
|
3527
3669
|
linked_tree?: {
|
|
3528
3670
|
id: string;
|
|
3529
3671
|
label?: any | null;
|
|
@@ -3666,7 +3808,8 @@ export type SaveAttributeMutation = {
|
|
|
3666
3808
|
label?: any | null;
|
|
3667
3809
|
description?: any | null;
|
|
3668
3810
|
multiple_values: boolean;
|
|
3669
|
-
multi_link_display_option?:
|
|
3811
|
+
multi_link_display_option?: MultiDisplayOption | null;
|
|
3812
|
+
multi_tree_display_option?: MultiDisplayOption | null;
|
|
3670
3813
|
linked_library?: {
|
|
3671
3814
|
id: string;
|
|
3672
3815
|
label?: any | null;
|
|
@@ -3703,7 +3846,8 @@ export type SaveAttributeMutation = {
|
|
|
3703
3846
|
label?: any | null;
|
|
3704
3847
|
description?: any | null;
|
|
3705
3848
|
multiple_values: boolean;
|
|
3706
|
-
multi_link_display_option?:
|
|
3849
|
+
multi_link_display_option?: MultiDisplayOption | null;
|
|
3850
|
+
multi_tree_display_option?: MultiDisplayOption | null;
|
|
3707
3851
|
metadata_fields?: Array<{
|
|
3708
3852
|
id: string;
|
|
3709
3853
|
label?: any | null;
|
|
@@ -3735,7 +3879,8 @@ export type SaveAttributeMutation = {
|
|
|
3735
3879
|
label?: any | null;
|
|
3736
3880
|
description?: any | null;
|
|
3737
3881
|
multiple_values: boolean;
|
|
3738
|
-
multi_link_display_option?:
|
|
3882
|
+
multi_link_display_option?: MultiDisplayOption | null;
|
|
3883
|
+
multi_tree_display_option?: MultiDisplayOption | null;
|
|
3739
3884
|
linked_tree?: {
|
|
3740
3885
|
id: string;
|
|
3741
3886
|
label?: any | null;
|
|
@@ -4189,6 +4334,35 @@ export type IsAllowedQuery = {
|
|
|
4189
4334
|
allowed?: boolean | null;
|
|
4190
4335
|
}> | null;
|
|
4191
4336
|
};
|
|
4337
|
+
export type ActivateNewRecordMutationVariables = Exact<{
|
|
4338
|
+
libraryId: Scalars['ID'];
|
|
4339
|
+
recordId: Scalars['ID'];
|
|
4340
|
+
formId?: InputMaybe<Scalars['String']>;
|
|
4341
|
+
}>;
|
|
4342
|
+
export type ActivateNewRecordMutation = {
|
|
4343
|
+
activateNewRecord: {
|
|
4344
|
+
record?: {
|
|
4345
|
+
id: string;
|
|
4346
|
+
whoAmI: {
|
|
4347
|
+
id: string;
|
|
4348
|
+
label?: string | null;
|
|
4349
|
+
subLabel?: string | null;
|
|
4350
|
+
color?: string | null;
|
|
4351
|
+
preview?: IPreviewScalar | null;
|
|
4352
|
+
library: {
|
|
4353
|
+
id: string;
|
|
4354
|
+
label?: any | null;
|
|
4355
|
+
};
|
|
4356
|
+
};
|
|
4357
|
+
} | null;
|
|
4358
|
+
valuesErrors?: Array<{
|
|
4359
|
+
type: string;
|
|
4360
|
+
attribute: string;
|
|
4361
|
+
input?: string | null;
|
|
4362
|
+
message: string;
|
|
4363
|
+
}> | null;
|
|
4364
|
+
};
|
|
4365
|
+
};
|
|
4192
4366
|
export type ActivateRecordsMutationVariables = Exact<{
|
|
4193
4367
|
libraryId: Scalars['String'];
|
|
4194
4368
|
recordsIds?: InputMaybe<Array<Scalars['String']> | Scalars['String']>;
|
|
@@ -4210,6 +4384,33 @@ export type ActivateRecordsMutation = {
|
|
|
4210
4384
|
};
|
|
4211
4385
|
}>;
|
|
4212
4386
|
};
|
|
4387
|
+
export type CreateEmptyRecordMutationVariables = Exact<{
|
|
4388
|
+
library: Scalars['ID'];
|
|
4389
|
+
}>;
|
|
4390
|
+
export type CreateEmptyRecordMutation = {
|
|
4391
|
+
createEmptyRecord: {
|
|
4392
|
+
record?: {
|
|
4393
|
+
id: string;
|
|
4394
|
+
whoAmI: {
|
|
4395
|
+
id: string;
|
|
4396
|
+
label?: string | null;
|
|
4397
|
+
subLabel?: string | null;
|
|
4398
|
+
color?: string | null;
|
|
4399
|
+
preview?: IPreviewScalar | null;
|
|
4400
|
+
library: {
|
|
4401
|
+
id: string;
|
|
4402
|
+
label?: any | null;
|
|
4403
|
+
};
|
|
4404
|
+
};
|
|
4405
|
+
} | null;
|
|
4406
|
+
valuesErrors?: Array<{
|
|
4407
|
+
type: string;
|
|
4408
|
+
attribute: string;
|
|
4409
|
+
input?: string | null;
|
|
4410
|
+
message: string;
|
|
4411
|
+
}> | null;
|
|
4412
|
+
};
|
|
4413
|
+
};
|
|
4213
4414
|
export type CreateRecordMutationVariables = Exact<{
|
|
4214
4415
|
library: Scalars['ID'];
|
|
4215
4416
|
data?: InputMaybe<CreateRecordDataInput>;
|
|
@@ -5716,6 +5917,26 @@ export type IndexRecordsMutationVariables = Exact<{
|
|
|
5716
5917
|
export type IndexRecordsMutation = {
|
|
5717
5918
|
indexRecords: boolean;
|
|
5718
5919
|
};
|
|
5920
|
+
export type PurgeRecordMutationVariables = Exact<{
|
|
5921
|
+
libraryId: Scalars['ID'];
|
|
5922
|
+
recordId: Scalars['ID'];
|
|
5923
|
+
}>;
|
|
5924
|
+
export type PurgeRecordMutation = {
|
|
5925
|
+
purgeRecord: {
|
|
5926
|
+
id: string;
|
|
5927
|
+
whoAmI: {
|
|
5928
|
+
id: string;
|
|
5929
|
+
label?: string | null;
|
|
5930
|
+
subLabel?: string | null;
|
|
5931
|
+
color?: string | null;
|
|
5932
|
+
preview?: IPreviewScalar | null;
|
|
5933
|
+
library: {
|
|
5934
|
+
id: string;
|
|
5935
|
+
label?: any | null;
|
|
5936
|
+
};
|
|
5937
|
+
};
|
|
5938
|
+
};
|
|
5939
|
+
};
|
|
5719
5940
|
export type CancelTaskMutationVariables = Exact<{
|
|
5720
5941
|
taskId: Scalars['ID'];
|
|
5721
5942
|
}>;
|
|
@@ -6292,128 +6513,6 @@ export type DeleteValueMutation = {
|
|
|
6292
6513
|
} | null> | null;
|
|
6293
6514
|
}>;
|
|
6294
6515
|
};
|
|
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
6516
|
export type SaveValueBatchMutationVariables = Exact<{
|
|
6418
6517
|
library: Scalars['ID'];
|
|
6419
6518
|
recordId: Scalars['ID'];
|
|
@@ -7027,6 +7126,25 @@ export type GetAttributesByLibWithPermissionsQuery = {
|
|
|
7027
7126
|
multiple_values: boolean;
|
|
7028
7127
|
system: boolean;
|
|
7029
7128
|
readonly: boolean;
|
|
7129
|
+
valuesList?: {
|
|
7130
|
+
enable: boolean;
|
|
7131
|
+
allowFreeEntry?: boolean | null;
|
|
7132
|
+
allowListUpdate?: boolean | null;
|
|
7133
|
+
linkedValues?: Array<{
|
|
7134
|
+
id: string;
|
|
7135
|
+
whoAmI: {
|
|
7136
|
+
id: string;
|
|
7137
|
+
label?: string | null;
|
|
7138
|
+
subLabel?: string | null;
|
|
7139
|
+
color?: string | null;
|
|
7140
|
+
preview?: IPreviewScalar | null;
|
|
7141
|
+
library: {
|
|
7142
|
+
id: string;
|
|
7143
|
+
label?: any | null;
|
|
7144
|
+
};
|
|
7145
|
+
};
|
|
7146
|
+
}> | null;
|
|
7147
|
+
} | null;
|
|
7030
7148
|
linked_library?: {
|
|
7031
7149
|
id: string;
|
|
7032
7150
|
} | null;
|
|
@@ -7046,6 +7164,20 @@ export type GetAttributesByLibWithPermissionsQuery = {
|
|
|
7046
7164
|
format?: AttributeFormat | null;
|
|
7047
7165
|
label?: any | null;
|
|
7048
7166
|
} | null> | null;
|
|
7167
|
+
valuesList?: {
|
|
7168
|
+
enable: boolean;
|
|
7169
|
+
allowFreeEntry?: boolean | null;
|
|
7170
|
+
allowListUpdate?: boolean | null;
|
|
7171
|
+
dateRangeValues?: Array<{
|
|
7172
|
+
from?: string | null;
|
|
7173
|
+
to?: string | null;
|
|
7174
|
+
}> | null;
|
|
7175
|
+
} | {
|
|
7176
|
+
enable: boolean;
|
|
7177
|
+
allowFreeEntry?: boolean | null;
|
|
7178
|
+
allowListUpdate?: boolean | null;
|
|
7179
|
+
values?: Array<string> | null;
|
|
7180
|
+
} | null;
|
|
7049
7181
|
permissions: {
|
|
7050
7182
|
access_attribute: boolean;
|
|
7051
7183
|
};
|
|
@@ -7087,6 +7219,20 @@ export type ExplorerAttributesQuery = {
|
|
|
7087
7219
|
id: string;
|
|
7088
7220
|
label?: any | null;
|
|
7089
7221
|
} | null;
|
|
7222
|
+
valuesList?: {
|
|
7223
|
+
allowFreeEntry?: boolean | null;
|
|
7224
|
+
enable: boolean;
|
|
7225
|
+
linkedValues?: Array<{
|
|
7226
|
+
id: string;
|
|
7227
|
+
whoAmI: {
|
|
7228
|
+
id: string;
|
|
7229
|
+
label?: string | null;
|
|
7230
|
+
library: {
|
|
7231
|
+
id: string;
|
|
7232
|
+
};
|
|
7233
|
+
};
|
|
7234
|
+
}> | null;
|
|
7235
|
+
} | null;
|
|
7090
7236
|
permissions: {
|
|
7091
7237
|
access_attribute: boolean;
|
|
7092
7238
|
};
|
|
@@ -7095,6 +7241,29 @@ export type ExplorerAttributesQuery = {
|
|
|
7095
7241
|
type: AttributeType;
|
|
7096
7242
|
format?: AttributeFormat | null;
|
|
7097
7243
|
label?: any | null;
|
|
7244
|
+
embedded_fields?: Array<{
|
|
7245
|
+
id: string;
|
|
7246
|
+
format?: AttributeFormat | null;
|
|
7247
|
+
label?: any | null;
|
|
7248
|
+
} | null> | null;
|
|
7249
|
+
valuesList?: {
|
|
7250
|
+
enable: boolean;
|
|
7251
|
+
allowFreeEntry?: boolean | null;
|
|
7252
|
+
allowListUpdate?: boolean | null;
|
|
7253
|
+
values?: Array<string> | null;
|
|
7254
|
+
} | null;
|
|
7255
|
+
permissions: {
|
|
7256
|
+
access_attribute: boolean;
|
|
7257
|
+
};
|
|
7258
|
+
} | {
|
|
7259
|
+
id: string;
|
|
7260
|
+
type: AttributeType;
|
|
7261
|
+
format?: AttributeFormat | null;
|
|
7262
|
+
label?: any | null;
|
|
7263
|
+
linked_tree?: {
|
|
7264
|
+
id: string;
|
|
7265
|
+
label?: any | null;
|
|
7266
|
+
} | null;
|
|
7098
7267
|
permissions: {
|
|
7099
7268
|
access_attribute: boolean;
|
|
7100
7269
|
};
|
|
@@ -7108,19 +7277,46 @@ export type ExplorerLinkAttributeQuery = {
|
|
|
7108
7277
|
attributes?: {
|
|
7109
7278
|
list: Array<{
|
|
7110
7279
|
label?: any | null;
|
|
7280
|
+
type: AttributeType;
|
|
7111
7281
|
id: string;
|
|
7112
7282
|
multiple_values: boolean;
|
|
7113
7283
|
linked_library?: {
|
|
7114
7284
|
id: string;
|
|
7115
7285
|
label?: any | null;
|
|
7116
7286
|
} | null;
|
|
7287
|
+
valuesList?: {
|
|
7288
|
+
allowFreeEntry?: boolean | null;
|
|
7289
|
+
enable: boolean;
|
|
7290
|
+
linkedValues?: Array<{
|
|
7291
|
+
id: string;
|
|
7292
|
+
whoAmI: {
|
|
7293
|
+
id: string;
|
|
7294
|
+
label?: string | null;
|
|
7295
|
+
library: {
|
|
7296
|
+
id: string;
|
|
7297
|
+
};
|
|
7298
|
+
};
|
|
7299
|
+
}> | null;
|
|
7300
|
+
} | null;
|
|
7301
|
+
permissions: {
|
|
7302
|
+
access_attribute: boolean;
|
|
7303
|
+
edit_value: boolean;
|
|
7304
|
+
};
|
|
7305
|
+
} | {
|
|
7306
|
+
id: string;
|
|
7307
|
+
multiple_values: boolean;
|
|
7117
7308
|
permissions: {
|
|
7118
7309
|
access_attribute: boolean;
|
|
7119
7310
|
edit_value: boolean;
|
|
7120
7311
|
};
|
|
7121
7312
|
} | {
|
|
7313
|
+
label?: any | null;
|
|
7122
7314
|
id: string;
|
|
7123
7315
|
multiple_values: boolean;
|
|
7316
|
+
linked_tree?: {
|
|
7317
|
+
id: string;
|
|
7318
|
+
label?: any | null;
|
|
7319
|
+
} | null;
|
|
7124
7320
|
permissions: {
|
|
7125
7321
|
access_attribute: boolean;
|
|
7126
7322
|
edit_value: boolean;
|
|
@@ -7165,7 +7361,8 @@ export type ExplorerLibraryDataQuery = {
|
|
|
7165
7361
|
type: AttributeType;
|
|
7166
7362
|
format?: AttributeFormat | null;
|
|
7167
7363
|
multiple_values: boolean;
|
|
7168
|
-
multi_link_display_option?:
|
|
7364
|
+
multi_link_display_option?: MultiDisplayOption | null;
|
|
7365
|
+
multi_tree_display_option?: MultiDisplayOption | null;
|
|
7169
7366
|
};
|
|
7170
7367
|
values: Array<{
|
|
7171
7368
|
linkPayload?: {
|
|
@@ -7246,7 +7443,8 @@ export type ExplorerLinkDataQuery = {
|
|
|
7246
7443
|
type: AttributeType;
|
|
7247
7444
|
format?: AttributeFormat | null;
|
|
7248
7445
|
multiple_values: boolean;
|
|
7249
|
-
multi_link_display_option?:
|
|
7446
|
+
multi_link_display_option?: MultiDisplayOption | null;
|
|
7447
|
+
multi_tree_display_option?: MultiDisplayOption | null;
|
|
7250
7448
|
};
|
|
7251
7449
|
values: Array<{
|
|
7252
7450
|
linkPayload?: {
|
|
@@ -7435,22 +7633,50 @@ export type UpdateViewMutation = {
|
|
|
7435
7633
|
}> | null;
|
|
7436
7634
|
};
|
|
7437
7635
|
};
|
|
7438
|
-
export type
|
|
7439
|
-
|
|
7440
|
-
|
|
7441
|
-
|
|
7636
|
+
export type GetRecordHistoryQueryVariables = Exact<{
|
|
7637
|
+
record: LogTopicRecordFilterInput;
|
|
7638
|
+
attributeId?: InputMaybe<Scalars['String']>;
|
|
7639
|
+
actions?: InputMaybe<Array<LogAction> | LogAction>;
|
|
7640
|
+
pagination?: InputMaybe<Pagination>;
|
|
7442
7641
|
}>;
|
|
7443
|
-
export type
|
|
7444
|
-
|
|
7445
|
-
|
|
7446
|
-
|
|
7447
|
-
|
|
7448
|
-
|
|
7642
|
+
export type GetRecordHistoryQuery = {
|
|
7643
|
+
logs?: {
|
|
7644
|
+
total: number;
|
|
7645
|
+
logs: Array<{
|
|
7646
|
+
action?: LogAction | null;
|
|
7647
|
+
time: number;
|
|
7648
|
+
topic?: {
|
|
7649
|
+
attribute?: {
|
|
7449
7650
|
id: string;
|
|
7651
|
+
label?: any | null;
|
|
7652
|
+
type: AttributeType;
|
|
7653
|
+
format?: AttributeFormat | null;
|
|
7654
|
+
multiple_values: boolean;
|
|
7450
7655
|
} | null;
|
|
7451
|
-
}
|
|
7656
|
+
} | null;
|
|
7657
|
+
user: {
|
|
7658
|
+
id: string;
|
|
7659
|
+
whoAmI: {
|
|
7660
|
+
id: string;
|
|
7661
|
+
library: {
|
|
7662
|
+
id: string;
|
|
7663
|
+
};
|
|
7664
|
+
};
|
|
7665
|
+
properties: Array<{
|
|
7666
|
+
attributeId: string;
|
|
7667
|
+
values: Array<{
|
|
7668
|
+
payload?: any | null;
|
|
7669
|
+
}>;
|
|
7670
|
+
}>;
|
|
7671
|
+
};
|
|
7672
|
+
before?: {
|
|
7673
|
+
asString?: string | null;
|
|
7674
|
+
} | null;
|
|
7675
|
+
after?: {
|
|
7676
|
+
asString?: string | null;
|
|
7677
|
+
} | null;
|
|
7452
7678
|
}>;
|
|
7453
|
-
};
|
|
7679
|
+
} | null;
|
|
7454
7680
|
};
|
|
7455
7681
|
export type TreeDataQueryQueryVariables = Exact<{
|
|
7456
7682
|
treeId: Scalars['ID'];
|
|
@@ -7487,11 +7713,15 @@ export declare const ViewDetailsFragmentDoc: Apollo.DocumentNode;
|
|
|
7487
7713
|
export declare const AttributesByLibLinkAttributeWithPermissionsFragmentDoc: Apollo.DocumentNode;
|
|
7488
7714
|
export declare const AttributesByLibAttributeWithPermissionsFragmentDoc: Apollo.DocumentNode;
|
|
7489
7715
|
export declare const LinkAttributeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
7716
|
+
export declare const TreeAttributeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
7717
|
+
export declare const StandardAttributeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
7490
7718
|
export declare const AttributePropertiesFragmentDoc: Apollo.DocumentNode;
|
|
7491
7719
|
export declare const PropertyValueFragmentDoc: Apollo.DocumentNode;
|
|
7492
7720
|
export declare const LinkPropertyFragmentDoc: Apollo.DocumentNode;
|
|
7493
7721
|
export declare const LibraryAttributeLinkFragmentDoc: Apollo.DocumentNode;
|
|
7494
7722
|
export declare const LibraryAttributeFragmentDoc: Apollo.DocumentNode;
|
|
7723
|
+
export declare const RecordHistoryLogAttributeFragmentDoc: Apollo.DocumentNode;
|
|
7724
|
+
export declare const RecordHistoryLogEntryFragmentDoc: Apollo.DocumentNode;
|
|
7495
7725
|
export declare const CheckApplicationExistenceDocument: Apollo.DocumentNode;
|
|
7496
7726
|
/**
|
|
7497
7727
|
* __useCheckApplicationExistenceQuery__
|
|
@@ -8307,6 +8537,35 @@ export type IsAllowedQueryHookResult = ReturnType<typeof useIsAllowedQuery>;
|
|
|
8307
8537
|
export type IsAllowedLazyQueryHookResult = ReturnType<typeof useIsAllowedLazyQuery>;
|
|
8308
8538
|
export type IsAllowedSuspenseQueryHookResult = ReturnType<typeof useIsAllowedSuspenseQuery>;
|
|
8309
8539
|
export type IsAllowedQueryResult = Apollo.QueryResult<IsAllowedQuery, IsAllowedQueryVariables>;
|
|
8540
|
+
export declare const ActivateNewRecordDocument: Apollo.DocumentNode;
|
|
8541
|
+
export type ActivateNewRecordMutationFn = Apollo.MutationFunction<ActivateNewRecordMutation, ActivateNewRecordMutationVariables>;
|
|
8542
|
+
/**
|
|
8543
|
+
* __useActivateNewRecordMutation__
|
|
8544
|
+
*
|
|
8545
|
+
* To run a mutation, you first call `useActivateNewRecordMutation` within a React component and pass it any options that fit your needs.
|
|
8546
|
+
* When your component renders, `useActivateNewRecordMutation` returns a tuple that includes:
|
|
8547
|
+
* - A mutate function that you can call at any time to execute the mutation
|
|
8548
|
+
* - An object with fields that represent the current status of the mutation's execution
|
|
8549
|
+
*
|
|
8550
|
+
* @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;
|
|
8551
|
+
*
|
|
8552
|
+
* @example
|
|
8553
|
+
* const [activateNewRecordMutation, { data, loading, error }] = useActivateNewRecordMutation({
|
|
8554
|
+
* variables: {
|
|
8555
|
+
* libraryId: // value for 'libraryId'
|
|
8556
|
+
* recordId: // value for 'recordId'
|
|
8557
|
+
* formId: // value for 'formId'
|
|
8558
|
+
* },
|
|
8559
|
+
* });
|
|
8560
|
+
*/
|
|
8561
|
+
export declare function useActivateNewRecordMutation(baseOptions?: Apollo.MutationHookOptions<ActivateNewRecordMutation, ActivateNewRecordMutationVariables>): Apollo.MutationTuple<ActivateNewRecordMutation, Exact<{
|
|
8562
|
+
libraryId: Scalars["ID"];
|
|
8563
|
+
recordId: Scalars["ID"];
|
|
8564
|
+
formId?: InputMaybe<Scalars["String"]>;
|
|
8565
|
+
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
8566
|
+
export type ActivateNewRecordMutationHookResult = ReturnType<typeof useActivateNewRecordMutation>;
|
|
8567
|
+
export type ActivateNewRecordMutationResult = Apollo.MutationResult<ActivateNewRecordMutation>;
|
|
8568
|
+
export type ActivateNewRecordMutationOptions = Apollo.BaseMutationOptions<ActivateNewRecordMutation, ActivateNewRecordMutationVariables>;
|
|
8310
8569
|
export declare const ActivateRecordsDocument: Apollo.DocumentNode;
|
|
8311
8570
|
export type ActivateRecordsMutationFn = Apollo.MutationFunction<ActivateRecordsMutation, ActivateRecordsMutationVariables>;
|
|
8312
8571
|
/**
|
|
@@ -8336,6 +8595,31 @@ export declare function useActivateRecordsMutation(baseOptions?: Apollo.Mutation
|
|
|
8336
8595
|
export type ActivateRecordsMutationHookResult = ReturnType<typeof useActivateRecordsMutation>;
|
|
8337
8596
|
export type ActivateRecordsMutationResult = Apollo.MutationResult<ActivateRecordsMutation>;
|
|
8338
8597
|
export type ActivateRecordsMutationOptions = Apollo.BaseMutationOptions<ActivateRecordsMutation, ActivateRecordsMutationVariables>;
|
|
8598
|
+
export declare const CreateEmptyRecordDocument: Apollo.DocumentNode;
|
|
8599
|
+
export type CreateEmptyRecordMutationFn = Apollo.MutationFunction<CreateEmptyRecordMutation, CreateEmptyRecordMutationVariables>;
|
|
8600
|
+
/**
|
|
8601
|
+
* __useCreateEmptyRecordMutation__
|
|
8602
|
+
*
|
|
8603
|
+
* To run a mutation, you first call `useCreateEmptyRecordMutation` within a React component and pass it any options that fit your needs.
|
|
8604
|
+
* When your component renders, `useCreateEmptyRecordMutation` returns a tuple that includes:
|
|
8605
|
+
* - A mutate function that you can call at any time to execute the mutation
|
|
8606
|
+
* - An object with fields that represent the current status of the mutation's execution
|
|
8607
|
+
*
|
|
8608
|
+
* @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;
|
|
8609
|
+
*
|
|
8610
|
+
* @example
|
|
8611
|
+
* const [createEmptyRecordMutation, { data, loading, error }] = useCreateEmptyRecordMutation({
|
|
8612
|
+
* variables: {
|
|
8613
|
+
* library: // value for 'library'
|
|
8614
|
+
* },
|
|
8615
|
+
* });
|
|
8616
|
+
*/
|
|
8617
|
+
export declare function useCreateEmptyRecordMutation(baseOptions?: Apollo.MutationHookOptions<CreateEmptyRecordMutation, CreateEmptyRecordMutationVariables>): Apollo.MutationTuple<CreateEmptyRecordMutation, Exact<{
|
|
8618
|
+
library: Scalars["ID"];
|
|
8619
|
+
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
8620
|
+
export type CreateEmptyRecordMutationHookResult = ReturnType<typeof useCreateEmptyRecordMutation>;
|
|
8621
|
+
export type CreateEmptyRecordMutationResult = Apollo.MutationResult<CreateEmptyRecordMutation>;
|
|
8622
|
+
export type CreateEmptyRecordMutationOptions = Apollo.BaseMutationOptions<CreateEmptyRecordMutation, CreateEmptyRecordMutationVariables>;
|
|
8339
8623
|
export declare const CreateRecordDocument: Apollo.DocumentNode;
|
|
8340
8624
|
export type CreateRecordMutationFn = Apollo.MutationFunction<CreateRecordMutation, CreateRecordMutationVariables>;
|
|
8341
8625
|
/**
|
|
@@ -8597,6 +8881,33 @@ export declare function useIndexRecordsMutation(baseOptions?: Apollo.MutationHoo
|
|
|
8597
8881
|
export type IndexRecordsMutationHookResult = ReturnType<typeof useIndexRecordsMutation>;
|
|
8598
8882
|
export type IndexRecordsMutationResult = Apollo.MutationResult<IndexRecordsMutation>;
|
|
8599
8883
|
export type IndexRecordsMutationOptions = Apollo.BaseMutationOptions<IndexRecordsMutation, IndexRecordsMutationVariables>;
|
|
8884
|
+
export declare const PurgeRecordDocument: Apollo.DocumentNode;
|
|
8885
|
+
export type PurgeRecordMutationFn = Apollo.MutationFunction<PurgeRecordMutation, PurgeRecordMutationVariables>;
|
|
8886
|
+
/**
|
|
8887
|
+
* __usePurgeRecordMutation__
|
|
8888
|
+
*
|
|
8889
|
+
* To run a mutation, you first call `usePurgeRecordMutation` within a React component and pass it any options that fit your needs.
|
|
8890
|
+
* When your component renders, `usePurgeRecordMutation` returns a tuple that includes:
|
|
8891
|
+
* - A mutate function that you can call at any time to execute the mutation
|
|
8892
|
+
* - An object with fields that represent the current status of the mutation's execution
|
|
8893
|
+
*
|
|
8894
|
+
* @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;
|
|
8895
|
+
*
|
|
8896
|
+
* @example
|
|
8897
|
+
* const [purgeRecordMutation, { data, loading, error }] = usePurgeRecordMutation({
|
|
8898
|
+
* variables: {
|
|
8899
|
+
* libraryId: // value for 'libraryId'
|
|
8900
|
+
* recordId: // value for 'recordId'
|
|
8901
|
+
* },
|
|
8902
|
+
* });
|
|
8903
|
+
*/
|
|
8904
|
+
export declare function usePurgeRecordMutation(baseOptions?: Apollo.MutationHookOptions<PurgeRecordMutation, PurgeRecordMutationVariables>): Apollo.MutationTuple<PurgeRecordMutation, Exact<{
|
|
8905
|
+
libraryId: Scalars["ID"];
|
|
8906
|
+
recordId: Scalars["ID"];
|
|
8907
|
+
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
8908
|
+
export type PurgeRecordMutationHookResult = ReturnType<typeof usePurgeRecordMutation>;
|
|
8909
|
+
export type PurgeRecordMutationResult = Apollo.MutationResult<PurgeRecordMutation>;
|
|
8910
|
+
export type PurgeRecordMutationOptions = Apollo.BaseMutationOptions<PurgeRecordMutation, PurgeRecordMutationVariables>;
|
|
8600
8911
|
export declare const CancelTaskDocument: Apollo.DocumentNode;
|
|
8601
8912
|
export type CancelTaskMutationFn = Apollo.MutationFunction<CancelTaskMutation, CancelTaskMutationVariables>;
|
|
8602
8913
|
/**
|
|
@@ -8931,44 +9242,6 @@ export declare function useDeleteValueMutation(baseOptions?: Apollo.MutationHook
|
|
|
8931
9242
|
export type DeleteValueMutationHookResult = ReturnType<typeof useDeleteValueMutation>;
|
|
8932
9243
|
export type DeleteValueMutationResult = Apollo.MutationResult<DeleteValueMutation>;
|
|
8933
9244
|
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
9245
|
export declare const SaveValueBatchDocument: Apollo.DocumentNode;
|
|
8973
9246
|
export type SaveValueBatchMutationFn = Apollo.MutationFunction<SaveValueBatchMutation, SaveValueBatchMutationVariables>;
|
|
8974
9247
|
/**
|
|
@@ -9442,44 +9715,48 @@ export declare function useUpdateViewMutation(baseOptions?: Apollo.MutationHookO
|
|
|
9442
9715
|
export type UpdateViewMutationHookResult = ReturnType<typeof useUpdateViewMutation>;
|
|
9443
9716
|
export type UpdateViewMutationResult = Apollo.MutationResult<UpdateViewMutation>;
|
|
9444
9717
|
export type UpdateViewMutationOptions = Apollo.BaseMutationOptions<UpdateViewMutation, UpdateViewMutationVariables>;
|
|
9445
|
-
export declare const
|
|
9718
|
+
export declare const GetRecordHistoryDocument: Apollo.DocumentNode;
|
|
9446
9719
|
/**
|
|
9447
|
-
*
|
|
9720
|
+
* __useGetRecordHistoryQuery__
|
|
9448
9721
|
*
|
|
9449
|
-
* To run a query within a React component, call `
|
|
9450
|
-
* When your component renders, `
|
|
9722
|
+
* To run a query within a React component, call `useGetRecordHistoryQuery` and pass it any options that fit your needs.
|
|
9723
|
+
* When your component renders, `useGetRecordHistoryQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
9451
9724
|
* you can use to render your UI.
|
|
9452
9725
|
*
|
|
9453
9726
|
* @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
9727
|
*
|
|
9455
9728
|
* @example
|
|
9456
|
-
* const { data, loading, error } =
|
|
9729
|
+
* const { data, loading, error } = useGetRecordHistoryQuery({
|
|
9457
9730
|
* variables: {
|
|
9458
|
-
*
|
|
9459
|
-
*
|
|
9460
|
-
*
|
|
9731
|
+
* record: // value for 'record'
|
|
9732
|
+
* attributeId: // value for 'attributeId'
|
|
9733
|
+
* actions: // value for 'actions'
|
|
9734
|
+
* pagination: // value for 'pagination'
|
|
9461
9735
|
* },
|
|
9462
9736
|
* });
|
|
9463
9737
|
*/
|
|
9464
|
-
export declare function
|
|
9465
|
-
|
|
9466
|
-
|
|
9467
|
-
|
|
9738
|
+
export declare function useGetRecordHistoryQuery(baseOptions: Apollo.QueryHookOptions<GetRecordHistoryQuery, GetRecordHistoryQueryVariables>): Apollo.QueryResult<GetRecordHistoryQuery, Exact<{
|
|
9739
|
+
record: LogTopicRecordFilterInput;
|
|
9740
|
+
attributeId?: InputMaybe<Scalars["String"]>;
|
|
9741
|
+
actions?: InputMaybe<Array<LogAction> | LogAction>;
|
|
9742
|
+
pagination?: InputMaybe<Pagination>;
|
|
9468
9743
|
}>>;
|
|
9469
|
-
export declare function
|
|
9470
|
-
|
|
9471
|
-
|
|
9472
|
-
|
|
9744
|
+
export declare function useGetRecordHistoryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetRecordHistoryQuery, GetRecordHistoryQueryVariables>): Apollo.LazyQueryResultTuple<GetRecordHistoryQuery, Exact<{
|
|
9745
|
+
record: LogTopicRecordFilterInput;
|
|
9746
|
+
attributeId?: InputMaybe<Scalars["String"]>;
|
|
9747
|
+
actions?: InputMaybe<Array<LogAction> | LogAction>;
|
|
9748
|
+
pagination?: InputMaybe<Pagination>;
|
|
9473
9749
|
}>>;
|
|
9474
|
-
export declare function
|
|
9475
|
-
|
|
9476
|
-
|
|
9477
|
-
|
|
9750
|
+
export declare function useGetRecordHistorySuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetRecordHistoryQuery, GetRecordHistoryQueryVariables>): Apollo.UseSuspenseQueryResult<GetRecordHistoryQuery, Exact<{
|
|
9751
|
+
record: LogTopicRecordFilterInput;
|
|
9752
|
+
attributeId?: InputMaybe<Scalars["String"]>;
|
|
9753
|
+
actions?: InputMaybe<Array<LogAction> | LogAction>;
|
|
9754
|
+
pagination?: InputMaybe<Pagination>;
|
|
9478
9755
|
}>>;
|
|
9479
|
-
export type
|
|
9480
|
-
export type
|
|
9481
|
-
export type
|
|
9482
|
-
export type
|
|
9756
|
+
export type GetRecordHistoryQueryHookResult = ReturnType<typeof useGetRecordHistoryQuery>;
|
|
9757
|
+
export type GetRecordHistoryLazyQueryHookResult = ReturnType<typeof useGetRecordHistoryLazyQuery>;
|
|
9758
|
+
export type GetRecordHistorySuspenseQueryHookResult = ReturnType<typeof useGetRecordHistorySuspenseQuery>;
|
|
9759
|
+
export type GetRecordHistoryQueryResult = Apollo.QueryResult<GetRecordHistoryQuery, GetRecordHistoryQueryVariables>;
|
|
9483
9760
|
export declare const TreeDataQueryDocument: Apollo.DocumentNode;
|
|
9484
9761
|
/**
|
|
9485
9762
|
* __useTreeDataQueryQuery__
|