@leav/ui 0.4.0 → 1.0.0-6e54bb6d
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 +1841 -245
- package/dist/_gqlTypes/index.js +620 -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 +10 -6
- 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 +13 -3
- package/dist/components/Explorer/manage-view-settings/_shared/useTransformFilters.js +81 -12
- 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 +31 -35
- 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 +44 -19
- 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/StandardField/StandardFieldValue/ValuesList → 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 +19 -13
- 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 +2 -1
- 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 +10 -1
- 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 +33 -0
- package/dist/components/RecordHistory/RecordHistory.js.map +1 -0
- package/dist/components/RecordHistory/RecordHistoryLogEntry.d.ts +8 -0
- package/dist/components/RecordHistory/RecordHistoryLogEntry.js +53 -0
- package/dist/components/RecordHistory/RecordHistoryLogEntry.js.map +1 -0
- package/dist/components/RecordHistory/_types.d.ts +8 -0
- package/dist/components/RecordHistory/_types.js +2 -0
- package/dist/components/RecordHistory/_types.js.map +1 -0
- package/dist/components/RecordHistory/hooks/useFetchRecordHistory.d.ts +14 -0
- package/dist/components/RecordHistory/hooks/useFetchRecordHistory.js +25 -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/LinkField/ValuesAdd → SelectTreeNodeModalOld}/index.js +1 -2
- package/dist/components/SelectTreeNodeModalOld/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 +39 -0
- package/dist/components/index.js +2 -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 +21 -0
- package/dist/hooks/useIFrameMessenger/schema.js +76 -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 +46 -13
- package/dist/locales/fr/shared.json +45 -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 +0 -6
- 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,24 @@ 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
|
+
`;
|
|
967
1120
|
export const CheckApplicationExistenceDocument = gql `
|
|
968
1121
|
query CHECK_APPLICATION_EXISTENCE($id: ID, $endpoint: String) {
|
|
969
1122
|
applications(filters: {id: $id, endpoint: $endpoint}) {
|
|
@@ -996,6 +1149,10 @@ export function useCheckApplicationExistenceLazyQuery(baseOptions) {
|
|
|
996
1149
|
const options = { ...defaultOptions, ...baseOptions };
|
|
997
1150
|
return Apollo.useLazyQuery(CheckApplicationExistenceDocument, options);
|
|
998
1151
|
}
|
|
1152
|
+
export function useCheckApplicationExistenceSuspenseQuery(baseOptions) {
|
|
1153
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1154
|
+
return Apollo.useSuspenseQuery(CheckApplicationExistenceDocument, options);
|
|
1155
|
+
}
|
|
999
1156
|
export const GetApplicationByIdDocument = gql `
|
|
1000
1157
|
query GET_APPLICATION_BY_ID($id: ID!) {
|
|
1001
1158
|
applications(filters: {id: $id}) {
|
|
@@ -1029,6 +1186,10 @@ export function useGetApplicationByIdLazyQuery(baseOptions) {
|
|
|
1029
1186
|
const options = { ...defaultOptions, ...baseOptions };
|
|
1030
1187
|
return Apollo.useLazyQuery(GetApplicationByIdDocument, options);
|
|
1031
1188
|
}
|
|
1189
|
+
export function useGetApplicationByIdSuspenseQuery(baseOptions) {
|
|
1190
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1191
|
+
return Apollo.useSuspenseQuery(GetApplicationByIdDocument, options);
|
|
1192
|
+
}
|
|
1032
1193
|
export const GetApplicationModulesDocument = gql `
|
|
1033
1194
|
query GET_APPLICATION_MODULES {
|
|
1034
1195
|
applicationsModules {
|
|
@@ -1061,6 +1222,10 @@ export function useGetApplicationModulesLazyQuery(baseOptions) {
|
|
|
1061
1222
|
const options = { ...defaultOptions, ...baseOptions };
|
|
1062
1223
|
return Apollo.useLazyQuery(GetApplicationModulesDocument, options);
|
|
1063
1224
|
}
|
|
1225
|
+
export function useGetApplicationModulesSuspenseQuery(baseOptions) {
|
|
1226
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1227
|
+
return Apollo.useSuspenseQuery(GetApplicationModulesDocument, options);
|
|
1228
|
+
}
|
|
1064
1229
|
export const SaveApplicationDocument = gql `
|
|
1065
1230
|
mutation SAVE_APPLICATION($application: ApplicationInput!) {
|
|
1066
1231
|
saveApplication(application: $application) {
|
|
@@ -1120,6 +1285,10 @@ export function useCheckAttributeExistenceLazyQuery(baseOptions) {
|
|
|
1120
1285
|
const options = { ...defaultOptions, ...baseOptions };
|
|
1121
1286
|
return Apollo.useLazyQuery(CheckAttributeExistenceDocument, options);
|
|
1122
1287
|
}
|
|
1288
|
+
export function useCheckAttributeExistenceSuspenseQuery(baseOptions) {
|
|
1289
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1290
|
+
return Apollo.useSuspenseQuery(CheckAttributeExistenceDocument, options);
|
|
1291
|
+
}
|
|
1123
1292
|
export const DeleteAttributeDocument = gql `
|
|
1124
1293
|
mutation DELETE_ATTRIBUTE($id: ID) {
|
|
1125
1294
|
deleteAttribute(id: $id) {
|
|
@@ -1181,6 +1350,10 @@ export function useGetAttributeByIdLazyQuery(baseOptions) {
|
|
|
1181
1350
|
const options = { ...defaultOptions, ...baseOptions };
|
|
1182
1351
|
return Apollo.useLazyQuery(GetAttributeByIdDocument, options);
|
|
1183
1352
|
}
|
|
1353
|
+
export function useGetAttributeByIdSuspenseQuery(baseOptions) {
|
|
1354
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1355
|
+
return Apollo.useSuspenseQuery(GetAttributeByIdDocument, options);
|
|
1356
|
+
}
|
|
1184
1357
|
export const GetAttributesByLibDocument = gql `
|
|
1185
1358
|
query GET_ATTRIBUTES_BY_LIB($library: String!) {
|
|
1186
1359
|
attributes(filters: {libraries: [$library]}) {
|
|
@@ -1214,6 +1387,10 @@ export function useGetAttributesByLibLazyQuery(baseOptions) {
|
|
|
1214
1387
|
const options = { ...defaultOptions, ...baseOptions };
|
|
1215
1388
|
return Apollo.useLazyQuery(GetAttributesByLibDocument, options);
|
|
1216
1389
|
}
|
|
1390
|
+
export function useGetAttributesByLibSuspenseQuery(baseOptions) {
|
|
1391
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1392
|
+
return Apollo.useSuspenseQuery(GetAttributesByLibDocument, options);
|
|
1393
|
+
}
|
|
1217
1394
|
export const GetAttributesDocument = gql `
|
|
1218
1395
|
query GET_ATTRIBUTES($pagination: Pagination, $sort: SortAttributes, $filters: AttributesFiltersInput) {
|
|
1219
1396
|
attributes(pagination: $pagination, sort: $sort, filters: $filters) {
|
|
@@ -1254,6 +1431,10 @@ export function useGetAttributesLazyQuery(baseOptions) {
|
|
|
1254
1431
|
const options = { ...defaultOptions, ...baseOptions };
|
|
1255
1432
|
return Apollo.useLazyQuery(GetAttributesDocument, options);
|
|
1256
1433
|
}
|
|
1434
|
+
export function useGetAttributesSuspenseQuery(baseOptions) {
|
|
1435
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1436
|
+
return Apollo.useSuspenseQuery(GetAttributesDocument, options);
|
|
1437
|
+
}
|
|
1257
1438
|
export const GetVersionProfilesDocument = gql `
|
|
1258
1439
|
query GET_VERSION_PROFILES($filters: VersionProfilesFiltersInput, $sort: SortVersionProfilesInput) {
|
|
1259
1440
|
versionProfiles(filters: $filters, sort: $sort) {
|
|
@@ -1289,6 +1470,10 @@ export function useGetVersionProfilesLazyQuery(baseOptions) {
|
|
|
1289
1470
|
const options = { ...defaultOptions, ...baseOptions };
|
|
1290
1471
|
return Apollo.useLazyQuery(GetVersionProfilesDocument, options);
|
|
1291
1472
|
}
|
|
1473
|
+
export function useGetVersionProfilesSuspenseQuery(baseOptions) {
|
|
1474
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1475
|
+
return Apollo.useSuspenseQuery(GetVersionProfilesDocument, options);
|
|
1476
|
+
}
|
|
1292
1477
|
export const GetVersionableAttributesByLibraryDocument = gql `
|
|
1293
1478
|
query GET_VERSIONABLE_ATTRIBUTES_BY_LIBRARY($libraryId: String!) {
|
|
1294
1479
|
attributes(filters: {libraries: [$libraryId], versionable: true}) {
|
|
@@ -1332,6 +1517,10 @@ export function useGetVersionableAttributesByLibraryLazyQuery(baseOptions) {
|
|
|
1332
1517
|
const options = { ...defaultOptions, ...baseOptions };
|
|
1333
1518
|
return Apollo.useLazyQuery(GetVersionableAttributesByLibraryDocument, options);
|
|
1334
1519
|
}
|
|
1520
|
+
export function useGetVersionableAttributesByLibrarySuspenseQuery(baseOptions) {
|
|
1521
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1522
|
+
return Apollo.useSuspenseQuery(GetVersionableAttributesByLibraryDocument, options);
|
|
1523
|
+
}
|
|
1335
1524
|
export const SaveAttributeDocument = gql `
|
|
1336
1525
|
mutation SAVE_ATTRIBUTE($attribute: AttributeInput!) {
|
|
1337
1526
|
saveAttribute(attribute: $attribute) {
|
|
@@ -1391,6 +1580,10 @@ export function useExportLazyQuery(baseOptions) {
|
|
|
1391
1580
|
const options = { ...defaultOptions, ...baseOptions };
|
|
1392
1581
|
return Apollo.useLazyQuery(ExportDocument, options);
|
|
1393
1582
|
}
|
|
1583
|
+
export function useExportSuspenseQuery(baseOptions) {
|
|
1584
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1585
|
+
return Apollo.useSuspenseQuery(ExportDocument, options);
|
|
1586
|
+
}
|
|
1394
1587
|
export const CreateDirectoryDocument = gql `
|
|
1395
1588
|
mutation CREATE_DIRECTORY($library: String!, $nodeId: String!, $name: String!) {
|
|
1396
1589
|
createDirectory(library: $library, nodeId: $nodeId, name: $name) {
|
|
@@ -1531,6 +1724,10 @@ export function useGetDirectoryDataLazyQuery(baseOptions) {
|
|
|
1531
1724
|
const options = { ...defaultOptions, ...baseOptions };
|
|
1532
1725
|
return Apollo.useLazyQuery(GetDirectoryDataDocument, options);
|
|
1533
1726
|
}
|
|
1727
|
+
export function useGetDirectoryDataSuspenseQuery(baseOptions) {
|
|
1728
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1729
|
+
return Apollo.useSuspenseQuery(GetDirectoryDataDocument, options);
|
|
1730
|
+
}
|
|
1534
1731
|
export const UploadUpdateDocument = gql `
|
|
1535
1732
|
subscription UPLOAD_UPDATE($filters: UploadFiltersInput) {
|
|
1536
1733
|
upload(filters: $filters) {
|
|
@@ -1661,6 +1858,10 @@ export function useCheckLibraryExistenceLazyQuery(baseOptions) {
|
|
|
1661
1858
|
const options = { ...defaultOptions, ...baseOptions };
|
|
1662
1859
|
return Apollo.useLazyQuery(CheckLibraryExistenceDocument, options);
|
|
1663
1860
|
}
|
|
1861
|
+
export function useCheckLibraryExistenceSuspenseQuery(baseOptions) {
|
|
1862
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1863
|
+
return Apollo.useSuspenseQuery(CheckLibraryExistenceDocument, options);
|
|
1864
|
+
}
|
|
1664
1865
|
export const DeleteLibraryDocument = gql `
|
|
1665
1866
|
mutation DELETE_LIBRARY($id: ID) {
|
|
1666
1867
|
deleteLibrary(id: $id) {
|
|
@@ -1721,6 +1922,10 @@ export function useGetLibrariesLazyQuery(baseOptions) {
|
|
|
1721
1922
|
const options = { ...defaultOptions, ...baseOptions };
|
|
1722
1923
|
return Apollo.useLazyQuery(GetLibrariesDocument, options);
|
|
1723
1924
|
}
|
|
1925
|
+
export function useGetLibrariesSuspenseQuery(baseOptions) {
|
|
1926
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1927
|
+
return Apollo.useSuspenseQuery(GetLibrariesDocument, options);
|
|
1928
|
+
}
|
|
1724
1929
|
export const GetLibraryByIdDocument = gql `
|
|
1725
1930
|
query GET_LIBRARY_BY_ID($id: [ID!]) {
|
|
1726
1931
|
libraries(filters: {id: $id}) {
|
|
@@ -1754,6 +1959,10 @@ export function useGetLibraryByIdLazyQuery(baseOptions) {
|
|
|
1754
1959
|
const options = { ...defaultOptions, ...baseOptions };
|
|
1755
1960
|
return Apollo.useLazyQuery(GetLibraryByIdDocument, options);
|
|
1756
1961
|
}
|
|
1962
|
+
export function useGetLibraryByIdSuspenseQuery(baseOptions) {
|
|
1963
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1964
|
+
return Apollo.useSuspenseQuery(GetLibraryByIdDocument, options);
|
|
1965
|
+
}
|
|
1757
1966
|
export const GetLibraryPermissionsDocument = gql `
|
|
1758
1967
|
query GET_LIBRARY_PERMISSIONS($libraryId: [ID!]) {
|
|
1759
1968
|
libraries(filters: {id: $libraryId}) {
|
|
@@ -1793,6 +2002,10 @@ export function useGetLibraryPermissionsLazyQuery(baseOptions) {
|
|
|
1793
2002
|
const options = { ...defaultOptions, ...baseOptions };
|
|
1794
2003
|
return Apollo.useLazyQuery(GetLibraryPermissionsDocument, options);
|
|
1795
2004
|
}
|
|
2005
|
+
export function useGetLibraryPermissionsSuspenseQuery(baseOptions) {
|
|
2006
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2007
|
+
return Apollo.useSuspenseQuery(GetLibraryPermissionsDocument, options);
|
|
2008
|
+
}
|
|
1796
2009
|
export const GetLibraryPreviewsSettingsDocument = gql `
|
|
1797
2010
|
query GET_LIBRARY_PREVIEWS_SETTINGS($id: ID!) {
|
|
1798
2011
|
libraries(filters: {id: [$id]}) {
|
|
@@ -1841,6 +2054,10 @@ export function useGetLibraryPreviewsSettingsLazyQuery(baseOptions) {
|
|
|
1841
2054
|
const options = { ...defaultOptions, ...baseOptions };
|
|
1842
2055
|
return Apollo.useLazyQuery(GetLibraryPreviewsSettingsDocument, options);
|
|
1843
2056
|
}
|
|
2057
|
+
export function useGetLibraryPreviewsSettingsSuspenseQuery(baseOptions) {
|
|
2058
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2059
|
+
return Apollo.useSuspenseQuery(GetLibraryPreviewsSettingsDocument, options);
|
|
2060
|
+
}
|
|
1844
2061
|
export const SaveLibraryDocument = gql `
|
|
1845
2062
|
mutation saveLibrary($library: LibraryInput!) {
|
|
1846
2063
|
saveLibrary(library: $library) {
|
|
@@ -1904,6 +2121,119 @@ export function useIsAllowedLazyQuery(baseOptions) {
|
|
|
1904
2121
|
const options = { ...defaultOptions, ...baseOptions };
|
|
1905
2122
|
return Apollo.useLazyQuery(IsAllowedDocument, options);
|
|
1906
2123
|
}
|
|
2124
|
+
export function useIsAllowedSuspenseQuery(baseOptions) {
|
|
2125
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2126
|
+
return Apollo.useSuspenseQuery(IsAllowedDocument, options);
|
|
2127
|
+
}
|
|
2128
|
+
export const ActivateNewRecordDocument = gql `
|
|
2129
|
+
mutation activateNewRecord($libraryId: ID!, $recordId: ID!, $formId: String) {
|
|
2130
|
+
activateNewRecord(library: $libraryId, recordId: $recordId, formId: $formId) {
|
|
2131
|
+
record {
|
|
2132
|
+
...RecordIdentity
|
|
2133
|
+
}
|
|
2134
|
+
valuesErrors {
|
|
2135
|
+
type
|
|
2136
|
+
attribute
|
|
2137
|
+
input
|
|
2138
|
+
message
|
|
2139
|
+
}
|
|
2140
|
+
}
|
|
2141
|
+
}
|
|
2142
|
+
${RecordIdentityFragmentDoc}`;
|
|
2143
|
+
/**
|
|
2144
|
+
* __useActivateNewRecordMutation__
|
|
2145
|
+
*
|
|
2146
|
+
* To run a mutation, you first call `useActivateNewRecordMutation` within a React component and pass it any options that fit your needs.
|
|
2147
|
+
* When your component renders, `useActivateNewRecordMutation` returns a tuple that includes:
|
|
2148
|
+
* - A mutate function that you can call at any time to execute the mutation
|
|
2149
|
+
* - An object with fields that represent the current status of the mutation's execution
|
|
2150
|
+
*
|
|
2151
|
+
* @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;
|
|
2152
|
+
*
|
|
2153
|
+
* @example
|
|
2154
|
+
* const [activateNewRecordMutation, { data, loading, error }] = useActivateNewRecordMutation({
|
|
2155
|
+
* variables: {
|
|
2156
|
+
* libraryId: // value for 'libraryId'
|
|
2157
|
+
* recordId: // value for 'recordId'
|
|
2158
|
+
* formId: // value for 'formId'
|
|
2159
|
+
* },
|
|
2160
|
+
* });
|
|
2161
|
+
*/
|
|
2162
|
+
export function useActivateNewRecordMutation(baseOptions) {
|
|
2163
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2164
|
+
return Apollo.useMutation(ActivateNewRecordDocument, options);
|
|
2165
|
+
}
|
|
2166
|
+
export const ActivateRecordsDocument = gql `
|
|
2167
|
+
mutation ACTIVATE_RECORDS($libraryId: String!, $recordsIds: [String!], $filters: [RecordFilterInput!]) {
|
|
2168
|
+
activateRecords(
|
|
2169
|
+
recordsIds: $recordsIds
|
|
2170
|
+
filters: $filters
|
|
2171
|
+
libraryId: $libraryId
|
|
2172
|
+
) {
|
|
2173
|
+
id
|
|
2174
|
+
...RecordIdentity
|
|
2175
|
+
}
|
|
2176
|
+
}
|
|
2177
|
+
${RecordIdentityFragmentDoc}`;
|
|
2178
|
+
/**
|
|
2179
|
+
* __useActivateRecordsMutation__
|
|
2180
|
+
*
|
|
2181
|
+
* To run a mutation, you first call `useActivateRecordsMutation` within a React component and pass it any options that fit your needs.
|
|
2182
|
+
* When your component renders, `useActivateRecordsMutation` returns a tuple that includes:
|
|
2183
|
+
* - A mutate function that you can call at any time to execute the mutation
|
|
2184
|
+
* - An object with fields that represent the current status of the mutation's execution
|
|
2185
|
+
*
|
|
2186
|
+
* @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;
|
|
2187
|
+
*
|
|
2188
|
+
* @example
|
|
2189
|
+
* const [activateRecordsMutation, { data, loading, error }] = useActivateRecordsMutation({
|
|
2190
|
+
* variables: {
|
|
2191
|
+
* libraryId: // value for 'libraryId'
|
|
2192
|
+
* recordsIds: // value for 'recordsIds'
|
|
2193
|
+
* filters: // value for 'filters'
|
|
2194
|
+
* },
|
|
2195
|
+
* });
|
|
2196
|
+
*/
|
|
2197
|
+
export function useActivateRecordsMutation(baseOptions) {
|
|
2198
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2199
|
+
return Apollo.useMutation(ActivateRecordsDocument, options);
|
|
2200
|
+
}
|
|
2201
|
+
export const CreateEmptyRecordDocument = gql `
|
|
2202
|
+
mutation createEmptyRecord($library: ID!) {
|
|
2203
|
+
createEmptyRecord(library: $library) {
|
|
2204
|
+
record {
|
|
2205
|
+
...RecordIdentity
|
|
2206
|
+
}
|
|
2207
|
+
valuesErrors {
|
|
2208
|
+
type
|
|
2209
|
+
attribute
|
|
2210
|
+
input
|
|
2211
|
+
message
|
|
2212
|
+
}
|
|
2213
|
+
}
|
|
2214
|
+
}
|
|
2215
|
+
${RecordIdentityFragmentDoc}`;
|
|
2216
|
+
/**
|
|
2217
|
+
* __useCreateEmptyRecordMutation__
|
|
2218
|
+
*
|
|
2219
|
+
* To run a mutation, you first call `useCreateEmptyRecordMutation` within a React component and pass it any options that fit your needs.
|
|
2220
|
+
* When your component renders, `useCreateEmptyRecordMutation` returns a tuple that includes:
|
|
2221
|
+
* - A mutate function that you can call at any time to execute the mutation
|
|
2222
|
+
* - An object with fields that represent the current status of the mutation's execution
|
|
2223
|
+
*
|
|
2224
|
+
* @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;
|
|
2225
|
+
*
|
|
2226
|
+
* @example
|
|
2227
|
+
* const [createEmptyRecordMutation, { data, loading, error }] = useCreateEmptyRecordMutation({
|
|
2228
|
+
* variables: {
|
|
2229
|
+
* library: // value for 'library'
|
|
2230
|
+
* },
|
|
2231
|
+
* });
|
|
2232
|
+
*/
|
|
2233
|
+
export function useCreateEmptyRecordMutation(baseOptions) {
|
|
2234
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2235
|
+
return Apollo.useMutation(CreateEmptyRecordDocument, options);
|
|
2236
|
+
}
|
|
1907
2237
|
export const CreateRecordDocument = gql `
|
|
1908
2238
|
mutation CREATE_RECORD($library: ID!, $data: CreateRecordDataInput) {
|
|
1909
2239
|
createRecord(library: $library, data: $data) {
|
|
@@ -2011,6 +2341,10 @@ export function useDoesFileExistAsChildLazyQuery(baseOptions) {
|
|
|
2011
2341
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2012
2342
|
return Apollo.useLazyQuery(DoesFileExistAsChildDocument, options);
|
|
2013
2343
|
}
|
|
2344
|
+
export function useDoesFileExistAsChildSuspenseQuery(baseOptions) {
|
|
2345
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2346
|
+
return Apollo.useSuspenseQuery(DoesFileExistAsChildDocument, options);
|
|
2347
|
+
}
|
|
2014
2348
|
export const GetFileDataDocument = gql `
|
|
2015
2349
|
query GET_FILE_DATA($library: ID!, $fileId: String!, $previewsStatusAttribute: ID!) {
|
|
2016
2350
|
records(
|
|
@@ -2091,6 +2425,10 @@ export function useGetFileDataLazyQuery(baseOptions) {
|
|
|
2091
2425
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2092
2426
|
return Apollo.useLazyQuery(GetFileDataDocument, options);
|
|
2093
2427
|
}
|
|
2428
|
+
export function useGetFileDataSuspenseQuery(baseOptions) {
|
|
2429
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2430
|
+
return Apollo.useSuspenseQuery(GetFileDataDocument, options);
|
|
2431
|
+
}
|
|
2094
2432
|
export const RecordFormDocument = gql `
|
|
2095
2433
|
query RECORD_FORM($libraryId: String!, $formId: String!, $recordId: String, $version: [ValueVersionInput!]) {
|
|
2096
2434
|
recordForm(
|
|
@@ -2110,6 +2448,10 @@ export const RecordFormDocument = gql `
|
|
|
2110
2448
|
elements {
|
|
2111
2449
|
...RecordFormElement
|
|
2112
2450
|
}
|
|
2451
|
+
sidePanel {
|
|
2452
|
+
enable
|
|
2453
|
+
isOpenByDefault
|
|
2454
|
+
}
|
|
2113
2455
|
}
|
|
2114
2456
|
}
|
|
2115
2457
|
${RecordFormElementFragmentDoc}`;
|
|
@@ -2140,6 +2482,10 @@ export function useRecordFormLazyQuery(baseOptions) {
|
|
|
2140
2482
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2141
2483
|
return Apollo.useLazyQuery(RecordFormDocument, options);
|
|
2142
2484
|
}
|
|
2485
|
+
export function useRecordFormSuspenseQuery(baseOptions) {
|
|
2486
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2487
|
+
return Apollo.useSuspenseQuery(RecordFormDocument, options);
|
|
2488
|
+
}
|
|
2143
2489
|
export const RecordUpdateDocument = gql `
|
|
2144
2490
|
subscription RECORD_UPDATE($filters: RecordUpdateFilterInput) {
|
|
2145
2491
|
recordUpdate(filters: $filters) {
|
|
@@ -2183,6 +2529,46 @@ export function useRecordUpdateSubscription(baseOptions) {
|
|
|
2183
2529
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2184
2530
|
return Apollo.useSubscription(RecordUpdateDocument, options);
|
|
2185
2531
|
}
|
|
2532
|
+
export const GetRecordsFromLibraryDocument = gql `
|
|
2533
|
+
query getRecordsFromLibrary($libraryId: ID!, $pagination: RecordsPagination, $filters: [RecordFilterInput]) {
|
|
2534
|
+
records(library: $libraryId, filters: $filters, pagination: $pagination) {
|
|
2535
|
+
totalCount
|
|
2536
|
+
list {
|
|
2537
|
+
...RecordIdentity
|
|
2538
|
+
}
|
|
2539
|
+
}
|
|
2540
|
+
}
|
|
2541
|
+
${RecordIdentityFragmentDoc}`;
|
|
2542
|
+
/**
|
|
2543
|
+
* __useGetRecordsFromLibraryQuery__
|
|
2544
|
+
*
|
|
2545
|
+
* To run a query within a React component, call `useGetRecordsFromLibraryQuery` and pass it any options that fit your needs.
|
|
2546
|
+
* When your component renders, `useGetRecordsFromLibraryQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
2547
|
+
* you can use to render your UI.
|
|
2548
|
+
*
|
|
2549
|
+
* @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;
|
|
2550
|
+
*
|
|
2551
|
+
* @example
|
|
2552
|
+
* const { data, loading, error } = useGetRecordsFromLibraryQuery({
|
|
2553
|
+
* variables: {
|
|
2554
|
+
* libraryId: // value for 'libraryId'
|
|
2555
|
+
* pagination: // value for 'pagination'
|
|
2556
|
+
* filters: // value for 'filters'
|
|
2557
|
+
* },
|
|
2558
|
+
* });
|
|
2559
|
+
*/
|
|
2560
|
+
export function useGetRecordsFromLibraryQuery(baseOptions) {
|
|
2561
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2562
|
+
return Apollo.useQuery(GetRecordsFromLibraryDocument, options);
|
|
2563
|
+
}
|
|
2564
|
+
export function useGetRecordsFromLibraryLazyQuery(baseOptions) {
|
|
2565
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2566
|
+
return Apollo.useLazyQuery(GetRecordsFromLibraryDocument, options);
|
|
2567
|
+
}
|
|
2568
|
+
export function useGetRecordsFromLibrarySuspenseQuery(baseOptions) {
|
|
2569
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2570
|
+
return Apollo.useSuspenseQuery(GetRecordsFromLibraryDocument, options);
|
|
2571
|
+
}
|
|
2186
2572
|
export const IndexRecordsDocument = gql `
|
|
2187
2573
|
mutation INDEX_RECORDS($libraryId: String!, $records: [String!]) {
|
|
2188
2574
|
indexRecords(libraryId: $libraryId, records: $records)
|
|
@@ -2210,6 +2596,35 @@ export function useIndexRecordsMutation(baseOptions) {
|
|
|
2210
2596
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2211
2597
|
return Apollo.useMutation(IndexRecordsDocument, options);
|
|
2212
2598
|
}
|
|
2599
|
+
export const PurgeRecordDocument = gql `
|
|
2600
|
+
mutation purgeRecord($libraryId: ID!, $recordId: ID!) {
|
|
2601
|
+
purgeRecord(libraryId: $libraryId, recordId: $recordId) {
|
|
2602
|
+
...RecordIdentity
|
|
2603
|
+
}
|
|
2604
|
+
}
|
|
2605
|
+
${RecordIdentityFragmentDoc}`;
|
|
2606
|
+
/**
|
|
2607
|
+
* __usePurgeRecordMutation__
|
|
2608
|
+
*
|
|
2609
|
+
* To run a mutation, you first call `usePurgeRecordMutation` within a React component and pass it any options that fit your needs.
|
|
2610
|
+
* When your component renders, `usePurgeRecordMutation` returns a tuple that includes:
|
|
2611
|
+
* - A mutate function that you can call at any time to execute the mutation
|
|
2612
|
+
* - An object with fields that represent the current status of the mutation's execution
|
|
2613
|
+
*
|
|
2614
|
+
* @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;
|
|
2615
|
+
*
|
|
2616
|
+
* @example
|
|
2617
|
+
* const [purgeRecordMutation, { data, loading, error }] = usePurgeRecordMutation({
|
|
2618
|
+
* variables: {
|
|
2619
|
+
* libraryId: // value for 'libraryId'
|
|
2620
|
+
* recordId: // value for 'recordId'
|
|
2621
|
+
* },
|
|
2622
|
+
* });
|
|
2623
|
+
*/
|
|
2624
|
+
export function usePurgeRecordMutation(baseOptions) {
|
|
2625
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2626
|
+
return Apollo.useMutation(PurgeRecordDocument, options);
|
|
2627
|
+
}
|
|
2213
2628
|
export const CancelTaskDocument = gql `
|
|
2214
2629
|
mutation CANCEL_TASK($taskId: ID!) {
|
|
2215
2630
|
cancelTask(taskId: $taskId)
|
|
@@ -2267,6 +2682,10 @@ export function useCheckTreeExistenceLazyQuery(baseOptions) {
|
|
|
2267
2682
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2268
2683
|
return Apollo.useLazyQuery(CheckTreeExistenceDocument, options);
|
|
2269
2684
|
}
|
|
2685
|
+
export function useCheckTreeExistenceSuspenseQuery(baseOptions) {
|
|
2686
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2687
|
+
return Apollo.useSuspenseQuery(CheckTreeExistenceDocument, options);
|
|
2688
|
+
}
|
|
2270
2689
|
export const DeleteTreeDocument = gql `
|
|
2271
2690
|
mutation DELETE_TREE($id: ID!) {
|
|
2272
2691
|
deleteTree(id: $id) {
|
|
@@ -2328,6 +2747,10 @@ export function useGetTreeByIdLazyQuery(baseOptions) {
|
|
|
2328
2747
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2329
2748
|
return Apollo.useLazyQuery(GetTreeByIdDocument, options);
|
|
2330
2749
|
}
|
|
2750
|
+
export function useGetTreeByIdSuspenseQuery(baseOptions) {
|
|
2751
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2752
|
+
return Apollo.useSuspenseQuery(GetTreeByIdDocument, options);
|
|
2753
|
+
}
|
|
2331
2754
|
export const GetTreeLibrariesDocument = gql `
|
|
2332
2755
|
query GET_TREE_LIBRARIES($treeId: [ID!], $library: String) {
|
|
2333
2756
|
trees(filters: {id: $treeId, library: $library}) {
|
|
@@ -2378,6 +2801,10 @@ export function useGetTreeLibrariesLazyQuery(baseOptions) {
|
|
|
2378
2801
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2379
2802
|
return Apollo.useLazyQuery(GetTreeLibrariesDocument, options);
|
|
2380
2803
|
}
|
|
2804
|
+
export function useGetTreeLibrariesSuspenseQuery(baseOptions) {
|
|
2805
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2806
|
+
return Apollo.useSuspenseQuery(GetTreeLibrariesDocument, options);
|
|
2807
|
+
}
|
|
2381
2808
|
export const GetTreesDocument = gql `
|
|
2382
2809
|
query GET_TREES {
|
|
2383
2810
|
trees {
|
|
@@ -2410,6 +2837,10 @@ export function useGetTreesLazyQuery(baseOptions) {
|
|
|
2410
2837
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2411
2838
|
return Apollo.useLazyQuery(GetTreesDocument, options);
|
|
2412
2839
|
}
|
|
2840
|
+
export function useGetTreesSuspenseQuery(baseOptions) {
|
|
2841
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2842
|
+
return Apollo.useSuspenseQuery(GetTreesDocument, options);
|
|
2843
|
+
}
|
|
2413
2844
|
export const SaveTreeDocument = gql `
|
|
2414
2845
|
mutation SAVE_TREE($tree: TreeInput!) {
|
|
2415
2846
|
saveTree(tree: $tree) {
|
|
@@ -2439,8 +2870,13 @@ export function useSaveTreeMutation(baseOptions) {
|
|
|
2439
2870
|
return Apollo.useMutation(SaveTreeDocument, options);
|
|
2440
2871
|
}
|
|
2441
2872
|
export const TreeNodeChildrenDocument = gql `
|
|
2442
|
-
query TREE_NODE_CHILDREN($treeId: ID!, $node: ID, $pagination: Pagination) {
|
|
2443
|
-
treeNodeChildren(
|
|
2873
|
+
query TREE_NODE_CHILDREN($treeId: ID!, $node: ID, $pagination: Pagination, $childrenAsRecordValuePermissionFilter: ChildrenAsRecordValuePermissionFilterInput) {
|
|
2874
|
+
treeNodeChildren(
|
|
2875
|
+
treeId: $treeId
|
|
2876
|
+
node: $node
|
|
2877
|
+
pagination: $pagination
|
|
2878
|
+
childrenAsRecordValuePermissionFilter: $childrenAsRecordValuePermissionFilter
|
|
2879
|
+
) {
|
|
2444
2880
|
totalCount
|
|
2445
2881
|
list {
|
|
2446
2882
|
...TreeNodeChild
|
|
@@ -2463,6 +2899,7 @@ export const TreeNodeChildrenDocument = gql `
|
|
|
2463
2899
|
* treeId: // value for 'treeId'
|
|
2464
2900
|
* node: // value for 'node'
|
|
2465
2901
|
* pagination: // value for 'pagination'
|
|
2902
|
+
* childrenAsRecordValuePermissionFilter: // value for 'childrenAsRecordValuePermissionFilter'
|
|
2466
2903
|
* },
|
|
2467
2904
|
* });
|
|
2468
2905
|
*/
|
|
@@ -2474,6 +2911,10 @@ export function useTreeNodeChildrenLazyQuery(baseOptions) {
|
|
|
2474
2911
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2475
2912
|
return Apollo.useLazyQuery(TreeNodeChildrenDocument, options);
|
|
2476
2913
|
}
|
|
2914
|
+
export function useTreeNodeChildrenSuspenseQuery(baseOptions) {
|
|
2915
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2916
|
+
return Apollo.useSuspenseQuery(TreeNodeChildrenDocument, options);
|
|
2917
|
+
}
|
|
2477
2918
|
export const GetUserDataDocument = gql `
|
|
2478
2919
|
query GET_USER_DATA($keys: [String!]!, $global: Boolean) {
|
|
2479
2920
|
userData(keys: $keys, global: $global) {
|
|
@@ -2507,6 +2948,10 @@ export function useGetUserDataLazyQuery(baseOptions) {
|
|
|
2507
2948
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2508
2949
|
return Apollo.useLazyQuery(GetUserDataDocument, options);
|
|
2509
2950
|
}
|
|
2951
|
+
export function useGetUserDataSuspenseQuery(baseOptions) {
|
|
2952
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2953
|
+
return Apollo.useSuspenseQuery(GetUserDataDocument, options);
|
|
2954
|
+
}
|
|
2510
2955
|
export const SaveUserDataDocument = gql `
|
|
2511
2956
|
mutation SAVE_USER_DATA($key: String!, $value: Any, $global: Boolean!) {
|
|
2512
2957
|
saveUserData(key: $key, value: $value, global: $global) {
|
|
@@ -2574,43 +3019,6 @@ export function useDeleteValueMutation(baseOptions) {
|
|
|
2574
3019
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2575
3020
|
return Apollo.useMutation(DeleteValueDocument, options);
|
|
2576
3021
|
}
|
|
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
3022
|
export const SaveValueBatchDocument = gql `
|
|
2615
3023
|
mutation SAVE_VALUE_BATCH($library: ID!, $recordId: ID!, $version: [ValueVersionInput!], $values: [ValueBatchInput!]!, $deleteEmpty: Boolean) {
|
|
2616
3024
|
saveValueBatch(
|
|
@@ -2717,6 +3125,10 @@ export function useGetViewLazyQuery(baseOptions) {
|
|
|
2717
3125
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2718
3126
|
return Apollo.useLazyQuery(GetViewDocument, options);
|
|
2719
3127
|
}
|
|
3128
|
+
export function useGetViewSuspenseQuery(baseOptions) {
|
|
3129
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3130
|
+
return Apollo.useSuspenseQuery(GetViewDocument, options);
|
|
3131
|
+
}
|
|
2720
3132
|
export const GetViewsListDocument = gql `
|
|
2721
3133
|
query GET_VIEWS_LIST($libraryId: String!) {
|
|
2722
3134
|
views(library: $libraryId) {
|
|
@@ -2751,6 +3163,10 @@ export function useGetViewsListLazyQuery(baseOptions) {
|
|
|
2751
3163
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2752
3164
|
return Apollo.useLazyQuery(GetViewsListDocument, options);
|
|
2753
3165
|
}
|
|
3166
|
+
export function useGetViewsListSuspenseQuery(baseOptions) {
|
|
3167
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3168
|
+
return Apollo.useSuspenseQuery(GetViewsListDocument, options);
|
|
3169
|
+
}
|
|
2754
3170
|
export const SaveViewDocument = gql `
|
|
2755
3171
|
mutation SAVE_VIEW($view: ViewInput!) {
|
|
2756
3172
|
saveView(view: $view) {
|
|
@@ -2779,6 +3195,43 @@ export function useSaveViewMutation(baseOptions) {
|
|
|
2779
3195
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2780
3196
|
return Apollo.useMutation(SaveViewDocument, options);
|
|
2781
3197
|
}
|
|
3198
|
+
export const GetAttributesByLibWithPermissionsDocument = gql `
|
|
3199
|
+
query getAttributesByLibWithPermissions($library: String!) {
|
|
3200
|
+
attributes(filters: {libraries: [$library]}) {
|
|
3201
|
+
list {
|
|
3202
|
+
...AttributesByLibAttributeWithPermissions
|
|
3203
|
+
}
|
|
3204
|
+
}
|
|
3205
|
+
}
|
|
3206
|
+
${AttributesByLibAttributeWithPermissionsFragmentDoc}`;
|
|
3207
|
+
/**
|
|
3208
|
+
* __useGetAttributesByLibWithPermissionsQuery__
|
|
3209
|
+
*
|
|
3210
|
+
* To run a query within a React component, call `useGetAttributesByLibWithPermissionsQuery` and pass it any options that fit your needs.
|
|
3211
|
+
* When your component renders, `useGetAttributesByLibWithPermissionsQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
3212
|
+
* you can use to render your UI.
|
|
3213
|
+
*
|
|
3214
|
+
* @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;
|
|
3215
|
+
*
|
|
3216
|
+
* @example
|
|
3217
|
+
* const { data, loading, error } = useGetAttributesByLibWithPermissionsQuery({
|
|
3218
|
+
* variables: {
|
|
3219
|
+
* library: // value for 'library'
|
|
3220
|
+
* },
|
|
3221
|
+
* });
|
|
3222
|
+
*/
|
|
3223
|
+
export function useGetAttributesByLibWithPermissionsQuery(baseOptions) {
|
|
3224
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3225
|
+
return Apollo.useQuery(GetAttributesByLibWithPermissionsDocument, options);
|
|
3226
|
+
}
|
|
3227
|
+
export function useGetAttributesByLibWithPermissionsLazyQuery(baseOptions) {
|
|
3228
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3229
|
+
return Apollo.useLazyQuery(GetAttributesByLibWithPermissionsDocument, options);
|
|
3230
|
+
}
|
|
3231
|
+
export function useGetAttributesByLibWithPermissionsSuspenseQuery(baseOptions) {
|
|
3232
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3233
|
+
return Apollo.useSuspenseQuery(GetAttributesByLibWithPermissionsDocument, options);
|
|
3234
|
+
}
|
|
2782
3235
|
export const ExplorerAttributesDocument = gql `
|
|
2783
3236
|
query ExplorerAttributes($ids: [ID!]) {
|
|
2784
3237
|
attributes(filters: {ids: $ids}) {
|
|
@@ -2787,11 +3240,18 @@ export const ExplorerAttributesDocument = gql `
|
|
|
2787
3240
|
type
|
|
2788
3241
|
format
|
|
2789
3242
|
label
|
|
3243
|
+
permissions {
|
|
3244
|
+
access_attribute
|
|
3245
|
+
}
|
|
3246
|
+
...StandardAttributeDetails
|
|
2790
3247
|
...LinkAttributeDetails
|
|
3248
|
+
...TreeAttributeDetails
|
|
2791
3249
|
}
|
|
2792
3250
|
}
|
|
2793
3251
|
}
|
|
2794
|
-
${
|
|
3252
|
+
${StandardAttributeDetailsFragmentDoc}
|
|
3253
|
+
${LinkAttributeDetailsFragmentDoc}
|
|
3254
|
+
${TreeAttributeDetailsFragmentDoc}`;
|
|
2795
3255
|
/**
|
|
2796
3256
|
* __useExplorerAttributesQuery__
|
|
2797
3257
|
*
|
|
@@ -2816,17 +3276,27 @@ export function useExplorerAttributesLazyQuery(baseOptions) {
|
|
|
2816
3276
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2817
3277
|
return Apollo.useLazyQuery(ExplorerAttributesDocument, options);
|
|
2818
3278
|
}
|
|
3279
|
+
export function useExplorerAttributesSuspenseQuery(baseOptions) {
|
|
3280
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3281
|
+
return Apollo.useSuspenseQuery(ExplorerAttributesDocument, options);
|
|
3282
|
+
}
|
|
2819
3283
|
export const ExplorerLinkAttributeDocument = gql `
|
|
2820
3284
|
query ExplorerLinkAttribute($id: ID!) {
|
|
2821
3285
|
attributes(filters: {ids: [$id]}) {
|
|
2822
3286
|
list {
|
|
2823
3287
|
id
|
|
2824
3288
|
multiple_values
|
|
3289
|
+
permissions {
|
|
3290
|
+
access_attribute
|
|
3291
|
+
edit_value
|
|
3292
|
+
}
|
|
2825
3293
|
...LinkAttributeDetails
|
|
3294
|
+
...TreeAttributeDetails
|
|
2826
3295
|
}
|
|
2827
3296
|
}
|
|
2828
3297
|
}
|
|
2829
|
-
${LinkAttributeDetailsFragmentDoc}
|
|
3298
|
+
${LinkAttributeDetailsFragmentDoc}
|
|
3299
|
+
${TreeAttributeDetailsFragmentDoc}`;
|
|
2830
3300
|
/**
|
|
2831
3301
|
* __useExplorerLinkAttributeQuery__
|
|
2832
3302
|
*
|
|
@@ -2851,6 +3321,10 @@ export function useExplorerLinkAttributeLazyQuery(baseOptions) {
|
|
|
2851
3321
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2852
3322
|
return Apollo.useLazyQuery(ExplorerLinkAttributeDocument, options);
|
|
2853
3323
|
}
|
|
3324
|
+
export function useExplorerLinkAttributeSuspenseQuery(baseOptions) {
|
|
3325
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3326
|
+
return Apollo.useSuspenseQuery(ExplorerLinkAttributeDocument, options);
|
|
3327
|
+
}
|
|
2854
3328
|
export const ExplorerLibraryDataDocument = gql `
|
|
2855
3329
|
query ExplorerLibraryData($libraryId: ID!, $attributeIds: [ID!]!, $pagination: RecordsPagination, $filters: [RecordFilterInput], $multipleSort: [RecordSortInput!], $searchQuery: String) {
|
|
2856
3330
|
records(
|
|
@@ -2863,6 +3337,11 @@ export const ExplorerLibraryDataDocument = gql `
|
|
|
2863
3337
|
totalCount
|
|
2864
3338
|
list {
|
|
2865
3339
|
...RecordIdentity
|
|
3340
|
+
active
|
|
3341
|
+
permissions {
|
|
3342
|
+
create_record
|
|
3343
|
+
delete_record
|
|
3344
|
+
}
|
|
2866
3345
|
properties(attributeIds: $attributeIds) {
|
|
2867
3346
|
attributeId
|
|
2868
3347
|
attributeProperties {
|
|
@@ -2907,11 +3386,16 @@ export function useExplorerLibraryDataLazyQuery(baseOptions) {
|
|
|
2907
3386
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2908
3387
|
return Apollo.useLazyQuery(ExplorerLibraryDataDocument, options);
|
|
2909
3388
|
}
|
|
3389
|
+
export function useExplorerLibraryDataSuspenseQuery(baseOptions) {
|
|
3390
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3391
|
+
return Apollo.useSuspenseQuery(ExplorerLibraryDataDocument, options);
|
|
3392
|
+
}
|
|
2910
3393
|
export const ExplorerLinkDataDocument = gql `
|
|
2911
3394
|
query ExplorerLinkData($attributeIds: [ID!]!, $parentLibraryId: ID!, $parentRecordId: String, $linkAttributeId: ID!) {
|
|
2912
3395
|
records(
|
|
2913
3396
|
library: $parentLibraryId
|
|
2914
3397
|
filters: [{field: "id", condition: EQUAL, value: $parentRecordId}]
|
|
3398
|
+
retrieveInactive: true
|
|
2915
3399
|
) {
|
|
2916
3400
|
list {
|
|
2917
3401
|
id
|
|
@@ -2955,6 +3439,10 @@ export function useExplorerLinkDataLazyQuery(baseOptions) {
|
|
|
2955
3439
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2956
3440
|
return Apollo.useLazyQuery(ExplorerLinkDataDocument, options);
|
|
2957
3441
|
}
|
|
3442
|
+
export function useExplorerLinkDataSuspenseQuery(baseOptions) {
|
|
3443
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3444
|
+
return Apollo.useSuspenseQuery(ExplorerLinkDataDocument, options);
|
|
3445
|
+
}
|
|
2958
3446
|
export const GetLibraryAttributesDocument = gql `
|
|
2959
3447
|
query GetLibraryAttributes($libraryId: ID!) {
|
|
2960
3448
|
libraries(filters: {id: [$libraryId]}) {
|
|
@@ -2991,6 +3479,10 @@ export function useGetLibraryAttributesLazyQuery(baseOptions) {
|
|
|
2991
3479
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2992
3480
|
return Apollo.useLazyQuery(GetLibraryAttributesDocument, options);
|
|
2993
3481
|
}
|
|
3482
|
+
export function useGetLibraryAttributesSuspenseQuery(baseOptions) {
|
|
3483
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3484
|
+
return Apollo.useSuspenseQuery(GetLibraryAttributesDocument, options);
|
|
3485
|
+
}
|
|
2994
3486
|
export const ExplorerLibraryDetailsDocument = gql `
|
|
2995
3487
|
query ExplorerLibraryDetails($libraryId: ID!) {
|
|
2996
3488
|
libraries(filters: {id: [$libraryId]}) {
|
|
@@ -3026,6 +3518,10 @@ export function useExplorerLibraryDetailsLazyQuery(baseOptions) {
|
|
|
3026
3518
|
const options = { ...defaultOptions, ...baseOptions };
|
|
3027
3519
|
return Apollo.useLazyQuery(ExplorerLibraryDetailsDocument, options);
|
|
3028
3520
|
}
|
|
3521
|
+
export function useExplorerLibraryDetailsSuspenseQuery(baseOptions) {
|
|
3522
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3523
|
+
return Apollo.useSuspenseQuery(ExplorerLibraryDetailsDocument, options);
|
|
3524
|
+
}
|
|
3029
3525
|
export const ExplorerSelectionIdsDocument = gql `
|
|
3030
3526
|
query ExplorerSelectionIds($libraryId: ID!, $filters: [RecordFilterInput]) {
|
|
3031
3527
|
records(library: $libraryId, filters: $filters) {
|
|
@@ -3060,6 +3556,10 @@ export function useExplorerSelectionIdsLazyQuery(baseOptions) {
|
|
|
3060
3556
|
const options = { ...defaultOptions, ...baseOptions };
|
|
3061
3557
|
return Apollo.useLazyQuery(ExplorerSelectionIdsDocument, options);
|
|
3062
3558
|
}
|
|
3559
|
+
export function useExplorerSelectionIdsSuspenseQuery(baseOptions) {
|
|
3560
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3561
|
+
return Apollo.useSuspenseQuery(ExplorerSelectionIdsDocument, options);
|
|
3562
|
+
}
|
|
3063
3563
|
export const MeDocument = gql `
|
|
3064
3564
|
query Me {
|
|
3065
3565
|
me {
|
|
@@ -3096,6 +3596,10 @@ export function useMeLazyQuery(baseOptions) {
|
|
|
3096
3596
|
const options = { ...defaultOptions, ...baseOptions };
|
|
3097
3597
|
return Apollo.useLazyQuery(MeDocument, options);
|
|
3098
3598
|
}
|
|
3599
|
+
export function useMeSuspenseQuery(baseOptions) {
|
|
3600
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3601
|
+
return Apollo.useSuspenseQuery(MeDocument, options);
|
|
3602
|
+
}
|
|
3099
3603
|
export const UpdateViewDocument = gql `
|
|
3100
3604
|
mutation UpdateView($view: ViewInputPartial!) {
|
|
3101
3605
|
updateView(view: $view) {
|
|
@@ -3124,6 +3628,76 @@ export function useUpdateViewMutation(baseOptions) {
|
|
|
3124
3628
|
const options = { ...defaultOptions, ...baseOptions };
|
|
3125
3629
|
return Apollo.useMutation(UpdateViewDocument, options);
|
|
3126
3630
|
}
|
|
3631
|
+
export const GetRecordHistoryDocument = gql `
|
|
3632
|
+
query getRecordHistory($record: LogTopicRecordFilterInput!, $attributeId: String, $actions: [LogAction!], $pagination: Pagination) {
|
|
3633
|
+
logs(
|
|
3634
|
+
filters: {topic: {record: $record, attribute: $attributeId}, actions: $actions}
|
|
3635
|
+
pagination: $pagination
|
|
3636
|
+
) {
|
|
3637
|
+
action
|
|
3638
|
+
time
|
|
3639
|
+
topic {
|
|
3640
|
+
attribute {
|
|
3641
|
+
...RecordHistoryLogAttribute
|
|
3642
|
+
}
|
|
3643
|
+
}
|
|
3644
|
+
user {
|
|
3645
|
+
id
|
|
3646
|
+
whoAmI {
|
|
3647
|
+
id
|
|
3648
|
+
library {
|
|
3649
|
+
id
|
|
3650
|
+
}
|
|
3651
|
+
}
|
|
3652
|
+
properties(attributeIds: ["email"]) {
|
|
3653
|
+
attributeId
|
|
3654
|
+
values {
|
|
3655
|
+
... on Value {
|
|
3656
|
+
payload
|
|
3657
|
+
}
|
|
3658
|
+
}
|
|
3659
|
+
}
|
|
3660
|
+
}
|
|
3661
|
+
before {
|
|
3662
|
+
asString
|
|
3663
|
+
}
|
|
3664
|
+
after {
|
|
3665
|
+
asString
|
|
3666
|
+
}
|
|
3667
|
+
}
|
|
3668
|
+
}
|
|
3669
|
+
${RecordHistoryLogAttributeFragmentDoc}`;
|
|
3670
|
+
/**
|
|
3671
|
+
* __useGetRecordHistoryQuery__
|
|
3672
|
+
*
|
|
3673
|
+
* To run a query within a React component, call `useGetRecordHistoryQuery` and pass it any options that fit your needs.
|
|
3674
|
+
* When your component renders, `useGetRecordHistoryQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
3675
|
+
* you can use to render your UI.
|
|
3676
|
+
*
|
|
3677
|
+
* @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;
|
|
3678
|
+
*
|
|
3679
|
+
* @example
|
|
3680
|
+
* const { data, loading, error } = useGetRecordHistoryQuery({
|
|
3681
|
+
* variables: {
|
|
3682
|
+
* record: // value for 'record'
|
|
3683
|
+
* attributeId: // value for 'attributeId'
|
|
3684
|
+
* actions: // value for 'actions'
|
|
3685
|
+
* pagination: // value for 'pagination'
|
|
3686
|
+
* },
|
|
3687
|
+
* });
|
|
3688
|
+
*/
|
|
3689
|
+
export function useGetRecordHistoryQuery(baseOptions) {
|
|
3690
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3691
|
+
return Apollo.useQuery(GetRecordHistoryDocument, options);
|
|
3692
|
+
}
|
|
3693
|
+
export function useGetRecordHistoryLazyQuery(baseOptions) {
|
|
3694
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3695
|
+
return Apollo.useLazyQuery(GetRecordHistoryDocument, options);
|
|
3696
|
+
}
|
|
3697
|
+
export function useGetRecordHistorySuspenseQuery(baseOptions) {
|
|
3698
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3699
|
+
return Apollo.useSuspenseQuery(GetRecordHistoryDocument, options);
|
|
3700
|
+
}
|
|
3127
3701
|
export const TreeDataQueryDocument = gql `
|
|
3128
3702
|
query TreeDataQuery($treeId: ID!) {
|
|
3129
3703
|
trees(filters: {id: [$treeId]}) {
|
|
@@ -3158,4 +3732,8 @@ export function useTreeDataQueryLazyQuery(baseOptions) {
|
|
|
3158
3732
|
const options = { ...defaultOptions, ...baseOptions };
|
|
3159
3733
|
return Apollo.useLazyQuery(TreeDataQueryDocument, options);
|
|
3160
3734
|
}
|
|
3735
|
+
export function useTreeDataQuerySuspenseQuery(baseOptions) {
|
|
3736
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3737
|
+
return Apollo.useSuspenseQuery(TreeDataQueryDocument, options);
|
|
3738
|
+
}
|
|
3161
3739
|
//# sourceMappingURL=index.js.map
|