@leav/ui 0.4.0 → 1.0.0-7bbc7ed2
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 +1767 -263
- package/dist/_gqlTypes/index.js +541 -42
- package/dist/_gqlTypes/index.js.map +1 -1
- package/dist/_queries/applications/applicationDetailsFragment.d.ts +1 -0
- package/dist/_queries/applications/checkApplicationExistence.d.ts +1 -0
- package/dist/_queries/applications/getApplicationDetails.d.ts +1 -0
- package/dist/_queries/applications/getApplicationsModulesQuery.d.ts +1 -0
- package/dist/_queries/applications/saveApplicationMutation.d.ts +1 -0
- package/dist/_queries/attributes/attributeDetailsFragment.d.ts +1 -0
- package/dist/_queries/attributes/attributeDetailsFragment.js +2 -0
- package/dist/_queries/attributes/attributeDetailsFragment.js.map +1 -1
- package/dist/_queries/attributes/checkAttributeExistenceQuery.d.ts +1 -0
- package/dist/_queries/attributes/deleteAttributeMutation.d.ts +1 -0
- package/dist/_queries/attributes/getAttributeByIdQuery.d.ts +1 -0
- package/dist/_queries/attributes/getAttributeWithEmbeddedFields.d.ts +2 -0
- package/dist/_queries/attributes/getAttributesByLib.d.ts +1 -0
- package/dist/_queries/attributes/getAttributesQuery.d.ts +1 -0
- package/dist/_queries/attributes/getVersionProfilesQuery.d.ts +1 -0
- package/dist/_queries/attributes/getVersionableAttributesByLibrary.d.ts +1 -0
- package/dist/_queries/attributes/saveAttributeMutation.d.ts +1 -0
- package/dist/_queries/export/exportQuery.d.ts +1 -0
- package/dist/_queries/files/createDirectory.d.ts +1 -0
- package/dist/_queries/files/forcePreviewsGenerationMutation.d.ts +1 -0
- package/dist/_queries/files/getDirectoryDataQuery.d.ts +1 -0
- package/dist/_queries/files/getUploadUpdates.d.ts +1 -0
- package/dist/_queries/files/uploadMutation.d.ts +1 -0
- package/dist/_queries/import/importExcel.d.ts +1 -0
- package/dist/_queries/libraries/checkLibraryExistenceQuery.d.ts +1 -0
- package/dist/_queries/libraries/deleteLibraryMutation.d.ts +1 -0
- package/dist/_queries/libraries/getLibrariesQuery.d.ts +1 -0
- package/dist/_queries/libraries/getLibraryByIdQuery.d.ts +1 -0
- package/dist/_queries/libraries/getLibraryPermissionsQuery.d.ts +1 -0
- package/dist/_queries/libraries/getLibraryPreviewsSettingsQuery.d.ts +1 -0
- package/dist/_queries/libraries/libraryDetailsFragment.d.ts +1 -0
- package/dist/_queries/libraries/saveLibraryMutation.d.ts +1 -0
- package/dist/_queries/permissions/isAllowedQuery.d.ts +1 -0
- package/dist/_queries/records/activateRecordsMutation.d.ts +1 -0
- package/dist/_queries/records/activateRecordsMutation.js +15 -0
- package/dist/_queries/records/activateRecordsMutation.js.map +1 -0
- package/dist/_queries/records/createRecordMutation.d.ts +2 -0
- package/dist/_queries/records/deactivateRecordsMutation.d.ts +1 -0
- package/dist/_queries/records/doesFileExistAsChild.d.ts +1 -0
- package/dist/_queries/records/getFileDataQuery.d.ts +14 -0
- package/dist/_queries/records/getRecordFormQuery.d.ts +1 -0
- package/dist/_queries/records/getRecordFormQuery.js +13 -0
- package/dist/_queries/records/getRecordFormQuery.js.map +1 -1
- package/dist/_queries/records/getRecordPropertiesQuery.d.ts +83 -0
- package/dist/_queries/records/getRecordUpdatesSubscription.d.ts +1 -0
- package/dist/_queries/records/getRecordsFromLibraryQuery.d.ts +22 -0
- package/dist/_queries/records/indexRecordsMutation.d.ts +1 -0
- package/dist/_queries/records/recordFormAttributeFragment.d.ts +1 -0
- package/dist/_queries/tasks/cancelTaskMutation.d.ts +1 -0
- package/dist/_queries/trees/checkTreeExistenceQuery.d.ts +1 -0
- package/dist/_queries/trees/deleteTreeMutation.d.ts +1 -0
- package/dist/_queries/trees/getTreeByIdQuery.d.ts +1 -0
- package/dist/_queries/trees/getTreeLibraries.d.ts +1 -0
- package/dist/_queries/trees/getTreesQuery.d.ts +1 -0
- package/dist/_queries/trees/saveTreeMutation.d.ts +1 -0
- package/dist/_queries/trees/treeDetailsFragment.d.ts +1 -0
- package/dist/_queries/trees/treeNodeChildrenQuery.d.ts +1 -0
- package/dist/_queries/trees/treeNodeChildrenQuery.js +12 -2
- package/dist/_queries/trees/treeNodeChildrenQuery.js.map +1 -1
- package/dist/_queries/userData/getUserData.d.ts +1 -0
- package/dist/_queries/userData/saveUserData.d.ts +1 -0
- package/dist/_queries/values/deleteValueMutation.d.ts +1 -0
- package/dist/_queries/values/saveValueBatchMutation.d.ts +1 -0
- package/dist/_queries/values/valueDetailsFragment.d.ts +1 -0
- package/dist/_queries/values/valuesVersionFragment.d.ts +1 -0
- package/dist/_queries/views/deleteViewMutation.d.ts +8 -0
- package/dist/_queries/views/getViewById.d.ts +1 -0
- package/dist/_queries/views/getViewsListQuery.d.ts +1 -0
- package/dist/_queries/views/saveViewMutation.d.ts +2 -0
- package/dist/_queries/views/viewDetailsFragment.d.ts +2 -0
- package/dist/_utils/__mocks__/isDevEnv.d.ts +1 -0
- package/dist/_utils/attributeType.d.ts +2 -1
- package/dist/_utils/attributeType.js +2 -1
- package/dist/_utils/attributeType.js.map +1 -1
- package/dist/_utils/getFiltersFromRequest.d.ts +3 -0
- package/dist/_utils/getRequestFromFilter.d.ts +3 -0
- package/dist/_utils/index.d.ts +33 -0
- package/dist/_utils/isDevEnv.d.ts +1 -0
- package/dist/_utils/typeguards.d.ts +2 -0
- package/dist/antdTheme/types.d.ts +2 -0
- package/dist/components/AttributePicker/AttributePicker.d.ts +12 -0
- package/dist/components/AttributePicker/AttributesList/AttributesList.d.ts +10 -0
- package/dist/components/AttributePicker/AttributesList/index.d.ts +1 -0
- package/dist/components/AttributePicker/index.d.ts +1 -0
- package/dist/components/AttributesSelectionList/Attribute/Attribute.d.ts +3 -0
- package/dist/components/AttributesSelectionList/Attribute/index.d.ts +2 -0
- package/dist/components/AttributesSelectionList/AttributesSelectionList.d.ts +10 -0
- package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/SelectedAttribute.d.ts +7 -0
- package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/index.d.ts +2 -0
- package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttributesList.d.ts +2 -0
- package/dist/components/AttributesSelectionList/SelectedAttributesList/index.d.ts +2 -0
- package/dist/components/AttributesSelectionList/_types.d.ts +8 -0
- package/dist/components/AttributesSelectionList/helpers/attributeToSelectedAttribute.d.ts +3 -0
- package/dist/components/AttributesSelectionList/index.d.ts +2 -0
- package/dist/components/AttributesSelectionList/reducer/__mocks__/attributesSelectionListStateContext.d.ts +11 -0
- package/dist/components/AttributesSelectionList/reducer/attributesSelectionListReducer.d.ts +33 -0
- package/dist/components/AttributesSelectionList/reducer/attributesSelectionListStateContext.d.ts +10 -0
- package/dist/components/AttributesSelectionList/sharedComponents.d.ts +803 -0
- package/dist/components/BasicButton/BasicButton.d.ts +7 -0
- package/dist/components/BasicButton/index.d.ts +1 -0
- package/dist/components/CreateDirectory/CreateDirectory.d.ts +9 -0
- package/dist/components/CreateDirectory/CreateDirectory.js +4 -4
- package/dist/components/CreateDirectory/CreateDirectory.js.map +1 -1
- package/dist/components/CreateDirectory/index.d.ts +1 -0
- package/dist/components/DeactivateRecordsModal/DeactivateRecordsModal.d.ts +10 -0
- package/dist/components/DeactivateRecordsModal/index.d.ts +1 -0
- package/dist/components/Dimmer/Dimmer.d.ts +5 -0
- package/dist/components/Dimmer/index.d.ts +2 -0
- package/dist/components/EditApplication/EditApplication.d.ts +3 -0
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfo.d.ts +7 -0
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/EditApplicationInfoForm.d.ts +11 -0
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/ModuleSelector/ModuleSelector.d.ts +6 -0
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/ModuleSelector/index.d.ts +2 -0
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/index.d.ts +2 -0
- package/dist/components/EditApplication/EditApplicationInfo/index.d.ts +1 -0
- package/dist/components/EditApplication/_types.d.ts +8 -0
- package/dist/components/EditApplication/index.d.ts +2 -0
- package/dist/components/EditAttributeModal/EditAttribute/EditAttribute.d.ts +8 -0
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfo.d.ts +8 -0
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/EditAttributeInfoForm.d.ts +12 -0
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/LinkedLibraryForm.d.ts +9 -0
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/index.d.ts +1 -0
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/LinkedTreeForm.d.ts +9 -0
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/index.d.ts +1 -0
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/ValuesVersionsForm/ValuesVersionsForm.d.ts +9 -0
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/ValuesVersionsForm/index.d.ts +1 -0
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/index.d.ts +1 -0
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/index.d.ts +1 -0
- package/dist/components/EditAttributeModal/EditAttribute/index.d.ts +1 -0
- package/dist/components/EditAttributeModal/EditAttributeModal.d.ts +11 -0
- package/dist/components/EditAttributeModal/index.d.ts +1 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibrary.d.ts +9 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/AttributeCell.d.ts +6 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/index.d.ts +1 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributesList.d.ts +15 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/DeleteButton.d.ts +8 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/DeleteButton.js +3 -2
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/DeleteButton.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/index.d.ts +1 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/index.d.ts +1 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/EditLibraryAttributes.d.ts +7 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/index.d.ts +1 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/EditLibraryIndexation.d.ts +8 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/index.d.ts +1 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfo.d.ts +8 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/EditLibraryInfoForm.d.ts +12 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/index.d.ts +1 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/index.d.ts +1 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditLibraryPreviewsSettings.d.ts +7 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/EditPreviewsSettingsModal.d.ts +10 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/SizesEditor.d.ts +8 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/index.d.ts +1 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/index.d.ts +1 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/PreviewsSettingsList.d.ts +8 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/index.d.ts +1 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/index.d.ts +1 -0
- package/dist/components/EditLibraryModal/EditLibrary/index.d.ts +1 -0
- package/dist/components/EditLibraryModal/EditLibraryModal.d.ts +12 -0
- package/dist/components/EditLibraryModal/index.d.ts +1 -0
- package/dist/components/EditTreeModal/EditTree/EditTree.d.ts +8 -0
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfo.d.ts +8 -0
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/TreeLibrariesForm.d.ts +9 -0
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/TreeLibrariesForm.js +8 -1
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/TreeLibrariesForm.js.map +1 -1
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/index.d.ts +1 -0
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/index.d.ts +1 -0
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/index.d.ts +1 -0
- package/dist/components/EditTreeModal/EditTree/index.d.ts +1 -0
- package/dist/components/EditTreeModal/EditTreeModal.d.ts +11 -0
- package/dist/components/EditTreeModal/index.d.ts +1 -0
- package/dist/components/EntityCard/EntityCard.d.ts +16 -0
- package/dist/components/EntityCard/_types.d.ts +6 -0
- package/dist/components/EntityCard/index.d.ts +2 -0
- package/dist/components/EntityPreview/EntityPreview.d.ts +4 -0
- package/dist/components/EntityPreview/EntityPreviewList/EntityPreviewList.d.ts +3 -0
- package/dist/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/SimplisticEntityPreview.d.ts +5 -0
- package/dist/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/index.d.ts +2 -0
- package/dist/components/EntityPreview/EntityPreviewList/index.d.ts +2 -0
- package/dist/components/EntityPreview/EntityPreviewTile/EntityPreviewTile.d.ts +3 -0
- package/dist/components/EntityPreview/EntityPreviewTile/index.d.ts +2 -0
- package/dist/components/EntityPreview/_types.d.ts +20 -0
- package/dist/components/EntityPreview/index.d.ts +2 -0
- package/dist/components/ErrorBoundary/ErrorBoundary.d.ts +15 -0
- package/dist/components/ErrorBoundary/ErrorBoundaryContent/ErrorBoundaryContent.d.ts +9 -0
- package/dist/components/ErrorBoundary/ErrorBoundaryContent/ErrorBoundaryContent.js +4 -3
- package/dist/components/ErrorBoundary/ErrorBoundaryContent/ErrorBoundaryContent.js.map +1 -1
- package/dist/components/ErrorBoundary/ErrorBoundaryContent/index.d.ts +2 -0
- package/dist/components/ErrorBoundary/index.d.ts +1 -0
- package/dist/components/ErrorDisplay/ErrorDisplay.d.ts +10 -0
- package/dist/components/ErrorDisplay/index.d.ts +1 -0
- package/dist/components/ErrorMessage/ErrorMessage.d.ts +6 -0
- package/dist/components/ErrorMessage/index.d.ts +2 -0
- package/dist/components/Explorer/DataView.d.ts +2 -1
- package/dist/components/Explorer/DataView.js +32 -12
- package/dist/components/Explorer/DataView.js.map +1 -1
- package/dist/components/Explorer/Explorer.d.ts +10 -6
- package/dist/components/Explorer/Explorer.js +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 +43 -16
- package/dist/components/Explorer/TableCell.js.map +1 -1
- package/dist/components/Explorer/TableTagGroup.d.ts +0 -1
- package/dist/components/Explorer/TableTagGroup.js +3 -16
- package/dist/components/Explorer/TableTagGroup.js.map +1 -1
- package/dist/components/Explorer/_constants.d.ts +3 -0
- package/dist/components/Explorer/_constants.js +3 -0
- package/dist/components/Explorer/_constants.js.map +1 -1
- package/dist/components/Explorer/_queries/prepareFiltersForRequest.d.ts +2 -2
- package/dist/components/Explorer/_queries/prepareFiltersForRequest.js +99 -31
- package/dist/components/Explorer/_queries/prepareFiltersForRequest.js.map +1 -1
- package/dist/components/Explorer/_queries/useExplorerData.d.ts +4 -2
- package/dist/components/Explorer/_queries/useExplorerData.js +46 -31
- package/dist/components/Explorer/_queries/useExplorerData.js.map +1 -1
- package/dist/components/Explorer/_types.d.ts +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 MultiDisplayOption;
|
|
165
|
+
(function (MultiDisplayOption) {
|
|
166
|
+
MultiDisplayOption["avatar"] = "avatar";
|
|
167
|
+
MultiDisplayOption["badge_qty"] = "badge_qty";
|
|
168
|
+
MultiDisplayOption["tag"] = "tag";
|
|
169
|
+
})(MultiDisplayOption || (MultiDisplayOption = {}));
|
|
163
170
|
export var PermissionTypes;
|
|
164
171
|
(function (PermissionTypes) {
|
|
165
172
|
PermissionTypes["admin"] = "admin";
|
|
@@ -183,6 +190,7 @@ export var PermissionsActions;
|
|
|
183
190
|
PermissionsActions["admin_access_applications"] = "admin_access_applications";
|
|
184
191
|
PermissionsActions["admin_access_attributes"] = "admin_access_attributes";
|
|
185
192
|
PermissionsActions["admin_access_libraries"] = "admin_access_libraries";
|
|
193
|
+
PermissionsActions["admin_access_logs"] = "admin_access_logs";
|
|
186
194
|
PermissionsActions["admin_access_permissions"] = "admin_access_permissions";
|
|
187
195
|
PermissionsActions["admin_access_tasks"] = "admin_access_tasks";
|
|
188
196
|
PermissionsActions["admin_access_trees"] = "admin_access_trees";
|
|
@@ -210,6 +218,7 @@ export var PermissionsActions;
|
|
|
210
218
|
PermissionsActions["admin_edit_permission"] = "admin_edit_permission";
|
|
211
219
|
PermissionsActions["admin_edit_tree"] = "admin_edit_tree";
|
|
212
220
|
PermissionsActions["admin_edit_version_profile"] = "admin_edit_version_profile";
|
|
221
|
+
PermissionsActions["admin_import_config_clear_database"] = "admin_import_config_clear_database";
|
|
213
222
|
PermissionsActions["admin_library"] = "admin_library";
|
|
214
223
|
PermissionsActions["admin_manage_global_preferences"] = "admin_manage_global_preferences";
|
|
215
224
|
PermissionsActions["create_record"] = "create_record";
|
|
@@ -261,6 +270,13 @@ export var RecordFilterOperator;
|
|
|
261
270
|
RecordFilterOperator["OPEN_BRACKET"] = "OPEN_BRACKET";
|
|
262
271
|
RecordFilterOperator["OR"] = "OR";
|
|
263
272
|
})(RecordFilterOperator || (RecordFilterOperator = {}));
|
|
273
|
+
export var RecordPermissionsActions;
|
|
274
|
+
(function (RecordPermissionsActions) {
|
|
275
|
+
RecordPermissionsActions["access_record"] = "access_record";
|
|
276
|
+
RecordPermissionsActions["create_record"] = "create_record";
|
|
277
|
+
RecordPermissionsActions["delete_record"] = "delete_record";
|
|
278
|
+
RecordPermissionsActions["edit_record"] = "edit_record";
|
|
279
|
+
})(RecordPermissionsActions || (RecordPermissionsActions = {}));
|
|
264
280
|
export var SortOrder;
|
|
265
281
|
(function (SortOrder) {
|
|
266
282
|
SortOrder["asc"] = "asc";
|
|
@@ -371,6 +387,8 @@ export const AttributeDetailsFragmentDoc = gql `
|
|
|
371
387
|
label
|
|
372
388
|
description
|
|
373
389
|
multiple_values
|
|
390
|
+
multi_link_display_option
|
|
391
|
+
multi_tree_display_option
|
|
374
392
|
metadata_fields {
|
|
375
393
|
id
|
|
376
394
|
label
|
|
@@ -749,6 +767,13 @@ export const RecordFormAttributeFragmentDoc = gql `
|
|
|
749
767
|
}
|
|
750
768
|
${StandardValuesListFragmentFragmentDoc}
|
|
751
769
|
${RecordIdentityFragmentDoc}`;
|
|
770
|
+
export const JoinLibraryContextFragmentDoc = gql `
|
|
771
|
+
fragment JoinLibraryContext on FormElementJoinLibraryContext {
|
|
772
|
+
mandatoryAttribute {
|
|
773
|
+
...RecordFormAttribute
|
|
774
|
+
}
|
|
775
|
+
}
|
|
776
|
+
${RecordFormAttributeFragmentDoc}`;
|
|
752
777
|
export const RecordFormElementFragmentDoc = gql `
|
|
753
778
|
fragment RecordFormElement on FormElementWithValues {
|
|
754
779
|
id
|
|
@@ -766,9 +791,13 @@ export const RecordFormElementFragmentDoc = gql `
|
|
|
766
791
|
key
|
|
767
792
|
value
|
|
768
793
|
}
|
|
794
|
+
joinLibraryContext {
|
|
795
|
+
...JoinLibraryContext
|
|
796
|
+
}
|
|
769
797
|
}
|
|
770
798
|
${ValueDetailsFragmentDoc}
|
|
771
|
-
${RecordFormAttributeFragmentDoc}
|
|
799
|
+
${RecordFormAttributeFragmentDoc}
|
|
800
|
+
${JoinLibraryContextFragmentDoc}`;
|
|
772
801
|
export const TreeLightFragmentDoc = gql `
|
|
773
802
|
fragment TreeLight on Tree {
|
|
774
803
|
id
|
|
@@ -880,13 +909,123 @@ export const ViewDetailsFragmentDoc = gql `
|
|
|
880
909
|
}
|
|
881
910
|
${ViewDetailsFilterFragmentDoc}
|
|
882
911
|
${RecordIdentityFragmentDoc}`;
|
|
912
|
+
export const AttributesByLibLinkAttributeWithPermissionsFragmentDoc = gql `
|
|
913
|
+
fragment AttributesByLibLinkAttributeWithPermissions on LinkAttribute {
|
|
914
|
+
valuesList: values_list {
|
|
915
|
+
enable
|
|
916
|
+
allowFreeEntry
|
|
917
|
+
allowListUpdate
|
|
918
|
+
linkedValues: values {
|
|
919
|
+
...RecordIdentity
|
|
920
|
+
}
|
|
921
|
+
}
|
|
922
|
+
linked_library {
|
|
923
|
+
id
|
|
924
|
+
}
|
|
925
|
+
}
|
|
926
|
+
${RecordIdentityFragmentDoc}`;
|
|
927
|
+
export const AttributesByLibAttributeWithPermissionsFragmentDoc = gql `
|
|
928
|
+
fragment AttributesByLibAttributeWithPermissions on Attribute {
|
|
929
|
+
id
|
|
930
|
+
type
|
|
931
|
+
format
|
|
932
|
+
label
|
|
933
|
+
multiple_values
|
|
934
|
+
system
|
|
935
|
+
readonly
|
|
936
|
+
permissions {
|
|
937
|
+
access_attribute
|
|
938
|
+
}
|
|
939
|
+
...AttributesByLibLinkAttributeWithPermissions
|
|
940
|
+
... on TreeAttribute {
|
|
941
|
+
linked_tree {
|
|
942
|
+
id
|
|
943
|
+
label
|
|
944
|
+
libraries {
|
|
945
|
+
library {
|
|
946
|
+
id
|
|
947
|
+
label
|
|
948
|
+
}
|
|
949
|
+
}
|
|
950
|
+
}
|
|
951
|
+
}
|
|
952
|
+
... on StandardAttribute {
|
|
953
|
+
embedded_fields {
|
|
954
|
+
id
|
|
955
|
+
format
|
|
956
|
+
label
|
|
957
|
+
}
|
|
958
|
+
valuesList: values_list {
|
|
959
|
+
... on StandardStringValuesListConf {
|
|
960
|
+
enable
|
|
961
|
+
allowFreeEntry
|
|
962
|
+
allowListUpdate
|
|
963
|
+
values
|
|
964
|
+
}
|
|
965
|
+
... on StandardDateRangeValuesListConf {
|
|
966
|
+
enable
|
|
967
|
+
allowFreeEntry
|
|
968
|
+
allowListUpdate
|
|
969
|
+
dateRangeValues: values {
|
|
970
|
+
from
|
|
971
|
+
to
|
|
972
|
+
}
|
|
973
|
+
}
|
|
974
|
+
}
|
|
975
|
+
}
|
|
976
|
+
}
|
|
977
|
+
${AttributesByLibLinkAttributeWithPermissionsFragmentDoc}`;
|
|
883
978
|
export const LinkAttributeDetailsFragmentDoc = gql `
|
|
884
979
|
fragment LinkAttributeDetails on LinkAttribute {
|
|
885
980
|
label
|
|
981
|
+
type
|
|
886
982
|
linked_library {
|
|
887
983
|
id
|
|
888
984
|
label
|
|
889
985
|
}
|
|
986
|
+
valuesList: values_list {
|
|
987
|
+
allowFreeEntry
|
|
988
|
+
enable
|
|
989
|
+
linkedValues: values {
|
|
990
|
+
id
|
|
991
|
+
whoAmI {
|
|
992
|
+
id
|
|
993
|
+
label
|
|
994
|
+
library {
|
|
995
|
+
id
|
|
996
|
+
}
|
|
997
|
+
}
|
|
998
|
+
}
|
|
999
|
+
}
|
|
1000
|
+
}
|
|
1001
|
+
`;
|
|
1002
|
+
export const TreeAttributeDetailsFragmentDoc = gql `
|
|
1003
|
+
fragment TreeAttributeDetails on TreeAttribute {
|
|
1004
|
+
id
|
|
1005
|
+
label
|
|
1006
|
+
linked_tree {
|
|
1007
|
+
id
|
|
1008
|
+
label
|
|
1009
|
+
}
|
|
1010
|
+
}
|
|
1011
|
+
`;
|
|
1012
|
+
export const StandardAttributeDetailsFragmentDoc = gql `
|
|
1013
|
+
fragment StandardAttributeDetails on StandardAttribute {
|
|
1014
|
+
id
|
|
1015
|
+
type
|
|
1016
|
+
embedded_fields {
|
|
1017
|
+
id
|
|
1018
|
+
format
|
|
1019
|
+
label
|
|
1020
|
+
}
|
|
1021
|
+
valuesList: values_list {
|
|
1022
|
+
... on StandardStringValuesListConf {
|
|
1023
|
+
enable
|
|
1024
|
+
allowFreeEntry
|
|
1025
|
+
allowListUpdate
|
|
1026
|
+
values
|
|
1027
|
+
}
|
|
1028
|
+
}
|
|
890
1029
|
}
|
|
891
1030
|
`;
|
|
892
1031
|
export const AttributePropertiesFragmentDoc = gql `
|
|
@@ -896,6 +1035,8 @@ export const AttributePropertiesFragmentDoc = gql `
|
|
|
896
1035
|
type
|
|
897
1036
|
format
|
|
898
1037
|
multiple_values
|
|
1038
|
+
multi_link_display_option
|
|
1039
|
+
multi_tree_display_option
|
|
899
1040
|
}
|
|
900
1041
|
`;
|
|
901
1042
|
export const PropertyValueFragmentDoc = gql `
|
|
@@ -958,6 +1099,9 @@ export const LibraryAttributeFragmentDoc = gql `
|
|
|
958
1099
|
id
|
|
959
1100
|
type
|
|
960
1101
|
label
|
|
1102
|
+
permissions {
|
|
1103
|
+
access_attribute
|
|
1104
|
+
}
|
|
961
1105
|
... on StandardAttribute {
|
|
962
1106
|
format
|
|
963
1107
|
}
|
|
@@ -996,6 +1140,10 @@ export function useCheckApplicationExistenceLazyQuery(baseOptions) {
|
|
|
996
1140
|
const options = { ...defaultOptions, ...baseOptions };
|
|
997
1141
|
return Apollo.useLazyQuery(CheckApplicationExistenceDocument, options);
|
|
998
1142
|
}
|
|
1143
|
+
export function useCheckApplicationExistenceSuspenseQuery(baseOptions) {
|
|
1144
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1145
|
+
return Apollo.useSuspenseQuery(CheckApplicationExistenceDocument, options);
|
|
1146
|
+
}
|
|
999
1147
|
export const GetApplicationByIdDocument = gql `
|
|
1000
1148
|
query GET_APPLICATION_BY_ID($id: ID!) {
|
|
1001
1149
|
applications(filters: {id: $id}) {
|
|
@@ -1029,6 +1177,10 @@ export function useGetApplicationByIdLazyQuery(baseOptions) {
|
|
|
1029
1177
|
const options = { ...defaultOptions, ...baseOptions };
|
|
1030
1178
|
return Apollo.useLazyQuery(GetApplicationByIdDocument, options);
|
|
1031
1179
|
}
|
|
1180
|
+
export function useGetApplicationByIdSuspenseQuery(baseOptions) {
|
|
1181
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1182
|
+
return Apollo.useSuspenseQuery(GetApplicationByIdDocument, options);
|
|
1183
|
+
}
|
|
1032
1184
|
export const GetApplicationModulesDocument = gql `
|
|
1033
1185
|
query GET_APPLICATION_MODULES {
|
|
1034
1186
|
applicationsModules {
|
|
@@ -1061,6 +1213,10 @@ export function useGetApplicationModulesLazyQuery(baseOptions) {
|
|
|
1061
1213
|
const options = { ...defaultOptions, ...baseOptions };
|
|
1062
1214
|
return Apollo.useLazyQuery(GetApplicationModulesDocument, options);
|
|
1063
1215
|
}
|
|
1216
|
+
export function useGetApplicationModulesSuspenseQuery(baseOptions) {
|
|
1217
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1218
|
+
return Apollo.useSuspenseQuery(GetApplicationModulesDocument, options);
|
|
1219
|
+
}
|
|
1064
1220
|
export const SaveApplicationDocument = gql `
|
|
1065
1221
|
mutation SAVE_APPLICATION($application: ApplicationInput!) {
|
|
1066
1222
|
saveApplication(application: $application) {
|
|
@@ -1120,6 +1276,10 @@ export function useCheckAttributeExistenceLazyQuery(baseOptions) {
|
|
|
1120
1276
|
const options = { ...defaultOptions, ...baseOptions };
|
|
1121
1277
|
return Apollo.useLazyQuery(CheckAttributeExistenceDocument, options);
|
|
1122
1278
|
}
|
|
1279
|
+
export function useCheckAttributeExistenceSuspenseQuery(baseOptions) {
|
|
1280
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1281
|
+
return Apollo.useSuspenseQuery(CheckAttributeExistenceDocument, options);
|
|
1282
|
+
}
|
|
1123
1283
|
export const DeleteAttributeDocument = gql `
|
|
1124
1284
|
mutation DELETE_ATTRIBUTE($id: ID) {
|
|
1125
1285
|
deleteAttribute(id: $id) {
|
|
@@ -1181,6 +1341,10 @@ export function useGetAttributeByIdLazyQuery(baseOptions) {
|
|
|
1181
1341
|
const options = { ...defaultOptions, ...baseOptions };
|
|
1182
1342
|
return Apollo.useLazyQuery(GetAttributeByIdDocument, options);
|
|
1183
1343
|
}
|
|
1344
|
+
export function useGetAttributeByIdSuspenseQuery(baseOptions) {
|
|
1345
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1346
|
+
return Apollo.useSuspenseQuery(GetAttributeByIdDocument, options);
|
|
1347
|
+
}
|
|
1184
1348
|
export const GetAttributesByLibDocument = gql `
|
|
1185
1349
|
query GET_ATTRIBUTES_BY_LIB($library: String!) {
|
|
1186
1350
|
attributes(filters: {libraries: [$library]}) {
|
|
@@ -1214,6 +1378,10 @@ export function useGetAttributesByLibLazyQuery(baseOptions) {
|
|
|
1214
1378
|
const options = { ...defaultOptions, ...baseOptions };
|
|
1215
1379
|
return Apollo.useLazyQuery(GetAttributesByLibDocument, options);
|
|
1216
1380
|
}
|
|
1381
|
+
export function useGetAttributesByLibSuspenseQuery(baseOptions) {
|
|
1382
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1383
|
+
return Apollo.useSuspenseQuery(GetAttributesByLibDocument, options);
|
|
1384
|
+
}
|
|
1217
1385
|
export const GetAttributesDocument = gql `
|
|
1218
1386
|
query GET_ATTRIBUTES($pagination: Pagination, $sort: SortAttributes, $filters: AttributesFiltersInput) {
|
|
1219
1387
|
attributes(pagination: $pagination, sort: $sort, filters: $filters) {
|
|
@@ -1254,6 +1422,10 @@ export function useGetAttributesLazyQuery(baseOptions) {
|
|
|
1254
1422
|
const options = { ...defaultOptions, ...baseOptions };
|
|
1255
1423
|
return Apollo.useLazyQuery(GetAttributesDocument, options);
|
|
1256
1424
|
}
|
|
1425
|
+
export function useGetAttributesSuspenseQuery(baseOptions) {
|
|
1426
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1427
|
+
return Apollo.useSuspenseQuery(GetAttributesDocument, options);
|
|
1428
|
+
}
|
|
1257
1429
|
export const GetVersionProfilesDocument = gql `
|
|
1258
1430
|
query GET_VERSION_PROFILES($filters: VersionProfilesFiltersInput, $sort: SortVersionProfilesInput) {
|
|
1259
1431
|
versionProfiles(filters: $filters, sort: $sort) {
|
|
@@ -1289,6 +1461,10 @@ export function useGetVersionProfilesLazyQuery(baseOptions) {
|
|
|
1289
1461
|
const options = { ...defaultOptions, ...baseOptions };
|
|
1290
1462
|
return Apollo.useLazyQuery(GetVersionProfilesDocument, options);
|
|
1291
1463
|
}
|
|
1464
|
+
export function useGetVersionProfilesSuspenseQuery(baseOptions) {
|
|
1465
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1466
|
+
return Apollo.useSuspenseQuery(GetVersionProfilesDocument, options);
|
|
1467
|
+
}
|
|
1292
1468
|
export const GetVersionableAttributesByLibraryDocument = gql `
|
|
1293
1469
|
query GET_VERSIONABLE_ATTRIBUTES_BY_LIBRARY($libraryId: String!) {
|
|
1294
1470
|
attributes(filters: {libraries: [$libraryId], versionable: true}) {
|
|
@@ -1332,6 +1508,10 @@ export function useGetVersionableAttributesByLibraryLazyQuery(baseOptions) {
|
|
|
1332
1508
|
const options = { ...defaultOptions, ...baseOptions };
|
|
1333
1509
|
return Apollo.useLazyQuery(GetVersionableAttributesByLibraryDocument, options);
|
|
1334
1510
|
}
|
|
1511
|
+
export function useGetVersionableAttributesByLibrarySuspenseQuery(baseOptions) {
|
|
1512
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1513
|
+
return Apollo.useSuspenseQuery(GetVersionableAttributesByLibraryDocument, options);
|
|
1514
|
+
}
|
|
1335
1515
|
export const SaveAttributeDocument = gql `
|
|
1336
1516
|
mutation SAVE_ATTRIBUTE($attribute: AttributeInput!) {
|
|
1337
1517
|
saveAttribute(attribute: $attribute) {
|
|
@@ -1391,6 +1571,10 @@ export function useExportLazyQuery(baseOptions) {
|
|
|
1391
1571
|
const options = { ...defaultOptions, ...baseOptions };
|
|
1392
1572
|
return Apollo.useLazyQuery(ExportDocument, options);
|
|
1393
1573
|
}
|
|
1574
|
+
export function useExportSuspenseQuery(baseOptions) {
|
|
1575
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1576
|
+
return Apollo.useSuspenseQuery(ExportDocument, options);
|
|
1577
|
+
}
|
|
1394
1578
|
export const CreateDirectoryDocument = gql `
|
|
1395
1579
|
mutation CREATE_DIRECTORY($library: String!, $nodeId: String!, $name: String!) {
|
|
1396
1580
|
createDirectory(library: $library, nodeId: $nodeId, name: $name) {
|
|
@@ -1531,6 +1715,10 @@ export function useGetDirectoryDataLazyQuery(baseOptions) {
|
|
|
1531
1715
|
const options = { ...defaultOptions, ...baseOptions };
|
|
1532
1716
|
return Apollo.useLazyQuery(GetDirectoryDataDocument, options);
|
|
1533
1717
|
}
|
|
1718
|
+
export function useGetDirectoryDataSuspenseQuery(baseOptions) {
|
|
1719
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1720
|
+
return Apollo.useSuspenseQuery(GetDirectoryDataDocument, options);
|
|
1721
|
+
}
|
|
1534
1722
|
export const UploadUpdateDocument = gql `
|
|
1535
1723
|
subscription UPLOAD_UPDATE($filters: UploadFiltersInput) {
|
|
1536
1724
|
upload(filters: $filters) {
|
|
@@ -1661,6 +1849,10 @@ export function useCheckLibraryExistenceLazyQuery(baseOptions) {
|
|
|
1661
1849
|
const options = { ...defaultOptions, ...baseOptions };
|
|
1662
1850
|
return Apollo.useLazyQuery(CheckLibraryExistenceDocument, options);
|
|
1663
1851
|
}
|
|
1852
|
+
export function useCheckLibraryExistenceSuspenseQuery(baseOptions) {
|
|
1853
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1854
|
+
return Apollo.useSuspenseQuery(CheckLibraryExistenceDocument, options);
|
|
1855
|
+
}
|
|
1664
1856
|
export const DeleteLibraryDocument = gql `
|
|
1665
1857
|
mutation DELETE_LIBRARY($id: ID) {
|
|
1666
1858
|
deleteLibrary(id: $id) {
|
|
@@ -1721,6 +1913,10 @@ export function useGetLibrariesLazyQuery(baseOptions) {
|
|
|
1721
1913
|
const options = { ...defaultOptions, ...baseOptions };
|
|
1722
1914
|
return Apollo.useLazyQuery(GetLibrariesDocument, options);
|
|
1723
1915
|
}
|
|
1916
|
+
export function useGetLibrariesSuspenseQuery(baseOptions) {
|
|
1917
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1918
|
+
return Apollo.useSuspenseQuery(GetLibrariesDocument, options);
|
|
1919
|
+
}
|
|
1724
1920
|
export const GetLibraryByIdDocument = gql `
|
|
1725
1921
|
query GET_LIBRARY_BY_ID($id: [ID!]) {
|
|
1726
1922
|
libraries(filters: {id: $id}) {
|
|
@@ -1754,6 +1950,10 @@ export function useGetLibraryByIdLazyQuery(baseOptions) {
|
|
|
1754
1950
|
const options = { ...defaultOptions, ...baseOptions };
|
|
1755
1951
|
return Apollo.useLazyQuery(GetLibraryByIdDocument, options);
|
|
1756
1952
|
}
|
|
1953
|
+
export function useGetLibraryByIdSuspenseQuery(baseOptions) {
|
|
1954
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1955
|
+
return Apollo.useSuspenseQuery(GetLibraryByIdDocument, options);
|
|
1956
|
+
}
|
|
1757
1957
|
export const GetLibraryPermissionsDocument = gql `
|
|
1758
1958
|
query GET_LIBRARY_PERMISSIONS($libraryId: [ID!]) {
|
|
1759
1959
|
libraries(filters: {id: $libraryId}) {
|
|
@@ -1793,6 +1993,10 @@ export function useGetLibraryPermissionsLazyQuery(baseOptions) {
|
|
|
1793
1993
|
const options = { ...defaultOptions, ...baseOptions };
|
|
1794
1994
|
return Apollo.useLazyQuery(GetLibraryPermissionsDocument, options);
|
|
1795
1995
|
}
|
|
1996
|
+
export function useGetLibraryPermissionsSuspenseQuery(baseOptions) {
|
|
1997
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1998
|
+
return Apollo.useSuspenseQuery(GetLibraryPermissionsDocument, options);
|
|
1999
|
+
}
|
|
1796
2000
|
export const GetLibraryPreviewsSettingsDocument = gql `
|
|
1797
2001
|
query GET_LIBRARY_PREVIEWS_SETTINGS($id: ID!) {
|
|
1798
2002
|
libraries(filters: {id: [$id]}) {
|
|
@@ -1841,6 +2045,10 @@ export function useGetLibraryPreviewsSettingsLazyQuery(baseOptions) {
|
|
|
1841
2045
|
const options = { ...defaultOptions, ...baseOptions };
|
|
1842
2046
|
return Apollo.useLazyQuery(GetLibraryPreviewsSettingsDocument, options);
|
|
1843
2047
|
}
|
|
2048
|
+
export function useGetLibraryPreviewsSettingsSuspenseQuery(baseOptions) {
|
|
2049
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2050
|
+
return Apollo.useSuspenseQuery(GetLibraryPreviewsSettingsDocument, options);
|
|
2051
|
+
}
|
|
1844
2052
|
export const SaveLibraryDocument = gql `
|
|
1845
2053
|
mutation saveLibrary($library: LibraryInput!) {
|
|
1846
2054
|
saveLibrary(library: $library) {
|
|
@@ -1904,6 +2112,119 @@ export function useIsAllowedLazyQuery(baseOptions) {
|
|
|
1904
2112
|
const options = { ...defaultOptions, ...baseOptions };
|
|
1905
2113
|
return Apollo.useLazyQuery(IsAllowedDocument, options);
|
|
1906
2114
|
}
|
|
2115
|
+
export function useIsAllowedSuspenseQuery(baseOptions) {
|
|
2116
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2117
|
+
return Apollo.useSuspenseQuery(IsAllowedDocument, options);
|
|
2118
|
+
}
|
|
2119
|
+
export const ActivateNewRecordDocument = gql `
|
|
2120
|
+
mutation activateNewRecord($libraryId: ID!, $recordId: ID!, $formId: String) {
|
|
2121
|
+
activateNewRecord(library: $libraryId, recordId: $recordId, formId: $formId) {
|
|
2122
|
+
record {
|
|
2123
|
+
...RecordIdentity
|
|
2124
|
+
}
|
|
2125
|
+
valuesErrors {
|
|
2126
|
+
type
|
|
2127
|
+
attribute
|
|
2128
|
+
input
|
|
2129
|
+
message
|
|
2130
|
+
}
|
|
2131
|
+
}
|
|
2132
|
+
}
|
|
2133
|
+
${RecordIdentityFragmentDoc}`;
|
|
2134
|
+
/**
|
|
2135
|
+
* __useActivateNewRecordMutation__
|
|
2136
|
+
*
|
|
2137
|
+
* To run a mutation, you first call `useActivateNewRecordMutation` within a React component and pass it any options that fit your needs.
|
|
2138
|
+
* When your component renders, `useActivateNewRecordMutation` returns a tuple that includes:
|
|
2139
|
+
* - A mutate function that you can call at any time to execute the mutation
|
|
2140
|
+
* - An object with fields that represent the current status of the mutation's execution
|
|
2141
|
+
*
|
|
2142
|
+
* @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;
|
|
2143
|
+
*
|
|
2144
|
+
* @example
|
|
2145
|
+
* const [activateNewRecordMutation, { data, loading, error }] = useActivateNewRecordMutation({
|
|
2146
|
+
* variables: {
|
|
2147
|
+
* libraryId: // value for 'libraryId'
|
|
2148
|
+
* recordId: // value for 'recordId'
|
|
2149
|
+
* formId: // value for 'formId'
|
|
2150
|
+
* },
|
|
2151
|
+
* });
|
|
2152
|
+
*/
|
|
2153
|
+
export function useActivateNewRecordMutation(baseOptions) {
|
|
2154
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2155
|
+
return Apollo.useMutation(ActivateNewRecordDocument, options);
|
|
2156
|
+
}
|
|
2157
|
+
export const ActivateRecordsDocument = gql `
|
|
2158
|
+
mutation ACTIVATE_RECORDS($libraryId: String!, $recordsIds: [String!], $filters: [RecordFilterInput!]) {
|
|
2159
|
+
activateRecords(
|
|
2160
|
+
recordsIds: $recordsIds
|
|
2161
|
+
filters: $filters
|
|
2162
|
+
libraryId: $libraryId
|
|
2163
|
+
) {
|
|
2164
|
+
id
|
|
2165
|
+
...RecordIdentity
|
|
2166
|
+
}
|
|
2167
|
+
}
|
|
2168
|
+
${RecordIdentityFragmentDoc}`;
|
|
2169
|
+
/**
|
|
2170
|
+
* __useActivateRecordsMutation__
|
|
2171
|
+
*
|
|
2172
|
+
* To run a mutation, you first call `useActivateRecordsMutation` within a React component and pass it any options that fit your needs.
|
|
2173
|
+
* When your component renders, `useActivateRecordsMutation` returns a tuple that includes:
|
|
2174
|
+
* - A mutate function that you can call at any time to execute the mutation
|
|
2175
|
+
* - An object with fields that represent the current status of the mutation's execution
|
|
2176
|
+
*
|
|
2177
|
+
* @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;
|
|
2178
|
+
*
|
|
2179
|
+
* @example
|
|
2180
|
+
* const [activateRecordsMutation, { data, loading, error }] = useActivateRecordsMutation({
|
|
2181
|
+
* variables: {
|
|
2182
|
+
* libraryId: // value for 'libraryId'
|
|
2183
|
+
* recordsIds: // value for 'recordsIds'
|
|
2184
|
+
* filters: // value for 'filters'
|
|
2185
|
+
* },
|
|
2186
|
+
* });
|
|
2187
|
+
*/
|
|
2188
|
+
export function useActivateRecordsMutation(baseOptions) {
|
|
2189
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2190
|
+
return Apollo.useMutation(ActivateRecordsDocument, options);
|
|
2191
|
+
}
|
|
2192
|
+
export const CreateEmptyRecordDocument = gql `
|
|
2193
|
+
mutation createEmptyRecord($library: ID!) {
|
|
2194
|
+
createEmptyRecord(library: $library) {
|
|
2195
|
+
record {
|
|
2196
|
+
...RecordIdentity
|
|
2197
|
+
}
|
|
2198
|
+
valuesErrors {
|
|
2199
|
+
type
|
|
2200
|
+
attribute
|
|
2201
|
+
input
|
|
2202
|
+
message
|
|
2203
|
+
}
|
|
2204
|
+
}
|
|
2205
|
+
}
|
|
2206
|
+
${RecordIdentityFragmentDoc}`;
|
|
2207
|
+
/**
|
|
2208
|
+
* __useCreateEmptyRecordMutation__
|
|
2209
|
+
*
|
|
2210
|
+
* To run a mutation, you first call `useCreateEmptyRecordMutation` within a React component and pass it any options that fit your needs.
|
|
2211
|
+
* When your component renders, `useCreateEmptyRecordMutation` returns a tuple that includes:
|
|
2212
|
+
* - A mutate function that you can call at any time to execute the mutation
|
|
2213
|
+
* - An object with fields that represent the current status of the mutation's execution
|
|
2214
|
+
*
|
|
2215
|
+
* @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;
|
|
2216
|
+
*
|
|
2217
|
+
* @example
|
|
2218
|
+
* const [createEmptyRecordMutation, { data, loading, error }] = useCreateEmptyRecordMutation({
|
|
2219
|
+
* variables: {
|
|
2220
|
+
* library: // value for 'library'
|
|
2221
|
+
* },
|
|
2222
|
+
* });
|
|
2223
|
+
*/
|
|
2224
|
+
export function useCreateEmptyRecordMutation(baseOptions) {
|
|
2225
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2226
|
+
return Apollo.useMutation(CreateEmptyRecordDocument, options);
|
|
2227
|
+
}
|
|
1907
2228
|
export const CreateRecordDocument = gql `
|
|
1908
2229
|
mutation CREATE_RECORD($library: ID!, $data: CreateRecordDataInput) {
|
|
1909
2230
|
createRecord(library: $library, data: $data) {
|
|
@@ -2011,6 +2332,10 @@ export function useDoesFileExistAsChildLazyQuery(baseOptions) {
|
|
|
2011
2332
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2012
2333
|
return Apollo.useLazyQuery(DoesFileExistAsChildDocument, options);
|
|
2013
2334
|
}
|
|
2335
|
+
export function useDoesFileExistAsChildSuspenseQuery(baseOptions) {
|
|
2336
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2337
|
+
return Apollo.useSuspenseQuery(DoesFileExistAsChildDocument, options);
|
|
2338
|
+
}
|
|
2014
2339
|
export const GetFileDataDocument = gql `
|
|
2015
2340
|
query GET_FILE_DATA($library: ID!, $fileId: String!, $previewsStatusAttribute: ID!) {
|
|
2016
2341
|
records(
|
|
@@ -2091,6 +2416,10 @@ export function useGetFileDataLazyQuery(baseOptions) {
|
|
|
2091
2416
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2092
2417
|
return Apollo.useLazyQuery(GetFileDataDocument, options);
|
|
2093
2418
|
}
|
|
2419
|
+
export function useGetFileDataSuspenseQuery(baseOptions) {
|
|
2420
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2421
|
+
return Apollo.useSuspenseQuery(GetFileDataDocument, options);
|
|
2422
|
+
}
|
|
2094
2423
|
export const RecordFormDocument = gql `
|
|
2095
2424
|
query RECORD_FORM($libraryId: String!, $formId: String!, $recordId: String, $version: [ValueVersionInput!]) {
|
|
2096
2425
|
recordForm(
|
|
@@ -2110,6 +2439,10 @@ export const RecordFormDocument = gql `
|
|
|
2110
2439
|
elements {
|
|
2111
2440
|
...RecordFormElement
|
|
2112
2441
|
}
|
|
2442
|
+
sidePanel {
|
|
2443
|
+
enable
|
|
2444
|
+
isOpenByDefault
|
|
2445
|
+
}
|
|
2113
2446
|
}
|
|
2114
2447
|
}
|
|
2115
2448
|
${RecordFormElementFragmentDoc}`;
|
|
@@ -2140,6 +2473,10 @@ export function useRecordFormLazyQuery(baseOptions) {
|
|
|
2140
2473
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2141
2474
|
return Apollo.useLazyQuery(RecordFormDocument, options);
|
|
2142
2475
|
}
|
|
2476
|
+
export function useRecordFormSuspenseQuery(baseOptions) {
|
|
2477
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2478
|
+
return Apollo.useSuspenseQuery(RecordFormDocument, options);
|
|
2479
|
+
}
|
|
2143
2480
|
export const RecordUpdateDocument = gql `
|
|
2144
2481
|
subscription RECORD_UPDATE($filters: RecordUpdateFilterInput) {
|
|
2145
2482
|
recordUpdate(filters: $filters) {
|
|
@@ -2183,6 +2520,46 @@ export function useRecordUpdateSubscription(baseOptions) {
|
|
|
2183
2520
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2184
2521
|
return Apollo.useSubscription(RecordUpdateDocument, options);
|
|
2185
2522
|
}
|
|
2523
|
+
export const GetRecordsFromLibraryDocument = gql `
|
|
2524
|
+
query getRecordsFromLibrary($libraryId: ID!, $pagination: RecordsPagination, $filters: [RecordFilterInput]) {
|
|
2525
|
+
records(library: $libraryId, filters: $filters, pagination: $pagination) {
|
|
2526
|
+
totalCount
|
|
2527
|
+
list {
|
|
2528
|
+
...RecordIdentity
|
|
2529
|
+
}
|
|
2530
|
+
}
|
|
2531
|
+
}
|
|
2532
|
+
${RecordIdentityFragmentDoc}`;
|
|
2533
|
+
/**
|
|
2534
|
+
* __useGetRecordsFromLibraryQuery__
|
|
2535
|
+
*
|
|
2536
|
+
* To run a query within a React component, call `useGetRecordsFromLibraryQuery` and pass it any options that fit your needs.
|
|
2537
|
+
* When your component renders, `useGetRecordsFromLibraryQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
2538
|
+
* you can use to render your UI.
|
|
2539
|
+
*
|
|
2540
|
+
* @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;
|
|
2541
|
+
*
|
|
2542
|
+
* @example
|
|
2543
|
+
* const { data, loading, error } = useGetRecordsFromLibraryQuery({
|
|
2544
|
+
* variables: {
|
|
2545
|
+
* libraryId: // value for 'libraryId'
|
|
2546
|
+
* pagination: // value for 'pagination'
|
|
2547
|
+
* filters: // value for 'filters'
|
|
2548
|
+
* },
|
|
2549
|
+
* });
|
|
2550
|
+
*/
|
|
2551
|
+
export function useGetRecordsFromLibraryQuery(baseOptions) {
|
|
2552
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2553
|
+
return Apollo.useQuery(GetRecordsFromLibraryDocument, options);
|
|
2554
|
+
}
|
|
2555
|
+
export function useGetRecordsFromLibraryLazyQuery(baseOptions) {
|
|
2556
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2557
|
+
return Apollo.useLazyQuery(GetRecordsFromLibraryDocument, options);
|
|
2558
|
+
}
|
|
2559
|
+
export function useGetRecordsFromLibrarySuspenseQuery(baseOptions) {
|
|
2560
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2561
|
+
return Apollo.useSuspenseQuery(GetRecordsFromLibraryDocument, options);
|
|
2562
|
+
}
|
|
2186
2563
|
export const IndexRecordsDocument = gql `
|
|
2187
2564
|
mutation INDEX_RECORDS($libraryId: String!, $records: [String!]) {
|
|
2188
2565
|
indexRecords(libraryId: $libraryId, records: $records)
|
|
@@ -2210,6 +2587,35 @@ export function useIndexRecordsMutation(baseOptions) {
|
|
|
2210
2587
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2211
2588
|
return Apollo.useMutation(IndexRecordsDocument, options);
|
|
2212
2589
|
}
|
|
2590
|
+
export const PurgeRecordDocument = gql `
|
|
2591
|
+
mutation purgeRecord($libraryId: ID!, $recordId: ID!) {
|
|
2592
|
+
purgeRecord(libraryId: $libraryId, recordId: $recordId) {
|
|
2593
|
+
...RecordIdentity
|
|
2594
|
+
}
|
|
2595
|
+
}
|
|
2596
|
+
${RecordIdentityFragmentDoc}`;
|
|
2597
|
+
/**
|
|
2598
|
+
* __usePurgeRecordMutation__
|
|
2599
|
+
*
|
|
2600
|
+
* To run a mutation, you first call `usePurgeRecordMutation` within a React component and pass it any options that fit your needs.
|
|
2601
|
+
* When your component renders, `usePurgeRecordMutation` returns a tuple that includes:
|
|
2602
|
+
* - A mutate function that you can call at any time to execute the mutation
|
|
2603
|
+
* - An object with fields that represent the current status of the mutation's execution
|
|
2604
|
+
*
|
|
2605
|
+
* @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;
|
|
2606
|
+
*
|
|
2607
|
+
* @example
|
|
2608
|
+
* const [purgeRecordMutation, { data, loading, error }] = usePurgeRecordMutation({
|
|
2609
|
+
* variables: {
|
|
2610
|
+
* libraryId: // value for 'libraryId'
|
|
2611
|
+
* recordId: // value for 'recordId'
|
|
2612
|
+
* },
|
|
2613
|
+
* });
|
|
2614
|
+
*/
|
|
2615
|
+
export function usePurgeRecordMutation(baseOptions) {
|
|
2616
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2617
|
+
return Apollo.useMutation(PurgeRecordDocument, options);
|
|
2618
|
+
}
|
|
2213
2619
|
export const CancelTaskDocument = gql `
|
|
2214
2620
|
mutation CANCEL_TASK($taskId: ID!) {
|
|
2215
2621
|
cancelTask(taskId: $taskId)
|
|
@@ -2267,6 +2673,10 @@ export function useCheckTreeExistenceLazyQuery(baseOptions) {
|
|
|
2267
2673
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2268
2674
|
return Apollo.useLazyQuery(CheckTreeExistenceDocument, options);
|
|
2269
2675
|
}
|
|
2676
|
+
export function useCheckTreeExistenceSuspenseQuery(baseOptions) {
|
|
2677
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2678
|
+
return Apollo.useSuspenseQuery(CheckTreeExistenceDocument, options);
|
|
2679
|
+
}
|
|
2270
2680
|
export const DeleteTreeDocument = gql `
|
|
2271
2681
|
mutation DELETE_TREE($id: ID!) {
|
|
2272
2682
|
deleteTree(id: $id) {
|
|
@@ -2328,6 +2738,10 @@ export function useGetTreeByIdLazyQuery(baseOptions) {
|
|
|
2328
2738
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2329
2739
|
return Apollo.useLazyQuery(GetTreeByIdDocument, options);
|
|
2330
2740
|
}
|
|
2741
|
+
export function useGetTreeByIdSuspenseQuery(baseOptions) {
|
|
2742
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2743
|
+
return Apollo.useSuspenseQuery(GetTreeByIdDocument, options);
|
|
2744
|
+
}
|
|
2331
2745
|
export const GetTreeLibrariesDocument = gql `
|
|
2332
2746
|
query GET_TREE_LIBRARIES($treeId: [ID!], $library: String) {
|
|
2333
2747
|
trees(filters: {id: $treeId, library: $library}) {
|
|
@@ -2378,6 +2792,10 @@ export function useGetTreeLibrariesLazyQuery(baseOptions) {
|
|
|
2378
2792
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2379
2793
|
return Apollo.useLazyQuery(GetTreeLibrariesDocument, options);
|
|
2380
2794
|
}
|
|
2795
|
+
export function useGetTreeLibrariesSuspenseQuery(baseOptions) {
|
|
2796
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2797
|
+
return Apollo.useSuspenseQuery(GetTreeLibrariesDocument, options);
|
|
2798
|
+
}
|
|
2381
2799
|
export const GetTreesDocument = gql `
|
|
2382
2800
|
query GET_TREES {
|
|
2383
2801
|
trees {
|
|
@@ -2410,6 +2828,10 @@ export function useGetTreesLazyQuery(baseOptions) {
|
|
|
2410
2828
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2411
2829
|
return Apollo.useLazyQuery(GetTreesDocument, options);
|
|
2412
2830
|
}
|
|
2831
|
+
export function useGetTreesSuspenseQuery(baseOptions) {
|
|
2832
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2833
|
+
return Apollo.useSuspenseQuery(GetTreesDocument, options);
|
|
2834
|
+
}
|
|
2413
2835
|
export const SaveTreeDocument = gql `
|
|
2414
2836
|
mutation SAVE_TREE($tree: TreeInput!) {
|
|
2415
2837
|
saveTree(tree: $tree) {
|
|
@@ -2439,8 +2861,13 @@ export function useSaveTreeMutation(baseOptions) {
|
|
|
2439
2861
|
return Apollo.useMutation(SaveTreeDocument, options);
|
|
2440
2862
|
}
|
|
2441
2863
|
export const TreeNodeChildrenDocument = gql `
|
|
2442
|
-
query TREE_NODE_CHILDREN($treeId: ID!, $node: ID, $pagination: Pagination) {
|
|
2443
|
-
treeNodeChildren(
|
|
2864
|
+
query TREE_NODE_CHILDREN($treeId: ID!, $node: ID, $pagination: Pagination, $childrenAsRecordValuePermissionFilter: ChildrenAsRecordValuePermissionFilterInput) {
|
|
2865
|
+
treeNodeChildren(
|
|
2866
|
+
treeId: $treeId
|
|
2867
|
+
node: $node
|
|
2868
|
+
pagination: $pagination
|
|
2869
|
+
childrenAsRecordValuePermissionFilter: $childrenAsRecordValuePermissionFilter
|
|
2870
|
+
) {
|
|
2444
2871
|
totalCount
|
|
2445
2872
|
list {
|
|
2446
2873
|
...TreeNodeChild
|
|
@@ -2463,6 +2890,7 @@ export const TreeNodeChildrenDocument = gql `
|
|
|
2463
2890
|
* treeId: // value for 'treeId'
|
|
2464
2891
|
* node: // value for 'node'
|
|
2465
2892
|
* pagination: // value for 'pagination'
|
|
2893
|
+
* childrenAsRecordValuePermissionFilter: // value for 'childrenAsRecordValuePermissionFilter'
|
|
2466
2894
|
* },
|
|
2467
2895
|
* });
|
|
2468
2896
|
*/
|
|
@@ -2474,6 +2902,10 @@ export function useTreeNodeChildrenLazyQuery(baseOptions) {
|
|
|
2474
2902
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2475
2903
|
return Apollo.useLazyQuery(TreeNodeChildrenDocument, options);
|
|
2476
2904
|
}
|
|
2905
|
+
export function useTreeNodeChildrenSuspenseQuery(baseOptions) {
|
|
2906
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2907
|
+
return Apollo.useSuspenseQuery(TreeNodeChildrenDocument, options);
|
|
2908
|
+
}
|
|
2477
2909
|
export const GetUserDataDocument = gql `
|
|
2478
2910
|
query GET_USER_DATA($keys: [String!]!, $global: Boolean) {
|
|
2479
2911
|
userData(keys: $keys, global: $global) {
|
|
@@ -2507,6 +2939,10 @@ export function useGetUserDataLazyQuery(baseOptions) {
|
|
|
2507
2939
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2508
2940
|
return Apollo.useLazyQuery(GetUserDataDocument, options);
|
|
2509
2941
|
}
|
|
2942
|
+
export function useGetUserDataSuspenseQuery(baseOptions) {
|
|
2943
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2944
|
+
return Apollo.useSuspenseQuery(GetUserDataDocument, options);
|
|
2945
|
+
}
|
|
2510
2946
|
export const SaveUserDataDocument = gql `
|
|
2511
2947
|
mutation SAVE_USER_DATA($key: String!, $value: Any, $global: Boolean!) {
|
|
2512
2948
|
saveUserData(key: $key, value: $value, global: $global) {
|
|
@@ -2574,43 +3010,6 @@ export function useDeleteValueMutation(baseOptions) {
|
|
|
2574
3010
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2575
3011
|
return Apollo.useMutation(DeleteValueDocument, options);
|
|
2576
3012
|
}
|
|
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
3013
|
export const SaveValueBatchDocument = gql `
|
|
2615
3014
|
mutation SAVE_VALUE_BATCH($library: ID!, $recordId: ID!, $version: [ValueVersionInput!], $values: [ValueBatchInput!]!, $deleteEmpty: Boolean) {
|
|
2616
3015
|
saveValueBatch(
|
|
@@ -2717,6 +3116,10 @@ export function useGetViewLazyQuery(baseOptions) {
|
|
|
2717
3116
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2718
3117
|
return Apollo.useLazyQuery(GetViewDocument, options);
|
|
2719
3118
|
}
|
|
3119
|
+
export function useGetViewSuspenseQuery(baseOptions) {
|
|
3120
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3121
|
+
return Apollo.useSuspenseQuery(GetViewDocument, options);
|
|
3122
|
+
}
|
|
2720
3123
|
export const GetViewsListDocument = gql `
|
|
2721
3124
|
query GET_VIEWS_LIST($libraryId: String!) {
|
|
2722
3125
|
views(library: $libraryId) {
|
|
@@ -2751,6 +3154,10 @@ export function useGetViewsListLazyQuery(baseOptions) {
|
|
|
2751
3154
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2752
3155
|
return Apollo.useLazyQuery(GetViewsListDocument, options);
|
|
2753
3156
|
}
|
|
3157
|
+
export function useGetViewsListSuspenseQuery(baseOptions) {
|
|
3158
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3159
|
+
return Apollo.useSuspenseQuery(GetViewsListDocument, options);
|
|
3160
|
+
}
|
|
2754
3161
|
export const SaveViewDocument = gql `
|
|
2755
3162
|
mutation SAVE_VIEW($view: ViewInput!) {
|
|
2756
3163
|
saveView(view: $view) {
|
|
@@ -2779,6 +3186,43 @@ export function useSaveViewMutation(baseOptions) {
|
|
|
2779
3186
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2780
3187
|
return Apollo.useMutation(SaveViewDocument, options);
|
|
2781
3188
|
}
|
|
3189
|
+
export const GetAttributesByLibWithPermissionsDocument = gql `
|
|
3190
|
+
query getAttributesByLibWithPermissions($library: String!) {
|
|
3191
|
+
attributes(filters: {libraries: [$library]}) {
|
|
3192
|
+
list {
|
|
3193
|
+
...AttributesByLibAttributeWithPermissions
|
|
3194
|
+
}
|
|
3195
|
+
}
|
|
3196
|
+
}
|
|
3197
|
+
${AttributesByLibAttributeWithPermissionsFragmentDoc}`;
|
|
3198
|
+
/**
|
|
3199
|
+
* __useGetAttributesByLibWithPermissionsQuery__
|
|
3200
|
+
*
|
|
3201
|
+
* To run a query within a React component, call `useGetAttributesByLibWithPermissionsQuery` and pass it any options that fit your needs.
|
|
3202
|
+
* When your component renders, `useGetAttributesByLibWithPermissionsQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
3203
|
+
* you can use to render your UI.
|
|
3204
|
+
*
|
|
3205
|
+
* @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;
|
|
3206
|
+
*
|
|
3207
|
+
* @example
|
|
3208
|
+
* const { data, loading, error } = useGetAttributesByLibWithPermissionsQuery({
|
|
3209
|
+
* variables: {
|
|
3210
|
+
* library: // value for 'library'
|
|
3211
|
+
* },
|
|
3212
|
+
* });
|
|
3213
|
+
*/
|
|
3214
|
+
export function useGetAttributesByLibWithPermissionsQuery(baseOptions) {
|
|
3215
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3216
|
+
return Apollo.useQuery(GetAttributesByLibWithPermissionsDocument, options);
|
|
3217
|
+
}
|
|
3218
|
+
export function useGetAttributesByLibWithPermissionsLazyQuery(baseOptions) {
|
|
3219
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3220
|
+
return Apollo.useLazyQuery(GetAttributesByLibWithPermissionsDocument, options);
|
|
3221
|
+
}
|
|
3222
|
+
export function useGetAttributesByLibWithPermissionsSuspenseQuery(baseOptions) {
|
|
3223
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3224
|
+
return Apollo.useSuspenseQuery(GetAttributesByLibWithPermissionsDocument, options);
|
|
3225
|
+
}
|
|
2782
3226
|
export const ExplorerAttributesDocument = gql `
|
|
2783
3227
|
query ExplorerAttributes($ids: [ID!]) {
|
|
2784
3228
|
attributes(filters: {ids: $ids}) {
|
|
@@ -2787,11 +3231,18 @@ export const ExplorerAttributesDocument = gql `
|
|
|
2787
3231
|
type
|
|
2788
3232
|
format
|
|
2789
3233
|
label
|
|
3234
|
+
permissions {
|
|
3235
|
+
access_attribute
|
|
3236
|
+
}
|
|
3237
|
+
...StandardAttributeDetails
|
|
2790
3238
|
...LinkAttributeDetails
|
|
3239
|
+
...TreeAttributeDetails
|
|
2791
3240
|
}
|
|
2792
3241
|
}
|
|
2793
3242
|
}
|
|
2794
|
-
${
|
|
3243
|
+
${StandardAttributeDetailsFragmentDoc}
|
|
3244
|
+
${LinkAttributeDetailsFragmentDoc}
|
|
3245
|
+
${TreeAttributeDetailsFragmentDoc}`;
|
|
2795
3246
|
/**
|
|
2796
3247
|
* __useExplorerAttributesQuery__
|
|
2797
3248
|
*
|
|
@@ -2816,17 +3267,27 @@ export function useExplorerAttributesLazyQuery(baseOptions) {
|
|
|
2816
3267
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2817
3268
|
return Apollo.useLazyQuery(ExplorerAttributesDocument, options);
|
|
2818
3269
|
}
|
|
3270
|
+
export function useExplorerAttributesSuspenseQuery(baseOptions) {
|
|
3271
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3272
|
+
return Apollo.useSuspenseQuery(ExplorerAttributesDocument, options);
|
|
3273
|
+
}
|
|
2819
3274
|
export const ExplorerLinkAttributeDocument = gql `
|
|
2820
3275
|
query ExplorerLinkAttribute($id: ID!) {
|
|
2821
3276
|
attributes(filters: {ids: [$id]}) {
|
|
2822
3277
|
list {
|
|
2823
3278
|
id
|
|
2824
3279
|
multiple_values
|
|
3280
|
+
permissions {
|
|
3281
|
+
access_attribute
|
|
3282
|
+
edit_value
|
|
3283
|
+
}
|
|
2825
3284
|
...LinkAttributeDetails
|
|
3285
|
+
...TreeAttributeDetails
|
|
2826
3286
|
}
|
|
2827
3287
|
}
|
|
2828
3288
|
}
|
|
2829
|
-
${LinkAttributeDetailsFragmentDoc}
|
|
3289
|
+
${LinkAttributeDetailsFragmentDoc}
|
|
3290
|
+
${TreeAttributeDetailsFragmentDoc}`;
|
|
2830
3291
|
/**
|
|
2831
3292
|
* __useExplorerLinkAttributeQuery__
|
|
2832
3293
|
*
|
|
@@ -2851,6 +3312,10 @@ export function useExplorerLinkAttributeLazyQuery(baseOptions) {
|
|
|
2851
3312
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2852
3313
|
return Apollo.useLazyQuery(ExplorerLinkAttributeDocument, options);
|
|
2853
3314
|
}
|
|
3315
|
+
export function useExplorerLinkAttributeSuspenseQuery(baseOptions) {
|
|
3316
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3317
|
+
return Apollo.useSuspenseQuery(ExplorerLinkAttributeDocument, options);
|
|
3318
|
+
}
|
|
2854
3319
|
export const ExplorerLibraryDataDocument = gql `
|
|
2855
3320
|
query ExplorerLibraryData($libraryId: ID!, $attributeIds: [ID!]!, $pagination: RecordsPagination, $filters: [RecordFilterInput], $multipleSort: [RecordSortInput!], $searchQuery: String) {
|
|
2856
3321
|
records(
|
|
@@ -2863,6 +3328,11 @@ export const ExplorerLibraryDataDocument = gql `
|
|
|
2863
3328
|
totalCount
|
|
2864
3329
|
list {
|
|
2865
3330
|
...RecordIdentity
|
|
3331
|
+
active
|
|
3332
|
+
permissions {
|
|
3333
|
+
create_record
|
|
3334
|
+
delete_record
|
|
3335
|
+
}
|
|
2866
3336
|
properties(attributeIds: $attributeIds) {
|
|
2867
3337
|
attributeId
|
|
2868
3338
|
attributeProperties {
|
|
@@ -2907,11 +3377,16 @@ export function useExplorerLibraryDataLazyQuery(baseOptions) {
|
|
|
2907
3377
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2908
3378
|
return Apollo.useLazyQuery(ExplorerLibraryDataDocument, options);
|
|
2909
3379
|
}
|
|
3380
|
+
export function useExplorerLibraryDataSuspenseQuery(baseOptions) {
|
|
3381
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3382
|
+
return Apollo.useSuspenseQuery(ExplorerLibraryDataDocument, options);
|
|
3383
|
+
}
|
|
2910
3384
|
export const ExplorerLinkDataDocument = gql `
|
|
2911
3385
|
query ExplorerLinkData($attributeIds: [ID!]!, $parentLibraryId: ID!, $parentRecordId: String, $linkAttributeId: ID!) {
|
|
2912
3386
|
records(
|
|
2913
3387
|
library: $parentLibraryId
|
|
2914
3388
|
filters: [{field: "id", condition: EQUAL, value: $parentRecordId}]
|
|
3389
|
+
retrieveInactive: true
|
|
2915
3390
|
) {
|
|
2916
3391
|
list {
|
|
2917
3392
|
id
|
|
@@ -2955,6 +3430,10 @@ export function useExplorerLinkDataLazyQuery(baseOptions) {
|
|
|
2955
3430
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2956
3431
|
return Apollo.useLazyQuery(ExplorerLinkDataDocument, options);
|
|
2957
3432
|
}
|
|
3433
|
+
export function useExplorerLinkDataSuspenseQuery(baseOptions) {
|
|
3434
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3435
|
+
return Apollo.useSuspenseQuery(ExplorerLinkDataDocument, options);
|
|
3436
|
+
}
|
|
2958
3437
|
export const GetLibraryAttributesDocument = gql `
|
|
2959
3438
|
query GetLibraryAttributes($libraryId: ID!) {
|
|
2960
3439
|
libraries(filters: {id: [$libraryId]}) {
|
|
@@ -2991,6 +3470,10 @@ export function useGetLibraryAttributesLazyQuery(baseOptions) {
|
|
|
2991
3470
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2992
3471
|
return Apollo.useLazyQuery(GetLibraryAttributesDocument, options);
|
|
2993
3472
|
}
|
|
3473
|
+
export function useGetLibraryAttributesSuspenseQuery(baseOptions) {
|
|
3474
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3475
|
+
return Apollo.useSuspenseQuery(GetLibraryAttributesDocument, options);
|
|
3476
|
+
}
|
|
2994
3477
|
export const ExplorerLibraryDetailsDocument = gql `
|
|
2995
3478
|
query ExplorerLibraryDetails($libraryId: ID!) {
|
|
2996
3479
|
libraries(filters: {id: [$libraryId]}) {
|
|
@@ -3026,6 +3509,10 @@ export function useExplorerLibraryDetailsLazyQuery(baseOptions) {
|
|
|
3026
3509
|
const options = { ...defaultOptions, ...baseOptions };
|
|
3027
3510
|
return Apollo.useLazyQuery(ExplorerLibraryDetailsDocument, options);
|
|
3028
3511
|
}
|
|
3512
|
+
export function useExplorerLibraryDetailsSuspenseQuery(baseOptions) {
|
|
3513
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3514
|
+
return Apollo.useSuspenseQuery(ExplorerLibraryDetailsDocument, options);
|
|
3515
|
+
}
|
|
3029
3516
|
export const ExplorerSelectionIdsDocument = gql `
|
|
3030
3517
|
query ExplorerSelectionIds($libraryId: ID!, $filters: [RecordFilterInput]) {
|
|
3031
3518
|
records(library: $libraryId, filters: $filters) {
|
|
@@ -3060,6 +3547,10 @@ export function useExplorerSelectionIdsLazyQuery(baseOptions) {
|
|
|
3060
3547
|
const options = { ...defaultOptions, ...baseOptions };
|
|
3061
3548
|
return Apollo.useLazyQuery(ExplorerSelectionIdsDocument, options);
|
|
3062
3549
|
}
|
|
3550
|
+
export function useExplorerSelectionIdsSuspenseQuery(baseOptions) {
|
|
3551
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3552
|
+
return Apollo.useSuspenseQuery(ExplorerSelectionIdsDocument, options);
|
|
3553
|
+
}
|
|
3063
3554
|
export const MeDocument = gql `
|
|
3064
3555
|
query Me {
|
|
3065
3556
|
me {
|
|
@@ -3096,6 +3587,10 @@ export function useMeLazyQuery(baseOptions) {
|
|
|
3096
3587
|
const options = { ...defaultOptions, ...baseOptions };
|
|
3097
3588
|
return Apollo.useLazyQuery(MeDocument, options);
|
|
3098
3589
|
}
|
|
3590
|
+
export function useMeSuspenseQuery(baseOptions) {
|
|
3591
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3592
|
+
return Apollo.useSuspenseQuery(MeDocument, options);
|
|
3593
|
+
}
|
|
3099
3594
|
export const UpdateViewDocument = gql `
|
|
3100
3595
|
mutation UpdateView($view: ViewInputPartial!) {
|
|
3101
3596
|
updateView(view: $view) {
|
|
@@ -3158,4 +3653,8 @@ export function useTreeDataQueryLazyQuery(baseOptions) {
|
|
|
3158
3653
|
const options = { ...defaultOptions, ...baseOptions };
|
|
3159
3654
|
return Apollo.useLazyQuery(TreeDataQueryDocument, options);
|
|
3160
3655
|
}
|
|
3656
|
+
export function useTreeDataQuerySuspenseQuery(baseOptions) {
|
|
3657
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3658
|
+
return Apollo.useSuspenseQuery(TreeDataQueryDocument, options);
|
|
3659
|
+
}
|
|
3161
3660
|
//# sourceMappingURL=index.js.map
|