@leav/ui 0.3.6-33d6bf9 → 0.3.6-36dce1f
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.d.ts +1 -0
- package/dist/__mocks__/common/attribute.js +11 -2
- 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.d.ts +11 -5
- package/dist/__mocks__/common/form.js +21 -5
- 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/record.d.ts +13 -2
- package/dist/__mocks__/common/record.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/value.js +3 -1
- package/dist/__mocks__/common/value.js.map +1 -1
- package/dist/__mocks__/common/view.js +8 -6
- package/dist/__mocks__/common/view.js.map +1 -1
- package/dist/__mocks__/mockQuery/mockGetLibraryDetailExtendedQuery.js +2 -2
- 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 +3 -2
- 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 +823 -147
- package/dist/_gqlTypes/index.js +340 -34
- 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/getLibraryDetailExtendQuery.d.ts +3 -4
- package/dist/_queries/libraries/getLibraryDetailExtendQuery.js +2 -3
- package/dist/_queries/libraries/getLibraryDetailExtendQuery.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.d.ts +5 -3
- package/dist/_queries/records/getRecordColumnsValues.js +5 -2
- 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 +2 -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 +5 -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 +2 -2
- package/dist/_queries/views/saveViewMutation.js.map +1 -1
- package/dist/_queries/views/viewDetailsFragment.js +15 -12
- 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 +10 -3
- package/dist/_utils/index.js.map +1 -1
- package/dist/_utils/interleaveElement.d.ts +1 -0
- package/dist/_utils/interleaveElement.js +5 -0
- package/dist/_utils/interleaveElement.js.map +1 -0
- package/dist/_utils/isDevEnv.js +1 -1
- package/dist/_utils/isDevEnv.js.map +1 -1
- package/dist/antdTheme/index.d.ts +0 -3
- package/dist/antdTheme/index.js +4 -43
- 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 +2 -2
- 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 +3 -3
- 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/_types.d.ts +2 -2
- 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 +12 -3
- package/dist/components/Explorer/DataView.js +66 -44
- package/dist/components/Explorer/DataView.js.map +1 -1
- package/dist/components/Explorer/Explorer.d.ts +11 -5
- package/dist/components/Explorer/Explorer.js +74 -42
- package/dist/components/Explorer/Explorer.js.map +1 -1
- package/dist/components/Explorer/ExplorerTitle.d.ts +9 -0
- package/dist/components/Explorer/ExplorerTitle.js +47 -0
- package/dist/components/Explorer/ExplorerTitle.js.map +1 -0
- package/dist/components/Explorer/IdCard.d.ts +7 -0
- package/dist/components/Explorer/IdCard.js +15 -0
- package/dist/components/Explorer/IdCard.js.map +1 -0
- package/dist/components/Explorer/TableCell.d.ts +8 -0
- package/dist/components/Explorer/TableCell.js +152 -0
- package/dist/components/Explorer/TableCell.js.map +1 -0
- package/dist/components/Explorer/TableTagGroup.d.ts +7 -0
- package/dist/components/Explorer/TableTagGroup.js +30 -0
- package/dist/components/Explorer/TableTagGroup.js.map +1 -0
- package/dist/components/Explorer/_constants.d.ts +4 -0
- package/dist/components/Explorer/_constants.js +17 -0
- package/dist/components/Explorer/_constants.js.map +1 -0
- package/dist/components/Explorer/_queries/useExplorerData.d.ts +35 -0
- package/dist/components/Explorer/_queries/useExplorerData.js +203 -0
- package/dist/components/Explorer/_queries/useExplorerData.js.map +1 -0
- package/dist/components/Explorer/_types.d.ts +81 -0
- package/dist/components/Explorer/_types.js +2 -0
- package/dist/components/Explorer/_types.js.map +1 -0
- package/dist/components/Explorer/conditionsHelper.d.ts +2 -0
- package/dist/components/Explorer/conditionsHelper.js +16 -0
- package/dist/components/Explorer/conditionsHelper.js.map +1 -0
- package/dist/components/Explorer/display-view-filters/ExplorerToolBar.d.ts +4 -0
- package/dist/components/Explorer/display-view-filters/ExplorerToolBar.js +47 -0
- package/dist/components/Explorer/display-view-filters/ExplorerToolBar.js.map +1 -0
- package/dist/components/Explorer/index.d.ts +9 -1
- package/dist/components/Explorer/index.js +7 -2
- package/dist/components/Explorer/index.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/_shared/ColumnItem.d.ts +12 -0
- package/dist/components/Explorer/manage-view-settings/_shared/ColumnItem.js +85 -0
- package/dist/components/Explorer/manage-view-settings/_shared/ColumnItem.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.d.ts +5 -0
- package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.js +12 -0
- package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.d.ts +11 -0
- package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.js +61 -0
- package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/ConfigureDisplay.d.ts +6 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/ConfigureDisplay.js +28 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/ConfigureDisplay.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/attributes/SelectVisibleAttributes.d.ts +6 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/attributes/SelectVisibleAttributes.js +56 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/attributes/SelectVisibleAttributes.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/view-type/SelectViewType.d.ts +8 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/view-type/SelectViewType.js +12 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/view-type/SelectViewType.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.d.ts +4 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js +83 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterListItem.d.ts +9 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterListItem.js +33 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterListItem.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/BooleanAttributeDropdown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/BooleanAttributeDropdown.js +22 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/BooleanAttributeDropdown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ColorAttributeDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ColorAttributeDropDown.js +11 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ColorAttributeDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateAttributeDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateAttributeDropDown.js +66 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateAttributeDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateRangeAttributeDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateRangeAttributeDropDown.js +11 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateRangeAttributeDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/EncryptedAttributeDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/EncryptedAttributeDropDown.js +11 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/EncryptedAttributeDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ExtendedAttributeDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ExtendedAttributeDropDown.js +11 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ExtendedAttributeDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.js +71 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueList.d.ts +10 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueList.js +75 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueList.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/NumericAttributeDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/NumericAttributeDropDown.js +19 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/NumericAttributeDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TextAttributeDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TextAttributeDropDown.js +28 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TextAttributeDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.d.ts +11 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.js +100 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/index.d.ts +8 -0
- package/dist/components/Explorer/manage-view-settings/index.js +11 -0
- package/dist/components/Explorer/manage-view-settings/index.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContext.d.ts +15 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContext.js +15 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContext.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContextProvider.d.ts +7 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContextProvider.js +17 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContextProvider.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/SidePanel.d.ts +2 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/SidePanel.js +19 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/SidePanel.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/useEditSettings.d.ts +1 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/useEditSettings.js +7 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/useEditSettings.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.d.ts +5 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.js +39 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/router-menu/SettingItem.d.ts +9 -0
- package/dist/components/Explorer/manage-view-settings/router-menu/SettingItem.js +55 -0
- package/dist/components/Explorer/manage-view-settings/router-menu/SettingItem.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.d.ts +8 -0
- package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js +70 -0
- package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.d.ts +4 -0
- package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.js +113 -0
- package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/sort-items/SortListItem.d.ts +10 -0
- package/dist/components/Explorer/manage-view-settings/sort-items/SortListItem.js +32 -0
- package/dist/components/Explorer/manage-view-settings/sort-items/SortListItem.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/ViewSettingsContext.d.ts +6 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/ViewSettingsContext.js +11 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/ViewSettingsContext.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/useViewSettingsContext.d.ts +4 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/useViewSettingsContext.js +7 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/useViewSettingsContext.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.d.ts +4 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js +24 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.d.ts +145 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js +199 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js.map +1 -0
- package/dist/components/Explorer/useCreateAction.d.ts +21 -0
- package/dist/components/Explorer/useCreateAction.js +73 -0
- package/dist/components/Explorer/useCreateAction.js.map +1 -0
- package/dist/components/Explorer/useEditAction.d.ts +15 -0
- package/dist/components/Explorer/useEditAction.js +54 -0
- package/dist/components/Explorer/useEditAction.js.map +1 -0
- package/dist/components/Explorer/usePagination.d.ts +7 -0
- package/dist/components/Explorer/usePagination.js +25 -0
- package/dist/components/Explorer/usePagination.js.map +1 -0
- package/dist/components/Explorer/usePrimaryActions.d.ts +12 -0
- package/dist/components/Explorer/usePrimaryActions.js +28 -0
- package/dist/components/Explorer/usePrimaryActions.js.map +1 -0
- package/dist/components/Explorer/useRemoveAction.d.ts +12 -0
- package/dist/components/Explorer/useRemoveAction.js +90 -0
- package/dist/components/Explorer/useRemoveAction.js.map +1 -0
- package/dist/components/Explorer/useSearchInput.d.ts +10 -0
- package/dist/components/Explorer/useSearchInput.js +31 -0
- package/dist/components/Explorer/useSearchInput.js.map +1 -0
- package/dist/components/Explorer/useTableScrollableHeight.d.ts +5 -0
- package/dist/components/Explorer/useTableScrollableHeight.js +15 -0
- package/dist/components/Explorer/useTableScrollableHeight.js.map +1 -0
- package/dist/components/Explorer/useViewSettingsReducer.d.ts +8 -0
- package/dist/components/Explorer/useViewSettingsReducer.js +126 -0
- package/dist/components/Explorer/useViewSettingsReducer.js.map +1 -0
- package/dist/components/ExportModal/ExportModal.js +3 -3
- 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 +6 -6
- 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 +3 -3
- 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 +8 -12
- 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 +8 -3
- 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 +8 -6
- 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 +5 -10
- 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 +3 -4
- 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 +4 -4
- 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/getFieldsFromView.js +4 -9
- package/dist/components/LibraryItemsList/helpers/getFieldsFromView.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 +8 -6
- package/dist/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.js.map +1 -1
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/_types.d.ts +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/searchReducer.d.ts +1 -1
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.js +25 -33
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.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.d.ts +1 -0
- package/dist/components/RecordEdition/EditRecord/EditRecord.js +33 -23
- 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 +19 -6
- package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/_types.d.ts +12 -23
- package/dist/components/RecordEdition/EditRecordContent/_types.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/antdUtils.d.ts +5 -1
- package/dist/components/RecordEdition/EditRecordContent/antdUtils.js +45 -34
- 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/extractFormElements.d.ts +3 -1
- package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.js +8 -2
- package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.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/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/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.d.ts +3 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.js +3 -3
- 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 +3 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.js +3 -8
- 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.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.js +3 -10
- 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/ComputeIndicator.d.ts +6 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/ComputeIndicator.js +18 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/ComputeIndicator.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/DeleteAllValuesButton.d.ts +4 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/DeleteAllValuesButton.js +25 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/DeleteAllValuesButton.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.d.ts +5 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js +179 -187
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.d.ts +2 -8
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.js +15 -31
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.d.ts +4 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.js +107 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.d.ts +3 -14
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js +42 -46
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.d.ts +3 -14
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js +13 -75
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.d.ts +3 -14
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js +33 -50
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.d.ts +3 -14
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js +42 -55
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.d.ts +3 -14
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js +58 -63
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.d.ts +3 -14
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js +37 -54
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.d.ts +17 -9
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js +69 -409
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/DSListSelect.d.ts +4 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/DSListSelect.js +141 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/DSListSelect.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 +10 -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/_types.d.ts +16 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/_types.js +2 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/_types.js.map +1 -0
- 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/calculatedInheritedFlags.d.ts +42 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/calculatedInheritedFlags.js +55 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/calculatedInheritedFlags.js.map +1 -0
- 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/StandardField/useGetPresentationValues.d.ts +12 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/useGetPresentationValues.js +32 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/useGetPresentationValues.js.map +1 -0
- 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 +3 -3
- 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 +11 -5
- 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.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js +3 -3
- 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/EditRecordSidebar.d.ts +4 -1
- package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js +36 -3
- package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.d.ts +4 -7
- package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.js +7 -9
- 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/RecordInformations/RecordInformations.d.ts +9 -0
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/RecordInformations.js +42 -0
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/RecordInformations.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/useRecordInformations.d.ts +6 -0
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/useRecordInformations.js +35 -0
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/useRecordInformations.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.d.ts +2 -281
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.js +26 -57
- 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 +2 -14
- 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/{EditRecordContent → EditRecordSkeleton}/EditRecordSkeleton.d.ts +1 -1
- package/dist/components/RecordEdition/{EditRecordContent → EditRecordSkeleton}/EditRecordSkeleton.js +3 -3
- package/dist/components/RecordEdition/EditRecordSkeleton/EditRecordSkeleton.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSkeleton/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordSkeleton/index.js +6 -0
- package/dist/components/RecordEdition/EditRecordSkeleton/index.js.map +1 -0
- 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.d.ts +1 -0
- package/dist/components/RecordEdition/index.js +2 -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.d.ts +4 -7
- package/dist/components/SelectTreeNode/SelectTreeNode.js +18 -136
- package/dist/components/SelectTreeNode/SelectTreeNode.js.map +1 -1
- package/dist/components/SelectTreeNode/SelectTreeNodeContent.d.ts +16 -0
- package/dist/components/SelectTreeNode/SelectTreeNodeContent.js +131 -0
- package/dist/components/SelectTreeNode/SelectTreeNodeContent.js.map +1 -0
- package/dist/components/SelectTreeNode/index.d.ts +1 -1
- package/dist/components/SelectTreeNode/index.js +2 -2
- package/dist/components/SelectTreeNode/index.js.map +1 -1
- package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.d.ts +4 -7
- package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.js +11 -11
- package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.js.map +1 -1
- package/dist/components/SelectTreeNodeModal/index.d.ts +1 -2
- package/dist/components/SelectTreeNodeModal/index.js +2 -3
- 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 +2 -2
- 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 +3 -3
- 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.d.ts +3 -0
- package/dist/constants.js +4 -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/index.d.ts +1 -0
- package/dist/hooks/useDebouncedValue/index.js +5 -0
- package/dist/hooks/useDebouncedValue/index.js.map +1 -0
- package/dist/hooks/useDebouncedValue/useDebouncedValue.js +1 -1
- package/dist/hooks/useDebouncedValue/useDebouncedValue.js.map +1 -1
- package/dist/hooks/useExecuteSaveViewMutation/index.d.ts +1 -0
- package/dist/hooks/useExecuteSaveViewMutation/index.js +5 -0
- package/dist/hooks/useExecuteSaveViewMutation/index.js.map +1 -0
- package/dist/hooks/useExecuteSaveViewMutation/useExecuteSaveViewMutation.d.ts +6 -0
- package/dist/hooks/{useExecuteAddViewMutation/useExecuteAddViewMutation.js → useExecuteSaveViewMutation/useExecuteSaveViewMutation.js} +6 -6
- package/dist/hooks/useExecuteSaveViewMutation/useExecuteSaveViewMutation.js.map +1 -0
- 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 +4 -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 +81 -7
- package/dist/locales/fr/shared.json +81 -7
- 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/dist/types/views.d.ts +4 -4
- package/package.json +8 -2
- package/dist/components/Explorer/types.d.ts +0 -13
- package/dist/components/Explorer/types.js +0 -2
- package/dist/components/Explorer/types.js.map +0 -1
- package/dist/components/Explorer/useExplorerData.d.ts +0 -5
- package/dist/components/Explorer/useExplorerData.js +0 -21
- package/dist/components/Explorer/useExplorerData.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/components/RecordEdition/EditRecordContent/EditRecordSkeleton.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/index.d.ts +0 -2
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/index.js +0 -6
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/index.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducer.d.ts +0 -138
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducer.js +0 -367
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducer.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducerContext.d.ts +0 -7
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducerContext.js +0 -9
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducerContext.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/useStandardFieldReducer.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/useStandardFieldReducer.js +0 -7
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/useStandardFieldReducer.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/useValueDetailsButton.d.ts +0 -8
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/useValueDetailsButton.js +0 -23
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/useValueDetailsButton.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.d.ts +0 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.js +0 -14
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.d.ts +0 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.js +0 -22
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.d.ts +0 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.js +0 -22
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.d.ts +0 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.js +0 -19
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.d.ts +0 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.js +0 -32
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.d.ts +0 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.js +0 -51
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.d.ts +0 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.js +0 -26
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueDisplayHandler.d.ts +0 -13
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueDisplayHandler.js +0 -79
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueDisplayHandler.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/StandardFieldValueRead.d.ts +0 -9
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/StandardFieldValueRead.js +0 -107
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/StandardFieldValueRead.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/index.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/index.js +0 -5
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/index.js.map +0 -1
- package/dist/hooks/useExecuteAddViewMutation/useExecuteAddViewMutation.d.ts +0 -6
- package/dist/hooks/useExecuteAddViewMutation/useExecuteAddViewMutation.js.map +0 -1
|
@@ -158,14 +158,15 @@ export declare enum AttributeType {
|
|
|
158
158
|
tree = "tree"
|
|
159
159
|
}
|
|
160
160
|
export type AttributesFiltersInput = {
|
|
161
|
-
format?: InputMaybe<Array<
|
|
161
|
+
format?: InputMaybe<Array<AttributeFormat>>;
|
|
162
162
|
id?: InputMaybe<Scalars['ID']>;
|
|
163
|
+
ids?: InputMaybe<Array<Scalars['ID']>>;
|
|
163
164
|
label?: InputMaybe<Scalars['String']>;
|
|
164
|
-
libraries?: InputMaybe<Array<
|
|
165
|
-
librariesExcluded?: InputMaybe<Array<
|
|
165
|
+
libraries?: InputMaybe<Array<Scalars['String']>>;
|
|
166
|
+
librariesExcluded?: InputMaybe<Array<Scalars['String']>>;
|
|
166
167
|
multiple_values?: InputMaybe<Scalars['Boolean']>;
|
|
167
168
|
system?: InputMaybe<Scalars['Boolean']>;
|
|
168
|
-
type?: InputMaybe<Array<
|
|
169
|
+
type?: InputMaybe<Array<AttributeType>>;
|
|
169
170
|
versionable?: InputMaybe<Scalars['Boolean']>;
|
|
170
171
|
};
|
|
171
172
|
export declare enum AttributesSortableFields {
|
|
@@ -701,6 +702,7 @@ export declare enum ValueVersionMode {
|
|
|
701
702
|
}
|
|
702
703
|
export type ValuesListConfInput = {
|
|
703
704
|
allowFreeEntry?: InputMaybe<Scalars['Boolean']>;
|
|
705
|
+
allowListUpdate?: InputMaybe<Scalars['Boolean']>;
|
|
704
706
|
enable: Scalars['Boolean'];
|
|
705
707
|
values?: InputMaybe<Array<Scalars['String']>>;
|
|
706
708
|
};
|
|
@@ -724,10 +726,11 @@ export declare enum VersionProfilesSortableFields {
|
|
|
724
726
|
id = "id"
|
|
725
727
|
}
|
|
726
728
|
export type ViewDisplayInput = {
|
|
727
|
-
size
|
|
729
|
+
size?: InputMaybe<ViewSizes>;
|
|
728
730
|
type: ViewTypes;
|
|
729
731
|
};
|
|
730
732
|
export type ViewInput = {
|
|
733
|
+
attributes?: InputMaybe<Array<Scalars['String']>>;
|
|
731
734
|
color?: InputMaybe<Scalars['String']>;
|
|
732
735
|
description?: InputMaybe<Scalars['SystemTranslationOptional']>;
|
|
733
736
|
display: ViewDisplayInput;
|
|
@@ -735,15 +738,10 @@ export type ViewInput = {
|
|
|
735
738
|
id?: InputMaybe<Scalars['String']>;
|
|
736
739
|
label?: InputMaybe<Scalars['SystemTranslation']>;
|
|
737
740
|
library: Scalars['String'];
|
|
738
|
-
settings?: InputMaybe<Array<ViewSettingsInput>>;
|
|
739
741
|
shared: Scalars['Boolean'];
|
|
740
|
-
sort?: InputMaybe<RecordSortInput
|
|
742
|
+
sort?: InputMaybe<Array<RecordSortInput>>;
|
|
741
743
|
valuesVersions?: InputMaybe<Array<ViewValuesVersionInput>>;
|
|
742
744
|
};
|
|
743
|
-
export type ViewSettingsInput = {
|
|
744
|
-
name: Scalars['String'];
|
|
745
|
-
value?: InputMaybe<Scalars['Any']>;
|
|
746
|
-
};
|
|
747
745
|
export declare enum ViewSizes {
|
|
748
746
|
BIG = "BIG",
|
|
749
747
|
MEDIUM = "MEDIUM",
|
|
@@ -1159,12 +1157,12 @@ export type RecordFormElementFragment = {
|
|
|
1159
1157
|
};
|
|
1160
1158
|
} | null;
|
|
1161
1159
|
} | null> | null;
|
|
1162
|
-
attribute
|
|
1160
|
+
attribute: {
|
|
1163
1161
|
id: string;
|
|
1164
1162
|
format?: AttributeFormat | null;
|
|
1165
1163
|
type: AttributeType;
|
|
1166
1164
|
system: boolean;
|
|
1167
|
-
}
|
|
1165
|
+
};
|
|
1168
1166
|
metadata?: Array<{
|
|
1169
1167
|
name: string;
|
|
1170
1168
|
value?: {
|
|
@@ -1302,12 +1300,12 @@ export type RecordFormElementFragment = {
|
|
|
1302
1300
|
};
|
|
1303
1301
|
} | null;
|
|
1304
1302
|
} | null> | null;
|
|
1305
|
-
attribute
|
|
1303
|
+
attribute: {
|
|
1306
1304
|
id: string;
|
|
1307
1305
|
format?: AttributeFormat | null;
|
|
1308
1306
|
type: AttributeType;
|
|
1309
1307
|
system: boolean;
|
|
1310
|
-
}
|
|
1308
|
+
};
|
|
1311
1309
|
metadata?: Array<{
|
|
1312
1310
|
name: string;
|
|
1313
1311
|
value?: {
|
|
@@ -1416,12 +1414,12 @@ export type RecordFormElementFragment = {
|
|
|
1416
1414
|
};
|
|
1417
1415
|
} | null;
|
|
1418
1416
|
} | null> | null;
|
|
1419
|
-
attribute
|
|
1417
|
+
attribute: {
|
|
1420
1418
|
id: string;
|
|
1421
1419
|
format?: AttributeFormat | null;
|
|
1422
1420
|
type: AttributeType;
|
|
1423
1421
|
system: boolean;
|
|
1424
|
-
}
|
|
1422
|
+
};
|
|
1425
1423
|
metadata?: Array<{
|
|
1426
1424
|
name: string;
|
|
1427
1425
|
value?: {
|
|
@@ -1485,7 +1483,9 @@ export type RecordFormElementFragment = {
|
|
|
1485
1483
|
format?: AttributeFormat | null;
|
|
1486
1484
|
system: boolean;
|
|
1487
1485
|
readonly: boolean;
|
|
1486
|
+
required: boolean;
|
|
1488
1487
|
multiple_values: boolean;
|
|
1488
|
+
compute: boolean;
|
|
1489
1489
|
linked_library?: {
|
|
1490
1490
|
id: string;
|
|
1491
1491
|
label?: any | null;
|
|
@@ -1497,6 +1497,7 @@ export type RecordFormElementFragment = {
|
|
|
1497
1497
|
linkValuesList?: {
|
|
1498
1498
|
enable: boolean;
|
|
1499
1499
|
allowFreeEntry?: boolean | null;
|
|
1500
|
+
allowListUpdate?: boolean | null;
|
|
1500
1501
|
values?: Array<{
|
|
1501
1502
|
id: string;
|
|
1502
1503
|
whoAmI: {
|
|
@@ -1542,6 +1543,7 @@ export type RecordFormElementFragment = {
|
|
|
1542
1543
|
values_list?: {
|
|
1543
1544
|
enable: boolean;
|
|
1544
1545
|
allowFreeEntry?: boolean | null;
|
|
1546
|
+
allowListUpdate?: boolean | null;
|
|
1545
1547
|
dateRangeValues?: Array<{
|
|
1546
1548
|
from?: string | null;
|
|
1547
1549
|
to?: string | null;
|
|
@@ -1549,6 +1551,7 @@ export type RecordFormElementFragment = {
|
|
|
1549
1551
|
} | {
|
|
1550
1552
|
enable: boolean;
|
|
1551
1553
|
allowFreeEntry?: boolean | null;
|
|
1554
|
+
allowListUpdate?: boolean | null;
|
|
1552
1555
|
values?: Array<string> | null;
|
|
1553
1556
|
} | null;
|
|
1554
1557
|
metadata_fields?: Array<{
|
|
@@ -1563,10 +1566,13 @@ export type RecordFormElementFragment = {
|
|
|
1563
1566
|
format?: AttributeFormat | null;
|
|
1564
1567
|
system: boolean;
|
|
1565
1568
|
readonly: boolean;
|
|
1569
|
+
required: boolean;
|
|
1566
1570
|
multiple_values: boolean;
|
|
1571
|
+
compute: boolean;
|
|
1567
1572
|
values_list?: {
|
|
1568
1573
|
enable: boolean;
|
|
1569
1574
|
allowFreeEntry?: boolean | null;
|
|
1575
|
+
allowListUpdate?: boolean | null;
|
|
1570
1576
|
dateRangeValues?: Array<{
|
|
1571
1577
|
from?: string | null;
|
|
1572
1578
|
to?: string | null;
|
|
@@ -1574,6 +1580,7 @@ export type RecordFormElementFragment = {
|
|
|
1574
1580
|
} | {
|
|
1575
1581
|
enable: boolean;
|
|
1576
1582
|
allowFreeEntry?: boolean | null;
|
|
1583
|
+
allowListUpdate?: boolean | null;
|
|
1577
1584
|
values?: Array<string> | null;
|
|
1578
1585
|
} | null;
|
|
1579
1586
|
permissions: {
|
|
@@ -1606,6 +1613,7 @@ export type RecordFormElementFragment = {
|
|
|
1606
1613
|
values_list?: {
|
|
1607
1614
|
enable: boolean;
|
|
1608
1615
|
allowFreeEntry?: boolean | null;
|
|
1616
|
+
allowListUpdate?: boolean | null;
|
|
1609
1617
|
dateRangeValues?: Array<{
|
|
1610
1618
|
from?: string | null;
|
|
1611
1619
|
to?: string | null;
|
|
@@ -1613,6 +1621,7 @@ export type RecordFormElementFragment = {
|
|
|
1613
1621
|
} | {
|
|
1614
1622
|
enable: boolean;
|
|
1615
1623
|
allowFreeEntry?: boolean | null;
|
|
1624
|
+
allowListUpdate?: boolean | null;
|
|
1616
1625
|
values?: Array<string> | null;
|
|
1617
1626
|
} | null;
|
|
1618
1627
|
metadata_fields?: Array<{
|
|
@@ -1627,7 +1636,9 @@ export type RecordFormElementFragment = {
|
|
|
1627
1636
|
format?: AttributeFormat | null;
|
|
1628
1637
|
system: boolean;
|
|
1629
1638
|
readonly: boolean;
|
|
1639
|
+
required: boolean;
|
|
1630
1640
|
multiple_values: boolean;
|
|
1641
|
+
compute: boolean;
|
|
1631
1642
|
linked_tree?: {
|
|
1632
1643
|
id: string;
|
|
1633
1644
|
label?: any | null;
|
|
@@ -1635,6 +1646,7 @@ export type RecordFormElementFragment = {
|
|
|
1635
1646
|
treeValuesList?: {
|
|
1636
1647
|
enable: boolean;
|
|
1637
1648
|
allowFreeEntry?: boolean | null;
|
|
1649
|
+
allowListUpdate?: boolean | null;
|
|
1638
1650
|
values?: Array<{
|
|
1639
1651
|
id: string;
|
|
1640
1652
|
record: {
|
|
@@ -1699,6 +1711,7 @@ export type RecordFormElementFragment = {
|
|
|
1699
1711
|
values_list?: {
|
|
1700
1712
|
enable: boolean;
|
|
1701
1713
|
allowFreeEntry?: boolean | null;
|
|
1714
|
+
allowListUpdate?: boolean | null;
|
|
1702
1715
|
dateRangeValues?: Array<{
|
|
1703
1716
|
from?: string | null;
|
|
1704
1717
|
to?: string | null;
|
|
@@ -1706,6 +1719,7 @@ export type RecordFormElementFragment = {
|
|
|
1706
1719
|
} | {
|
|
1707
1720
|
enable: boolean;
|
|
1708
1721
|
allowFreeEntry?: boolean | null;
|
|
1722
|
+
allowListUpdate?: boolean | null;
|
|
1709
1723
|
values?: Array<string> | null;
|
|
1710
1724
|
} | null;
|
|
1711
1725
|
metadata_fields?: Array<{
|
|
@@ -1782,12 +1796,12 @@ export type ValueDetailsLinkValueFragment = {
|
|
|
1782
1796
|
};
|
|
1783
1797
|
} | null;
|
|
1784
1798
|
} | null> | null;
|
|
1785
|
-
attribute
|
|
1799
|
+
attribute: {
|
|
1786
1800
|
id: string;
|
|
1787
1801
|
format?: AttributeFormat | null;
|
|
1788
1802
|
type: AttributeType;
|
|
1789
1803
|
system: boolean;
|
|
1790
|
-
}
|
|
1804
|
+
};
|
|
1791
1805
|
metadata?: Array<{
|
|
1792
1806
|
name: string;
|
|
1793
1807
|
value?: {
|
|
@@ -1926,12 +1940,12 @@ export type ValueDetailsTreeValueFragment = {
|
|
|
1926
1940
|
};
|
|
1927
1941
|
} | null;
|
|
1928
1942
|
} | null> | null;
|
|
1929
|
-
attribute
|
|
1943
|
+
attribute: {
|
|
1930
1944
|
id: string;
|
|
1931
1945
|
format?: AttributeFormat | null;
|
|
1932
1946
|
type: AttributeType;
|
|
1933
1947
|
system: boolean;
|
|
1934
|
-
}
|
|
1948
|
+
};
|
|
1935
1949
|
metadata?: Array<{
|
|
1936
1950
|
name: string;
|
|
1937
1951
|
value?: {
|
|
@@ -2041,12 +2055,12 @@ export type ValueDetailsValueFragment = {
|
|
|
2041
2055
|
};
|
|
2042
2056
|
} | null;
|
|
2043
2057
|
} | null> | null;
|
|
2044
|
-
attribute
|
|
2058
|
+
attribute: {
|
|
2045
2059
|
id: string;
|
|
2046
2060
|
format?: AttributeFormat | null;
|
|
2047
2061
|
type: AttributeType;
|
|
2048
2062
|
system: boolean;
|
|
2049
|
-
}
|
|
2063
|
+
};
|
|
2050
2064
|
metadata?: Array<{
|
|
2051
2065
|
name: string;
|
|
2052
2066
|
value?: {
|
|
@@ -2127,7 +2141,9 @@ export type RecordFormAttributeLinkAttributeFragment = {
|
|
|
2127
2141
|
format?: AttributeFormat | null;
|
|
2128
2142
|
system: boolean;
|
|
2129
2143
|
readonly: boolean;
|
|
2144
|
+
required: boolean;
|
|
2130
2145
|
multiple_values: boolean;
|
|
2146
|
+
compute: boolean;
|
|
2131
2147
|
linked_library?: {
|
|
2132
2148
|
id: string;
|
|
2133
2149
|
label?: any | null;
|
|
@@ -2139,6 +2155,7 @@ export type RecordFormAttributeLinkAttributeFragment = {
|
|
|
2139
2155
|
linkValuesList?: {
|
|
2140
2156
|
enable: boolean;
|
|
2141
2157
|
allowFreeEntry?: boolean | null;
|
|
2158
|
+
allowListUpdate?: boolean | null;
|
|
2142
2159
|
values?: Array<{
|
|
2143
2160
|
id: string;
|
|
2144
2161
|
whoAmI: {
|
|
@@ -2184,6 +2201,7 @@ export type RecordFormAttributeLinkAttributeFragment = {
|
|
|
2184
2201
|
values_list?: {
|
|
2185
2202
|
enable: boolean;
|
|
2186
2203
|
allowFreeEntry?: boolean | null;
|
|
2204
|
+
allowListUpdate?: boolean | null;
|
|
2187
2205
|
dateRangeValues?: Array<{
|
|
2188
2206
|
from?: string | null;
|
|
2189
2207
|
to?: string | null;
|
|
@@ -2191,6 +2209,7 @@ export type RecordFormAttributeLinkAttributeFragment = {
|
|
|
2191
2209
|
} | {
|
|
2192
2210
|
enable: boolean;
|
|
2193
2211
|
allowFreeEntry?: boolean | null;
|
|
2212
|
+
allowListUpdate?: boolean | null;
|
|
2194
2213
|
values?: Array<string> | null;
|
|
2195
2214
|
} | null;
|
|
2196
2215
|
metadata_fields?: Array<{
|
|
@@ -2206,10 +2225,13 @@ export type RecordFormAttributeStandardAttributeFragment = {
|
|
|
2206
2225
|
format?: AttributeFormat | null;
|
|
2207
2226
|
system: boolean;
|
|
2208
2227
|
readonly: boolean;
|
|
2228
|
+
required: boolean;
|
|
2209
2229
|
multiple_values: boolean;
|
|
2230
|
+
compute: boolean;
|
|
2210
2231
|
values_list?: {
|
|
2211
2232
|
enable: boolean;
|
|
2212
2233
|
allowFreeEntry?: boolean | null;
|
|
2234
|
+
allowListUpdate?: boolean | null;
|
|
2213
2235
|
dateRangeValues?: Array<{
|
|
2214
2236
|
from?: string | null;
|
|
2215
2237
|
to?: string | null;
|
|
@@ -2217,6 +2239,7 @@ export type RecordFormAttributeStandardAttributeFragment = {
|
|
|
2217
2239
|
} | {
|
|
2218
2240
|
enable: boolean;
|
|
2219
2241
|
allowFreeEntry?: boolean | null;
|
|
2242
|
+
allowListUpdate?: boolean | null;
|
|
2220
2243
|
values?: Array<string> | null;
|
|
2221
2244
|
} | null;
|
|
2222
2245
|
permissions: {
|
|
@@ -2249,6 +2272,7 @@ export type RecordFormAttributeStandardAttributeFragment = {
|
|
|
2249
2272
|
values_list?: {
|
|
2250
2273
|
enable: boolean;
|
|
2251
2274
|
allowFreeEntry?: boolean | null;
|
|
2275
|
+
allowListUpdate?: boolean | null;
|
|
2252
2276
|
dateRangeValues?: Array<{
|
|
2253
2277
|
from?: string | null;
|
|
2254
2278
|
to?: string | null;
|
|
@@ -2256,6 +2280,7 @@ export type RecordFormAttributeStandardAttributeFragment = {
|
|
|
2256
2280
|
} | {
|
|
2257
2281
|
enable: boolean;
|
|
2258
2282
|
allowFreeEntry?: boolean | null;
|
|
2283
|
+
allowListUpdate?: boolean | null;
|
|
2259
2284
|
values?: Array<string> | null;
|
|
2260
2285
|
} | null;
|
|
2261
2286
|
metadata_fields?: Array<{
|
|
@@ -2271,7 +2296,9 @@ export type RecordFormAttributeTreeAttributeFragment = {
|
|
|
2271
2296
|
format?: AttributeFormat | null;
|
|
2272
2297
|
system: boolean;
|
|
2273
2298
|
readonly: boolean;
|
|
2299
|
+
required: boolean;
|
|
2274
2300
|
multiple_values: boolean;
|
|
2301
|
+
compute: boolean;
|
|
2275
2302
|
linked_tree?: {
|
|
2276
2303
|
id: string;
|
|
2277
2304
|
label?: any | null;
|
|
@@ -2279,6 +2306,7 @@ export type RecordFormAttributeTreeAttributeFragment = {
|
|
|
2279
2306
|
treeValuesList?: {
|
|
2280
2307
|
enable: boolean;
|
|
2281
2308
|
allowFreeEntry?: boolean | null;
|
|
2309
|
+
allowListUpdate?: boolean | null;
|
|
2282
2310
|
values?: Array<{
|
|
2283
2311
|
id: string;
|
|
2284
2312
|
record: {
|
|
@@ -2343,6 +2371,7 @@ export type RecordFormAttributeTreeAttributeFragment = {
|
|
|
2343
2371
|
values_list?: {
|
|
2344
2372
|
enable: boolean;
|
|
2345
2373
|
allowFreeEntry?: boolean | null;
|
|
2374
|
+
allowListUpdate?: boolean | null;
|
|
2346
2375
|
dateRangeValues?: Array<{
|
|
2347
2376
|
from?: string | null;
|
|
2348
2377
|
to?: string | null;
|
|
@@ -2350,6 +2379,7 @@ export type RecordFormAttributeTreeAttributeFragment = {
|
|
|
2350
2379
|
} | {
|
|
2351
2380
|
enable: boolean;
|
|
2352
2381
|
allowFreeEntry?: boolean | null;
|
|
2382
|
+
allowListUpdate?: boolean | null;
|
|
2353
2383
|
values?: Array<string> | null;
|
|
2354
2384
|
} | null;
|
|
2355
2385
|
metadata_fields?: Array<{
|
|
@@ -2361,6 +2391,7 @@ export type RecordFormAttributeFragment = RecordFormAttributeLinkAttributeFragme
|
|
|
2361
2391
|
export type StandardValuesListFragmentStandardDateRangeValuesListConfFragment = {
|
|
2362
2392
|
enable: boolean;
|
|
2363
2393
|
allowFreeEntry?: boolean | null;
|
|
2394
|
+
allowListUpdate?: boolean | null;
|
|
2364
2395
|
dateRangeValues?: Array<{
|
|
2365
2396
|
from?: string | null;
|
|
2366
2397
|
to?: string | null;
|
|
@@ -2369,6 +2400,7 @@ export type StandardValuesListFragmentStandardDateRangeValuesListConfFragment =
|
|
|
2369
2400
|
export type StandardValuesListFragmentStandardStringValuesListConfFragment = {
|
|
2370
2401
|
enable: boolean;
|
|
2371
2402
|
allowFreeEntry?: boolean | null;
|
|
2403
|
+
allowListUpdate?: boolean | null;
|
|
2372
2404
|
values?: Array<string> | null;
|
|
2373
2405
|
};
|
|
2374
2406
|
export type StandardValuesListFragmentFragment = StandardValuesListFragmentStandardDateRangeValuesListConfFragment | StandardValuesListFragmentStandardStringValuesListConfFragment;
|
|
@@ -2448,7 +2480,7 @@ export type ViewDetailsFragment = {
|
|
|
2448
2480
|
description?: any | null;
|
|
2449
2481
|
color?: string | null;
|
|
2450
2482
|
display: {
|
|
2451
|
-
size
|
|
2483
|
+
size?: ViewSizes | null;
|
|
2452
2484
|
type: ViewTypes;
|
|
2453
2485
|
};
|
|
2454
2486
|
created_by: {
|
|
@@ -2471,10 +2503,10 @@ export type ViewDetailsFragment = {
|
|
|
2471
2503
|
label?: any | null;
|
|
2472
2504
|
} | null;
|
|
2473
2505
|
}> | null;
|
|
2474
|
-
sort?: {
|
|
2506
|
+
sort?: Array<{
|
|
2475
2507
|
field: string;
|
|
2476
2508
|
order: SortOrder;
|
|
2477
|
-
} | null;
|
|
2509
|
+
}> | null;
|
|
2478
2510
|
valuesVersions?: Array<{
|
|
2479
2511
|
treeId: string;
|
|
2480
2512
|
treeNode: {
|
|
@@ -2495,11 +2527,139 @@ export type ViewDetailsFragment = {
|
|
|
2495
2527
|
};
|
|
2496
2528
|
};
|
|
2497
2529
|
}> | null;
|
|
2498
|
-
|
|
2499
|
-
|
|
2500
|
-
value?: any | null;
|
|
2530
|
+
attributes?: Array<{
|
|
2531
|
+
id: string;
|
|
2501
2532
|
}> | null;
|
|
2502
2533
|
};
|
|
2534
|
+
export type ViewDetailsFilterFragment = {
|
|
2535
|
+
field?: string | null;
|
|
2536
|
+
value?: string | null;
|
|
2537
|
+
condition?: RecordFilterCondition | null;
|
|
2538
|
+
operator?: RecordFilterOperator | null;
|
|
2539
|
+
tree?: {
|
|
2540
|
+
id: string;
|
|
2541
|
+
label?: any | null;
|
|
2542
|
+
} | null;
|
|
2543
|
+
};
|
|
2544
|
+
export type LinkAttributeDetailsFragment = {
|
|
2545
|
+
label?: any | null;
|
|
2546
|
+
linked_library?: {
|
|
2547
|
+
id: string;
|
|
2548
|
+
} | null;
|
|
2549
|
+
};
|
|
2550
|
+
export type AttributePropertiesFragment = {
|
|
2551
|
+
id: string;
|
|
2552
|
+
label?: any | null;
|
|
2553
|
+
type: AttributeType;
|
|
2554
|
+
format?: AttributeFormat | null;
|
|
2555
|
+
multiple_values: boolean;
|
|
2556
|
+
};
|
|
2557
|
+
export type PropertyValueLinkValueFragment = {
|
|
2558
|
+
linkPayload?: {
|
|
2559
|
+
id: string;
|
|
2560
|
+
whoAmI: {
|
|
2561
|
+
id: string;
|
|
2562
|
+
label?: string | null;
|
|
2563
|
+
subLabel?: string | null;
|
|
2564
|
+
color?: string | null;
|
|
2565
|
+
preview?: IPreviewScalar | null;
|
|
2566
|
+
library: {
|
|
2567
|
+
id: string;
|
|
2568
|
+
label?: any | null;
|
|
2569
|
+
};
|
|
2570
|
+
};
|
|
2571
|
+
} | null;
|
|
2572
|
+
};
|
|
2573
|
+
export type PropertyValueTreeValueFragment = {
|
|
2574
|
+
treePayload?: {
|
|
2575
|
+
record: {
|
|
2576
|
+
id: string;
|
|
2577
|
+
whoAmI: {
|
|
2578
|
+
id: string;
|
|
2579
|
+
label?: string | null;
|
|
2580
|
+
subLabel?: string | null;
|
|
2581
|
+
color?: string | null;
|
|
2582
|
+
preview?: IPreviewScalar | null;
|
|
2583
|
+
library: {
|
|
2584
|
+
id: string;
|
|
2585
|
+
label?: any | null;
|
|
2586
|
+
};
|
|
2587
|
+
};
|
|
2588
|
+
};
|
|
2589
|
+
} | null;
|
|
2590
|
+
};
|
|
2591
|
+
export type PropertyValueValueFragment = {
|
|
2592
|
+
valuePayload?: any | null;
|
|
2593
|
+
valueRawPayload?: any | null;
|
|
2594
|
+
};
|
|
2595
|
+
export type PropertyValueFragment = PropertyValueLinkValueFragment | PropertyValueTreeValueFragment | PropertyValueValueFragment;
|
|
2596
|
+
export type LinkPropertyLinkValueFragment = {
|
|
2597
|
+
id_value?: string | null;
|
|
2598
|
+
payload?: {
|
|
2599
|
+
id: string;
|
|
2600
|
+
properties: Array<{
|
|
2601
|
+
attributeId: string;
|
|
2602
|
+
attributeProperties: {
|
|
2603
|
+
id: string;
|
|
2604
|
+
label?: any | null;
|
|
2605
|
+
type: AttributeType;
|
|
2606
|
+
format?: AttributeFormat | null;
|
|
2607
|
+
multiple_values: boolean;
|
|
2608
|
+
};
|
|
2609
|
+
values: Array<{
|
|
2610
|
+
linkPayload?: {
|
|
2611
|
+
id: string;
|
|
2612
|
+
whoAmI: {
|
|
2613
|
+
id: string;
|
|
2614
|
+
label?: string | null;
|
|
2615
|
+
subLabel?: string | null;
|
|
2616
|
+
color?: string | null;
|
|
2617
|
+
preview?: IPreviewScalar | null;
|
|
2618
|
+
library: {
|
|
2619
|
+
id: string;
|
|
2620
|
+
label?: any | null;
|
|
2621
|
+
};
|
|
2622
|
+
};
|
|
2623
|
+
} | null;
|
|
2624
|
+
} | {
|
|
2625
|
+
treePayload?: {
|
|
2626
|
+
record: {
|
|
2627
|
+
id: string;
|
|
2628
|
+
whoAmI: {
|
|
2629
|
+
id: string;
|
|
2630
|
+
label?: string | null;
|
|
2631
|
+
subLabel?: string | null;
|
|
2632
|
+
color?: string | null;
|
|
2633
|
+
preview?: IPreviewScalar | null;
|
|
2634
|
+
library: {
|
|
2635
|
+
id: string;
|
|
2636
|
+
label?: any | null;
|
|
2637
|
+
};
|
|
2638
|
+
};
|
|
2639
|
+
};
|
|
2640
|
+
} | null;
|
|
2641
|
+
} | {
|
|
2642
|
+
valuePayload?: any | null;
|
|
2643
|
+
valueRawPayload?: any | null;
|
|
2644
|
+
}>;
|
|
2645
|
+
}>;
|
|
2646
|
+
whoAmI: {
|
|
2647
|
+
id: string;
|
|
2648
|
+
label?: string | null;
|
|
2649
|
+
subLabel?: string | null;
|
|
2650
|
+
color?: string | null;
|
|
2651
|
+
preview?: IPreviewScalar | null;
|
|
2652
|
+
library: {
|
|
2653
|
+
id: string;
|
|
2654
|
+
label?: any | null;
|
|
2655
|
+
};
|
|
2656
|
+
};
|
|
2657
|
+
} | null;
|
|
2658
|
+
};
|
|
2659
|
+
export type LinkPropertyTreeValueValueFragment = {
|
|
2660
|
+
id_value?: string | null;
|
|
2661
|
+
};
|
|
2662
|
+
export type LinkPropertyFragment = LinkPropertyLinkValueFragment | LinkPropertyTreeValueValueFragment;
|
|
2503
2663
|
export type CheckApplicationExistenceQueryVariables = Exact<{
|
|
2504
2664
|
id?: InputMaybe<Scalars['ID']>;
|
|
2505
2665
|
endpoint?: InputMaybe<Scalars['String']>;
|
|
@@ -3568,12 +3728,12 @@ export type RecordFormQuery = {
|
|
|
3568
3728
|
};
|
|
3569
3729
|
} | null;
|
|
3570
3730
|
} | null> | null;
|
|
3571
|
-
attribute
|
|
3731
|
+
attribute: {
|
|
3572
3732
|
id: string;
|
|
3573
3733
|
format?: AttributeFormat | null;
|
|
3574
3734
|
type: AttributeType;
|
|
3575
3735
|
system: boolean;
|
|
3576
|
-
}
|
|
3736
|
+
};
|
|
3577
3737
|
metadata?: Array<{
|
|
3578
3738
|
name: string;
|
|
3579
3739
|
value?: {
|
|
@@ -3711,12 +3871,12 @@ export type RecordFormQuery = {
|
|
|
3711
3871
|
};
|
|
3712
3872
|
} | null;
|
|
3713
3873
|
} | null> | null;
|
|
3714
|
-
attribute
|
|
3874
|
+
attribute: {
|
|
3715
3875
|
id: string;
|
|
3716
3876
|
format?: AttributeFormat | null;
|
|
3717
3877
|
type: AttributeType;
|
|
3718
3878
|
system: boolean;
|
|
3719
|
-
}
|
|
3879
|
+
};
|
|
3720
3880
|
metadata?: Array<{
|
|
3721
3881
|
name: string;
|
|
3722
3882
|
value?: {
|
|
@@ -3825,12 +3985,12 @@ export type RecordFormQuery = {
|
|
|
3825
3985
|
};
|
|
3826
3986
|
} | null;
|
|
3827
3987
|
} | null> | null;
|
|
3828
|
-
attribute
|
|
3988
|
+
attribute: {
|
|
3829
3989
|
id: string;
|
|
3830
3990
|
format?: AttributeFormat | null;
|
|
3831
3991
|
type: AttributeType;
|
|
3832
3992
|
system: boolean;
|
|
3833
|
-
}
|
|
3993
|
+
};
|
|
3834
3994
|
metadata?: Array<{
|
|
3835
3995
|
name: string;
|
|
3836
3996
|
value?: {
|
|
@@ -3894,7 +4054,9 @@ export type RecordFormQuery = {
|
|
|
3894
4054
|
format?: AttributeFormat | null;
|
|
3895
4055
|
system: boolean;
|
|
3896
4056
|
readonly: boolean;
|
|
4057
|
+
required: boolean;
|
|
3897
4058
|
multiple_values: boolean;
|
|
4059
|
+
compute: boolean;
|
|
3898
4060
|
linked_library?: {
|
|
3899
4061
|
id: string;
|
|
3900
4062
|
label?: any | null;
|
|
@@ -3906,6 +4068,7 @@ export type RecordFormQuery = {
|
|
|
3906
4068
|
linkValuesList?: {
|
|
3907
4069
|
enable: boolean;
|
|
3908
4070
|
allowFreeEntry?: boolean | null;
|
|
4071
|
+
allowListUpdate?: boolean | null;
|
|
3909
4072
|
values?: Array<{
|
|
3910
4073
|
id: string;
|
|
3911
4074
|
whoAmI: {
|
|
@@ -3951,6 +4114,7 @@ export type RecordFormQuery = {
|
|
|
3951
4114
|
values_list?: {
|
|
3952
4115
|
enable: boolean;
|
|
3953
4116
|
allowFreeEntry?: boolean | null;
|
|
4117
|
+
allowListUpdate?: boolean | null;
|
|
3954
4118
|
dateRangeValues?: Array<{
|
|
3955
4119
|
from?: string | null;
|
|
3956
4120
|
to?: string | null;
|
|
@@ -3958,6 +4122,7 @@ export type RecordFormQuery = {
|
|
|
3958
4122
|
} | {
|
|
3959
4123
|
enable: boolean;
|
|
3960
4124
|
allowFreeEntry?: boolean | null;
|
|
4125
|
+
allowListUpdate?: boolean | null;
|
|
3961
4126
|
values?: Array<string> | null;
|
|
3962
4127
|
} | null;
|
|
3963
4128
|
metadata_fields?: Array<{
|
|
@@ -3972,10 +4137,13 @@ export type RecordFormQuery = {
|
|
|
3972
4137
|
format?: AttributeFormat | null;
|
|
3973
4138
|
system: boolean;
|
|
3974
4139
|
readonly: boolean;
|
|
4140
|
+
required: boolean;
|
|
3975
4141
|
multiple_values: boolean;
|
|
4142
|
+
compute: boolean;
|
|
3976
4143
|
values_list?: {
|
|
3977
4144
|
enable: boolean;
|
|
3978
4145
|
allowFreeEntry?: boolean | null;
|
|
4146
|
+
allowListUpdate?: boolean | null;
|
|
3979
4147
|
dateRangeValues?: Array<{
|
|
3980
4148
|
from?: string | null;
|
|
3981
4149
|
to?: string | null;
|
|
@@ -3983,6 +4151,7 @@ export type RecordFormQuery = {
|
|
|
3983
4151
|
} | {
|
|
3984
4152
|
enable: boolean;
|
|
3985
4153
|
allowFreeEntry?: boolean | null;
|
|
4154
|
+
allowListUpdate?: boolean | null;
|
|
3986
4155
|
values?: Array<string> | null;
|
|
3987
4156
|
} | null;
|
|
3988
4157
|
permissions: {
|
|
@@ -4015,6 +4184,7 @@ export type RecordFormQuery = {
|
|
|
4015
4184
|
values_list?: {
|
|
4016
4185
|
enable: boolean;
|
|
4017
4186
|
allowFreeEntry?: boolean | null;
|
|
4187
|
+
allowListUpdate?: boolean | null;
|
|
4018
4188
|
dateRangeValues?: Array<{
|
|
4019
4189
|
from?: string | null;
|
|
4020
4190
|
to?: string | null;
|
|
@@ -4022,6 +4192,7 @@ export type RecordFormQuery = {
|
|
|
4022
4192
|
} | {
|
|
4023
4193
|
enable: boolean;
|
|
4024
4194
|
allowFreeEntry?: boolean | null;
|
|
4195
|
+
allowListUpdate?: boolean | null;
|
|
4025
4196
|
values?: Array<string> | null;
|
|
4026
4197
|
} | null;
|
|
4027
4198
|
metadata_fields?: Array<{
|
|
@@ -4036,7 +4207,9 @@ export type RecordFormQuery = {
|
|
|
4036
4207
|
format?: AttributeFormat | null;
|
|
4037
4208
|
system: boolean;
|
|
4038
4209
|
readonly: boolean;
|
|
4210
|
+
required: boolean;
|
|
4039
4211
|
multiple_values: boolean;
|
|
4212
|
+
compute: boolean;
|
|
4040
4213
|
linked_tree?: {
|
|
4041
4214
|
id: string;
|
|
4042
4215
|
label?: any | null;
|
|
@@ -4044,6 +4217,7 @@ export type RecordFormQuery = {
|
|
|
4044
4217
|
treeValuesList?: {
|
|
4045
4218
|
enable: boolean;
|
|
4046
4219
|
allowFreeEntry?: boolean | null;
|
|
4220
|
+
allowListUpdate?: boolean | null;
|
|
4047
4221
|
values?: Array<{
|
|
4048
4222
|
id: string;
|
|
4049
4223
|
record: {
|
|
@@ -4108,6 +4282,7 @@ export type RecordFormQuery = {
|
|
|
4108
4282
|
values_list?: {
|
|
4109
4283
|
enable: boolean;
|
|
4110
4284
|
allowFreeEntry?: boolean | null;
|
|
4285
|
+
allowListUpdate?: boolean | null;
|
|
4111
4286
|
dateRangeValues?: Array<{
|
|
4112
4287
|
from?: string | null;
|
|
4113
4288
|
to?: string | null;
|
|
@@ -4115,6 +4290,7 @@ export type RecordFormQuery = {
|
|
|
4115
4290
|
} | {
|
|
4116
4291
|
enable: boolean;
|
|
4117
4292
|
allowFreeEntry?: boolean | null;
|
|
4293
|
+
allowListUpdate?: boolean | null;
|
|
4118
4294
|
values?: Array<string> | null;
|
|
4119
4295
|
} | null;
|
|
4120
4296
|
metadata_fields?: Array<{
|
|
@@ -4230,12 +4406,12 @@ export type RecordUpdateSubscription = {
|
|
|
4230
4406
|
};
|
|
4231
4407
|
} | null;
|
|
4232
4408
|
} | null> | null;
|
|
4233
|
-
attribute
|
|
4409
|
+
attribute: {
|
|
4234
4410
|
id: string;
|
|
4235
4411
|
format?: AttributeFormat | null;
|
|
4236
4412
|
type: AttributeType;
|
|
4237
4413
|
system: boolean;
|
|
4238
|
-
}
|
|
4414
|
+
};
|
|
4239
4415
|
metadata?: Array<{
|
|
4240
4416
|
name: string;
|
|
4241
4417
|
value?: {
|
|
@@ -4373,12 +4549,12 @@ export type RecordUpdateSubscription = {
|
|
|
4373
4549
|
};
|
|
4374
4550
|
} | null;
|
|
4375
4551
|
} | null> | null;
|
|
4376
|
-
attribute
|
|
4552
|
+
attribute: {
|
|
4377
4553
|
id: string;
|
|
4378
4554
|
format?: AttributeFormat | null;
|
|
4379
4555
|
type: AttributeType;
|
|
4380
4556
|
system: boolean;
|
|
4381
|
-
}
|
|
4557
|
+
};
|
|
4382
4558
|
metadata?: Array<{
|
|
4383
4559
|
name: string;
|
|
4384
4560
|
value?: {
|
|
@@ -4487,12 +4663,12 @@ export type RecordUpdateSubscription = {
|
|
|
4487
4663
|
};
|
|
4488
4664
|
} | null;
|
|
4489
4665
|
} | null> | null;
|
|
4490
|
-
attribute
|
|
4666
|
+
attribute: {
|
|
4491
4667
|
id: string;
|
|
4492
4668
|
format?: AttributeFormat | null;
|
|
4493
4669
|
type: AttributeType;
|
|
4494
4670
|
system: boolean;
|
|
4495
|
-
}
|
|
4671
|
+
};
|
|
4496
4672
|
metadata?: Array<{
|
|
4497
4673
|
name: string;
|
|
4498
4674
|
value?: {
|
|
@@ -4814,12 +4990,12 @@ export type DeleteValueMutation = {
|
|
|
4814
4990
|
};
|
|
4815
4991
|
} | null;
|
|
4816
4992
|
} | null> | null;
|
|
4817
|
-
attribute
|
|
4993
|
+
attribute: {
|
|
4818
4994
|
id: string;
|
|
4819
4995
|
format?: AttributeFormat | null;
|
|
4820
4996
|
type: AttributeType;
|
|
4821
4997
|
system: boolean;
|
|
4822
|
-
}
|
|
4998
|
+
};
|
|
4823
4999
|
metadata?: Array<{
|
|
4824
5000
|
name: string;
|
|
4825
5001
|
value?: {
|
|
@@ -4957,12 +5133,12 @@ export type DeleteValueMutation = {
|
|
|
4957
5133
|
};
|
|
4958
5134
|
} | null;
|
|
4959
5135
|
} | null> | null;
|
|
4960
|
-
attribute
|
|
5136
|
+
attribute: {
|
|
4961
5137
|
id: string;
|
|
4962
5138
|
format?: AttributeFormat | null;
|
|
4963
5139
|
type: AttributeType;
|
|
4964
5140
|
system: boolean;
|
|
4965
|
-
}
|
|
5141
|
+
};
|
|
4966
5142
|
metadata?: Array<{
|
|
4967
5143
|
name: string;
|
|
4968
5144
|
value?: {
|
|
@@ -5071,12 +5247,12 @@ export type DeleteValueMutation = {
|
|
|
5071
5247
|
};
|
|
5072
5248
|
} | null;
|
|
5073
5249
|
} | null> | null;
|
|
5074
|
-
attribute
|
|
5250
|
+
attribute: {
|
|
5075
5251
|
id: string;
|
|
5076
5252
|
format?: AttributeFormat | null;
|
|
5077
5253
|
type: AttributeType;
|
|
5078
5254
|
system: boolean;
|
|
5079
|
-
}
|
|
5255
|
+
};
|
|
5080
5256
|
metadata?: Array<{
|
|
5081
5257
|
name: string;
|
|
5082
5258
|
value?: {
|
|
@@ -5133,85 +5309,207 @@ export type DeleteValueMutation = {
|
|
|
5133
5309
|
} | null> | null;
|
|
5134
5310
|
}>;
|
|
5135
5311
|
};
|
|
5136
|
-
export type
|
|
5312
|
+
export type RunActionsListAndFormatOnValueQueryVariables = Exact<{
|
|
5137
5313
|
library: Scalars['ID'];
|
|
5138
|
-
|
|
5139
|
-
version?: InputMaybe<Array<ValueVersionInput
|
|
5140
|
-
values: Array<ValueBatchInput> | ValueBatchInput;
|
|
5141
|
-
deleteEmpty?: InputMaybe<Scalars['Boolean']>;
|
|
5314
|
+
value?: InputMaybe<ValueBatchInput>;
|
|
5315
|
+
version?: InputMaybe<Array<InputMaybe<ValueVersionInput>> | InputMaybe<ValueVersionInput>>;
|
|
5142
5316
|
}>;
|
|
5143
|
-
export type
|
|
5144
|
-
|
|
5145
|
-
|
|
5146
|
-
|
|
5147
|
-
|
|
5148
|
-
|
|
5149
|
-
|
|
5150
|
-
|
|
5151
|
-
|
|
5317
|
+
export type RunActionsListAndFormatOnValueQuery = {
|
|
5318
|
+
runActionsListAndFormatOnValue: Array<{
|
|
5319
|
+
id_value?: string | null;
|
|
5320
|
+
isInherited?: boolean | null;
|
|
5321
|
+
isCalculated?: boolean | null;
|
|
5322
|
+
modified_at?: number | null;
|
|
5323
|
+
created_at?: number | null;
|
|
5324
|
+
payload?: any | null;
|
|
5325
|
+
raw_payload?: any | null;
|
|
5326
|
+
value?: any | null;
|
|
5327
|
+
raw_value?: any | null;
|
|
5328
|
+
modified_by?: {
|
|
5329
|
+
id: string;
|
|
5330
|
+
whoAmI: {
|
|
5152
5331
|
id: string;
|
|
5153
|
-
|
|
5332
|
+
label?: string | null;
|
|
5333
|
+
subLabel?: string | null;
|
|
5334
|
+
color?: string | null;
|
|
5335
|
+
preview?: IPreviewScalar | null;
|
|
5336
|
+
library: {
|
|
5154
5337
|
id: string;
|
|
5155
|
-
label?:
|
|
5156
|
-
subLabel?: string | null;
|
|
5157
|
-
color?: string | null;
|
|
5158
|
-
preview?: IPreviewScalar | null;
|
|
5159
|
-
library: {
|
|
5160
|
-
id: string;
|
|
5161
|
-
label?: any | null;
|
|
5162
|
-
};
|
|
5338
|
+
label?: any | null;
|
|
5163
5339
|
};
|
|
5164
|
-
}
|
|
5165
|
-
|
|
5340
|
+
};
|
|
5341
|
+
} | null;
|
|
5342
|
+
created_by?: {
|
|
5343
|
+
id: string;
|
|
5344
|
+
whoAmI: {
|
|
5166
5345
|
id: string;
|
|
5167
|
-
|
|
5346
|
+
label?: string | null;
|
|
5347
|
+
subLabel?: string | null;
|
|
5348
|
+
color?: string | null;
|
|
5349
|
+
preview?: IPreviewScalar | null;
|
|
5350
|
+
library: {
|
|
5168
5351
|
id: string;
|
|
5169
|
-
label?:
|
|
5170
|
-
subLabel?: string | null;
|
|
5171
|
-
color?: string | null;
|
|
5172
|
-
preview?: IPreviewScalar | null;
|
|
5173
|
-
library: {
|
|
5174
|
-
id: string;
|
|
5175
|
-
label?: any | null;
|
|
5176
|
-
};
|
|
5352
|
+
label?: any | null;
|
|
5177
5353
|
};
|
|
5178
|
-
}
|
|
5179
|
-
|
|
5354
|
+
};
|
|
5355
|
+
} | null;
|
|
5356
|
+
version?: Array<{
|
|
5357
|
+
treeId: string;
|
|
5358
|
+
treeNode?: {
|
|
5180
5359
|
id: string;
|
|
5181
|
-
|
|
5360
|
+
record: {
|
|
5182
5361
|
id: string;
|
|
5183
|
-
|
|
5184
|
-
subLabel?: string | null;
|
|
5185
|
-
color?: string | null;
|
|
5186
|
-
preview?: IPreviewScalar | null;
|
|
5187
|
-
library: {
|
|
5362
|
+
whoAmI: {
|
|
5188
5363
|
id: string;
|
|
5189
|
-
label?:
|
|
5364
|
+
label?: string | null;
|
|
5365
|
+
library: {
|
|
5366
|
+
id: string;
|
|
5367
|
+
};
|
|
5190
5368
|
};
|
|
5191
5369
|
};
|
|
5192
5370
|
} | null;
|
|
5193
|
-
|
|
5194
|
-
|
|
5195
|
-
|
|
5371
|
+
} | null> | null;
|
|
5372
|
+
attribute: {
|
|
5373
|
+
id: string;
|
|
5374
|
+
format?: AttributeFormat | null;
|
|
5375
|
+
type: AttributeType;
|
|
5376
|
+
system: boolean;
|
|
5377
|
+
};
|
|
5378
|
+
metadata?: Array<{
|
|
5379
|
+
name: string;
|
|
5380
|
+
value?: {
|
|
5381
|
+
id_value?: string | null;
|
|
5382
|
+
modified_at?: number | null;
|
|
5383
|
+
created_at?: number | null;
|
|
5384
|
+
payload?: any | null;
|
|
5385
|
+
raw_payload?: any | null;
|
|
5386
|
+
modified_by?: {
|
|
5196
5387
|
id: string;
|
|
5197
|
-
|
|
5388
|
+
whoAmI: {
|
|
5198
5389
|
id: string;
|
|
5199
|
-
|
|
5390
|
+
label?: string | null;
|
|
5391
|
+
subLabel?: string | null;
|
|
5392
|
+
color?: string | null;
|
|
5393
|
+
preview?: IPreviewScalar | null;
|
|
5394
|
+
library: {
|
|
5200
5395
|
id: string;
|
|
5201
|
-
label?:
|
|
5202
|
-
|
|
5203
|
-
|
|
5396
|
+
label?: any | null;
|
|
5397
|
+
};
|
|
5398
|
+
};
|
|
5399
|
+
} | null;
|
|
5400
|
+
created_by?: {
|
|
5401
|
+
id: string;
|
|
5402
|
+
whoAmI: {
|
|
5403
|
+
id: string;
|
|
5404
|
+
label?: string | null;
|
|
5405
|
+
subLabel?: string | null;
|
|
5406
|
+
color?: string | null;
|
|
5407
|
+
preview?: IPreviewScalar | null;
|
|
5408
|
+
library: {
|
|
5409
|
+
id: string;
|
|
5410
|
+
label?: any | null;
|
|
5411
|
+
};
|
|
5412
|
+
};
|
|
5413
|
+
} | null;
|
|
5414
|
+
version?: Array<{
|
|
5415
|
+
treeId: string;
|
|
5416
|
+
treeNode?: {
|
|
5417
|
+
id: string;
|
|
5418
|
+
record: {
|
|
5419
|
+
id: string;
|
|
5420
|
+
whoAmI: {
|
|
5421
|
+
id: string;
|
|
5422
|
+
label?: string | null;
|
|
5423
|
+
library: {
|
|
5424
|
+
id: string;
|
|
5425
|
+
};
|
|
5426
|
+
};
|
|
5427
|
+
};
|
|
5428
|
+
} | null;
|
|
5429
|
+
} | null> | null;
|
|
5430
|
+
} | null;
|
|
5431
|
+
} | null> | null;
|
|
5432
|
+
}>;
|
|
5433
|
+
};
|
|
5434
|
+
export type SaveValueBatchMutationVariables = Exact<{
|
|
5435
|
+
library: Scalars['ID'];
|
|
5436
|
+
recordId: Scalars['ID'];
|
|
5437
|
+
version?: InputMaybe<Array<ValueVersionInput> | ValueVersionInput>;
|
|
5438
|
+
values: Array<ValueBatchInput> | ValueBatchInput;
|
|
5439
|
+
deleteEmpty?: InputMaybe<Scalars['Boolean']>;
|
|
5440
|
+
}>;
|
|
5441
|
+
export type SaveValueBatchMutation = {
|
|
5442
|
+
saveValueBatch: {
|
|
5443
|
+
values?: Array<{
|
|
5444
|
+
id_value?: string | null;
|
|
5445
|
+
isInherited?: boolean | null;
|
|
5446
|
+
isCalculated?: boolean | null;
|
|
5447
|
+
modified_at?: number | null;
|
|
5448
|
+
created_at?: number | null;
|
|
5449
|
+
linkValue?: {
|
|
5450
|
+
id: string;
|
|
5451
|
+
whoAmI: {
|
|
5452
|
+
id: string;
|
|
5453
|
+
label?: string | null;
|
|
5454
|
+
subLabel?: string | null;
|
|
5455
|
+
color?: string | null;
|
|
5456
|
+
preview?: IPreviewScalar | null;
|
|
5457
|
+
library: {
|
|
5458
|
+
id: string;
|
|
5459
|
+
label?: any | null;
|
|
5460
|
+
};
|
|
5461
|
+
};
|
|
5462
|
+
} | null;
|
|
5463
|
+
modified_by?: {
|
|
5464
|
+
id: string;
|
|
5465
|
+
whoAmI: {
|
|
5466
|
+
id: string;
|
|
5467
|
+
label?: string | null;
|
|
5468
|
+
subLabel?: string | null;
|
|
5469
|
+
color?: string | null;
|
|
5470
|
+
preview?: IPreviewScalar | null;
|
|
5471
|
+
library: {
|
|
5472
|
+
id: string;
|
|
5473
|
+
label?: any | null;
|
|
5474
|
+
};
|
|
5475
|
+
};
|
|
5476
|
+
} | null;
|
|
5477
|
+
created_by?: {
|
|
5478
|
+
id: string;
|
|
5479
|
+
whoAmI: {
|
|
5480
|
+
id: string;
|
|
5481
|
+
label?: string | null;
|
|
5482
|
+
subLabel?: string | null;
|
|
5483
|
+
color?: string | null;
|
|
5484
|
+
preview?: IPreviewScalar | null;
|
|
5485
|
+
library: {
|
|
5486
|
+
id: string;
|
|
5487
|
+
label?: any | null;
|
|
5488
|
+
};
|
|
5489
|
+
};
|
|
5490
|
+
} | null;
|
|
5491
|
+
version?: Array<{
|
|
5492
|
+
treeId: string;
|
|
5493
|
+
treeNode?: {
|
|
5494
|
+
id: string;
|
|
5495
|
+
record: {
|
|
5496
|
+
id: string;
|
|
5497
|
+
whoAmI: {
|
|
5498
|
+
id: string;
|
|
5499
|
+
label?: string | null;
|
|
5500
|
+
library: {
|
|
5501
|
+
id: string;
|
|
5204
5502
|
};
|
|
5205
5503
|
};
|
|
5206
5504
|
};
|
|
5207
5505
|
} | null;
|
|
5208
5506
|
} | null> | null;
|
|
5209
|
-
attribute
|
|
5507
|
+
attribute: {
|
|
5210
5508
|
id: string;
|
|
5211
5509
|
format?: AttributeFormat | null;
|
|
5212
5510
|
type: AttributeType;
|
|
5213
5511
|
system: boolean;
|
|
5214
|
-
}
|
|
5512
|
+
};
|
|
5215
5513
|
metadata?: Array<{
|
|
5216
5514
|
name: string;
|
|
5217
5515
|
value?: {
|
|
@@ -5349,12 +5647,12 @@ export type SaveValueBatchMutation = {
|
|
|
5349
5647
|
};
|
|
5350
5648
|
} | null;
|
|
5351
5649
|
} | null> | null;
|
|
5352
|
-
attribute
|
|
5650
|
+
attribute: {
|
|
5353
5651
|
id: string;
|
|
5354
5652
|
format?: AttributeFormat | null;
|
|
5355
5653
|
type: AttributeType;
|
|
5356
5654
|
system: boolean;
|
|
5357
|
-
}
|
|
5655
|
+
};
|
|
5358
5656
|
metadata?: Array<{
|
|
5359
5657
|
name: string;
|
|
5360
5658
|
value?: {
|
|
@@ -5463,12 +5761,12 @@ export type SaveValueBatchMutation = {
|
|
|
5463
5761
|
};
|
|
5464
5762
|
} | null;
|
|
5465
5763
|
} | null> | null;
|
|
5466
|
-
attribute
|
|
5764
|
+
attribute: {
|
|
5467
5765
|
id: string;
|
|
5468
5766
|
format?: AttributeFormat | null;
|
|
5469
5767
|
type: AttributeType;
|
|
5470
5768
|
system: boolean;
|
|
5471
|
-
}
|
|
5769
|
+
};
|
|
5472
5770
|
metadata?: Array<{
|
|
5473
5771
|
name: string;
|
|
5474
5772
|
value?: {
|
|
@@ -5552,7 +5850,7 @@ export type GetViewQuery = {
|
|
|
5552
5850
|
description?: any | null;
|
|
5553
5851
|
color?: string | null;
|
|
5554
5852
|
display: {
|
|
5555
|
-
size
|
|
5853
|
+
size?: ViewSizes | null;
|
|
5556
5854
|
type: ViewTypes;
|
|
5557
5855
|
};
|
|
5558
5856
|
created_by: {
|
|
@@ -5575,10 +5873,10 @@ export type GetViewQuery = {
|
|
|
5575
5873
|
label?: any | null;
|
|
5576
5874
|
} | null;
|
|
5577
5875
|
}> | null;
|
|
5578
|
-
sort?: {
|
|
5876
|
+
sort?: Array<{
|
|
5579
5877
|
field: string;
|
|
5580
5878
|
order: SortOrder;
|
|
5581
|
-
} | null;
|
|
5879
|
+
}> | null;
|
|
5582
5880
|
valuesVersions?: Array<{
|
|
5583
5881
|
treeId: string;
|
|
5584
5882
|
treeNode: {
|
|
@@ -5599,9 +5897,8 @@ export type GetViewQuery = {
|
|
|
5599
5897
|
};
|
|
5600
5898
|
};
|
|
5601
5899
|
}> | null;
|
|
5602
|
-
|
|
5603
|
-
|
|
5604
|
-
value?: any | null;
|
|
5900
|
+
attributes?: Array<{
|
|
5901
|
+
id: string;
|
|
5605
5902
|
}> | null;
|
|
5606
5903
|
};
|
|
5607
5904
|
};
|
|
@@ -5618,7 +5915,7 @@ export type GetViewsListQuery = {
|
|
|
5618
5915
|
description?: any | null;
|
|
5619
5916
|
color?: string | null;
|
|
5620
5917
|
display: {
|
|
5621
|
-
size
|
|
5918
|
+
size?: ViewSizes | null;
|
|
5622
5919
|
type: ViewTypes;
|
|
5623
5920
|
};
|
|
5624
5921
|
created_by: {
|
|
@@ -5641,10 +5938,10 @@ export type GetViewsListQuery = {
|
|
|
5641
5938
|
label?: any | null;
|
|
5642
5939
|
} | null;
|
|
5643
5940
|
}> | null;
|
|
5644
|
-
sort?: {
|
|
5941
|
+
sort?: Array<{
|
|
5645
5942
|
field: string;
|
|
5646
5943
|
order: SortOrder;
|
|
5647
|
-
} | null;
|
|
5944
|
+
}> | null;
|
|
5648
5945
|
valuesVersions?: Array<{
|
|
5649
5946
|
treeId: string;
|
|
5650
5947
|
treeNode: {
|
|
@@ -5665,17 +5962,16 @@ export type GetViewsListQuery = {
|
|
|
5665
5962
|
};
|
|
5666
5963
|
};
|
|
5667
5964
|
}> | null;
|
|
5668
|
-
|
|
5669
|
-
|
|
5670
|
-
value?: any | null;
|
|
5965
|
+
attributes?: Array<{
|
|
5966
|
+
id: string;
|
|
5671
5967
|
}> | null;
|
|
5672
5968
|
}>;
|
|
5673
5969
|
};
|
|
5674
5970
|
};
|
|
5675
|
-
export type
|
|
5971
|
+
export type SaveViewMutationVariables = Exact<{
|
|
5676
5972
|
view: ViewInput;
|
|
5677
5973
|
}>;
|
|
5678
|
-
export type
|
|
5974
|
+
export type SaveViewMutation = {
|
|
5679
5975
|
saveView: {
|
|
5680
5976
|
id: string;
|
|
5681
5977
|
shared: boolean;
|
|
@@ -5683,7 +5979,7 @@ export type AddViewMutation = {
|
|
|
5683
5979
|
description?: any | null;
|
|
5684
5980
|
color?: string | null;
|
|
5685
5981
|
display: {
|
|
5686
|
-
size
|
|
5982
|
+
size?: ViewSizes | null;
|
|
5687
5983
|
type: ViewTypes;
|
|
5688
5984
|
};
|
|
5689
5985
|
created_by: {
|
|
@@ -5706,10 +6002,10 @@ export type AddViewMutation = {
|
|
|
5706
6002
|
label?: any | null;
|
|
5707
6003
|
} | null;
|
|
5708
6004
|
}> | null;
|
|
5709
|
-
sort?: {
|
|
6005
|
+
sort?: Array<{
|
|
5710
6006
|
field: string;
|
|
5711
6007
|
order: SortOrder;
|
|
5712
|
-
} | null;
|
|
6008
|
+
}> | null;
|
|
5713
6009
|
valuesVersions?: Array<{
|
|
5714
6010
|
treeId: string;
|
|
5715
6011
|
treeNode: {
|
|
@@ -5730,32 +6026,221 @@ export type AddViewMutation = {
|
|
|
5730
6026
|
};
|
|
5731
6027
|
};
|
|
5732
6028
|
}> | null;
|
|
5733
|
-
|
|
5734
|
-
|
|
5735
|
-
value?: any | null;
|
|
6029
|
+
attributes?: Array<{
|
|
6030
|
+
id: string;
|
|
5736
6031
|
}> | null;
|
|
5737
6032
|
};
|
|
5738
6033
|
};
|
|
5739
|
-
export type
|
|
6034
|
+
export type ExplorerAttributesQueryVariables = Exact<{
|
|
6035
|
+
ids?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
|
|
6036
|
+
}>;
|
|
6037
|
+
export type ExplorerAttributesQuery = {
|
|
6038
|
+
attributes?: {
|
|
6039
|
+
list: Array<{
|
|
6040
|
+
id: string;
|
|
6041
|
+
type: AttributeType;
|
|
6042
|
+
format?: AttributeFormat | null;
|
|
6043
|
+
label?: any | null;
|
|
6044
|
+
}>;
|
|
6045
|
+
} | null;
|
|
6046
|
+
};
|
|
6047
|
+
export type ExplorerLinkAttributeQueryVariables = Exact<{
|
|
6048
|
+
id: Scalars['ID'];
|
|
6049
|
+
}>;
|
|
6050
|
+
export type ExplorerLinkAttributeQuery = {
|
|
6051
|
+
attributes?: {
|
|
6052
|
+
list: Array<{
|
|
6053
|
+
label?: any | null;
|
|
6054
|
+
id: string;
|
|
6055
|
+
multiple_values: boolean;
|
|
6056
|
+
linked_library?: {
|
|
6057
|
+
id: string;
|
|
6058
|
+
} | null;
|
|
6059
|
+
} | {
|
|
6060
|
+
id: string;
|
|
6061
|
+
multiple_values: boolean;
|
|
6062
|
+
}>;
|
|
6063
|
+
} | null;
|
|
6064
|
+
};
|
|
6065
|
+
export type ExplorerLibraryDataQueryVariables = Exact<{
|
|
5740
6066
|
libraryId: Scalars['ID'];
|
|
6067
|
+
attributeIds: Array<Scalars['ID']> | Scalars['ID'];
|
|
6068
|
+
pagination?: InputMaybe<RecordsPagination>;
|
|
6069
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
6070
|
+
multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
|
|
6071
|
+
searchQuery?: InputMaybe<Scalars['String']>;
|
|
5741
6072
|
}>;
|
|
5742
|
-
export type
|
|
6073
|
+
export type ExplorerLibraryDataQuery = {
|
|
5743
6074
|
records: {
|
|
6075
|
+
totalCount?: number | null;
|
|
5744
6076
|
list: Array<{
|
|
5745
6077
|
id: string;
|
|
5746
6078
|
whoAmI: {
|
|
6079
|
+
id: string;
|
|
5747
6080
|
label?: string | null;
|
|
5748
6081
|
subLabel?: string | null;
|
|
6082
|
+
color?: string | null;
|
|
5749
6083
|
preview?: IPreviewScalar | null;
|
|
6084
|
+
library: {
|
|
6085
|
+
id: string;
|
|
6086
|
+
label?: any | null;
|
|
6087
|
+
};
|
|
6088
|
+
};
|
|
6089
|
+
properties: Array<{
|
|
6090
|
+
attributeId: string;
|
|
6091
|
+
attributeProperties: {
|
|
6092
|
+
id: string;
|
|
6093
|
+
label?: any | null;
|
|
6094
|
+
type: AttributeType;
|
|
6095
|
+
format?: AttributeFormat | null;
|
|
6096
|
+
multiple_values: boolean;
|
|
6097
|
+
};
|
|
6098
|
+
values: Array<{
|
|
6099
|
+
linkPayload?: {
|
|
6100
|
+
id: string;
|
|
6101
|
+
whoAmI: {
|
|
6102
|
+
id: string;
|
|
6103
|
+
label?: string | null;
|
|
6104
|
+
subLabel?: string | null;
|
|
6105
|
+
color?: string | null;
|
|
6106
|
+
preview?: IPreviewScalar | null;
|
|
6107
|
+
library: {
|
|
6108
|
+
id: string;
|
|
6109
|
+
label?: any | null;
|
|
6110
|
+
};
|
|
6111
|
+
};
|
|
6112
|
+
} | null;
|
|
6113
|
+
} | {
|
|
6114
|
+
treePayload?: {
|
|
6115
|
+
record: {
|
|
6116
|
+
id: string;
|
|
6117
|
+
whoAmI: {
|
|
6118
|
+
id: string;
|
|
6119
|
+
label?: string | null;
|
|
6120
|
+
subLabel?: string | null;
|
|
6121
|
+
color?: string | null;
|
|
6122
|
+
preview?: IPreviewScalar | null;
|
|
6123
|
+
library: {
|
|
6124
|
+
id: string;
|
|
6125
|
+
label?: any | null;
|
|
6126
|
+
};
|
|
6127
|
+
};
|
|
6128
|
+
};
|
|
6129
|
+
} | null;
|
|
6130
|
+
} | {
|
|
6131
|
+
valuePayload?: any | null;
|
|
6132
|
+
valueRawPayload?: any | null;
|
|
6133
|
+
}>;
|
|
6134
|
+
}>;
|
|
6135
|
+
}>;
|
|
6136
|
+
};
|
|
6137
|
+
};
|
|
6138
|
+
export type ExplorerLinkDataQueryVariables = Exact<{
|
|
6139
|
+
attributeIds: Array<Scalars['ID']> | Scalars['ID'];
|
|
6140
|
+
parentLibraryId: Scalars['ID'];
|
|
6141
|
+
parentRecordId?: InputMaybe<Scalars['String']>;
|
|
6142
|
+
linkAttributeId: Scalars['ID'];
|
|
6143
|
+
}>;
|
|
6144
|
+
export type ExplorerLinkDataQuery = {
|
|
6145
|
+
records: {
|
|
6146
|
+
list: Array<{
|
|
6147
|
+
id: string;
|
|
6148
|
+
whoAmI: {
|
|
5750
6149
|
id: string;
|
|
5751
|
-
color?: string | null;
|
|
5752
6150
|
library: {
|
|
5753
6151
|
id: string;
|
|
5754
6152
|
};
|
|
5755
6153
|
};
|
|
6154
|
+
property: Array<{
|
|
6155
|
+
id_value?: string | null;
|
|
6156
|
+
payload?: {
|
|
6157
|
+
id: string;
|
|
6158
|
+
whoAmI: {
|
|
6159
|
+
id: string;
|
|
6160
|
+
label?: string | null;
|
|
6161
|
+
subLabel?: string | null;
|
|
6162
|
+
color?: string | null;
|
|
6163
|
+
preview?: IPreviewScalar | null;
|
|
6164
|
+
library: {
|
|
6165
|
+
id: string;
|
|
6166
|
+
label?: any | null;
|
|
6167
|
+
};
|
|
6168
|
+
};
|
|
6169
|
+
properties: Array<{
|
|
6170
|
+
attributeId: string;
|
|
6171
|
+
attributeProperties: {
|
|
6172
|
+
id: string;
|
|
6173
|
+
label?: any | null;
|
|
6174
|
+
type: AttributeType;
|
|
6175
|
+
format?: AttributeFormat | null;
|
|
6176
|
+
multiple_values: boolean;
|
|
6177
|
+
};
|
|
6178
|
+
values: Array<{
|
|
6179
|
+
linkPayload?: {
|
|
6180
|
+
id: string;
|
|
6181
|
+
whoAmI: {
|
|
6182
|
+
id: string;
|
|
6183
|
+
label?: string | null;
|
|
6184
|
+
subLabel?: string | null;
|
|
6185
|
+
color?: string | null;
|
|
6186
|
+
preview?: IPreviewScalar | null;
|
|
6187
|
+
library: {
|
|
6188
|
+
id: string;
|
|
6189
|
+
label?: any | null;
|
|
6190
|
+
};
|
|
6191
|
+
};
|
|
6192
|
+
} | null;
|
|
6193
|
+
} | {
|
|
6194
|
+
treePayload?: {
|
|
6195
|
+
record: {
|
|
6196
|
+
id: string;
|
|
6197
|
+
whoAmI: {
|
|
6198
|
+
id: string;
|
|
6199
|
+
label?: string | null;
|
|
6200
|
+
subLabel?: string | null;
|
|
6201
|
+
color?: string | null;
|
|
6202
|
+
preview?: IPreviewScalar | null;
|
|
6203
|
+
library: {
|
|
6204
|
+
id: string;
|
|
6205
|
+
label?: any | null;
|
|
6206
|
+
};
|
|
6207
|
+
};
|
|
6208
|
+
};
|
|
6209
|
+
} | null;
|
|
6210
|
+
} | {
|
|
6211
|
+
valuePayload?: any | null;
|
|
6212
|
+
valueRawPayload?: any | null;
|
|
6213
|
+
}>;
|
|
6214
|
+
}>;
|
|
6215
|
+
} | null;
|
|
6216
|
+
} | {
|
|
6217
|
+
id_value?: string | null;
|
|
6218
|
+
}>;
|
|
5756
6219
|
}>;
|
|
5757
6220
|
};
|
|
5758
6221
|
};
|
|
6222
|
+
export type ExplorerLibraryDetailsQueryVariables = Exact<{
|
|
6223
|
+
libraryId: Scalars['ID'];
|
|
6224
|
+
}>;
|
|
6225
|
+
export type ExplorerLibraryDetailsQuery = {
|
|
6226
|
+
libraries?: {
|
|
6227
|
+
list: Array<{
|
|
6228
|
+
id: string;
|
|
6229
|
+
label?: any | null;
|
|
6230
|
+
}>;
|
|
6231
|
+
} | null;
|
|
6232
|
+
};
|
|
6233
|
+
export type TreeDataQueryQueryVariables = Exact<{
|
|
6234
|
+
treeId: Scalars['ID'];
|
|
6235
|
+
}>;
|
|
6236
|
+
export type TreeDataQueryQuery = {
|
|
6237
|
+
trees?: {
|
|
6238
|
+
list: Array<{
|
|
6239
|
+
id: string;
|
|
6240
|
+
label?: any | null;
|
|
6241
|
+
}>;
|
|
6242
|
+
} | null;
|
|
6243
|
+
};
|
|
5759
6244
|
export declare const RecordIdentityFragmentDoc: Apollo.DocumentNode;
|
|
5760
6245
|
export declare const DetailsApplicationFragmentDoc: Apollo.DocumentNode;
|
|
5761
6246
|
export declare const AttributeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
@@ -5773,7 +6258,12 @@ export declare const RecordFormElementFragmentDoc: Apollo.DocumentNode;
|
|
|
5773
6258
|
export declare const TreeLightFragmentDoc: Apollo.DocumentNode;
|
|
5774
6259
|
export declare const TreeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
5775
6260
|
export declare const TreeNodeChildFragmentDoc: Apollo.DocumentNode;
|
|
6261
|
+
export declare const ViewDetailsFilterFragmentDoc: Apollo.DocumentNode;
|
|
5776
6262
|
export declare const ViewDetailsFragmentDoc: Apollo.DocumentNode;
|
|
6263
|
+
export declare const LinkAttributeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
6264
|
+
export declare const AttributePropertiesFragmentDoc: Apollo.DocumentNode;
|
|
6265
|
+
export declare const PropertyValueFragmentDoc: Apollo.DocumentNode;
|
|
6266
|
+
export declare const LinkPropertyFragmentDoc: Apollo.DocumentNode;
|
|
5777
6267
|
export declare const CheckApplicationExistenceDocument: Apollo.DocumentNode;
|
|
5778
6268
|
/**
|
|
5779
6269
|
* __useCheckApplicationExistenceQuery__
|
|
@@ -7017,6 +7507,38 @@ export declare function useDeleteValueMutation(baseOptions?: Apollo.MutationHook
|
|
|
7017
7507
|
export type DeleteValueMutationHookResult = ReturnType<typeof useDeleteValueMutation>;
|
|
7018
7508
|
export type DeleteValueMutationResult = Apollo.MutationResult<DeleteValueMutation>;
|
|
7019
7509
|
export type DeleteValueMutationOptions = Apollo.BaseMutationOptions<DeleteValueMutation, DeleteValueMutationVariables>;
|
|
7510
|
+
export declare const RunActionsListAndFormatOnValueDocument: Apollo.DocumentNode;
|
|
7511
|
+
/**
|
|
7512
|
+
* __useRunActionsListAndFormatOnValueQuery__
|
|
7513
|
+
*
|
|
7514
|
+
* To run a query within a React component, call `useRunActionsListAndFormatOnValueQuery` and pass it any options that fit your needs.
|
|
7515
|
+
* When your component renders, `useRunActionsListAndFormatOnValueQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7516
|
+
* you can use to render your UI.
|
|
7517
|
+
*
|
|
7518
|
+
* @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;
|
|
7519
|
+
*
|
|
7520
|
+
* @example
|
|
7521
|
+
* const { data, loading, error } = useRunActionsListAndFormatOnValueQuery({
|
|
7522
|
+
* variables: {
|
|
7523
|
+
* library: // value for 'library'
|
|
7524
|
+
* value: // value for 'value'
|
|
7525
|
+
* version: // value for 'version'
|
|
7526
|
+
* },
|
|
7527
|
+
* });
|
|
7528
|
+
*/
|
|
7529
|
+
export declare function useRunActionsListAndFormatOnValueQuery(baseOptions: Apollo.QueryHookOptions<RunActionsListAndFormatOnValueQuery, RunActionsListAndFormatOnValueQueryVariables>): Apollo.QueryResult<RunActionsListAndFormatOnValueQuery, Exact<{
|
|
7530
|
+
library: Scalars["ID"];
|
|
7531
|
+
value?: InputMaybe<ValueBatchInput>;
|
|
7532
|
+
version?: InputMaybe<Array<InputMaybe<ValueVersionInput>> | InputMaybe<ValueVersionInput>>;
|
|
7533
|
+
}>>;
|
|
7534
|
+
export declare function useRunActionsListAndFormatOnValueLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<RunActionsListAndFormatOnValueQuery, RunActionsListAndFormatOnValueQueryVariables>): Apollo.LazyQueryResultTuple<RunActionsListAndFormatOnValueQuery, Exact<{
|
|
7535
|
+
library: Scalars["ID"];
|
|
7536
|
+
value?: InputMaybe<ValueBatchInput>;
|
|
7537
|
+
version?: InputMaybe<Array<InputMaybe<ValueVersionInput>> | InputMaybe<ValueVersionInput>>;
|
|
7538
|
+
}>>;
|
|
7539
|
+
export type RunActionsListAndFormatOnValueQueryHookResult = ReturnType<typeof useRunActionsListAndFormatOnValueQuery>;
|
|
7540
|
+
export type RunActionsListAndFormatOnValueLazyQueryHookResult = ReturnType<typeof useRunActionsListAndFormatOnValueLazyQuery>;
|
|
7541
|
+
export type RunActionsListAndFormatOnValueQueryResult = Apollo.QueryResult<RunActionsListAndFormatOnValueQuery, RunActionsListAndFormatOnValueQueryVariables>;
|
|
7020
7542
|
export declare const SaveValueBatchDocument: Apollo.DocumentNode;
|
|
7021
7543
|
export type SaveValueBatchMutationFn = Apollo.MutationFunction<SaveValueBatchMutation, SaveValueBatchMutationVariables>;
|
|
7022
7544
|
/**
|
|
@@ -7127,54 +7649,208 @@ export declare function useGetViewsListLazyQuery(baseOptions?: Apollo.LazyQueryH
|
|
|
7127
7649
|
export type GetViewsListQueryHookResult = ReturnType<typeof useGetViewsListQuery>;
|
|
7128
7650
|
export type GetViewsListLazyQueryHookResult = ReturnType<typeof useGetViewsListLazyQuery>;
|
|
7129
7651
|
export type GetViewsListQueryResult = Apollo.QueryResult<GetViewsListQuery, GetViewsListQueryVariables>;
|
|
7130
|
-
export declare const
|
|
7131
|
-
export type
|
|
7652
|
+
export declare const SaveViewDocument: Apollo.DocumentNode;
|
|
7653
|
+
export type SaveViewMutationFn = Apollo.MutationFunction<SaveViewMutation, SaveViewMutationVariables>;
|
|
7132
7654
|
/**
|
|
7133
|
-
*
|
|
7655
|
+
* __useSaveViewMutation__
|
|
7134
7656
|
*
|
|
7135
|
-
* To run a mutation, you first call `
|
|
7136
|
-
* When your component renders, `
|
|
7657
|
+
* To run a mutation, you first call `useSaveViewMutation` within a React component and pass it any options that fit your needs.
|
|
7658
|
+
* When your component renders, `useSaveViewMutation` returns a tuple that includes:
|
|
7137
7659
|
* - A mutate function that you can call at any time to execute the mutation
|
|
7138
7660
|
* - An object with fields that represent the current status of the mutation's execution
|
|
7139
7661
|
*
|
|
7140
7662
|
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
|
7141
7663
|
*
|
|
7142
7664
|
* @example
|
|
7143
|
-
* const [
|
|
7665
|
+
* const [saveViewMutation, { data, loading, error }] = useSaveViewMutation({
|
|
7144
7666
|
* variables: {
|
|
7145
7667
|
* view: // value for 'view'
|
|
7146
7668
|
* },
|
|
7147
7669
|
* });
|
|
7148
7670
|
*/
|
|
7149
|
-
export declare function
|
|
7671
|
+
export declare function useSaveViewMutation(baseOptions?: Apollo.MutationHookOptions<SaveViewMutation, SaveViewMutationVariables>): Apollo.MutationTuple<SaveViewMutation, Exact<{
|
|
7150
7672
|
view: ViewInput;
|
|
7151
7673
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
7152
|
-
export type
|
|
7153
|
-
export type
|
|
7154
|
-
export type
|
|
7155
|
-
export declare const
|
|
7674
|
+
export type SaveViewMutationHookResult = ReturnType<typeof useSaveViewMutation>;
|
|
7675
|
+
export type SaveViewMutationResult = Apollo.MutationResult<SaveViewMutation>;
|
|
7676
|
+
export type SaveViewMutationOptions = Apollo.BaseMutationOptions<SaveViewMutation, SaveViewMutationVariables>;
|
|
7677
|
+
export declare const ExplorerAttributesDocument: Apollo.DocumentNode;
|
|
7156
7678
|
/**
|
|
7157
|
-
*
|
|
7679
|
+
* __useExplorerAttributesQuery__
|
|
7158
7680
|
*
|
|
7159
|
-
* To run a query within a React component, call `
|
|
7160
|
-
* When your component renders, `
|
|
7681
|
+
* To run a query within a React component, call `useExplorerAttributesQuery` and pass it any options that fit your needs.
|
|
7682
|
+
* When your component renders, `useExplorerAttributesQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7161
7683
|
* you can use to render your UI.
|
|
7162
7684
|
*
|
|
7163
7685
|
* @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;
|
|
7164
7686
|
*
|
|
7165
7687
|
* @example
|
|
7166
|
-
* const { data, loading, error } =
|
|
7688
|
+
* const { data, loading, error } = useExplorerAttributesQuery({
|
|
7689
|
+
* variables: {
|
|
7690
|
+
* ids: // value for 'ids'
|
|
7691
|
+
* },
|
|
7692
|
+
* });
|
|
7693
|
+
*/
|
|
7694
|
+
export declare function useExplorerAttributesQuery(baseOptions?: Apollo.QueryHookOptions<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>): Apollo.QueryResult<ExplorerAttributesQuery, Exact<{
|
|
7695
|
+
ids?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
7696
|
+
}>>;
|
|
7697
|
+
export declare function useExplorerAttributesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerAttributesQuery, Exact<{
|
|
7698
|
+
ids?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
7699
|
+
}>>;
|
|
7700
|
+
export type ExplorerAttributesQueryHookResult = ReturnType<typeof useExplorerAttributesQuery>;
|
|
7701
|
+
export type ExplorerAttributesLazyQueryHookResult = ReturnType<typeof useExplorerAttributesLazyQuery>;
|
|
7702
|
+
export type ExplorerAttributesQueryResult = Apollo.QueryResult<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>;
|
|
7703
|
+
export declare const ExplorerLinkAttributeDocument: Apollo.DocumentNode;
|
|
7704
|
+
/**
|
|
7705
|
+
* __useExplorerLinkAttributeQuery__
|
|
7706
|
+
*
|
|
7707
|
+
* To run a query within a React component, call `useExplorerLinkAttributeQuery` and pass it any options that fit your needs.
|
|
7708
|
+
* When your component renders, `useExplorerLinkAttributeQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7709
|
+
* you can use to render your UI.
|
|
7710
|
+
*
|
|
7711
|
+
* @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;
|
|
7712
|
+
*
|
|
7713
|
+
* @example
|
|
7714
|
+
* const { data, loading, error } = useExplorerLinkAttributeQuery({
|
|
7715
|
+
* variables: {
|
|
7716
|
+
* id: // value for 'id'
|
|
7717
|
+
* },
|
|
7718
|
+
* });
|
|
7719
|
+
*/
|
|
7720
|
+
export declare function useExplorerLinkAttributeQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>): Apollo.QueryResult<ExplorerLinkAttributeQuery, Exact<{
|
|
7721
|
+
id: Scalars["ID"];
|
|
7722
|
+
}>>;
|
|
7723
|
+
export declare function useExplorerLinkAttributeLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLinkAttributeQuery, Exact<{
|
|
7724
|
+
id: Scalars["ID"];
|
|
7725
|
+
}>>;
|
|
7726
|
+
export type ExplorerLinkAttributeQueryHookResult = ReturnType<typeof useExplorerLinkAttributeQuery>;
|
|
7727
|
+
export type ExplorerLinkAttributeLazyQueryHookResult = ReturnType<typeof useExplorerLinkAttributeLazyQuery>;
|
|
7728
|
+
export type ExplorerLinkAttributeQueryResult = Apollo.QueryResult<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>;
|
|
7729
|
+
export declare const ExplorerLibraryDataDocument: Apollo.DocumentNode;
|
|
7730
|
+
/**
|
|
7731
|
+
* __useExplorerLibraryDataQuery__
|
|
7732
|
+
*
|
|
7733
|
+
* To run a query within a React component, call `useExplorerLibraryDataQuery` and pass it any options that fit your needs.
|
|
7734
|
+
* When your component renders, `useExplorerLibraryDataQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7735
|
+
* you can use to render your UI.
|
|
7736
|
+
*
|
|
7737
|
+
* @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;
|
|
7738
|
+
*
|
|
7739
|
+
* @example
|
|
7740
|
+
* const { data, loading, error } = useExplorerLibraryDataQuery({
|
|
7741
|
+
* variables: {
|
|
7742
|
+
* libraryId: // value for 'libraryId'
|
|
7743
|
+
* attributeIds: // value for 'attributeIds'
|
|
7744
|
+
* pagination: // value for 'pagination'
|
|
7745
|
+
* filters: // value for 'filters'
|
|
7746
|
+
* multipleSort: // value for 'multipleSort'
|
|
7747
|
+
* searchQuery: // value for 'searchQuery'
|
|
7748
|
+
* },
|
|
7749
|
+
* });
|
|
7750
|
+
*/
|
|
7751
|
+
export declare function useExplorerLibraryDataQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>): Apollo.QueryResult<ExplorerLibraryDataQuery, Exact<{
|
|
7752
|
+
libraryId: Scalars["ID"];
|
|
7753
|
+
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
7754
|
+
pagination?: InputMaybe<RecordsPagination>;
|
|
7755
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
7756
|
+
multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
|
|
7757
|
+
searchQuery?: InputMaybe<Scalars["String"]>;
|
|
7758
|
+
}>>;
|
|
7759
|
+
export declare function useExplorerLibraryDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLibraryDataQuery, Exact<{
|
|
7760
|
+
libraryId: Scalars["ID"];
|
|
7761
|
+
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
7762
|
+
pagination?: InputMaybe<RecordsPagination>;
|
|
7763
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
7764
|
+
multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
|
|
7765
|
+
searchQuery?: InputMaybe<Scalars["String"]>;
|
|
7766
|
+
}>>;
|
|
7767
|
+
export type ExplorerLibraryDataQueryHookResult = ReturnType<typeof useExplorerLibraryDataQuery>;
|
|
7768
|
+
export type ExplorerLibraryDataLazyQueryHookResult = ReturnType<typeof useExplorerLibraryDataLazyQuery>;
|
|
7769
|
+
export type ExplorerLibraryDataQueryResult = Apollo.QueryResult<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>;
|
|
7770
|
+
export declare const ExplorerLinkDataDocument: Apollo.DocumentNode;
|
|
7771
|
+
/**
|
|
7772
|
+
* __useExplorerLinkDataQuery__
|
|
7773
|
+
*
|
|
7774
|
+
* To run a query within a React component, call `useExplorerLinkDataQuery` and pass it any options that fit your needs.
|
|
7775
|
+
* When your component renders, `useExplorerLinkDataQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7776
|
+
* you can use to render your UI.
|
|
7777
|
+
*
|
|
7778
|
+
* @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;
|
|
7779
|
+
*
|
|
7780
|
+
* @example
|
|
7781
|
+
* const { data, loading, error } = useExplorerLinkDataQuery({
|
|
7782
|
+
* variables: {
|
|
7783
|
+
* attributeIds: // value for 'attributeIds'
|
|
7784
|
+
* parentLibraryId: // value for 'parentLibraryId'
|
|
7785
|
+
* parentRecordId: // value for 'parentRecordId'
|
|
7786
|
+
* linkAttributeId: // value for 'linkAttributeId'
|
|
7787
|
+
* },
|
|
7788
|
+
* });
|
|
7789
|
+
*/
|
|
7790
|
+
export declare function useExplorerLinkDataQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>): Apollo.QueryResult<ExplorerLinkDataQuery, Exact<{
|
|
7791
|
+
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
7792
|
+
parentLibraryId: Scalars["ID"];
|
|
7793
|
+
parentRecordId?: InputMaybe<Scalars["String"]>;
|
|
7794
|
+
linkAttributeId: Scalars["ID"];
|
|
7795
|
+
}>>;
|
|
7796
|
+
export declare function useExplorerLinkDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLinkDataQuery, Exact<{
|
|
7797
|
+
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
7798
|
+
parentLibraryId: Scalars["ID"];
|
|
7799
|
+
parentRecordId?: InputMaybe<Scalars["String"]>;
|
|
7800
|
+
linkAttributeId: Scalars["ID"];
|
|
7801
|
+
}>>;
|
|
7802
|
+
export type ExplorerLinkDataQueryHookResult = ReturnType<typeof useExplorerLinkDataQuery>;
|
|
7803
|
+
export type ExplorerLinkDataLazyQueryHookResult = ReturnType<typeof useExplorerLinkDataLazyQuery>;
|
|
7804
|
+
export type ExplorerLinkDataQueryResult = Apollo.QueryResult<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>;
|
|
7805
|
+
export declare const ExplorerLibraryDetailsDocument: Apollo.DocumentNode;
|
|
7806
|
+
/**
|
|
7807
|
+
* __useExplorerLibraryDetailsQuery__
|
|
7808
|
+
*
|
|
7809
|
+
* To run a query within a React component, call `useExplorerLibraryDetailsQuery` and pass it any options that fit your needs.
|
|
7810
|
+
* When your component renders, `useExplorerLibraryDetailsQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7811
|
+
* you can use to render your UI.
|
|
7812
|
+
*
|
|
7813
|
+
* @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;
|
|
7814
|
+
*
|
|
7815
|
+
* @example
|
|
7816
|
+
* const { data, loading, error } = useExplorerLibraryDetailsQuery({
|
|
7167
7817
|
* variables: {
|
|
7168
7818
|
* libraryId: // value for 'libraryId'
|
|
7169
7819
|
* },
|
|
7170
7820
|
* });
|
|
7171
7821
|
*/
|
|
7172
|
-
export declare function
|
|
7822
|
+
export declare function useExplorerLibraryDetailsQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>): Apollo.QueryResult<ExplorerLibraryDetailsQuery, Exact<{
|
|
7173
7823
|
libraryId: Scalars["ID"];
|
|
7174
7824
|
}>>;
|
|
7175
|
-
export declare function
|
|
7825
|
+
export declare function useExplorerLibraryDetailsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLibraryDetailsQuery, Exact<{
|
|
7176
7826
|
libraryId: Scalars["ID"];
|
|
7177
7827
|
}>>;
|
|
7178
|
-
export type
|
|
7179
|
-
export type
|
|
7180
|
-
export type
|
|
7828
|
+
export type ExplorerLibraryDetailsQueryHookResult = ReturnType<typeof useExplorerLibraryDetailsQuery>;
|
|
7829
|
+
export type ExplorerLibraryDetailsLazyQueryHookResult = ReturnType<typeof useExplorerLibraryDetailsLazyQuery>;
|
|
7830
|
+
export type ExplorerLibraryDetailsQueryResult = Apollo.QueryResult<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>;
|
|
7831
|
+
export declare const TreeDataQueryDocument: Apollo.DocumentNode;
|
|
7832
|
+
/**
|
|
7833
|
+
* __useTreeDataQueryQuery__
|
|
7834
|
+
*
|
|
7835
|
+
* To run a query within a React component, call `useTreeDataQueryQuery` and pass it any options that fit your needs.
|
|
7836
|
+
* When your component renders, `useTreeDataQueryQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7837
|
+
* you can use to render your UI.
|
|
7838
|
+
*
|
|
7839
|
+
* @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;
|
|
7840
|
+
*
|
|
7841
|
+
* @example
|
|
7842
|
+
* const { data, loading, error } = useTreeDataQueryQuery({
|
|
7843
|
+
* variables: {
|
|
7844
|
+
* treeId: // value for 'treeId'
|
|
7845
|
+
* },
|
|
7846
|
+
* });
|
|
7847
|
+
*/
|
|
7848
|
+
export declare function useTreeDataQueryQuery(baseOptions: Apollo.QueryHookOptions<TreeDataQueryQuery, TreeDataQueryQueryVariables>): Apollo.QueryResult<TreeDataQueryQuery, Exact<{
|
|
7849
|
+
treeId: Scalars["ID"];
|
|
7850
|
+
}>>;
|
|
7851
|
+
export declare function useTreeDataQueryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<TreeDataQueryQuery, TreeDataQueryQueryVariables>): Apollo.LazyQueryResultTuple<TreeDataQueryQuery, Exact<{
|
|
7852
|
+
treeId: Scalars["ID"];
|
|
7853
|
+
}>>;
|
|
7854
|
+
export type TreeDataQueryQueryHookResult = ReturnType<typeof useTreeDataQueryQuery>;
|
|
7855
|
+
export type TreeDataQueryLazyQueryHookResult = ReturnType<typeof useTreeDataQueryLazyQuery>;
|
|
7856
|
+
export type TreeDataQueryQueryResult = Apollo.QueryResult<TreeDataQueryQuery, TreeDataQueryQueryVariables>;
|