@leav/ui 0.4.0 → 1.0.0-3000adb1
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/README.md +1 -0
- package/dist/__mocks__/common/application.d.ts +3 -0
- package/dist/__mocks__/common/filter.d.ts +4 -0
- package/dist/__mocks__/common/form.js +5 -1
- package/dist/__mocks__/common/form.js.map +1 -1
- package/dist/__mocks__/common/import.d.ts +2 -0
- package/dist/__mocks__/common/label.d.ts +4 -0
- package/dist/__mocks__/common/library.d.ts +109 -0
- package/dist/__mocks__/common/mockSearchContextProvider.d.ts +6 -0
- package/dist/__mocks__/common/record.d.ts +15 -0
- package/dist/__mocks__/common/tree.d.ts +3 -0
- package/dist/__mocks__/common/treeElements.d.ts +11 -0
- package/dist/__mocks__/common/value.d.ts +4 -0
- package/dist/__mocks__/common/value.js +0 -11
- package/dist/__mocks__/common/value.js.map +1 -1
- package/dist/__mocks__/common/versionProfile.d.ts +2 -0
- package/dist/__mocks__/common/view.d.ts +2 -0
- package/dist/__mocks__/mockQuery/mockGetLibraryDetailExtendedQuery.d.ts +5 -0
- package/dist/__mocks__/mockQuery/mockGetRecordsFromLibraryQuery.d.ts +5 -0
- package/dist/__mocks__/mockQuery/mockGetViewListQuery.d.ts +19 -0
- package/dist/__mocks__/react-i18next.d.ts +31 -0
- package/dist/_gqlTypes/index.d.ts +1881 -247
- package/dist/_gqlTypes/index.js +628 -42
- package/dist/_gqlTypes/index.js.map +1 -1
- package/dist/_queries/applications/applicationDetailsFragment.d.ts +1 -0
- package/dist/_queries/applications/checkApplicationExistence.d.ts +1 -0
- package/dist/_queries/applications/getApplicationDetails.d.ts +1 -0
- package/dist/_queries/applications/getApplicationsModulesQuery.d.ts +1 -0
- package/dist/_queries/applications/saveApplicationMutation.d.ts +1 -0
- package/dist/_queries/attributes/attributeDetailsFragment.d.ts +1 -0
- package/dist/_queries/attributes/attributeDetailsFragment.js +2 -0
- package/dist/_queries/attributes/attributeDetailsFragment.js.map +1 -1
- package/dist/_queries/attributes/checkAttributeExistenceQuery.d.ts +1 -0
- package/dist/_queries/attributes/deleteAttributeMutation.d.ts +1 -0
- package/dist/_queries/attributes/getAttributeByIdQuery.d.ts +1 -0
- package/dist/_queries/attributes/getAttributeWithEmbeddedFields.d.ts +2 -0
- package/dist/_queries/attributes/getAttributesByLib.d.ts +1 -0
- package/dist/_queries/attributes/getAttributesQuery.d.ts +1 -0
- package/dist/_queries/attributes/getVersionProfilesQuery.d.ts +1 -0
- package/dist/_queries/attributes/getVersionableAttributesByLibrary.d.ts +1 -0
- package/dist/_queries/attributes/saveAttributeMutation.d.ts +1 -0
- package/dist/_queries/export/exportQuery.d.ts +1 -0
- package/dist/_queries/files/createDirectory.d.ts +1 -0
- package/dist/_queries/files/forcePreviewsGenerationMutation.d.ts +1 -0
- package/dist/_queries/files/getDirectoryDataQuery.d.ts +1 -0
- package/dist/_queries/files/getUploadUpdates.d.ts +1 -0
- package/dist/_queries/files/uploadMutation.d.ts +1 -0
- package/dist/_queries/import/importExcel.d.ts +1 -0
- package/dist/_queries/libraries/checkLibraryExistenceQuery.d.ts +1 -0
- package/dist/_queries/libraries/deleteLibraryMutation.d.ts +1 -0
- package/dist/_queries/libraries/getLibrariesQuery.d.ts +1 -0
- package/dist/_queries/libraries/getLibraryByIdQuery.d.ts +1 -0
- package/dist/_queries/libraries/getLibraryPermissionsQuery.d.ts +1 -0
- package/dist/_queries/libraries/getLibraryPreviewsSettingsQuery.d.ts +1 -0
- package/dist/_queries/libraries/libraryDetailsFragment.d.ts +1 -0
- package/dist/_queries/libraries/saveLibraryMutation.d.ts +1 -0
- package/dist/_queries/permissions/isAllowedQuery.d.ts +1 -0
- package/dist/_queries/records/activateRecordsMutation.d.ts +1 -0
- package/dist/_queries/records/activateRecordsMutation.js +15 -0
- package/dist/_queries/records/activateRecordsMutation.js.map +1 -0
- package/dist/_queries/records/createRecordMutation.d.ts +2 -0
- package/dist/_queries/records/deactivateRecordsMutation.d.ts +1 -0
- package/dist/_queries/records/doesFileExistAsChild.d.ts +1 -0
- package/dist/_queries/records/getFileDataQuery.d.ts +14 -0
- package/dist/_queries/records/getRecordFormQuery.d.ts +1 -0
- package/dist/_queries/records/getRecordFormQuery.js +13 -0
- package/dist/_queries/records/getRecordFormQuery.js.map +1 -1
- package/dist/_queries/records/getRecordPropertiesQuery.d.ts +83 -0
- package/dist/_queries/records/getRecordUpdatesSubscription.d.ts +1 -0
- package/dist/_queries/records/getRecordsFromLibraryQuery.d.ts +22 -0
- package/dist/_queries/records/indexRecordsMutation.d.ts +1 -0
- package/dist/_queries/records/recordFormAttributeFragment.d.ts +1 -0
- package/dist/_queries/tasks/cancelTaskMutation.d.ts +1 -0
- package/dist/_queries/trees/checkTreeExistenceQuery.d.ts +1 -0
- package/dist/_queries/trees/deleteTreeMutation.d.ts +1 -0
- package/dist/_queries/trees/getTreeByIdQuery.d.ts +1 -0
- package/dist/_queries/trees/getTreeLibraries.d.ts +1 -0
- package/dist/_queries/trees/getTreesQuery.d.ts +1 -0
- package/dist/_queries/trees/saveTreeMutation.d.ts +1 -0
- package/dist/_queries/trees/treeDetailsFragment.d.ts +1 -0
- package/dist/_queries/trees/treeNodeChildrenQuery.d.ts +1 -0
- package/dist/_queries/trees/treeNodeChildrenQuery.js +12 -2
- package/dist/_queries/trees/treeNodeChildrenQuery.js.map +1 -1
- package/dist/_queries/userData/getUserData.d.ts +1 -0
- package/dist/_queries/userData/saveUserData.d.ts +1 -0
- package/dist/_queries/values/deleteValueMutation.d.ts +1 -0
- package/dist/_queries/values/saveValueBatchMutation.d.ts +1 -0
- package/dist/_queries/values/valueDetailsFragment.d.ts +1 -0
- package/dist/_queries/values/valuesVersionFragment.d.ts +1 -0
- package/dist/_queries/views/deleteViewMutation.d.ts +8 -0
- package/dist/_queries/views/getViewById.d.ts +1 -0
- package/dist/_queries/views/getViewsListQuery.d.ts +1 -0
- package/dist/_queries/views/saveViewMutation.d.ts +2 -0
- package/dist/_queries/views/viewDetailsFragment.d.ts +2 -0
- package/dist/_utils/__mocks__/isDevEnv.d.ts +1 -0
- 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/_utils/getFiltersFromRequest.d.ts +3 -0
- package/dist/_utils/getRequestFromFilter.d.ts +3 -0
- package/dist/_utils/index.d.ts +33 -0
- package/dist/_utils/isDevEnv.d.ts +1 -0
- package/dist/_utils/typeguards.d.ts +2 -0
- package/dist/antdTheme/types.d.ts +2 -0
- package/dist/components/AttributePicker/AttributePicker.d.ts +12 -0
- package/dist/components/AttributePicker/AttributesList/AttributesList.d.ts +10 -0
- package/dist/components/AttributePicker/AttributesList/index.d.ts +1 -0
- package/dist/components/AttributePicker/index.d.ts +1 -0
- package/dist/components/AttributesSelectionList/Attribute/Attribute.d.ts +3 -0
- package/dist/components/AttributesSelectionList/Attribute/index.d.ts +2 -0
- package/dist/components/AttributesSelectionList/AttributesSelectionList.d.ts +10 -0
- package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/SelectedAttribute.d.ts +7 -0
- package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/index.d.ts +2 -0
- package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttributesList.d.ts +2 -0
- package/dist/components/AttributesSelectionList/SelectedAttributesList/index.d.ts +2 -0
- package/dist/components/AttributesSelectionList/_types.d.ts +8 -0
- package/dist/components/AttributesSelectionList/helpers/attributeToSelectedAttribute.d.ts +3 -0
- package/dist/components/AttributesSelectionList/index.d.ts +2 -0
- package/dist/components/AttributesSelectionList/reducer/__mocks__/attributesSelectionListStateContext.d.ts +11 -0
- package/dist/components/AttributesSelectionList/reducer/attributesSelectionListReducer.d.ts +33 -0
- package/dist/components/AttributesSelectionList/reducer/attributesSelectionListStateContext.d.ts +10 -0
- package/dist/components/AttributesSelectionList/sharedComponents.d.ts +803 -0
- package/dist/components/BasicButton/BasicButton.d.ts +7 -0
- package/dist/components/BasicButton/index.d.ts +1 -0
- package/dist/components/CreateDirectory/CreateDirectory.d.ts +9 -0
- package/dist/components/CreateDirectory/CreateDirectory.js +4 -4
- package/dist/components/CreateDirectory/CreateDirectory.js.map +1 -1
- package/dist/components/CreateDirectory/index.d.ts +1 -0
- package/dist/components/DeactivateRecordsModal/DeactivateRecordsModal.d.ts +10 -0
- package/dist/components/DeactivateRecordsModal/index.d.ts +1 -0
- package/dist/components/Dimmer/Dimmer.d.ts +5 -0
- package/dist/components/Dimmer/index.d.ts +2 -0
- package/dist/components/EditApplication/EditApplication.d.ts +3 -0
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfo.d.ts +7 -0
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/EditApplicationInfoForm.d.ts +11 -0
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/ModuleSelector/ModuleSelector.d.ts +6 -0
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/ModuleSelector/index.d.ts +2 -0
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/index.d.ts +2 -0
- package/dist/components/EditApplication/EditApplicationInfo/index.d.ts +1 -0
- package/dist/components/EditApplication/_types.d.ts +8 -0
- package/dist/components/EditApplication/index.d.ts +2 -0
- package/dist/components/EditAttributeModal/EditAttribute/EditAttribute.d.ts +8 -0
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfo.d.ts +8 -0
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/EditAttributeInfoForm.d.ts +12 -0
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/LinkedLibraryForm.d.ts +9 -0
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/index.d.ts +1 -0
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/LinkedTreeForm.d.ts +9 -0
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/index.d.ts +1 -0
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/ValuesVersionsForm/ValuesVersionsForm.d.ts +9 -0
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/ValuesVersionsForm/index.d.ts +1 -0
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/index.d.ts +1 -0
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/index.d.ts +1 -0
- package/dist/components/EditAttributeModal/EditAttribute/index.d.ts +1 -0
- package/dist/components/EditAttributeModal/EditAttributeModal.d.ts +11 -0
- package/dist/components/EditAttributeModal/index.d.ts +1 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibrary.d.ts +9 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/AttributeCell.d.ts +6 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/index.d.ts +1 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributesList.d.ts +15 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/DeleteButton.d.ts +8 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/DeleteButton.js +3 -2
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/DeleteButton.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/index.d.ts +1 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/index.d.ts +1 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/EditLibraryAttributes.d.ts +7 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/index.d.ts +1 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/EditLibraryIndexation.d.ts +8 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/index.d.ts +1 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfo.d.ts +8 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/EditLibraryInfoForm.d.ts +12 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/index.d.ts +1 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/index.d.ts +1 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditLibraryPreviewsSettings.d.ts +7 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/EditPreviewsSettingsModal.d.ts +10 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/SizesEditor.d.ts +8 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/index.d.ts +1 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/index.d.ts +1 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/PreviewsSettingsList.d.ts +8 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/index.d.ts +1 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/index.d.ts +1 -0
- package/dist/components/EditLibraryModal/EditLibrary/index.d.ts +1 -0
- package/dist/components/EditLibraryModal/EditLibraryModal.d.ts +12 -0
- package/dist/components/EditLibraryModal/index.d.ts +1 -0
- package/dist/components/EditTreeModal/EditTree/EditTree.d.ts +8 -0
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfo.d.ts +8 -0
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/TreeLibrariesForm.d.ts +9 -0
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/TreeLibrariesForm.js +8 -1
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/TreeLibrariesForm.js.map +1 -1
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/index.d.ts +1 -0
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/index.d.ts +1 -0
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/index.d.ts +1 -0
- package/dist/components/EditTreeModal/EditTree/index.d.ts +1 -0
- package/dist/components/EditTreeModal/EditTreeModal.d.ts +11 -0
- package/dist/components/EditTreeModal/index.d.ts +1 -0
- package/dist/components/EntityCard/EntityCard.d.ts +16 -0
- package/dist/components/EntityCard/_types.d.ts +6 -0
- package/dist/components/EntityCard/index.d.ts +2 -0
- package/dist/components/EntityPreview/EntityPreview.d.ts +4 -0
- package/dist/components/EntityPreview/EntityPreviewList/EntityPreviewList.d.ts +3 -0
- package/dist/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/SimplisticEntityPreview.d.ts +5 -0
- package/dist/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/index.d.ts +2 -0
- package/dist/components/EntityPreview/EntityPreviewList/index.d.ts +2 -0
- package/dist/components/EntityPreview/EntityPreviewTile/EntityPreviewTile.d.ts +3 -0
- package/dist/components/EntityPreview/EntityPreviewTile/index.d.ts +2 -0
- package/dist/components/EntityPreview/_types.d.ts +20 -0
- package/dist/components/EntityPreview/index.d.ts +2 -0
- package/dist/components/ErrorBoundary/ErrorBoundary.d.ts +15 -0
- package/dist/components/ErrorBoundary/ErrorBoundaryContent/ErrorBoundaryContent.d.ts +9 -0
- package/dist/components/ErrorBoundary/ErrorBoundaryContent/ErrorBoundaryContent.js +4 -3
- package/dist/components/ErrorBoundary/ErrorBoundaryContent/ErrorBoundaryContent.js.map +1 -1
- package/dist/components/ErrorBoundary/ErrorBoundaryContent/index.d.ts +2 -0
- package/dist/components/ErrorBoundary/index.d.ts +1 -0
- package/dist/components/ErrorDisplay/ErrorDisplay.d.ts +10 -0
- package/dist/components/ErrorDisplay/index.d.ts +1 -0
- package/dist/components/ErrorMessage/ErrorMessage.d.ts +6 -0
- package/dist/components/ErrorMessage/index.d.ts +2 -0
- package/dist/components/Explorer/DataView.d.ts +2 -1
- package/dist/components/Explorer/DataView.js +32 -12
- package/dist/components/Explorer/DataView.js.map +1 -1
- package/dist/components/Explorer/Explorer.d.ts +13 -5
- package/dist/components/Explorer/Explorer.js +38 -13
- package/dist/components/Explorer/Explorer.js.map +1 -1
- package/dist/components/Explorer/ExplorerToolbar.d.ts +2 -1
- package/dist/components/Explorer/ExplorerToolbar.js +15 -5
- package/dist/components/Explorer/ExplorerToolbar.js.map +1 -1
- package/dist/components/Explorer/IdCard.d.ts +7 -0
- package/dist/components/Explorer/IdCard.js +1 -1
- package/dist/components/Explorer/IdCard.js.map +1 -1
- package/dist/components/Explorer/TableCell.js +43 -16
- package/dist/components/Explorer/TableCell.js.map +1 -1
- package/dist/components/Explorer/TableTagGroup.d.ts +0 -1
- package/dist/components/Explorer/TableTagGroup.js +3 -16
- package/dist/components/Explorer/TableTagGroup.js.map +1 -1
- package/dist/components/Explorer/_constants.d.ts +3 -0
- package/dist/components/Explorer/_constants.js +3 -0
- package/dist/components/Explorer/_constants.js.map +1 -1
- package/dist/components/Explorer/_queries/prepareFiltersForRequest.d.ts +2 -2
- 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.d.ts +4 -2
- package/dist/components/Explorer/_queries/useExplorerData.js +46 -31
- package/dist/components/Explorer/_queries/useExplorerData.js.map +1 -1
- package/dist/components/Explorer/_types.d.ts +88 -10
- package/dist/components/Explorer/_types.js +5 -0
- package/dist/components/Explorer/_types.js.map +1 -1
- package/dist/components/Explorer/actions-item/useEditItemAction.d.ts +2 -1
- package/dist/components/Explorer/actions-item/useEditItemAction.js +6 -4
- package/dist/components/Explorer/actions-item/useEditItemAction.js.map +1 -1
- package/dist/components/Explorer/actions-item/{useRemoveItemAction.d.ts → useEditStatusItemAction.d.ts} +4 -2
- package/dist/components/Explorer/actions-item/{useRemoveItemAction.js → useEditStatusItemAction.js} +81 -24
- package/dist/components/Explorer/actions-item/useEditStatusItemAction.js.map +1 -0
- package/dist/components/Explorer/actions-item/useReplaceItemAction.d.ts +22 -0
- package/dist/components/Explorer/actions-item/useReplaceItemAction.js +42 -0
- package/dist/components/Explorer/actions-item/useReplaceItemAction.js.map +1 -0
- package/dist/components/Explorer/actions-mass/useDeactivateMassAction.d.ts +2 -1
- package/dist/components/Explorer/actions-mass/useDeactivateMassAction.js +12 -3
- package/dist/components/Explorer/actions-mass/useDeactivateMassAction.js.map +1 -1
- package/dist/components/Explorer/actions-mass/useDeleteLinkValues.js +6 -5
- package/dist/components/Explorer/actions-mass/useDeleteLinkValues.js.map +1 -1
- package/dist/components/Explorer/actions-mass/useMassActions.js +1 -1
- package/dist/components/Explorer/actions-mass/useMassActions.js.map +1 -1
- package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.d.ts +6 -1
- package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.js +26 -21
- package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.js.map +1 -1
- package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.d.ts +7 -1
- package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.js +7 -5
- package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.js.map +1 -1
- package/dist/components/Explorer/index.d.ts +9 -0
- package/dist/components/Explorer/link-item/LinkModal.d.ts +5 -0
- package/dist/components/Explorer/link-item/LinkModal.js +55 -5
- package/dist/components/Explorer/link-item/LinkModal.js.map +1 -1
- package/dist/components/Explorer/link-item/{useLinkMassAction.d.ts → useAddLinkMassAction.d.ts} +1 -1
- package/dist/components/Explorer/link-item/{useLinkMassAction.js → useAddLinkMassAction.js} +2 -2
- package/dist/components/Explorer/link-item/useAddLinkMassAction.js.map +1 -0
- package/dist/components/Explorer/link-item/useReplaceLinkMassAction.d.ts +23 -0
- package/dist/components/Explorer/link-item/useReplaceLinkMassAction.js +35 -0
- package/dist/components/Explorer/link-item/useReplaceLinkMassAction.js.map +1 -0
- package/dist/components/Explorer/list-saved-views/SavedViews.js +32 -42
- package/dist/components/Explorer/list-saved-views/SavedViews.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/useAttributeDetailsData.js +11 -9
- package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/_shared/useTransformFilters.d.ts +9 -7
- package/dist/components/Explorer/manage-view-settings/_shared/useTransformFilters.js +84 -15
- package/dist/components/Explorer/manage-view-settings/_shared/useTransformFilters.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/configure-display/ConfigureDisplay.d.ts +6 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/attributes/SelectVisibleAttributes.d.ts +6 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/view-type/SelectViewType.d.ts +8 -0
- 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/open-view-settings/EditSettingsContext.d.ts +1 -1
- package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContext.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/open-view-settings/SidePanel.d.ts +2 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/useEditSettings.d.ts +1 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.js +2 -2
- package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/router-menu/SettingItem.d.ts +9 -0
- package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js +1 -1
- package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/save-view/LabelViewFormModal.js +1 -1
- package/dist/components/Explorer/manage-view-settings/save-view/LabelViewFormModal.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/save-view/useCreateNewView.js +1 -1
- package/dist/components/Explorer/manage-view-settings/save-view/useCreateNewView.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/save-view/useDeleteView.d.ts +5 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useDeleteView.js +47 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useDeleteView.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useEditLabelView.d.ts +5 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useEditLabelView.js +48 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useEditLabelView.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useResetView.js +1 -1
- package/dist/components/Explorer/manage-view-settings/save-view/useResetView.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/save-view/useShareView.js +1 -1
- package/dist/components/Explorer/manage-view-settings/save-view/useShareView.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.d.ts +4 -0
- package/dist/components/Explorer/manage-view-settings/sort-items/SortListItem.d.ts +10 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/ViewSettingsContext.d.ts +6 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/useViewSettingsContext.d.ts +4 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.d.ts +1 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js +6 -3
- 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 +12 -3
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js +87 -14
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js.map +1 -1
- package/dist/components/Explorer/useColumnWidth.js +2 -1
- package/dist/components/Explorer/useColumnWidth.js.map +1 -1
- package/dist/components/Explorer/useLoadView.d.ts +1 -1
- package/dist/components/Explorer/useLoadView.js +41 -46
- package/dist/components/Explorer/useLoadView.js.map +1 -1
- package/dist/components/Explorer/usePagination.d.ts +2 -1
- package/dist/components/Explorer/usePagination.js.map +1 -1
- package/dist/components/Explorer/useSearchInput.d.ts +3 -1
- package/dist/components/Explorer/useSearchInput.js +4 -1
- package/dist/components/Explorer/useSearchInput.js.map +1 -1
- package/dist/components/Explorer/useViewSettingsReducer.d.ts +1 -1
- package/dist/components/Explorer/useViewSettingsReducer.js +79 -35
- package/dist/components/Explorer/useViewSettingsReducer.js.map +1 -1
- package/dist/components/ExportModal/ExportModal.d.ts +10 -0
- package/dist/components/ExportModal/index.d.ts +1 -0
- package/dist/components/FieldsGroup/FieldsGroup.d.ts +9 -0
- package/dist/components/FieldsGroup/index.d.ts +2 -0
- package/dist/components/FloatingMenu/FloatingMenu.d.ts +10 -0
- package/dist/components/FloatingMenu/_types.d.ts +13 -0
- package/dist/components/FloatingMenu/index.d.ts +2 -0
- package/dist/components/ImageLoading/ImageLoading.d.ts +5 -0
- package/dist/components/ImageLoading/index.d.ts +1 -0
- package/dist/components/ImageMissing/ImageMissing.d.ts +5 -0
- package/dist/components/ImageMissing/index.d.ts +1 -0
- package/dist/components/ImportModal/ImportModal.d.ts +10 -0
- package/dist/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/ImportKeysSelector.d.ts +8 -0
- package/dist/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/index.d.ts +2 -0
- package/dist/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/ImportMappingRowTitle.d.ts +6 -0
- package/dist/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/index.d.ts +2 -0
- package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.d.ts +7 -0
- package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.js +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.js.map +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/ImportScheduleModal.d.ts +10 -0
- package/dist/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/index.d.ts +2 -0
- package/dist/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/ImportSheetSettings.d.ts +12 -0
- package/dist/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/index.d.ts +2 -0
- package/dist/components/ImportModal/ImportModalConfigStep/index.d.ts +2 -0
- package/dist/components/ImportModal/ImportModalDoneStep/ImportModalDoneStep.d.ts +5 -0
- package/dist/components/ImportModal/ImportModalDoneStep/index.d.ts +2 -0
- package/dist/components/ImportModal/ImportModalProcessingStep/ImportModalProcessingStep.d.ts +2 -0
- package/dist/components/ImportModal/ImportModalProcessingStep/index.d.ts +2 -0
- package/dist/components/ImportModal/ImportModalSelectFileStep/ImportModalSelectFileStep.d.ts +6 -0
- package/dist/components/ImportModal/ImportModalSelectFileStep/index.d.ts +2 -0
- package/dist/components/ImportModal/_types.d.ts +34 -0
- package/dist/components/ImportModal/importReducer/ImportReducerContext.d.ts +10 -0
- package/dist/components/ImportModal/importReducer/importReducer.d.ts +38 -0
- package/dist/components/ImportModal/importReducer/index.d.ts +2 -0
- package/dist/components/ImportModal/index.d.ts +1 -0
- package/dist/components/LibraryItemsList/CreateNewRecordButton/CreateNewRecordButton.d.ts +13 -0
- package/dist/components/LibraryItemsList/CreateNewRecordButton/CreateNewRecordButton.js +1 -0
- package/dist/components/LibraryItemsList/CreateNewRecordButton/CreateNewRecordButton.js.map +1 -1
- package/dist/components/LibraryItemsList/CreateNewRecordButton/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/DisplayOptions/DisplayOptions.d.ts +2 -0
- package/dist/components/LibraryItemsList/DisplayOptions/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/DisplayTypeSelector/DisplayTypeSelector.d.ts +2 -0
- package/dist/components/LibraryItemsList/DisplayTypeSelector/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/FiltersDropdown/FiltersDropdown.d.ts +13 -0
- package/dist/components/LibraryItemsList/FiltersDropdown/FiltersDropdown.js +1 -12
- package/dist/components/LibraryItemsList/FiltersDropdown/FiltersDropdown.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersDropdown/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.d.ts +13 -0
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.js +3 -3
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.utils.d.ts +2 -0
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.utils.js +2 -2
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.utils.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/FilterAttributeCondition.d.ts +7 -0
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/BooleanFilter.d.ts +3 -0
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/DateBetweenFilter.d.ts +3 -0
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/DateFilter.d.ts +3 -0
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/NumericFilter.d.ts +3 -0
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/TextFilter.d.ts +3 -0
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/FilterDropdownButton.d.ts +8 -0
- package/dist/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/FilterTreeCondition.d.ts +6 -0
- package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/FiltersPanel/FiltersOptions.d.ts +14 -0
- package/dist/components/LibraryItemsList/FiltersPanel/FiltersPanel.d.ts +2 -0
- package/dist/components/LibraryItemsList/FiltersPanel/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/FiltersPanel/mustHideValue.d.ts +3 -0
- package/dist/components/LibraryItemsList/IconViewType/IconViewType.d.ts +8 -0
- package/dist/components/LibraryItemsList/IconViewType/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/LibraryItemsList.d.ts +14 -0
- package/dist/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.d.ts +16 -0
- package/dist/components/LibraryItemsList/LibraryItemsListContent/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/LibraryItemsListEmpty/LibraryItemsListEmpty.d.ts +6 -0
- package/dist/components/LibraryItemsList/LibraryItemsListEmpty/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/LibraryItemsListPagination/LibraryItemsListPagination.d.ts +2 -0
- package/dist/components/LibraryItemsList/LibraryItemsListPagination/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyCell/BodyCell.d.ts +8 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyCell/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyRow/BodyRow.d.ts +7 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyRow/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/AllValuesCount.d.ts +8 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/Cell.d.ts +8 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/CellInfos.d.ts +9 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/CellSelection.d.ts +5 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/ElementsToDisplay/RichTextDisplay.d.ts +5 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/StandardCell.d.ts +3 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/typeGuards.d.ts +12 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/typeGuards.js +4 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/typeGuards.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/types.d.ts +12 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/utils.d.ts +2 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/ChooseTableColumns.d.ts +6 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/Header.d.ts +9 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Table.d.ts +2 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/MenuItemList/MenuItemList.d.ts +9 -0
- package/dist/components/LibraryItemsList/MenuItemList/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/ActionsMenu.d.ts +2 -0
- package/dist/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/MenuItemListSelected/MenuItemListSelected.d.ts +5 -0
- package/dist/components/LibraryItemsList/MenuItemListSelected/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/MenuSelection/MenuSelection.d.ts +2 -0
- package/dist/components/LibraryItemsList/MenuSelection/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/MenuView/MenuView.d.ts +6 -0
- package/dist/components/LibraryItemsList/MenuView/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/SearchItems/SearchItems.d.ts +2 -0
- package/dist/components/LibraryItemsList/SearchItems/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/Sidebar/Sidebar.d.ts +2 -0
- package/dist/components/LibraryItemsList/Sidebar/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/ItemTileDisplay.d.ts +6 -0
- package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/TileDisplay/TileDisplay.d.ts +2 -0
- package/dist/components/LibraryItemsList/TileDisplay/helpers/getItemPreviewSize.d.ts +3 -0
- package/dist/components/LibraryItemsList/TileDisplay/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/VersionsPanel/VersionsPanel.d.ts +2 -0
- package/dist/components/LibraryItemsList/VersionsPanel/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/ViewPanel/EditView/EditView.d.ts +9 -0
- package/dist/components/LibraryItemsList/ViewPanel/EditView/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/ViewPanel/View/View.d.ts +9 -0
- package/dist/components/LibraryItemsList/ViewPanel/View/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/ViewPanel/ViewPanel.d.ts +2 -0
- package/dist/components/LibraryItemsList/ViewPanel/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/constants.d.ts +12 -0
- package/dist/components/LibraryItemsList/helpers/defaultFilterConditionByAttributeFormat.d.ts +3 -0
- package/dist/components/LibraryItemsList/helpers/displayTypeToPreviewSize.d.ts +3 -0
- package/dist/components/LibraryItemsList/helpers/extractAttributesFromLibrary.d.ts +4 -0
- package/dist/components/LibraryItemsList/helpers/getFieldFromKey.d.ts +5 -0
- package/dist/components/LibraryItemsList/helpers/getFieldsFromView.d.ts +6 -0
- package/dist/components/LibraryItemsList/helpers/getFieldsKeyFromAttribute.d.ts +2 -0
- package/dist/components/LibraryItemsList/helpers/getSortFieldByAttributeType.d.ts +2 -0
- package/dist/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.d.ts +8 -0
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchContext.d.ts +7 -0
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/useSearchReducer.d.ts +5 -0
- package/dist/components/LibraryItemsList/hooks/useUpdateViewsOrderMutation.d.ts +7 -0
- package/dist/components/LibraryItemsList/index.d.ts +1 -0
- package/dist/components/LibraryItemsList/manageItems.d.ts +11 -0
- package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/DeactivateRecordBtn.d.ts +7 -0
- package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/DeactivateRecordBtn.js +3 -3
- package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/DeactivateRecordBtn.js.map +1 -1
- package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/shared/SelectCellsBtn.d.ts +12 -0
- package/dist/components/LibraryItemsList/shared/shared.utils.d.ts +4 -0
- package/dist/components/LibraryPicker/LibrariesList/LibrariesList.d.ts +9 -0
- package/dist/components/LibraryPicker/LibrariesList/index.d.ts +1 -0
- package/dist/components/LibraryPicker/LibraryPicker.d.ts +11 -0
- package/dist/components/LibraryPicker/index.d.ts +1 -0
- package/dist/components/List/List.d.ts +12 -0
- package/dist/components/List/index.d.ts +2 -0
- package/dist/components/Loading/Loading.d.ts +5 -0
- package/dist/components/Loading/index.d.ts +1 -0
- package/dist/components/RecordCard/RecordCard.d.ts +3 -0
- package/dist/components/RecordCard/_types.d.ts +15 -0
- package/dist/components/RecordCard/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecord/EditRecord.d.ts +4 -5
- package/dist/components/RecordEdition/EditRecord/EditRecord.js +55 -238
- package/dist/components/RecordEdition/EditRecord/EditRecord.js.map +1 -1
- package/dist/components/RecordEdition/EditRecord/ValuesVersionSummary/ValuesVersionSummary.d.ts +8 -0
- package/dist/components/RecordEdition/EditRecord/ValuesVersionSummary/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecord/index.d.ts +1 -0
- package/dist/components/RecordEdition/EditRecordBtn/EditRecordBtn.d.ts +9 -0
- package/dist/components/RecordEdition/EditRecordBtn/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordButtons/EditRecordButtons.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordButtons/EditRecordButtons.js +43 -0
- package/dist/components/RecordEdition/EditRecordButtons/EditRecordButtons.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordButtons/SidebarButton.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordButtons/SidebarButton.js +25 -0
- package/dist/components/RecordEdition/EditRecordButtons/SidebarButton.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordButtons/index.d.ts +2 -0
- package/dist/components/RecordEdition/{EditRecordContent/uiElements/LinkField/ValuesAdd/QuickSearch → EditRecordButtons}/index.js +2 -2
- package/dist/components/RecordEdition/EditRecordButtons/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.d.ts +3 -1
- package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js +25 -23
- package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/_types.d.ts +6 -11
- package/dist/components/RecordEdition/EditRecordContent/_types.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/formConstants.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordContent/formConstants.js +1 -0
- package/dist/components/RecordEdition/EditRecordContent/formConstants.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordContent/helpers/getActiveFieldValues/getActiveFieldValues.d.ts +3 -0
- package/dist/components/RecordEdition/EditRecordContent/helpers/getActiveFieldValues/index.d.ts +1 -0
- package/dist/components/RecordEdition/EditRecordContent/helpers/isCurrentVersion/index.d.ts +1 -0
- package/dist/components/RecordEdition/EditRecordContent/helpers/isCurrentVersion/isCurrentVersion.d.ts +7 -0
- package/dist/components/RecordEdition/EditRecordContent/hooks/__mocks__/useDeleteValueMutation.d.ts +3 -0
- package/dist/components/RecordEdition/EditRecordContent/hooks/__mocks__/useSaveValueMutation.d.ts +3 -0
- package/dist/components/RecordEdition/EditRecordContent/hooks/helpers/getPropertyCacheFieldName.d.ts +2 -0
- 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/useExecuteDeleteValueMutation.d.ts +6 -0
- package/dist/components/RecordEdition/EditRecordContent/hooks/useExecuteSaveValueBatchMutation.d.ts +6 -0
- package/dist/components/RecordEdition/EditRecordContent/hooks/useRecordEditionContext.d.ts +3 -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/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordContent/reducers/linkFieldReducer/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordContent/reducers/linkFieldReducer/linkFieldReducer.d.ts +52 -0
- package/dist/components/RecordEdition/EditRecordContent/shared/AddValueBtn/AddValueBtn.d.ts +9 -0
- package/dist/components/RecordEdition/EditRecordContent/shared/AddValueBtn/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordContent/shared/DeleteAllValuesBtn/DeleteAllValuesBtn.d.ts +5 -0
- package/dist/components/RecordEdition/EditRecordContent/shared/DeleteAllValuesBtn/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordContent/shared/DeleteValueBtn/DeleteValueBtn.d.ts +6 -0
- package/dist/components/RecordEdition/EditRecordContent/shared/DeleteValueBtn/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordContent/shared/FieldFooter/FieldFooter.d.ts +9 -0
- package/dist/components/RecordEdition/EditRecordContent/shared/FieldFooter/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordContent/shared/InheritedFieldLabel/InheritedFieldLabel.d.ts +6 -0
- package/dist/components/RecordEdition/EditRecordContent/shared/InheritedFieldLabel/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordContent/shared/NoValue/NoValue.d.ts +7 -0
- package/dist/components/RecordEdition/EditRecordContent/shared/NoValue/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordContent/shared/UpdatedFieldIcon/UpdatedFieldIcon.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordContent/shared/UpdatedFieldIcon/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/ValueDetailsBtn.d.ts +10 -0
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionBtn/ValuesVersionBtn.d.ts +13 -0
- package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionBtn/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionIndicator/ValuesVersionIndicator.d.ts +8 -0
- package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionIndicator/index.d.ts +2 -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/Container/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/ErrorField/ErrorField.d.ts +4 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/ErrorField/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/FormDivider/FormDivider.d.ts +4 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/FormDivider/FormDivider.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/FormDivider/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/FormTabs/FormTabs.d.ts +5 -0
- 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/FormTabs/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Frame/Frame.d.ts +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Frame/Frame.js +40 -12
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Frame/Frame.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.d.ts +14 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js +76 -92
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/index.d.ts +2 -0
- 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/useExplorerLinkRecords.d.ts +22 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/useExplorerLinkRecords.js +85 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/useExplorerLinkRecords.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/useLinkRecords.d.ts +24 -0
- 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/LinkField/shared/ExplorerWrapper.d.ts +265 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/shared/ExplorerWrapper.js +13 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/shared/ExplorerWrapper.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js +47 -55
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.d.ts +4 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.js +1 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.d.ts +4 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.js +1 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.d.ts +4 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js +1 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.d.ts +4 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js +2 -5
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.d.ts +4 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js +1 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.d.ts +4 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js +1 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.d.ts +4 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js +1 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.d.ts +4 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js +1 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.d.ts +2 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js +2 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/DSListSelect.js +5 -8
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/DSListSelect.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/_types.d.ts +1 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TextBlock/TextBlock.d.ts +4 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TextBlock/TextBlock.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TextBlock/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.d.ts +6 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js +64 -217
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeFieldWrapper.d.ts +265 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeFieldWrapper.js +13 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeFieldWrapper.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeNodeItem.d.ts +11 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeNodeItem.js +51 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeNodeItem.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeNodeList.d.ts +11 -0
- 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/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/SelectTreeNodeModal.d.ts +27 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/SelectTreeNodeModal.js +43 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/SelectTreeNodeModal.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/useManageTreeNodeSelection.d.ts +25 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/useManageTreeNodeSelection.js +133 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/useManageTreeNodeSelection.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/index.d.ts +5 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/{StandardField → shared}/ComputeIndicator.d.ts +4 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/ComputeIndicator.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/DeleteAllValuesButton.d.ts +8 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/{StandardField → shared}/DeleteAllValuesButton.js +2 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/DeleteAllValuesButton.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/calculatedInheritedFlags.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/useOutsideInteractionDetector.d.ts +15 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/useOutsideInteractionDetector.js +72 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/useOutsideInteractionDetector.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.d.ts +4 -0
- package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js +88 -50
- package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordModal/index.d.ts +1 -0
- package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.d.ts +3 -1
- package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js +53 -13
- package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordPage/index.d.ts +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/Breadcrumb.js +2 -2
- package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/Breadcrumb.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js +26 -14
- package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.js +24 -17
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/ValuesSummary.d.ts +3 -0
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/ValuesSummary.js +55 -41
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/ValuesSummary.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/ValuesVersions.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/ValuesVersions.js +2 -2
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/ValuesVersions.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordSidebar/index.d.ts +2 -0
- package/dist/components/RecordEdition/_types.d.ts +2 -0
- package/dist/components/RecordEdition/constants.d.ts +2 -0
- package/dist/components/RecordEdition/constants.js +6 -0
- package/dist/components/RecordEdition/constants.js.map +1 -0
- package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.d.ts +30 -7
- package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.js +66 -6
- package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.js.map +1 -1
- package/dist/components/RecordEdition/editRecordReducer/editRecordReducerContext.d.ts +7 -0
- package/dist/components/RecordEdition/editRecordReducer/index.d.ts +2 -0
- package/dist/components/RecordEdition/editRecordReducer/useEditRecordReducer.d.ts +1 -0
- package/dist/components/RecordEdition/hooks/useCreateCancelConfirm/index.d.ts +1 -0
- package/dist/components/RecordEdition/hooks/useCreateCancelConfirm/useCreateCancelConfirm.d.ts +2 -0
- package/dist/components/RecordEdition/hooks/useGetSubmitButtons.d.ts +2 -0
- package/dist/components/RecordEdition/hooks/useGetSubmitButtons.js +3 -3
- package/dist/components/RecordEdition/hooks/useGetSubmitButtons.js.map +1 -1
- package/dist/components/RecordEdition/index.d.ts +3 -0
- package/dist/components/RecordEdition/index.js +3 -0
- package/dist/components/RecordEdition/index.js.map +1 -1
- package/dist/components/RecordHistory/RecordHistory.d.ts +8 -0
- package/dist/components/RecordHistory/RecordHistory.js +47 -0
- package/dist/components/RecordHistory/RecordHistory.js.map +1 -0
- package/dist/components/RecordHistory/RecordHistoryGoUpButton.d.ts +6 -0
- package/dist/components/RecordHistory/RecordHistoryGoUpButton.js +29 -0
- package/dist/components/RecordHistory/RecordHistoryGoUpButton.js.map +1 -0
- package/dist/components/RecordHistory/RecordHistoryLogEntry.d.ts +8 -0
- package/dist/components/RecordHistory/RecordHistoryLogEntry.js +59 -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/{SelectTreeNodeModal → RecordHistory}/index.js +1 -1
- package/dist/components/RecordHistory/index.js.map +1 -0
- package/dist/components/RecordPreviewWithModal/FileModal/FileModal.d.ts +8 -0
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/AudioFile.d.ts +3 -0
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/index.d.ts +2 -0
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/DocumentFile.d.ts +3 -0
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/index.d.ts +2 -0
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalContent.d.ts +6 -0
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/FileModalSidebar.d.ts +6 -0
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/index.d.ts +2 -0
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/ImageFile.d.ts +3 -0
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/index.d.ts +2 -0
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/NoDisplayFile.d.ts +6 -0
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/index.d.ts +2 -0
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/VideoFile.d.ts +3 -0
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/index.d.ts +2 -0
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/_types.d.ts +7 -0
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/index.d.ts +2 -0
- package/dist/components/RecordPreviewWithModal/FileModal/_constants.d.ts +2 -0
- package/dist/components/RecordPreviewWithModal/FileModal/index.d.ts +2 -0
- package/dist/components/RecordPreviewWithModal/RecordPreviewWithModal.d.ts +9 -0
- package/dist/components/RecordPreviewWithModal/index.d.ts +1 -0
- package/dist/components/SearchModal/SearchModal.d.ts +10 -0
- package/dist/components/SearchModal/index.d.ts +1 -0
- package/dist/components/SelectRecordForLinkModal/SelectRecordForLinkModal.d.ts +6 -1
- package/dist/components/SelectRecordForLinkModal/SelectRecordForLinkModal.js +12 -8
- package/dist/components/SelectRecordForLinkModal/SelectRecordForLinkModal.js.map +1 -1
- package/dist/components/SelectTreeNode/SelectTreeNode.d.ts +8 -2
- package/dist/components/SelectTreeNode/SelectTreeNode.js +4 -5
- package/dist/components/SelectTreeNode/SelectTreeNode.js.map +1 -1
- package/dist/components/SelectTreeNode/SelectTreeNodeContent.d.ts +8 -2
- package/dist/components/SelectTreeNode/SelectTreeNodeContent.js +73 -51
- package/dist/components/SelectTreeNode/SelectTreeNodeContent.js.map +1 -1
- package/dist/components/SelectTreeNode/SelectTreeNodeContentSkeleton.d.ts +2 -0
- package/dist/components/SelectTreeNode/SelectTreeNodeContentSkeleton.js +17 -0
- package/dist/components/SelectTreeNode/SelectTreeNodeContentSkeleton.js.map +1 -0
- package/dist/components/SelectTreeNode/TreeNodeTitle.d.ts +9 -0
- package/dist/components/SelectTreeNode/TreeNodeTitle.js +8 -0
- package/dist/components/SelectTreeNode/TreeNodeTitle.js.map +1 -0
- 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/{SelectTreeNodeModal/SelectTreeNodeModal.d.ts → SelectTreeNodeModalOld/SelectTreeNodeModalOld.d.ts} +1 -1
- package/dist/components/{SelectTreeNodeModal/SelectTreeNodeModal.js → SelectTreeNodeModalOld/SelectTreeNodeModalOld.js} +5 -3
- package/dist/components/SelectTreeNodeModalOld/SelectTreeNodeModalOld.js.map +1 -0
- package/dist/components/SelectTreeNodeModalOld/index.d.ts +1 -0
- package/dist/components/{RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList → SelectTreeNodeModalOld}/index.js +1 -2
- package/dist/components/SelectTreeNodeModalOld/index.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/LinkField/ValuesAdd → ShowMore}/index.js +1 -2
- package/dist/components/ShowMore/index.js.map +1 -0
- package/dist/components/SimpleErrorBoundary/SimpleErrorBoundary.d.ts +14 -0
- package/dist/components/SimpleErrorBoundary/SimpleErrorBoundary.js.map +1 -1
- package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/SimpleErrorBoundaryContent.d.ts +7 -0
- package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/SimpleErrorBoundaryContent.js +6 -3
- package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/SimpleErrorBoundaryContent.js.map +1 -1
- package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/index.d.ts +2 -0
- package/dist/components/SimpleErrorBoundary/index.d.ts +1 -0
- package/dist/components/SubmitStateNotifier/SubmitStateNotifier.d.ts +7 -0
- package/dist/components/SubmitStateNotifier/_types.d.ts +1 -0
- package/dist/components/SubmitStateNotifier/index.d.ts +2 -0
- package/dist/components/TreePicker/TreePicker.d.ts +11 -0
- package/dist/components/TreePicker/TreesList/TreesList.d.ts +9 -0
- package/dist/components/TreePicker/TreesList/index.d.ts +1 -0
- package/dist/components/TreePicker/index.d.ts +1 -0
- package/dist/components/TriggerPreviewsGenerationModal/TriggerPreviewsGenerationModal.d.ts +10 -0
- package/dist/components/TriggerPreviewsGenerationModal/index.d.ts +1 -0
- package/dist/components/UploadFiles/UploadFiles.d.ts +13 -0
- package/dist/components/UploadFiles/UploadFiles.js +4 -4
- package/dist/components/UploadFiles/UploadFiles.js.map +1 -1
- package/dist/components/UploadFiles/index.d.ts +1 -0
- package/dist/components/ValuesVersionConfigurator/ValuesVersionConfigurator.d.ts +9 -0
- package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.d.ts +10 -0
- package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.js +2 -2
- package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.js.map +1 -1
- package/dist/components/ValuesVersionConfigurator/VersionTree/index.d.ts +2 -0
- package/dist/components/ValuesVersionConfigurator/index.d.ts +2 -0
- package/dist/components/index.d.ts +40 -0
- package/dist/components/index.js +3 -2
- package/dist/components/index.js.map +1 -1
- package/dist/constants.d.ts +3 -1
- package/dist/constants.js +3 -1
- package/dist/constants.js.map +1 -1
- package/dist/contexts/EditRecordModalContext/EditRecordModalContext.d.ts +5 -0
- package/dist/contexts/EditRecordModalContext/EditRecordModalProvider.d.ts +2 -0
- package/dist/contexts/EditRecordModalContext/index.d.ts +2 -0
- package/dist/contexts/EditRecordModalContext/useEditRecordModalContext.d.ts +1 -0
- package/dist/contexts/LangContext/LangContext.d.ts +2 -0
- package/dist/contexts/LangContext/LangContext.js +2 -2
- package/dist/contexts/LangContext/LangContext.js.map +1 -1
- package/dist/contexts/LangContext/index.d.ts +2 -0
- package/dist/contexts/LangContext/types.d.ts +6 -0
- package/dist/contexts/UserContext/UserContext.d.ts +3 -0
- package/dist/contexts/UserContext/index.d.ts +2 -0
- package/dist/contexts/UserContext/types.d.ts +9 -0
- package/dist/contexts/index.d.ts +2 -0
- package/dist/gqlFragments/index.d.ts +1 -0
- package/dist/gqlFragments/recordIdentityFragment.d.ts +1 -0
- package/dist/gqlPossibleTypes/index.d.ts +20 -0
- package/dist/hooks/index.d.ts +17 -0
- package/dist/hooks/index.js +3 -0
- package/dist/hooks/index.js.map +1 -1
- package/dist/hooks/useAntdLocale/index.d.ts +1 -0
- package/dist/hooks/useAntdLocale/useAntdLocale.d.ts +3 -0
- package/dist/hooks/useAppLang/index.d.ts +1 -0
- package/dist/hooks/useAppLang/useAppLang.d.ts +5 -0
- package/dist/hooks/useAppLang/useAppLang.js.map +1 -1
- package/dist/hooks/useAuth/index.d.ts +1 -0
- package/dist/hooks/useAuth/useAuth.d.ts +5 -0
- package/dist/hooks/useCanEditRecord/index.d.ts +1 -0
- package/dist/hooks/useCanEditRecord/useCanEditRecord.d.ts +8 -0
- package/dist/hooks/useDebouncedValue/index.d.ts +1 -0
- package/dist/hooks/useDebouncedValue/useDebouncedValue.d.ts +1 -0
- package/dist/hooks/useExecuteDeleteViewMutation/useExecuteDeleteViewMutation.d.ts +6 -0
- package/dist/hooks/useGetLibraryDetailExtendedQuery/useGetLibraryDetailExtendedQuery.d.ts +5 -0
- package/dist/hooks/useGetPreparedFileData/useGetPreparedFileData.d.ts +8 -0
- package/dist/hooks/useGetRecordForm/index.d.ts +2 -0
- package/dist/hooks/useGetRecordForm/useGetRecordForm.d.ts +55 -0
- package/dist/hooks/useGetRecordForm/useGetRecordForm.js +3 -3
- package/dist/hooks/useGetRecordForm/useGetRecordForm.js.map +1 -1
- package/dist/hooks/useGetRecordUpdatesSubscription/index.d.ts +1 -0
- package/dist/hooks/useGetRecordUpdatesSubscription/useGetRecordUpdatesSubscription.d.ts +4 -0
- package/dist/hooks/useIFrameMessenger/messageHandlers.d.ts +15 -0
- package/dist/hooks/useIFrameMessenger/messageHandlers.js +121 -0
- package/dist/hooks/useIFrameMessenger/messageHandlers.js.map +1 -0
- package/dist/hooks/useIFrameMessenger/schema.d.ts +23 -0
- package/dist/hooks/useIFrameMessenger/schema.js +79 -0
- package/dist/hooks/useIFrameMessenger/schema.js.map +1 -0
- package/dist/hooks/useIFrameMessenger/types.d.ts +120 -0
- package/dist/hooks/useIFrameMessenger/types.js +2 -0
- package/dist/hooks/useIFrameMessenger/types.js.map +1 -0
- package/dist/hooks/useIFrameMessenger/useIFrameMessenger.d.ts +19 -0
- package/dist/hooks/useIFrameMessenger/useIFrameMessenger.js +108 -0
- package/dist/hooks/useIFrameMessenger/useIFrameMessenger.js.map +1 -0
- package/dist/hooks/useIFrameMessengerClient/IFrameMessengerClient.d.ts +7 -0
- package/dist/hooks/useIFrameMessengerClient/IFrameMessengerClient.js +13 -0
- package/dist/hooks/useIFrameMessengerClient/IFrameMessengerClient.js.map +1 -0
- package/dist/hooks/useIFrameMessengerClient/iFrameMessengerClientContext.d.ts +13 -0
- package/dist/{components/RecordEdition/EditRecord/creationErrorContext.js → hooks/useIFrameMessengerClient/iFrameMessengerClientContext.js} +2 -3
- package/dist/hooks/useIFrameMessengerClient/iFrameMessengerClientContext.js.map +1 -0
- package/dist/hooks/useIFrameMessengerClient/useIFrameMessengerClient.d.ts +13 -0
- package/dist/hooks/useIFrameMessengerClient/useIFrameMessengerClient.js +13 -0
- package/dist/hooks/useIFrameMessengerClient/useIFrameMessengerClient.js.map +1 -0
- package/dist/hooks/useLang/__mocks__/index.d.ts +2 -0
- package/dist/hooks/useLang/__mocks__/useLang.d.ts +6 -0
- package/dist/hooks/useLang/index.d.ts +2 -0
- package/dist/hooks/useLang/useLang.d.ts +3 -0
- package/dist/hooks/useLibraryVersionTrees/index.d.ts +1 -0
- package/dist/hooks/useLibraryVersionTrees/useLibraryVersionTrees.d.ts +10 -0
- package/dist/hooks/useLocalStorage/index.d.ts +1 -0
- package/dist/hooks/useLocalStorage/useLocalStorage.d.ts +2 -0
- package/dist/hooks/useLoginChecker/index.d.ts +1 -0
- package/dist/hooks/useLoginChecker/useLoginChecker.d.ts +3 -0
- package/dist/hooks/useRecordsConsultationHistory/index.d.ts +2 -0
- package/dist/hooks/useRecordsConsultationHistory/useRecordsConsultationHistory.d.ts +1 -0
- package/dist/hooks/useRedirectToLogin/index.d.ts +1 -0
- package/dist/hooks/useRedirectToLogin/useRedirectToLogin.d.ts +3 -0
- package/dist/hooks/useRedirectToLogin/useRedirectToLogin.js +1 -1
- package/dist/hooks/useRedirectToLogin/useRedirectToLogin.js.map +1 -1
- package/dist/hooks/useRefreshFieldValues/index.d.ts +1 -0
- package/dist/hooks/useRefreshFieldValues/useRefreshFieldValues.d.ts +7 -0
- package/dist/hooks/useSharedTranslation/__mocks__/index.d.ts +1 -0
- package/dist/hooks/useSharedTranslation/__mocks__/useSharedTranslation.d.ts +7 -0
- package/dist/hooks/useSharedTranslation/index.d.ts +1 -0
- package/dist/hooks/useSharedTranslation/useSharedTranslation.d.ts +2 -0
- package/dist/hooks/useUser/index.d.ts +1 -0
- package/dist/hooks/useUser/useUser.d.ts +1 -0
- package/dist/hooks/useValuesCacheUpdate/index.d.ts +1 -0
- package/dist/hooks/useValuesCacheUpdate/useValuesCacheUpdate.d.ts +4 -0
- package/dist/index.d.ts +9 -0
- package/dist/locales/en/shared.json +48 -13
- package/dist/locales/fr/shared.json +47 -12
- package/dist/testing/MockedLangContextProvider/MockedLangContextProvider.d.ts +4 -0
- package/dist/testing/MockedLangContextProvider/index.d.ts +2 -0
- package/dist/testing/MockedUserContextProvider/MockedUserContextProvider.d.ts +4 -0
- package/dist/testing/MockedUserContextProvider/index.d.ts +2 -0
- package/dist/testing/index.d.ts +1 -0
- package/dist/types/attributes.d.ts +22 -0
- package/dist/types/index.d.ts +8 -0
- package/dist/types/misc.d.ts +2 -0
- package/dist/types/records.d.ts +25 -0
- package/dist/types/scalars.d.ts +1 -0
- package/dist/types/search.d.ts +205 -0
- package/dist/types/trees.d.ts +18 -0
- package/dist/types/values.d.ts +7 -0
- package/package.json +23 -8
- package/dist/components/Explorer/actions-item/useRemoveItemAction.js.map +0 -1
- package/dist/components/Explorer/link-item/useLinkMassAction.js.map +0 -1
- 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/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.js +0 -31
- package/dist/components/RecordEdition/EditRecordContent/hooks/useRunActionsListAndFormatOnValue.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/FloatingMenuHandler/FloatingMenuHandler.js +0 -29
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/FloatingMenuHandler/FloatingMenuHandler.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/FloatingMenuHandler/index.js +0 -6
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/FloatingMenuHandler/index.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.d.ts +0 -20
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.js +0 -53
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/useGetOptionsQuery.js +0 -111
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/useGetOptionsQuery.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.d.ts +0 -20
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.js +0 -71
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/useGetOptionsQuery.js +0 -58
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/useGetOptionsQuery.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/RecordIdentityCell/RecordIdentityCell.js +0 -11
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/RecordIdentityCell/RecordIdentityCell.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/RecordIdentityCell/index.js +0 -6
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/RecordIdentityCell/index.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/QuickSearch/QuickSearch.js +0 -50
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/QuickSearch/QuickSearch.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/QuickSearch/index.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/ValuesAdd.js +0 -215
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/ValuesAdd.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/index.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/ComputeIndicator.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/DeleteAllValuesButton.js.map +0 -1
- 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.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/calculatedInheritedFlags.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeFieldValue/TreeFieldValue.js +0 -50
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeFieldValue/TreeFieldValue.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeFieldValue/index.js +0 -6
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeFieldValue/index.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/ValuesAdd.js +0 -106
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/ValuesAdd.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/index.js +0 -6
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/index.js.map +0 -1
- package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.js.map +0 -1
- package/dist/components/SelectTreeNodeModal/index.d.ts +0 -1
- package/dist/components/SelectTreeNodeModal/index.js.map +0 -1
- /package/dist/components/RecordEdition/EditRecordContent/uiElements/{StandardField → shared}/ComputeIndicator.js +0 -0
- /package/dist/components/RecordEdition/EditRecordContent/uiElements/{StandardField → shared}/calculatedInheritedFlags.d.ts +0 -0
- /package/dist/components/RecordEdition/EditRecordContent/uiElements/{StandardField → shared}/calculatedInheritedFlags.js +0 -0
package/dist/_gqlTypes/index.js
CHANGED
|
@@ -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;
|
|
@@ -160,6 +161,12 @@ export var LogSortableField;
|
|
|
160
161
|
LogSortableField["trigger"] = "trigger";
|
|
161
162
|
LogSortableField["userId"] = "userId";
|
|
162
163
|
})(LogSortableField || (LogSortableField = {}));
|
|
164
|
+
export var MultiDisplayOption;
|
|
165
|
+
(function (MultiDisplayOption) {
|
|
166
|
+
MultiDisplayOption["avatar"] = "avatar";
|
|
167
|
+
MultiDisplayOption["badge_qty"] = "badge_qty";
|
|
168
|
+
MultiDisplayOption["tag"] = "tag";
|
|
169
|
+
})(MultiDisplayOption || (MultiDisplayOption = {}));
|
|
163
170
|
export var PermissionTypes;
|
|
164
171
|
(function (PermissionTypes) {
|
|
165
172
|
PermissionTypes["admin"] = "admin";
|
|
@@ -183,6 +190,7 @@ export var PermissionsActions;
|
|
|
183
190
|
PermissionsActions["admin_access_applications"] = "admin_access_applications";
|
|
184
191
|
PermissionsActions["admin_access_attributes"] = "admin_access_attributes";
|
|
185
192
|
PermissionsActions["admin_access_libraries"] = "admin_access_libraries";
|
|
193
|
+
PermissionsActions["admin_access_logs"] = "admin_access_logs";
|
|
186
194
|
PermissionsActions["admin_access_permissions"] = "admin_access_permissions";
|
|
187
195
|
PermissionsActions["admin_access_tasks"] = "admin_access_tasks";
|
|
188
196
|
PermissionsActions["admin_access_trees"] = "admin_access_trees";
|
|
@@ -210,6 +218,7 @@ export var PermissionsActions;
|
|
|
210
218
|
PermissionsActions["admin_edit_permission"] = "admin_edit_permission";
|
|
211
219
|
PermissionsActions["admin_edit_tree"] = "admin_edit_tree";
|
|
212
220
|
PermissionsActions["admin_edit_version_profile"] = "admin_edit_version_profile";
|
|
221
|
+
PermissionsActions["admin_import_config_clear_database"] = "admin_import_config_clear_database";
|
|
213
222
|
PermissionsActions["admin_library"] = "admin_library";
|
|
214
223
|
PermissionsActions["admin_manage_global_preferences"] = "admin_manage_global_preferences";
|
|
215
224
|
PermissionsActions["create_record"] = "create_record";
|
|
@@ -261,6 +270,13 @@ export var RecordFilterOperator;
|
|
|
261
270
|
RecordFilterOperator["OPEN_BRACKET"] = "OPEN_BRACKET";
|
|
262
271
|
RecordFilterOperator["OR"] = "OR";
|
|
263
272
|
})(RecordFilterOperator || (RecordFilterOperator = {}));
|
|
273
|
+
export var RecordPermissionsActions;
|
|
274
|
+
(function (RecordPermissionsActions) {
|
|
275
|
+
RecordPermissionsActions["access_record"] = "access_record";
|
|
276
|
+
RecordPermissionsActions["create_record"] = "create_record";
|
|
277
|
+
RecordPermissionsActions["delete_record"] = "delete_record";
|
|
278
|
+
RecordPermissionsActions["edit_record"] = "edit_record";
|
|
279
|
+
})(RecordPermissionsActions || (RecordPermissionsActions = {}));
|
|
264
280
|
export var SortOrder;
|
|
265
281
|
(function (SortOrder) {
|
|
266
282
|
SortOrder["asc"] = "asc";
|
|
@@ -371,6 +387,8 @@ export const AttributeDetailsFragmentDoc = gql `
|
|
|
371
387
|
label
|
|
372
388
|
description
|
|
373
389
|
multiple_values
|
|
390
|
+
multi_link_display_option
|
|
391
|
+
multi_tree_display_option
|
|
374
392
|
metadata_fields {
|
|
375
393
|
id
|
|
376
394
|
label
|
|
@@ -749,6 +767,13 @@ export const RecordFormAttributeFragmentDoc = gql `
|
|
|
749
767
|
}
|
|
750
768
|
${StandardValuesListFragmentFragmentDoc}
|
|
751
769
|
${RecordIdentityFragmentDoc}`;
|
|
770
|
+
export const JoinLibraryContextFragmentDoc = gql `
|
|
771
|
+
fragment JoinLibraryContext on FormElementJoinLibraryContext {
|
|
772
|
+
mandatoryAttribute {
|
|
773
|
+
...RecordFormAttribute
|
|
774
|
+
}
|
|
775
|
+
}
|
|
776
|
+
${RecordFormAttributeFragmentDoc}`;
|
|
752
777
|
export const RecordFormElementFragmentDoc = gql `
|
|
753
778
|
fragment RecordFormElement on FormElementWithValues {
|
|
754
779
|
id
|
|
@@ -766,9 +791,13 @@ export const RecordFormElementFragmentDoc = gql `
|
|
|
766
791
|
key
|
|
767
792
|
value
|
|
768
793
|
}
|
|
794
|
+
joinLibraryContext {
|
|
795
|
+
...JoinLibraryContext
|
|
796
|
+
}
|
|
769
797
|
}
|
|
770
798
|
${ValueDetailsFragmentDoc}
|
|
771
|
-
${RecordFormAttributeFragmentDoc}
|
|
799
|
+
${RecordFormAttributeFragmentDoc}
|
|
800
|
+
${JoinLibraryContextFragmentDoc}`;
|
|
772
801
|
export const TreeLightFragmentDoc = gql `
|
|
773
802
|
fragment TreeLight on Tree {
|
|
774
803
|
id
|
|
@@ -880,13 +909,123 @@ export const ViewDetailsFragmentDoc = gql `
|
|
|
880
909
|
}
|
|
881
910
|
${ViewDetailsFilterFragmentDoc}
|
|
882
911
|
${RecordIdentityFragmentDoc}`;
|
|
912
|
+
export const AttributesByLibLinkAttributeWithPermissionsFragmentDoc = gql `
|
|
913
|
+
fragment AttributesByLibLinkAttributeWithPermissions on LinkAttribute {
|
|
914
|
+
valuesList: values_list {
|
|
915
|
+
enable
|
|
916
|
+
allowFreeEntry
|
|
917
|
+
allowListUpdate
|
|
918
|
+
linkedValues: values {
|
|
919
|
+
...RecordIdentity
|
|
920
|
+
}
|
|
921
|
+
}
|
|
922
|
+
linked_library {
|
|
923
|
+
id
|
|
924
|
+
}
|
|
925
|
+
}
|
|
926
|
+
${RecordIdentityFragmentDoc}`;
|
|
927
|
+
export const AttributesByLibAttributeWithPermissionsFragmentDoc = gql `
|
|
928
|
+
fragment AttributesByLibAttributeWithPermissions on Attribute {
|
|
929
|
+
id
|
|
930
|
+
type
|
|
931
|
+
format
|
|
932
|
+
label
|
|
933
|
+
multiple_values
|
|
934
|
+
system
|
|
935
|
+
readonly
|
|
936
|
+
permissions {
|
|
937
|
+
access_attribute
|
|
938
|
+
}
|
|
939
|
+
...AttributesByLibLinkAttributeWithPermissions
|
|
940
|
+
... on TreeAttribute {
|
|
941
|
+
linked_tree {
|
|
942
|
+
id
|
|
943
|
+
label
|
|
944
|
+
libraries {
|
|
945
|
+
library {
|
|
946
|
+
id
|
|
947
|
+
label
|
|
948
|
+
}
|
|
949
|
+
}
|
|
950
|
+
}
|
|
951
|
+
}
|
|
952
|
+
... on StandardAttribute {
|
|
953
|
+
embedded_fields {
|
|
954
|
+
id
|
|
955
|
+
format
|
|
956
|
+
label
|
|
957
|
+
}
|
|
958
|
+
valuesList: values_list {
|
|
959
|
+
... on StandardStringValuesListConf {
|
|
960
|
+
enable
|
|
961
|
+
allowFreeEntry
|
|
962
|
+
allowListUpdate
|
|
963
|
+
values
|
|
964
|
+
}
|
|
965
|
+
... on StandardDateRangeValuesListConf {
|
|
966
|
+
enable
|
|
967
|
+
allowFreeEntry
|
|
968
|
+
allowListUpdate
|
|
969
|
+
dateRangeValues: values {
|
|
970
|
+
from
|
|
971
|
+
to
|
|
972
|
+
}
|
|
973
|
+
}
|
|
974
|
+
}
|
|
975
|
+
}
|
|
976
|
+
}
|
|
977
|
+
${AttributesByLibLinkAttributeWithPermissionsFragmentDoc}`;
|
|
883
978
|
export const LinkAttributeDetailsFragmentDoc = gql `
|
|
884
979
|
fragment LinkAttributeDetails on LinkAttribute {
|
|
885
980
|
label
|
|
981
|
+
type
|
|
886
982
|
linked_library {
|
|
887
983
|
id
|
|
888
984
|
label
|
|
889
985
|
}
|
|
986
|
+
valuesList: values_list {
|
|
987
|
+
allowFreeEntry
|
|
988
|
+
enable
|
|
989
|
+
linkedValues: values {
|
|
990
|
+
id
|
|
991
|
+
whoAmI {
|
|
992
|
+
id
|
|
993
|
+
label
|
|
994
|
+
library {
|
|
995
|
+
id
|
|
996
|
+
}
|
|
997
|
+
}
|
|
998
|
+
}
|
|
999
|
+
}
|
|
1000
|
+
}
|
|
1001
|
+
`;
|
|
1002
|
+
export const TreeAttributeDetailsFragmentDoc = gql `
|
|
1003
|
+
fragment TreeAttributeDetails on TreeAttribute {
|
|
1004
|
+
id
|
|
1005
|
+
label
|
|
1006
|
+
linked_tree {
|
|
1007
|
+
id
|
|
1008
|
+
label
|
|
1009
|
+
}
|
|
1010
|
+
}
|
|
1011
|
+
`;
|
|
1012
|
+
export const StandardAttributeDetailsFragmentDoc = gql `
|
|
1013
|
+
fragment StandardAttributeDetails on StandardAttribute {
|
|
1014
|
+
id
|
|
1015
|
+
type
|
|
1016
|
+
embedded_fields {
|
|
1017
|
+
id
|
|
1018
|
+
format
|
|
1019
|
+
label
|
|
1020
|
+
}
|
|
1021
|
+
valuesList: values_list {
|
|
1022
|
+
... on StandardStringValuesListConf {
|
|
1023
|
+
enable
|
|
1024
|
+
allowFreeEntry
|
|
1025
|
+
allowListUpdate
|
|
1026
|
+
values
|
|
1027
|
+
}
|
|
1028
|
+
}
|
|
890
1029
|
}
|
|
891
1030
|
`;
|
|
892
1031
|
export const AttributePropertiesFragmentDoc = gql `
|
|
@@ -896,6 +1035,8 @@ export const AttributePropertiesFragmentDoc = gql `
|
|
|
896
1035
|
type
|
|
897
1036
|
format
|
|
898
1037
|
multiple_values
|
|
1038
|
+
multi_link_display_option
|
|
1039
|
+
multi_tree_display_option
|
|
899
1040
|
}
|
|
900
1041
|
`;
|
|
901
1042
|
export const PropertyValueFragmentDoc = gql `
|
|
@@ -958,12 +1099,58 @@ export const LibraryAttributeFragmentDoc = gql `
|
|
|
958
1099
|
id
|
|
959
1100
|
type
|
|
960
1101
|
label
|
|
1102
|
+
permissions {
|
|
1103
|
+
access_attribute
|
|
1104
|
+
}
|
|
961
1105
|
... on StandardAttribute {
|
|
962
1106
|
format
|
|
963
1107
|
}
|
|
964
1108
|
...LibraryAttributeLink
|
|
965
1109
|
}
|
|
966
1110
|
${LibraryAttributeLinkFragmentDoc}`;
|
|
1111
|
+
export const RecordHistoryLogAttributeFragmentDoc = gql `
|
|
1112
|
+
fragment RecordHistoryLogAttribute on Attribute {
|
|
1113
|
+
id
|
|
1114
|
+
label
|
|
1115
|
+
type
|
|
1116
|
+
format
|
|
1117
|
+
multiple_values
|
|
1118
|
+
}
|
|
1119
|
+
`;
|
|
1120
|
+
export const RecordHistoryLogEntryFragmentDoc = gql `
|
|
1121
|
+
fragment RecordHistoryLogEntry on Log {
|
|
1122
|
+
action
|
|
1123
|
+
time
|
|
1124
|
+
topic {
|
|
1125
|
+
attribute {
|
|
1126
|
+
...RecordHistoryLogAttribute
|
|
1127
|
+
}
|
|
1128
|
+
}
|
|
1129
|
+
user {
|
|
1130
|
+
id
|
|
1131
|
+
whoAmI {
|
|
1132
|
+
id
|
|
1133
|
+
library {
|
|
1134
|
+
id
|
|
1135
|
+
}
|
|
1136
|
+
}
|
|
1137
|
+
properties(attributeIds: ["email"]) {
|
|
1138
|
+
attributeId
|
|
1139
|
+
values {
|
|
1140
|
+
... on Value {
|
|
1141
|
+
payload
|
|
1142
|
+
}
|
|
1143
|
+
}
|
|
1144
|
+
}
|
|
1145
|
+
}
|
|
1146
|
+
before {
|
|
1147
|
+
asString
|
|
1148
|
+
}
|
|
1149
|
+
after {
|
|
1150
|
+
asString
|
|
1151
|
+
}
|
|
1152
|
+
}
|
|
1153
|
+
${RecordHistoryLogAttributeFragmentDoc}`;
|
|
967
1154
|
export const CheckApplicationExistenceDocument = gql `
|
|
968
1155
|
query CHECK_APPLICATION_EXISTENCE($id: ID, $endpoint: String) {
|
|
969
1156
|
applications(filters: {id: $id, endpoint: $endpoint}) {
|
|
@@ -996,6 +1183,10 @@ export function useCheckApplicationExistenceLazyQuery(baseOptions) {
|
|
|
996
1183
|
const options = { ...defaultOptions, ...baseOptions };
|
|
997
1184
|
return Apollo.useLazyQuery(CheckApplicationExistenceDocument, options);
|
|
998
1185
|
}
|
|
1186
|
+
export function useCheckApplicationExistenceSuspenseQuery(baseOptions) {
|
|
1187
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1188
|
+
return Apollo.useSuspenseQuery(CheckApplicationExistenceDocument, options);
|
|
1189
|
+
}
|
|
999
1190
|
export const GetApplicationByIdDocument = gql `
|
|
1000
1191
|
query GET_APPLICATION_BY_ID($id: ID!) {
|
|
1001
1192
|
applications(filters: {id: $id}) {
|
|
@@ -1029,6 +1220,10 @@ export function useGetApplicationByIdLazyQuery(baseOptions) {
|
|
|
1029
1220
|
const options = { ...defaultOptions, ...baseOptions };
|
|
1030
1221
|
return Apollo.useLazyQuery(GetApplicationByIdDocument, options);
|
|
1031
1222
|
}
|
|
1223
|
+
export function useGetApplicationByIdSuspenseQuery(baseOptions) {
|
|
1224
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1225
|
+
return Apollo.useSuspenseQuery(GetApplicationByIdDocument, options);
|
|
1226
|
+
}
|
|
1032
1227
|
export const GetApplicationModulesDocument = gql `
|
|
1033
1228
|
query GET_APPLICATION_MODULES {
|
|
1034
1229
|
applicationsModules {
|
|
@@ -1061,6 +1256,10 @@ export function useGetApplicationModulesLazyQuery(baseOptions) {
|
|
|
1061
1256
|
const options = { ...defaultOptions, ...baseOptions };
|
|
1062
1257
|
return Apollo.useLazyQuery(GetApplicationModulesDocument, options);
|
|
1063
1258
|
}
|
|
1259
|
+
export function useGetApplicationModulesSuspenseQuery(baseOptions) {
|
|
1260
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1261
|
+
return Apollo.useSuspenseQuery(GetApplicationModulesDocument, options);
|
|
1262
|
+
}
|
|
1064
1263
|
export const SaveApplicationDocument = gql `
|
|
1065
1264
|
mutation SAVE_APPLICATION($application: ApplicationInput!) {
|
|
1066
1265
|
saveApplication(application: $application) {
|
|
@@ -1120,6 +1319,10 @@ export function useCheckAttributeExistenceLazyQuery(baseOptions) {
|
|
|
1120
1319
|
const options = { ...defaultOptions, ...baseOptions };
|
|
1121
1320
|
return Apollo.useLazyQuery(CheckAttributeExistenceDocument, options);
|
|
1122
1321
|
}
|
|
1322
|
+
export function useCheckAttributeExistenceSuspenseQuery(baseOptions) {
|
|
1323
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1324
|
+
return Apollo.useSuspenseQuery(CheckAttributeExistenceDocument, options);
|
|
1325
|
+
}
|
|
1123
1326
|
export const DeleteAttributeDocument = gql `
|
|
1124
1327
|
mutation DELETE_ATTRIBUTE($id: ID) {
|
|
1125
1328
|
deleteAttribute(id: $id) {
|
|
@@ -1181,6 +1384,10 @@ export function useGetAttributeByIdLazyQuery(baseOptions) {
|
|
|
1181
1384
|
const options = { ...defaultOptions, ...baseOptions };
|
|
1182
1385
|
return Apollo.useLazyQuery(GetAttributeByIdDocument, options);
|
|
1183
1386
|
}
|
|
1387
|
+
export function useGetAttributeByIdSuspenseQuery(baseOptions) {
|
|
1388
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1389
|
+
return Apollo.useSuspenseQuery(GetAttributeByIdDocument, options);
|
|
1390
|
+
}
|
|
1184
1391
|
export const GetAttributesByLibDocument = gql `
|
|
1185
1392
|
query GET_ATTRIBUTES_BY_LIB($library: String!) {
|
|
1186
1393
|
attributes(filters: {libraries: [$library]}) {
|
|
@@ -1214,6 +1421,10 @@ export function useGetAttributesByLibLazyQuery(baseOptions) {
|
|
|
1214
1421
|
const options = { ...defaultOptions, ...baseOptions };
|
|
1215
1422
|
return Apollo.useLazyQuery(GetAttributesByLibDocument, options);
|
|
1216
1423
|
}
|
|
1424
|
+
export function useGetAttributesByLibSuspenseQuery(baseOptions) {
|
|
1425
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1426
|
+
return Apollo.useSuspenseQuery(GetAttributesByLibDocument, options);
|
|
1427
|
+
}
|
|
1217
1428
|
export const GetAttributesDocument = gql `
|
|
1218
1429
|
query GET_ATTRIBUTES($pagination: Pagination, $sort: SortAttributes, $filters: AttributesFiltersInput) {
|
|
1219
1430
|
attributes(pagination: $pagination, sort: $sort, filters: $filters) {
|
|
@@ -1254,6 +1465,10 @@ export function useGetAttributesLazyQuery(baseOptions) {
|
|
|
1254
1465
|
const options = { ...defaultOptions, ...baseOptions };
|
|
1255
1466
|
return Apollo.useLazyQuery(GetAttributesDocument, options);
|
|
1256
1467
|
}
|
|
1468
|
+
export function useGetAttributesSuspenseQuery(baseOptions) {
|
|
1469
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1470
|
+
return Apollo.useSuspenseQuery(GetAttributesDocument, options);
|
|
1471
|
+
}
|
|
1257
1472
|
export const GetVersionProfilesDocument = gql `
|
|
1258
1473
|
query GET_VERSION_PROFILES($filters: VersionProfilesFiltersInput, $sort: SortVersionProfilesInput) {
|
|
1259
1474
|
versionProfiles(filters: $filters, sort: $sort) {
|
|
@@ -1289,6 +1504,10 @@ export function useGetVersionProfilesLazyQuery(baseOptions) {
|
|
|
1289
1504
|
const options = { ...defaultOptions, ...baseOptions };
|
|
1290
1505
|
return Apollo.useLazyQuery(GetVersionProfilesDocument, options);
|
|
1291
1506
|
}
|
|
1507
|
+
export function useGetVersionProfilesSuspenseQuery(baseOptions) {
|
|
1508
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1509
|
+
return Apollo.useSuspenseQuery(GetVersionProfilesDocument, options);
|
|
1510
|
+
}
|
|
1292
1511
|
export const GetVersionableAttributesByLibraryDocument = gql `
|
|
1293
1512
|
query GET_VERSIONABLE_ATTRIBUTES_BY_LIBRARY($libraryId: String!) {
|
|
1294
1513
|
attributes(filters: {libraries: [$libraryId], versionable: true}) {
|
|
@@ -1332,6 +1551,10 @@ export function useGetVersionableAttributesByLibraryLazyQuery(baseOptions) {
|
|
|
1332
1551
|
const options = { ...defaultOptions, ...baseOptions };
|
|
1333
1552
|
return Apollo.useLazyQuery(GetVersionableAttributesByLibraryDocument, options);
|
|
1334
1553
|
}
|
|
1554
|
+
export function useGetVersionableAttributesByLibrarySuspenseQuery(baseOptions) {
|
|
1555
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1556
|
+
return Apollo.useSuspenseQuery(GetVersionableAttributesByLibraryDocument, options);
|
|
1557
|
+
}
|
|
1335
1558
|
export const SaveAttributeDocument = gql `
|
|
1336
1559
|
mutation SAVE_ATTRIBUTE($attribute: AttributeInput!) {
|
|
1337
1560
|
saveAttribute(attribute: $attribute) {
|
|
@@ -1391,6 +1614,10 @@ export function useExportLazyQuery(baseOptions) {
|
|
|
1391
1614
|
const options = { ...defaultOptions, ...baseOptions };
|
|
1392
1615
|
return Apollo.useLazyQuery(ExportDocument, options);
|
|
1393
1616
|
}
|
|
1617
|
+
export function useExportSuspenseQuery(baseOptions) {
|
|
1618
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1619
|
+
return Apollo.useSuspenseQuery(ExportDocument, options);
|
|
1620
|
+
}
|
|
1394
1621
|
export const CreateDirectoryDocument = gql `
|
|
1395
1622
|
mutation CREATE_DIRECTORY($library: String!, $nodeId: String!, $name: String!) {
|
|
1396
1623
|
createDirectory(library: $library, nodeId: $nodeId, name: $name) {
|
|
@@ -1531,6 +1758,10 @@ export function useGetDirectoryDataLazyQuery(baseOptions) {
|
|
|
1531
1758
|
const options = { ...defaultOptions, ...baseOptions };
|
|
1532
1759
|
return Apollo.useLazyQuery(GetDirectoryDataDocument, options);
|
|
1533
1760
|
}
|
|
1761
|
+
export function useGetDirectoryDataSuspenseQuery(baseOptions) {
|
|
1762
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1763
|
+
return Apollo.useSuspenseQuery(GetDirectoryDataDocument, options);
|
|
1764
|
+
}
|
|
1534
1765
|
export const UploadUpdateDocument = gql `
|
|
1535
1766
|
subscription UPLOAD_UPDATE($filters: UploadFiltersInput) {
|
|
1536
1767
|
upload(filters: $filters) {
|
|
@@ -1661,6 +1892,10 @@ export function useCheckLibraryExistenceLazyQuery(baseOptions) {
|
|
|
1661
1892
|
const options = { ...defaultOptions, ...baseOptions };
|
|
1662
1893
|
return Apollo.useLazyQuery(CheckLibraryExistenceDocument, options);
|
|
1663
1894
|
}
|
|
1895
|
+
export function useCheckLibraryExistenceSuspenseQuery(baseOptions) {
|
|
1896
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1897
|
+
return Apollo.useSuspenseQuery(CheckLibraryExistenceDocument, options);
|
|
1898
|
+
}
|
|
1664
1899
|
export const DeleteLibraryDocument = gql `
|
|
1665
1900
|
mutation DELETE_LIBRARY($id: ID) {
|
|
1666
1901
|
deleteLibrary(id: $id) {
|
|
@@ -1721,6 +1956,10 @@ export function useGetLibrariesLazyQuery(baseOptions) {
|
|
|
1721
1956
|
const options = { ...defaultOptions, ...baseOptions };
|
|
1722
1957
|
return Apollo.useLazyQuery(GetLibrariesDocument, options);
|
|
1723
1958
|
}
|
|
1959
|
+
export function useGetLibrariesSuspenseQuery(baseOptions) {
|
|
1960
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1961
|
+
return Apollo.useSuspenseQuery(GetLibrariesDocument, options);
|
|
1962
|
+
}
|
|
1724
1963
|
export const GetLibraryByIdDocument = gql `
|
|
1725
1964
|
query GET_LIBRARY_BY_ID($id: [ID!]) {
|
|
1726
1965
|
libraries(filters: {id: $id}) {
|
|
@@ -1754,6 +1993,10 @@ export function useGetLibraryByIdLazyQuery(baseOptions) {
|
|
|
1754
1993
|
const options = { ...defaultOptions, ...baseOptions };
|
|
1755
1994
|
return Apollo.useLazyQuery(GetLibraryByIdDocument, options);
|
|
1756
1995
|
}
|
|
1996
|
+
export function useGetLibraryByIdSuspenseQuery(baseOptions) {
|
|
1997
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1998
|
+
return Apollo.useSuspenseQuery(GetLibraryByIdDocument, options);
|
|
1999
|
+
}
|
|
1757
2000
|
export const GetLibraryPermissionsDocument = gql `
|
|
1758
2001
|
query GET_LIBRARY_PERMISSIONS($libraryId: [ID!]) {
|
|
1759
2002
|
libraries(filters: {id: $libraryId}) {
|
|
@@ -1793,6 +2036,10 @@ export function useGetLibraryPermissionsLazyQuery(baseOptions) {
|
|
|
1793
2036
|
const options = { ...defaultOptions, ...baseOptions };
|
|
1794
2037
|
return Apollo.useLazyQuery(GetLibraryPermissionsDocument, options);
|
|
1795
2038
|
}
|
|
2039
|
+
export function useGetLibraryPermissionsSuspenseQuery(baseOptions) {
|
|
2040
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2041
|
+
return Apollo.useSuspenseQuery(GetLibraryPermissionsDocument, options);
|
|
2042
|
+
}
|
|
1796
2043
|
export const GetLibraryPreviewsSettingsDocument = gql `
|
|
1797
2044
|
query GET_LIBRARY_PREVIEWS_SETTINGS($id: ID!) {
|
|
1798
2045
|
libraries(filters: {id: [$id]}) {
|
|
@@ -1841,6 +2088,10 @@ export function useGetLibraryPreviewsSettingsLazyQuery(baseOptions) {
|
|
|
1841
2088
|
const options = { ...defaultOptions, ...baseOptions };
|
|
1842
2089
|
return Apollo.useLazyQuery(GetLibraryPreviewsSettingsDocument, options);
|
|
1843
2090
|
}
|
|
2091
|
+
export function useGetLibraryPreviewsSettingsSuspenseQuery(baseOptions) {
|
|
2092
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2093
|
+
return Apollo.useSuspenseQuery(GetLibraryPreviewsSettingsDocument, options);
|
|
2094
|
+
}
|
|
1844
2095
|
export const SaveLibraryDocument = gql `
|
|
1845
2096
|
mutation saveLibrary($library: LibraryInput!) {
|
|
1846
2097
|
saveLibrary(library: $library) {
|
|
@@ -1904,6 +2155,119 @@ export function useIsAllowedLazyQuery(baseOptions) {
|
|
|
1904
2155
|
const options = { ...defaultOptions, ...baseOptions };
|
|
1905
2156
|
return Apollo.useLazyQuery(IsAllowedDocument, options);
|
|
1906
2157
|
}
|
|
2158
|
+
export function useIsAllowedSuspenseQuery(baseOptions) {
|
|
2159
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2160
|
+
return Apollo.useSuspenseQuery(IsAllowedDocument, options);
|
|
2161
|
+
}
|
|
2162
|
+
export const ActivateNewRecordDocument = gql `
|
|
2163
|
+
mutation activateNewRecord($libraryId: ID!, $recordId: ID!, $formId: String) {
|
|
2164
|
+
activateNewRecord(library: $libraryId, recordId: $recordId, formId: $formId) {
|
|
2165
|
+
record {
|
|
2166
|
+
...RecordIdentity
|
|
2167
|
+
}
|
|
2168
|
+
valuesErrors {
|
|
2169
|
+
type
|
|
2170
|
+
attribute
|
|
2171
|
+
input
|
|
2172
|
+
message
|
|
2173
|
+
}
|
|
2174
|
+
}
|
|
2175
|
+
}
|
|
2176
|
+
${RecordIdentityFragmentDoc}`;
|
|
2177
|
+
/**
|
|
2178
|
+
* __useActivateNewRecordMutation__
|
|
2179
|
+
*
|
|
2180
|
+
* To run a mutation, you first call `useActivateNewRecordMutation` within a React component and pass it any options that fit your needs.
|
|
2181
|
+
* When your component renders, `useActivateNewRecordMutation` returns a tuple that includes:
|
|
2182
|
+
* - A mutate function that you can call at any time to execute the mutation
|
|
2183
|
+
* - An object with fields that represent the current status of the mutation's execution
|
|
2184
|
+
*
|
|
2185
|
+
* @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;
|
|
2186
|
+
*
|
|
2187
|
+
* @example
|
|
2188
|
+
* const [activateNewRecordMutation, { data, loading, error }] = useActivateNewRecordMutation({
|
|
2189
|
+
* variables: {
|
|
2190
|
+
* libraryId: // value for 'libraryId'
|
|
2191
|
+
* recordId: // value for 'recordId'
|
|
2192
|
+
* formId: // value for 'formId'
|
|
2193
|
+
* },
|
|
2194
|
+
* });
|
|
2195
|
+
*/
|
|
2196
|
+
export function useActivateNewRecordMutation(baseOptions) {
|
|
2197
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2198
|
+
return Apollo.useMutation(ActivateNewRecordDocument, options);
|
|
2199
|
+
}
|
|
2200
|
+
export const ActivateRecordsDocument = gql `
|
|
2201
|
+
mutation ACTIVATE_RECORDS($libraryId: String!, $recordsIds: [String!], $filters: [RecordFilterInput!]) {
|
|
2202
|
+
activateRecords(
|
|
2203
|
+
recordsIds: $recordsIds
|
|
2204
|
+
filters: $filters
|
|
2205
|
+
libraryId: $libraryId
|
|
2206
|
+
) {
|
|
2207
|
+
id
|
|
2208
|
+
...RecordIdentity
|
|
2209
|
+
}
|
|
2210
|
+
}
|
|
2211
|
+
${RecordIdentityFragmentDoc}`;
|
|
2212
|
+
/**
|
|
2213
|
+
* __useActivateRecordsMutation__
|
|
2214
|
+
*
|
|
2215
|
+
* To run a mutation, you first call `useActivateRecordsMutation` within a React component and pass it any options that fit your needs.
|
|
2216
|
+
* When your component renders, `useActivateRecordsMutation` returns a tuple that includes:
|
|
2217
|
+
* - A mutate function that you can call at any time to execute the mutation
|
|
2218
|
+
* - An object with fields that represent the current status of the mutation's execution
|
|
2219
|
+
*
|
|
2220
|
+
* @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;
|
|
2221
|
+
*
|
|
2222
|
+
* @example
|
|
2223
|
+
* const [activateRecordsMutation, { data, loading, error }] = useActivateRecordsMutation({
|
|
2224
|
+
* variables: {
|
|
2225
|
+
* libraryId: // value for 'libraryId'
|
|
2226
|
+
* recordsIds: // value for 'recordsIds'
|
|
2227
|
+
* filters: // value for 'filters'
|
|
2228
|
+
* },
|
|
2229
|
+
* });
|
|
2230
|
+
*/
|
|
2231
|
+
export function useActivateRecordsMutation(baseOptions) {
|
|
2232
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2233
|
+
return Apollo.useMutation(ActivateRecordsDocument, options);
|
|
2234
|
+
}
|
|
2235
|
+
export const CreateEmptyRecordDocument = gql `
|
|
2236
|
+
mutation createEmptyRecord($library: ID!) {
|
|
2237
|
+
createEmptyRecord(library: $library) {
|
|
2238
|
+
record {
|
|
2239
|
+
...RecordIdentity
|
|
2240
|
+
}
|
|
2241
|
+
valuesErrors {
|
|
2242
|
+
type
|
|
2243
|
+
attribute
|
|
2244
|
+
input
|
|
2245
|
+
message
|
|
2246
|
+
}
|
|
2247
|
+
}
|
|
2248
|
+
}
|
|
2249
|
+
${RecordIdentityFragmentDoc}`;
|
|
2250
|
+
/**
|
|
2251
|
+
* __useCreateEmptyRecordMutation__
|
|
2252
|
+
*
|
|
2253
|
+
* To run a mutation, you first call `useCreateEmptyRecordMutation` within a React component and pass it any options that fit your needs.
|
|
2254
|
+
* When your component renders, `useCreateEmptyRecordMutation` returns a tuple that includes:
|
|
2255
|
+
* - A mutate function that you can call at any time to execute the mutation
|
|
2256
|
+
* - An object with fields that represent the current status of the mutation's execution
|
|
2257
|
+
*
|
|
2258
|
+
* @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;
|
|
2259
|
+
*
|
|
2260
|
+
* @example
|
|
2261
|
+
* const [createEmptyRecordMutation, { data, loading, error }] = useCreateEmptyRecordMutation({
|
|
2262
|
+
* variables: {
|
|
2263
|
+
* library: // value for 'library'
|
|
2264
|
+
* },
|
|
2265
|
+
* });
|
|
2266
|
+
*/
|
|
2267
|
+
export function useCreateEmptyRecordMutation(baseOptions) {
|
|
2268
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2269
|
+
return Apollo.useMutation(CreateEmptyRecordDocument, options);
|
|
2270
|
+
}
|
|
1907
2271
|
export const CreateRecordDocument = gql `
|
|
1908
2272
|
mutation CREATE_RECORD($library: ID!, $data: CreateRecordDataInput) {
|
|
1909
2273
|
createRecord(library: $library, data: $data) {
|
|
@@ -2011,6 +2375,10 @@ export function useDoesFileExistAsChildLazyQuery(baseOptions) {
|
|
|
2011
2375
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2012
2376
|
return Apollo.useLazyQuery(DoesFileExistAsChildDocument, options);
|
|
2013
2377
|
}
|
|
2378
|
+
export function useDoesFileExistAsChildSuspenseQuery(baseOptions) {
|
|
2379
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2380
|
+
return Apollo.useSuspenseQuery(DoesFileExistAsChildDocument, options);
|
|
2381
|
+
}
|
|
2014
2382
|
export const GetFileDataDocument = gql `
|
|
2015
2383
|
query GET_FILE_DATA($library: ID!, $fileId: String!, $previewsStatusAttribute: ID!) {
|
|
2016
2384
|
records(
|
|
@@ -2091,6 +2459,10 @@ export function useGetFileDataLazyQuery(baseOptions) {
|
|
|
2091
2459
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2092
2460
|
return Apollo.useLazyQuery(GetFileDataDocument, options);
|
|
2093
2461
|
}
|
|
2462
|
+
export function useGetFileDataSuspenseQuery(baseOptions) {
|
|
2463
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2464
|
+
return Apollo.useSuspenseQuery(GetFileDataDocument, options);
|
|
2465
|
+
}
|
|
2094
2466
|
export const RecordFormDocument = gql `
|
|
2095
2467
|
query RECORD_FORM($libraryId: String!, $formId: String!, $recordId: String, $version: [ValueVersionInput!]) {
|
|
2096
2468
|
recordForm(
|
|
@@ -2110,6 +2482,10 @@ export const RecordFormDocument = gql `
|
|
|
2110
2482
|
elements {
|
|
2111
2483
|
...RecordFormElement
|
|
2112
2484
|
}
|
|
2485
|
+
sidePanel {
|
|
2486
|
+
enable
|
|
2487
|
+
isOpenByDefault
|
|
2488
|
+
}
|
|
2113
2489
|
}
|
|
2114
2490
|
}
|
|
2115
2491
|
${RecordFormElementFragmentDoc}`;
|
|
@@ -2140,6 +2516,10 @@ export function useRecordFormLazyQuery(baseOptions) {
|
|
|
2140
2516
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2141
2517
|
return Apollo.useLazyQuery(RecordFormDocument, options);
|
|
2142
2518
|
}
|
|
2519
|
+
export function useRecordFormSuspenseQuery(baseOptions) {
|
|
2520
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2521
|
+
return Apollo.useSuspenseQuery(RecordFormDocument, options);
|
|
2522
|
+
}
|
|
2143
2523
|
export const RecordUpdateDocument = gql `
|
|
2144
2524
|
subscription RECORD_UPDATE($filters: RecordUpdateFilterInput) {
|
|
2145
2525
|
recordUpdate(filters: $filters) {
|
|
@@ -2183,6 +2563,46 @@ export function useRecordUpdateSubscription(baseOptions) {
|
|
|
2183
2563
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2184
2564
|
return Apollo.useSubscription(RecordUpdateDocument, options);
|
|
2185
2565
|
}
|
|
2566
|
+
export const GetRecordsFromLibraryDocument = gql `
|
|
2567
|
+
query getRecordsFromLibrary($libraryId: ID!, $pagination: RecordsPagination, $filters: [RecordFilterInput]) {
|
|
2568
|
+
records(library: $libraryId, filters: $filters, pagination: $pagination) {
|
|
2569
|
+
totalCount
|
|
2570
|
+
list {
|
|
2571
|
+
...RecordIdentity
|
|
2572
|
+
}
|
|
2573
|
+
}
|
|
2574
|
+
}
|
|
2575
|
+
${RecordIdentityFragmentDoc}`;
|
|
2576
|
+
/**
|
|
2577
|
+
* __useGetRecordsFromLibraryQuery__
|
|
2578
|
+
*
|
|
2579
|
+
* To run a query within a React component, call `useGetRecordsFromLibraryQuery` and pass it any options that fit your needs.
|
|
2580
|
+
* When your component renders, `useGetRecordsFromLibraryQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
2581
|
+
* you can use to render your UI.
|
|
2582
|
+
*
|
|
2583
|
+
* @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;
|
|
2584
|
+
*
|
|
2585
|
+
* @example
|
|
2586
|
+
* const { data, loading, error } = useGetRecordsFromLibraryQuery({
|
|
2587
|
+
* variables: {
|
|
2588
|
+
* libraryId: // value for 'libraryId'
|
|
2589
|
+
* pagination: // value for 'pagination'
|
|
2590
|
+
* filters: // value for 'filters'
|
|
2591
|
+
* },
|
|
2592
|
+
* });
|
|
2593
|
+
*/
|
|
2594
|
+
export function useGetRecordsFromLibraryQuery(baseOptions) {
|
|
2595
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2596
|
+
return Apollo.useQuery(GetRecordsFromLibraryDocument, options);
|
|
2597
|
+
}
|
|
2598
|
+
export function useGetRecordsFromLibraryLazyQuery(baseOptions) {
|
|
2599
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2600
|
+
return Apollo.useLazyQuery(GetRecordsFromLibraryDocument, options);
|
|
2601
|
+
}
|
|
2602
|
+
export function useGetRecordsFromLibrarySuspenseQuery(baseOptions) {
|
|
2603
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2604
|
+
return Apollo.useSuspenseQuery(GetRecordsFromLibraryDocument, options);
|
|
2605
|
+
}
|
|
2186
2606
|
export const IndexRecordsDocument = gql `
|
|
2187
2607
|
mutation INDEX_RECORDS($libraryId: String!, $records: [String!]) {
|
|
2188
2608
|
indexRecords(libraryId: $libraryId, records: $records)
|
|
@@ -2210,6 +2630,35 @@ export function useIndexRecordsMutation(baseOptions) {
|
|
|
2210
2630
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2211
2631
|
return Apollo.useMutation(IndexRecordsDocument, options);
|
|
2212
2632
|
}
|
|
2633
|
+
export const PurgeRecordDocument = gql `
|
|
2634
|
+
mutation purgeRecord($libraryId: ID!, $recordId: ID!) {
|
|
2635
|
+
purgeRecord(libraryId: $libraryId, recordId: $recordId) {
|
|
2636
|
+
...RecordIdentity
|
|
2637
|
+
}
|
|
2638
|
+
}
|
|
2639
|
+
${RecordIdentityFragmentDoc}`;
|
|
2640
|
+
/**
|
|
2641
|
+
* __usePurgeRecordMutation__
|
|
2642
|
+
*
|
|
2643
|
+
* To run a mutation, you first call `usePurgeRecordMutation` within a React component and pass it any options that fit your needs.
|
|
2644
|
+
* When your component renders, `usePurgeRecordMutation` returns a tuple that includes:
|
|
2645
|
+
* - A mutate function that you can call at any time to execute the mutation
|
|
2646
|
+
* - An object with fields that represent the current status of the mutation's execution
|
|
2647
|
+
*
|
|
2648
|
+
* @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;
|
|
2649
|
+
*
|
|
2650
|
+
* @example
|
|
2651
|
+
* const [purgeRecordMutation, { data, loading, error }] = usePurgeRecordMutation({
|
|
2652
|
+
* variables: {
|
|
2653
|
+
* libraryId: // value for 'libraryId'
|
|
2654
|
+
* recordId: // value for 'recordId'
|
|
2655
|
+
* },
|
|
2656
|
+
* });
|
|
2657
|
+
*/
|
|
2658
|
+
export function usePurgeRecordMutation(baseOptions) {
|
|
2659
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2660
|
+
return Apollo.useMutation(PurgeRecordDocument, options);
|
|
2661
|
+
}
|
|
2213
2662
|
export const CancelTaskDocument = gql `
|
|
2214
2663
|
mutation CANCEL_TASK($taskId: ID!) {
|
|
2215
2664
|
cancelTask(taskId: $taskId)
|
|
@@ -2267,6 +2716,10 @@ export function useCheckTreeExistenceLazyQuery(baseOptions) {
|
|
|
2267
2716
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2268
2717
|
return Apollo.useLazyQuery(CheckTreeExistenceDocument, options);
|
|
2269
2718
|
}
|
|
2719
|
+
export function useCheckTreeExistenceSuspenseQuery(baseOptions) {
|
|
2720
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2721
|
+
return Apollo.useSuspenseQuery(CheckTreeExistenceDocument, options);
|
|
2722
|
+
}
|
|
2270
2723
|
export const DeleteTreeDocument = gql `
|
|
2271
2724
|
mutation DELETE_TREE($id: ID!) {
|
|
2272
2725
|
deleteTree(id: $id) {
|
|
@@ -2328,6 +2781,10 @@ export function useGetTreeByIdLazyQuery(baseOptions) {
|
|
|
2328
2781
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2329
2782
|
return Apollo.useLazyQuery(GetTreeByIdDocument, options);
|
|
2330
2783
|
}
|
|
2784
|
+
export function useGetTreeByIdSuspenseQuery(baseOptions) {
|
|
2785
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2786
|
+
return Apollo.useSuspenseQuery(GetTreeByIdDocument, options);
|
|
2787
|
+
}
|
|
2331
2788
|
export const GetTreeLibrariesDocument = gql `
|
|
2332
2789
|
query GET_TREE_LIBRARIES($treeId: [ID!], $library: String) {
|
|
2333
2790
|
trees(filters: {id: $treeId, library: $library}) {
|
|
@@ -2378,6 +2835,10 @@ export function useGetTreeLibrariesLazyQuery(baseOptions) {
|
|
|
2378
2835
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2379
2836
|
return Apollo.useLazyQuery(GetTreeLibrariesDocument, options);
|
|
2380
2837
|
}
|
|
2838
|
+
export function useGetTreeLibrariesSuspenseQuery(baseOptions) {
|
|
2839
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2840
|
+
return Apollo.useSuspenseQuery(GetTreeLibrariesDocument, options);
|
|
2841
|
+
}
|
|
2381
2842
|
export const GetTreesDocument = gql `
|
|
2382
2843
|
query GET_TREES {
|
|
2383
2844
|
trees {
|
|
@@ -2410,6 +2871,10 @@ export function useGetTreesLazyQuery(baseOptions) {
|
|
|
2410
2871
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2411
2872
|
return Apollo.useLazyQuery(GetTreesDocument, options);
|
|
2412
2873
|
}
|
|
2874
|
+
export function useGetTreesSuspenseQuery(baseOptions) {
|
|
2875
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2876
|
+
return Apollo.useSuspenseQuery(GetTreesDocument, options);
|
|
2877
|
+
}
|
|
2413
2878
|
export const SaveTreeDocument = gql `
|
|
2414
2879
|
mutation SAVE_TREE($tree: TreeInput!) {
|
|
2415
2880
|
saveTree(tree: $tree) {
|
|
@@ -2439,8 +2904,13 @@ export function useSaveTreeMutation(baseOptions) {
|
|
|
2439
2904
|
return Apollo.useMutation(SaveTreeDocument, options);
|
|
2440
2905
|
}
|
|
2441
2906
|
export const TreeNodeChildrenDocument = gql `
|
|
2442
|
-
query TREE_NODE_CHILDREN($treeId: ID!, $node: ID, $pagination: Pagination) {
|
|
2443
|
-
treeNodeChildren(
|
|
2907
|
+
query TREE_NODE_CHILDREN($treeId: ID!, $node: ID, $pagination: Pagination, $childrenAsRecordValuePermissionFilter: ChildrenAsRecordValuePermissionFilterInput) {
|
|
2908
|
+
treeNodeChildren(
|
|
2909
|
+
treeId: $treeId
|
|
2910
|
+
node: $node
|
|
2911
|
+
pagination: $pagination
|
|
2912
|
+
childrenAsRecordValuePermissionFilter: $childrenAsRecordValuePermissionFilter
|
|
2913
|
+
) {
|
|
2444
2914
|
totalCount
|
|
2445
2915
|
list {
|
|
2446
2916
|
...TreeNodeChild
|
|
@@ -2463,6 +2933,7 @@ export const TreeNodeChildrenDocument = gql `
|
|
|
2463
2933
|
* treeId: // value for 'treeId'
|
|
2464
2934
|
* node: // value for 'node'
|
|
2465
2935
|
* pagination: // value for 'pagination'
|
|
2936
|
+
* childrenAsRecordValuePermissionFilter: // value for 'childrenAsRecordValuePermissionFilter'
|
|
2466
2937
|
* },
|
|
2467
2938
|
* });
|
|
2468
2939
|
*/
|
|
@@ -2474,6 +2945,10 @@ export function useTreeNodeChildrenLazyQuery(baseOptions) {
|
|
|
2474
2945
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2475
2946
|
return Apollo.useLazyQuery(TreeNodeChildrenDocument, options);
|
|
2476
2947
|
}
|
|
2948
|
+
export function useTreeNodeChildrenSuspenseQuery(baseOptions) {
|
|
2949
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2950
|
+
return Apollo.useSuspenseQuery(TreeNodeChildrenDocument, options);
|
|
2951
|
+
}
|
|
2477
2952
|
export const GetUserDataDocument = gql `
|
|
2478
2953
|
query GET_USER_DATA($keys: [String!]!, $global: Boolean) {
|
|
2479
2954
|
userData(keys: $keys, global: $global) {
|
|
@@ -2507,6 +2982,10 @@ export function useGetUserDataLazyQuery(baseOptions) {
|
|
|
2507
2982
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2508
2983
|
return Apollo.useLazyQuery(GetUserDataDocument, options);
|
|
2509
2984
|
}
|
|
2985
|
+
export function useGetUserDataSuspenseQuery(baseOptions) {
|
|
2986
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2987
|
+
return Apollo.useSuspenseQuery(GetUserDataDocument, options);
|
|
2988
|
+
}
|
|
2510
2989
|
export const SaveUserDataDocument = gql `
|
|
2511
2990
|
mutation SAVE_USER_DATA($key: String!, $value: Any, $global: Boolean!) {
|
|
2512
2991
|
saveUserData(key: $key, value: $value, global: $global) {
|
|
@@ -2574,43 +3053,6 @@ export function useDeleteValueMutation(baseOptions) {
|
|
|
2574
3053
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2575
3054
|
return Apollo.useMutation(DeleteValueDocument, options);
|
|
2576
3055
|
}
|
|
2577
|
-
export const RunActionsListAndFormatOnValueDocument = gql `
|
|
2578
|
-
query RUN_ACTIONS_LIST_AND_FORMAT_ON_VALUE($library: ID!, $value: ValueBatchInput, $version: [ValueVersionInput]) {
|
|
2579
|
-
runActionsListAndFormatOnValue(
|
|
2580
|
-
library: $library
|
|
2581
|
-
value: $value
|
|
2582
|
-
version: $version
|
|
2583
|
-
) {
|
|
2584
|
-
...ValueDetails
|
|
2585
|
-
}
|
|
2586
|
-
}
|
|
2587
|
-
${ValueDetailsFragmentDoc}`;
|
|
2588
|
-
/**
|
|
2589
|
-
* __useRunActionsListAndFormatOnValueQuery__
|
|
2590
|
-
*
|
|
2591
|
-
* To run a query within a React component, call `useRunActionsListAndFormatOnValueQuery` and pass it any options that fit your needs.
|
|
2592
|
-
* When your component renders, `useRunActionsListAndFormatOnValueQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
2593
|
-
* you can use to render your UI.
|
|
2594
|
-
*
|
|
2595
|
-
* @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;
|
|
2596
|
-
*
|
|
2597
|
-
* @example
|
|
2598
|
-
* const { data, loading, error } = useRunActionsListAndFormatOnValueQuery({
|
|
2599
|
-
* variables: {
|
|
2600
|
-
* library: // value for 'library'
|
|
2601
|
-
* value: // value for 'value'
|
|
2602
|
-
* version: // value for 'version'
|
|
2603
|
-
* },
|
|
2604
|
-
* });
|
|
2605
|
-
*/
|
|
2606
|
-
export function useRunActionsListAndFormatOnValueQuery(baseOptions) {
|
|
2607
|
-
const options = { ...defaultOptions, ...baseOptions };
|
|
2608
|
-
return Apollo.useQuery(RunActionsListAndFormatOnValueDocument, options);
|
|
2609
|
-
}
|
|
2610
|
-
export function useRunActionsListAndFormatOnValueLazyQuery(baseOptions) {
|
|
2611
|
-
const options = { ...defaultOptions, ...baseOptions };
|
|
2612
|
-
return Apollo.useLazyQuery(RunActionsListAndFormatOnValueDocument, options);
|
|
2613
|
-
}
|
|
2614
3056
|
export const SaveValueBatchDocument = gql `
|
|
2615
3057
|
mutation SAVE_VALUE_BATCH($library: ID!, $recordId: ID!, $version: [ValueVersionInput!], $values: [ValueBatchInput!]!, $deleteEmpty: Boolean) {
|
|
2616
3058
|
saveValueBatch(
|
|
@@ -2717,6 +3159,10 @@ export function useGetViewLazyQuery(baseOptions) {
|
|
|
2717
3159
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2718
3160
|
return Apollo.useLazyQuery(GetViewDocument, options);
|
|
2719
3161
|
}
|
|
3162
|
+
export function useGetViewSuspenseQuery(baseOptions) {
|
|
3163
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3164
|
+
return Apollo.useSuspenseQuery(GetViewDocument, options);
|
|
3165
|
+
}
|
|
2720
3166
|
export const GetViewsListDocument = gql `
|
|
2721
3167
|
query GET_VIEWS_LIST($libraryId: String!) {
|
|
2722
3168
|
views(library: $libraryId) {
|
|
@@ -2751,6 +3197,10 @@ export function useGetViewsListLazyQuery(baseOptions) {
|
|
|
2751
3197
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2752
3198
|
return Apollo.useLazyQuery(GetViewsListDocument, options);
|
|
2753
3199
|
}
|
|
3200
|
+
export function useGetViewsListSuspenseQuery(baseOptions) {
|
|
3201
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3202
|
+
return Apollo.useSuspenseQuery(GetViewsListDocument, options);
|
|
3203
|
+
}
|
|
2754
3204
|
export const SaveViewDocument = gql `
|
|
2755
3205
|
mutation SAVE_VIEW($view: ViewInput!) {
|
|
2756
3206
|
saveView(view: $view) {
|
|
@@ -2779,6 +3229,43 @@ export function useSaveViewMutation(baseOptions) {
|
|
|
2779
3229
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2780
3230
|
return Apollo.useMutation(SaveViewDocument, options);
|
|
2781
3231
|
}
|
|
3232
|
+
export const GetAttributesByLibWithPermissionsDocument = gql `
|
|
3233
|
+
query getAttributesByLibWithPermissions($library: String!) {
|
|
3234
|
+
attributes(filters: {libraries: [$library]}) {
|
|
3235
|
+
list {
|
|
3236
|
+
...AttributesByLibAttributeWithPermissions
|
|
3237
|
+
}
|
|
3238
|
+
}
|
|
3239
|
+
}
|
|
3240
|
+
${AttributesByLibAttributeWithPermissionsFragmentDoc}`;
|
|
3241
|
+
/**
|
|
3242
|
+
* __useGetAttributesByLibWithPermissionsQuery__
|
|
3243
|
+
*
|
|
3244
|
+
* To run a query within a React component, call `useGetAttributesByLibWithPermissionsQuery` and pass it any options that fit your needs.
|
|
3245
|
+
* When your component renders, `useGetAttributesByLibWithPermissionsQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
3246
|
+
* you can use to render your UI.
|
|
3247
|
+
*
|
|
3248
|
+
* @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;
|
|
3249
|
+
*
|
|
3250
|
+
* @example
|
|
3251
|
+
* const { data, loading, error } = useGetAttributesByLibWithPermissionsQuery({
|
|
3252
|
+
* variables: {
|
|
3253
|
+
* library: // value for 'library'
|
|
3254
|
+
* },
|
|
3255
|
+
* });
|
|
3256
|
+
*/
|
|
3257
|
+
export function useGetAttributesByLibWithPermissionsQuery(baseOptions) {
|
|
3258
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3259
|
+
return Apollo.useQuery(GetAttributesByLibWithPermissionsDocument, options);
|
|
3260
|
+
}
|
|
3261
|
+
export function useGetAttributesByLibWithPermissionsLazyQuery(baseOptions) {
|
|
3262
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3263
|
+
return Apollo.useLazyQuery(GetAttributesByLibWithPermissionsDocument, options);
|
|
3264
|
+
}
|
|
3265
|
+
export function useGetAttributesByLibWithPermissionsSuspenseQuery(baseOptions) {
|
|
3266
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3267
|
+
return Apollo.useSuspenseQuery(GetAttributesByLibWithPermissionsDocument, options);
|
|
3268
|
+
}
|
|
2782
3269
|
export const ExplorerAttributesDocument = gql `
|
|
2783
3270
|
query ExplorerAttributes($ids: [ID!]) {
|
|
2784
3271
|
attributes(filters: {ids: $ids}) {
|
|
@@ -2787,11 +3274,18 @@ export const ExplorerAttributesDocument = gql `
|
|
|
2787
3274
|
type
|
|
2788
3275
|
format
|
|
2789
3276
|
label
|
|
3277
|
+
permissions {
|
|
3278
|
+
access_attribute
|
|
3279
|
+
}
|
|
3280
|
+
...StandardAttributeDetails
|
|
2790
3281
|
...LinkAttributeDetails
|
|
3282
|
+
...TreeAttributeDetails
|
|
2791
3283
|
}
|
|
2792
3284
|
}
|
|
2793
3285
|
}
|
|
2794
|
-
${
|
|
3286
|
+
${StandardAttributeDetailsFragmentDoc}
|
|
3287
|
+
${LinkAttributeDetailsFragmentDoc}
|
|
3288
|
+
${TreeAttributeDetailsFragmentDoc}`;
|
|
2795
3289
|
/**
|
|
2796
3290
|
* __useExplorerAttributesQuery__
|
|
2797
3291
|
*
|
|
@@ -2816,17 +3310,27 @@ export function useExplorerAttributesLazyQuery(baseOptions) {
|
|
|
2816
3310
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2817
3311
|
return Apollo.useLazyQuery(ExplorerAttributesDocument, options);
|
|
2818
3312
|
}
|
|
3313
|
+
export function useExplorerAttributesSuspenseQuery(baseOptions) {
|
|
3314
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3315
|
+
return Apollo.useSuspenseQuery(ExplorerAttributesDocument, options);
|
|
3316
|
+
}
|
|
2819
3317
|
export const ExplorerLinkAttributeDocument = gql `
|
|
2820
3318
|
query ExplorerLinkAttribute($id: ID!) {
|
|
2821
3319
|
attributes(filters: {ids: [$id]}) {
|
|
2822
3320
|
list {
|
|
2823
3321
|
id
|
|
2824
3322
|
multiple_values
|
|
3323
|
+
permissions {
|
|
3324
|
+
access_attribute
|
|
3325
|
+
edit_value
|
|
3326
|
+
}
|
|
2825
3327
|
...LinkAttributeDetails
|
|
3328
|
+
...TreeAttributeDetails
|
|
2826
3329
|
}
|
|
2827
3330
|
}
|
|
2828
3331
|
}
|
|
2829
|
-
${LinkAttributeDetailsFragmentDoc}
|
|
3332
|
+
${LinkAttributeDetailsFragmentDoc}
|
|
3333
|
+
${TreeAttributeDetailsFragmentDoc}`;
|
|
2830
3334
|
/**
|
|
2831
3335
|
* __useExplorerLinkAttributeQuery__
|
|
2832
3336
|
*
|
|
@@ -2851,6 +3355,10 @@ export function useExplorerLinkAttributeLazyQuery(baseOptions) {
|
|
|
2851
3355
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2852
3356
|
return Apollo.useLazyQuery(ExplorerLinkAttributeDocument, options);
|
|
2853
3357
|
}
|
|
3358
|
+
export function useExplorerLinkAttributeSuspenseQuery(baseOptions) {
|
|
3359
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3360
|
+
return Apollo.useSuspenseQuery(ExplorerLinkAttributeDocument, options);
|
|
3361
|
+
}
|
|
2854
3362
|
export const ExplorerLibraryDataDocument = gql `
|
|
2855
3363
|
query ExplorerLibraryData($libraryId: ID!, $attributeIds: [ID!]!, $pagination: RecordsPagination, $filters: [RecordFilterInput], $multipleSort: [RecordSortInput!], $searchQuery: String) {
|
|
2856
3364
|
records(
|
|
@@ -2863,6 +3371,11 @@ export const ExplorerLibraryDataDocument = gql `
|
|
|
2863
3371
|
totalCount
|
|
2864
3372
|
list {
|
|
2865
3373
|
...RecordIdentity
|
|
3374
|
+
active
|
|
3375
|
+
permissions {
|
|
3376
|
+
create_record
|
|
3377
|
+
delete_record
|
|
3378
|
+
}
|
|
2866
3379
|
properties(attributeIds: $attributeIds) {
|
|
2867
3380
|
attributeId
|
|
2868
3381
|
attributeProperties {
|
|
@@ -2907,11 +3420,16 @@ export function useExplorerLibraryDataLazyQuery(baseOptions) {
|
|
|
2907
3420
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2908
3421
|
return Apollo.useLazyQuery(ExplorerLibraryDataDocument, options);
|
|
2909
3422
|
}
|
|
3423
|
+
export function useExplorerLibraryDataSuspenseQuery(baseOptions) {
|
|
3424
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3425
|
+
return Apollo.useSuspenseQuery(ExplorerLibraryDataDocument, options);
|
|
3426
|
+
}
|
|
2910
3427
|
export const ExplorerLinkDataDocument = gql `
|
|
2911
3428
|
query ExplorerLinkData($attributeIds: [ID!]!, $parentLibraryId: ID!, $parentRecordId: String, $linkAttributeId: ID!) {
|
|
2912
3429
|
records(
|
|
2913
3430
|
library: $parentLibraryId
|
|
2914
3431
|
filters: [{field: "id", condition: EQUAL, value: $parentRecordId}]
|
|
3432
|
+
retrieveInactive: true
|
|
2915
3433
|
) {
|
|
2916
3434
|
list {
|
|
2917
3435
|
id
|
|
@@ -2955,6 +3473,10 @@ export function useExplorerLinkDataLazyQuery(baseOptions) {
|
|
|
2955
3473
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2956
3474
|
return Apollo.useLazyQuery(ExplorerLinkDataDocument, options);
|
|
2957
3475
|
}
|
|
3476
|
+
export function useExplorerLinkDataSuspenseQuery(baseOptions) {
|
|
3477
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3478
|
+
return Apollo.useSuspenseQuery(ExplorerLinkDataDocument, options);
|
|
3479
|
+
}
|
|
2958
3480
|
export const GetLibraryAttributesDocument = gql `
|
|
2959
3481
|
query GetLibraryAttributes($libraryId: ID!) {
|
|
2960
3482
|
libraries(filters: {id: [$libraryId]}) {
|
|
@@ -2991,6 +3513,10 @@ export function useGetLibraryAttributesLazyQuery(baseOptions) {
|
|
|
2991
3513
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2992
3514
|
return Apollo.useLazyQuery(GetLibraryAttributesDocument, options);
|
|
2993
3515
|
}
|
|
3516
|
+
export function useGetLibraryAttributesSuspenseQuery(baseOptions) {
|
|
3517
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3518
|
+
return Apollo.useSuspenseQuery(GetLibraryAttributesDocument, options);
|
|
3519
|
+
}
|
|
2994
3520
|
export const ExplorerLibraryDetailsDocument = gql `
|
|
2995
3521
|
query ExplorerLibraryDetails($libraryId: ID!) {
|
|
2996
3522
|
libraries(filters: {id: [$libraryId]}) {
|
|
@@ -3026,6 +3552,10 @@ export function useExplorerLibraryDetailsLazyQuery(baseOptions) {
|
|
|
3026
3552
|
const options = { ...defaultOptions, ...baseOptions };
|
|
3027
3553
|
return Apollo.useLazyQuery(ExplorerLibraryDetailsDocument, options);
|
|
3028
3554
|
}
|
|
3555
|
+
export function useExplorerLibraryDetailsSuspenseQuery(baseOptions) {
|
|
3556
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3557
|
+
return Apollo.useSuspenseQuery(ExplorerLibraryDetailsDocument, options);
|
|
3558
|
+
}
|
|
3029
3559
|
export const ExplorerSelectionIdsDocument = gql `
|
|
3030
3560
|
query ExplorerSelectionIds($libraryId: ID!, $filters: [RecordFilterInput]) {
|
|
3031
3561
|
records(library: $libraryId, filters: $filters) {
|
|
@@ -3060,6 +3590,10 @@ export function useExplorerSelectionIdsLazyQuery(baseOptions) {
|
|
|
3060
3590
|
const options = { ...defaultOptions, ...baseOptions };
|
|
3061
3591
|
return Apollo.useLazyQuery(ExplorerSelectionIdsDocument, options);
|
|
3062
3592
|
}
|
|
3593
|
+
export function useExplorerSelectionIdsSuspenseQuery(baseOptions) {
|
|
3594
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3595
|
+
return Apollo.useSuspenseQuery(ExplorerSelectionIdsDocument, options);
|
|
3596
|
+
}
|
|
3063
3597
|
export const MeDocument = gql `
|
|
3064
3598
|
query Me {
|
|
3065
3599
|
me {
|
|
@@ -3096,6 +3630,10 @@ export function useMeLazyQuery(baseOptions) {
|
|
|
3096
3630
|
const options = { ...defaultOptions, ...baseOptions };
|
|
3097
3631
|
return Apollo.useLazyQuery(MeDocument, options);
|
|
3098
3632
|
}
|
|
3633
|
+
export function useMeSuspenseQuery(baseOptions) {
|
|
3634
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3635
|
+
return Apollo.useSuspenseQuery(MeDocument, options);
|
|
3636
|
+
}
|
|
3099
3637
|
export const UpdateViewDocument = gql `
|
|
3100
3638
|
mutation UpdateView($view: ViewInputPartial!) {
|
|
3101
3639
|
updateView(view: $view) {
|
|
@@ -3124,6 +3662,50 @@ export function useUpdateViewMutation(baseOptions) {
|
|
|
3124
3662
|
const options = { ...defaultOptions, ...baseOptions };
|
|
3125
3663
|
return Apollo.useMutation(UpdateViewDocument, options);
|
|
3126
3664
|
}
|
|
3665
|
+
export const GetRecordHistoryDocument = gql `
|
|
3666
|
+
query getRecordHistory($record: LogTopicRecordFilterInput!, $attributeId: String, $actions: [LogAction!], $pagination: Pagination) {
|
|
3667
|
+
logs(
|
|
3668
|
+
filters: {topic: {record: $record, attribute: $attributeId}, actions: $actions}
|
|
3669
|
+
pagination: $pagination
|
|
3670
|
+
) {
|
|
3671
|
+
total
|
|
3672
|
+
logs {
|
|
3673
|
+
...RecordHistoryLogEntry
|
|
3674
|
+
}
|
|
3675
|
+
}
|
|
3676
|
+
}
|
|
3677
|
+
${RecordHistoryLogEntryFragmentDoc}`;
|
|
3678
|
+
/**
|
|
3679
|
+
* __useGetRecordHistoryQuery__
|
|
3680
|
+
*
|
|
3681
|
+
* To run a query within a React component, call `useGetRecordHistoryQuery` and pass it any options that fit your needs.
|
|
3682
|
+
* When your component renders, `useGetRecordHistoryQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
3683
|
+
* you can use to render your UI.
|
|
3684
|
+
*
|
|
3685
|
+
* @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;
|
|
3686
|
+
*
|
|
3687
|
+
* @example
|
|
3688
|
+
* const { data, loading, error } = useGetRecordHistoryQuery({
|
|
3689
|
+
* variables: {
|
|
3690
|
+
* record: // value for 'record'
|
|
3691
|
+
* attributeId: // value for 'attributeId'
|
|
3692
|
+
* actions: // value for 'actions'
|
|
3693
|
+
* pagination: // value for 'pagination'
|
|
3694
|
+
* },
|
|
3695
|
+
* });
|
|
3696
|
+
*/
|
|
3697
|
+
export function useGetRecordHistoryQuery(baseOptions) {
|
|
3698
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3699
|
+
return Apollo.useQuery(GetRecordHistoryDocument, options);
|
|
3700
|
+
}
|
|
3701
|
+
export function useGetRecordHistoryLazyQuery(baseOptions) {
|
|
3702
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3703
|
+
return Apollo.useLazyQuery(GetRecordHistoryDocument, options);
|
|
3704
|
+
}
|
|
3705
|
+
export function useGetRecordHistorySuspenseQuery(baseOptions) {
|
|
3706
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3707
|
+
return Apollo.useSuspenseQuery(GetRecordHistoryDocument, options);
|
|
3708
|
+
}
|
|
3127
3709
|
export const TreeDataQueryDocument = gql `
|
|
3128
3710
|
query TreeDataQuery($treeId: ID!) {
|
|
3129
3711
|
trees(filters: {id: [$treeId]}) {
|
|
@@ -3158,4 +3740,8 @@ export function useTreeDataQueryLazyQuery(baseOptions) {
|
|
|
3158
3740
|
const options = { ...defaultOptions, ...baseOptions };
|
|
3159
3741
|
return Apollo.useLazyQuery(TreeDataQueryDocument, options);
|
|
3160
3742
|
}
|
|
3743
|
+
export function useTreeDataQuerySuspenseQuery(baseOptions) {
|
|
3744
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3745
|
+
return Apollo.useSuspenseQuery(TreeDataQueryDocument, options);
|
|
3746
|
+
}
|
|
3161
3747
|
//# sourceMappingURL=index.js.map
|