@leav/ui 0.3.6-ac12b41 → 0.3.6-c939f2f
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/__mocks__/common/attribute.js +2 -1
- package/dist/__mocks__/common/attribute.js.map +1 -1
- package/dist/__mocks__/common/filter.js +1 -1
- package/dist/__mocks__/common/filter.js.map +1 -1
- package/dist/__mocks__/common/form.js +3 -3
- package/dist/__mocks__/common/form.js.map +1 -1
- package/dist/__mocks__/common/import.js +1 -1
- package/dist/__mocks__/common/import.js.map +1 -1
- package/dist/__mocks__/common/label.js +1 -1
- package/dist/__mocks__/common/label.js.map +1 -1
- package/dist/__mocks__/common/library.js +1 -1
- package/dist/__mocks__/common/library.js.map +1 -1
- package/dist/__mocks__/common/tree.js +1 -1
- package/dist/__mocks__/common/tree.js.map +1 -1
- package/dist/__mocks__/common/view.js +1 -1
- package/dist/__mocks__/common/view.js.map +1 -1
- package/dist/__mocks__/mockQuery/mockGetLibraryDetailExtendedQuery.js +1 -1
- package/dist/__mocks__/mockQuery/mockGetLibraryDetailExtendedQuery.js.map +1 -1
- package/dist/__mocks__/mockQuery/mockGetRecordsFromLibraryQuery.js +1 -1
- package/dist/__mocks__/mockQuery/mockGetRecordsFromLibraryQuery.js.map +1 -1
- package/dist/__mocks__/mockQuery/mockGetViewListQuery.js +1 -1
- package/dist/__mocks__/mockQuery/mockGetViewListQuery.js.map +1 -1
- package/dist/__mocks__/react-i18next.js +1 -1
- package/dist/__mocks__/react-i18next.js.map +1 -1
- package/dist/_gqlTypes/index.d.ts +372 -35
- package/dist/_gqlTypes/index.js +1099 -969
- package/dist/_gqlTypes/index.js.map +1 -1
- package/dist/_queries/applications/applicationDetailsFragment.js +1 -1
- package/dist/_queries/applications/applicationDetailsFragment.js.map +1 -1
- package/dist/_queries/applications/checkApplicationExistence.js +1 -1
- package/dist/_queries/applications/checkApplicationExistence.js.map +1 -1
- package/dist/_queries/applications/getApplicationDetails.js +1 -1
- package/dist/_queries/applications/getApplicationDetails.js.map +1 -1
- package/dist/_queries/applications/getApplicationsModulesQuery.js +1 -1
- package/dist/_queries/applications/getApplicationsModulesQuery.js.map +1 -1
- package/dist/_queries/applications/saveApplicationMutation.js +1 -1
- package/dist/_queries/applications/saveApplicationMutation.js.map +1 -1
- package/dist/_queries/attributes/attributeDetailsFragment.js +1 -1
- package/dist/_queries/attributes/attributeDetailsFragment.js.map +1 -1
- package/dist/_queries/attributes/checkAttributeExistenceQuery.js +1 -1
- package/dist/_queries/attributes/checkAttributeExistenceQuery.js.map +1 -1
- package/dist/_queries/attributes/deleteAttributeMutation.js +1 -1
- package/dist/_queries/attributes/deleteAttributeMutation.js.map +1 -1
- package/dist/_queries/attributes/getAttributeByIdQuery.js +1 -1
- package/dist/_queries/attributes/getAttributeByIdQuery.js.map +1 -1
- package/dist/_queries/attributes/getAttributeWithEmbeddedFields.js +1 -1
- package/dist/_queries/attributes/getAttributeWithEmbeddedFields.js.map +1 -1
- package/dist/_queries/attributes/getAttributesByLib.js +1 -1
- package/dist/_queries/attributes/getAttributesByLib.js.map +1 -1
- package/dist/_queries/attributes/getAttributesQuery.js +1 -1
- package/dist/_queries/attributes/getAttributesQuery.js.map +1 -1
- package/dist/_queries/attributes/getVersionProfilesQuery.js +1 -1
- package/dist/_queries/attributes/getVersionProfilesQuery.js.map +1 -1
- package/dist/_queries/attributes/getVersionableAttributesByLibrary.js +1 -1
- package/dist/_queries/attributes/getVersionableAttributesByLibrary.js.map +1 -1
- package/dist/_queries/attributes/saveAttributeMutation.js +1 -1
- package/dist/_queries/attributes/saveAttributeMutation.js.map +1 -1
- package/dist/_queries/export/exportQuery.js +1 -1
- package/dist/_queries/export/exportQuery.js.map +1 -1
- package/dist/_queries/files/createDirectory.js +1 -1
- package/dist/_queries/files/createDirectory.js.map +1 -1
- package/dist/_queries/files/forcePreviewsGenerationMutation.js +1 -1
- package/dist/_queries/files/forcePreviewsGenerationMutation.js.map +1 -1
- package/dist/_queries/files/getDirectoryDataQuery.js +1 -1
- package/dist/_queries/files/getDirectoryDataQuery.js.map +1 -1
- package/dist/_queries/files/getUploadUpdates.js +1 -1
- package/dist/_queries/files/getUploadUpdates.js.map +1 -1
- package/dist/_queries/files/uploadMutation.js +1 -1
- package/dist/_queries/files/uploadMutation.js.map +1 -1
- package/dist/_queries/import/importExcel.js +1 -1
- package/dist/_queries/import/importExcel.js.map +1 -1
- package/dist/_queries/libraries/checkLibraryExistenceQuery.js +1 -1
- package/dist/_queries/libraries/checkLibraryExistenceQuery.js.map +1 -1
- package/dist/_queries/libraries/deleteLibraryMutation.js +1 -1
- package/dist/_queries/libraries/deleteLibraryMutation.js.map +1 -1
- package/dist/_queries/libraries/getLibrariesQuery.js +1 -1
- package/dist/_queries/libraries/getLibrariesQuery.js.map +1 -1
- package/dist/_queries/libraries/getLibraryByIdQuery.js +1 -1
- package/dist/_queries/libraries/getLibraryByIdQuery.js.map +1 -1
- package/dist/_queries/libraries/getLibraryPermissionsQuery.js +1 -1
- package/dist/_queries/libraries/getLibraryPermissionsQuery.js.map +1 -1
- package/dist/_queries/libraries/getLibraryPreviewsSettingsQuery.js +1 -1
- package/dist/_queries/libraries/getLibraryPreviewsSettingsQuery.js.map +1 -1
- package/dist/_queries/libraries/libraryDetailsFragment.js +1 -1
- package/dist/_queries/libraries/libraryDetailsFragment.js.map +1 -1
- package/dist/_queries/libraries/saveLibraryMutation.js +1 -1
- package/dist/_queries/libraries/saveLibraryMutation.js.map +1 -1
- package/dist/_queries/permissions/isAllowedQuery.js +1 -1
- package/dist/_queries/permissions/isAllowedQuery.js.map +1 -1
- package/dist/_queries/records/createRecordMutation.js +1 -1
- package/dist/_queries/records/createRecordMutation.js.map +1 -1
- package/dist/_queries/records/deactivateRecordsMutation.js +1 -1
- package/dist/_queries/records/deactivateRecordsMutation.js.map +1 -1
- package/dist/_queries/records/doesFileExistAsChild.js +1 -1
- package/dist/_queries/records/doesFileExistAsChild.js.map +1 -1
- package/dist/_queries/records/getFileDataQuery.js +1 -1
- package/dist/_queries/records/getFileDataQuery.js.map +1 -1
- package/dist/_queries/records/getRecordColumnsValues.js +1 -1
- package/dist/_queries/records/getRecordColumnsValues.js.map +1 -1
- package/dist/_queries/records/getRecordFormQuery.js +3 -1
- package/dist/_queries/records/getRecordFormQuery.js.map +1 -1
- package/dist/_queries/records/getRecordPropertiesQuery.js +3 -1
- package/dist/_queries/records/getRecordPropertiesQuery.js.map +1 -1
- package/dist/_queries/records/getRecordUpdatesSubscription.js +1 -1
- package/dist/_queries/records/getRecordUpdatesSubscription.js.map +1 -1
- package/dist/_queries/records/getRecordsFromLibraryQuery.js +1 -1
- package/dist/_queries/records/getRecordsFromLibraryQuery.js.map +1 -1
- package/dist/_queries/records/indexRecordsMutation.js +1 -1
- package/dist/_queries/records/indexRecordsMutation.js.map +1 -1
- package/dist/_queries/records/recordFormAttributeFragment.js +3 -1
- package/dist/_queries/records/recordFormAttributeFragment.js.map +1 -1
- package/dist/_queries/tasks/cancelTaskMutation.js +1 -1
- package/dist/_queries/tasks/cancelTaskMutation.js.map +1 -1
- package/dist/_queries/trees/checkTreeExistenceQuery.js +1 -1
- package/dist/_queries/trees/checkTreeExistenceQuery.js.map +1 -1
- package/dist/_queries/trees/deleteTreeMutation.js +1 -1
- package/dist/_queries/trees/deleteTreeMutation.js.map +1 -1
- package/dist/_queries/trees/getTreeByIdQuery.js +1 -1
- package/dist/_queries/trees/getTreeByIdQuery.js.map +1 -1
- package/dist/_queries/trees/getTreeLibraries.js +1 -1
- package/dist/_queries/trees/getTreeLibraries.js.map +1 -1
- package/dist/_queries/trees/getTreesQuery.js +1 -1
- package/dist/_queries/trees/getTreesQuery.js.map +1 -1
- package/dist/_queries/trees/saveTreeMutation.js +1 -1
- package/dist/_queries/trees/saveTreeMutation.js.map +1 -1
- package/dist/_queries/trees/treeDetailsFragment.js +1 -1
- package/dist/_queries/trees/treeDetailsFragment.js.map +1 -1
- package/dist/_queries/trees/treeNodeChildrenQuery.js +1 -1
- package/dist/_queries/trees/treeNodeChildrenQuery.js.map +1 -1
- package/dist/_queries/userData/getUserData.js +1 -1
- package/dist/_queries/userData/getUserData.js.map +1 -1
- package/dist/_queries/userData/saveUserData.js +1 -1
- package/dist/_queries/userData/saveUserData.js.map +1 -1
- package/dist/_queries/values/deleteValueMutation.js +1 -1
- package/dist/_queries/values/deleteValueMutation.js.map +1 -1
- package/dist/_queries/values/saveValueBatchMutation.js +1 -1
- package/dist/_queries/values/saveValueBatchMutation.js.map +1 -1
- package/dist/_queries/values/valueDetailsFragment.js +1 -1
- package/dist/_queries/values/valueDetailsFragment.js.map +1 -1
- package/dist/_queries/values/valuesVersionFragment.js +1 -1
- package/dist/_queries/values/valuesVersionFragment.js.map +1 -1
- package/dist/_queries/views/deleteViewMutation.js +1 -1
- package/dist/_queries/views/deleteViewMutation.js.map +1 -1
- package/dist/_queries/views/getViewById.js +1 -1
- package/dist/_queries/views/getViewById.js.map +1 -1
- package/dist/_queries/views/getViewsListQuery.js +1 -1
- package/dist/_queries/views/getViewsListQuery.js.map +1 -1
- package/dist/_queries/views/saveViewMutation.js +1 -1
- package/dist/_queries/views/saveViewMutation.js.map +1 -1
- package/dist/_queries/views/viewDetailsFragment.js +1 -1
- package/dist/_queries/views/viewDetailsFragment.js.map +1 -1
- package/dist/_utils/__mocks__/isDevEnv.js +1 -1
- package/dist/_utils/__mocks__/isDevEnv.js.map +1 -1
- package/dist/_utils/getFiltersFromRequest.js +2 -2
- package/dist/_utils/getFiltersFromRequest.js.map +1 -1
- package/dist/_utils/getRequestFromFilter.js +1 -1
- package/dist/_utils/getRequestFromFilter.js.map +1 -1
- package/dist/_utils/index.d.ts +2 -0
- package/dist/_utils/index.js +5 -1
- package/dist/_utils/index.js.map +1 -1
- package/dist/_utils/isDevEnv.js +1 -1
- package/dist/_utils/isDevEnv.js.map +1 -1
- package/dist/antdTheme/index.js +1 -1
- package/dist/antdTheme/index.js.map +1 -1
- package/dist/components/AttributePicker/AttributePicker.js +1 -1
- package/dist/components/AttributePicker/AttributePicker.js.map +1 -1
- package/dist/components/AttributePicker/AttributesList/AttributesList.js +1 -1
- package/dist/components/AttributePicker/AttributesList/AttributesList.js.map +1 -1
- package/dist/components/AttributePicker/AttributesList/index.js +1 -1
- package/dist/components/AttributePicker/AttributesList/index.js.map +1 -1
- package/dist/components/AttributePicker/index.js +1 -1
- package/dist/components/AttributePicker/index.js.map +1 -1
- package/dist/components/AttributesSelectionList/Attribute/Attribute.js +1 -1
- package/dist/components/AttributesSelectionList/Attribute/Attribute.js.map +1 -1
- package/dist/components/AttributesSelectionList/Attribute/index.js +1 -1
- package/dist/components/AttributesSelectionList/Attribute/index.js.map +1 -1
- package/dist/components/AttributesSelectionList/AttributesSelectionList.js +1 -1
- package/dist/components/AttributesSelectionList/AttributesSelectionList.js.map +1 -1
- package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/SelectedAttribute.js +1 -1
- package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/SelectedAttribute.js.map +1 -1
- package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/index.js +1 -1
- package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/index.js.map +1 -1
- package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttributesList.js +1 -1
- package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttributesList.js.map +1 -1
- package/dist/components/AttributesSelectionList/SelectedAttributesList/index.js +1 -1
- package/dist/components/AttributesSelectionList/SelectedAttributesList/index.js.map +1 -1
- package/dist/components/AttributesSelectionList/helpers/attributeToSelectedAttribute.js +1 -1
- package/dist/components/AttributesSelectionList/helpers/attributeToSelectedAttribute.js.map +1 -1
- package/dist/components/AttributesSelectionList/index.js +1 -1
- package/dist/components/AttributesSelectionList/index.js.map +1 -1
- package/dist/components/AttributesSelectionList/reducer/__mocks__/attributesSelectionListStateContext.js +1 -1
- package/dist/components/AttributesSelectionList/reducer/__mocks__/attributesSelectionListStateContext.js.map +1 -1
- package/dist/components/AttributesSelectionList/reducer/attributesSelectionListReducer.js +1 -1
- package/dist/components/AttributesSelectionList/reducer/attributesSelectionListReducer.js.map +1 -1
- package/dist/components/AttributesSelectionList/reducer/attributesSelectionListStateContext.js +1 -1
- package/dist/components/AttributesSelectionList/reducer/attributesSelectionListStateContext.js.map +1 -1
- package/dist/components/AttributesSelectionList/sharedComponents.js +1 -1
- package/dist/components/AttributesSelectionList/sharedComponents.js.map +1 -1
- package/dist/components/BasicButton/BasicButton.js +1 -1
- package/dist/components/BasicButton/BasicButton.js.map +1 -1
- package/dist/components/BasicButton/index.js +1 -1
- package/dist/components/BasicButton/index.js.map +1 -1
- package/dist/components/CreateDirectory/CreateDirectory.js +1 -1
- package/dist/components/CreateDirectory/CreateDirectory.js.map +1 -1
- package/dist/components/CreateDirectory/index.js +1 -1
- package/dist/components/CreateDirectory/index.js.map +1 -1
- package/dist/components/DeactivateRecordsModal/DeactivateRecordsModal.js +1 -1
- package/dist/components/DeactivateRecordsModal/DeactivateRecordsModal.js.map +1 -1
- package/dist/components/DeactivateRecordsModal/index.js +1 -1
- package/dist/components/DeactivateRecordsModal/index.js.map +1 -1
- package/dist/components/Dimmer/index.js +1 -1
- package/dist/components/Dimmer/index.js.map +1 -1
- package/dist/components/EditApplication/EditApplication.js +1 -1
- package/dist/components/EditApplication/EditApplication.js.map +1 -1
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfo.js +1 -1
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfo.js.map +1 -1
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/EditApplicationInfoForm.js +1 -1
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/EditApplicationInfoForm.js.map +1 -1
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/ModuleSelector/ModuleSelector.js +1 -1
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/ModuleSelector/ModuleSelector.js.map +1 -1
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/ModuleSelector/index.js +1 -1
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/ModuleSelector/index.js.map +1 -1
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/index.js +1 -1
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/index.js.map +1 -1
- package/dist/components/EditApplication/EditApplicationInfo/index.js +1 -1
- package/dist/components/EditApplication/EditApplicationInfo/index.js.map +1 -1
- package/dist/components/EditApplication/index.js +1 -1
- package/dist/components/EditApplication/index.js.map +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttribute.js +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttribute.js.map +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfo.js +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfo.js.map +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/EditAttributeInfoForm.js +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/EditAttributeInfoForm.js.map +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/LinkedLibraryForm.js +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/LinkedLibraryForm.js.map +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/index.js +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/index.js.map +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/LinkedTreeForm.js +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/LinkedTreeForm.js.map +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/index.js +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/index.js.map +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/ValuesVersionsForm/ValuesVersionsForm.js +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/ValuesVersionsForm/ValuesVersionsForm.js.map +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/ValuesVersionsForm/index.js +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/ValuesVersionsForm/index.js.map +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/index.js +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/index.js.map +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/index.js +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/index.js.map +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/index.js +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/index.js.map +1 -1
- package/dist/components/EditAttributeModal/EditAttributeModal.js +1 -1
- package/dist/components/EditAttributeModal/EditAttributeModal.js.map +1 -1
- package/dist/components/EditAttributeModal/index.js +1 -1
- package/dist/components/EditAttributeModal/index.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibrary.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibrary.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/AttributeCell.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/AttributeCell.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/index.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/index.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributesList.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributesList.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/DeleteButton.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/DeleteButton.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/index.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/index.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/index.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/index.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/EditLibraryAttributes.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/EditLibraryAttributes.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/index.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/index.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/EditLibraryIndexation.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/EditLibraryIndexation.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/index.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/index.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/EditLibraryInfoForm.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/EditLibraryInfoForm.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/index.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/index.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/index.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/index.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditLibraryPreviewsSettings.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditLibraryPreviewsSettings.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/EditPreviewsSettingsModal.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/EditPreviewsSettingsModal.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/SizesEditor.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/SizesEditor.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/index.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/index.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/index.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/index.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/PreviewsSettingsList.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/PreviewsSettingsList.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/index.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/index.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/index.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/index.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/index.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/index.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibraryModal.js +1 -1
- package/dist/components/EditLibraryModal/EditLibraryModal.js.map +1 -1
- package/dist/components/EditLibraryModal/index.js +1 -1
- package/dist/components/EditLibraryModal/index.js.map +1 -1
- package/dist/components/EditTreeModal/EditTree/EditTree.js +1 -1
- package/dist/components/EditTreeModal/EditTree/EditTree.js.map +1 -1
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfo.js +1 -1
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfo.js.map +1 -1
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/EditTreeInfoForm.js +1 -1
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/EditTreeInfoForm.js.map +1 -1
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/TreeLibrariesForm.js +1 -1
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/TreeLibrariesForm.js.map +1 -1
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/index.js +1 -1
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/index.js.map +1 -1
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/index.js +1 -1
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/index.js.map +1 -1
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/index.js +1 -1
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/index.js.map +1 -1
- package/dist/components/EditTreeModal/EditTree/index.js +1 -1
- package/dist/components/EditTreeModal/EditTree/index.js.map +1 -1
- package/dist/components/EditTreeModal/EditTreeModal.js +1 -1
- package/dist/components/EditTreeModal/EditTreeModal.js.map +1 -1
- package/dist/components/EditTreeModal/index.js +1 -1
- package/dist/components/EditTreeModal/index.js.map +1 -1
- package/dist/components/EntityCard/EntityCard.js +1 -1
- package/dist/components/EntityCard/EntityCard.js.map +1 -1
- package/dist/components/EntityCard/index.js +1 -1
- package/dist/components/EntityCard/index.js.map +1 -1
- package/dist/components/EntityPreview/EntityPreview.js +1 -1
- package/dist/components/EntityPreview/EntityPreview.js.map +1 -1
- package/dist/components/EntityPreview/EntityPreviewList/EntityPreviewList.js +1 -1
- package/dist/components/EntityPreview/EntityPreviewList/EntityPreviewList.js.map +1 -1
- package/dist/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/SimplisticEntityPreview.js +1 -1
- package/dist/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/SimplisticEntityPreview.js.map +1 -1
- package/dist/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/index.js +1 -1
- package/dist/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/index.js.map +1 -1
- package/dist/components/EntityPreview/EntityPreviewList/index.js +1 -1
- package/dist/components/EntityPreview/EntityPreviewList/index.js.map +1 -1
- package/dist/components/EntityPreview/EntityPreviewTile/EntityPreviewTile.js +1 -1
- package/dist/components/EntityPreview/EntityPreviewTile/EntityPreviewTile.js.map +1 -1
- package/dist/components/EntityPreview/EntityPreviewTile/index.js +1 -1
- package/dist/components/EntityPreview/EntityPreviewTile/index.js.map +1 -1
- package/dist/components/EntityPreview/index.js +1 -1
- package/dist/components/EntityPreview/index.js.map +1 -1
- package/dist/components/ErrorBoundary/ErrorBoundary.js +1 -1
- package/dist/components/ErrorBoundary/ErrorBoundary.js.map +1 -1
- package/dist/components/ErrorBoundary/ErrorBoundaryContent/ErrorBoundaryContent.js +1 -1
- package/dist/components/ErrorBoundary/ErrorBoundaryContent/ErrorBoundaryContent.js.map +1 -1
- package/dist/components/ErrorBoundary/ErrorBoundaryContent/index.js +1 -1
- package/dist/components/ErrorBoundary/ErrorBoundaryContent/index.js.map +1 -1
- package/dist/components/ErrorBoundary/index.js +1 -1
- package/dist/components/ErrorBoundary/index.js.map +1 -1
- package/dist/components/ErrorDisplay/ErrorDisplay.js +1 -1
- package/dist/components/ErrorDisplay/ErrorDisplay.js.map +1 -1
- package/dist/components/ErrorDisplay/index.js +1 -1
- package/dist/components/ErrorDisplay/index.js.map +1 -1
- package/dist/components/ErrorMessage/ErrorMessage.js +1 -1
- package/dist/components/ErrorMessage/ErrorMessage.js.map +1 -1
- package/dist/components/ErrorMessage/index.js +1 -1
- package/dist/components/ErrorMessage/index.js.map +1 -1
- package/dist/components/Explorer/DataView.d.ts +8 -4
- package/dist/components/Explorer/DataView.js +73 -2
- package/dist/components/Explorer/DataView.js.map +1 -1
- package/dist/components/Explorer/Explorer.d.ts +8 -2
- package/dist/components/Explorer/Explorer.js +31 -9
- package/dist/components/Explorer/Explorer.js.map +1 -1
- package/dist/components/Explorer/_queries/useExplorerData.d.ts +11 -0
- package/dist/components/Explorer/_queries/useExplorerData.js +23 -0
- package/dist/components/Explorer/_queries/useExplorerData.js.map +1 -0
- package/dist/components/Explorer/_types.d.ts +21 -0
- package/dist/components/Explorer/_types.js +2 -0
- package/dist/components/Explorer/_types.js.map +1 -0
- package/dist/components/Explorer/edit-settings/DisplayMode.d.ts +2 -0
- package/dist/components/Explorer/edit-settings/DisplayMode.js +10 -0
- package/dist/components/Explorer/edit-settings/DisplayMode.js.map +1 -0
- package/dist/components/Explorer/edit-settings/EditSettingsContext.d.ts +13 -0
- package/dist/components/Explorer/edit-settings/EditSettingsContext.js +14 -0
- package/dist/components/Explorer/edit-settings/EditSettingsContext.js.map +1 -0
- package/dist/components/Explorer/edit-settings/EditSettingsContextProvider.d.ts +2 -0
- package/dist/components/Explorer/edit-settings/EditSettingsContextProvider.js +16 -0
- package/dist/components/Explorer/edit-settings/EditSettingsContextProvider.js.map +1 -0
- package/dist/components/Explorer/edit-settings/SettingItem.d.ts +7 -0
- package/dist/components/Explorer/edit-settings/SettingItem.js +55 -0
- package/dist/components/Explorer/edit-settings/SettingItem.js.map +1 -0
- package/dist/components/Explorer/edit-settings/SettingsPanel.d.ts +3 -0
- package/dist/components/Explorer/edit-settings/SettingsPanel.js +53 -0
- package/dist/components/Explorer/edit-settings/SettingsPanel.js.map +1 -0
- package/dist/components/Explorer/edit-settings/SidePanel.d.ts +2 -0
- package/dist/components/Explorer/edit-settings/SidePanel.js +19 -0
- package/dist/components/Explorer/edit-settings/SidePanel.js.map +1 -0
- package/dist/components/Explorer/edit-settings/useEditSettings.d.ts +1 -0
- package/dist/components/Explorer/edit-settings/useEditSettings.js +7 -0
- package/dist/components/Explorer/edit-settings/useEditSettings.js.map +1 -0
- package/dist/components/Explorer/edit-settings/useOpenSettings.d.ts +1 -0
- package/dist/components/Explorer/edit-settings/useOpenSettings.js +19 -0
- package/dist/components/Explorer/edit-settings/useOpenSettings.js.map +1 -0
- package/dist/components/Explorer/index.d.ts +11 -1
- package/dist/components/Explorer/index.js +9 -2
- package/dist/components/Explorer/index.js.map +1 -1
- package/dist/components/Explorer/tsconfig.json +6 -0
- package/dist/components/Explorer/useCreateMainAction.d.ts +19 -0
- package/dist/components/Explorer/useCreateMainAction.js +36 -0
- package/dist/components/Explorer/useCreateMainAction.js.map +1 -0
- package/dist/components/Explorer/useDeactivateAction.d.ts +12 -0
- package/dist/components/Explorer/useDeactivateAction.js +51 -0
- package/dist/components/Explorer/useDeactivateAction.js.map +1 -0
- package/dist/components/Explorer/useEditAction.d.ts +15 -0
- package/dist/components/Explorer/useEditAction.js +52 -0
- package/dist/components/Explorer/useEditAction.js.map +1 -0
- package/dist/components/ExportModal/ExportModal.js +1 -1
- package/dist/components/ExportModal/ExportModal.js.map +1 -1
- package/dist/components/ExportModal/index.js +1 -1
- package/dist/components/ExportModal/index.js.map +1 -1
- package/dist/components/FieldsGroup/FieldsGroup.js +1 -1
- package/dist/components/FieldsGroup/FieldsGroup.js.map +1 -1
- package/dist/components/FieldsGroup/index.js +1 -1
- package/dist/components/FieldsGroup/index.js.map +1 -1
- package/dist/components/FloatingMenu/FloatingMenu.js +1 -1
- package/dist/components/FloatingMenu/FloatingMenu.js.map +1 -1
- package/dist/components/FloatingMenu/index.js +1 -1
- package/dist/components/FloatingMenu/index.js.map +1 -1
- package/dist/components/ImageLoading/ImageLoading.js +1 -1
- package/dist/components/ImageLoading/ImageLoading.js.map +1 -1
- package/dist/components/ImageLoading/index.js +1 -1
- package/dist/components/ImageLoading/index.js.map +1 -1
- package/dist/components/ImageMissing/ImageMissing.js +1 -1
- package/dist/components/ImageMissing/ImageMissing.js.map +1 -1
- package/dist/components/ImageMissing/index.js +1 -1
- package/dist/components/ImageMissing/index.js.map +1 -1
- package/dist/components/ImportModal/ImportModal.js +1 -1
- package/dist/components/ImportModal/ImportModal.js.map +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/ImportKeysSelector.js +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/ImportKeysSelector.js.map +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/index.js +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/index.js.map +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/ImportMappingRowTitle.js +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/ImportMappingRowTitle.js.map +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/index.js +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/index.js.map +1 -1
- 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.js +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/ImportScheduleModal.js.map +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/index.js +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/index.js.map +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/ImportSheetSettings.js +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/ImportSheetSettings.js.map +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/index.js +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/index.js.map +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/index.js +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/index.js.map +1 -1
- package/dist/components/ImportModal/ImportModalDoneStep/ImportModalDoneStep.js +1 -1
- package/dist/components/ImportModal/ImportModalDoneStep/ImportModalDoneStep.js.map +1 -1
- package/dist/components/ImportModal/ImportModalDoneStep/index.js +1 -1
- package/dist/components/ImportModal/ImportModalDoneStep/index.js.map +1 -1
- package/dist/components/ImportModal/ImportModalProcessingStep/ImportModalProcessingStep.js +1 -1
- package/dist/components/ImportModal/ImportModalProcessingStep/ImportModalProcessingStep.js.map +1 -1
- package/dist/components/ImportModal/ImportModalProcessingStep/index.js +1 -1
- package/dist/components/ImportModal/ImportModalProcessingStep/index.js.map +1 -1
- package/dist/components/ImportModal/ImportModalSelectFileStep/ImportModalSelectFileStep.js +1 -1
- package/dist/components/ImportModal/ImportModalSelectFileStep/ImportModalSelectFileStep.js.map +1 -1
- package/dist/components/ImportModal/ImportModalSelectFileStep/index.js +1 -1
- package/dist/components/ImportModal/ImportModalSelectFileStep/index.js.map +1 -1
- package/dist/components/ImportModal/importReducer/ImportReducerContext.js +1 -1
- package/dist/components/ImportModal/importReducer/ImportReducerContext.js.map +1 -1
- package/dist/components/ImportModal/importReducer/importReducer.js +1 -1
- package/dist/components/ImportModal/importReducer/importReducer.js.map +1 -1
- package/dist/components/ImportModal/importReducer/index.js +1 -1
- package/dist/components/ImportModal/importReducer/index.js.map +1 -1
- package/dist/components/ImportModal/index.js +1 -1
- package/dist/components/ImportModal/index.js.map +1 -1
- package/dist/components/LibraryItemsList/CreateNewRecordButton/CreateNewRecordButton.js +1 -1
- package/dist/components/LibraryItemsList/CreateNewRecordButton/CreateNewRecordButton.js.map +1 -1
- package/dist/components/LibraryItemsList/CreateNewRecordButton/index.js +1 -1
- package/dist/components/LibraryItemsList/CreateNewRecordButton/index.js.map +1 -1
- package/dist/components/LibraryItemsList/DisplayOptions/DisplayOptions.js +1 -1
- package/dist/components/LibraryItemsList/DisplayOptions/DisplayOptions.js.map +1 -1
- package/dist/components/LibraryItemsList/DisplayOptions/index.js +1 -1
- package/dist/components/LibraryItemsList/DisplayOptions/index.js.map +1 -1
- package/dist/components/LibraryItemsList/DisplayTypeSelector/DisplayTypeSelector.js +1 -1
- package/dist/components/LibraryItemsList/DisplayTypeSelector/DisplayTypeSelector.js.map +1 -1
- package/dist/components/LibraryItemsList/DisplayTypeSelector/index.js +1 -1
- package/dist/components/LibraryItemsList/DisplayTypeSelector/index.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersDropdown/FiltersDropdown.js +1 -1
- package/dist/components/LibraryItemsList/FiltersDropdown/FiltersDropdown.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersDropdown/index.js +1 -1
- package/dist/components/LibraryItemsList/FiltersDropdown/index.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.utils.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.utils.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/FilterAttributeCondition.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/FilterAttributeCondition.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/index.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/index.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/BooleanFilter.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/BooleanFilter.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/index.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/index.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/index.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/index.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/DateFilter.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/DateFilter.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/index.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/index.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/NumericFilter.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/NumericFilter.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/index.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/index.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/TextFilter.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/TextFilter.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/index.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/index.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/index.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/index.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/FilterDropdownButton.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/FilterDropdownButton.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/index.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/index.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/FilterTreeCondition.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/FilterTreeCondition.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/index.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/index.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/FiltersPanel.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/FiltersPanel.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/index.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/index.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/mustHideValue.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/mustHideValue.js.map +1 -1
- package/dist/components/LibraryItemsList/IconViewType/IconViewType.js +1 -1
- package/dist/components/LibraryItemsList/IconViewType/IconViewType.js.map +1 -1
- package/dist/components/LibraryItemsList/IconViewType/index.js +1 -1
- package/dist/components/LibraryItemsList/IconViewType/index.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListContent/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListContent/index.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListEmpty/LibraryItemsListEmpty.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListEmpty/LibraryItemsListEmpty.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListEmpty/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListEmpty/index.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListPagination/LibraryItemsListPagination.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListPagination/LibraryItemsListPagination.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListPagination/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListPagination/index.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyCell/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyCell/index.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyRow/BodyRow.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyRow/BodyRow.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyRow/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyRow/index.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/AllValuesCount.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/AllValuesCount.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/index.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/Cell.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/Cell.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/CellInfos.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/CellInfos.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/index.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/CellSelection.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/CellSelection.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/index.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/ElementsToDisplay/RichTextDisplay.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/ElementsToDisplay/RichTextDisplay.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/StandardCell.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/StandardCell.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/index.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/index.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/utils.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/utils.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/ChooseTableColumns.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/ChooseTableColumns.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/index.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/Header.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/Header.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/index.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Table.js +2 -2
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Table.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/index.js.map +1 -1
- package/dist/components/LibraryItemsList/MenuItemList/MenuItemList.js +1 -1
- package/dist/components/LibraryItemsList/MenuItemList/MenuItemList.js.map +1 -1
- package/dist/components/LibraryItemsList/MenuItemList/index.js +1 -1
- package/dist/components/LibraryItemsList/MenuItemList/index.js.map +1 -1
- package/dist/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/ActionsMenu.js +1 -1
- package/dist/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/ActionsMenu.js.map +1 -1
- package/dist/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/index.js +1 -1
- package/dist/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/index.js.map +1 -1
- package/dist/components/LibraryItemsList/MenuItemListSelected/MenuItemListSelected.js +1 -1
- package/dist/components/LibraryItemsList/MenuItemListSelected/MenuItemListSelected.js.map +1 -1
- package/dist/components/LibraryItemsList/MenuItemListSelected/index.js +1 -1
- package/dist/components/LibraryItemsList/MenuItemListSelected/index.js.map +1 -1
- package/dist/components/LibraryItemsList/MenuSelection/MenuSelection.js +1 -1
- package/dist/components/LibraryItemsList/MenuSelection/MenuSelection.js.map +1 -1
- package/dist/components/LibraryItemsList/MenuSelection/index.js +1 -1
- package/dist/components/LibraryItemsList/MenuSelection/index.js.map +1 -1
- package/dist/components/LibraryItemsList/MenuView/MenuView.js +1 -1
- package/dist/components/LibraryItemsList/MenuView/MenuView.js.map +1 -1
- package/dist/components/LibraryItemsList/MenuView/index.js +1 -1
- package/dist/components/LibraryItemsList/MenuView/index.js.map +1 -1
- package/dist/components/LibraryItemsList/SearchItems/SearchItems.js +1 -1
- package/dist/components/LibraryItemsList/SearchItems/SearchItems.js.map +1 -1
- package/dist/components/LibraryItemsList/SearchItems/index.js +1 -1
- package/dist/components/LibraryItemsList/SearchItems/index.js.map +1 -1
- package/dist/components/LibraryItemsList/Sidebar/Sidebar.js +1 -1
- package/dist/components/LibraryItemsList/Sidebar/Sidebar.js.map +1 -1
- package/dist/components/LibraryItemsList/Sidebar/index.js +1 -1
- package/dist/components/LibraryItemsList/Sidebar/index.js.map +1 -1
- package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/ItemTileDisplay.js +1 -1
- package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/ItemTileDisplay.js.map +1 -1
- package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/index.js +1 -1
- package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/index.js.map +1 -1
- package/dist/components/LibraryItemsList/TileDisplay/TileDisplay.js +1 -1
- package/dist/components/LibraryItemsList/TileDisplay/TileDisplay.js.map +1 -1
- package/dist/components/LibraryItemsList/TileDisplay/helpers/getItemPreviewSize.js +1 -1
- package/dist/components/LibraryItemsList/TileDisplay/helpers/getItemPreviewSize.js.map +1 -1
- package/dist/components/LibraryItemsList/TileDisplay/index.js +1 -1
- package/dist/components/LibraryItemsList/TileDisplay/index.js.map +1 -1
- package/dist/components/LibraryItemsList/VersionsPanel/VersionsPanel.js +1 -1
- package/dist/components/LibraryItemsList/VersionsPanel/VersionsPanel.js.map +1 -1
- package/dist/components/LibraryItemsList/VersionsPanel/index.js +1 -1
- package/dist/components/LibraryItemsList/VersionsPanel/index.js.map +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/EditView/EditView.js +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/EditView/EditView.js.map +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/EditView/index.js +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/EditView/index.js.map +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/View/View.js +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/View/View.js.map +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/View/index.js +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/View/index.js.map +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/ViewPanel.js +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/ViewPanel.js.map +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/index.js +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/index.js.map +1 -1
- package/dist/components/LibraryItemsList/helpers/defaultFilterConditionByAttributeFormat.js +1 -1
- package/dist/components/LibraryItemsList/helpers/defaultFilterConditionByAttributeFormat.js.map +1 -1
- package/dist/components/LibraryItemsList/helpers/displayTypeToPreviewSize.js +1 -1
- package/dist/components/LibraryItemsList/helpers/displayTypeToPreviewSize.js.map +1 -1
- package/dist/components/LibraryItemsList/helpers/extractAttributesFromLibrary.js +1 -1
- package/dist/components/LibraryItemsList/helpers/extractAttributesFromLibrary.js.map +1 -1
- package/dist/components/LibraryItemsList/helpers/getFieldFromKey.js +1 -1
- package/dist/components/LibraryItemsList/helpers/getFieldFromKey.js.map +1 -1
- package/dist/components/LibraryItemsList/helpers/getSortFieldByAttributeType.js +1 -1
- package/dist/components/LibraryItemsList/helpers/getSortFieldByAttributeType.js.map +1 -1
- package/dist/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.js +1 -1
- package/dist/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.js.map +1 -1
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/index.js +1 -1
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/index.js.map +1 -1
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchContext.js +1 -1
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchContext.js.map +1 -1
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/useSearchReducer.js +1 -1
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/useSearchReducer.js.map +1 -1
- package/dist/components/LibraryItemsList/hooks/useUpdateViewsOrderMutation.js +1 -1
- package/dist/components/LibraryItemsList/hooks/useUpdateViewsOrderMutation.js.map +1 -1
- package/dist/components/LibraryItemsList/index.js +1 -1
- package/dist/components/LibraryItemsList/index.js.map +1 -1
- package/dist/components/LibraryItemsList/manageItems.js +1 -1
- package/dist/components/LibraryItemsList/manageItems.js.map +1 -1
- package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/DeactivateRecordBtn.js +1 -1
- package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/DeactivateRecordBtn.js.map +1 -1
- package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/index.js +1 -1
- package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/index.js.map +1 -1
- package/dist/components/LibraryItemsList/shared/SelectCellsBtn.js +1 -1
- package/dist/components/LibraryItemsList/shared/SelectCellsBtn.js.map +1 -1
- package/dist/components/LibraryItemsList/shared/shared.utils.js +1 -1
- package/dist/components/LibraryItemsList/shared/shared.utils.js.map +1 -1
- package/dist/components/LibraryPicker/LibrariesList/LibrariesList.js +1 -1
- package/dist/components/LibraryPicker/LibrariesList/LibrariesList.js.map +1 -1
- package/dist/components/LibraryPicker/LibrariesList/index.js +1 -1
- package/dist/components/LibraryPicker/LibrariesList/index.js.map +1 -1
- package/dist/components/LibraryPicker/LibraryPicker.js +1 -1
- package/dist/components/LibraryPicker/LibraryPicker.js.map +1 -1
- package/dist/components/LibraryPicker/index.js +1 -1
- package/dist/components/LibraryPicker/index.js.map +1 -1
- package/dist/components/List/List.js +1 -1
- package/dist/components/List/List.js.map +1 -1
- package/dist/components/List/index.js +1 -1
- package/dist/components/List/index.js.map +1 -1
- package/dist/components/Loading/Loading.js +1 -1
- package/dist/components/Loading/Loading.js.map +1 -1
- package/dist/components/Loading/index.js +1 -1
- package/dist/components/Loading/index.js.map +1 -1
- package/dist/components/RecordCard/RecordCard.js +1 -1
- package/dist/components/RecordCard/RecordCard.js.map +1 -1
- package/dist/components/RecordCard/index.js +1 -1
- package/dist/components/RecordCard/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecord/EditRecord.js +22 -4
- package/dist/components/RecordEdition/EditRecord/EditRecord.js.map +1 -1
- package/dist/components/RecordEdition/EditRecord/ValuesVersionSummary/ValuesVersionSummary.js +1 -1
- package/dist/components/RecordEdition/EditRecord/ValuesVersionSummary/ValuesVersionSummary.js.map +1 -1
- package/dist/components/RecordEdition/EditRecord/ValuesVersionSummary/index.js +1 -1
- package/dist/components/RecordEdition/EditRecord/ValuesVersionSummary/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecord/creationErrorContext.js +1 -1
- package/dist/components/RecordEdition/EditRecord/creationErrorContext.js.map +1 -1
- package/dist/components/RecordEdition/EditRecord/index.js +1 -1
- package/dist/components/RecordEdition/EditRecord/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordBtn/EditRecordBtn.js +1 -1
- package/dist/components/RecordEdition/EditRecordBtn/EditRecordBtn.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordBtn/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordBtn/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js +2 -2
- package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/EditRecordSkeleton.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/EditRecordSkeleton.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/_types.d.ts +2 -2
- package/dist/components/RecordEdition/EditRecordContent/antdUtils.js +1 -0
- package/dist/components/RecordEdition/EditRecordContent/antdUtils.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/formConstants.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/formConstants.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/helpers/getActiveFieldValues/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/helpers/getActiveFieldValues/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/helpers/isCurrentVersion/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/helpers/isCurrentVersion/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/__mocks__/useDeleteValueMutation.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/__mocks__/useDeleteValueMutation.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/__mocks__/useSaveValueMutation.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/__mocks__/useSaveValueMutation.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/helpers/getPropertyCacheFieldName.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/helpers/getPropertyCacheFieldName.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/useExecuteSaveValueBatchMutation.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/useExecuteSaveValueBatchMutation.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/useRecordEditionContext.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/useRecordEditionContext.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/useRunActionsListAndFormatOnValue.d.ts +121 -0
- package/dist/components/RecordEdition/EditRecordContent/hooks/useRunActionsListAndFormatOnValue.js +31 -0
- package/dist/components/RecordEdition/EditRecordContent/hooks/useRunActionsListAndFormatOnValue.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/linkFieldReducer/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/linkFieldReducer/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/linkFieldReducer/linkFieldReducer.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/linkFieldReducer/linkFieldReducer.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducer.d.ts +2 -2
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducer.js +3 -9
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducer.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducerContext.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducerContext.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/useStandardFieldReducer.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/useStandardFieldReducer.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/AddValueBtn/AddValueBtn.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/AddValueBtn/AddValueBtn.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/AddValueBtn/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/AddValueBtn/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/DeleteAllValuesBtn/DeleteAllValuesBtn.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/DeleteAllValuesBtn/DeleteAllValuesBtn.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/DeleteAllValuesBtn/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/DeleteAllValuesBtn/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/DeleteValueBtn/DeleteValueBtn.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/DeleteValueBtn/DeleteValueBtn.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/DeleteValueBtn/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/DeleteValueBtn/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/FieldFooter/FieldFooter.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/FieldFooter/FieldFooter.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/FieldFooter/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/FieldFooter/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/InheritedFieldLabel/InheritedFieldLabel.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/InheritedFieldLabel/InheritedFieldLabel.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/InheritedFieldLabel/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/InheritedFieldLabel/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/NoValue/NoValue.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/NoValue/NoValue.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/NoValue/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/NoValue/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/UpdatedFieldIcon/UpdatedFieldIcon.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/UpdatedFieldIcon/UpdatedFieldIcon.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/UpdatedFieldIcon/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/UpdatedFieldIcon/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/ValueDetailsBtn.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/ValueDetailsBtn.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/useValueDetailsButton.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/useValueDetailsButton.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionBtn/ValuesVersionBtn.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionBtn/ValuesVersionBtn.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionBtn/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionBtn/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionIndicator/ValuesVersionIndicator.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionIndicator/ValuesVersionIndicator.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionIndicator/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionIndicator/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/ErrorField/ErrorField.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/ErrorField/ErrorField.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/ErrorField/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/ErrorField/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/FormDivider/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/FormDivider/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/FormTabs/FormTabs.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/FormTabs/FormTabs.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/FormTabs/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/FormTabs/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/FloatingMenuHandler/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/FloatingMenuHandler/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/useGetOptionsQuery.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/useGetOptionsQuery.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/useGetOptionsQuery.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/useGetOptionsQuery.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/RecordIdentityCell/RecordIdentityCell.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/RecordIdentityCell/RecordIdentityCell.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/RecordIdentityCell/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/RecordIdentityCell/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/QuickSearch/QuickSearch.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/QuickSearch/QuickSearch.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/QuickSearch/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/QuickSearch/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/ValuesAdd.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/ValuesAdd.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.js +4 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.d.ts +15 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.js +79 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js +8 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js +4 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js +4 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js +8 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js +4 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js +4 -10
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueDisplayHandler.d.ts +2 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueDisplayHandler.js +35 -24
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueDisplayHandler.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/ColorPickerBlock.d.ts +7 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/ColorPickerBlock.js +45 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/ColorPickerBlock.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/StandardFieldValueRead.js +40 -6
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/StandardFieldValueRead.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/MonoValueSelect.d.ts +3 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/MonoValueSelect.js +145 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/MonoValueSelect.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/ValuesList.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/ValuesList.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/_types.d.ts +17 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/_types.js +2 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/_types.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TextBlock/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TextBlock/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeFieldValue/TreeFieldValue.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeFieldValue/TreeFieldValue.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeFieldValue/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeFieldValue/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/ValuesAdd.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/ValuesAdd.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js +1 -1
- package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordModal/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordModal/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js +1 -1
- package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordPage/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordPage/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/AttributeDetails.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/AttributeDetails.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/TreeValuePath.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/TreeValuePath.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/ValueInfo.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/ValueInfo.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.d.ts +2 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.js +3 -8
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/ValuesVersions.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/ValuesVersions.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/index.js.map +1 -1
- package/dist/components/RecordEdition/editRecordReducer/editRecordReducerContext.js +1 -1
- package/dist/components/RecordEdition/editRecordReducer/editRecordReducerContext.js.map +1 -1
- package/dist/components/RecordEdition/editRecordReducer/index.js +1 -1
- package/dist/components/RecordEdition/editRecordReducer/index.js.map +1 -1
- package/dist/components/RecordEdition/editRecordReducer/useEditRecordReducer.js +1 -1
- package/dist/components/RecordEdition/editRecordReducer/useEditRecordReducer.js.map +1 -1
- package/dist/components/RecordEdition/hooks/useCreateCancelConfirm/index.js +1 -1
- package/dist/components/RecordEdition/hooks/useCreateCancelConfirm/index.js.map +1 -1
- package/dist/components/RecordEdition/hooks/useCreateCancelConfirm/useCreateCancelConfirm.js +1 -1
- package/dist/components/RecordEdition/hooks/useCreateCancelConfirm/useCreateCancelConfirm.js.map +1 -1
- package/dist/components/RecordEdition/hooks/useGetSubmitButtons.js +1 -1
- package/dist/components/RecordEdition/hooks/useGetSubmitButtons.js.map +1 -1
- package/dist/components/RecordEdition/index.js +1 -1
- package/dist/components/RecordEdition/index.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModal.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModal.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/AudioFile.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/AudioFile.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/index.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/index.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/DocumentFile.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/DocumentFile.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/index.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/index.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalContent.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalContent.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/FileModalSidebar.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/FileModalSidebar.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/index.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/index.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/ImageFile.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/ImageFile.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/index.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/index.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/NoDisplayFile.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/NoDisplayFile.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/index.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/index.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/VideoFile.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/VideoFile.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/index.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/index.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/index.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/index.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/_constants.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/_constants.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/index.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/index.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/RecordPreviewWithModal.js +1 -1
- package/dist/components/RecordPreviewWithModal/RecordPreviewWithModal.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/index.js +1 -1
- package/dist/components/RecordPreviewWithModal/index.js.map +1 -1
- package/dist/components/SearchModal/SearchModal.js +1 -1
- package/dist/components/SearchModal/SearchModal.js.map +1 -1
- package/dist/components/SearchModal/index.js +1 -1
- package/dist/components/SearchModal/index.js.map +1 -1
- package/dist/components/SelectTreeNode/SelectTreeNode.js +1 -1
- package/dist/components/SelectTreeNode/SelectTreeNode.js.map +1 -1
- package/dist/components/SelectTreeNode/index.js +1 -1
- package/dist/components/SelectTreeNode/index.js.map +1 -1
- package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.js +1 -1
- package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.js.map +1 -1
- package/dist/components/SelectTreeNodeModal/index.js +1 -1
- package/dist/components/SelectTreeNodeModal/index.js.map +1 -1
- package/dist/components/SimpleErrorBoundary/SimpleErrorBoundary.js +1 -1
- package/dist/components/SimpleErrorBoundary/SimpleErrorBoundary.js.map +1 -1
- package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/SimpleErrorBoundaryContent.js +1 -1
- package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/SimpleErrorBoundaryContent.js.map +1 -1
- package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/index.js +1 -1
- package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/index.js.map +1 -1
- package/dist/components/SimpleErrorBoundary/index.js +1 -1
- package/dist/components/SimpleErrorBoundary/index.js.map +1 -1
- package/dist/components/SubmitStateNotifier/SubmitStateNotifier.js +1 -1
- package/dist/components/SubmitStateNotifier/SubmitStateNotifier.js.map +1 -1
- package/dist/components/SubmitStateNotifier/index.js +1 -1
- package/dist/components/SubmitStateNotifier/index.js.map +1 -1
- package/dist/components/TreePicker/TreePicker.js +1 -1
- package/dist/components/TreePicker/TreePicker.js.map +1 -1
- package/dist/components/TreePicker/TreesList/TreesList.js +1 -1
- package/dist/components/TreePicker/TreesList/TreesList.js.map +1 -1
- package/dist/components/TreePicker/TreesList/index.js +1 -1
- package/dist/components/TreePicker/TreesList/index.js.map +1 -1
- package/dist/components/TreePicker/index.js +1 -1
- package/dist/components/TreePicker/index.js.map +1 -1
- package/dist/components/TriggerPreviewsGenerationModal/TriggerPreviewsGenerationModal.js +1 -1
- package/dist/components/TriggerPreviewsGenerationModal/TriggerPreviewsGenerationModal.js.map +1 -1
- package/dist/components/TriggerPreviewsGenerationModal/index.js +1 -1
- package/dist/components/TriggerPreviewsGenerationModal/index.js.map +1 -1
- package/dist/components/UploadFiles/UploadFiles.js +1 -1
- package/dist/components/UploadFiles/UploadFiles.js.map +1 -1
- package/dist/components/UploadFiles/index.js +1 -1
- package/dist/components/UploadFiles/index.js.map +1 -1
- package/dist/components/ValuesVersionConfigurator/ValuesVersionConfigurator.js +1 -1
- package/dist/components/ValuesVersionConfigurator/ValuesVersionConfigurator.js.map +1 -1
- package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.js +1 -1
- package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.js.map +1 -1
- package/dist/components/ValuesVersionConfigurator/VersionTree/index.js +1 -1
- package/dist/components/ValuesVersionConfigurator/VersionTree/index.js.map +1 -1
- package/dist/components/ValuesVersionConfigurator/index.js +1 -1
- package/dist/components/ValuesVersionConfigurator/index.js.map +1 -1
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.js +2 -1
- package/dist/components/index.js.map +1 -1
- package/dist/constants.js +1 -1
- package/dist/constants.js.map +1 -1
- package/dist/{components/LibraryItemsList/LibraryItemsListTable → contexts/EditRecordModalContext}/EditRecordModalContext.d.ts +1 -1
- package/dist/contexts/EditRecordModalContext/EditRecordModalContext.js +7 -0
- package/dist/contexts/EditRecordModalContext/EditRecordModalContext.js.map +1 -0
- package/dist/contexts/EditRecordModalContext/EditRecordModalProvider.d.ts +2 -0
- package/dist/{components/LibraryItemsList/LibraryItemsListTable → contexts/EditRecordModalContext}/EditRecordModalProvider.js +5 -5
- package/dist/contexts/EditRecordModalContext/EditRecordModalProvider.js.map +1 -0
- package/dist/contexts/EditRecordModalContext/index.d.ts +2 -0
- package/dist/contexts/EditRecordModalContext/index.js +6 -0
- package/dist/contexts/EditRecordModalContext/index.js.map +1 -0
- package/dist/contexts/EditRecordModalContext/tsconfig.json +6 -0
- package/dist/contexts/EditRecordModalContext/useEditRecordModalContext.d.ts +1 -0
- package/dist/{components/LibraryItemsList/LibraryItemsListTable → contexts/EditRecordModalContext}/useEditRecordModalContext.js +2 -2
- package/dist/contexts/EditRecordModalContext/useEditRecordModalContext.js.map +1 -0
- package/dist/contexts/LangContext/LangContext.js +1 -1
- package/dist/contexts/LangContext/LangContext.js.map +1 -1
- package/dist/contexts/LangContext/index.js +1 -1
- package/dist/contexts/LangContext/index.js.map +1 -1
- package/dist/contexts/UserContext/UserContext.js +1 -1
- package/dist/contexts/UserContext/UserContext.js.map +1 -1
- package/dist/contexts/UserContext/index.js +1 -1
- package/dist/contexts/UserContext/index.js.map +1 -1
- package/dist/contexts/index.js +1 -1
- package/dist/contexts/index.js.map +1 -1
- package/dist/gqlFragments/index.js +1 -1
- package/dist/gqlFragments/index.js.map +1 -1
- package/dist/gqlFragments/recordIdentityFragment.js +1 -1
- package/dist/gqlFragments/recordIdentityFragment.js.map +1 -1
- package/dist/hooks/index.js +1 -1
- package/dist/hooks/index.js.map +1 -1
- package/dist/hooks/useAntdLocale/index.js +1 -1
- package/dist/hooks/useAntdLocale/index.js.map +1 -1
- package/dist/hooks/useAppLang/index.js +1 -1
- package/dist/hooks/useAppLang/index.js.map +1 -1
- package/dist/hooks/useAppLang/useAppLang.js +1 -1
- package/dist/hooks/useAppLang/useAppLang.js.map +1 -1
- package/dist/hooks/useAuth/index.js +1 -1
- package/dist/hooks/useAuth/index.js.map +1 -1
- package/dist/hooks/useAuth/useAuth.js +2 -2
- package/dist/hooks/useAuth/useAuth.js.map +1 -1
- package/dist/hooks/useCanEditRecord/index.js +1 -1
- package/dist/hooks/useCanEditRecord/index.js.map +1 -1
- package/dist/hooks/useCanEditRecord/useCanEditRecord.js +1 -1
- package/dist/hooks/useCanEditRecord/useCanEditRecord.js.map +1 -1
- package/dist/hooks/useDebouncedValue/useDebouncedValue.js +1 -1
- package/dist/hooks/useDebouncedValue/useDebouncedValue.js.map +1 -1
- package/dist/hooks/useGetLibraryDetailExtendedQuery/useGetLibraryDetailExtendedQuery.js +1 -1
- package/dist/hooks/useGetLibraryDetailExtendedQuery/useGetLibraryDetailExtendedQuery.js.map +1 -1
- package/dist/hooks/useGetPreparedFileData/useGetPreparedFileData.js +1 -1
- package/dist/hooks/useGetPreparedFileData/useGetPreparedFileData.js.map +1 -1
- package/dist/hooks/useGetRecordForm/index.js +1 -1
- package/dist/hooks/useGetRecordForm/index.js.map +1 -1
- package/dist/hooks/useGetRecordForm/useGetRecordForm.d.ts +3 -0
- package/dist/hooks/useGetRecordForm/useGetRecordForm.js.map +1 -1
- package/dist/hooks/useGetRecordUpdatesSubscription/index.js +1 -1
- package/dist/hooks/useGetRecordUpdatesSubscription/index.js.map +1 -1
- package/dist/hooks/useGetRecordUpdatesSubscription/useGetRecordUpdatesSubscription.js +1 -1
- package/dist/hooks/useGetRecordUpdatesSubscription/useGetRecordUpdatesSubscription.js.map +1 -1
- package/dist/hooks/useGetRecordValuesQuery/useGetRecordValuesQuery.js +1 -1
- package/dist/hooks/useGetRecordValuesQuery/useGetRecordValuesQuery.js.map +1 -1
- package/dist/hooks/useLang/__mocks__/index.js +1 -1
- package/dist/hooks/useLang/__mocks__/index.js.map +1 -1
- package/dist/hooks/useLang/__mocks__/useLang.js +1 -1
- package/dist/hooks/useLang/__mocks__/useLang.js.map +1 -1
- package/dist/hooks/useLang/index.js +1 -1
- package/dist/hooks/useLang/index.js.map +1 -1
- package/dist/hooks/useLang/useLang.js +1 -1
- package/dist/hooks/useLang/useLang.js.map +1 -1
- package/dist/hooks/useLibraryVersionTrees/index.js +1 -1
- package/dist/hooks/useLibraryVersionTrees/index.js.map +1 -1
- package/dist/hooks/useLocalStorage/index.js +1 -1
- package/dist/hooks/useLocalStorage/index.js.map +1 -1
- package/dist/hooks/useLocalStorage/useLocalStorage.js +1 -1
- package/dist/hooks/useLocalStorage/useLocalStorage.js.map +1 -1
- package/dist/hooks/useLoginChecker/index.js +1 -1
- package/dist/hooks/useLoginChecker/index.js.map +1 -1
- package/dist/hooks/useLoginChecker/useLoginChecker.js +1 -1
- package/dist/hooks/useLoginChecker/useLoginChecker.js.map +1 -1
- package/dist/hooks/useRecordsConsultationHistory/index.js +1 -1
- package/dist/hooks/useRecordsConsultationHistory/index.js.map +1 -1
- package/dist/hooks/useRecordsConsultationHistory/useRecordsConsultationHistory.js +1 -1
- package/dist/hooks/useRecordsConsultationHistory/useRecordsConsultationHistory.js.map +1 -1
- package/dist/hooks/useRedirectToLogin/index.js +1 -1
- package/dist/hooks/useRedirectToLogin/index.js.map +1 -1
- package/dist/hooks/useRedirectToLogin/useRedirectToLogin.js +1 -1
- package/dist/hooks/useRedirectToLogin/useRedirectToLogin.js.map +1 -1
- package/dist/hooks/useRefreshFieldValues/index.js +1 -1
- package/dist/hooks/useRefreshFieldValues/index.js.map +1 -1
- package/dist/hooks/useRefreshFieldValues/useRefreshFieldValues.js +1 -1
- package/dist/hooks/useRefreshFieldValues/useRefreshFieldValues.js.map +1 -1
- package/dist/hooks/useSharedTranslation/__mocks__/index.js +1 -1
- package/dist/hooks/useSharedTranslation/__mocks__/index.js.map +1 -1
- package/dist/hooks/useSharedTranslation/index.js +1 -1
- package/dist/hooks/useSharedTranslation/index.js.map +1 -1
- package/dist/hooks/useSharedTranslation/useSharedTranslation.js +1 -1
- package/dist/hooks/useSharedTranslation/useSharedTranslation.js.map +1 -1
- package/dist/hooks/useUser/index.js +1 -1
- package/dist/hooks/useUser/index.js.map +1 -1
- package/dist/hooks/useUser/useUser.js +1 -1
- package/dist/hooks/useUser/useUser.js.map +1 -1
- package/dist/hooks/useValuesCacheUpdate/index.js +1 -1
- package/dist/hooks/useValuesCacheUpdate/index.js.map +1 -1
- package/dist/hooks/useValuesCacheUpdate/useValuesCacheUpdate.js +1 -1
- package/dist/hooks/useValuesCacheUpdate/useValuesCacheUpdate.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/locales/en/shared.json +19 -1
- package/dist/locales/fr/shared.json +19 -1
- package/dist/testing/MockedLangContextProvider/MockedLangContextProvider.js +1 -1
- package/dist/testing/MockedLangContextProvider/MockedLangContextProvider.js.map +1 -1
- package/dist/testing/MockedLangContextProvider/index.js +1 -1
- package/dist/testing/MockedLangContextProvider/index.js.map +1 -1
- package/dist/testing/MockedUserContextProvider/MockedUserContextProvider.js +1 -1
- package/dist/testing/MockedUserContextProvider/MockedUserContextProvider.js.map +1 -1
- package/dist/testing/MockedUserContextProvider/index.js +1 -1
- package/dist/testing/MockedUserContextProvider/index.js.map +1 -1
- package/dist/testing/index.js +1 -1
- package/dist/testing/index.js.map +1 -1
- package/dist/types/index.js +1 -1
- package/dist/types/index.js.map +1 -1
- package/package.json +3 -2
- package/dist/components/Explorer/types.d.ts +0 -5
- package/dist/components/Explorer/types.js +0 -2
- package/dist/components/Explorer/types.js.map +0 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/EditRecordModalContext.js +0 -8
- package/dist/components/LibraryItemsList/LibraryItemsListTable/EditRecordModalContext.js.map +0 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/EditRecordModalProvider.d.ts +0 -6
- package/dist/components/LibraryItemsList/LibraryItemsListTable/EditRecordModalProvider.js.map +0 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/useEditRecordModalContext.d.ts +0 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/useEditRecordModalContext.js.map +0 -1
package/dist/_gqlTypes/index.js
CHANGED
|
@@ -327,552 +327,587 @@ export var ViewTypes;
|
|
|
327
327
|
})(ViewTypes || (ViewTypes = {}));
|
|
328
328
|
export const RecordIdentityFragmentDoc = gql `
|
|
329
329
|
fragment RecordIdentity on Record {
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
}
|
|
343
|
-
|
|
330
|
+
id
|
|
331
|
+
whoAmI {
|
|
332
|
+
id
|
|
333
|
+
label
|
|
334
|
+
subLabel
|
|
335
|
+
color
|
|
336
|
+
library {
|
|
337
|
+
id
|
|
338
|
+
label
|
|
339
|
+
}
|
|
340
|
+
preview
|
|
341
|
+
}
|
|
342
|
+
}
|
|
343
|
+
`;
|
|
344
344
|
export const DetailsApplicationFragmentDoc = gql `
|
|
345
345
|
fragment DetailsApplication on Application {
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
}
|
|
363
|
-
${RecordIdentityFragmentDoc}
|
|
346
|
+
id
|
|
347
|
+
label
|
|
348
|
+
type
|
|
349
|
+
description
|
|
350
|
+
endpoint
|
|
351
|
+
url
|
|
352
|
+
color
|
|
353
|
+
icon {
|
|
354
|
+
...RecordIdentity
|
|
355
|
+
}
|
|
356
|
+
module
|
|
357
|
+
permissions {
|
|
358
|
+
access_application
|
|
359
|
+
admin_application
|
|
360
|
+
}
|
|
361
|
+
settings
|
|
362
|
+
}
|
|
363
|
+
${RecordIdentityFragmentDoc}
|
|
364
|
+
`;
|
|
364
365
|
export const AttributeDetailsFragmentDoc = gql `
|
|
365
366
|
fragment AttributeDetails on Attribute {
|
|
366
|
-
id
|
|
367
|
-
type
|
|
368
|
-
format
|
|
369
|
-
system
|
|
370
|
-
readonly
|
|
371
|
-
label
|
|
372
|
-
description
|
|
373
|
-
multiple_values
|
|
374
|
-
metadata_fields {
|
|
375
|
-
id
|
|
376
|
-
label
|
|
377
|
-
type
|
|
378
|
-
format
|
|
379
|
-
}
|
|
380
|
-
versions_conf {
|
|
381
|
-
versionable
|
|
382
|
-
mode
|
|
383
|
-
profile {
|
|
384
|
-
id
|
|
385
|
-
label
|
|
386
|
-
trees {
|
|
387
367
|
id
|
|
368
|
+
type
|
|
369
|
+
format
|
|
370
|
+
system
|
|
371
|
+
readonly
|
|
388
372
|
label
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
373
|
+
description
|
|
374
|
+
multiple_values
|
|
375
|
+
metadata_fields {
|
|
376
|
+
id
|
|
377
|
+
label
|
|
378
|
+
type
|
|
379
|
+
format
|
|
380
|
+
}
|
|
381
|
+
versions_conf {
|
|
382
|
+
versionable
|
|
383
|
+
mode
|
|
384
|
+
profile {
|
|
385
|
+
id
|
|
386
|
+
label
|
|
387
|
+
trees {
|
|
388
|
+
id
|
|
389
|
+
label
|
|
390
|
+
}
|
|
391
|
+
}
|
|
392
|
+
}
|
|
393
|
+
libraries {
|
|
394
|
+
id
|
|
395
|
+
label
|
|
396
|
+
}
|
|
397
|
+
... on StandardAttribute {
|
|
398
|
+
unique
|
|
399
|
+
maxLength
|
|
400
|
+
}
|
|
401
|
+
... on LinkAttribute {
|
|
402
|
+
linked_library {
|
|
403
|
+
id
|
|
404
|
+
label
|
|
405
|
+
}
|
|
406
|
+
reverse_link
|
|
407
|
+
}
|
|
408
|
+
... on TreeAttribute {
|
|
409
|
+
linked_tree {
|
|
410
|
+
id
|
|
411
|
+
label
|
|
412
|
+
}
|
|
413
|
+
}
|
|
414
|
+
}
|
|
415
|
+
`;
|
|
415
416
|
export const AttributesByLibAttributeFragmentDoc = gql `
|
|
416
417
|
fragment AttributesByLibAttribute on Attribute {
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
}
|
|
449
|
-
|
|
418
|
+
id
|
|
419
|
+
type
|
|
420
|
+
format
|
|
421
|
+
label
|
|
422
|
+
multiple_values
|
|
423
|
+
system
|
|
424
|
+
readonly
|
|
425
|
+
... on LinkAttribute {
|
|
426
|
+
linked_library {
|
|
427
|
+
id
|
|
428
|
+
}
|
|
429
|
+
}
|
|
430
|
+
... on TreeAttribute {
|
|
431
|
+
linked_tree {
|
|
432
|
+
id
|
|
433
|
+
label
|
|
434
|
+
libraries {
|
|
435
|
+
library {
|
|
436
|
+
id
|
|
437
|
+
label
|
|
438
|
+
}
|
|
439
|
+
}
|
|
440
|
+
}
|
|
441
|
+
}
|
|
442
|
+
... on StandardAttribute {
|
|
443
|
+
embedded_fields {
|
|
444
|
+
id
|
|
445
|
+
format
|
|
446
|
+
label
|
|
447
|
+
}
|
|
448
|
+
}
|
|
449
|
+
}
|
|
450
|
+
`;
|
|
450
451
|
export const LibraryLightFragmentDoc = gql `
|
|
451
452
|
fragment LibraryLight on Library {
|
|
452
|
-
id
|
|
453
|
-
label
|
|
454
|
-
icon {
|
|
455
|
-
id
|
|
456
|
-
whoAmI {
|
|
457
|
-
id
|
|
458
|
-
library {
|
|
459
453
|
id
|
|
460
|
-
|
|
461
|
-
|
|
454
|
+
label
|
|
455
|
+
icon {
|
|
456
|
+
id
|
|
457
|
+
whoAmI {
|
|
458
|
+
id
|
|
459
|
+
library {
|
|
460
|
+
id
|
|
461
|
+
}
|
|
462
|
+
preview
|
|
463
|
+
}
|
|
464
|
+
}
|
|
462
465
|
}
|
|
463
|
-
|
|
464
|
-
}
|
|
465
|
-
`;
|
|
466
|
+
`;
|
|
466
467
|
export const LibraryLinkAttributeDetailsFragmentDoc = gql `
|
|
467
468
|
fragment LibraryLinkAttributeDetails on LinkAttribute {
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
}
|
|
473
|
-
|
|
469
|
+
linked_library {
|
|
470
|
+
id
|
|
471
|
+
behavior
|
|
472
|
+
}
|
|
473
|
+
}
|
|
474
|
+
`;
|
|
474
475
|
export const LibraryAttributesFragmentDoc = gql `
|
|
475
476
|
fragment LibraryAttributes on Attribute {
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
}
|
|
483
|
-
${LibraryLinkAttributeDetailsFragmentDoc}
|
|
477
|
+
id
|
|
478
|
+
label
|
|
479
|
+
system
|
|
480
|
+
type
|
|
481
|
+
format
|
|
482
|
+
...LibraryLinkAttributeDetails
|
|
483
|
+
}
|
|
484
|
+
${LibraryLinkAttributeDetailsFragmentDoc}
|
|
485
|
+
`;
|
|
484
486
|
export const LibraryPreviewsSettingsFragmentDoc = gql `
|
|
485
487
|
fragment LibraryPreviewsSettings on LibraryPreviewsSettings {
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
}
|
|
498
|
-
|
|
488
|
+
label
|
|
489
|
+
description
|
|
490
|
+
system
|
|
491
|
+
versions {
|
|
492
|
+
background
|
|
493
|
+
density
|
|
494
|
+
sizes {
|
|
495
|
+
name
|
|
496
|
+
size
|
|
497
|
+
}
|
|
498
|
+
}
|
|
499
|
+
}
|
|
500
|
+
`;
|
|
499
501
|
export const LibraryDetailsFragmentDoc = gql `
|
|
500
502
|
fragment LibraryDetails on Library {
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
}
|
|
503
|
+
id
|
|
504
|
+
label
|
|
505
|
+
behavior
|
|
506
|
+
system
|
|
507
|
+
label
|
|
508
|
+
fullTextAttributes {
|
|
509
|
+
id
|
|
510
|
+
label
|
|
511
|
+
}
|
|
512
|
+
attributes {
|
|
513
|
+
...LibraryAttributes
|
|
514
|
+
}
|
|
515
|
+
permissions_conf {
|
|
516
|
+
permissionTreeAttributes {
|
|
517
|
+
id
|
|
518
|
+
... on TreeAttribute {
|
|
519
|
+
linked_tree {
|
|
520
|
+
id
|
|
521
|
+
}
|
|
522
|
+
}
|
|
523
|
+
label
|
|
524
|
+
}
|
|
525
|
+
relation
|
|
526
|
+
}
|
|
527
|
+
recordIdentityConf {
|
|
528
|
+
label
|
|
529
|
+
subLabel
|
|
530
|
+
color
|
|
531
|
+
preview
|
|
532
|
+
treeColorPreview
|
|
533
|
+
}
|
|
534
|
+
permissions {
|
|
535
|
+
admin_library
|
|
536
|
+
access_library
|
|
537
|
+
access_record
|
|
538
|
+
create_record
|
|
539
|
+
edit_record
|
|
540
|
+
delete_record
|
|
541
|
+
}
|
|
542
|
+
icon {
|
|
543
|
+
...RecordIdentity
|
|
544
|
+
}
|
|
545
|
+
previewsSettings {
|
|
546
|
+
...LibraryPreviewsSettings
|
|
547
|
+
}
|
|
548
|
+
}
|
|
547
549
|
${LibraryAttributesFragmentDoc}
|
|
548
|
-
${RecordIdentityFragmentDoc}
|
|
549
|
-
${LibraryPreviewsSettingsFragmentDoc}
|
|
550
|
+
${RecordIdentityFragmentDoc}
|
|
551
|
+
${LibraryPreviewsSettingsFragmentDoc}
|
|
552
|
+
`;
|
|
550
553
|
export const ValuesVersionDetailsFragmentDoc = gql `
|
|
551
554
|
fragment ValuesVersionDetails on ValueVersion {
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
555
|
+
treeId
|
|
556
|
+
treeNode {
|
|
557
|
+
id
|
|
558
|
+
record {
|
|
559
|
+
id
|
|
560
|
+
whoAmI {
|
|
561
|
+
id
|
|
562
|
+
label
|
|
563
|
+
library {
|
|
564
|
+
id
|
|
565
|
+
}
|
|
566
|
+
}
|
|
567
|
+
}
|
|
562
568
|
}
|
|
563
|
-
}
|
|
564
569
|
}
|
|
565
|
-
|
|
566
|
-
}
|
|
567
|
-
`;
|
|
570
|
+
`;
|
|
568
571
|
export const ValueDetailsFragmentDoc = gql `
|
|
569
572
|
fragment ValueDetails on GenericValue {
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
573
|
+
id_value
|
|
574
|
+
isInherited
|
|
575
|
+
isCalculated
|
|
576
|
+
modified_at
|
|
577
|
+
modified_by {
|
|
578
|
+
...RecordIdentity
|
|
579
|
+
}
|
|
580
|
+
created_at
|
|
581
|
+
created_by {
|
|
582
|
+
...RecordIdentity
|
|
583
|
+
}
|
|
584
|
+
version {
|
|
585
|
+
...ValuesVersionDetails
|
|
586
|
+
}
|
|
587
|
+
attribute {
|
|
588
|
+
id
|
|
589
|
+
format
|
|
590
|
+
type
|
|
591
|
+
system
|
|
592
|
+
}
|
|
593
|
+
metadata {
|
|
594
|
+
name
|
|
595
|
+
value {
|
|
596
|
+
id_value
|
|
597
|
+
modified_at
|
|
598
|
+
modified_by {
|
|
599
|
+
...RecordIdentity
|
|
600
|
+
}
|
|
601
|
+
created_at
|
|
602
|
+
created_by {
|
|
603
|
+
...RecordIdentity
|
|
604
|
+
}
|
|
605
|
+
version {
|
|
606
|
+
...ValuesVersionDetails
|
|
607
|
+
}
|
|
608
|
+
payload
|
|
609
|
+
raw_payload
|
|
610
|
+
}
|
|
611
|
+
}
|
|
612
|
+
... on Value {
|
|
613
|
+
payload
|
|
614
|
+
raw_payload
|
|
615
|
+
value
|
|
616
|
+
raw_value
|
|
617
|
+
}
|
|
618
|
+
... on LinkValue {
|
|
619
|
+
linkValue: payload {
|
|
620
|
+
...RecordIdentity
|
|
621
|
+
}
|
|
622
|
+
}
|
|
623
|
+
... on TreeValue {
|
|
624
|
+
treeValue: payload {
|
|
625
|
+
id
|
|
626
|
+
record {
|
|
627
|
+
...RecordIdentity
|
|
628
|
+
}
|
|
629
|
+
ancestors {
|
|
630
|
+
record {
|
|
631
|
+
...RecordIdentity
|
|
632
|
+
}
|
|
633
|
+
}
|
|
634
|
+
}
|
|
629
635
|
}
|
|
630
|
-
}
|
|
631
636
|
}
|
|
632
|
-
}
|
|
633
|
-
}
|
|
634
637
|
${RecordIdentityFragmentDoc}
|
|
635
|
-
${ValuesVersionDetailsFragmentDoc}
|
|
638
|
+
${ValuesVersionDetailsFragmentDoc}
|
|
639
|
+
`;
|
|
636
640
|
export const StandardValuesListFragmentFragmentDoc = gql `
|
|
637
641
|
fragment StandardValuesListFragment on StandardValuesListConf {
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
}
|
|
652
|
-
|
|
642
|
+
... on StandardStringValuesListConf {
|
|
643
|
+
enable
|
|
644
|
+
allowFreeEntry
|
|
645
|
+
allowListUpdate
|
|
646
|
+
values
|
|
647
|
+
}
|
|
648
|
+
... on StandardDateRangeValuesListConf {
|
|
649
|
+
enable
|
|
650
|
+
allowFreeEntry
|
|
651
|
+
allowListUpdate
|
|
652
|
+
dateRangeValues: values {
|
|
653
|
+
from
|
|
654
|
+
to
|
|
655
|
+
}
|
|
656
|
+
}
|
|
657
|
+
}
|
|
658
|
+
`;
|
|
653
659
|
export const RecordFormAttributeFragmentDoc = gql `
|
|
654
660
|
fragment RecordFormAttribute on Attribute {
|
|
655
|
-
id
|
|
656
|
-
label
|
|
657
|
-
description
|
|
658
|
-
type
|
|
659
|
-
format
|
|
660
|
-
system
|
|
661
|
-
readonly
|
|
662
|
-
multiple_values
|
|
663
|
-
permissions(record: {id: $recordId, library: $libraryId}) {
|
|
664
|
-
access_attribute
|
|
665
|
-
edit_value
|
|
666
|
-
}
|
|
667
|
-
versions_conf {
|
|
668
|
-
versionable
|
|
669
|
-
profile {
|
|
670
|
-
id
|
|
671
|
-
trees {
|
|
672
661
|
id
|
|
673
662
|
label
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
system
|
|
684
|
-
readonly
|
|
685
|
-
multiple_values
|
|
686
|
-
permissions(record: {id: $recordId, library: $libraryId}) {
|
|
687
|
-
access_attribute
|
|
688
|
-
edit_value
|
|
689
|
-
}
|
|
690
|
-
values_list {
|
|
691
|
-
...StandardValuesListFragment
|
|
692
|
-
}
|
|
693
|
-
metadata_fields {
|
|
694
|
-
id
|
|
695
|
-
}
|
|
696
|
-
}
|
|
697
|
-
... on StandardAttribute {
|
|
698
|
-
values_list {
|
|
699
|
-
...StandardValuesListFragment
|
|
700
|
-
}
|
|
701
|
-
}
|
|
702
|
-
... on LinkAttribute {
|
|
703
|
-
linked_library {
|
|
704
|
-
id
|
|
705
|
-
label
|
|
706
|
-
behavior
|
|
707
|
-
permissions {
|
|
708
|
-
create_record
|
|
709
|
-
}
|
|
710
|
-
}
|
|
711
|
-
linkValuesList: values_list {
|
|
712
|
-
enable
|
|
713
|
-
allowFreeEntry
|
|
714
|
-
values {
|
|
715
|
-
...RecordIdentity
|
|
716
|
-
}
|
|
717
|
-
}
|
|
718
|
-
}
|
|
719
|
-
... on TreeAttribute {
|
|
720
|
-
linked_tree {
|
|
721
|
-
id
|
|
722
|
-
label
|
|
723
|
-
}
|
|
724
|
-
treeValuesList: values_list {
|
|
725
|
-
enable
|
|
726
|
-
allowFreeEntry
|
|
727
|
-
values {
|
|
728
|
-
id
|
|
729
|
-
record {
|
|
730
|
-
...RecordIdentity
|
|
663
|
+
description
|
|
664
|
+
type
|
|
665
|
+
format
|
|
666
|
+
system
|
|
667
|
+
readonly
|
|
668
|
+
multiple_values
|
|
669
|
+
permissions(record: {id: $recordId, library: $libraryId}) {
|
|
670
|
+
access_attribute
|
|
671
|
+
edit_value
|
|
731
672
|
}
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
673
|
+
versions_conf {
|
|
674
|
+
versionable
|
|
675
|
+
profile {
|
|
676
|
+
id
|
|
677
|
+
trees {
|
|
678
|
+
id
|
|
679
|
+
label
|
|
680
|
+
}
|
|
681
|
+
}
|
|
682
|
+
}
|
|
683
|
+
metadata_fields {
|
|
684
|
+
id
|
|
685
|
+
label
|
|
686
|
+
description
|
|
687
|
+
type
|
|
688
|
+
format
|
|
689
|
+
system
|
|
690
|
+
readonly
|
|
691
|
+
multiple_values
|
|
692
|
+
permissions(record: {id: $recordId, library: $libraryId}) {
|
|
693
|
+
access_attribute
|
|
694
|
+
edit_value
|
|
695
|
+
}
|
|
696
|
+
values_list {
|
|
697
|
+
...StandardValuesListFragment
|
|
698
|
+
}
|
|
699
|
+
metadata_fields {
|
|
700
|
+
id
|
|
701
|
+
}
|
|
702
|
+
}
|
|
703
|
+
... on StandardAttribute {
|
|
704
|
+
values_list {
|
|
705
|
+
...StandardValuesListFragment
|
|
706
|
+
}
|
|
707
|
+
}
|
|
708
|
+
... on LinkAttribute {
|
|
709
|
+
linked_library {
|
|
710
|
+
id
|
|
711
|
+
label
|
|
712
|
+
behavior
|
|
713
|
+
permissions {
|
|
714
|
+
create_record
|
|
715
|
+
}
|
|
716
|
+
}
|
|
717
|
+
linkValuesList: values_list {
|
|
718
|
+
enable
|
|
719
|
+
allowFreeEntry
|
|
720
|
+
allowListUpdate
|
|
721
|
+
values {
|
|
722
|
+
...RecordIdentity
|
|
723
|
+
}
|
|
724
|
+
}
|
|
725
|
+
}
|
|
726
|
+
... on TreeAttribute {
|
|
727
|
+
linked_tree {
|
|
728
|
+
id
|
|
729
|
+
label
|
|
730
|
+
}
|
|
731
|
+
treeValuesList: values_list {
|
|
732
|
+
enable
|
|
733
|
+
allowFreeEntry
|
|
734
|
+
allowListUpdate
|
|
735
|
+
values {
|
|
736
|
+
id
|
|
737
|
+
record {
|
|
738
|
+
...RecordIdentity
|
|
739
|
+
}
|
|
740
|
+
ancestors {
|
|
741
|
+
record {
|
|
742
|
+
...RecordIdentity
|
|
743
|
+
}
|
|
744
|
+
}
|
|
745
|
+
}
|
|
746
|
+
}
|
|
736
747
|
}
|
|
737
|
-
}
|
|
738
748
|
}
|
|
739
|
-
}
|
|
740
|
-
}
|
|
741
749
|
${StandardValuesListFragmentFragmentDoc}
|
|
742
|
-
${RecordIdentityFragmentDoc}
|
|
750
|
+
${RecordIdentityFragmentDoc}
|
|
751
|
+
`;
|
|
743
752
|
export const RecordFormElementFragmentDoc = gql `
|
|
744
753
|
fragment RecordFormElement on FormElementWithValues {
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
}
|
|
754
|
+
id
|
|
755
|
+
containerId
|
|
756
|
+
uiElementType
|
|
757
|
+
type
|
|
758
|
+
valueError
|
|
759
|
+
values {
|
|
760
|
+
...ValueDetails
|
|
761
|
+
}
|
|
762
|
+
attribute {
|
|
763
|
+
...RecordFormAttribute
|
|
764
|
+
}
|
|
765
|
+
settings {
|
|
766
|
+
key
|
|
767
|
+
value
|
|
768
|
+
}
|
|
769
|
+
}
|
|
761
770
|
${ValueDetailsFragmentDoc}
|
|
762
|
-
${RecordFormAttributeFragmentDoc}
|
|
771
|
+
${RecordFormAttributeFragmentDoc}
|
|
772
|
+
`;
|
|
763
773
|
export const TreeLightFragmentDoc = gql `
|
|
764
774
|
fragment TreeLight on Tree {
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
}
|
|
768
|
-
|
|
775
|
+
id
|
|
776
|
+
label
|
|
777
|
+
}
|
|
778
|
+
`;
|
|
769
779
|
export const TreeDetailsFragmentDoc = gql `
|
|
770
780
|
fragment TreeDetails on Tree {
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
}
|
|
787
|
-
|
|
781
|
+
id
|
|
782
|
+
label
|
|
783
|
+
behavior
|
|
784
|
+
system
|
|
785
|
+
libraries {
|
|
786
|
+
library {
|
|
787
|
+
id
|
|
788
|
+
label
|
|
789
|
+
}
|
|
790
|
+
settings {
|
|
791
|
+
allowMultiplePositions
|
|
792
|
+
allowedAtRoot
|
|
793
|
+
allowedChildren
|
|
794
|
+
}
|
|
795
|
+
}
|
|
796
|
+
}
|
|
797
|
+
`;
|
|
788
798
|
export const TreeNodeChildFragmentDoc = gql `
|
|
789
799
|
fragment TreeNodeChild on TreeNodeLight {
|
|
790
|
-
id
|
|
791
|
-
order
|
|
792
|
-
childrenCount
|
|
793
|
-
record {
|
|
794
|
-
...RecordIdentity
|
|
795
|
-
active: property(attribute: "active") {
|
|
796
|
-
... on Value {
|
|
797
|
-
value
|
|
798
|
-
}
|
|
799
|
-
}
|
|
800
|
-
}
|
|
801
|
-
ancestors {
|
|
802
|
-
id
|
|
803
|
-
record {
|
|
804
|
-
id
|
|
805
|
-
library {
|
|
806
800
|
id
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
801
|
+
order
|
|
802
|
+
childrenCount
|
|
803
|
+
record {
|
|
804
|
+
...RecordIdentity
|
|
805
|
+
active: property(attribute: "active") {
|
|
806
|
+
... on Value {
|
|
807
|
+
value
|
|
808
|
+
}
|
|
809
|
+
}
|
|
810
|
+
}
|
|
811
|
+
ancestors {
|
|
812
|
+
id
|
|
813
|
+
record {
|
|
814
|
+
id
|
|
815
|
+
library {
|
|
816
|
+
id
|
|
817
|
+
label
|
|
818
|
+
}
|
|
819
|
+
...RecordIdentity
|
|
820
|
+
}
|
|
821
|
+
}
|
|
822
|
+
permissions {
|
|
823
|
+
access_tree
|
|
824
|
+
detach
|
|
825
|
+
edit_children
|
|
826
|
+
}
|
|
810
827
|
}
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
access_tree
|
|
814
|
-
detach
|
|
815
|
-
edit_children
|
|
816
|
-
}
|
|
817
|
-
}
|
|
818
|
-
${RecordIdentityFragmentDoc}`;
|
|
828
|
+
${RecordIdentityFragmentDoc}
|
|
829
|
+
`;
|
|
819
830
|
export const ViewDetailsFragmentDoc = gql `
|
|
820
831
|
fragment ViewDetails on View {
|
|
821
|
-
id
|
|
822
|
-
display {
|
|
823
|
-
size
|
|
824
|
-
type
|
|
825
|
-
}
|
|
826
|
-
shared
|
|
827
|
-
created_by {
|
|
828
|
-
id
|
|
829
|
-
whoAmI {
|
|
830
|
-
id
|
|
831
|
-
label
|
|
832
|
-
library {
|
|
833
832
|
id
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
833
|
+
display {
|
|
834
|
+
size
|
|
835
|
+
type
|
|
836
|
+
}
|
|
837
|
+
shared
|
|
838
|
+
created_by {
|
|
839
|
+
id
|
|
840
|
+
whoAmI {
|
|
841
|
+
id
|
|
842
|
+
label
|
|
843
|
+
library {
|
|
844
|
+
id
|
|
845
|
+
}
|
|
846
|
+
}
|
|
847
|
+
}
|
|
848
|
+
label
|
|
849
|
+
description
|
|
850
|
+
color
|
|
851
|
+
filters {
|
|
852
|
+
field
|
|
853
|
+
value
|
|
854
|
+
tree {
|
|
855
|
+
id
|
|
856
|
+
label
|
|
857
|
+
}
|
|
858
|
+
condition
|
|
859
|
+
operator
|
|
860
|
+
}
|
|
861
|
+
sort {
|
|
862
|
+
field
|
|
863
|
+
order
|
|
864
|
+
}
|
|
865
|
+
valuesVersions {
|
|
866
|
+
treeId
|
|
867
|
+
treeNode {
|
|
868
|
+
id
|
|
869
|
+
record {
|
|
870
|
+
...RecordIdentity
|
|
871
|
+
}
|
|
872
|
+
}
|
|
873
|
+
}
|
|
874
|
+
settings {
|
|
875
|
+
name
|
|
876
|
+
value
|
|
877
|
+
}
|
|
878
|
+
}
|
|
879
|
+
${RecordIdentityFragmentDoc}
|
|
880
|
+
`;
|
|
881
|
+
export const PropertyValueFragmentDoc = gql `
|
|
882
|
+
fragment PropertyValue on GenericValue {
|
|
883
|
+
attribute {
|
|
884
|
+
type
|
|
885
|
+
}
|
|
886
|
+
... on Value {
|
|
887
|
+
valuePayload: payload
|
|
888
|
+
}
|
|
889
|
+
... on LinkValue {
|
|
890
|
+
linkPayload: payload {
|
|
891
|
+
...RecordIdentity
|
|
892
|
+
}
|
|
893
|
+
}
|
|
894
|
+
... on TreeValue {
|
|
895
|
+
treePayload: payload {
|
|
896
|
+
record {
|
|
897
|
+
...RecordIdentity
|
|
898
|
+
}
|
|
899
|
+
}
|
|
900
|
+
}
|
|
901
|
+
}
|
|
902
|
+
${RecordIdentityFragmentDoc}
|
|
903
|
+
`;
|
|
869
904
|
export const CheckApplicationExistenceDocument = gql `
|
|
870
905
|
query CHECK_APPLICATION_EXISTENCE($id: ID, $endpoint: String) {
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
}
|
|
875
|
-
|
|
906
|
+
applications(filters: {id: $id, endpoint: $endpoint}) {
|
|
907
|
+
totalCount
|
|
908
|
+
}
|
|
909
|
+
}
|
|
910
|
+
`;
|
|
876
911
|
/**
|
|
877
912
|
* __useCheckApplicationExistenceQuery__
|
|
878
913
|
*
|
|
@@ -900,13 +935,14 @@ export function useCheckApplicationExistenceLazyQuery(baseOptions) {
|
|
|
900
935
|
}
|
|
901
936
|
export const GetApplicationByIdDocument = gql `
|
|
902
937
|
query GET_APPLICATION_BY_ID($id: ID!) {
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
938
|
+
applications(filters: {id: $id}) {
|
|
939
|
+
list {
|
|
940
|
+
...DetailsApplication
|
|
941
|
+
}
|
|
942
|
+
}
|
|
906
943
|
}
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
${DetailsApplicationFragmentDoc}`;
|
|
944
|
+
${DetailsApplicationFragmentDoc}
|
|
945
|
+
`;
|
|
910
946
|
/**
|
|
911
947
|
* __useGetApplicationByIdQuery__
|
|
912
948
|
*
|
|
@@ -933,13 +969,13 @@ export function useGetApplicationByIdLazyQuery(baseOptions) {
|
|
|
933
969
|
}
|
|
934
970
|
export const GetApplicationModulesDocument = gql `
|
|
935
971
|
query GET_APPLICATION_MODULES {
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
}
|
|
942
|
-
|
|
972
|
+
applicationsModules {
|
|
973
|
+
id
|
|
974
|
+
description
|
|
975
|
+
version
|
|
976
|
+
}
|
|
977
|
+
}
|
|
978
|
+
`;
|
|
943
979
|
/**
|
|
944
980
|
* __useGetApplicationModulesQuery__
|
|
945
981
|
*
|
|
@@ -965,11 +1001,12 @@ export function useGetApplicationModulesLazyQuery(baseOptions) {
|
|
|
965
1001
|
}
|
|
966
1002
|
export const SaveApplicationDocument = gql `
|
|
967
1003
|
mutation SAVE_APPLICATION($application: ApplicationInput!) {
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
}
|
|
972
|
-
${DetailsApplicationFragmentDoc}
|
|
1004
|
+
saveApplication(application: $application) {
|
|
1005
|
+
...DetailsApplication
|
|
1006
|
+
}
|
|
1007
|
+
}
|
|
1008
|
+
${DetailsApplicationFragmentDoc}
|
|
1009
|
+
`;
|
|
973
1010
|
/**
|
|
974
1011
|
* __useSaveApplicationMutation__
|
|
975
1012
|
*
|
|
@@ -993,11 +1030,11 @@ export function useSaveApplicationMutation(baseOptions) {
|
|
|
993
1030
|
}
|
|
994
1031
|
export const CheckAttributeExistenceDocument = gql `
|
|
995
1032
|
query CHECK_ATTRIBUTE_EXISTENCE($id: ID!) {
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
}
|
|
1000
|
-
|
|
1033
|
+
attributes(filters: {id: $id}) {
|
|
1034
|
+
totalCount
|
|
1035
|
+
}
|
|
1036
|
+
}
|
|
1037
|
+
`;
|
|
1001
1038
|
/**
|
|
1002
1039
|
* __useCheckAttributeExistenceQuery__
|
|
1003
1040
|
*
|
|
@@ -1024,11 +1061,11 @@ export function useCheckAttributeExistenceLazyQuery(baseOptions) {
|
|
|
1024
1061
|
}
|
|
1025
1062
|
export const DeleteAttributeDocument = gql `
|
|
1026
1063
|
mutation DELETE_ATTRIBUTE($id: ID) {
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
}
|
|
1031
|
-
|
|
1064
|
+
deleteAttribute(id: $id) {
|
|
1065
|
+
id
|
|
1066
|
+
}
|
|
1067
|
+
}
|
|
1068
|
+
`;
|
|
1032
1069
|
/**
|
|
1033
1070
|
* __useDeleteAttributeMutation__
|
|
1034
1071
|
*
|
|
@@ -1052,13 +1089,14 @@ export function useDeleteAttributeMutation(baseOptions) {
|
|
|
1052
1089
|
}
|
|
1053
1090
|
export const GetAttributeByIdDocument = gql `
|
|
1054
1091
|
query GET_ATTRIBUTE_BY_ID($id: ID) {
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1092
|
+
attributes(filters: {id: $id}) {
|
|
1093
|
+
list {
|
|
1094
|
+
...AttributeDetails
|
|
1095
|
+
}
|
|
1096
|
+
}
|
|
1058
1097
|
}
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
${AttributeDetailsFragmentDoc}`;
|
|
1098
|
+
${AttributeDetailsFragmentDoc}
|
|
1099
|
+
`;
|
|
1062
1100
|
/**
|
|
1063
1101
|
* __useGetAttributeByIdQuery__
|
|
1064
1102
|
*
|
|
@@ -1085,13 +1123,14 @@ export function useGetAttributeByIdLazyQuery(baseOptions) {
|
|
|
1085
1123
|
}
|
|
1086
1124
|
export const GetAttributesByLibDocument = gql `
|
|
1087
1125
|
query GET_ATTRIBUTES_BY_LIB($library: String!) {
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1126
|
+
attributes(filters: {libraries: [$library]}) {
|
|
1127
|
+
list {
|
|
1128
|
+
...AttributesByLibAttribute
|
|
1129
|
+
}
|
|
1130
|
+
}
|
|
1091
1131
|
}
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
${AttributesByLibAttributeFragmentDoc}`;
|
|
1132
|
+
${AttributesByLibAttributeFragmentDoc}
|
|
1133
|
+
`;
|
|
1095
1134
|
/**
|
|
1096
1135
|
* __useGetAttributesByLibQuery__
|
|
1097
1136
|
*
|
|
@@ -1118,18 +1157,18 @@ export function useGetAttributesByLibLazyQuery(baseOptions) {
|
|
|
1118
1157
|
}
|
|
1119
1158
|
export const GetAttributesDocument = gql `
|
|
1120
1159
|
query GET_ATTRIBUTES($pagination: Pagination, $sort: SortAttributes, $filters: AttributesFiltersInput) {
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
}
|
|
1132
|
-
|
|
1160
|
+
attributes(pagination: $pagination, sort: $sort, filters: $filters) {
|
|
1161
|
+
totalCount
|
|
1162
|
+
list {
|
|
1163
|
+
id
|
|
1164
|
+
label
|
|
1165
|
+
type
|
|
1166
|
+
format
|
|
1167
|
+
system
|
|
1168
|
+
}
|
|
1169
|
+
}
|
|
1170
|
+
}
|
|
1171
|
+
`;
|
|
1133
1172
|
/**
|
|
1134
1173
|
* __useGetAttributesQuery__
|
|
1135
1174
|
*
|
|
@@ -1158,14 +1197,14 @@ export function useGetAttributesLazyQuery(baseOptions) {
|
|
|
1158
1197
|
}
|
|
1159
1198
|
export const GetVersionProfilesDocument = gql `
|
|
1160
1199
|
query GET_VERSION_PROFILES($filters: VersionProfilesFiltersInput, $sort: SortVersionProfilesInput) {
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1200
|
+
versionProfiles(filters: $filters, sort: $sort) {
|
|
1201
|
+
list {
|
|
1202
|
+
id
|
|
1203
|
+
label
|
|
1204
|
+
}
|
|
1205
|
+
}
|
|
1165
1206
|
}
|
|
1166
|
-
|
|
1167
|
-
}
|
|
1168
|
-
`;
|
|
1207
|
+
`;
|
|
1169
1208
|
/**
|
|
1170
1209
|
* __useGetVersionProfilesQuery__
|
|
1171
1210
|
*
|
|
@@ -1193,23 +1232,23 @@ export function useGetVersionProfilesLazyQuery(baseOptions) {
|
|
|
1193
1232
|
}
|
|
1194
1233
|
export const GetVersionableAttributesByLibraryDocument = gql `
|
|
1195
1234
|
query GET_VERSIONABLE_ATTRIBUTES_BY_LIBRARY($libraryId: String!) {
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1235
|
+
attributes(filters: {libraries: [$libraryId], versionable: true}) {
|
|
1236
|
+
list {
|
|
1237
|
+
id
|
|
1238
|
+
versions_conf {
|
|
1239
|
+
versionable
|
|
1240
|
+
profile {
|
|
1241
|
+
id
|
|
1242
|
+
trees {
|
|
1243
|
+
id
|
|
1244
|
+
label
|
|
1245
|
+
}
|
|
1246
|
+
}
|
|
1247
|
+
}
|
|
1248
|
+
}
|
|
1207
1249
|
}
|
|
1208
|
-
}
|
|
1209
1250
|
}
|
|
1210
|
-
|
|
1211
|
-
}
|
|
1212
|
-
`;
|
|
1251
|
+
`;
|
|
1213
1252
|
/**
|
|
1214
1253
|
* __useGetVersionableAttributesByLibraryQuery__
|
|
1215
1254
|
*
|
|
@@ -1236,11 +1275,12 @@ export function useGetVersionableAttributesByLibraryLazyQuery(baseOptions) {
|
|
|
1236
1275
|
}
|
|
1237
1276
|
export const SaveAttributeDocument = gql `
|
|
1238
1277
|
mutation SAVE_ATTRIBUTE($attribute: AttributeInput!) {
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
}
|
|
1243
|
-
${AttributeDetailsFragmentDoc}
|
|
1278
|
+
saveAttribute(attribute: $attribute) {
|
|
1279
|
+
...AttributeDetails
|
|
1280
|
+
}
|
|
1281
|
+
}
|
|
1282
|
+
${AttributeDetailsFragmentDoc}
|
|
1283
|
+
`;
|
|
1244
1284
|
/**
|
|
1245
1285
|
* __useSaveAttributeMutation__
|
|
1246
1286
|
*
|
|
@@ -1264,9 +1304,9 @@ export function useSaveAttributeMutation(baseOptions) {
|
|
|
1264
1304
|
}
|
|
1265
1305
|
export const ExportDocument = gql `
|
|
1266
1306
|
query EXPORT($library: ID!, $attributes: [ID!], $filters: [RecordFilterInput!]) {
|
|
1267
|
-
|
|
1268
|
-
}
|
|
1269
|
-
|
|
1307
|
+
export(library: $library, attributes: $attributes, filters: $filters)
|
|
1308
|
+
}
|
|
1309
|
+
`;
|
|
1270
1310
|
/**
|
|
1271
1311
|
* __useExportQuery__
|
|
1272
1312
|
*
|
|
@@ -1295,11 +1335,12 @@ export function useExportLazyQuery(baseOptions) {
|
|
|
1295
1335
|
}
|
|
1296
1336
|
export const CreateDirectoryDocument = gql `
|
|
1297
1337
|
mutation CREATE_DIRECTORY($library: String!, $nodeId: String!, $name: String!) {
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
}
|
|
1302
|
-
${RecordIdentityFragmentDoc}
|
|
1338
|
+
createDirectory(library: $library, nodeId: $nodeId, name: $name) {
|
|
1339
|
+
...RecordIdentity
|
|
1340
|
+
}
|
|
1341
|
+
}
|
|
1342
|
+
${RecordIdentityFragmentDoc}
|
|
1343
|
+
`;
|
|
1303
1344
|
/**
|
|
1304
1345
|
* __useCreateDirectoryMutation__
|
|
1305
1346
|
*
|
|
@@ -1324,16 +1365,22 @@ export function useCreateDirectoryMutation(baseOptions) {
|
|
|
1324
1365
|
return Apollo.useMutation(CreateDirectoryDocument, options);
|
|
1325
1366
|
}
|
|
1326
1367
|
export const ForcePreviewsGenerationDocument = gql `
|
|
1327
|
-
mutation FORCE_PREVIEWS_GENERATION(
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1368
|
+
mutation FORCE_PREVIEWS_GENERATION(
|
|
1369
|
+
$libraryId: ID!
|
|
1370
|
+
$filters: [RecordFilterInput!]
|
|
1371
|
+
$recordIds: [ID!]
|
|
1372
|
+
$failedOnly: Boolean
|
|
1373
|
+
$previewVersionSizeNames: [String!]
|
|
1374
|
+
) {
|
|
1375
|
+
forcePreviewsGeneration(
|
|
1376
|
+
libraryId: $libraryId
|
|
1377
|
+
filters: $filters
|
|
1378
|
+
recordIds: $recordIds
|
|
1379
|
+
failedOnly: $failedOnly
|
|
1380
|
+
previewVersionSizeNames: $previewVersionSizeNames
|
|
1381
|
+
)
|
|
1382
|
+
}
|
|
1383
|
+
`;
|
|
1337
1384
|
/**
|
|
1338
1385
|
* __useForcePreviewsGenerationMutation__
|
|
1339
1386
|
*
|
|
@@ -1361,53 +1408,51 @@ export function useForcePreviewsGenerationMutation(baseOptions) {
|
|
|
1361
1408
|
}
|
|
1362
1409
|
export const GetDirectoryDataDocument = gql `
|
|
1363
1410
|
query GET_DIRECTORY_DATA($library: ID!, $directoryId: String!) {
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1411
|
+
records(library: $library, filters: [{field: "id", value: $directoryId, condition: EQUAL}]) {
|
|
1412
|
+
list {
|
|
1413
|
+
...RecordIdentity
|
|
1414
|
+
created_at: property(attribute: "created_at") {
|
|
1415
|
+
... on Value {
|
|
1416
|
+
value
|
|
1417
|
+
}
|
|
1418
|
+
}
|
|
1419
|
+
created_by: property(attribute: "created_by") {
|
|
1420
|
+
... on LinkValue {
|
|
1421
|
+
value {
|
|
1422
|
+
...RecordIdentity
|
|
1423
|
+
}
|
|
1424
|
+
}
|
|
1425
|
+
}
|
|
1426
|
+
modified_at: property(attribute: "modified_at") {
|
|
1427
|
+
... on Value {
|
|
1428
|
+
value
|
|
1429
|
+
}
|
|
1430
|
+
}
|
|
1431
|
+
modified_by: property(attribute: "modified_by") {
|
|
1432
|
+
... on LinkValue {
|
|
1433
|
+
value {
|
|
1434
|
+
...RecordIdentity
|
|
1435
|
+
}
|
|
1436
|
+
}
|
|
1437
|
+
}
|
|
1438
|
+
file_name: property(attribute: "file_name") {
|
|
1439
|
+
... on Value {
|
|
1440
|
+
value
|
|
1441
|
+
}
|
|
1442
|
+
}
|
|
1443
|
+
file_path: property(attribute: "file_path") {
|
|
1444
|
+
... on Value {
|
|
1445
|
+
value
|
|
1446
|
+
}
|
|
1447
|
+
}
|
|
1448
|
+
library {
|
|
1449
|
+
behavior
|
|
1450
|
+
}
|
|
1451
|
+
}
|
|
1397
1452
|
}
|
|
1398
|
-
}
|
|
1399
|
-
file_path: property(attribute: "file_path") {
|
|
1400
|
-
... on Value {
|
|
1401
|
-
value
|
|
1402
|
-
}
|
|
1403
|
-
}
|
|
1404
|
-
library {
|
|
1405
|
-
behavior
|
|
1406
|
-
}
|
|
1407
1453
|
}
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
${RecordIdentityFragmentDoc}`;
|
|
1454
|
+
${RecordIdentityFragmentDoc}
|
|
1455
|
+
`;
|
|
1411
1456
|
/**
|
|
1412
1457
|
* __useGetDirectoryDataQuery__
|
|
1413
1458
|
*
|
|
@@ -1435,22 +1480,22 @@ export function useGetDirectoryDataLazyQuery(baseOptions) {
|
|
|
1435
1480
|
}
|
|
1436
1481
|
export const UploadUpdateDocument = gql `
|
|
1437
1482
|
subscription UPLOAD_UPDATE($filters: UploadFiltersInput) {
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
}
|
|
1453
|
-
|
|
1483
|
+
upload(filters: $filters) {
|
|
1484
|
+
userId
|
|
1485
|
+
progress {
|
|
1486
|
+
length
|
|
1487
|
+
transferred
|
|
1488
|
+
speed
|
|
1489
|
+
runtime
|
|
1490
|
+
remaining
|
|
1491
|
+
percentage
|
|
1492
|
+
eta
|
|
1493
|
+
delta
|
|
1494
|
+
}
|
|
1495
|
+
uid
|
|
1496
|
+
}
|
|
1497
|
+
}
|
|
1498
|
+
`;
|
|
1454
1499
|
/**
|
|
1455
1500
|
* __useUploadUpdateSubscription__
|
|
1456
1501
|
*
|
|
@@ -1473,14 +1518,15 @@ export function useUploadUpdateSubscription(baseOptions) {
|
|
|
1473
1518
|
}
|
|
1474
1519
|
export const UploadDocument = gql `
|
|
1475
1520
|
mutation UPLOAD($library: String!, $nodeId: String!, $files: [FileInput!]!) {
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1521
|
+
upload(library: $library, nodeId: $nodeId, files: $files) {
|
|
1522
|
+
uid
|
|
1523
|
+
record {
|
|
1524
|
+
...RecordIdentity
|
|
1525
|
+
}
|
|
1526
|
+
}
|
|
1480
1527
|
}
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
${RecordIdentityFragmentDoc}`;
|
|
1528
|
+
${RecordIdentityFragmentDoc}
|
|
1529
|
+
`;
|
|
1484
1530
|
/**
|
|
1485
1531
|
* __useUploadMutation__
|
|
1486
1532
|
*
|
|
@@ -1506,9 +1552,9 @@ export function useUploadMutation(baseOptions) {
|
|
|
1506
1552
|
}
|
|
1507
1553
|
export const ImportExcelDocument = gql `
|
|
1508
1554
|
mutation IMPORT_EXCEL($file: Upload!, $sheets: [SheetInput], $startAt: Int) {
|
|
1509
|
-
|
|
1510
|
-
}
|
|
1511
|
-
|
|
1555
|
+
importExcel(file: $file, sheets: $sheets, startAt: $startAt)
|
|
1556
|
+
}
|
|
1557
|
+
`;
|
|
1512
1558
|
/**
|
|
1513
1559
|
* __useImportExcelMutation__
|
|
1514
1560
|
*
|
|
@@ -1534,11 +1580,11 @@ export function useImportExcelMutation(baseOptions) {
|
|
|
1534
1580
|
}
|
|
1535
1581
|
export const CheckLibraryExistenceDocument = gql `
|
|
1536
1582
|
query CHECK_LIBRARY_EXISTENCE($id: [ID!]) {
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
}
|
|
1541
|
-
|
|
1583
|
+
libraries(filters: {id: $id}) {
|
|
1584
|
+
totalCount
|
|
1585
|
+
}
|
|
1586
|
+
}
|
|
1587
|
+
`;
|
|
1542
1588
|
/**
|
|
1543
1589
|
* __useCheckLibraryExistenceQuery__
|
|
1544
1590
|
*
|
|
@@ -1565,11 +1611,11 @@ export function useCheckLibraryExistenceLazyQuery(baseOptions) {
|
|
|
1565
1611
|
}
|
|
1566
1612
|
export const DeleteLibraryDocument = gql `
|
|
1567
1613
|
mutation DELETE_LIBRARY($id: ID) {
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
}
|
|
1572
|
-
|
|
1614
|
+
deleteLibrary(id: $id) {
|
|
1615
|
+
id
|
|
1616
|
+
}
|
|
1617
|
+
}
|
|
1618
|
+
`;
|
|
1573
1619
|
/**
|
|
1574
1620
|
* __useDeleteLibraryMutation__
|
|
1575
1621
|
*
|
|
@@ -1593,13 +1639,14 @@ export function useDeleteLibraryMutation(baseOptions) {
|
|
|
1593
1639
|
}
|
|
1594
1640
|
export const GetLibrariesDocument = gql `
|
|
1595
1641
|
query GET_LIBRARIES {
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1642
|
+
libraries {
|
|
1643
|
+
list {
|
|
1644
|
+
...LibraryLight
|
|
1645
|
+
}
|
|
1646
|
+
}
|
|
1599
1647
|
}
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
${LibraryLightFragmentDoc}`;
|
|
1648
|
+
${LibraryLightFragmentDoc}
|
|
1649
|
+
`;
|
|
1603
1650
|
/**
|
|
1604
1651
|
* __useGetLibrariesQuery__
|
|
1605
1652
|
*
|
|
@@ -1625,13 +1672,14 @@ export function useGetLibrariesLazyQuery(baseOptions) {
|
|
|
1625
1672
|
}
|
|
1626
1673
|
export const GetLibraryByIdDocument = gql `
|
|
1627
1674
|
query GET_LIBRARY_BY_ID($id: [ID!]) {
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1675
|
+
libraries(filters: {id: $id}) {
|
|
1676
|
+
list {
|
|
1677
|
+
...LibraryDetails
|
|
1678
|
+
}
|
|
1679
|
+
}
|
|
1631
1680
|
}
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
${LibraryDetailsFragmentDoc}`;
|
|
1681
|
+
${LibraryDetailsFragmentDoc}
|
|
1682
|
+
`;
|
|
1635
1683
|
/**
|
|
1636
1684
|
* __useGetLibraryByIdQuery__
|
|
1637
1685
|
*
|
|
@@ -1658,19 +1706,19 @@ export function useGetLibraryByIdLazyQuery(baseOptions) {
|
|
|
1658
1706
|
}
|
|
1659
1707
|
export const GetLibraryPermissionsDocument = gql `
|
|
1660
1708
|
query GET_LIBRARY_PERMISSIONS($libraryId: [ID!]) {
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
}
|
|
1673
|
-
|
|
1709
|
+
libraries(filters: {id: $libraryId}) {
|
|
1710
|
+
list {
|
|
1711
|
+
permissions {
|
|
1712
|
+
access_library
|
|
1713
|
+
access_record
|
|
1714
|
+
create_record
|
|
1715
|
+
edit_record
|
|
1716
|
+
delete_record
|
|
1717
|
+
}
|
|
1718
|
+
}
|
|
1719
|
+
}
|
|
1720
|
+
}
|
|
1721
|
+
`;
|
|
1674
1722
|
/**
|
|
1675
1723
|
* __useGetLibraryPermissionsQuery__
|
|
1676
1724
|
*
|
|
@@ -1697,28 +1745,28 @@ export function useGetLibraryPermissionsLazyQuery(baseOptions) {
|
|
|
1697
1745
|
}
|
|
1698
1746
|
export const GetLibraryPreviewsSettingsDocument = gql `
|
|
1699
1747
|
query GET_LIBRARY_PREVIEWS_SETTINGS($id: ID!) {
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1748
|
+
libraries(filters: {id: [$id]}) {
|
|
1749
|
+
list {
|
|
1750
|
+
id
|
|
1751
|
+
label
|
|
1752
|
+
behavior
|
|
1753
|
+
previewsSettings {
|
|
1754
|
+
description
|
|
1755
|
+
label
|
|
1756
|
+
system
|
|
1757
|
+
versions {
|
|
1758
|
+
background
|
|
1759
|
+
density
|
|
1760
|
+
sizes {
|
|
1761
|
+
name
|
|
1762
|
+
size
|
|
1763
|
+
}
|
|
1764
|
+
}
|
|
1765
|
+
}
|
|
1766
|
+
}
|
|
1716
1767
|
}
|
|
1717
|
-
}
|
|
1718
1768
|
}
|
|
1719
|
-
|
|
1720
|
-
}
|
|
1721
|
-
`;
|
|
1769
|
+
`;
|
|
1722
1770
|
/**
|
|
1723
1771
|
* __useGetLibraryPreviewsSettingsQuery__
|
|
1724
1772
|
*
|
|
@@ -1745,11 +1793,12 @@ export function useGetLibraryPreviewsSettingsLazyQuery(baseOptions) {
|
|
|
1745
1793
|
}
|
|
1746
1794
|
export const SaveLibraryDocument = gql `
|
|
1747
1795
|
mutation saveLibrary($library: LibraryInput!) {
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
}
|
|
1752
|
-
${LibraryDetailsFragmentDoc}
|
|
1796
|
+
saveLibrary(library: $library) {
|
|
1797
|
+
...LibraryDetails
|
|
1798
|
+
}
|
|
1799
|
+
}
|
|
1800
|
+
${LibraryDetailsFragmentDoc}
|
|
1801
|
+
`;
|
|
1753
1802
|
/**
|
|
1754
1803
|
* __useSaveLibraryMutation__
|
|
1755
1804
|
*
|
|
@@ -1772,13 +1821,18 @@ export function useSaveLibraryMutation(baseOptions) {
|
|
|
1772
1821
|
return Apollo.useMutation(SaveLibraryDocument, options);
|
|
1773
1822
|
}
|
|
1774
1823
|
export const IsAllowedDocument = gql `
|
|
1775
|
-
query IS_ALLOWED(
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1824
|
+
query IS_ALLOWED(
|
|
1825
|
+
$type: PermissionTypes!
|
|
1826
|
+
$actions: [PermissionsActions!]!
|
|
1827
|
+
$applyTo: ID
|
|
1828
|
+
$target: PermissionTarget
|
|
1829
|
+
) {
|
|
1830
|
+
isAllowed(type: $type, actions: $actions, applyTo: $applyTo, target: $target) {
|
|
1831
|
+
name
|
|
1832
|
+
allowed
|
|
1833
|
+
}
|
|
1834
|
+
}
|
|
1835
|
+
`;
|
|
1782
1836
|
/**
|
|
1783
1837
|
* __useIsAllowedQuery__
|
|
1784
1838
|
*
|
|
@@ -1808,20 +1862,21 @@ export function useIsAllowedLazyQuery(baseOptions) {
|
|
|
1808
1862
|
}
|
|
1809
1863
|
export const CreateRecordDocument = gql `
|
|
1810
1864
|
mutation CREATE_RECORD($library: ID!, $data: CreateRecordDataInput) {
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1865
|
+
createRecord(library: $library, data: $data) {
|
|
1866
|
+
record {
|
|
1867
|
+
...RecordIdentity
|
|
1868
|
+
}
|
|
1869
|
+
valuesErrors {
|
|
1870
|
+
attributeId
|
|
1871
|
+
id_value
|
|
1872
|
+
input
|
|
1873
|
+
message
|
|
1874
|
+
type
|
|
1875
|
+
}
|
|
1876
|
+
}
|
|
1821
1877
|
}
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
${RecordIdentityFragmentDoc}`;
|
|
1878
|
+
${RecordIdentityFragmentDoc}
|
|
1879
|
+
`;
|
|
1825
1880
|
/**
|
|
1826
1881
|
* __useCreateRecordMutation__
|
|
1827
1882
|
*
|
|
@@ -1846,16 +1901,13 @@ export function useCreateRecordMutation(baseOptions) {
|
|
|
1846
1901
|
}
|
|
1847
1902
|
export const DeactivateRecordsDocument = gql `
|
|
1848
1903
|
mutation DEACTIVATE_RECORDS($libraryId: String!, $recordsIds: [String!], $filters: [RecordFilterInput!]) {
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
}
|
|
1857
|
-
}
|
|
1858
|
-
${RecordIdentityFragmentDoc}`;
|
|
1904
|
+
deactivateRecords(recordsIds: $recordsIds, filters: $filters, libraryId: $libraryId) {
|
|
1905
|
+
id
|
|
1906
|
+
...RecordIdentity
|
|
1907
|
+
}
|
|
1908
|
+
}
|
|
1909
|
+
${RecordIdentityFragmentDoc}
|
|
1910
|
+
`;
|
|
1859
1911
|
/**
|
|
1860
1912
|
* __useDeactivateRecordsMutation__
|
|
1861
1913
|
*
|
|
@@ -1881,13 +1933,9 @@ export function useDeactivateRecordsMutation(baseOptions) {
|
|
|
1881
1933
|
}
|
|
1882
1934
|
export const DoesFileExistAsChildDocument = gql `
|
|
1883
1935
|
query DOES_FILE_EXIST_AS_CHILD($parentNode: ID, $treeId: ID!, $filename: String!) {
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
|
|
1887
|
-
filename: $filename
|
|
1888
|
-
)
|
|
1889
|
-
}
|
|
1890
|
-
`;
|
|
1936
|
+
doesFileExistAsChild(parentNode: $parentNode, treeId: $treeId, filename: $filename)
|
|
1937
|
+
}
|
|
1938
|
+
`;
|
|
1891
1939
|
/**
|
|
1892
1940
|
* __useDoesFileExistAsChildQuery__
|
|
1893
1941
|
*
|
|
@@ -1916,58 +1964,56 @@ export function useDoesFileExistAsChildLazyQuery(baseOptions) {
|
|
|
1916
1964
|
}
|
|
1917
1965
|
export const GetFileDataDocument = gql `
|
|
1918
1966
|
query GET_FILE_DATA($library: ID!, $fileId: String!, $previewsStatusAttribute: ID!) {
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
|
-
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
|
|
1967
|
+
records(library: $library, filters: [{field: "id", value: $fileId, condition: EQUAL}]) {
|
|
1968
|
+
list {
|
|
1969
|
+
...RecordIdentity
|
|
1970
|
+
created_at: property(attribute: "created_at") {
|
|
1971
|
+
... on Value {
|
|
1972
|
+
value
|
|
1973
|
+
}
|
|
1974
|
+
}
|
|
1975
|
+
created_by: property(attribute: "created_by") {
|
|
1976
|
+
... on LinkValue {
|
|
1977
|
+
value {
|
|
1978
|
+
...RecordIdentity
|
|
1979
|
+
}
|
|
1980
|
+
}
|
|
1981
|
+
}
|
|
1982
|
+
modified_at: property(attribute: "modified_at") {
|
|
1983
|
+
... on Value {
|
|
1984
|
+
value
|
|
1985
|
+
}
|
|
1986
|
+
}
|
|
1987
|
+
modified_by: property(attribute: "modified_by") {
|
|
1988
|
+
... on LinkValue {
|
|
1989
|
+
value {
|
|
1990
|
+
...RecordIdentity
|
|
1991
|
+
}
|
|
1992
|
+
}
|
|
1993
|
+
}
|
|
1994
|
+
file_name: property(attribute: "file_name") {
|
|
1995
|
+
... on Value {
|
|
1996
|
+
value
|
|
1997
|
+
}
|
|
1998
|
+
}
|
|
1999
|
+
file_path: property(attribute: "file_path") {
|
|
2000
|
+
... on Value {
|
|
2001
|
+
value
|
|
2002
|
+
}
|
|
2003
|
+
}
|
|
2004
|
+
previews_status: property(attribute: $previewsStatusAttribute) {
|
|
2005
|
+
... on Value {
|
|
2006
|
+
value
|
|
2007
|
+
}
|
|
2008
|
+
}
|
|
2009
|
+
library {
|
|
2010
|
+
behavior
|
|
2011
|
+
}
|
|
2012
|
+
}
|
|
1952
2013
|
}
|
|
1953
|
-
}
|
|
1954
|
-
file_path: property(attribute: "file_path") {
|
|
1955
|
-
... on Value {
|
|
1956
|
-
value
|
|
1957
|
-
}
|
|
1958
|
-
}
|
|
1959
|
-
previews_status: property(attribute: $previewsStatusAttribute) {
|
|
1960
|
-
... on Value {
|
|
1961
|
-
value
|
|
1962
|
-
}
|
|
1963
|
-
}
|
|
1964
|
-
library {
|
|
1965
|
-
behavior
|
|
1966
|
-
}
|
|
1967
2014
|
}
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
${RecordIdentityFragmentDoc}`;
|
|
2015
|
+
${RecordIdentityFragmentDoc}
|
|
2016
|
+
`;
|
|
1971
2017
|
/**
|
|
1972
2018
|
* __useGetFileDataQuery__
|
|
1973
2019
|
*
|
|
@@ -1996,26 +2042,22 @@ export function useGetFileDataLazyQuery(baseOptions) {
|
|
|
1996
2042
|
}
|
|
1997
2043
|
export const RecordFormDocument = gql `
|
|
1998
2044
|
query RECORD_FORM($libraryId: String!, $formId: String!, $recordId: String, $version: [ValueVersionInput!]) {
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
}
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
}
|
|
2016
|
-
}
|
|
2017
|
-
}
|
|
2018
|
-
${RecordFormElementFragmentDoc}`;
|
|
2045
|
+
recordForm(recordId: $recordId, libraryId: $libraryId, formId: $formId, version: $version) {
|
|
2046
|
+
id
|
|
2047
|
+
recordId
|
|
2048
|
+
library {
|
|
2049
|
+
id
|
|
2050
|
+
}
|
|
2051
|
+
dependencyAttributes {
|
|
2052
|
+
id
|
|
2053
|
+
}
|
|
2054
|
+
elements {
|
|
2055
|
+
...RecordFormElement
|
|
2056
|
+
}
|
|
2057
|
+
}
|
|
2058
|
+
}
|
|
2059
|
+
${RecordFormElementFragmentDoc}
|
|
2060
|
+
`;
|
|
2019
2061
|
/**
|
|
2020
2062
|
* __useRecordFormQuery__
|
|
2021
2063
|
*
|
|
@@ -2045,27 +2087,28 @@ export function useRecordFormLazyQuery(baseOptions) {
|
|
|
2045
2087
|
}
|
|
2046
2088
|
export const RecordUpdateDocument = gql `
|
|
2047
2089
|
subscription RECORD_UPDATE($filters: RecordUpdateFilterInput) {
|
|
2048
|
-
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
|
|
2090
|
+
recordUpdate(filters: $filters) {
|
|
2091
|
+
record {
|
|
2092
|
+
...RecordIdentity
|
|
2093
|
+
modified_by: property(attribute: "modified_by") {
|
|
2094
|
+
... on LinkValue {
|
|
2095
|
+
value {
|
|
2096
|
+
...RecordIdentity
|
|
2097
|
+
}
|
|
2098
|
+
}
|
|
2099
|
+
}
|
|
2100
|
+
}
|
|
2101
|
+
updatedValues {
|
|
2102
|
+
attribute
|
|
2103
|
+
value {
|
|
2104
|
+
...ValueDetails
|
|
2105
|
+
}
|
|
2106
|
+
}
|
|
2056
2107
|
}
|
|
2057
|
-
}
|
|
2058
|
-
}
|
|
2059
|
-
updatedValues {
|
|
2060
|
-
attribute
|
|
2061
|
-
value {
|
|
2062
|
-
...ValueDetails
|
|
2063
|
-
}
|
|
2064
2108
|
}
|
|
2065
|
-
}
|
|
2066
|
-
}
|
|
2067
2109
|
${RecordIdentityFragmentDoc}
|
|
2068
|
-
${ValueDetailsFragmentDoc}
|
|
2110
|
+
${ValueDetailsFragmentDoc}
|
|
2111
|
+
`;
|
|
2069
2112
|
/**
|
|
2070
2113
|
* __useRecordUpdateSubscription__
|
|
2071
2114
|
*
|
|
@@ -2088,9 +2131,9 @@ export function useRecordUpdateSubscription(baseOptions) {
|
|
|
2088
2131
|
}
|
|
2089
2132
|
export const IndexRecordsDocument = gql `
|
|
2090
2133
|
mutation INDEX_RECORDS($libraryId: String!, $records: [String!]) {
|
|
2091
|
-
|
|
2092
|
-
}
|
|
2093
|
-
|
|
2134
|
+
indexRecords(libraryId: $libraryId, records: $records)
|
|
2135
|
+
}
|
|
2136
|
+
`;
|
|
2094
2137
|
/**
|
|
2095
2138
|
* __useIndexRecordsMutation__
|
|
2096
2139
|
*
|
|
@@ -2115,9 +2158,9 @@ export function useIndexRecordsMutation(baseOptions) {
|
|
|
2115
2158
|
}
|
|
2116
2159
|
export const CancelTaskDocument = gql `
|
|
2117
2160
|
mutation CANCEL_TASK($taskId: ID!) {
|
|
2118
|
-
|
|
2119
|
-
}
|
|
2120
|
-
|
|
2161
|
+
cancelTask(taskId: $taskId)
|
|
2162
|
+
}
|
|
2163
|
+
`;
|
|
2121
2164
|
/**
|
|
2122
2165
|
* __useCancelTaskMutation__
|
|
2123
2166
|
*
|
|
@@ -2141,11 +2184,11 @@ export function useCancelTaskMutation(baseOptions) {
|
|
|
2141
2184
|
}
|
|
2142
2185
|
export const CheckTreeExistenceDocument = gql `
|
|
2143
2186
|
query CHECK_TREE_EXISTENCE($id: [ID!]) {
|
|
2144
|
-
|
|
2145
|
-
|
|
2146
|
-
|
|
2147
|
-
}
|
|
2148
|
-
|
|
2187
|
+
trees(filters: {id: $id}) {
|
|
2188
|
+
totalCount
|
|
2189
|
+
}
|
|
2190
|
+
}
|
|
2191
|
+
`;
|
|
2149
2192
|
/**
|
|
2150
2193
|
* __useCheckTreeExistenceQuery__
|
|
2151
2194
|
*
|
|
@@ -2172,11 +2215,11 @@ export function useCheckTreeExistenceLazyQuery(baseOptions) {
|
|
|
2172
2215
|
}
|
|
2173
2216
|
export const DeleteTreeDocument = gql `
|
|
2174
2217
|
mutation DELETE_TREE($id: ID!) {
|
|
2175
|
-
|
|
2176
|
-
|
|
2177
|
-
|
|
2178
|
-
}
|
|
2179
|
-
|
|
2218
|
+
deleteTree(id: $id) {
|
|
2219
|
+
id
|
|
2220
|
+
}
|
|
2221
|
+
}
|
|
2222
|
+
`;
|
|
2180
2223
|
/**
|
|
2181
2224
|
* __useDeleteTreeMutation__
|
|
2182
2225
|
*
|
|
@@ -2200,13 +2243,14 @@ export function useDeleteTreeMutation(baseOptions) {
|
|
|
2200
2243
|
}
|
|
2201
2244
|
export const GetTreeByIdDocument = gql `
|
|
2202
2245
|
query GET_TREE_BY_ID($id: [ID!]) {
|
|
2203
|
-
|
|
2204
|
-
|
|
2205
|
-
|
|
2246
|
+
trees(filters: {id: $id}) {
|
|
2247
|
+
list {
|
|
2248
|
+
...TreeDetails
|
|
2249
|
+
}
|
|
2250
|
+
}
|
|
2206
2251
|
}
|
|
2207
|
-
|
|
2208
|
-
|
|
2209
|
-
${TreeDetailsFragmentDoc}`;
|
|
2252
|
+
${TreeDetailsFragmentDoc}
|
|
2253
|
+
`;
|
|
2210
2254
|
/**
|
|
2211
2255
|
* __useGetTreeByIdQuery__
|
|
2212
2256
|
*
|
|
@@ -2233,29 +2277,29 @@ export function useGetTreeByIdLazyQuery(baseOptions) {
|
|
|
2233
2277
|
}
|
|
2234
2278
|
export const GetTreeLibrariesDocument = gql `
|
|
2235
2279
|
query GET_TREE_LIBRARIES($treeId: [ID!], $library: String) {
|
|
2236
|
-
|
|
2237
|
-
|
|
2238
|
-
|
|
2239
|
-
|
|
2240
|
-
|
|
2241
|
-
|
|
2242
|
-
|
|
2243
|
-
|
|
2244
|
-
|
|
2245
|
-
|
|
2246
|
-
|
|
2247
|
-
|
|
2280
|
+
trees(filters: {id: $treeId, library: $library}) {
|
|
2281
|
+
totalCount
|
|
2282
|
+
list {
|
|
2283
|
+
id
|
|
2284
|
+
behavior
|
|
2285
|
+
system
|
|
2286
|
+
libraries {
|
|
2287
|
+
library {
|
|
2288
|
+
id
|
|
2289
|
+
label
|
|
2290
|
+
behavior
|
|
2291
|
+
system
|
|
2292
|
+
}
|
|
2293
|
+
settings {
|
|
2294
|
+
allowMultiplePositions
|
|
2295
|
+
allowedChildren
|
|
2296
|
+
allowedAtRoot
|
|
2297
|
+
}
|
|
2298
|
+
}
|
|
2299
|
+
}
|
|
2248
2300
|
}
|
|
2249
|
-
settings {
|
|
2250
|
-
allowMultiplePositions
|
|
2251
|
-
allowedChildren
|
|
2252
|
-
allowedAtRoot
|
|
2253
|
-
}
|
|
2254
|
-
}
|
|
2255
2301
|
}
|
|
2256
|
-
|
|
2257
|
-
}
|
|
2258
|
-
`;
|
|
2302
|
+
`;
|
|
2259
2303
|
/**
|
|
2260
2304
|
* __useGetTreeLibrariesQuery__
|
|
2261
2305
|
*
|
|
@@ -2283,13 +2327,14 @@ export function useGetTreeLibrariesLazyQuery(baseOptions) {
|
|
|
2283
2327
|
}
|
|
2284
2328
|
export const GetTreesDocument = gql `
|
|
2285
2329
|
query GET_TREES {
|
|
2286
|
-
|
|
2287
|
-
|
|
2288
|
-
|
|
2330
|
+
trees {
|
|
2331
|
+
list {
|
|
2332
|
+
...TreeLight
|
|
2333
|
+
}
|
|
2334
|
+
}
|
|
2289
2335
|
}
|
|
2290
|
-
|
|
2291
|
-
|
|
2292
|
-
${TreeLightFragmentDoc}`;
|
|
2336
|
+
${TreeLightFragmentDoc}
|
|
2337
|
+
`;
|
|
2293
2338
|
/**
|
|
2294
2339
|
* __useGetTreesQuery__
|
|
2295
2340
|
*
|
|
@@ -2315,11 +2360,12 @@ export function useGetTreesLazyQuery(baseOptions) {
|
|
|
2315
2360
|
}
|
|
2316
2361
|
export const SaveTreeDocument = gql `
|
|
2317
2362
|
mutation SAVE_TREE($tree: TreeInput!) {
|
|
2318
|
-
|
|
2319
|
-
|
|
2320
|
-
|
|
2321
|
-
}
|
|
2322
|
-
${TreeDetailsFragmentDoc}
|
|
2363
|
+
saveTree(tree: $tree) {
|
|
2364
|
+
...TreeDetails
|
|
2365
|
+
}
|
|
2366
|
+
}
|
|
2367
|
+
${TreeDetailsFragmentDoc}
|
|
2368
|
+
`;
|
|
2323
2369
|
/**
|
|
2324
2370
|
* __useSaveTreeMutation__
|
|
2325
2371
|
*
|
|
@@ -2343,14 +2389,15 @@ export function useSaveTreeMutation(baseOptions) {
|
|
|
2343
2389
|
}
|
|
2344
2390
|
export const TreeNodeChildrenDocument = gql `
|
|
2345
2391
|
query TREE_NODE_CHILDREN($treeId: ID!, $node: ID, $pagination: Pagination) {
|
|
2346
|
-
|
|
2347
|
-
|
|
2348
|
-
|
|
2349
|
-
|
|
2392
|
+
treeNodeChildren(treeId: $treeId, node: $node, pagination: $pagination) {
|
|
2393
|
+
totalCount
|
|
2394
|
+
list {
|
|
2395
|
+
...TreeNodeChild
|
|
2396
|
+
}
|
|
2397
|
+
}
|
|
2350
2398
|
}
|
|
2351
|
-
|
|
2352
|
-
|
|
2353
|
-
${TreeNodeChildFragmentDoc}`;
|
|
2399
|
+
${TreeNodeChildFragmentDoc}
|
|
2400
|
+
`;
|
|
2354
2401
|
/**
|
|
2355
2402
|
* __useTreeNodeChildrenQuery__
|
|
2356
2403
|
*
|
|
@@ -2379,12 +2426,12 @@ export function useTreeNodeChildrenLazyQuery(baseOptions) {
|
|
|
2379
2426
|
}
|
|
2380
2427
|
export const GetUserDataDocument = gql `
|
|
2381
2428
|
query GET_USER_DATA($keys: [String!]!, $global: Boolean) {
|
|
2382
|
-
|
|
2383
|
-
|
|
2384
|
-
|
|
2385
|
-
|
|
2386
|
-
}
|
|
2387
|
-
|
|
2429
|
+
userData(keys: $keys, global: $global) {
|
|
2430
|
+
global
|
|
2431
|
+
data
|
|
2432
|
+
}
|
|
2433
|
+
}
|
|
2434
|
+
`;
|
|
2388
2435
|
/**
|
|
2389
2436
|
* __useGetUserDataQuery__
|
|
2390
2437
|
*
|
|
@@ -2412,12 +2459,12 @@ export function useGetUserDataLazyQuery(baseOptions) {
|
|
|
2412
2459
|
}
|
|
2413
2460
|
export const SaveUserDataDocument = gql `
|
|
2414
2461
|
mutation SAVE_USER_DATA($key: String!, $value: Any, $global: Boolean!) {
|
|
2415
|
-
|
|
2416
|
-
|
|
2417
|
-
|
|
2418
|
-
|
|
2419
|
-
}
|
|
2420
|
-
|
|
2462
|
+
saveUserData(key: $key, value: $value, global: $global) {
|
|
2463
|
+
global
|
|
2464
|
+
data
|
|
2465
|
+
}
|
|
2466
|
+
}
|
|
2467
|
+
`;
|
|
2421
2468
|
/**
|
|
2422
2469
|
* __useSaveUserDataMutation__
|
|
2423
2470
|
*
|
|
@@ -2443,16 +2490,12 @@ export function useSaveUserDataMutation(baseOptions) {
|
|
|
2443
2490
|
}
|
|
2444
2491
|
export const DeleteValueDocument = gql `
|
|
2445
2492
|
mutation DELETE_VALUE($library: ID!, $recordId: ID!, $attribute: ID!, $value: ValueInput) {
|
|
2446
|
-
|
|
2447
|
-
|
|
2448
|
-
|
|
2449
|
-
|
|
2450
|
-
|
|
2451
|
-
|
|
2452
|
-
...ValueDetails
|
|
2453
|
-
}
|
|
2454
|
-
}
|
|
2455
|
-
${ValueDetailsFragmentDoc}`;
|
|
2493
|
+
deleteValue(library: $library, recordId: $recordId, attribute: $attribute, value: $value) {
|
|
2494
|
+
...ValueDetails
|
|
2495
|
+
}
|
|
2496
|
+
}
|
|
2497
|
+
${ValueDetailsFragmentDoc}
|
|
2498
|
+
`;
|
|
2456
2499
|
/**
|
|
2457
2500
|
* __useDeleteValueMutation__
|
|
2458
2501
|
*
|
|
@@ -2477,27 +2520,68 @@ export function useDeleteValueMutation(baseOptions) {
|
|
|
2477
2520
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2478
2521
|
return Apollo.useMutation(DeleteValueDocument, options);
|
|
2479
2522
|
}
|
|
2523
|
+
export const RunActionsListAndFormatOnValueDocument = gql `
|
|
2524
|
+
query RUN_ACTIONS_LIST_AND_FORMAT_ON_VALUE($library: ID!, $value: ValueBatchInput, $version: [ValueVersionInput]) {
|
|
2525
|
+
runActionsListAndFormatOnValue(library: $library, value: $value, version: $version) {
|
|
2526
|
+
...ValueDetails
|
|
2527
|
+
}
|
|
2528
|
+
}
|
|
2529
|
+
${ValueDetailsFragmentDoc}
|
|
2530
|
+
`;
|
|
2531
|
+
/**
|
|
2532
|
+
* __useRunActionsListAndFormatOnValueQuery__
|
|
2533
|
+
*
|
|
2534
|
+
* To run a query within a React component, call `useRunActionsListAndFormatOnValueQuery` and pass it any options that fit your needs.
|
|
2535
|
+
* When your component renders, `useRunActionsListAndFormatOnValueQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
2536
|
+
* you can use to render your UI.
|
|
2537
|
+
*
|
|
2538
|
+
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
2539
|
+
*
|
|
2540
|
+
* @example
|
|
2541
|
+
* const { data, loading, error } = useRunActionsListAndFormatOnValueQuery({
|
|
2542
|
+
* variables: {
|
|
2543
|
+
* library: // value for 'library'
|
|
2544
|
+
* value: // value for 'value'
|
|
2545
|
+
* version: // value for 'version'
|
|
2546
|
+
* },
|
|
2547
|
+
* });
|
|
2548
|
+
*/
|
|
2549
|
+
export function useRunActionsListAndFormatOnValueQuery(baseOptions) {
|
|
2550
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2551
|
+
return Apollo.useQuery(RunActionsListAndFormatOnValueDocument, options);
|
|
2552
|
+
}
|
|
2553
|
+
export function useRunActionsListAndFormatOnValueLazyQuery(baseOptions) {
|
|
2554
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2555
|
+
return Apollo.useLazyQuery(RunActionsListAndFormatOnValueDocument, options);
|
|
2556
|
+
}
|
|
2480
2557
|
export const SaveValueBatchDocument = gql `
|
|
2481
|
-
mutation SAVE_VALUE_BATCH(
|
|
2482
|
-
|
|
2483
|
-
|
|
2484
|
-
|
|
2485
|
-
|
|
2486
|
-
|
|
2487
|
-
|
|
2488
|
-
|
|
2489
|
-
|
|
2490
|
-
|
|
2491
|
-
|
|
2492
|
-
|
|
2493
|
-
|
|
2494
|
-
|
|
2495
|
-
|
|
2496
|
-
|
|
2497
|
-
|
|
2498
|
-
|
|
2499
|
-
|
|
2500
|
-
|
|
2558
|
+
mutation SAVE_VALUE_BATCH(
|
|
2559
|
+
$library: ID!
|
|
2560
|
+
$recordId: ID!
|
|
2561
|
+
$version: [ValueVersionInput!]
|
|
2562
|
+
$values: [ValueBatchInput!]!
|
|
2563
|
+
$deleteEmpty: Boolean
|
|
2564
|
+
) {
|
|
2565
|
+
saveValueBatch(
|
|
2566
|
+
library: $library
|
|
2567
|
+
recordId: $recordId
|
|
2568
|
+
version: $version
|
|
2569
|
+
values: $values
|
|
2570
|
+
deleteEmpty: $deleteEmpty
|
|
2571
|
+
) {
|
|
2572
|
+
values {
|
|
2573
|
+
...ValueDetails
|
|
2574
|
+
}
|
|
2575
|
+
errors {
|
|
2576
|
+
type
|
|
2577
|
+
attribute
|
|
2578
|
+
input
|
|
2579
|
+
message
|
|
2580
|
+
}
|
|
2581
|
+
}
|
|
2582
|
+
}
|
|
2583
|
+
${ValueDetailsFragmentDoc}
|
|
2584
|
+
`;
|
|
2501
2585
|
/**
|
|
2502
2586
|
* __useSaveValueBatchMutation__
|
|
2503
2587
|
*
|
|
@@ -2525,12 +2609,12 @@ export function useSaveValueBatchMutation(baseOptions) {
|
|
|
2525
2609
|
}
|
|
2526
2610
|
export const DeleteViewDocument = gql `
|
|
2527
2611
|
mutation DELETE_VIEW($viewId: String!) {
|
|
2528
|
-
|
|
2529
|
-
|
|
2530
|
-
|
|
2531
|
-
|
|
2532
|
-
}
|
|
2533
|
-
|
|
2612
|
+
deleteView(viewId: $viewId) {
|
|
2613
|
+
id
|
|
2614
|
+
library
|
|
2615
|
+
}
|
|
2616
|
+
}
|
|
2617
|
+
`;
|
|
2534
2618
|
/**
|
|
2535
2619
|
* __useDeleteViewMutation__
|
|
2536
2620
|
*
|
|
@@ -2554,11 +2638,12 @@ export function useDeleteViewMutation(baseOptions) {
|
|
|
2554
2638
|
}
|
|
2555
2639
|
export const GetViewDocument = gql `
|
|
2556
2640
|
query GET_VIEW($viewId: String!) {
|
|
2557
|
-
|
|
2558
|
-
|
|
2559
|
-
|
|
2560
|
-
}
|
|
2561
|
-
${ViewDetailsFragmentDoc}
|
|
2641
|
+
view(viewId: $viewId) {
|
|
2642
|
+
...ViewDetails
|
|
2643
|
+
}
|
|
2644
|
+
}
|
|
2645
|
+
${ViewDetailsFragmentDoc}
|
|
2646
|
+
`;
|
|
2562
2647
|
/**
|
|
2563
2648
|
* __useGetViewQuery__
|
|
2564
2649
|
*
|
|
@@ -2585,14 +2670,15 @@ export function useGetViewLazyQuery(baseOptions) {
|
|
|
2585
2670
|
}
|
|
2586
2671
|
export const GetViewsListDocument = gql `
|
|
2587
2672
|
query GET_VIEWS_LIST($libraryId: String!) {
|
|
2588
|
-
|
|
2589
|
-
|
|
2590
|
-
|
|
2591
|
-
|
|
2673
|
+
views(library: $libraryId) {
|
|
2674
|
+
totalCount
|
|
2675
|
+
list {
|
|
2676
|
+
...ViewDetails
|
|
2677
|
+
}
|
|
2678
|
+
}
|
|
2592
2679
|
}
|
|
2593
|
-
|
|
2594
|
-
|
|
2595
|
-
${ViewDetailsFragmentDoc}`;
|
|
2680
|
+
${ViewDetailsFragmentDoc}
|
|
2681
|
+
`;
|
|
2596
2682
|
/**
|
|
2597
2683
|
* __useGetViewsListQuery__
|
|
2598
2684
|
*
|
|
@@ -2619,11 +2705,12 @@ export function useGetViewsListLazyQuery(baseOptions) {
|
|
|
2619
2705
|
}
|
|
2620
2706
|
export const AddViewDocument = gql `
|
|
2621
2707
|
mutation ADD_VIEW($view: ViewInput!) {
|
|
2622
|
-
|
|
2623
|
-
|
|
2624
|
-
|
|
2625
|
-
}
|
|
2626
|
-
${ViewDetailsFragmentDoc}
|
|
2708
|
+
saveView(view: $view) {
|
|
2709
|
+
...ViewDetails
|
|
2710
|
+
}
|
|
2711
|
+
}
|
|
2712
|
+
${ViewDetailsFragmentDoc}
|
|
2713
|
+
`;
|
|
2627
2714
|
/**
|
|
2628
2715
|
* __useAddViewMutation__
|
|
2629
2716
|
*
|
|
@@ -2645,4 +2732,47 @@ export function useAddViewMutation(baseOptions) {
|
|
|
2645
2732
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2646
2733
|
return Apollo.useMutation(AddViewDocument, options);
|
|
2647
2734
|
}
|
|
2735
|
+
export const ExplorerDocument = gql `
|
|
2736
|
+
query Explorer($libraryId: ID!, $attributeIds: [ID!]!, $filters: [RecordFilterInput]) {
|
|
2737
|
+
records(library: $libraryId, filters: $filters) {
|
|
2738
|
+
list {
|
|
2739
|
+
...RecordIdentity
|
|
2740
|
+
properties(attributeIds: $attributeIds) {
|
|
2741
|
+
attributeId
|
|
2742
|
+
values {
|
|
2743
|
+
...PropertyValue
|
|
2744
|
+
}
|
|
2745
|
+
}
|
|
2746
|
+
}
|
|
2747
|
+
}
|
|
2748
|
+
}
|
|
2749
|
+
${RecordIdentityFragmentDoc}
|
|
2750
|
+
${PropertyValueFragmentDoc}
|
|
2751
|
+
`;
|
|
2752
|
+
/**
|
|
2753
|
+
* __useExplorerQuery__
|
|
2754
|
+
*
|
|
2755
|
+
* To run a query within a React component, call `useExplorerQuery` and pass it any options that fit your needs.
|
|
2756
|
+
* When your component renders, `useExplorerQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
2757
|
+
* you can use to render your UI.
|
|
2758
|
+
*
|
|
2759
|
+
* @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;
|
|
2760
|
+
*
|
|
2761
|
+
* @example
|
|
2762
|
+
* const { data, loading, error } = useExplorerQuery({
|
|
2763
|
+
* variables: {
|
|
2764
|
+
* libraryId: // value for 'libraryId'
|
|
2765
|
+
* attributeIds: // value for 'attributeIds'
|
|
2766
|
+
* filters: // value for 'filters'
|
|
2767
|
+
* },
|
|
2768
|
+
* });
|
|
2769
|
+
*/
|
|
2770
|
+
export function useExplorerQuery(baseOptions) {
|
|
2771
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2772
|
+
return Apollo.useQuery(ExplorerDocument, options);
|
|
2773
|
+
}
|
|
2774
|
+
export function useExplorerLazyQuery(baseOptions) {
|
|
2775
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2776
|
+
return Apollo.useLazyQuery(ExplorerDocument, options);
|
|
2777
|
+
}
|
|
2648
2778
|
//# sourceMappingURL=index.js.map
|