@leav/ui 0.4.0 → 1.0.0-e073ed8e
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 +1753 -263
- package/dist/_gqlTypes/index.js +539 -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 +1 -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 +40 -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 +22 -11
- 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 +82 -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 +18 -12
- 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/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/ValuesSummary.js +3 -0
- 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/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 +38 -0
- package/dist/components/index.js +1 -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 +34 -13
- package/dist/locales/fr/shared.json +33 -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 +0 -5
- 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 MultiLinkDisplayOption;
|
|
165
|
+
(function (MultiLinkDisplayOption) {
|
|
166
|
+
MultiLinkDisplayOption["avatar"] = "avatar";
|
|
167
|
+
MultiLinkDisplayOption["badge_qty"] = "badge_qty";
|
|
168
|
+
MultiLinkDisplayOption["tag"] = "tag";
|
|
169
|
+
})(MultiLinkDisplayOption || (MultiLinkDisplayOption = {}));
|
|
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,7 @@ export const AttributeDetailsFragmentDoc = gql `
|
|
|
371
387
|
label
|
|
372
388
|
description
|
|
373
389
|
multiple_values
|
|
390
|
+
multi_link_display_option
|
|
374
391
|
metadata_fields {
|
|
375
392
|
id
|
|
376
393
|
label
|
|
@@ -749,6 +766,13 @@ export const RecordFormAttributeFragmentDoc = gql `
|
|
|
749
766
|
}
|
|
750
767
|
${StandardValuesListFragmentFragmentDoc}
|
|
751
768
|
${RecordIdentityFragmentDoc}`;
|
|
769
|
+
export const JoinLibraryContextFragmentDoc = gql `
|
|
770
|
+
fragment JoinLibraryContext on FormElementJoinLibraryContext {
|
|
771
|
+
mandatoryAttribute {
|
|
772
|
+
...RecordFormAttribute
|
|
773
|
+
}
|
|
774
|
+
}
|
|
775
|
+
${RecordFormAttributeFragmentDoc}`;
|
|
752
776
|
export const RecordFormElementFragmentDoc = gql `
|
|
753
777
|
fragment RecordFormElement on FormElementWithValues {
|
|
754
778
|
id
|
|
@@ -766,9 +790,13 @@ export const RecordFormElementFragmentDoc = gql `
|
|
|
766
790
|
key
|
|
767
791
|
value
|
|
768
792
|
}
|
|
793
|
+
joinLibraryContext {
|
|
794
|
+
...JoinLibraryContext
|
|
795
|
+
}
|
|
769
796
|
}
|
|
770
797
|
${ValueDetailsFragmentDoc}
|
|
771
|
-
${RecordFormAttributeFragmentDoc}
|
|
798
|
+
${RecordFormAttributeFragmentDoc}
|
|
799
|
+
${JoinLibraryContextFragmentDoc}`;
|
|
772
800
|
export const TreeLightFragmentDoc = gql `
|
|
773
801
|
fragment TreeLight on Tree {
|
|
774
802
|
id
|
|
@@ -880,13 +908,123 @@ export const ViewDetailsFragmentDoc = gql `
|
|
|
880
908
|
}
|
|
881
909
|
${ViewDetailsFilterFragmentDoc}
|
|
882
910
|
${RecordIdentityFragmentDoc}`;
|
|
911
|
+
export const AttributesByLibLinkAttributeWithPermissionsFragmentDoc = gql `
|
|
912
|
+
fragment AttributesByLibLinkAttributeWithPermissions on LinkAttribute {
|
|
913
|
+
valuesList: values_list {
|
|
914
|
+
enable
|
|
915
|
+
allowFreeEntry
|
|
916
|
+
allowListUpdate
|
|
917
|
+
linkedValues: values {
|
|
918
|
+
...RecordIdentity
|
|
919
|
+
}
|
|
920
|
+
}
|
|
921
|
+
linked_library {
|
|
922
|
+
id
|
|
923
|
+
}
|
|
924
|
+
}
|
|
925
|
+
${RecordIdentityFragmentDoc}`;
|
|
926
|
+
export const AttributesByLibAttributeWithPermissionsFragmentDoc = gql `
|
|
927
|
+
fragment AttributesByLibAttributeWithPermissions on Attribute {
|
|
928
|
+
id
|
|
929
|
+
type
|
|
930
|
+
format
|
|
931
|
+
label
|
|
932
|
+
multiple_values
|
|
933
|
+
system
|
|
934
|
+
readonly
|
|
935
|
+
permissions {
|
|
936
|
+
access_attribute
|
|
937
|
+
}
|
|
938
|
+
...AttributesByLibLinkAttributeWithPermissions
|
|
939
|
+
... on TreeAttribute {
|
|
940
|
+
linked_tree {
|
|
941
|
+
id
|
|
942
|
+
label
|
|
943
|
+
libraries {
|
|
944
|
+
library {
|
|
945
|
+
id
|
|
946
|
+
label
|
|
947
|
+
}
|
|
948
|
+
}
|
|
949
|
+
}
|
|
950
|
+
}
|
|
951
|
+
... on StandardAttribute {
|
|
952
|
+
embedded_fields {
|
|
953
|
+
id
|
|
954
|
+
format
|
|
955
|
+
label
|
|
956
|
+
}
|
|
957
|
+
valuesList: values_list {
|
|
958
|
+
... on StandardStringValuesListConf {
|
|
959
|
+
enable
|
|
960
|
+
allowFreeEntry
|
|
961
|
+
allowListUpdate
|
|
962
|
+
values
|
|
963
|
+
}
|
|
964
|
+
... on StandardDateRangeValuesListConf {
|
|
965
|
+
enable
|
|
966
|
+
allowFreeEntry
|
|
967
|
+
allowListUpdate
|
|
968
|
+
dateRangeValues: values {
|
|
969
|
+
from
|
|
970
|
+
to
|
|
971
|
+
}
|
|
972
|
+
}
|
|
973
|
+
}
|
|
974
|
+
}
|
|
975
|
+
}
|
|
976
|
+
${AttributesByLibLinkAttributeWithPermissionsFragmentDoc}`;
|
|
883
977
|
export const LinkAttributeDetailsFragmentDoc = gql `
|
|
884
978
|
fragment LinkAttributeDetails on LinkAttribute {
|
|
885
979
|
label
|
|
980
|
+
type
|
|
886
981
|
linked_library {
|
|
887
982
|
id
|
|
888
983
|
label
|
|
889
984
|
}
|
|
985
|
+
valuesList: values_list {
|
|
986
|
+
allowFreeEntry
|
|
987
|
+
enable
|
|
988
|
+
linkedValues: values {
|
|
989
|
+
id
|
|
990
|
+
whoAmI {
|
|
991
|
+
id
|
|
992
|
+
label
|
|
993
|
+
library {
|
|
994
|
+
id
|
|
995
|
+
}
|
|
996
|
+
}
|
|
997
|
+
}
|
|
998
|
+
}
|
|
999
|
+
}
|
|
1000
|
+
`;
|
|
1001
|
+
export const TreeAttributeDetailsFragmentDoc = gql `
|
|
1002
|
+
fragment TreeAttributeDetails on TreeAttribute {
|
|
1003
|
+
id
|
|
1004
|
+
label
|
|
1005
|
+
linked_tree {
|
|
1006
|
+
id
|
|
1007
|
+
label
|
|
1008
|
+
}
|
|
1009
|
+
}
|
|
1010
|
+
`;
|
|
1011
|
+
export const StandardAttributeDetailsFragmentDoc = gql `
|
|
1012
|
+
fragment StandardAttributeDetails on StandardAttribute {
|
|
1013
|
+
id
|
|
1014
|
+
type
|
|
1015
|
+
embedded_fields {
|
|
1016
|
+
id
|
|
1017
|
+
format
|
|
1018
|
+
label
|
|
1019
|
+
}
|
|
1020
|
+
valuesList: values_list {
|
|
1021
|
+
... on StandardStringValuesListConf {
|
|
1022
|
+
enable
|
|
1023
|
+
allowFreeEntry
|
|
1024
|
+
allowListUpdate
|
|
1025
|
+
values
|
|
1026
|
+
}
|
|
1027
|
+
}
|
|
890
1028
|
}
|
|
891
1029
|
`;
|
|
892
1030
|
export const AttributePropertiesFragmentDoc = gql `
|
|
@@ -896,6 +1034,7 @@ export const AttributePropertiesFragmentDoc = gql `
|
|
|
896
1034
|
type
|
|
897
1035
|
format
|
|
898
1036
|
multiple_values
|
|
1037
|
+
multi_link_display_option
|
|
899
1038
|
}
|
|
900
1039
|
`;
|
|
901
1040
|
export const PropertyValueFragmentDoc = gql `
|
|
@@ -958,6 +1097,9 @@ export const LibraryAttributeFragmentDoc = gql `
|
|
|
958
1097
|
id
|
|
959
1098
|
type
|
|
960
1099
|
label
|
|
1100
|
+
permissions {
|
|
1101
|
+
access_attribute
|
|
1102
|
+
}
|
|
961
1103
|
... on StandardAttribute {
|
|
962
1104
|
format
|
|
963
1105
|
}
|
|
@@ -996,6 +1138,10 @@ export function useCheckApplicationExistenceLazyQuery(baseOptions) {
|
|
|
996
1138
|
const options = { ...defaultOptions, ...baseOptions };
|
|
997
1139
|
return Apollo.useLazyQuery(CheckApplicationExistenceDocument, options);
|
|
998
1140
|
}
|
|
1141
|
+
export function useCheckApplicationExistenceSuspenseQuery(baseOptions) {
|
|
1142
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1143
|
+
return Apollo.useSuspenseQuery(CheckApplicationExistenceDocument, options);
|
|
1144
|
+
}
|
|
999
1145
|
export const GetApplicationByIdDocument = gql `
|
|
1000
1146
|
query GET_APPLICATION_BY_ID($id: ID!) {
|
|
1001
1147
|
applications(filters: {id: $id}) {
|
|
@@ -1029,6 +1175,10 @@ export function useGetApplicationByIdLazyQuery(baseOptions) {
|
|
|
1029
1175
|
const options = { ...defaultOptions, ...baseOptions };
|
|
1030
1176
|
return Apollo.useLazyQuery(GetApplicationByIdDocument, options);
|
|
1031
1177
|
}
|
|
1178
|
+
export function useGetApplicationByIdSuspenseQuery(baseOptions) {
|
|
1179
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1180
|
+
return Apollo.useSuspenseQuery(GetApplicationByIdDocument, options);
|
|
1181
|
+
}
|
|
1032
1182
|
export const GetApplicationModulesDocument = gql `
|
|
1033
1183
|
query GET_APPLICATION_MODULES {
|
|
1034
1184
|
applicationsModules {
|
|
@@ -1061,6 +1211,10 @@ export function useGetApplicationModulesLazyQuery(baseOptions) {
|
|
|
1061
1211
|
const options = { ...defaultOptions, ...baseOptions };
|
|
1062
1212
|
return Apollo.useLazyQuery(GetApplicationModulesDocument, options);
|
|
1063
1213
|
}
|
|
1214
|
+
export function useGetApplicationModulesSuspenseQuery(baseOptions) {
|
|
1215
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1216
|
+
return Apollo.useSuspenseQuery(GetApplicationModulesDocument, options);
|
|
1217
|
+
}
|
|
1064
1218
|
export const SaveApplicationDocument = gql `
|
|
1065
1219
|
mutation SAVE_APPLICATION($application: ApplicationInput!) {
|
|
1066
1220
|
saveApplication(application: $application) {
|
|
@@ -1120,6 +1274,10 @@ export function useCheckAttributeExistenceLazyQuery(baseOptions) {
|
|
|
1120
1274
|
const options = { ...defaultOptions, ...baseOptions };
|
|
1121
1275
|
return Apollo.useLazyQuery(CheckAttributeExistenceDocument, options);
|
|
1122
1276
|
}
|
|
1277
|
+
export function useCheckAttributeExistenceSuspenseQuery(baseOptions) {
|
|
1278
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1279
|
+
return Apollo.useSuspenseQuery(CheckAttributeExistenceDocument, options);
|
|
1280
|
+
}
|
|
1123
1281
|
export const DeleteAttributeDocument = gql `
|
|
1124
1282
|
mutation DELETE_ATTRIBUTE($id: ID) {
|
|
1125
1283
|
deleteAttribute(id: $id) {
|
|
@@ -1181,6 +1339,10 @@ export function useGetAttributeByIdLazyQuery(baseOptions) {
|
|
|
1181
1339
|
const options = { ...defaultOptions, ...baseOptions };
|
|
1182
1340
|
return Apollo.useLazyQuery(GetAttributeByIdDocument, options);
|
|
1183
1341
|
}
|
|
1342
|
+
export function useGetAttributeByIdSuspenseQuery(baseOptions) {
|
|
1343
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1344
|
+
return Apollo.useSuspenseQuery(GetAttributeByIdDocument, options);
|
|
1345
|
+
}
|
|
1184
1346
|
export const GetAttributesByLibDocument = gql `
|
|
1185
1347
|
query GET_ATTRIBUTES_BY_LIB($library: String!) {
|
|
1186
1348
|
attributes(filters: {libraries: [$library]}) {
|
|
@@ -1214,6 +1376,10 @@ export function useGetAttributesByLibLazyQuery(baseOptions) {
|
|
|
1214
1376
|
const options = { ...defaultOptions, ...baseOptions };
|
|
1215
1377
|
return Apollo.useLazyQuery(GetAttributesByLibDocument, options);
|
|
1216
1378
|
}
|
|
1379
|
+
export function useGetAttributesByLibSuspenseQuery(baseOptions) {
|
|
1380
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1381
|
+
return Apollo.useSuspenseQuery(GetAttributesByLibDocument, options);
|
|
1382
|
+
}
|
|
1217
1383
|
export const GetAttributesDocument = gql `
|
|
1218
1384
|
query GET_ATTRIBUTES($pagination: Pagination, $sort: SortAttributes, $filters: AttributesFiltersInput) {
|
|
1219
1385
|
attributes(pagination: $pagination, sort: $sort, filters: $filters) {
|
|
@@ -1254,6 +1420,10 @@ export function useGetAttributesLazyQuery(baseOptions) {
|
|
|
1254
1420
|
const options = { ...defaultOptions, ...baseOptions };
|
|
1255
1421
|
return Apollo.useLazyQuery(GetAttributesDocument, options);
|
|
1256
1422
|
}
|
|
1423
|
+
export function useGetAttributesSuspenseQuery(baseOptions) {
|
|
1424
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1425
|
+
return Apollo.useSuspenseQuery(GetAttributesDocument, options);
|
|
1426
|
+
}
|
|
1257
1427
|
export const GetVersionProfilesDocument = gql `
|
|
1258
1428
|
query GET_VERSION_PROFILES($filters: VersionProfilesFiltersInput, $sort: SortVersionProfilesInput) {
|
|
1259
1429
|
versionProfiles(filters: $filters, sort: $sort) {
|
|
@@ -1289,6 +1459,10 @@ export function useGetVersionProfilesLazyQuery(baseOptions) {
|
|
|
1289
1459
|
const options = { ...defaultOptions, ...baseOptions };
|
|
1290
1460
|
return Apollo.useLazyQuery(GetVersionProfilesDocument, options);
|
|
1291
1461
|
}
|
|
1462
|
+
export function useGetVersionProfilesSuspenseQuery(baseOptions) {
|
|
1463
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1464
|
+
return Apollo.useSuspenseQuery(GetVersionProfilesDocument, options);
|
|
1465
|
+
}
|
|
1292
1466
|
export const GetVersionableAttributesByLibraryDocument = gql `
|
|
1293
1467
|
query GET_VERSIONABLE_ATTRIBUTES_BY_LIBRARY($libraryId: String!) {
|
|
1294
1468
|
attributes(filters: {libraries: [$libraryId], versionable: true}) {
|
|
@@ -1332,6 +1506,10 @@ export function useGetVersionableAttributesByLibraryLazyQuery(baseOptions) {
|
|
|
1332
1506
|
const options = { ...defaultOptions, ...baseOptions };
|
|
1333
1507
|
return Apollo.useLazyQuery(GetVersionableAttributesByLibraryDocument, options);
|
|
1334
1508
|
}
|
|
1509
|
+
export function useGetVersionableAttributesByLibrarySuspenseQuery(baseOptions) {
|
|
1510
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1511
|
+
return Apollo.useSuspenseQuery(GetVersionableAttributesByLibraryDocument, options);
|
|
1512
|
+
}
|
|
1335
1513
|
export const SaveAttributeDocument = gql `
|
|
1336
1514
|
mutation SAVE_ATTRIBUTE($attribute: AttributeInput!) {
|
|
1337
1515
|
saveAttribute(attribute: $attribute) {
|
|
@@ -1391,6 +1569,10 @@ export function useExportLazyQuery(baseOptions) {
|
|
|
1391
1569
|
const options = { ...defaultOptions, ...baseOptions };
|
|
1392
1570
|
return Apollo.useLazyQuery(ExportDocument, options);
|
|
1393
1571
|
}
|
|
1572
|
+
export function useExportSuspenseQuery(baseOptions) {
|
|
1573
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1574
|
+
return Apollo.useSuspenseQuery(ExportDocument, options);
|
|
1575
|
+
}
|
|
1394
1576
|
export const CreateDirectoryDocument = gql `
|
|
1395
1577
|
mutation CREATE_DIRECTORY($library: String!, $nodeId: String!, $name: String!) {
|
|
1396
1578
|
createDirectory(library: $library, nodeId: $nodeId, name: $name) {
|
|
@@ -1531,6 +1713,10 @@ export function useGetDirectoryDataLazyQuery(baseOptions) {
|
|
|
1531
1713
|
const options = { ...defaultOptions, ...baseOptions };
|
|
1532
1714
|
return Apollo.useLazyQuery(GetDirectoryDataDocument, options);
|
|
1533
1715
|
}
|
|
1716
|
+
export function useGetDirectoryDataSuspenseQuery(baseOptions) {
|
|
1717
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1718
|
+
return Apollo.useSuspenseQuery(GetDirectoryDataDocument, options);
|
|
1719
|
+
}
|
|
1534
1720
|
export const UploadUpdateDocument = gql `
|
|
1535
1721
|
subscription UPLOAD_UPDATE($filters: UploadFiltersInput) {
|
|
1536
1722
|
upload(filters: $filters) {
|
|
@@ -1661,6 +1847,10 @@ export function useCheckLibraryExistenceLazyQuery(baseOptions) {
|
|
|
1661
1847
|
const options = { ...defaultOptions, ...baseOptions };
|
|
1662
1848
|
return Apollo.useLazyQuery(CheckLibraryExistenceDocument, options);
|
|
1663
1849
|
}
|
|
1850
|
+
export function useCheckLibraryExistenceSuspenseQuery(baseOptions) {
|
|
1851
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1852
|
+
return Apollo.useSuspenseQuery(CheckLibraryExistenceDocument, options);
|
|
1853
|
+
}
|
|
1664
1854
|
export const DeleteLibraryDocument = gql `
|
|
1665
1855
|
mutation DELETE_LIBRARY($id: ID) {
|
|
1666
1856
|
deleteLibrary(id: $id) {
|
|
@@ -1721,6 +1911,10 @@ export function useGetLibrariesLazyQuery(baseOptions) {
|
|
|
1721
1911
|
const options = { ...defaultOptions, ...baseOptions };
|
|
1722
1912
|
return Apollo.useLazyQuery(GetLibrariesDocument, options);
|
|
1723
1913
|
}
|
|
1914
|
+
export function useGetLibrariesSuspenseQuery(baseOptions) {
|
|
1915
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1916
|
+
return Apollo.useSuspenseQuery(GetLibrariesDocument, options);
|
|
1917
|
+
}
|
|
1724
1918
|
export const GetLibraryByIdDocument = gql `
|
|
1725
1919
|
query GET_LIBRARY_BY_ID($id: [ID!]) {
|
|
1726
1920
|
libraries(filters: {id: $id}) {
|
|
@@ -1754,6 +1948,10 @@ export function useGetLibraryByIdLazyQuery(baseOptions) {
|
|
|
1754
1948
|
const options = { ...defaultOptions, ...baseOptions };
|
|
1755
1949
|
return Apollo.useLazyQuery(GetLibraryByIdDocument, options);
|
|
1756
1950
|
}
|
|
1951
|
+
export function useGetLibraryByIdSuspenseQuery(baseOptions) {
|
|
1952
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1953
|
+
return Apollo.useSuspenseQuery(GetLibraryByIdDocument, options);
|
|
1954
|
+
}
|
|
1757
1955
|
export const GetLibraryPermissionsDocument = gql `
|
|
1758
1956
|
query GET_LIBRARY_PERMISSIONS($libraryId: [ID!]) {
|
|
1759
1957
|
libraries(filters: {id: $libraryId}) {
|
|
@@ -1793,6 +1991,10 @@ export function useGetLibraryPermissionsLazyQuery(baseOptions) {
|
|
|
1793
1991
|
const options = { ...defaultOptions, ...baseOptions };
|
|
1794
1992
|
return Apollo.useLazyQuery(GetLibraryPermissionsDocument, options);
|
|
1795
1993
|
}
|
|
1994
|
+
export function useGetLibraryPermissionsSuspenseQuery(baseOptions) {
|
|
1995
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1996
|
+
return Apollo.useSuspenseQuery(GetLibraryPermissionsDocument, options);
|
|
1997
|
+
}
|
|
1796
1998
|
export const GetLibraryPreviewsSettingsDocument = gql `
|
|
1797
1999
|
query GET_LIBRARY_PREVIEWS_SETTINGS($id: ID!) {
|
|
1798
2000
|
libraries(filters: {id: [$id]}) {
|
|
@@ -1841,6 +2043,10 @@ export function useGetLibraryPreviewsSettingsLazyQuery(baseOptions) {
|
|
|
1841
2043
|
const options = { ...defaultOptions, ...baseOptions };
|
|
1842
2044
|
return Apollo.useLazyQuery(GetLibraryPreviewsSettingsDocument, options);
|
|
1843
2045
|
}
|
|
2046
|
+
export function useGetLibraryPreviewsSettingsSuspenseQuery(baseOptions) {
|
|
2047
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2048
|
+
return Apollo.useSuspenseQuery(GetLibraryPreviewsSettingsDocument, options);
|
|
2049
|
+
}
|
|
1844
2050
|
export const SaveLibraryDocument = gql `
|
|
1845
2051
|
mutation saveLibrary($library: LibraryInput!) {
|
|
1846
2052
|
saveLibrary(library: $library) {
|
|
@@ -1904,6 +2110,119 @@ export function useIsAllowedLazyQuery(baseOptions) {
|
|
|
1904
2110
|
const options = { ...defaultOptions, ...baseOptions };
|
|
1905
2111
|
return Apollo.useLazyQuery(IsAllowedDocument, options);
|
|
1906
2112
|
}
|
|
2113
|
+
export function useIsAllowedSuspenseQuery(baseOptions) {
|
|
2114
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2115
|
+
return Apollo.useSuspenseQuery(IsAllowedDocument, options);
|
|
2116
|
+
}
|
|
2117
|
+
export const ActivateNewRecordDocument = gql `
|
|
2118
|
+
mutation activateNewRecord($libraryId: ID!, $recordId: ID!, $formId: String) {
|
|
2119
|
+
activateNewRecord(library: $libraryId, recordId: $recordId, formId: $formId) {
|
|
2120
|
+
record {
|
|
2121
|
+
...RecordIdentity
|
|
2122
|
+
}
|
|
2123
|
+
valuesErrors {
|
|
2124
|
+
type
|
|
2125
|
+
attribute
|
|
2126
|
+
input
|
|
2127
|
+
message
|
|
2128
|
+
}
|
|
2129
|
+
}
|
|
2130
|
+
}
|
|
2131
|
+
${RecordIdentityFragmentDoc}`;
|
|
2132
|
+
/**
|
|
2133
|
+
* __useActivateNewRecordMutation__
|
|
2134
|
+
*
|
|
2135
|
+
* To run a mutation, you first call `useActivateNewRecordMutation` within a React component and pass it any options that fit your needs.
|
|
2136
|
+
* When your component renders, `useActivateNewRecordMutation` returns a tuple that includes:
|
|
2137
|
+
* - A mutate function that you can call at any time to execute the mutation
|
|
2138
|
+
* - An object with fields that represent the current status of the mutation's execution
|
|
2139
|
+
*
|
|
2140
|
+
* @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;
|
|
2141
|
+
*
|
|
2142
|
+
* @example
|
|
2143
|
+
* const [activateNewRecordMutation, { data, loading, error }] = useActivateNewRecordMutation({
|
|
2144
|
+
* variables: {
|
|
2145
|
+
* libraryId: // value for 'libraryId'
|
|
2146
|
+
* recordId: // value for 'recordId'
|
|
2147
|
+
* formId: // value for 'formId'
|
|
2148
|
+
* },
|
|
2149
|
+
* });
|
|
2150
|
+
*/
|
|
2151
|
+
export function useActivateNewRecordMutation(baseOptions) {
|
|
2152
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2153
|
+
return Apollo.useMutation(ActivateNewRecordDocument, options);
|
|
2154
|
+
}
|
|
2155
|
+
export const ActivateRecordsDocument = gql `
|
|
2156
|
+
mutation ACTIVATE_RECORDS($libraryId: String!, $recordsIds: [String!], $filters: [RecordFilterInput!]) {
|
|
2157
|
+
activateRecords(
|
|
2158
|
+
recordsIds: $recordsIds
|
|
2159
|
+
filters: $filters
|
|
2160
|
+
libraryId: $libraryId
|
|
2161
|
+
) {
|
|
2162
|
+
id
|
|
2163
|
+
...RecordIdentity
|
|
2164
|
+
}
|
|
2165
|
+
}
|
|
2166
|
+
${RecordIdentityFragmentDoc}`;
|
|
2167
|
+
/**
|
|
2168
|
+
* __useActivateRecordsMutation__
|
|
2169
|
+
*
|
|
2170
|
+
* To run a mutation, you first call `useActivateRecordsMutation` within a React component and pass it any options that fit your needs.
|
|
2171
|
+
* When your component renders, `useActivateRecordsMutation` returns a tuple that includes:
|
|
2172
|
+
* - A mutate function that you can call at any time to execute the mutation
|
|
2173
|
+
* - An object with fields that represent the current status of the mutation's execution
|
|
2174
|
+
*
|
|
2175
|
+
* @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;
|
|
2176
|
+
*
|
|
2177
|
+
* @example
|
|
2178
|
+
* const [activateRecordsMutation, { data, loading, error }] = useActivateRecordsMutation({
|
|
2179
|
+
* variables: {
|
|
2180
|
+
* libraryId: // value for 'libraryId'
|
|
2181
|
+
* recordsIds: // value for 'recordsIds'
|
|
2182
|
+
* filters: // value for 'filters'
|
|
2183
|
+
* },
|
|
2184
|
+
* });
|
|
2185
|
+
*/
|
|
2186
|
+
export function useActivateRecordsMutation(baseOptions) {
|
|
2187
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2188
|
+
return Apollo.useMutation(ActivateRecordsDocument, options);
|
|
2189
|
+
}
|
|
2190
|
+
export const CreateEmptyRecordDocument = gql `
|
|
2191
|
+
mutation createEmptyRecord($library: ID!) {
|
|
2192
|
+
createEmptyRecord(library: $library) {
|
|
2193
|
+
record {
|
|
2194
|
+
...RecordIdentity
|
|
2195
|
+
}
|
|
2196
|
+
valuesErrors {
|
|
2197
|
+
type
|
|
2198
|
+
attribute
|
|
2199
|
+
input
|
|
2200
|
+
message
|
|
2201
|
+
}
|
|
2202
|
+
}
|
|
2203
|
+
}
|
|
2204
|
+
${RecordIdentityFragmentDoc}`;
|
|
2205
|
+
/**
|
|
2206
|
+
* __useCreateEmptyRecordMutation__
|
|
2207
|
+
*
|
|
2208
|
+
* To run a mutation, you first call `useCreateEmptyRecordMutation` within a React component and pass it any options that fit your needs.
|
|
2209
|
+
* When your component renders, `useCreateEmptyRecordMutation` returns a tuple that includes:
|
|
2210
|
+
* - A mutate function that you can call at any time to execute the mutation
|
|
2211
|
+
* - An object with fields that represent the current status of the mutation's execution
|
|
2212
|
+
*
|
|
2213
|
+
* @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;
|
|
2214
|
+
*
|
|
2215
|
+
* @example
|
|
2216
|
+
* const [createEmptyRecordMutation, { data, loading, error }] = useCreateEmptyRecordMutation({
|
|
2217
|
+
* variables: {
|
|
2218
|
+
* library: // value for 'library'
|
|
2219
|
+
* },
|
|
2220
|
+
* });
|
|
2221
|
+
*/
|
|
2222
|
+
export function useCreateEmptyRecordMutation(baseOptions) {
|
|
2223
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2224
|
+
return Apollo.useMutation(CreateEmptyRecordDocument, options);
|
|
2225
|
+
}
|
|
1907
2226
|
export const CreateRecordDocument = gql `
|
|
1908
2227
|
mutation CREATE_RECORD($library: ID!, $data: CreateRecordDataInput) {
|
|
1909
2228
|
createRecord(library: $library, data: $data) {
|
|
@@ -2011,6 +2330,10 @@ export function useDoesFileExistAsChildLazyQuery(baseOptions) {
|
|
|
2011
2330
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2012
2331
|
return Apollo.useLazyQuery(DoesFileExistAsChildDocument, options);
|
|
2013
2332
|
}
|
|
2333
|
+
export function useDoesFileExistAsChildSuspenseQuery(baseOptions) {
|
|
2334
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2335
|
+
return Apollo.useSuspenseQuery(DoesFileExistAsChildDocument, options);
|
|
2336
|
+
}
|
|
2014
2337
|
export const GetFileDataDocument = gql `
|
|
2015
2338
|
query GET_FILE_DATA($library: ID!, $fileId: String!, $previewsStatusAttribute: ID!) {
|
|
2016
2339
|
records(
|
|
@@ -2091,6 +2414,10 @@ export function useGetFileDataLazyQuery(baseOptions) {
|
|
|
2091
2414
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2092
2415
|
return Apollo.useLazyQuery(GetFileDataDocument, options);
|
|
2093
2416
|
}
|
|
2417
|
+
export function useGetFileDataSuspenseQuery(baseOptions) {
|
|
2418
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2419
|
+
return Apollo.useSuspenseQuery(GetFileDataDocument, options);
|
|
2420
|
+
}
|
|
2094
2421
|
export const RecordFormDocument = gql `
|
|
2095
2422
|
query RECORD_FORM($libraryId: String!, $formId: String!, $recordId: String, $version: [ValueVersionInput!]) {
|
|
2096
2423
|
recordForm(
|
|
@@ -2110,6 +2437,10 @@ export const RecordFormDocument = gql `
|
|
|
2110
2437
|
elements {
|
|
2111
2438
|
...RecordFormElement
|
|
2112
2439
|
}
|
|
2440
|
+
sidePanel {
|
|
2441
|
+
enable
|
|
2442
|
+
isOpenByDefault
|
|
2443
|
+
}
|
|
2113
2444
|
}
|
|
2114
2445
|
}
|
|
2115
2446
|
${RecordFormElementFragmentDoc}`;
|
|
@@ -2140,6 +2471,10 @@ export function useRecordFormLazyQuery(baseOptions) {
|
|
|
2140
2471
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2141
2472
|
return Apollo.useLazyQuery(RecordFormDocument, options);
|
|
2142
2473
|
}
|
|
2474
|
+
export function useRecordFormSuspenseQuery(baseOptions) {
|
|
2475
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2476
|
+
return Apollo.useSuspenseQuery(RecordFormDocument, options);
|
|
2477
|
+
}
|
|
2143
2478
|
export const RecordUpdateDocument = gql `
|
|
2144
2479
|
subscription RECORD_UPDATE($filters: RecordUpdateFilterInput) {
|
|
2145
2480
|
recordUpdate(filters: $filters) {
|
|
@@ -2183,6 +2518,46 @@ export function useRecordUpdateSubscription(baseOptions) {
|
|
|
2183
2518
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2184
2519
|
return Apollo.useSubscription(RecordUpdateDocument, options);
|
|
2185
2520
|
}
|
|
2521
|
+
export const GetRecordsFromLibraryDocument = gql `
|
|
2522
|
+
query getRecordsFromLibrary($libraryId: ID!, $pagination: RecordsPagination, $filters: [RecordFilterInput]) {
|
|
2523
|
+
records(library: $libraryId, filters: $filters, pagination: $pagination) {
|
|
2524
|
+
totalCount
|
|
2525
|
+
list {
|
|
2526
|
+
...RecordIdentity
|
|
2527
|
+
}
|
|
2528
|
+
}
|
|
2529
|
+
}
|
|
2530
|
+
${RecordIdentityFragmentDoc}`;
|
|
2531
|
+
/**
|
|
2532
|
+
* __useGetRecordsFromLibraryQuery__
|
|
2533
|
+
*
|
|
2534
|
+
* To run a query within a React component, call `useGetRecordsFromLibraryQuery` and pass it any options that fit your needs.
|
|
2535
|
+
* When your component renders, `useGetRecordsFromLibraryQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
2536
|
+
* you can use to render your UI.
|
|
2537
|
+
*
|
|
2538
|
+
* @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;
|
|
2539
|
+
*
|
|
2540
|
+
* @example
|
|
2541
|
+
* const { data, loading, error } = useGetRecordsFromLibraryQuery({
|
|
2542
|
+
* variables: {
|
|
2543
|
+
* libraryId: // value for 'libraryId'
|
|
2544
|
+
* pagination: // value for 'pagination'
|
|
2545
|
+
* filters: // value for 'filters'
|
|
2546
|
+
* },
|
|
2547
|
+
* });
|
|
2548
|
+
*/
|
|
2549
|
+
export function useGetRecordsFromLibraryQuery(baseOptions) {
|
|
2550
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2551
|
+
return Apollo.useQuery(GetRecordsFromLibraryDocument, options);
|
|
2552
|
+
}
|
|
2553
|
+
export function useGetRecordsFromLibraryLazyQuery(baseOptions) {
|
|
2554
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2555
|
+
return Apollo.useLazyQuery(GetRecordsFromLibraryDocument, options);
|
|
2556
|
+
}
|
|
2557
|
+
export function useGetRecordsFromLibrarySuspenseQuery(baseOptions) {
|
|
2558
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2559
|
+
return Apollo.useSuspenseQuery(GetRecordsFromLibraryDocument, options);
|
|
2560
|
+
}
|
|
2186
2561
|
export const IndexRecordsDocument = gql `
|
|
2187
2562
|
mutation INDEX_RECORDS($libraryId: String!, $records: [String!]) {
|
|
2188
2563
|
indexRecords(libraryId: $libraryId, records: $records)
|
|
@@ -2210,6 +2585,35 @@ export function useIndexRecordsMutation(baseOptions) {
|
|
|
2210
2585
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2211
2586
|
return Apollo.useMutation(IndexRecordsDocument, options);
|
|
2212
2587
|
}
|
|
2588
|
+
export const PurgeRecordDocument = gql `
|
|
2589
|
+
mutation purgeRecord($libraryId: ID!, $recordId: ID!) {
|
|
2590
|
+
purgeRecord(libraryId: $libraryId, recordId: $recordId) {
|
|
2591
|
+
...RecordIdentity
|
|
2592
|
+
}
|
|
2593
|
+
}
|
|
2594
|
+
${RecordIdentityFragmentDoc}`;
|
|
2595
|
+
/**
|
|
2596
|
+
* __usePurgeRecordMutation__
|
|
2597
|
+
*
|
|
2598
|
+
* To run a mutation, you first call `usePurgeRecordMutation` within a React component and pass it any options that fit your needs.
|
|
2599
|
+
* When your component renders, `usePurgeRecordMutation` returns a tuple that includes:
|
|
2600
|
+
* - A mutate function that you can call at any time to execute the mutation
|
|
2601
|
+
* - An object with fields that represent the current status of the mutation's execution
|
|
2602
|
+
*
|
|
2603
|
+
* @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;
|
|
2604
|
+
*
|
|
2605
|
+
* @example
|
|
2606
|
+
* const [purgeRecordMutation, { data, loading, error }] = usePurgeRecordMutation({
|
|
2607
|
+
* variables: {
|
|
2608
|
+
* libraryId: // value for 'libraryId'
|
|
2609
|
+
* recordId: // value for 'recordId'
|
|
2610
|
+
* },
|
|
2611
|
+
* });
|
|
2612
|
+
*/
|
|
2613
|
+
export function usePurgeRecordMutation(baseOptions) {
|
|
2614
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2615
|
+
return Apollo.useMutation(PurgeRecordDocument, options);
|
|
2616
|
+
}
|
|
2213
2617
|
export const CancelTaskDocument = gql `
|
|
2214
2618
|
mutation CANCEL_TASK($taskId: ID!) {
|
|
2215
2619
|
cancelTask(taskId: $taskId)
|
|
@@ -2267,6 +2671,10 @@ export function useCheckTreeExistenceLazyQuery(baseOptions) {
|
|
|
2267
2671
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2268
2672
|
return Apollo.useLazyQuery(CheckTreeExistenceDocument, options);
|
|
2269
2673
|
}
|
|
2674
|
+
export function useCheckTreeExistenceSuspenseQuery(baseOptions) {
|
|
2675
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2676
|
+
return Apollo.useSuspenseQuery(CheckTreeExistenceDocument, options);
|
|
2677
|
+
}
|
|
2270
2678
|
export const DeleteTreeDocument = gql `
|
|
2271
2679
|
mutation DELETE_TREE($id: ID!) {
|
|
2272
2680
|
deleteTree(id: $id) {
|
|
@@ -2328,6 +2736,10 @@ export function useGetTreeByIdLazyQuery(baseOptions) {
|
|
|
2328
2736
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2329
2737
|
return Apollo.useLazyQuery(GetTreeByIdDocument, options);
|
|
2330
2738
|
}
|
|
2739
|
+
export function useGetTreeByIdSuspenseQuery(baseOptions) {
|
|
2740
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2741
|
+
return Apollo.useSuspenseQuery(GetTreeByIdDocument, options);
|
|
2742
|
+
}
|
|
2331
2743
|
export const GetTreeLibrariesDocument = gql `
|
|
2332
2744
|
query GET_TREE_LIBRARIES($treeId: [ID!], $library: String) {
|
|
2333
2745
|
trees(filters: {id: $treeId, library: $library}) {
|
|
@@ -2378,6 +2790,10 @@ export function useGetTreeLibrariesLazyQuery(baseOptions) {
|
|
|
2378
2790
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2379
2791
|
return Apollo.useLazyQuery(GetTreeLibrariesDocument, options);
|
|
2380
2792
|
}
|
|
2793
|
+
export function useGetTreeLibrariesSuspenseQuery(baseOptions) {
|
|
2794
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2795
|
+
return Apollo.useSuspenseQuery(GetTreeLibrariesDocument, options);
|
|
2796
|
+
}
|
|
2381
2797
|
export const GetTreesDocument = gql `
|
|
2382
2798
|
query GET_TREES {
|
|
2383
2799
|
trees {
|
|
@@ -2410,6 +2826,10 @@ export function useGetTreesLazyQuery(baseOptions) {
|
|
|
2410
2826
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2411
2827
|
return Apollo.useLazyQuery(GetTreesDocument, options);
|
|
2412
2828
|
}
|
|
2829
|
+
export function useGetTreesSuspenseQuery(baseOptions) {
|
|
2830
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2831
|
+
return Apollo.useSuspenseQuery(GetTreesDocument, options);
|
|
2832
|
+
}
|
|
2413
2833
|
export const SaveTreeDocument = gql `
|
|
2414
2834
|
mutation SAVE_TREE($tree: TreeInput!) {
|
|
2415
2835
|
saveTree(tree: $tree) {
|
|
@@ -2439,8 +2859,13 @@ export function useSaveTreeMutation(baseOptions) {
|
|
|
2439
2859
|
return Apollo.useMutation(SaveTreeDocument, options);
|
|
2440
2860
|
}
|
|
2441
2861
|
export const TreeNodeChildrenDocument = gql `
|
|
2442
|
-
query TREE_NODE_CHILDREN($treeId: ID!, $node: ID, $pagination: Pagination) {
|
|
2443
|
-
treeNodeChildren(
|
|
2862
|
+
query TREE_NODE_CHILDREN($treeId: ID!, $node: ID, $pagination: Pagination, $childrenAsRecordValuePermissionFilter: ChildrenAsRecordValuePermissionFilterInput) {
|
|
2863
|
+
treeNodeChildren(
|
|
2864
|
+
treeId: $treeId
|
|
2865
|
+
node: $node
|
|
2866
|
+
pagination: $pagination
|
|
2867
|
+
childrenAsRecordValuePermissionFilter: $childrenAsRecordValuePermissionFilter
|
|
2868
|
+
) {
|
|
2444
2869
|
totalCount
|
|
2445
2870
|
list {
|
|
2446
2871
|
...TreeNodeChild
|
|
@@ -2463,6 +2888,7 @@ export const TreeNodeChildrenDocument = gql `
|
|
|
2463
2888
|
* treeId: // value for 'treeId'
|
|
2464
2889
|
* node: // value for 'node'
|
|
2465
2890
|
* pagination: // value for 'pagination'
|
|
2891
|
+
* childrenAsRecordValuePermissionFilter: // value for 'childrenAsRecordValuePermissionFilter'
|
|
2466
2892
|
* },
|
|
2467
2893
|
* });
|
|
2468
2894
|
*/
|
|
@@ -2474,6 +2900,10 @@ export function useTreeNodeChildrenLazyQuery(baseOptions) {
|
|
|
2474
2900
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2475
2901
|
return Apollo.useLazyQuery(TreeNodeChildrenDocument, options);
|
|
2476
2902
|
}
|
|
2903
|
+
export function useTreeNodeChildrenSuspenseQuery(baseOptions) {
|
|
2904
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2905
|
+
return Apollo.useSuspenseQuery(TreeNodeChildrenDocument, options);
|
|
2906
|
+
}
|
|
2477
2907
|
export const GetUserDataDocument = gql `
|
|
2478
2908
|
query GET_USER_DATA($keys: [String!]!, $global: Boolean) {
|
|
2479
2909
|
userData(keys: $keys, global: $global) {
|
|
@@ -2507,6 +2937,10 @@ export function useGetUserDataLazyQuery(baseOptions) {
|
|
|
2507
2937
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2508
2938
|
return Apollo.useLazyQuery(GetUserDataDocument, options);
|
|
2509
2939
|
}
|
|
2940
|
+
export function useGetUserDataSuspenseQuery(baseOptions) {
|
|
2941
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2942
|
+
return Apollo.useSuspenseQuery(GetUserDataDocument, options);
|
|
2943
|
+
}
|
|
2510
2944
|
export const SaveUserDataDocument = gql `
|
|
2511
2945
|
mutation SAVE_USER_DATA($key: String!, $value: Any, $global: Boolean!) {
|
|
2512
2946
|
saveUserData(key: $key, value: $value, global: $global) {
|
|
@@ -2574,43 +3008,6 @@ export function useDeleteValueMutation(baseOptions) {
|
|
|
2574
3008
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2575
3009
|
return Apollo.useMutation(DeleteValueDocument, options);
|
|
2576
3010
|
}
|
|
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
3011
|
export const SaveValueBatchDocument = gql `
|
|
2615
3012
|
mutation SAVE_VALUE_BATCH($library: ID!, $recordId: ID!, $version: [ValueVersionInput!], $values: [ValueBatchInput!]!, $deleteEmpty: Boolean) {
|
|
2616
3013
|
saveValueBatch(
|
|
@@ -2717,6 +3114,10 @@ export function useGetViewLazyQuery(baseOptions) {
|
|
|
2717
3114
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2718
3115
|
return Apollo.useLazyQuery(GetViewDocument, options);
|
|
2719
3116
|
}
|
|
3117
|
+
export function useGetViewSuspenseQuery(baseOptions) {
|
|
3118
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3119
|
+
return Apollo.useSuspenseQuery(GetViewDocument, options);
|
|
3120
|
+
}
|
|
2720
3121
|
export const GetViewsListDocument = gql `
|
|
2721
3122
|
query GET_VIEWS_LIST($libraryId: String!) {
|
|
2722
3123
|
views(library: $libraryId) {
|
|
@@ -2751,6 +3152,10 @@ export function useGetViewsListLazyQuery(baseOptions) {
|
|
|
2751
3152
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2752
3153
|
return Apollo.useLazyQuery(GetViewsListDocument, options);
|
|
2753
3154
|
}
|
|
3155
|
+
export function useGetViewsListSuspenseQuery(baseOptions) {
|
|
3156
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3157
|
+
return Apollo.useSuspenseQuery(GetViewsListDocument, options);
|
|
3158
|
+
}
|
|
2754
3159
|
export const SaveViewDocument = gql `
|
|
2755
3160
|
mutation SAVE_VIEW($view: ViewInput!) {
|
|
2756
3161
|
saveView(view: $view) {
|
|
@@ -2779,6 +3184,43 @@ export function useSaveViewMutation(baseOptions) {
|
|
|
2779
3184
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2780
3185
|
return Apollo.useMutation(SaveViewDocument, options);
|
|
2781
3186
|
}
|
|
3187
|
+
export const GetAttributesByLibWithPermissionsDocument = gql `
|
|
3188
|
+
query getAttributesByLibWithPermissions($library: String!) {
|
|
3189
|
+
attributes(filters: {libraries: [$library]}) {
|
|
3190
|
+
list {
|
|
3191
|
+
...AttributesByLibAttributeWithPermissions
|
|
3192
|
+
}
|
|
3193
|
+
}
|
|
3194
|
+
}
|
|
3195
|
+
${AttributesByLibAttributeWithPermissionsFragmentDoc}`;
|
|
3196
|
+
/**
|
|
3197
|
+
* __useGetAttributesByLibWithPermissionsQuery__
|
|
3198
|
+
*
|
|
3199
|
+
* To run a query within a React component, call `useGetAttributesByLibWithPermissionsQuery` and pass it any options that fit your needs.
|
|
3200
|
+
* When your component renders, `useGetAttributesByLibWithPermissionsQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
3201
|
+
* you can use to render your UI.
|
|
3202
|
+
*
|
|
3203
|
+
* @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;
|
|
3204
|
+
*
|
|
3205
|
+
* @example
|
|
3206
|
+
* const { data, loading, error } = useGetAttributesByLibWithPermissionsQuery({
|
|
3207
|
+
* variables: {
|
|
3208
|
+
* library: // value for 'library'
|
|
3209
|
+
* },
|
|
3210
|
+
* });
|
|
3211
|
+
*/
|
|
3212
|
+
export function useGetAttributesByLibWithPermissionsQuery(baseOptions) {
|
|
3213
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3214
|
+
return Apollo.useQuery(GetAttributesByLibWithPermissionsDocument, options);
|
|
3215
|
+
}
|
|
3216
|
+
export function useGetAttributesByLibWithPermissionsLazyQuery(baseOptions) {
|
|
3217
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3218
|
+
return Apollo.useLazyQuery(GetAttributesByLibWithPermissionsDocument, options);
|
|
3219
|
+
}
|
|
3220
|
+
export function useGetAttributesByLibWithPermissionsSuspenseQuery(baseOptions) {
|
|
3221
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3222
|
+
return Apollo.useSuspenseQuery(GetAttributesByLibWithPermissionsDocument, options);
|
|
3223
|
+
}
|
|
2782
3224
|
export const ExplorerAttributesDocument = gql `
|
|
2783
3225
|
query ExplorerAttributes($ids: [ID!]) {
|
|
2784
3226
|
attributes(filters: {ids: $ids}) {
|
|
@@ -2787,11 +3229,18 @@ export const ExplorerAttributesDocument = gql `
|
|
|
2787
3229
|
type
|
|
2788
3230
|
format
|
|
2789
3231
|
label
|
|
3232
|
+
permissions {
|
|
3233
|
+
access_attribute
|
|
3234
|
+
}
|
|
3235
|
+
...StandardAttributeDetails
|
|
2790
3236
|
...LinkAttributeDetails
|
|
3237
|
+
...TreeAttributeDetails
|
|
2791
3238
|
}
|
|
2792
3239
|
}
|
|
2793
3240
|
}
|
|
2794
|
-
${
|
|
3241
|
+
${StandardAttributeDetailsFragmentDoc}
|
|
3242
|
+
${LinkAttributeDetailsFragmentDoc}
|
|
3243
|
+
${TreeAttributeDetailsFragmentDoc}`;
|
|
2795
3244
|
/**
|
|
2796
3245
|
* __useExplorerAttributesQuery__
|
|
2797
3246
|
*
|
|
@@ -2816,17 +3265,27 @@ export function useExplorerAttributesLazyQuery(baseOptions) {
|
|
|
2816
3265
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2817
3266
|
return Apollo.useLazyQuery(ExplorerAttributesDocument, options);
|
|
2818
3267
|
}
|
|
3268
|
+
export function useExplorerAttributesSuspenseQuery(baseOptions) {
|
|
3269
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3270
|
+
return Apollo.useSuspenseQuery(ExplorerAttributesDocument, options);
|
|
3271
|
+
}
|
|
2819
3272
|
export const ExplorerLinkAttributeDocument = gql `
|
|
2820
3273
|
query ExplorerLinkAttribute($id: ID!) {
|
|
2821
3274
|
attributes(filters: {ids: [$id]}) {
|
|
2822
3275
|
list {
|
|
2823
3276
|
id
|
|
2824
3277
|
multiple_values
|
|
3278
|
+
permissions {
|
|
3279
|
+
access_attribute
|
|
3280
|
+
edit_value
|
|
3281
|
+
}
|
|
2825
3282
|
...LinkAttributeDetails
|
|
3283
|
+
...TreeAttributeDetails
|
|
2826
3284
|
}
|
|
2827
3285
|
}
|
|
2828
3286
|
}
|
|
2829
|
-
${LinkAttributeDetailsFragmentDoc}
|
|
3287
|
+
${LinkAttributeDetailsFragmentDoc}
|
|
3288
|
+
${TreeAttributeDetailsFragmentDoc}`;
|
|
2830
3289
|
/**
|
|
2831
3290
|
* __useExplorerLinkAttributeQuery__
|
|
2832
3291
|
*
|
|
@@ -2851,6 +3310,10 @@ export function useExplorerLinkAttributeLazyQuery(baseOptions) {
|
|
|
2851
3310
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2852
3311
|
return Apollo.useLazyQuery(ExplorerLinkAttributeDocument, options);
|
|
2853
3312
|
}
|
|
3313
|
+
export function useExplorerLinkAttributeSuspenseQuery(baseOptions) {
|
|
3314
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3315
|
+
return Apollo.useSuspenseQuery(ExplorerLinkAttributeDocument, options);
|
|
3316
|
+
}
|
|
2854
3317
|
export const ExplorerLibraryDataDocument = gql `
|
|
2855
3318
|
query ExplorerLibraryData($libraryId: ID!, $attributeIds: [ID!]!, $pagination: RecordsPagination, $filters: [RecordFilterInput], $multipleSort: [RecordSortInput!], $searchQuery: String) {
|
|
2856
3319
|
records(
|
|
@@ -2863,6 +3326,11 @@ export const ExplorerLibraryDataDocument = gql `
|
|
|
2863
3326
|
totalCount
|
|
2864
3327
|
list {
|
|
2865
3328
|
...RecordIdentity
|
|
3329
|
+
active
|
|
3330
|
+
permissions {
|
|
3331
|
+
create_record
|
|
3332
|
+
delete_record
|
|
3333
|
+
}
|
|
2866
3334
|
properties(attributeIds: $attributeIds) {
|
|
2867
3335
|
attributeId
|
|
2868
3336
|
attributeProperties {
|
|
@@ -2907,11 +3375,16 @@ export function useExplorerLibraryDataLazyQuery(baseOptions) {
|
|
|
2907
3375
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2908
3376
|
return Apollo.useLazyQuery(ExplorerLibraryDataDocument, options);
|
|
2909
3377
|
}
|
|
3378
|
+
export function useExplorerLibraryDataSuspenseQuery(baseOptions) {
|
|
3379
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3380
|
+
return Apollo.useSuspenseQuery(ExplorerLibraryDataDocument, options);
|
|
3381
|
+
}
|
|
2910
3382
|
export const ExplorerLinkDataDocument = gql `
|
|
2911
3383
|
query ExplorerLinkData($attributeIds: [ID!]!, $parentLibraryId: ID!, $parentRecordId: String, $linkAttributeId: ID!) {
|
|
2912
3384
|
records(
|
|
2913
3385
|
library: $parentLibraryId
|
|
2914
3386
|
filters: [{field: "id", condition: EQUAL, value: $parentRecordId}]
|
|
3387
|
+
retrieveInactive: true
|
|
2915
3388
|
) {
|
|
2916
3389
|
list {
|
|
2917
3390
|
id
|
|
@@ -2955,6 +3428,10 @@ export function useExplorerLinkDataLazyQuery(baseOptions) {
|
|
|
2955
3428
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2956
3429
|
return Apollo.useLazyQuery(ExplorerLinkDataDocument, options);
|
|
2957
3430
|
}
|
|
3431
|
+
export function useExplorerLinkDataSuspenseQuery(baseOptions) {
|
|
3432
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3433
|
+
return Apollo.useSuspenseQuery(ExplorerLinkDataDocument, options);
|
|
3434
|
+
}
|
|
2958
3435
|
export const GetLibraryAttributesDocument = gql `
|
|
2959
3436
|
query GetLibraryAttributes($libraryId: ID!) {
|
|
2960
3437
|
libraries(filters: {id: [$libraryId]}) {
|
|
@@ -2991,6 +3468,10 @@ export function useGetLibraryAttributesLazyQuery(baseOptions) {
|
|
|
2991
3468
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2992
3469
|
return Apollo.useLazyQuery(GetLibraryAttributesDocument, options);
|
|
2993
3470
|
}
|
|
3471
|
+
export function useGetLibraryAttributesSuspenseQuery(baseOptions) {
|
|
3472
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3473
|
+
return Apollo.useSuspenseQuery(GetLibraryAttributesDocument, options);
|
|
3474
|
+
}
|
|
2994
3475
|
export const ExplorerLibraryDetailsDocument = gql `
|
|
2995
3476
|
query ExplorerLibraryDetails($libraryId: ID!) {
|
|
2996
3477
|
libraries(filters: {id: [$libraryId]}) {
|
|
@@ -3026,6 +3507,10 @@ export function useExplorerLibraryDetailsLazyQuery(baseOptions) {
|
|
|
3026
3507
|
const options = { ...defaultOptions, ...baseOptions };
|
|
3027
3508
|
return Apollo.useLazyQuery(ExplorerLibraryDetailsDocument, options);
|
|
3028
3509
|
}
|
|
3510
|
+
export function useExplorerLibraryDetailsSuspenseQuery(baseOptions) {
|
|
3511
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3512
|
+
return Apollo.useSuspenseQuery(ExplorerLibraryDetailsDocument, options);
|
|
3513
|
+
}
|
|
3029
3514
|
export const ExplorerSelectionIdsDocument = gql `
|
|
3030
3515
|
query ExplorerSelectionIds($libraryId: ID!, $filters: [RecordFilterInput]) {
|
|
3031
3516
|
records(library: $libraryId, filters: $filters) {
|
|
@@ -3060,6 +3545,10 @@ export function useExplorerSelectionIdsLazyQuery(baseOptions) {
|
|
|
3060
3545
|
const options = { ...defaultOptions, ...baseOptions };
|
|
3061
3546
|
return Apollo.useLazyQuery(ExplorerSelectionIdsDocument, options);
|
|
3062
3547
|
}
|
|
3548
|
+
export function useExplorerSelectionIdsSuspenseQuery(baseOptions) {
|
|
3549
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3550
|
+
return Apollo.useSuspenseQuery(ExplorerSelectionIdsDocument, options);
|
|
3551
|
+
}
|
|
3063
3552
|
export const MeDocument = gql `
|
|
3064
3553
|
query Me {
|
|
3065
3554
|
me {
|
|
@@ -3096,6 +3585,10 @@ export function useMeLazyQuery(baseOptions) {
|
|
|
3096
3585
|
const options = { ...defaultOptions, ...baseOptions };
|
|
3097
3586
|
return Apollo.useLazyQuery(MeDocument, options);
|
|
3098
3587
|
}
|
|
3588
|
+
export function useMeSuspenseQuery(baseOptions) {
|
|
3589
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3590
|
+
return Apollo.useSuspenseQuery(MeDocument, options);
|
|
3591
|
+
}
|
|
3099
3592
|
export const UpdateViewDocument = gql `
|
|
3100
3593
|
mutation UpdateView($view: ViewInputPartial!) {
|
|
3101
3594
|
updateView(view: $view) {
|
|
@@ -3158,4 +3651,8 @@ export function useTreeDataQueryLazyQuery(baseOptions) {
|
|
|
3158
3651
|
const options = { ...defaultOptions, ...baseOptions };
|
|
3159
3652
|
return Apollo.useLazyQuery(TreeDataQueryDocument, options);
|
|
3160
3653
|
}
|
|
3654
|
+
export function useTreeDataQuerySuspenseQuery(baseOptions) {
|
|
3655
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3656
|
+
return Apollo.useSuspenseQuery(TreeDataQueryDocument, options);
|
|
3657
|
+
}
|
|
3161
3658
|
//# sourceMappingURL=index.js.map
|