@leav/ui 0.3.6-60faf3a → 0.3.6-7338b86
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/__mocks__/common/attribute.js +2 -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 +10 -5
- package/dist/__mocks__/common/form.js +5 -3
- package/dist/__mocks__/common/form.js.map +1 -1
- package/dist/__mocks__/common/import.js +1 -1
- package/dist/__mocks__/common/import.js.map +1 -1
- package/dist/__mocks__/common/label.js +1 -1
- package/dist/__mocks__/common/label.js.map +1 -1
- package/dist/__mocks__/common/library.js +1 -1
- package/dist/__mocks__/common/library.js.map +1 -1
- package/dist/__mocks__/common/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 +2 -2
- package/dist/__mocks__/common/value.js.map +1 -1
- package/dist/__mocks__/common/view.js +1 -1
- package/dist/__mocks__/common/view.js.map +1 -1
- package/dist/__mocks__/mockQuery/mockGetLibraryDetailExtendedQuery.js +1 -1
- package/dist/__mocks__/mockQuery/mockGetLibraryDetailExtendedQuery.js.map +1 -1
- package/dist/__mocks__/mockQuery/mockGetRecordsFromLibraryQuery.js +1 -1
- package/dist/__mocks__/mockQuery/mockGetRecordsFromLibraryQuery.js.map +1 -1
- package/dist/__mocks__/mockQuery/mockGetViewListQuery.js +1 -1
- package/dist/__mocks__/mockQuery/mockGetViewListQuery.js.map +1 -1
- package/dist/__mocks__/react-i18next.js +1 -1
- package/dist/__mocks__/react-i18next.js.map +1 -1
- package/dist/_gqlTypes/index.d.ts +511 -116
- package/dist/_gqlTypes/index.js +156 -5
- 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 -2
- package/dist/_queries/attributes/attributeDetailsFragment.js.map +1 -1
- package/dist/_queries/attributes/checkAttributeExistenceQuery.js +1 -1
- package/dist/_queries/attributes/checkAttributeExistenceQuery.js.map +1 -1
- package/dist/_queries/attributes/deleteAttributeMutation.js +1 -1
- package/dist/_queries/attributes/deleteAttributeMutation.js.map +1 -1
- package/dist/_queries/attributes/getAttributeByIdQuery.js +1 -1
- package/dist/_queries/attributes/getAttributeByIdQuery.js.map +1 -1
- package/dist/_queries/attributes/getAttributeWithEmbeddedFields.js +1 -1
- package/dist/_queries/attributes/getAttributeWithEmbeddedFields.js.map +1 -1
- package/dist/_queries/attributes/getAttributesByLib.js +1 -1
- package/dist/_queries/attributes/getAttributesByLib.js.map +1 -1
- package/dist/_queries/attributes/getAttributesQuery.js +1 -1
- package/dist/_queries/attributes/getAttributesQuery.js.map +1 -1
- package/dist/_queries/attributes/getVersionProfilesQuery.js +1 -1
- package/dist/_queries/attributes/getVersionProfilesQuery.js.map +1 -1
- package/dist/_queries/attributes/getVersionableAttributesByLibrary.js +1 -1
- package/dist/_queries/attributes/getVersionableAttributesByLibrary.js.map +1 -1
- package/dist/_queries/attributes/saveAttributeMutation.js +1 -1
- package/dist/_queries/attributes/saveAttributeMutation.js.map +1 -1
- package/dist/_queries/export/exportQuery.js +1 -1
- package/dist/_queries/export/exportQuery.js.map +1 -1
- package/dist/_queries/files/createDirectory.js +1 -1
- package/dist/_queries/files/createDirectory.js.map +1 -1
- package/dist/_queries/files/forcePreviewsGenerationMutation.js +1 -1
- package/dist/_queries/files/forcePreviewsGenerationMutation.js.map +1 -1
- package/dist/_queries/files/getDirectoryDataQuery.js +1 -1
- package/dist/_queries/files/getDirectoryDataQuery.js.map +1 -1
- package/dist/_queries/files/getUploadUpdates.js +1 -1
- package/dist/_queries/files/getUploadUpdates.js.map +1 -1
- package/dist/_queries/files/uploadMutation.js +1 -1
- package/dist/_queries/files/uploadMutation.js.map +1 -1
- package/dist/_queries/import/importExcel.js +1 -1
- package/dist/_queries/import/importExcel.js.map +1 -1
- package/dist/_queries/libraries/checkLibraryExistenceQuery.js +1 -1
- package/dist/_queries/libraries/checkLibraryExistenceQuery.js.map +1 -1
- package/dist/_queries/libraries/deleteLibraryMutation.js +1 -1
- package/dist/_queries/libraries/deleteLibraryMutation.js.map +1 -1
- package/dist/_queries/libraries/getLibrariesQuery.js +1 -1
- package/dist/_queries/libraries/getLibrariesQuery.js.map +1 -1
- package/dist/_queries/libraries/getLibraryByIdQuery.js +1 -1
- package/dist/_queries/libraries/getLibraryByIdQuery.js.map +1 -1
- package/dist/_queries/libraries/getLibraryPermissionsQuery.js +1 -1
- package/dist/_queries/libraries/getLibraryPermissionsQuery.js.map +1 -1
- package/dist/_queries/libraries/getLibraryPreviewsSettingsQuery.js +1 -1
- package/dist/_queries/libraries/getLibraryPreviewsSettingsQuery.js.map +1 -1
- package/dist/_queries/libraries/libraryDetailsFragment.js +1 -1
- package/dist/_queries/libraries/libraryDetailsFragment.js.map +1 -1
- package/dist/_queries/libraries/saveLibraryMutation.js +1 -1
- package/dist/_queries/libraries/saveLibraryMutation.js.map +1 -1
- package/dist/_queries/permissions/isAllowedQuery.js +1 -1
- package/dist/_queries/permissions/isAllowedQuery.js.map +1 -1
- package/dist/_queries/records/createRecordMutation.js +1 -1
- package/dist/_queries/records/createRecordMutation.js.map +1 -1
- package/dist/_queries/records/deactivateRecordsMutation.js +1 -1
- package/dist/_queries/records/deactivateRecordsMutation.js.map +1 -1
- package/dist/_queries/records/doesFileExistAsChild.js +1 -1
- package/dist/_queries/records/doesFileExistAsChild.js.map +1 -1
- package/dist/_queries/records/getFileDataQuery.js +1 -1
- package/dist/_queries/records/getFileDataQuery.js.map +1 -1
- package/dist/_queries/records/getRecordColumnsValues.js +1 -1
- package/dist/_queries/records/getRecordColumnsValues.js.map +1 -1
- package/dist/_queries/records/getRecordFormQuery.js +3 -1
- package/dist/_queries/records/getRecordFormQuery.js.map +1 -1
- package/dist/_queries/records/getRecordPropertiesQuery.d.ts +23 -13
- package/dist/_queries/records/getRecordPropertiesQuery.js +13 -5
- 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 +3 -1
- package/dist/_queries/records/recordFormAttributeFragment.js.map +1 -1
- package/dist/_queries/tasks/cancelTaskMutation.js +1 -1
- package/dist/_queries/tasks/cancelTaskMutation.js.map +1 -1
- package/dist/_queries/trees/checkTreeExistenceQuery.js +1 -1
- package/dist/_queries/trees/checkTreeExistenceQuery.js.map +1 -1
- package/dist/_queries/trees/deleteTreeMutation.js +1 -1
- package/dist/_queries/trees/deleteTreeMutation.js.map +1 -1
- package/dist/_queries/trees/getTreeByIdQuery.js +1 -1
- package/dist/_queries/trees/getTreeByIdQuery.js.map +1 -1
- package/dist/_queries/trees/getTreeLibraries.js +1 -1
- package/dist/_queries/trees/getTreeLibraries.js.map +1 -1
- package/dist/_queries/trees/getTreesQuery.js +1 -1
- package/dist/_queries/trees/getTreesQuery.js.map +1 -1
- package/dist/_queries/trees/saveTreeMutation.js +1 -1
- package/dist/_queries/trees/saveTreeMutation.js.map +1 -1
- package/dist/_queries/trees/treeDetailsFragment.js +1 -1
- package/dist/_queries/trees/treeDetailsFragment.js.map +1 -1
- package/dist/_queries/trees/treeNodeChildrenQuery.js +1 -1
- package/dist/_queries/trees/treeNodeChildrenQuery.js.map +1 -1
- package/dist/_queries/userData/getUserData.js +1 -1
- package/dist/_queries/userData/getUserData.js.map +1 -1
- package/dist/_queries/userData/saveUserData.js +1 -1
- package/dist/_queries/userData/saveUserData.js.map +1 -1
- package/dist/_queries/values/deleteValueMutation.js +1 -1
- package/dist/_queries/values/deleteValueMutation.js.map +1 -1
- package/dist/_queries/values/saveValueBatchMutation.js +1 -1
- package/dist/_queries/values/saveValueBatchMutation.js.map +1 -1
- package/dist/_queries/values/valueDetailsFragment.js +9 -6
- package/dist/_queries/values/valueDetailsFragment.js.map +1 -1
- package/dist/_queries/values/valuesVersionFragment.js +1 -1
- package/dist/_queries/values/valuesVersionFragment.js.map +1 -1
- package/dist/_queries/views/deleteViewMutation.js +1 -1
- package/dist/_queries/views/deleteViewMutation.js.map +1 -1
- package/dist/_queries/views/getViewById.js +1 -1
- package/dist/_queries/views/getViewById.js.map +1 -1
- package/dist/_queries/views/getViewsListQuery.js +1 -1
- package/dist/_queries/views/getViewsListQuery.js.map +1 -1
- package/dist/_queries/views/saveViewMutation.js +1 -1
- package/dist/_queries/views/saveViewMutation.js.map +1 -1
- package/dist/_queries/views/viewDetailsFragment.js +1 -1
- package/dist/_queries/views/viewDetailsFragment.js.map +1 -1
- package/dist/_utils/__mocks__/isDevEnv.js +1 -1
- package/dist/_utils/__mocks__/isDevEnv.js.map +1 -1
- package/dist/_utils/getFiltersFromRequest.js +2 -2
- package/dist/_utils/getFiltersFromRequest.js.map +1 -1
- package/dist/_utils/getRequestFromFilter.js +1 -1
- package/dist/_utils/getRequestFromFilter.js.map +1 -1
- package/dist/_utils/index.d.ts +2 -0
- package/dist/_utils/index.js +5 -1
- package/dist/_utils/index.js.map +1 -1
- package/dist/_utils/isDevEnv.js +1 -1
- package/dist/_utils/isDevEnv.js.map +1 -1
- package/dist/_utils/typeguards.d.ts +2 -0
- package/dist/_utils/typeguards.js +2 -0
- package/dist/_utils/typeguards.js.map +1 -0
- package/dist/antdTheme/index.js +1 -1
- package/dist/antdTheme/index.js.map +1 -1
- package/dist/components/AttributePicker/AttributePicker.js +1 -1
- package/dist/components/AttributePicker/AttributePicker.js.map +1 -1
- package/dist/components/AttributePicker/AttributesList/AttributesList.js +1 -1
- package/dist/components/AttributePicker/AttributesList/AttributesList.js.map +1 -1
- package/dist/components/AttributePicker/AttributesList/index.js +1 -1
- package/dist/components/AttributePicker/AttributesList/index.js.map +1 -1
- package/dist/components/AttributePicker/index.js +1 -1
- package/dist/components/AttributePicker/index.js.map +1 -1
- package/dist/components/AttributesSelectionList/Attribute/Attribute.js +1 -1
- package/dist/components/AttributesSelectionList/Attribute/Attribute.js.map +1 -1
- package/dist/components/AttributesSelectionList/Attribute/index.js +1 -1
- package/dist/components/AttributesSelectionList/Attribute/index.js.map +1 -1
- package/dist/components/AttributesSelectionList/AttributesSelectionList.js +1 -1
- package/dist/components/AttributesSelectionList/AttributesSelectionList.js.map +1 -1
- package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/SelectedAttribute.js +1 -1
- package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/SelectedAttribute.js.map +1 -1
- package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/index.js +1 -1
- package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/index.js.map +1 -1
- package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttributesList.js +1 -1
- package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttributesList.js.map +1 -1
- package/dist/components/AttributesSelectionList/SelectedAttributesList/index.js +1 -1
- package/dist/components/AttributesSelectionList/SelectedAttributesList/index.js.map +1 -1
- package/dist/components/AttributesSelectionList/helpers/attributeToSelectedAttribute.js +1 -1
- package/dist/components/AttributesSelectionList/helpers/attributeToSelectedAttribute.js.map +1 -1
- package/dist/components/AttributesSelectionList/index.js +1 -1
- package/dist/components/AttributesSelectionList/index.js.map +1 -1
- package/dist/components/AttributesSelectionList/reducer/__mocks__/attributesSelectionListStateContext.js +1 -1
- package/dist/components/AttributesSelectionList/reducer/__mocks__/attributesSelectionListStateContext.js.map +1 -1
- package/dist/components/AttributesSelectionList/reducer/attributesSelectionListReducer.js +1 -1
- package/dist/components/AttributesSelectionList/reducer/attributesSelectionListReducer.js.map +1 -1
- package/dist/components/AttributesSelectionList/reducer/attributesSelectionListStateContext.js +1 -1
- package/dist/components/AttributesSelectionList/reducer/attributesSelectionListStateContext.js.map +1 -1
- package/dist/components/AttributesSelectionList/sharedComponents.js +1 -1
- package/dist/components/AttributesSelectionList/sharedComponents.js.map +1 -1
- package/dist/components/BasicButton/BasicButton.js +1 -1
- package/dist/components/BasicButton/BasicButton.js.map +1 -1
- package/dist/components/BasicButton/index.js +1 -1
- package/dist/components/BasicButton/index.js.map +1 -1
- package/dist/components/CreateDirectory/CreateDirectory.js +1 -1
- package/dist/components/CreateDirectory/CreateDirectory.js.map +1 -1
- package/dist/components/CreateDirectory/index.js +1 -1
- package/dist/components/CreateDirectory/index.js.map +1 -1
- package/dist/components/DeactivateRecordsModal/DeactivateRecordsModal.js +1 -1
- package/dist/components/DeactivateRecordsModal/DeactivateRecordsModal.js.map +1 -1
- package/dist/components/DeactivateRecordsModal/index.js +1 -1
- package/dist/components/DeactivateRecordsModal/index.js.map +1 -1
- package/dist/components/Dimmer/index.js +1 -1
- package/dist/components/Dimmer/index.js.map +1 -1
- package/dist/components/EditApplication/EditApplication.js +1 -1
- package/dist/components/EditApplication/EditApplication.js.map +1 -1
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfo.js +1 -1
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfo.js.map +1 -1
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/EditApplicationInfoForm.js +1 -1
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/EditApplicationInfoForm.js.map +1 -1
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/ModuleSelector/ModuleSelector.js +1 -1
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/ModuleSelector/ModuleSelector.js.map +1 -1
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/ModuleSelector/index.js +1 -1
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/ModuleSelector/index.js.map +1 -1
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/index.js +1 -1
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/index.js.map +1 -1
- package/dist/components/EditApplication/EditApplicationInfo/index.js +1 -1
- package/dist/components/EditApplication/EditApplicationInfo/index.js.map +1 -1
- package/dist/components/EditApplication/index.js +1 -1
- package/dist/components/EditApplication/index.js.map +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttribute.js +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttribute.js.map +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfo.js +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfo.js.map +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/EditAttributeInfoForm.js +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/EditAttributeInfoForm.js.map +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/LinkedLibraryForm.js +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/LinkedLibraryForm.js.map +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/index.js +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/index.js.map +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/LinkedTreeForm.js +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/LinkedTreeForm.js.map +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/index.js +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/index.js.map +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/ValuesVersionsForm/ValuesVersionsForm.js +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/ValuesVersionsForm/ValuesVersionsForm.js.map +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/ValuesVersionsForm/index.js +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/ValuesVersionsForm/index.js.map +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/index.js +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/index.js.map +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/index.js +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/index.js.map +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/index.js +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/index.js.map +1 -1
- package/dist/components/EditAttributeModal/EditAttributeModal.js +1 -1
- package/dist/components/EditAttributeModal/EditAttributeModal.js.map +1 -1
- package/dist/components/EditAttributeModal/index.js +1 -1
- package/dist/components/EditAttributeModal/index.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibrary.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibrary.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/AttributeCell.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/AttributeCell.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/index.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/index.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributesList.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributesList.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/DeleteButton.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/DeleteButton.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/index.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/index.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/index.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/index.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/EditLibraryAttributes.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/EditLibraryAttributes.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/index.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/index.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/EditLibraryIndexation.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/EditLibraryIndexation.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/index.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/index.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/EditLibraryInfoForm.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/EditLibraryInfoForm.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/index.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/index.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/index.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/index.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditLibraryPreviewsSettings.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditLibraryPreviewsSettings.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/EditPreviewsSettingsModal.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/EditPreviewsSettingsModal.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/SizesEditor.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/SizesEditor.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/index.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/index.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/index.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/index.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/PreviewsSettingsList.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/PreviewsSettingsList.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/index.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/index.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/index.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/index.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/index.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/index.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibraryModal.js +1 -1
- package/dist/components/EditLibraryModal/EditLibraryModal.js.map +1 -1
- package/dist/components/EditLibraryModal/index.js +1 -1
- package/dist/components/EditLibraryModal/index.js.map +1 -1
- package/dist/components/EditTreeModal/EditTree/EditTree.js +1 -1
- package/dist/components/EditTreeModal/EditTree/EditTree.js.map +1 -1
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfo.js +1 -1
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfo.js.map +1 -1
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/EditTreeInfoForm.js +1 -1
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/EditTreeInfoForm.js.map +1 -1
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/TreeLibrariesForm.js +1 -1
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/TreeLibrariesForm.js.map +1 -1
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/index.js +1 -1
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/index.js.map +1 -1
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/index.js +1 -1
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/index.js.map +1 -1
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/index.js +1 -1
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/index.js.map +1 -1
- package/dist/components/EditTreeModal/EditTree/index.js +1 -1
- package/dist/components/EditTreeModal/EditTree/index.js.map +1 -1
- package/dist/components/EditTreeModal/EditTreeModal.js +1 -1
- package/dist/components/EditTreeModal/EditTreeModal.js.map +1 -1
- package/dist/components/EditTreeModal/index.js +1 -1
- package/dist/components/EditTreeModal/index.js.map +1 -1
- package/dist/components/EntityCard/EntityCard.js +1 -1
- package/dist/components/EntityCard/EntityCard.js.map +1 -1
- package/dist/components/EntityCard/index.js +1 -1
- package/dist/components/EntityCard/index.js.map +1 -1
- package/dist/components/EntityPreview/EntityPreview.js +1 -1
- package/dist/components/EntityPreview/EntityPreview.js.map +1 -1
- package/dist/components/EntityPreview/EntityPreviewList/EntityPreviewList.js +1 -1
- package/dist/components/EntityPreview/EntityPreviewList/EntityPreviewList.js.map +1 -1
- package/dist/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/SimplisticEntityPreview.js +1 -1
- package/dist/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/SimplisticEntityPreview.js.map +1 -1
- package/dist/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/index.js +1 -1
- package/dist/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/index.js.map +1 -1
- package/dist/components/EntityPreview/EntityPreviewList/index.js +1 -1
- package/dist/components/EntityPreview/EntityPreviewList/index.js.map +1 -1
- package/dist/components/EntityPreview/EntityPreviewTile/EntityPreviewTile.js +1 -1
- package/dist/components/EntityPreview/EntityPreviewTile/EntityPreviewTile.js.map +1 -1
- package/dist/components/EntityPreview/EntityPreviewTile/index.js +1 -1
- package/dist/components/EntityPreview/EntityPreviewTile/index.js.map +1 -1
- package/dist/components/EntityPreview/index.js +1 -1
- package/dist/components/EntityPreview/index.js.map +1 -1
- package/dist/components/ErrorBoundary/ErrorBoundary.js +1 -1
- package/dist/components/ErrorBoundary/ErrorBoundary.js.map +1 -1
- package/dist/components/ErrorBoundary/ErrorBoundaryContent/ErrorBoundaryContent.js +1 -1
- package/dist/components/ErrorBoundary/ErrorBoundaryContent/ErrorBoundaryContent.js.map +1 -1
- package/dist/components/ErrorBoundary/ErrorBoundaryContent/index.js +1 -1
- package/dist/components/ErrorBoundary/ErrorBoundaryContent/index.js.map +1 -1
- package/dist/components/ErrorBoundary/index.js +1 -1
- package/dist/components/ErrorBoundary/index.js.map +1 -1
- package/dist/components/ErrorDisplay/ErrorDisplay.js +1 -1
- package/dist/components/ErrorDisplay/ErrorDisplay.js.map +1 -1
- package/dist/components/ErrorDisplay/index.js +1 -1
- package/dist/components/ErrorDisplay/index.js.map +1 -1
- package/dist/components/ErrorMessage/ErrorMessage.js +1 -1
- package/dist/components/ErrorMessage/ErrorMessage.js.map +1 -1
- package/dist/components/ErrorMessage/index.js +1 -1
- package/dist/components/ErrorMessage/index.js.map +1 -1
- package/dist/components/Explorer/DataView.d.ts +10 -0
- package/dist/components/Explorer/DataView.js +49 -0
- package/dist/components/Explorer/DataView.js.map +1 -0
- package/dist/components/Explorer/Explorer.d.ts +14 -0
- package/dist/components/Explorer/Explorer.js +49 -0
- package/dist/components/Explorer/Explorer.js.map +1 -0
- package/dist/components/Explorer/ExplorerTitle.d.ts +7 -0
- package/dist/components/Explorer/ExplorerTitle.js +30 -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 +63 -0
- package/dist/components/Explorer/TableCell.js.map +1 -0
- package/dist/components/Explorer/TableTagGroup.d.ts +6 -0
- package/dist/components/Explorer/TableTagGroup.js +22 -0
- package/dist/components/Explorer/TableTagGroup.js.map +1 -0
- package/dist/components/Explorer/_queries/useExplorerData.d.ts +11 -0
- package/dist/components/Explorer/_queries/useExplorerData.js +44 -0
- package/dist/components/Explorer/_queries/useExplorerData.js.map +1 -0
- package/dist/components/Explorer/_types.d.ts +34 -0
- package/dist/components/Explorer/_types.js +2 -0
- package/dist/components/Explorer/_types.js.map +1 -0
- package/dist/components/Explorer/index.d.ts +9 -0
- package/dist/components/Explorer/index.js +10 -0
- package/dist/components/Explorer/index.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/_shared/ColumnItem.d.ts +12 -0
- package/dist/components/Explorer/manage-view-settings/_shared/ColumnItem.js +78 -0
- package/dist/components/Explorer/manage-view-settings/_shared/ColumnItem.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/_shared/useGetLibraryColumns.d.ts +10 -0
- package/dist/components/Explorer/manage-view-settings/_shared/useGetLibraryColumns.js +24 -0
- package/dist/components/Explorer/manage-view-settings/_shared/useGetLibraryColumns.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 +89 -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/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 +14 -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/useOpenSettings.d.ts +1 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenSettings.js +19 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenSettings.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 +7 -0
- package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js +53 -0
- package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.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 +2 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js +5 -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 +43 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js +57 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js.map +1 -0
- package/dist/components/Explorer/tsconfig.json +6 -0
- package/dist/components/Explorer/useCreateAction.d.ts +19 -0
- package/dist/components/Explorer/useCreateAction.js +40 -0
- package/dist/components/Explorer/useCreateAction.js.map +1 -0
- package/dist/components/Explorer/useDeactivateAction.d.ts +12 -0
- package/dist/components/Explorer/useDeactivateAction.js +51 -0
- package/dist/components/Explorer/useDeactivateAction.js.map +1 -0
- package/dist/components/Explorer/useEditAction.d.ts +15 -0
- package/dist/components/Explorer/useEditAction.js +52 -0
- package/dist/components/Explorer/useEditAction.js.map +1 -0
- package/dist/components/Explorer/usePrimaryActions.d.ts +20 -0
- package/dist/components/Explorer/usePrimaryActions.js +29 -0
- package/dist/components/Explorer/usePrimaryActions.js.map +1 -0
- package/dist/components/ExportModal/ExportModal.js +1 -1
- package/dist/components/ExportModal/ExportModal.js.map +1 -1
- package/dist/components/ExportModal/index.js +1 -1
- package/dist/components/ExportModal/index.js.map +1 -1
- package/dist/components/FieldsGroup/FieldsGroup.js +1 -1
- package/dist/components/FieldsGroup/FieldsGroup.js.map +1 -1
- package/dist/components/FieldsGroup/index.js +1 -1
- package/dist/components/FieldsGroup/index.js.map +1 -1
- package/dist/components/FloatingMenu/FloatingMenu.js +1 -1
- package/dist/components/FloatingMenu/FloatingMenu.js.map +1 -1
- package/dist/components/FloatingMenu/index.js +1 -1
- package/dist/components/FloatingMenu/index.js.map +1 -1
- package/dist/components/ImageLoading/ImageLoading.js +1 -1
- package/dist/components/ImageLoading/ImageLoading.js.map +1 -1
- package/dist/components/ImageLoading/index.js +1 -1
- package/dist/components/ImageLoading/index.js.map +1 -1
- package/dist/components/ImageMissing/ImageMissing.js +1 -1
- package/dist/components/ImageMissing/ImageMissing.js.map +1 -1
- package/dist/components/ImageMissing/index.js +1 -1
- package/dist/components/ImageMissing/index.js.map +1 -1
- package/dist/components/ImportModal/ImportModal.js +1 -1
- package/dist/components/ImportModal/ImportModal.js.map +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/ImportKeysSelector.js +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/ImportKeysSelector.js.map +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/index.js +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/index.js.map +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/ImportMappingRowTitle.js +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/ImportMappingRowTitle.js.map +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/index.js +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/index.js.map +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.js +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.js.map +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/ImportScheduleModal.js +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/ImportScheduleModal.js.map +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/index.js +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/index.js.map +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/ImportSheetSettings.js +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/ImportSheetSettings.js.map +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/index.js +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/index.js.map +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/index.js +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/index.js.map +1 -1
- package/dist/components/ImportModal/ImportModalDoneStep/ImportModalDoneStep.js +1 -1
- package/dist/components/ImportModal/ImportModalDoneStep/ImportModalDoneStep.js.map +1 -1
- package/dist/components/ImportModal/ImportModalDoneStep/index.js +1 -1
- package/dist/components/ImportModal/ImportModalDoneStep/index.js.map +1 -1
- package/dist/components/ImportModal/ImportModalProcessingStep/ImportModalProcessingStep.js +1 -1
- package/dist/components/ImportModal/ImportModalProcessingStep/ImportModalProcessingStep.js.map +1 -1
- package/dist/components/ImportModal/ImportModalProcessingStep/index.js +1 -1
- package/dist/components/ImportModal/ImportModalProcessingStep/index.js.map +1 -1
- package/dist/components/ImportModal/ImportModalSelectFileStep/ImportModalSelectFileStep.js +1 -1
- package/dist/components/ImportModal/ImportModalSelectFileStep/ImportModalSelectFileStep.js.map +1 -1
- package/dist/components/ImportModal/ImportModalSelectFileStep/index.js +1 -1
- package/dist/components/ImportModal/ImportModalSelectFileStep/index.js.map +1 -1
- package/dist/components/ImportModal/importReducer/ImportReducerContext.js +1 -1
- package/dist/components/ImportModal/importReducer/ImportReducerContext.js.map +1 -1
- package/dist/components/ImportModal/importReducer/importReducer.js +1 -1
- package/dist/components/ImportModal/importReducer/importReducer.js.map +1 -1
- package/dist/components/ImportModal/importReducer/index.js +1 -1
- package/dist/components/ImportModal/importReducer/index.js.map +1 -1
- package/dist/components/ImportModal/index.js +1 -1
- package/dist/components/ImportModal/index.js.map +1 -1
- package/dist/components/LibraryItemsList/CreateNewRecordButton/CreateNewRecordButton.js +1 -1
- package/dist/components/LibraryItemsList/CreateNewRecordButton/CreateNewRecordButton.js.map +1 -1
- package/dist/components/LibraryItemsList/CreateNewRecordButton/index.js +1 -1
- package/dist/components/LibraryItemsList/CreateNewRecordButton/index.js.map +1 -1
- package/dist/components/LibraryItemsList/DisplayOptions/DisplayOptions.js +1 -1
- package/dist/components/LibraryItemsList/DisplayOptions/DisplayOptions.js.map +1 -1
- package/dist/components/LibraryItemsList/DisplayOptions/index.js +1 -1
- package/dist/components/LibraryItemsList/DisplayOptions/index.js.map +1 -1
- package/dist/components/LibraryItemsList/DisplayTypeSelector/DisplayTypeSelector.js +1 -1
- package/dist/components/LibraryItemsList/DisplayTypeSelector/DisplayTypeSelector.js.map +1 -1
- package/dist/components/LibraryItemsList/DisplayTypeSelector/index.js +1 -1
- package/dist/components/LibraryItemsList/DisplayTypeSelector/index.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersDropdown/FiltersDropdown.js +1 -1
- package/dist/components/LibraryItemsList/FiltersDropdown/FiltersDropdown.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersDropdown/index.js +1 -1
- package/dist/components/LibraryItemsList/FiltersDropdown/index.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.utils.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.utils.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/FilterAttributeCondition.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/FilterAttributeCondition.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/index.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/index.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/BooleanFilter.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/BooleanFilter.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/index.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/index.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/index.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/index.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/DateFilter.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/DateFilter.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/index.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/index.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/NumericFilter.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/NumericFilter.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/index.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/index.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/TextFilter.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/TextFilter.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/index.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/index.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/index.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/index.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/FilterDropdownButton.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/FilterDropdownButton.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/index.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/index.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/FilterTreeCondition.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/FilterTreeCondition.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/index.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/index.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/FiltersPanel.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/FiltersPanel.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/index.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/index.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/mustHideValue.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/mustHideValue.js.map +1 -1
- package/dist/components/LibraryItemsList/IconViewType/IconViewType.js +1 -1
- package/dist/components/LibraryItemsList/IconViewType/IconViewType.js.map +1 -1
- package/dist/components/LibraryItemsList/IconViewType/index.js +1 -1
- package/dist/components/LibraryItemsList/IconViewType/index.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListContent/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListContent/index.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListEmpty/LibraryItemsListEmpty.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListEmpty/LibraryItemsListEmpty.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListEmpty/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListEmpty/index.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListPagination/LibraryItemsListPagination.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListPagination/LibraryItemsListPagination.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListPagination/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListPagination/index.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyCell/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyCell/index.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyRow/BodyRow.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyRow/BodyRow.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyRow/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyRow/index.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/AllValuesCount.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/AllValuesCount.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/index.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/Cell.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/Cell.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/CellInfos.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/CellInfos.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/index.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/CellSelection.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/CellSelection.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/index.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/ElementsToDisplay/RichTextDisplay.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/ElementsToDisplay/RichTextDisplay.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/StandardCell.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/StandardCell.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/index.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/index.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/utils.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/utils.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/ChooseTableColumns.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/ChooseTableColumns.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/index.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/Header.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/Header.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/index.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Table.js +2 -2
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Table.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/index.js.map +1 -1
- package/dist/components/LibraryItemsList/MenuItemList/MenuItemList.js +1 -1
- package/dist/components/LibraryItemsList/MenuItemList/MenuItemList.js.map +1 -1
- package/dist/components/LibraryItemsList/MenuItemList/index.js +1 -1
- package/dist/components/LibraryItemsList/MenuItemList/index.js.map +1 -1
- package/dist/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/ActionsMenu.js +1 -1
- package/dist/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/ActionsMenu.js.map +1 -1
- package/dist/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/index.js +1 -1
- package/dist/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/index.js.map +1 -1
- package/dist/components/LibraryItemsList/MenuItemListSelected/MenuItemListSelected.js +1 -1
- package/dist/components/LibraryItemsList/MenuItemListSelected/MenuItemListSelected.js.map +1 -1
- package/dist/components/LibraryItemsList/MenuItemListSelected/index.js +1 -1
- package/dist/components/LibraryItemsList/MenuItemListSelected/index.js.map +1 -1
- package/dist/components/LibraryItemsList/MenuSelection/MenuSelection.js +1 -1
- package/dist/components/LibraryItemsList/MenuSelection/MenuSelection.js.map +1 -1
- package/dist/components/LibraryItemsList/MenuSelection/index.js +1 -1
- package/dist/components/LibraryItemsList/MenuSelection/index.js.map +1 -1
- package/dist/components/LibraryItemsList/MenuView/MenuView.js +1 -1
- package/dist/components/LibraryItemsList/MenuView/MenuView.js.map +1 -1
- package/dist/components/LibraryItemsList/MenuView/index.js +1 -1
- package/dist/components/LibraryItemsList/MenuView/index.js.map +1 -1
- package/dist/components/LibraryItemsList/SearchItems/SearchItems.js +1 -1
- package/dist/components/LibraryItemsList/SearchItems/SearchItems.js.map +1 -1
- package/dist/components/LibraryItemsList/SearchItems/index.js +1 -1
- package/dist/components/LibraryItemsList/SearchItems/index.js.map +1 -1
- package/dist/components/LibraryItemsList/Sidebar/Sidebar.js +1 -1
- package/dist/components/LibraryItemsList/Sidebar/Sidebar.js.map +1 -1
- package/dist/components/LibraryItemsList/Sidebar/index.js +1 -1
- package/dist/components/LibraryItemsList/Sidebar/index.js.map +1 -1
- package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/ItemTileDisplay.js +1 -1
- package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/ItemTileDisplay.js.map +1 -1
- package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/index.js +1 -1
- package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/index.js.map +1 -1
- package/dist/components/LibraryItemsList/TileDisplay/TileDisplay.js +1 -1
- package/dist/components/LibraryItemsList/TileDisplay/TileDisplay.js.map +1 -1
- package/dist/components/LibraryItemsList/TileDisplay/helpers/getItemPreviewSize.js +1 -1
- package/dist/components/LibraryItemsList/TileDisplay/helpers/getItemPreviewSize.js.map +1 -1
- package/dist/components/LibraryItemsList/TileDisplay/index.js +1 -1
- package/dist/components/LibraryItemsList/TileDisplay/index.js.map +1 -1
- package/dist/components/LibraryItemsList/VersionsPanel/VersionsPanel.js +1 -1
- package/dist/components/LibraryItemsList/VersionsPanel/VersionsPanel.js.map +1 -1
- package/dist/components/LibraryItemsList/VersionsPanel/index.js +1 -1
- package/dist/components/LibraryItemsList/VersionsPanel/index.js.map +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/EditView/EditView.js +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/EditView/EditView.js.map +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/EditView/index.js +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/EditView/index.js.map +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/View/View.js +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/View/View.js.map +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/View/index.js +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/View/index.js.map +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/ViewPanel.js +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/ViewPanel.js.map +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/index.js +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/index.js.map +1 -1
- package/dist/components/LibraryItemsList/helpers/defaultFilterConditionByAttributeFormat.js +1 -1
- package/dist/components/LibraryItemsList/helpers/defaultFilterConditionByAttributeFormat.js.map +1 -1
- package/dist/components/LibraryItemsList/helpers/displayTypeToPreviewSize.js +1 -1
- package/dist/components/LibraryItemsList/helpers/displayTypeToPreviewSize.js.map +1 -1
- package/dist/components/LibraryItemsList/helpers/extractAttributesFromLibrary.js +1 -1
- package/dist/components/LibraryItemsList/helpers/extractAttributesFromLibrary.js.map +1 -1
- package/dist/components/LibraryItemsList/helpers/getFieldFromKey.js +1 -1
- package/dist/components/LibraryItemsList/helpers/getFieldFromKey.js.map +1 -1
- package/dist/components/LibraryItemsList/helpers/getSortFieldByAttributeType.js +1 -1
- package/dist/components/LibraryItemsList/helpers/getSortFieldByAttributeType.js.map +1 -1
- package/dist/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.js +1 -1
- package/dist/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.js.map +1 -1
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/index.js +1 -1
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/index.js.map +1 -1
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchContext.js +1 -1
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchContext.js.map +1 -1
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/useSearchReducer.js +1 -1
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/useSearchReducer.js.map +1 -1
- package/dist/components/LibraryItemsList/hooks/useUpdateViewsOrderMutation.js +1 -1
- package/dist/components/LibraryItemsList/hooks/useUpdateViewsOrderMutation.js.map +1 -1
- package/dist/components/LibraryItemsList/index.js +1 -1
- package/dist/components/LibraryItemsList/index.js.map +1 -1
- package/dist/components/LibraryItemsList/manageItems.js +1 -1
- package/dist/components/LibraryItemsList/manageItems.js.map +1 -1
- package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/DeactivateRecordBtn.js +1 -1
- package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/DeactivateRecordBtn.js.map +1 -1
- package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/index.js +1 -1
- package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/index.js.map +1 -1
- package/dist/components/LibraryItemsList/shared/SelectCellsBtn.js +1 -1
- package/dist/components/LibraryItemsList/shared/SelectCellsBtn.js.map +1 -1
- package/dist/components/LibraryItemsList/shared/shared.utils.js +1 -1
- package/dist/components/LibraryItemsList/shared/shared.utils.js.map +1 -1
- package/dist/components/LibraryPicker/LibrariesList/LibrariesList.js +1 -1
- package/dist/components/LibraryPicker/LibrariesList/LibrariesList.js.map +1 -1
- package/dist/components/LibraryPicker/LibrariesList/index.js +1 -1
- package/dist/components/LibraryPicker/LibrariesList/index.js.map +1 -1
- package/dist/components/LibraryPicker/LibraryPicker.js +1 -1
- package/dist/components/LibraryPicker/LibraryPicker.js.map +1 -1
- package/dist/components/LibraryPicker/index.js +1 -1
- package/dist/components/LibraryPicker/index.js.map +1 -1
- package/dist/components/List/List.js +1 -1
- package/dist/components/List/List.js.map +1 -1
- package/dist/components/List/index.js +1 -1
- package/dist/components/List/index.js.map +1 -1
- package/dist/components/Loading/Loading.js +1 -1
- package/dist/components/Loading/Loading.js.map +1 -1
- package/dist/components/Loading/index.js +1 -1
- package/dist/components/Loading/index.js.map +1 -1
- package/dist/components/RecordCard/RecordCard.js +1 -1
- package/dist/components/RecordCard/RecordCard.js.map +1 -1
- package/dist/components/RecordCard/index.js +1 -1
- package/dist/components/RecordCard/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecord/EditRecord.js +26 -8
- package/dist/components/RecordEdition/EditRecord/EditRecord.js.map +1 -1
- package/dist/components/RecordEdition/EditRecord/ValuesVersionSummary/ValuesVersionSummary.js +1 -1
- package/dist/components/RecordEdition/EditRecord/ValuesVersionSummary/ValuesVersionSummary.js.map +1 -1
- package/dist/components/RecordEdition/EditRecord/ValuesVersionSummary/index.js +1 -1
- package/dist/components/RecordEdition/EditRecord/ValuesVersionSummary/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecord/creationErrorContext.js +1 -1
- package/dist/components/RecordEdition/EditRecord/creationErrorContext.js.map +1 -1
- package/dist/components/RecordEdition/EditRecord/index.js +1 -1
- package/dist/components/RecordEdition/EditRecord/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordBtn/EditRecordBtn.js +1 -1
- package/dist/components/RecordEdition/EditRecordBtn/EditRecordBtn.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordBtn/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordBtn/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js +2 -2
- package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/EditRecordSkeleton.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/EditRecordSkeleton.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/_types.d.ts +10 -10
- package/dist/components/RecordEdition/EditRecordContent/_types.js +5 -5
- package/dist/components/RecordEdition/EditRecordContent/_types.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/antdUtils.js +43 -36
- package/dist/components/RecordEdition/EditRecordContent/antdUtils.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/formConstants.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/formConstants.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/helpers/getActiveFieldValues/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/helpers/getActiveFieldValues/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/helpers/isCurrentVersion/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/helpers/isCurrentVersion/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/__mocks__/useDeleteValueMutation.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/__mocks__/useDeleteValueMutation.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/__mocks__/useSaveValueMutation.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/__mocks__/useSaveValueMutation.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/helpers/getPropertyCacheFieldName.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/helpers/getPropertyCacheFieldName.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/useExecuteSaveValueBatchMutation.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/useExecuteSaveValueBatchMutation.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/useRecordEditionContext.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/useRecordEditionContext.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/useRunActionsListAndFormatOnValue.d.ts +121 -0
- package/dist/components/RecordEdition/EditRecordContent/hooks/useRunActionsListAndFormatOnValue.js +31 -0
- package/dist/components/RecordEdition/EditRecordContent/hooks/useRunActionsListAndFormatOnValue.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/linkFieldReducer/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/linkFieldReducer/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/linkFieldReducer/linkFieldReducer.d.ts +2 -2
- package/dist/components/RecordEdition/EditRecordContent/reducers/linkFieldReducer/linkFieldReducer.js +9 -9
- package/dist/components/RecordEdition/EditRecordContent/reducers/linkFieldReducer/linkFieldReducer.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducer.d.ts +24 -5
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducer.js +65 -18
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducer.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducerContext.d.ts +7 -0
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducerContext.js +9 -0
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducerContext.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/useStandardFieldReducer.d.ts +1 -0
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/useStandardFieldReducer.js +7 -0
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/useStandardFieldReducer.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/shared/AddValueBtn/AddValueBtn.d.ts +2 -2
- package/dist/components/RecordEdition/EditRecordContent/shared/AddValueBtn/AddValueBtn.js +3 -3
- 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 +2 -2
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/ValueDetailsBtn.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/useValueDetailsButton.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/useValueDetailsButton.js +3 -9
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/useValueDetailsButton.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionBtn/ValuesVersionBtn.d.ts +4 -4
- package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionBtn/ValuesVersionBtn.js +9 -9
- 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.d.ts +2 -2
- package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionIndicator/ValuesVersionIndicator.js +3 -3
- package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionIndicator/ValuesVersionIndicator.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionIndicator/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionIndicator/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/ErrorField/ErrorField.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/ErrorField/ErrorField.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/ErrorField/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/ErrorField/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/FormDivider/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/FormDivider/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/FormTabs/FormTabs.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/FormTabs/FormTabs.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/FormTabs/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/FormTabs/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/FloatingMenuHandler/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/FloatingMenuHandler/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js +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 +2 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.js +4 -4
- 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 +2 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.js +5 -5
- 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/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 +2 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js +196 -37
- 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 +16 -18
- 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 +66 -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 -13
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js +33 -22
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.d.ts +4 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js +26 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.d.ts +3 -13
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js +29 -28
- 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 -13
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js +37 -30
- 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 -13
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js +57 -29
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.d.ts +4 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js +62 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.js +2 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.d.ts +7 -4
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js +69 -35
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/MonoValueSelect.d.ts +4 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/MonoValueSelect.js +119 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/MonoValueSelect.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/ValuesList.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/ValuesList.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/_types.d.ts +12 -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 +9 -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/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TextBlock/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TextBlock/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js +5 -5
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeFieldValue/TreeFieldValue.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeFieldValue/TreeFieldValue.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeFieldValue/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeFieldValue/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/ValuesAdd.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/ValuesAdd.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js +1 -1
- package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordModal/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordModal/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js +1 -1
- package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordPage/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordPage/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/AttributeDetails.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/AttributeDetails.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/TreeValuePath.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/TreeValuePath.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/ValueInfo.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/ValueInfo.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.d.ts +2 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.js +3 -8
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/ValuesVersions.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/ValuesVersions.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/index.js.map +1 -1
- package/dist/components/RecordEdition/editRecordReducer/editRecordReducerContext.js +1 -1
- package/dist/components/RecordEdition/editRecordReducer/editRecordReducerContext.js.map +1 -1
- package/dist/components/RecordEdition/editRecordReducer/index.js +1 -1
- package/dist/components/RecordEdition/editRecordReducer/index.js.map +1 -1
- package/dist/components/RecordEdition/editRecordReducer/useEditRecordReducer.js +1 -1
- package/dist/components/RecordEdition/editRecordReducer/useEditRecordReducer.js.map +1 -1
- package/dist/components/RecordEdition/hooks/useCreateCancelConfirm/index.js +1 -1
- package/dist/components/RecordEdition/hooks/useCreateCancelConfirm/index.js.map +1 -1
- package/dist/components/RecordEdition/hooks/useCreateCancelConfirm/useCreateCancelConfirm.js +1 -1
- package/dist/components/RecordEdition/hooks/useCreateCancelConfirm/useCreateCancelConfirm.js.map +1 -1
- package/dist/components/RecordEdition/hooks/useGetSubmitButtons.js +1 -1
- package/dist/components/RecordEdition/hooks/useGetSubmitButtons.js.map +1 -1
- package/dist/components/RecordEdition/index.js +1 -1
- package/dist/components/RecordEdition/index.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModal.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModal.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/AudioFile.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/AudioFile.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/index.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/index.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/DocumentFile.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/DocumentFile.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/index.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/index.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalContent.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalContent.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/FileModalSidebar.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/FileModalSidebar.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/index.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/index.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/ImageFile.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/ImageFile.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/index.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/index.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/NoDisplayFile.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/NoDisplayFile.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/index.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/index.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/VideoFile.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/VideoFile.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/index.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/index.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/index.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/index.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/_constants.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/_constants.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/index.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/index.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/RecordPreviewWithModal.js +1 -1
- package/dist/components/RecordPreviewWithModal/RecordPreviewWithModal.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/index.js +1 -1
- package/dist/components/RecordPreviewWithModal/index.js.map +1 -1
- package/dist/components/SearchModal/SearchModal.js +1 -1
- package/dist/components/SearchModal/SearchModal.js.map +1 -1
- package/dist/components/SearchModal/index.js +1 -1
- package/dist/components/SearchModal/index.js.map +1 -1
- package/dist/components/SelectTreeNode/SelectTreeNode.js +1 -1
- package/dist/components/SelectTreeNode/SelectTreeNode.js.map +1 -1
- package/dist/components/SelectTreeNode/index.js +1 -1
- package/dist/components/SelectTreeNode/index.js.map +1 -1
- package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.js +1 -1
- package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.js.map +1 -1
- package/dist/components/SelectTreeNodeModal/index.js +1 -1
- package/dist/components/SelectTreeNodeModal/index.js.map +1 -1
- package/dist/components/SimpleErrorBoundary/SimpleErrorBoundary.d.ts +6 -6
- package/dist/components/SimpleErrorBoundary/SimpleErrorBoundary.js +3 -3
- package/dist/components/SimpleErrorBoundary/SimpleErrorBoundary.js.map +1 -1
- package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/SimpleErrorBoundaryContent.js +1 -1
- package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/SimpleErrorBoundaryContent.js.map +1 -1
- package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/index.js +1 -1
- package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/index.js.map +1 -1
- package/dist/components/SimpleErrorBoundary/index.js +1 -1
- package/dist/components/SimpleErrorBoundary/index.js.map +1 -1
- package/dist/components/SubmitStateNotifier/SubmitStateNotifier.js +1 -1
- package/dist/components/SubmitStateNotifier/SubmitStateNotifier.js.map +1 -1
- package/dist/components/SubmitStateNotifier/index.js +1 -1
- package/dist/components/SubmitStateNotifier/index.js.map +1 -1
- package/dist/components/TreePicker/TreePicker.js +1 -1
- package/dist/components/TreePicker/TreePicker.js.map +1 -1
- package/dist/components/TreePicker/TreesList/TreesList.js +1 -1
- package/dist/components/TreePicker/TreesList/TreesList.js.map +1 -1
- package/dist/components/TreePicker/TreesList/index.js +1 -1
- package/dist/components/TreePicker/TreesList/index.js.map +1 -1
- package/dist/components/TreePicker/index.js +1 -1
- package/dist/components/TreePicker/index.js.map +1 -1
- package/dist/components/TriggerPreviewsGenerationModal/TriggerPreviewsGenerationModal.js +1 -1
- package/dist/components/TriggerPreviewsGenerationModal/TriggerPreviewsGenerationModal.js.map +1 -1
- package/dist/components/TriggerPreviewsGenerationModal/index.js +1 -1
- package/dist/components/TriggerPreviewsGenerationModal/index.js.map +1 -1
- package/dist/components/UploadFiles/UploadFiles.js +1 -1
- package/dist/components/UploadFiles/UploadFiles.js.map +1 -1
- package/dist/components/UploadFiles/index.js +1 -1
- package/dist/components/UploadFiles/index.js.map +1 -1
- package/dist/components/ValuesVersionConfigurator/ValuesVersionConfigurator.js +1 -1
- package/dist/components/ValuesVersionConfigurator/ValuesVersionConfigurator.js.map +1 -1
- package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.js +1 -1
- package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.js.map +1 -1
- package/dist/components/ValuesVersionConfigurator/VersionTree/index.js +1 -1
- package/dist/components/ValuesVersionConfigurator/VersionTree/index.js.map +1 -1
- package/dist/components/ValuesVersionConfigurator/index.js +1 -1
- package/dist/components/ValuesVersionConfigurator/index.js.map +1 -1
- package/dist/components/index.d.ts +2 -0
- package/dist/components/index.js +3 -1
- package/dist/components/index.js.map +1 -1
- package/dist/constants.js +1 -1
- package/dist/constants.js.map +1 -1
- package/dist/{components/LibraryItemsList/LibraryItemsListTable → contexts/EditRecordModalContext}/EditRecordModalContext.d.ts +1 -1
- package/dist/contexts/EditRecordModalContext/EditRecordModalContext.js +7 -0
- package/dist/contexts/EditRecordModalContext/EditRecordModalContext.js.map +1 -0
- package/dist/contexts/EditRecordModalContext/EditRecordModalProvider.d.ts +2 -0
- package/dist/{components/LibraryItemsList/LibraryItemsListTable → contexts/EditRecordModalContext}/EditRecordModalProvider.js +5 -5
- package/dist/contexts/EditRecordModalContext/EditRecordModalProvider.js.map +1 -0
- package/dist/contexts/EditRecordModalContext/index.d.ts +2 -0
- package/dist/contexts/EditRecordModalContext/index.js +6 -0
- package/dist/contexts/EditRecordModalContext/index.js.map +1 -0
- package/dist/contexts/EditRecordModalContext/tsconfig.json +6 -0
- package/dist/contexts/EditRecordModalContext/useEditRecordModalContext.d.ts +1 -0
- package/dist/{components/LibraryItemsList/LibraryItemsListTable → contexts/EditRecordModalContext}/useEditRecordModalContext.js +2 -2
- package/dist/contexts/EditRecordModalContext/useEditRecordModalContext.js.map +1 -0
- package/dist/contexts/LangContext/LangContext.js +1 -1
- package/dist/contexts/LangContext/LangContext.js.map +1 -1
- package/dist/contexts/LangContext/index.js +1 -1
- package/dist/contexts/LangContext/index.js.map +1 -1
- package/dist/contexts/UserContext/UserContext.js +1 -1
- package/dist/contexts/UserContext/UserContext.js.map +1 -1
- package/dist/contexts/UserContext/index.js +1 -1
- package/dist/contexts/UserContext/index.js.map +1 -1
- package/dist/contexts/index.js +1 -1
- package/dist/contexts/index.js.map +1 -1
- package/dist/gqlFragments/index.js +1 -1
- package/dist/gqlFragments/index.js.map +1 -1
- package/dist/gqlFragments/recordIdentityFragment.js +1 -1
- package/dist/gqlFragments/recordIdentityFragment.js.map +1 -1
- package/dist/hooks/index.js +1 -1
- package/dist/hooks/index.js.map +1 -1
- package/dist/hooks/useAntdLocale/index.js +1 -1
- package/dist/hooks/useAntdLocale/index.js.map +1 -1
- package/dist/hooks/useAppLang/index.js +1 -1
- package/dist/hooks/useAppLang/index.js.map +1 -1
- package/dist/hooks/useAppLang/useAppLang.js +1 -1
- package/dist/hooks/useAppLang/useAppLang.js.map +1 -1
- package/dist/hooks/useAuth/index.js +1 -1
- package/dist/hooks/useAuth/index.js.map +1 -1
- package/dist/hooks/useAuth/useAuth.js +2 -2
- package/dist/hooks/useAuth/useAuth.js.map +1 -1
- package/dist/hooks/useCanEditRecord/index.js +1 -1
- package/dist/hooks/useCanEditRecord/index.js.map +1 -1
- package/dist/hooks/useCanEditRecord/useCanEditRecord.js +1 -1
- package/dist/hooks/useCanEditRecord/useCanEditRecord.js.map +1 -1
- package/dist/hooks/useDebouncedValue/useDebouncedValue.js +1 -1
- package/dist/hooks/useDebouncedValue/useDebouncedValue.js.map +1 -1
- package/dist/hooks/useGetLibraryDetailExtendedQuery/useGetLibraryDetailExtendedQuery.js +1 -1
- package/dist/hooks/useGetLibraryDetailExtendedQuery/useGetLibraryDetailExtendedQuery.js.map +1 -1
- package/dist/hooks/useGetPreparedFileData/useGetPreparedFileData.js +1 -1
- package/dist/hooks/useGetPreparedFileData/useGetPreparedFileData.js.map +1 -1
- package/dist/hooks/useGetRecordForm/index.js +1 -1
- package/dist/hooks/useGetRecordForm/index.js.map +1 -1
- package/dist/hooks/useGetRecordForm/useGetRecordForm.d.ts +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.d.ts +1 -1
- package/dist/hooks/useLang/useLang.js +3 -3
- 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 +8 -3
- 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 +38 -2
- package/dist/locales/fr/shared.json +38 -2
- package/dist/testing/MockedLangContextProvider/MockedLangContextProvider.js +1 -1
- package/dist/testing/MockedLangContextProvider/MockedLangContextProvider.js.map +1 -1
- package/dist/testing/MockedLangContextProvider/index.js +1 -1
- package/dist/testing/MockedLangContextProvider/index.js.map +1 -1
- package/dist/testing/MockedUserContextProvider/MockedUserContextProvider.js +1 -1
- package/dist/testing/MockedUserContextProvider/MockedUserContextProvider.js.map +1 -1
- package/dist/testing/MockedUserContextProvider/index.js +1 -1
- package/dist/testing/MockedUserContextProvider/index.js.map +1 -1
- package/dist/testing/index.js +1 -1
- package/dist/testing/index.js.map +1 -1
- package/dist/types/index.js +1 -1
- package/dist/types/index.js.map +1 -1
- package/package.json +5 -2
- 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/uiElements/StandardField/StandardFieldValue/DSInputPasswordWrapper.d.ts +0 -14
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputPasswordWrapper.js +0 -63
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputPasswordWrapper.js.map +0 -1
|
@@ -139,6 +139,7 @@ export type AttributeInput = {
|
|
|
139
139
|
multiple_values?: InputMaybe<Scalars['Boolean']>;
|
|
140
140
|
permissions_conf?: InputMaybe<TreepermissionsConfInput>;
|
|
141
141
|
readonly?: InputMaybe<Scalars['Boolean']>;
|
|
142
|
+
required?: InputMaybe<Scalars['Boolean']>;
|
|
142
143
|
reverse_link?: InputMaybe<Scalars['String']>;
|
|
143
144
|
type?: InputMaybe<AttributeType>;
|
|
144
145
|
unique?: InputMaybe<Scalars['Boolean']>;
|
|
@@ -159,6 +160,7 @@ export declare enum AttributeType {
|
|
|
159
160
|
export type AttributesFiltersInput = {
|
|
160
161
|
format?: InputMaybe<Array<InputMaybe<AttributeFormat>>>;
|
|
161
162
|
id?: InputMaybe<Scalars['ID']>;
|
|
163
|
+
ids?: InputMaybe<Array<Scalars['ID']>>;
|
|
162
164
|
label?: InputMaybe<Scalars['String']>;
|
|
163
165
|
libraries?: InputMaybe<Array<InputMaybe<Scalars['String']>>>;
|
|
164
166
|
librariesExcluded?: InputMaybe<Array<InputMaybe<Scalars['String']>>>;
|
|
@@ -250,12 +252,13 @@ export declare enum FormsSortableFields {
|
|
|
250
252
|
library = "library",
|
|
251
253
|
system = "system"
|
|
252
254
|
}
|
|
253
|
-
export type
|
|
255
|
+
export type GlobalSettingsFileInput = {
|
|
254
256
|
library: Scalars['String'];
|
|
255
257
|
recordId: Scalars['String'];
|
|
256
258
|
};
|
|
257
259
|
export type GlobalSettingsInput = {
|
|
258
|
-
|
|
260
|
+
favicon?: InputMaybe<GlobalSettingsFileInput>;
|
|
261
|
+
icon?: InputMaybe<GlobalSettingsFileInput>;
|
|
259
262
|
name?: InputMaybe<Scalars['String']>;
|
|
260
263
|
};
|
|
261
264
|
export declare enum IoTypes {
|
|
@@ -677,12 +680,12 @@ export type ValueBatchInput = {
|
|
|
677
680
|
attribute?: InputMaybe<Scalars['ID']>;
|
|
678
681
|
id_value?: InputMaybe<Scalars['ID']>;
|
|
679
682
|
metadata?: InputMaybe<Array<InputMaybe<ValueMetadataInput>>>;
|
|
680
|
-
|
|
683
|
+
payload?: InputMaybe<Scalars['String']>;
|
|
681
684
|
};
|
|
682
685
|
export type ValueInput = {
|
|
683
686
|
id_value?: InputMaybe<Scalars['ID']>;
|
|
684
687
|
metadata?: InputMaybe<Array<InputMaybe<ValueMetadataInput>>>;
|
|
685
|
-
|
|
688
|
+
payload?: InputMaybe<Scalars['String']>;
|
|
686
689
|
version?: InputMaybe<Array<InputMaybe<ValueVersionInput>>>;
|
|
687
690
|
};
|
|
688
691
|
export type ValueMetadataInput = {
|
|
@@ -699,6 +702,7 @@ export declare enum ValueVersionMode {
|
|
|
699
702
|
}
|
|
700
703
|
export type ValuesListConfInput = {
|
|
701
704
|
allowFreeEntry?: InputMaybe<Scalars['Boolean']>;
|
|
705
|
+
allowListUpdate?: InputMaybe<Scalars['Boolean']>;
|
|
702
706
|
enable: Scalars['Boolean'];
|
|
703
707
|
values?: InputMaybe<Array<Scalars['String']>>;
|
|
704
708
|
};
|
|
@@ -807,7 +811,6 @@ export type AttributeDetailsLinkAttributeFragment = {
|
|
|
807
811
|
system: boolean;
|
|
808
812
|
readonly: boolean;
|
|
809
813
|
label?: any | null;
|
|
810
|
-
required: boolean;
|
|
811
814
|
description?: any | null;
|
|
812
815
|
multiple_values: boolean;
|
|
813
816
|
linked_library?: {
|
|
@@ -846,7 +849,6 @@ export type AttributeDetailsStandardAttributeFragment = {
|
|
|
846
849
|
system: boolean;
|
|
847
850
|
readonly: boolean;
|
|
848
851
|
label?: any | null;
|
|
849
|
-
required: boolean;
|
|
850
852
|
description?: any | null;
|
|
851
853
|
multiple_values: boolean;
|
|
852
854
|
metadata_fields?: Array<{
|
|
@@ -879,7 +881,6 @@ export type AttributeDetailsTreeAttributeFragment = {
|
|
|
879
881
|
system: boolean;
|
|
880
882
|
readonly: boolean;
|
|
881
883
|
label?: any | null;
|
|
882
|
-
required: boolean;
|
|
883
884
|
description?: any | null;
|
|
884
885
|
multiple_values: boolean;
|
|
885
886
|
linked_tree?: {
|
|
@@ -1099,6 +1100,7 @@ export type RecordFormElementFragment = {
|
|
|
1099
1100
|
values?: Array<{
|
|
1100
1101
|
id_value?: string | null;
|
|
1101
1102
|
isInherited?: boolean | null;
|
|
1103
|
+
isCalculated?: boolean | null;
|
|
1102
1104
|
modified_at?: number | null;
|
|
1103
1105
|
created_at?: number | null;
|
|
1104
1106
|
linkValue?: {
|
|
@@ -1159,20 +1161,20 @@ export type RecordFormElementFragment = {
|
|
|
1159
1161
|
};
|
|
1160
1162
|
} | null;
|
|
1161
1163
|
} | null> | null;
|
|
1162
|
-
attribute
|
|
1164
|
+
attribute: {
|
|
1163
1165
|
id: string;
|
|
1164
1166
|
format?: AttributeFormat | null;
|
|
1165
1167
|
type: AttributeType;
|
|
1166
1168
|
system: boolean;
|
|
1167
|
-
}
|
|
1169
|
+
};
|
|
1168
1170
|
metadata?: Array<{
|
|
1169
1171
|
name: string;
|
|
1170
1172
|
value?: {
|
|
1171
1173
|
id_value?: string | null;
|
|
1172
1174
|
modified_at?: number | null;
|
|
1173
1175
|
created_at?: number | null;
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
+
payload?: any | null;
|
|
1177
|
+
raw_payload?: any | null;
|
|
1176
1178
|
modified_by?: {
|
|
1177
1179
|
id: string;
|
|
1178
1180
|
whoAmI: {
|
|
@@ -1222,6 +1224,7 @@ export type RecordFormElementFragment = {
|
|
|
1222
1224
|
} | {
|
|
1223
1225
|
id_value?: string | null;
|
|
1224
1226
|
isInherited?: boolean | null;
|
|
1227
|
+
isCalculated?: boolean | null;
|
|
1225
1228
|
modified_at?: number | null;
|
|
1226
1229
|
created_at?: number | null;
|
|
1227
1230
|
treeValue?: {
|
|
@@ -1301,20 +1304,20 @@ export type RecordFormElementFragment = {
|
|
|
1301
1304
|
};
|
|
1302
1305
|
} | null;
|
|
1303
1306
|
} | null> | null;
|
|
1304
|
-
attribute
|
|
1307
|
+
attribute: {
|
|
1305
1308
|
id: string;
|
|
1306
1309
|
format?: AttributeFormat | null;
|
|
1307
1310
|
type: AttributeType;
|
|
1308
1311
|
system: boolean;
|
|
1309
|
-
}
|
|
1312
|
+
};
|
|
1310
1313
|
metadata?: Array<{
|
|
1311
1314
|
name: string;
|
|
1312
1315
|
value?: {
|
|
1313
1316
|
id_value?: string | null;
|
|
1314
1317
|
modified_at?: number | null;
|
|
1315
1318
|
created_at?: number | null;
|
|
1316
|
-
|
|
1317
|
-
|
|
1319
|
+
payload?: any | null;
|
|
1320
|
+
raw_payload?: any | null;
|
|
1318
1321
|
modified_by?: {
|
|
1319
1322
|
id: string;
|
|
1320
1323
|
whoAmI: {
|
|
@@ -1362,10 +1365,13 @@ export type RecordFormElementFragment = {
|
|
|
1362
1365
|
} | null;
|
|
1363
1366
|
} | null> | null;
|
|
1364
1367
|
} | {
|
|
1368
|
+
payload?: any | null;
|
|
1369
|
+
raw_payload?: any | null;
|
|
1365
1370
|
value?: any | null;
|
|
1366
1371
|
raw_value?: any | null;
|
|
1367
1372
|
id_value?: string | null;
|
|
1368
1373
|
isInherited?: boolean | null;
|
|
1374
|
+
isCalculated?: boolean | null;
|
|
1369
1375
|
modified_at?: number | null;
|
|
1370
1376
|
created_at?: number | null;
|
|
1371
1377
|
modified_by?: {
|
|
@@ -1412,20 +1418,20 @@ export type RecordFormElementFragment = {
|
|
|
1412
1418
|
};
|
|
1413
1419
|
} | null;
|
|
1414
1420
|
} | null> | null;
|
|
1415
|
-
attribute
|
|
1421
|
+
attribute: {
|
|
1416
1422
|
id: string;
|
|
1417
1423
|
format?: AttributeFormat | null;
|
|
1418
1424
|
type: AttributeType;
|
|
1419
1425
|
system: boolean;
|
|
1420
|
-
}
|
|
1426
|
+
};
|
|
1421
1427
|
metadata?: Array<{
|
|
1422
1428
|
name: string;
|
|
1423
1429
|
value?: {
|
|
1424
1430
|
id_value?: string | null;
|
|
1425
1431
|
modified_at?: number | null;
|
|
1426
1432
|
created_at?: number | null;
|
|
1427
|
-
|
|
1428
|
-
|
|
1433
|
+
payload?: any | null;
|
|
1434
|
+
raw_payload?: any | null;
|
|
1429
1435
|
modified_by?: {
|
|
1430
1436
|
id: string;
|
|
1431
1437
|
whoAmI: {
|
|
@@ -1493,6 +1499,7 @@ export type RecordFormElementFragment = {
|
|
|
1493
1499
|
linkValuesList?: {
|
|
1494
1500
|
enable: boolean;
|
|
1495
1501
|
allowFreeEntry?: boolean | null;
|
|
1502
|
+
allowListUpdate?: boolean | null;
|
|
1496
1503
|
values?: Array<{
|
|
1497
1504
|
id: string;
|
|
1498
1505
|
whoAmI: {
|
|
@@ -1538,6 +1545,7 @@ export type RecordFormElementFragment = {
|
|
|
1538
1545
|
values_list?: {
|
|
1539
1546
|
enable: boolean;
|
|
1540
1547
|
allowFreeEntry?: boolean | null;
|
|
1548
|
+
allowListUpdate?: boolean | null;
|
|
1541
1549
|
dateRangeValues?: Array<{
|
|
1542
1550
|
from?: string | null;
|
|
1543
1551
|
to?: string | null;
|
|
@@ -1545,6 +1553,7 @@ export type RecordFormElementFragment = {
|
|
|
1545
1553
|
} | {
|
|
1546
1554
|
enable: boolean;
|
|
1547
1555
|
allowFreeEntry?: boolean | null;
|
|
1556
|
+
allowListUpdate?: boolean | null;
|
|
1548
1557
|
values?: Array<string> | null;
|
|
1549
1558
|
} | null;
|
|
1550
1559
|
metadata_fields?: Array<{
|
|
@@ -1563,6 +1572,7 @@ export type RecordFormElementFragment = {
|
|
|
1563
1572
|
values_list?: {
|
|
1564
1573
|
enable: boolean;
|
|
1565
1574
|
allowFreeEntry?: boolean | null;
|
|
1575
|
+
allowListUpdate?: boolean | null;
|
|
1566
1576
|
dateRangeValues?: Array<{
|
|
1567
1577
|
from?: string | null;
|
|
1568
1578
|
to?: string | null;
|
|
@@ -1570,6 +1580,7 @@ export type RecordFormElementFragment = {
|
|
|
1570
1580
|
} | {
|
|
1571
1581
|
enable: boolean;
|
|
1572
1582
|
allowFreeEntry?: boolean | null;
|
|
1583
|
+
allowListUpdate?: boolean | null;
|
|
1573
1584
|
values?: Array<string> | null;
|
|
1574
1585
|
} | null;
|
|
1575
1586
|
permissions: {
|
|
@@ -1602,6 +1613,7 @@ export type RecordFormElementFragment = {
|
|
|
1602
1613
|
values_list?: {
|
|
1603
1614
|
enable: boolean;
|
|
1604
1615
|
allowFreeEntry?: boolean | null;
|
|
1616
|
+
allowListUpdate?: boolean | null;
|
|
1605
1617
|
dateRangeValues?: Array<{
|
|
1606
1618
|
from?: string | null;
|
|
1607
1619
|
to?: string | null;
|
|
@@ -1609,6 +1621,7 @@ export type RecordFormElementFragment = {
|
|
|
1609
1621
|
} | {
|
|
1610
1622
|
enable: boolean;
|
|
1611
1623
|
allowFreeEntry?: boolean | null;
|
|
1624
|
+
allowListUpdate?: boolean | null;
|
|
1612
1625
|
values?: Array<string> | null;
|
|
1613
1626
|
} | null;
|
|
1614
1627
|
metadata_fields?: Array<{
|
|
@@ -1631,6 +1644,7 @@ export type RecordFormElementFragment = {
|
|
|
1631
1644
|
treeValuesList?: {
|
|
1632
1645
|
enable: boolean;
|
|
1633
1646
|
allowFreeEntry?: boolean | null;
|
|
1647
|
+
allowListUpdate?: boolean | null;
|
|
1634
1648
|
values?: Array<{
|
|
1635
1649
|
id: string;
|
|
1636
1650
|
record: {
|
|
@@ -1695,6 +1709,7 @@ export type RecordFormElementFragment = {
|
|
|
1695
1709
|
values_list?: {
|
|
1696
1710
|
enable: boolean;
|
|
1697
1711
|
allowFreeEntry?: boolean | null;
|
|
1712
|
+
allowListUpdate?: boolean | null;
|
|
1698
1713
|
dateRangeValues?: Array<{
|
|
1699
1714
|
from?: string | null;
|
|
1700
1715
|
to?: string | null;
|
|
@@ -1702,6 +1717,7 @@ export type RecordFormElementFragment = {
|
|
|
1702
1717
|
} | {
|
|
1703
1718
|
enable: boolean;
|
|
1704
1719
|
allowFreeEntry?: boolean | null;
|
|
1720
|
+
allowListUpdate?: boolean | null;
|
|
1705
1721
|
values?: Array<string> | null;
|
|
1706
1722
|
} | null;
|
|
1707
1723
|
metadata_fields?: Array<{
|
|
@@ -1717,6 +1733,7 @@ export type RecordFormElementFragment = {
|
|
|
1717
1733
|
export type ValueDetailsLinkValueFragment = {
|
|
1718
1734
|
id_value?: string | null;
|
|
1719
1735
|
isInherited?: boolean | null;
|
|
1736
|
+
isCalculated?: boolean | null;
|
|
1720
1737
|
modified_at?: number | null;
|
|
1721
1738
|
created_at?: number | null;
|
|
1722
1739
|
linkValue?: {
|
|
@@ -1777,20 +1794,20 @@ export type ValueDetailsLinkValueFragment = {
|
|
|
1777
1794
|
};
|
|
1778
1795
|
} | null;
|
|
1779
1796
|
} | null> | null;
|
|
1780
|
-
attribute
|
|
1797
|
+
attribute: {
|
|
1781
1798
|
id: string;
|
|
1782
1799
|
format?: AttributeFormat | null;
|
|
1783
1800
|
type: AttributeType;
|
|
1784
1801
|
system: boolean;
|
|
1785
|
-
}
|
|
1802
|
+
};
|
|
1786
1803
|
metadata?: Array<{
|
|
1787
1804
|
name: string;
|
|
1788
1805
|
value?: {
|
|
1789
1806
|
id_value?: string | null;
|
|
1790
1807
|
modified_at?: number | null;
|
|
1791
1808
|
created_at?: number | null;
|
|
1792
|
-
|
|
1793
|
-
|
|
1809
|
+
payload?: any | null;
|
|
1810
|
+
raw_payload?: any | null;
|
|
1794
1811
|
modified_by?: {
|
|
1795
1812
|
id: string;
|
|
1796
1813
|
whoAmI: {
|
|
@@ -1841,6 +1858,7 @@ export type ValueDetailsLinkValueFragment = {
|
|
|
1841
1858
|
export type ValueDetailsTreeValueFragment = {
|
|
1842
1859
|
id_value?: string | null;
|
|
1843
1860
|
isInherited?: boolean | null;
|
|
1861
|
+
isCalculated?: boolean | null;
|
|
1844
1862
|
modified_at?: number | null;
|
|
1845
1863
|
created_at?: number | null;
|
|
1846
1864
|
treeValue?: {
|
|
@@ -1920,20 +1938,20 @@ export type ValueDetailsTreeValueFragment = {
|
|
|
1920
1938
|
};
|
|
1921
1939
|
} | null;
|
|
1922
1940
|
} | null> | null;
|
|
1923
|
-
attribute
|
|
1941
|
+
attribute: {
|
|
1924
1942
|
id: string;
|
|
1925
1943
|
format?: AttributeFormat | null;
|
|
1926
1944
|
type: AttributeType;
|
|
1927
1945
|
system: boolean;
|
|
1928
|
-
}
|
|
1946
|
+
};
|
|
1929
1947
|
metadata?: Array<{
|
|
1930
1948
|
name: string;
|
|
1931
1949
|
value?: {
|
|
1932
1950
|
id_value?: string | null;
|
|
1933
1951
|
modified_at?: number | null;
|
|
1934
1952
|
created_at?: number | null;
|
|
1935
|
-
|
|
1936
|
-
|
|
1953
|
+
payload?: any | null;
|
|
1954
|
+
raw_payload?: any | null;
|
|
1937
1955
|
modified_by?: {
|
|
1938
1956
|
id: string;
|
|
1939
1957
|
whoAmI: {
|
|
@@ -1982,10 +2000,13 @@ export type ValueDetailsTreeValueFragment = {
|
|
|
1982
2000
|
} | null> | null;
|
|
1983
2001
|
};
|
|
1984
2002
|
export type ValueDetailsValueFragment = {
|
|
2003
|
+
payload?: any | null;
|
|
2004
|
+
raw_payload?: any | null;
|
|
1985
2005
|
value?: any | null;
|
|
1986
2006
|
raw_value?: any | null;
|
|
1987
2007
|
id_value?: string | null;
|
|
1988
2008
|
isInherited?: boolean | null;
|
|
2009
|
+
isCalculated?: boolean | null;
|
|
1989
2010
|
modified_at?: number | null;
|
|
1990
2011
|
created_at?: number | null;
|
|
1991
2012
|
modified_by?: {
|
|
@@ -2032,20 +2053,20 @@ export type ValueDetailsValueFragment = {
|
|
|
2032
2053
|
};
|
|
2033
2054
|
} | null;
|
|
2034
2055
|
} | null> | null;
|
|
2035
|
-
attribute
|
|
2056
|
+
attribute: {
|
|
2036
2057
|
id: string;
|
|
2037
2058
|
format?: AttributeFormat | null;
|
|
2038
2059
|
type: AttributeType;
|
|
2039
2060
|
system: boolean;
|
|
2040
|
-
}
|
|
2061
|
+
};
|
|
2041
2062
|
metadata?: Array<{
|
|
2042
2063
|
name: string;
|
|
2043
2064
|
value?: {
|
|
2044
2065
|
id_value?: string | null;
|
|
2045
2066
|
modified_at?: number | null;
|
|
2046
2067
|
created_at?: number | null;
|
|
2047
|
-
|
|
2048
|
-
|
|
2068
|
+
payload?: any | null;
|
|
2069
|
+
raw_payload?: any | null;
|
|
2049
2070
|
modified_by?: {
|
|
2050
2071
|
id: string;
|
|
2051
2072
|
whoAmI: {
|
|
@@ -2130,6 +2151,7 @@ export type RecordFormAttributeLinkAttributeFragment = {
|
|
|
2130
2151
|
linkValuesList?: {
|
|
2131
2152
|
enable: boolean;
|
|
2132
2153
|
allowFreeEntry?: boolean | null;
|
|
2154
|
+
allowListUpdate?: boolean | null;
|
|
2133
2155
|
values?: Array<{
|
|
2134
2156
|
id: string;
|
|
2135
2157
|
whoAmI: {
|
|
@@ -2175,6 +2197,7 @@ export type RecordFormAttributeLinkAttributeFragment = {
|
|
|
2175
2197
|
values_list?: {
|
|
2176
2198
|
enable: boolean;
|
|
2177
2199
|
allowFreeEntry?: boolean | null;
|
|
2200
|
+
allowListUpdate?: boolean | null;
|
|
2178
2201
|
dateRangeValues?: Array<{
|
|
2179
2202
|
from?: string | null;
|
|
2180
2203
|
to?: string | null;
|
|
@@ -2182,6 +2205,7 @@ export type RecordFormAttributeLinkAttributeFragment = {
|
|
|
2182
2205
|
} | {
|
|
2183
2206
|
enable: boolean;
|
|
2184
2207
|
allowFreeEntry?: boolean | null;
|
|
2208
|
+
allowListUpdate?: boolean | null;
|
|
2185
2209
|
values?: Array<string> | null;
|
|
2186
2210
|
} | null;
|
|
2187
2211
|
metadata_fields?: Array<{
|
|
@@ -2201,6 +2225,7 @@ export type RecordFormAttributeStandardAttributeFragment = {
|
|
|
2201
2225
|
values_list?: {
|
|
2202
2226
|
enable: boolean;
|
|
2203
2227
|
allowFreeEntry?: boolean | null;
|
|
2228
|
+
allowListUpdate?: boolean | null;
|
|
2204
2229
|
dateRangeValues?: Array<{
|
|
2205
2230
|
from?: string | null;
|
|
2206
2231
|
to?: string | null;
|
|
@@ -2208,6 +2233,7 @@ export type RecordFormAttributeStandardAttributeFragment = {
|
|
|
2208
2233
|
} | {
|
|
2209
2234
|
enable: boolean;
|
|
2210
2235
|
allowFreeEntry?: boolean | null;
|
|
2236
|
+
allowListUpdate?: boolean | null;
|
|
2211
2237
|
values?: Array<string> | null;
|
|
2212
2238
|
} | null;
|
|
2213
2239
|
permissions: {
|
|
@@ -2240,6 +2266,7 @@ export type RecordFormAttributeStandardAttributeFragment = {
|
|
|
2240
2266
|
values_list?: {
|
|
2241
2267
|
enable: boolean;
|
|
2242
2268
|
allowFreeEntry?: boolean | null;
|
|
2269
|
+
allowListUpdate?: boolean | null;
|
|
2243
2270
|
dateRangeValues?: Array<{
|
|
2244
2271
|
from?: string | null;
|
|
2245
2272
|
to?: string | null;
|
|
@@ -2247,6 +2274,7 @@ export type RecordFormAttributeStandardAttributeFragment = {
|
|
|
2247
2274
|
} | {
|
|
2248
2275
|
enable: boolean;
|
|
2249
2276
|
allowFreeEntry?: boolean | null;
|
|
2277
|
+
allowListUpdate?: boolean | null;
|
|
2250
2278
|
values?: Array<string> | null;
|
|
2251
2279
|
} | null;
|
|
2252
2280
|
metadata_fields?: Array<{
|
|
@@ -2270,6 +2298,7 @@ export type RecordFormAttributeTreeAttributeFragment = {
|
|
|
2270
2298
|
treeValuesList?: {
|
|
2271
2299
|
enable: boolean;
|
|
2272
2300
|
allowFreeEntry?: boolean | null;
|
|
2301
|
+
allowListUpdate?: boolean | null;
|
|
2273
2302
|
values?: Array<{
|
|
2274
2303
|
id: string;
|
|
2275
2304
|
record: {
|
|
@@ -2334,6 +2363,7 @@ export type RecordFormAttributeTreeAttributeFragment = {
|
|
|
2334
2363
|
values_list?: {
|
|
2335
2364
|
enable: boolean;
|
|
2336
2365
|
allowFreeEntry?: boolean | null;
|
|
2366
|
+
allowListUpdate?: boolean | null;
|
|
2337
2367
|
dateRangeValues?: Array<{
|
|
2338
2368
|
from?: string | null;
|
|
2339
2369
|
to?: string | null;
|
|
@@ -2341,6 +2371,7 @@ export type RecordFormAttributeTreeAttributeFragment = {
|
|
|
2341
2371
|
} | {
|
|
2342
2372
|
enable: boolean;
|
|
2343
2373
|
allowFreeEntry?: boolean | null;
|
|
2374
|
+
allowListUpdate?: boolean | null;
|
|
2344
2375
|
values?: Array<string> | null;
|
|
2345
2376
|
} | null;
|
|
2346
2377
|
metadata_fields?: Array<{
|
|
@@ -2352,6 +2383,7 @@ export type RecordFormAttributeFragment = RecordFormAttributeLinkAttributeFragme
|
|
|
2352
2383
|
export type StandardValuesListFragmentStandardDateRangeValuesListConfFragment = {
|
|
2353
2384
|
enable: boolean;
|
|
2354
2385
|
allowFreeEntry?: boolean | null;
|
|
2386
|
+
allowListUpdate?: boolean | null;
|
|
2355
2387
|
dateRangeValues?: Array<{
|
|
2356
2388
|
from?: string | null;
|
|
2357
2389
|
to?: string | null;
|
|
@@ -2360,6 +2392,7 @@ export type StandardValuesListFragmentStandardDateRangeValuesListConfFragment =
|
|
|
2360
2392
|
export type StandardValuesListFragmentStandardStringValuesListConfFragment = {
|
|
2361
2393
|
enable: boolean;
|
|
2362
2394
|
allowFreeEntry?: boolean | null;
|
|
2395
|
+
allowListUpdate?: boolean | null;
|
|
2363
2396
|
values?: Array<string> | null;
|
|
2364
2397
|
};
|
|
2365
2398
|
export type StandardValuesListFragmentFragment = StandardValuesListFragmentStandardDateRangeValuesListConfFragment | StandardValuesListFragmentStandardStringValuesListConfFragment;
|
|
@@ -2390,9 +2423,9 @@ export type TreeNodeChildFragment = {
|
|
|
2390
2423
|
childrenCount?: number | null;
|
|
2391
2424
|
record: {
|
|
2392
2425
|
id: string;
|
|
2393
|
-
active
|
|
2426
|
+
active: Array<{
|
|
2394
2427
|
value?: any | null;
|
|
2395
|
-
}
|
|
2428
|
+
}>;
|
|
2396
2429
|
whoAmI: {
|
|
2397
2430
|
id: string;
|
|
2398
2431
|
label?: string | null;
|
|
@@ -2491,6 +2524,51 @@ export type ViewDetailsFragment = {
|
|
|
2491
2524
|
value?: any | null;
|
|
2492
2525
|
}> | null;
|
|
2493
2526
|
};
|
|
2527
|
+
export type AttributePropertiesFragment = {
|
|
2528
|
+
id: string;
|
|
2529
|
+
label?: any | null;
|
|
2530
|
+
type: AttributeType;
|
|
2531
|
+
format?: AttributeFormat | null;
|
|
2532
|
+
multiple_values: boolean;
|
|
2533
|
+
};
|
|
2534
|
+
export type PropertyValueLinkValueFragment = {
|
|
2535
|
+
linkPayload?: {
|
|
2536
|
+
id: string;
|
|
2537
|
+
whoAmI: {
|
|
2538
|
+
id: string;
|
|
2539
|
+
label?: string | null;
|
|
2540
|
+
subLabel?: string | null;
|
|
2541
|
+
color?: string | null;
|
|
2542
|
+
preview?: IPreviewScalar | null;
|
|
2543
|
+
library: {
|
|
2544
|
+
id: string;
|
|
2545
|
+
label?: any | null;
|
|
2546
|
+
};
|
|
2547
|
+
};
|
|
2548
|
+
} | null;
|
|
2549
|
+
};
|
|
2550
|
+
export type PropertyValueTreeValueFragment = {
|
|
2551
|
+
treePayload?: {
|
|
2552
|
+
record: {
|
|
2553
|
+
id: string;
|
|
2554
|
+
whoAmI: {
|
|
2555
|
+
id: string;
|
|
2556
|
+
label?: string | null;
|
|
2557
|
+
subLabel?: string | null;
|
|
2558
|
+
color?: string | null;
|
|
2559
|
+
preview?: IPreviewScalar | null;
|
|
2560
|
+
library: {
|
|
2561
|
+
id: string;
|
|
2562
|
+
label?: any | null;
|
|
2563
|
+
};
|
|
2564
|
+
};
|
|
2565
|
+
};
|
|
2566
|
+
} | null;
|
|
2567
|
+
};
|
|
2568
|
+
export type PropertyValueValueFragment = {
|
|
2569
|
+
valuePayload?: any | null;
|
|
2570
|
+
};
|
|
2571
|
+
export type PropertyValueFragment = PropertyValueLinkValueFragment | PropertyValueTreeValueFragment | PropertyValueValueFragment;
|
|
2494
2572
|
export type CheckApplicationExistenceQueryVariables = Exact<{
|
|
2495
2573
|
id?: InputMaybe<Scalars['ID']>;
|
|
2496
2574
|
endpoint?: InputMaybe<Scalars['String']>;
|
|
@@ -2609,7 +2687,6 @@ export type GetAttributeByIdQuery = {
|
|
|
2609
2687
|
system: boolean;
|
|
2610
2688
|
readonly: boolean;
|
|
2611
2689
|
label?: any | null;
|
|
2612
|
-
required: boolean;
|
|
2613
2690
|
description?: any | null;
|
|
2614
2691
|
multiple_values: boolean;
|
|
2615
2692
|
linked_library?: {
|
|
@@ -2647,7 +2724,6 @@ export type GetAttributeByIdQuery = {
|
|
|
2647
2724
|
system: boolean;
|
|
2648
2725
|
readonly: boolean;
|
|
2649
2726
|
label?: any | null;
|
|
2650
|
-
required: boolean;
|
|
2651
2727
|
description?: any | null;
|
|
2652
2728
|
multiple_values: boolean;
|
|
2653
2729
|
metadata_fields?: Array<{
|
|
@@ -2679,7 +2755,6 @@ export type GetAttributeByIdQuery = {
|
|
|
2679
2755
|
system: boolean;
|
|
2680
2756
|
readonly: boolean;
|
|
2681
2757
|
label?: any | null;
|
|
2682
|
-
required: boolean;
|
|
2683
2758
|
description?: any | null;
|
|
2684
2759
|
multiple_values: boolean;
|
|
2685
2760
|
linked_tree?: {
|
|
@@ -2822,7 +2897,6 @@ export type SaveAttributeMutation = {
|
|
|
2822
2897
|
system: boolean;
|
|
2823
2898
|
readonly: boolean;
|
|
2824
2899
|
label?: any | null;
|
|
2825
|
-
required: boolean;
|
|
2826
2900
|
description?: any | null;
|
|
2827
2901
|
multiple_values: boolean;
|
|
2828
2902
|
linked_library?: {
|
|
@@ -2860,7 +2934,6 @@ export type SaveAttributeMutation = {
|
|
|
2860
2934
|
system: boolean;
|
|
2861
2935
|
readonly: boolean;
|
|
2862
2936
|
label?: any | null;
|
|
2863
|
-
required: boolean;
|
|
2864
2937
|
description?: any | null;
|
|
2865
2938
|
multiple_values: boolean;
|
|
2866
2939
|
metadata_fields?: Array<{
|
|
@@ -2892,7 +2965,6 @@ export type SaveAttributeMutation = {
|
|
|
2892
2965
|
system: boolean;
|
|
2893
2966
|
readonly: boolean;
|
|
2894
2967
|
label?: any | null;
|
|
2895
|
-
required: boolean;
|
|
2896
2968
|
description?: any | null;
|
|
2897
2969
|
multiple_values: boolean;
|
|
2898
2970
|
linked_tree?: {
|
|
@@ -2981,10 +3053,10 @@ export type GetDirectoryDataQuery = {
|
|
|
2981
3053
|
label?: any | null;
|
|
2982
3054
|
};
|
|
2983
3055
|
};
|
|
2984
|
-
created_at
|
|
3056
|
+
created_at: Array<{
|
|
2985
3057
|
value?: any | null;
|
|
2986
|
-
}
|
|
2987
|
-
created_by
|
|
3058
|
+
}>;
|
|
3059
|
+
created_by: Array<{
|
|
2988
3060
|
value?: {
|
|
2989
3061
|
id: string;
|
|
2990
3062
|
whoAmI: {
|
|
@@ -2999,11 +3071,11 @@ export type GetDirectoryDataQuery = {
|
|
|
2999
3071
|
};
|
|
3000
3072
|
};
|
|
3001
3073
|
} | null;
|
|
3002
|
-
}
|
|
3003
|
-
modified_at
|
|
3074
|
+
}>;
|
|
3075
|
+
modified_at: Array<{
|
|
3004
3076
|
value?: any | null;
|
|
3005
|
-
}
|
|
3006
|
-
modified_by
|
|
3077
|
+
}>;
|
|
3078
|
+
modified_by: Array<{
|
|
3007
3079
|
value?: {
|
|
3008
3080
|
id: string;
|
|
3009
3081
|
whoAmI: {
|
|
@@ -3018,13 +3090,13 @@ export type GetDirectoryDataQuery = {
|
|
|
3018
3090
|
};
|
|
3019
3091
|
};
|
|
3020
3092
|
} | null;
|
|
3021
|
-
}
|
|
3022
|
-
file_name
|
|
3093
|
+
}>;
|
|
3094
|
+
file_name: Array<{
|
|
3023
3095
|
value?: any | null;
|
|
3024
|
-
}
|
|
3025
|
-
file_path
|
|
3096
|
+
}>;
|
|
3097
|
+
file_path: Array<{
|
|
3026
3098
|
value?: any | null;
|
|
3027
|
-
}
|
|
3099
|
+
}>;
|
|
3028
3100
|
library: {
|
|
3029
3101
|
behavior: LibraryBehavior;
|
|
3030
3102
|
};
|
|
@@ -3426,10 +3498,10 @@ export type GetFileDataQuery = {
|
|
|
3426
3498
|
label?: any | null;
|
|
3427
3499
|
};
|
|
3428
3500
|
};
|
|
3429
|
-
created_at
|
|
3501
|
+
created_at: Array<{
|
|
3430
3502
|
value?: any | null;
|
|
3431
|
-
}
|
|
3432
|
-
created_by
|
|
3503
|
+
}>;
|
|
3504
|
+
created_by: Array<{
|
|
3433
3505
|
value?: {
|
|
3434
3506
|
id: string;
|
|
3435
3507
|
whoAmI: {
|
|
@@ -3444,11 +3516,11 @@ export type GetFileDataQuery = {
|
|
|
3444
3516
|
};
|
|
3445
3517
|
};
|
|
3446
3518
|
} | null;
|
|
3447
|
-
}
|
|
3448
|
-
modified_at
|
|
3519
|
+
}>;
|
|
3520
|
+
modified_at: Array<{
|
|
3449
3521
|
value?: any | null;
|
|
3450
|
-
}
|
|
3451
|
-
modified_by
|
|
3522
|
+
}>;
|
|
3523
|
+
modified_by: Array<{
|
|
3452
3524
|
value?: {
|
|
3453
3525
|
id: string;
|
|
3454
3526
|
whoAmI: {
|
|
@@ -3463,16 +3535,16 @@ export type GetFileDataQuery = {
|
|
|
3463
3535
|
};
|
|
3464
3536
|
};
|
|
3465
3537
|
} | null;
|
|
3466
|
-
}
|
|
3467
|
-
file_name
|
|
3538
|
+
}>;
|
|
3539
|
+
file_name: Array<{
|
|
3468
3540
|
value?: any | null;
|
|
3469
|
-
}
|
|
3470
|
-
file_path
|
|
3541
|
+
}>;
|
|
3542
|
+
file_path: Array<{
|
|
3471
3543
|
value?: any | null;
|
|
3472
|
-
}
|
|
3473
|
-
previews_status
|
|
3544
|
+
}>;
|
|
3545
|
+
previews_status: Array<{
|
|
3474
3546
|
value?: any | null;
|
|
3475
|
-
}
|
|
3547
|
+
}>;
|
|
3476
3548
|
library: {
|
|
3477
3549
|
behavior: LibraryBehavior;
|
|
3478
3550
|
};
|
|
@@ -3504,6 +3576,7 @@ export type RecordFormQuery = {
|
|
|
3504
3576
|
values?: Array<{
|
|
3505
3577
|
id_value?: string | null;
|
|
3506
3578
|
isInherited?: boolean | null;
|
|
3579
|
+
isCalculated?: boolean | null;
|
|
3507
3580
|
modified_at?: number | null;
|
|
3508
3581
|
created_at?: number | null;
|
|
3509
3582
|
linkValue?: {
|
|
@@ -3564,20 +3637,20 @@ export type RecordFormQuery = {
|
|
|
3564
3637
|
};
|
|
3565
3638
|
} | null;
|
|
3566
3639
|
} | null> | null;
|
|
3567
|
-
attribute
|
|
3640
|
+
attribute: {
|
|
3568
3641
|
id: string;
|
|
3569
3642
|
format?: AttributeFormat | null;
|
|
3570
3643
|
type: AttributeType;
|
|
3571
3644
|
system: boolean;
|
|
3572
|
-
}
|
|
3645
|
+
};
|
|
3573
3646
|
metadata?: Array<{
|
|
3574
3647
|
name: string;
|
|
3575
3648
|
value?: {
|
|
3576
3649
|
id_value?: string | null;
|
|
3577
3650
|
modified_at?: number | null;
|
|
3578
3651
|
created_at?: number | null;
|
|
3579
|
-
|
|
3580
|
-
|
|
3652
|
+
payload?: any | null;
|
|
3653
|
+
raw_payload?: any | null;
|
|
3581
3654
|
modified_by?: {
|
|
3582
3655
|
id: string;
|
|
3583
3656
|
whoAmI: {
|
|
@@ -3627,6 +3700,7 @@ export type RecordFormQuery = {
|
|
|
3627
3700
|
} | {
|
|
3628
3701
|
id_value?: string | null;
|
|
3629
3702
|
isInherited?: boolean | null;
|
|
3703
|
+
isCalculated?: boolean | null;
|
|
3630
3704
|
modified_at?: number | null;
|
|
3631
3705
|
created_at?: number | null;
|
|
3632
3706
|
treeValue?: {
|
|
@@ -3706,20 +3780,20 @@ export type RecordFormQuery = {
|
|
|
3706
3780
|
};
|
|
3707
3781
|
} | null;
|
|
3708
3782
|
} | null> | null;
|
|
3709
|
-
attribute
|
|
3783
|
+
attribute: {
|
|
3710
3784
|
id: string;
|
|
3711
3785
|
format?: AttributeFormat | null;
|
|
3712
3786
|
type: AttributeType;
|
|
3713
3787
|
system: boolean;
|
|
3714
|
-
}
|
|
3788
|
+
};
|
|
3715
3789
|
metadata?: Array<{
|
|
3716
3790
|
name: string;
|
|
3717
3791
|
value?: {
|
|
3718
3792
|
id_value?: string | null;
|
|
3719
3793
|
modified_at?: number | null;
|
|
3720
3794
|
created_at?: number | null;
|
|
3721
|
-
|
|
3722
|
-
|
|
3795
|
+
payload?: any | null;
|
|
3796
|
+
raw_payload?: any | null;
|
|
3723
3797
|
modified_by?: {
|
|
3724
3798
|
id: string;
|
|
3725
3799
|
whoAmI: {
|
|
@@ -3767,10 +3841,13 @@ export type RecordFormQuery = {
|
|
|
3767
3841
|
} | null;
|
|
3768
3842
|
} | null> | null;
|
|
3769
3843
|
} | {
|
|
3844
|
+
payload?: any | null;
|
|
3845
|
+
raw_payload?: any | null;
|
|
3770
3846
|
value?: any | null;
|
|
3771
3847
|
raw_value?: any | null;
|
|
3772
3848
|
id_value?: string | null;
|
|
3773
3849
|
isInherited?: boolean | null;
|
|
3850
|
+
isCalculated?: boolean | null;
|
|
3774
3851
|
modified_at?: number | null;
|
|
3775
3852
|
created_at?: number | null;
|
|
3776
3853
|
modified_by?: {
|
|
@@ -3817,20 +3894,20 @@ export type RecordFormQuery = {
|
|
|
3817
3894
|
};
|
|
3818
3895
|
} | null;
|
|
3819
3896
|
} | null> | null;
|
|
3820
|
-
attribute
|
|
3897
|
+
attribute: {
|
|
3821
3898
|
id: string;
|
|
3822
3899
|
format?: AttributeFormat | null;
|
|
3823
3900
|
type: AttributeType;
|
|
3824
3901
|
system: boolean;
|
|
3825
|
-
}
|
|
3902
|
+
};
|
|
3826
3903
|
metadata?: Array<{
|
|
3827
3904
|
name: string;
|
|
3828
3905
|
value?: {
|
|
3829
3906
|
id_value?: string | null;
|
|
3830
3907
|
modified_at?: number | null;
|
|
3831
3908
|
created_at?: number | null;
|
|
3832
|
-
|
|
3833
|
-
|
|
3909
|
+
payload?: any | null;
|
|
3910
|
+
raw_payload?: any | null;
|
|
3834
3911
|
modified_by?: {
|
|
3835
3912
|
id: string;
|
|
3836
3913
|
whoAmI: {
|
|
@@ -3898,6 +3975,7 @@ export type RecordFormQuery = {
|
|
|
3898
3975
|
linkValuesList?: {
|
|
3899
3976
|
enable: boolean;
|
|
3900
3977
|
allowFreeEntry?: boolean | null;
|
|
3978
|
+
allowListUpdate?: boolean | null;
|
|
3901
3979
|
values?: Array<{
|
|
3902
3980
|
id: string;
|
|
3903
3981
|
whoAmI: {
|
|
@@ -3943,6 +4021,7 @@ export type RecordFormQuery = {
|
|
|
3943
4021
|
values_list?: {
|
|
3944
4022
|
enable: boolean;
|
|
3945
4023
|
allowFreeEntry?: boolean | null;
|
|
4024
|
+
allowListUpdate?: boolean | null;
|
|
3946
4025
|
dateRangeValues?: Array<{
|
|
3947
4026
|
from?: string | null;
|
|
3948
4027
|
to?: string | null;
|
|
@@ -3950,6 +4029,7 @@ export type RecordFormQuery = {
|
|
|
3950
4029
|
} | {
|
|
3951
4030
|
enable: boolean;
|
|
3952
4031
|
allowFreeEntry?: boolean | null;
|
|
4032
|
+
allowListUpdate?: boolean | null;
|
|
3953
4033
|
values?: Array<string> | null;
|
|
3954
4034
|
} | null;
|
|
3955
4035
|
metadata_fields?: Array<{
|
|
@@ -3968,6 +4048,7 @@ export type RecordFormQuery = {
|
|
|
3968
4048
|
values_list?: {
|
|
3969
4049
|
enable: boolean;
|
|
3970
4050
|
allowFreeEntry?: boolean | null;
|
|
4051
|
+
allowListUpdate?: boolean | null;
|
|
3971
4052
|
dateRangeValues?: Array<{
|
|
3972
4053
|
from?: string | null;
|
|
3973
4054
|
to?: string | null;
|
|
@@ -3975,6 +4056,7 @@ export type RecordFormQuery = {
|
|
|
3975
4056
|
} | {
|
|
3976
4057
|
enable: boolean;
|
|
3977
4058
|
allowFreeEntry?: boolean | null;
|
|
4059
|
+
allowListUpdate?: boolean | null;
|
|
3978
4060
|
values?: Array<string> | null;
|
|
3979
4061
|
} | null;
|
|
3980
4062
|
permissions: {
|
|
@@ -4007,6 +4089,7 @@ export type RecordFormQuery = {
|
|
|
4007
4089
|
values_list?: {
|
|
4008
4090
|
enable: boolean;
|
|
4009
4091
|
allowFreeEntry?: boolean | null;
|
|
4092
|
+
allowListUpdate?: boolean | null;
|
|
4010
4093
|
dateRangeValues?: Array<{
|
|
4011
4094
|
from?: string | null;
|
|
4012
4095
|
to?: string | null;
|
|
@@ -4014,6 +4097,7 @@ export type RecordFormQuery = {
|
|
|
4014
4097
|
} | {
|
|
4015
4098
|
enable: boolean;
|
|
4016
4099
|
allowFreeEntry?: boolean | null;
|
|
4100
|
+
allowListUpdate?: boolean | null;
|
|
4017
4101
|
values?: Array<string> | null;
|
|
4018
4102
|
} | null;
|
|
4019
4103
|
metadata_fields?: Array<{
|
|
@@ -4036,6 +4120,7 @@ export type RecordFormQuery = {
|
|
|
4036
4120
|
treeValuesList?: {
|
|
4037
4121
|
enable: boolean;
|
|
4038
4122
|
allowFreeEntry?: boolean | null;
|
|
4123
|
+
allowListUpdate?: boolean | null;
|
|
4039
4124
|
values?: Array<{
|
|
4040
4125
|
id: string;
|
|
4041
4126
|
record: {
|
|
@@ -4100,6 +4185,7 @@ export type RecordFormQuery = {
|
|
|
4100
4185
|
values_list?: {
|
|
4101
4186
|
enable: boolean;
|
|
4102
4187
|
allowFreeEntry?: boolean | null;
|
|
4188
|
+
allowListUpdate?: boolean | null;
|
|
4103
4189
|
dateRangeValues?: Array<{
|
|
4104
4190
|
from?: string | null;
|
|
4105
4191
|
to?: string | null;
|
|
@@ -4107,6 +4193,7 @@ export type RecordFormQuery = {
|
|
|
4107
4193
|
} | {
|
|
4108
4194
|
enable: boolean;
|
|
4109
4195
|
allowFreeEntry?: boolean | null;
|
|
4196
|
+
allowListUpdate?: boolean | null;
|
|
4110
4197
|
values?: Array<string> | null;
|
|
4111
4198
|
} | null;
|
|
4112
4199
|
metadata_fields?: Array<{
|
|
@@ -4139,7 +4226,7 @@ export type RecordUpdateSubscription = {
|
|
|
4139
4226
|
label?: any | null;
|
|
4140
4227
|
};
|
|
4141
4228
|
};
|
|
4142
|
-
modified_by
|
|
4229
|
+
modified_by: Array<{
|
|
4143
4230
|
value?: {
|
|
4144
4231
|
id: string;
|
|
4145
4232
|
whoAmI: {
|
|
@@ -4154,13 +4241,14 @@ export type RecordUpdateSubscription = {
|
|
|
4154
4241
|
};
|
|
4155
4242
|
};
|
|
4156
4243
|
} | null;
|
|
4157
|
-
}
|
|
4244
|
+
}>;
|
|
4158
4245
|
};
|
|
4159
4246
|
updatedValues: Array<{
|
|
4160
4247
|
attribute: string;
|
|
4161
4248
|
value: {
|
|
4162
4249
|
id_value?: string | null;
|
|
4163
4250
|
isInherited?: boolean | null;
|
|
4251
|
+
isCalculated?: boolean | null;
|
|
4164
4252
|
modified_at?: number | null;
|
|
4165
4253
|
created_at?: number | null;
|
|
4166
4254
|
linkValue?: {
|
|
@@ -4221,20 +4309,20 @@ export type RecordUpdateSubscription = {
|
|
|
4221
4309
|
};
|
|
4222
4310
|
} | null;
|
|
4223
4311
|
} | null> | null;
|
|
4224
|
-
attribute
|
|
4312
|
+
attribute: {
|
|
4225
4313
|
id: string;
|
|
4226
4314
|
format?: AttributeFormat | null;
|
|
4227
4315
|
type: AttributeType;
|
|
4228
4316
|
system: boolean;
|
|
4229
|
-
}
|
|
4317
|
+
};
|
|
4230
4318
|
metadata?: Array<{
|
|
4231
4319
|
name: string;
|
|
4232
4320
|
value?: {
|
|
4233
4321
|
id_value?: string | null;
|
|
4234
4322
|
modified_at?: number | null;
|
|
4235
4323
|
created_at?: number | null;
|
|
4236
|
-
|
|
4237
|
-
|
|
4324
|
+
payload?: any | null;
|
|
4325
|
+
raw_payload?: any | null;
|
|
4238
4326
|
modified_by?: {
|
|
4239
4327
|
id: string;
|
|
4240
4328
|
whoAmI: {
|
|
@@ -4284,6 +4372,7 @@ export type RecordUpdateSubscription = {
|
|
|
4284
4372
|
} | {
|
|
4285
4373
|
id_value?: string | null;
|
|
4286
4374
|
isInherited?: boolean | null;
|
|
4375
|
+
isCalculated?: boolean | null;
|
|
4287
4376
|
modified_at?: number | null;
|
|
4288
4377
|
created_at?: number | null;
|
|
4289
4378
|
treeValue?: {
|
|
@@ -4363,20 +4452,20 @@ export type RecordUpdateSubscription = {
|
|
|
4363
4452
|
};
|
|
4364
4453
|
} | null;
|
|
4365
4454
|
} | null> | null;
|
|
4366
|
-
attribute
|
|
4455
|
+
attribute: {
|
|
4367
4456
|
id: string;
|
|
4368
4457
|
format?: AttributeFormat | null;
|
|
4369
4458
|
type: AttributeType;
|
|
4370
4459
|
system: boolean;
|
|
4371
|
-
}
|
|
4460
|
+
};
|
|
4372
4461
|
metadata?: Array<{
|
|
4373
4462
|
name: string;
|
|
4374
4463
|
value?: {
|
|
4375
4464
|
id_value?: string | null;
|
|
4376
4465
|
modified_at?: number | null;
|
|
4377
4466
|
created_at?: number | null;
|
|
4378
|
-
|
|
4379
|
-
|
|
4467
|
+
payload?: any | null;
|
|
4468
|
+
raw_payload?: any | null;
|
|
4380
4469
|
modified_by?: {
|
|
4381
4470
|
id: string;
|
|
4382
4471
|
whoAmI: {
|
|
@@ -4424,10 +4513,13 @@ export type RecordUpdateSubscription = {
|
|
|
4424
4513
|
} | null;
|
|
4425
4514
|
} | null> | null;
|
|
4426
4515
|
} | {
|
|
4516
|
+
payload?: any | null;
|
|
4517
|
+
raw_payload?: any | null;
|
|
4427
4518
|
value?: any | null;
|
|
4428
4519
|
raw_value?: any | null;
|
|
4429
4520
|
id_value?: string | null;
|
|
4430
4521
|
isInherited?: boolean | null;
|
|
4522
|
+
isCalculated?: boolean | null;
|
|
4431
4523
|
modified_at?: number | null;
|
|
4432
4524
|
created_at?: number | null;
|
|
4433
4525
|
modified_by?: {
|
|
@@ -4474,20 +4566,20 @@ export type RecordUpdateSubscription = {
|
|
|
4474
4566
|
};
|
|
4475
4567
|
} | null;
|
|
4476
4568
|
} | null> | null;
|
|
4477
|
-
attribute
|
|
4569
|
+
attribute: {
|
|
4478
4570
|
id: string;
|
|
4479
4571
|
format?: AttributeFormat | null;
|
|
4480
4572
|
type: AttributeType;
|
|
4481
4573
|
system: boolean;
|
|
4482
|
-
}
|
|
4574
|
+
};
|
|
4483
4575
|
metadata?: Array<{
|
|
4484
4576
|
name: string;
|
|
4485
4577
|
value?: {
|
|
4486
4578
|
id_value?: string | null;
|
|
4487
4579
|
modified_at?: number | null;
|
|
4488
4580
|
created_at?: number | null;
|
|
4489
|
-
|
|
4490
|
-
|
|
4581
|
+
payload?: any | null;
|
|
4582
|
+
raw_payload?: any | null;
|
|
4491
4583
|
modified_by?: {
|
|
4492
4584
|
id: string;
|
|
4493
4585
|
whoAmI: {
|
|
@@ -4676,9 +4768,9 @@ export type TreeNodeChildrenQuery = {
|
|
|
4676
4768
|
label?: any | null;
|
|
4677
4769
|
};
|
|
4678
4770
|
};
|
|
4679
|
-
active
|
|
4771
|
+
active: Array<{
|
|
4680
4772
|
value?: any | null;
|
|
4681
|
-
}
|
|
4773
|
+
}>;
|
|
4682
4774
|
};
|
|
4683
4775
|
ancestors?: Array<{
|
|
4684
4776
|
id: string;
|
|
@@ -4740,6 +4832,7 @@ export type DeleteValueMutation = {
|
|
|
4740
4832
|
deleteValue: Array<{
|
|
4741
4833
|
id_value?: string | null;
|
|
4742
4834
|
isInherited?: boolean | null;
|
|
4835
|
+
isCalculated?: boolean | null;
|
|
4743
4836
|
modified_at?: number | null;
|
|
4744
4837
|
created_at?: number | null;
|
|
4745
4838
|
linkValue?: {
|
|
@@ -4800,20 +4893,20 @@ export type DeleteValueMutation = {
|
|
|
4800
4893
|
};
|
|
4801
4894
|
} | null;
|
|
4802
4895
|
} | null> | null;
|
|
4803
|
-
attribute
|
|
4896
|
+
attribute: {
|
|
4804
4897
|
id: string;
|
|
4805
4898
|
format?: AttributeFormat | null;
|
|
4806
4899
|
type: AttributeType;
|
|
4807
4900
|
system: boolean;
|
|
4808
|
-
}
|
|
4901
|
+
};
|
|
4809
4902
|
metadata?: Array<{
|
|
4810
4903
|
name: string;
|
|
4811
4904
|
value?: {
|
|
4812
4905
|
id_value?: string | null;
|
|
4813
4906
|
modified_at?: number | null;
|
|
4814
4907
|
created_at?: number | null;
|
|
4815
|
-
|
|
4816
|
-
|
|
4908
|
+
payload?: any | null;
|
|
4909
|
+
raw_payload?: any | null;
|
|
4817
4910
|
modified_by?: {
|
|
4818
4911
|
id: string;
|
|
4819
4912
|
whoAmI: {
|
|
@@ -4863,6 +4956,7 @@ export type DeleteValueMutation = {
|
|
|
4863
4956
|
} | {
|
|
4864
4957
|
id_value?: string | null;
|
|
4865
4958
|
isInherited?: boolean | null;
|
|
4959
|
+
isCalculated?: boolean | null;
|
|
4866
4960
|
modified_at?: number | null;
|
|
4867
4961
|
created_at?: number | null;
|
|
4868
4962
|
treeValue?: {
|
|
@@ -4942,20 +5036,20 @@ export type DeleteValueMutation = {
|
|
|
4942
5036
|
};
|
|
4943
5037
|
} | null;
|
|
4944
5038
|
} | null> | null;
|
|
4945
|
-
attribute
|
|
5039
|
+
attribute: {
|
|
4946
5040
|
id: string;
|
|
4947
5041
|
format?: AttributeFormat | null;
|
|
4948
5042
|
type: AttributeType;
|
|
4949
5043
|
system: boolean;
|
|
4950
|
-
}
|
|
5044
|
+
};
|
|
4951
5045
|
metadata?: Array<{
|
|
4952
5046
|
name: string;
|
|
4953
5047
|
value?: {
|
|
4954
5048
|
id_value?: string | null;
|
|
4955
5049
|
modified_at?: number | null;
|
|
4956
5050
|
created_at?: number | null;
|
|
4957
|
-
|
|
4958
|
-
|
|
5051
|
+
payload?: any | null;
|
|
5052
|
+
raw_payload?: any | null;
|
|
4959
5053
|
modified_by?: {
|
|
4960
5054
|
id: string;
|
|
4961
5055
|
whoAmI: {
|
|
@@ -5003,10 +5097,13 @@ export type DeleteValueMutation = {
|
|
|
5003
5097
|
} | null;
|
|
5004
5098
|
} | null> | null;
|
|
5005
5099
|
} | {
|
|
5100
|
+
payload?: any | null;
|
|
5101
|
+
raw_payload?: any | null;
|
|
5006
5102
|
value?: any | null;
|
|
5007
5103
|
raw_value?: any | null;
|
|
5008
5104
|
id_value?: string | null;
|
|
5009
5105
|
isInherited?: boolean | null;
|
|
5106
|
+
isCalculated?: boolean | null;
|
|
5010
5107
|
modified_at?: number | null;
|
|
5011
5108
|
created_at?: number | null;
|
|
5012
5109
|
modified_by?: {
|
|
@@ -5053,20 +5150,142 @@ export type DeleteValueMutation = {
|
|
|
5053
5150
|
};
|
|
5054
5151
|
} | null;
|
|
5055
5152
|
} | null> | null;
|
|
5056
|
-
attribute
|
|
5153
|
+
attribute: {
|
|
5057
5154
|
id: string;
|
|
5058
5155
|
format?: AttributeFormat | null;
|
|
5059
5156
|
type: AttributeType;
|
|
5060
5157
|
system: boolean;
|
|
5158
|
+
};
|
|
5159
|
+
metadata?: Array<{
|
|
5160
|
+
name: string;
|
|
5161
|
+
value?: {
|
|
5162
|
+
id_value?: string | null;
|
|
5163
|
+
modified_at?: number | null;
|
|
5164
|
+
created_at?: number | null;
|
|
5165
|
+
payload?: any | null;
|
|
5166
|
+
raw_payload?: any | null;
|
|
5167
|
+
modified_by?: {
|
|
5168
|
+
id: string;
|
|
5169
|
+
whoAmI: {
|
|
5170
|
+
id: string;
|
|
5171
|
+
label?: string | null;
|
|
5172
|
+
subLabel?: string | null;
|
|
5173
|
+
color?: string | null;
|
|
5174
|
+
preview?: IPreviewScalar | null;
|
|
5175
|
+
library: {
|
|
5176
|
+
id: string;
|
|
5177
|
+
label?: any | null;
|
|
5178
|
+
};
|
|
5179
|
+
};
|
|
5180
|
+
} | null;
|
|
5181
|
+
created_by?: {
|
|
5182
|
+
id: string;
|
|
5183
|
+
whoAmI: {
|
|
5184
|
+
id: string;
|
|
5185
|
+
label?: string | null;
|
|
5186
|
+
subLabel?: string | null;
|
|
5187
|
+
color?: string | null;
|
|
5188
|
+
preview?: IPreviewScalar | null;
|
|
5189
|
+
library: {
|
|
5190
|
+
id: string;
|
|
5191
|
+
label?: any | null;
|
|
5192
|
+
};
|
|
5193
|
+
};
|
|
5194
|
+
} | null;
|
|
5195
|
+
version?: Array<{
|
|
5196
|
+
treeId: string;
|
|
5197
|
+
treeNode?: {
|
|
5198
|
+
id: string;
|
|
5199
|
+
record: {
|
|
5200
|
+
id: string;
|
|
5201
|
+
whoAmI: {
|
|
5202
|
+
id: string;
|
|
5203
|
+
label?: string | null;
|
|
5204
|
+
library: {
|
|
5205
|
+
id: string;
|
|
5206
|
+
};
|
|
5207
|
+
};
|
|
5208
|
+
};
|
|
5209
|
+
} | null;
|
|
5210
|
+
} | null> | null;
|
|
5211
|
+
} | null;
|
|
5212
|
+
} | null> | null;
|
|
5213
|
+
}>;
|
|
5214
|
+
};
|
|
5215
|
+
export type RunActionsListAndFormatOnValueQueryVariables = Exact<{
|
|
5216
|
+
library: Scalars['ID'];
|
|
5217
|
+
value?: InputMaybe<ValueBatchInput>;
|
|
5218
|
+
version?: InputMaybe<Array<InputMaybe<ValueVersionInput>> | InputMaybe<ValueVersionInput>>;
|
|
5219
|
+
}>;
|
|
5220
|
+
export type RunActionsListAndFormatOnValueQuery = {
|
|
5221
|
+
runActionsListAndFormatOnValue: Array<{
|
|
5222
|
+
id_value?: string | null;
|
|
5223
|
+
isInherited?: boolean | null;
|
|
5224
|
+
isCalculated?: boolean | null;
|
|
5225
|
+
modified_at?: number | null;
|
|
5226
|
+
created_at?: number | null;
|
|
5227
|
+
payload?: any | null;
|
|
5228
|
+
raw_payload?: any | null;
|
|
5229
|
+
value?: any | null;
|
|
5230
|
+
raw_value?: any | null;
|
|
5231
|
+
modified_by?: {
|
|
5232
|
+
id: string;
|
|
5233
|
+
whoAmI: {
|
|
5234
|
+
id: string;
|
|
5235
|
+
label?: string | null;
|
|
5236
|
+
subLabel?: string | null;
|
|
5237
|
+
color?: string | null;
|
|
5238
|
+
preview?: IPreviewScalar | null;
|
|
5239
|
+
library: {
|
|
5240
|
+
id: string;
|
|
5241
|
+
label?: any | null;
|
|
5242
|
+
};
|
|
5243
|
+
};
|
|
5061
5244
|
} | null;
|
|
5245
|
+
created_by?: {
|
|
5246
|
+
id: string;
|
|
5247
|
+
whoAmI: {
|
|
5248
|
+
id: string;
|
|
5249
|
+
label?: string | null;
|
|
5250
|
+
subLabel?: string | null;
|
|
5251
|
+
color?: string | null;
|
|
5252
|
+
preview?: IPreviewScalar | null;
|
|
5253
|
+
library: {
|
|
5254
|
+
id: string;
|
|
5255
|
+
label?: any | null;
|
|
5256
|
+
};
|
|
5257
|
+
};
|
|
5258
|
+
} | null;
|
|
5259
|
+
version?: Array<{
|
|
5260
|
+
treeId: string;
|
|
5261
|
+
treeNode?: {
|
|
5262
|
+
id: string;
|
|
5263
|
+
record: {
|
|
5264
|
+
id: string;
|
|
5265
|
+
whoAmI: {
|
|
5266
|
+
id: string;
|
|
5267
|
+
label?: string | null;
|
|
5268
|
+
library: {
|
|
5269
|
+
id: string;
|
|
5270
|
+
};
|
|
5271
|
+
};
|
|
5272
|
+
};
|
|
5273
|
+
} | null;
|
|
5274
|
+
} | null> | null;
|
|
5275
|
+
attribute: {
|
|
5276
|
+
id: string;
|
|
5277
|
+
format?: AttributeFormat | null;
|
|
5278
|
+
type: AttributeType;
|
|
5279
|
+
system: boolean;
|
|
5280
|
+
};
|
|
5062
5281
|
metadata?: Array<{
|
|
5063
5282
|
name: string;
|
|
5064
5283
|
value?: {
|
|
5065
5284
|
id_value?: string | null;
|
|
5066
5285
|
modified_at?: number | null;
|
|
5067
5286
|
created_at?: number | null;
|
|
5068
|
-
|
|
5069
|
-
|
|
5287
|
+
payload?: any | null;
|
|
5288
|
+
raw_payload?: any | null;
|
|
5070
5289
|
modified_by?: {
|
|
5071
5290
|
id: string;
|
|
5072
5291
|
whoAmI: {
|
|
@@ -5127,6 +5346,7 @@ export type SaveValueBatchMutation = {
|
|
|
5127
5346
|
values?: Array<{
|
|
5128
5347
|
id_value?: string | null;
|
|
5129
5348
|
isInherited?: boolean | null;
|
|
5349
|
+
isCalculated?: boolean | null;
|
|
5130
5350
|
modified_at?: number | null;
|
|
5131
5351
|
created_at?: number | null;
|
|
5132
5352
|
linkValue?: {
|
|
@@ -5187,20 +5407,20 @@ export type SaveValueBatchMutation = {
|
|
|
5187
5407
|
};
|
|
5188
5408
|
} | null;
|
|
5189
5409
|
} | null> | null;
|
|
5190
|
-
attribute
|
|
5410
|
+
attribute: {
|
|
5191
5411
|
id: string;
|
|
5192
5412
|
format?: AttributeFormat | null;
|
|
5193
5413
|
type: AttributeType;
|
|
5194
5414
|
system: boolean;
|
|
5195
|
-
}
|
|
5415
|
+
};
|
|
5196
5416
|
metadata?: Array<{
|
|
5197
5417
|
name: string;
|
|
5198
5418
|
value?: {
|
|
5199
5419
|
id_value?: string | null;
|
|
5200
5420
|
modified_at?: number | null;
|
|
5201
5421
|
created_at?: number | null;
|
|
5202
|
-
|
|
5203
|
-
|
|
5422
|
+
payload?: any | null;
|
|
5423
|
+
raw_payload?: any | null;
|
|
5204
5424
|
modified_by?: {
|
|
5205
5425
|
id: string;
|
|
5206
5426
|
whoAmI: {
|
|
@@ -5250,6 +5470,7 @@ export type SaveValueBatchMutation = {
|
|
|
5250
5470
|
} | {
|
|
5251
5471
|
id_value?: string | null;
|
|
5252
5472
|
isInherited?: boolean | null;
|
|
5473
|
+
isCalculated?: boolean | null;
|
|
5253
5474
|
modified_at?: number | null;
|
|
5254
5475
|
created_at?: number | null;
|
|
5255
5476
|
treeValue?: {
|
|
@@ -5329,20 +5550,20 @@ export type SaveValueBatchMutation = {
|
|
|
5329
5550
|
};
|
|
5330
5551
|
} | null;
|
|
5331
5552
|
} | null> | null;
|
|
5332
|
-
attribute
|
|
5553
|
+
attribute: {
|
|
5333
5554
|
id: string;
|
|
5334
5555
|
format?: AttributeFormat | null;
|
|
5335
5556
|
type: AttributeType;
|
|
5336
5557
|
system: boolean;
|
|
5337
|
-
}
|
|
5558
|
+
};
|
|
5338
5559
|
metadata?: Array<{
|
|
5339
5560
|
name: string;
|
|
5340
5561
|
value?: {
|
|
5341
5562
|
id_value?: string | null;
|
|
5342
5563
|
modified_at?: number | null;
|
|
5343
5564
|
created_at?: number | null;
|
|
5344
|
-
|
|
5345
|
-
|
|
5565
|
+
payload?: any | null;
|
|
5566
|
+
raw_payload?: any | null;
|
|
5346
5567
|
modified_by?: {
|
|
5347
5568
|
id: string;
|
|
5348
5569
|
whoAmI: {
|
|
@@ -5390,10 +5611,13 @@ export type SaveValueBatchMutation = {
|
|
|
5390
5611
|
} | null;
|
|
5391
5612
|
} | null> | null;
|
|
5392
5613
|
} | {
|
|
5614
|
+
payload?: any | null;
|
|
5615
|
+
raw_payload?: any | null;
|
|
5393
5616
|
value?: any | null;
|
|
5394
5617
|
raw_value?: any | null;
|
|
5395
5618
|
id_value?: string | null;
|
|
5396
5619
|
isInherited?: boolean | null;
|
|
5620
|
+
isCalculated?: boolean | null;
|
|
5397
5621
|
modified_at?: number | null;
|
|
5398
5622
|
created_at?: number | null;
|
|
5399
5623
|
modified_by?: {
|
|
@@ -5440,20 +5664,20 @@ export type SaveValueBatchMutation = {
|
|
|
5440
5664
|
};
|
|
5441
5665
|
} | null;
|
|
5442
5666
|
} | null> | null;
|
|
5443
|
-
attribute
|
|
5667
|
+
attribute: {
|
|
5444
5668
|
id: string;
|
|
5445
5669
|
format?: AttributeFormat | null;
|
|
5446
5670
|
type: AttributeType;
|
|
5447
5671
|
system: boolean;
|
|
5448
|
-
}
|
|
5672
|
+
};
|
|
5449
5673
|
metadata?: Array<{
|
|
5450
5674
|
name: string;
|
|
5451
5675
|
value?: {
|
|
5452
5676
|
id_value?: string | null;
|
|
5453
5677
|
modified_at?: number | null;
|
|
5454
5678
|
created_at?: number | null;
|
|
5455
|
-
|
|
5456
|
-
|
|
5679
|
+
payload?: any | null;
|
|
5680
|
+
raw_payload?: any | null;
|
|
5457
5681
|
modified_by?: {
|
|
5458
5682
|
id: string;
|
|
5459
5683
|
whoAmI: {
|
|
@@ -5713,6 +5937,85 @@ export type AddViewMutation = {
|
|
|
5713
5937
|
}> | null;
|
|
5714
5938
|
};
|
|
5715
5939
|
};
|
|
5940
|
+
export type ExplorerQueryVariables = Exact<{
|
|
5941
|
+
libraryId: Scalars['ID'];
|
|
5942
|
+
attributeIds: Array<Scalars['ID']> | Scalars['ID'];
|
|
5943
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
5944
|
+
}>;
|
|
5945
|
+
export type ExplorerQuery = {
|
|
5946
|
+
records: {
|
|
5947
|
+
list: Array<{
|
|
5948
|
+
id: string;
|
|
5949
|
+
whoAmI: {
|
|
5950
|
+
id: string;
|
|
5951
|
+
label?: string | null;
|
|
5952
|
+
subLabel?: string | null;
|
|
5953
|
+
color?: string | null;
|
|
5954
|
+
preview?: IPreviewScalar | null;
|
|
5955
|
+
library: {
|
|
5956
|
+
id: string;
|
|
5957
|
+
label?: any | null;
|
|
5958
|
+
};
|
|
5959
|
+
};
|
|
5960
|
+
properties: Array<{
|
|
5961
|
+
attributeId: string;
|
|
5962
|
+
attributeProperties: {
|
|
5963
|
+
id: string;
|
|
5964
|
+
label?: any | null;
|
|
5965
|
+
type: AttributeType;
|
|
5966
|
+
format?: AttributeFormat | null;
|
|
5967
|
+
multiple_values: boolean;
|
|
5968
|
+
};
|
|
5969
|
+
values: Array<{
|
|
5970
|
+
linkPayload?: {
|
|
5971
|
+
id: string;
|
|
5972
|
+
whoAmI: {
|
|
5973
|
+
id: string;
|
|
5974
|
+
label?: string | null;
|
|
5975
|
+
subLabel?: string | null;
|
|
5976
|
+
color?: string | null;
|
|
5977
|
+
preview?: IPreviewScalar | null;
|
|
5978
|
+
library: {
|
|
5979
|
+
id: string;
|
|
5980
|
+
label?: any | null;
|
|
5981
|
+
};
|
|
5982
|
+
};
|
|
5983
|
+
} | null;
|
|
5984
|
+
} | {
|
|
5985
|
+
treePayload?: {
|
|
5986
|
+
record: {
|
|
5987
|
+
id: string;
|
|
5988
|
+
whoAmI: {
|
|
5989
|
+
id: string;
|
|
5990
|
+
label?: string | null;
|
|
5991
|
+
subLabel?: string | null;
|
|
5992
|
+
color?: string | null;
|
|
5993
|
+
preview?: IPreviewScalar | null;
|
|
5994
|
+
library: {
|
|
5995
|
+
id: string;
|
|
5996
|
+
label?: any | null;
|
|
5997
|
+
};
|
|
5998
|
+
};
|
|
5999
|
+
};
|
|
6000
|
+
} | null;
|
|
6001
|
+
} | {
|
|
6002
|
+
valuePayload?: any | null;
|
|
6003
|
+
}>;
|
|
6004
|
+
}>;
|
|
6005
|
+
}>;
|
|
6006
|
+
};
|
|
6007
|
+
};
|
|
6008
|
+
export type ExplorerLibraryDataQueryVariables = Exact<{
|
|
6009
|
+
libraryId: Scalars['ID'];
|
|
6010
|
+
}>;
|
|
6011
|
+
export type ExplorerLibraryDataQuery = {
|
|
6012
|
+
libraries?: {
|
|
6013
|
+
list: Array<{
|
|
6014
|
+
id: string;
|
|
6015
|
+
label?: any | null;
|
|
6016
|
+
}>;
|
|
6017
|
+
} | null;
|
|
6018
|
+
};
|
|
5716
6019
|
export declare const RecordIdentityFragmentDoc: Apollo.DocumentNode;
|
|
5717
6020
|
export declare const DetailsApplicationFragmentDoc: Apollo.DocumentNode;
|
|
5718
6021
|
export declare const AttributeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
@@ -5731,6 +6034,8 @@ export declare const TreeLightFragmentDoc: Apollo.DocumentNode;
|
|
|
5731
6034
|
export declare const TreeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
5732
6035
|
export declare const TreeNodeChildFragmentDoc: Apollo.DocumentNode;
|
|
5733
6036
|
export declare const ViewDetailsFragmentDoc: Apollo.DocumentNode;
|
|
6037
|
+
export declare const PropertyValueFragmentDoc: Apollo.DocumentNode;
|
|
6038
|
+
export declare const AttributePropertiesFragmentDoc: Apollo.DocumentNode;
|
|
5734
6039
|
export declare const CheckApplicationExistenceDocument: Apollo.DocumentNode;
|
|
5735
6040
|
/**
|
|
5736
6041
|
* __useCheckApplicationExistenceQuery__
|
|
@@ -6974,6 +7279,38 @@ export declare function useDeleteValueMutation(baseOptions?: Apollo.MutationHook
|
|
|
6974
7279
|
export type DeleteValueMutationHookResult = ReturnType<typeof useDeleteValueMutation>;
|
|
6975
7280
|
export type DeleteValueMutationResult = Apollo.MutationResult<DeleteValueMutation>;
|
|
6976
7281
|
export type DeleteValueMutationOptions = Apollo.BaseMutationOptions<DeleteValueMutation, DeleteValueMutationVariables>;
|
|
7282
|
+
export declare const RunActionsListAndFormatOnValueDocument: Apollo.DocumentNode;
|
|
7283
|
+
/**
|
|
7284
|
+
* __useRunActionsListAndFormatOnValueQuery__
|
|
7285
|
+
*
|
|
7286
|
+
* To run a query within a React component, call `useRunActionsListAndFormatOnValueQuery` and pass it any options that fit your needs.
|
|
7287
|
+
* When your component renders, `useRunActionsListAndFormatOnValueQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7288
|
+
* you can use to render your UI.
|
|
7289
|
+
*
|
|
7290
|
+
* @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;
|
|
7291
|
+
*
|
|
7292
|
+
* @example
|
|
7293
|
+
* const { data, loading, error } = useRunActionsListAndFormatOnValueQuery({
|
|
7294
|
+
* variables: {
|
|
7295
|
+
* library: // value for 'library'
|
|
7296
|
+
* value: // value for 'value'
|
|
7297
|
+
* version: // value for 'version'
|
|
7298
|
+
* },
|
|
7299
|
+
* });
|
|
7300
|
+
*/
|
|
7301
|
+
export declare function useRunActionsListAndFormatOnValueQuery(baseOptions: Apollo.QueryHookOptions<RunActionsListAndFormatOnValueQuery, RunActionsListAndFormatOnValueQueryVariables>): Apollo.QueryResult<RunActionsListAndFormatOnValueQuery, Exact<{
|
|
7302
|
+
library: Scalars["ID"];
|
|
7303
|
+
value?: InputMaybe<ValueBatchInput>;
|
|
7304
|
+
version?: InputMaybe<Array<InputMaybe<ValueVersionInput>> | InputMaybe<ValueVersionInput>>;
|
|
7305
|
+
}>>;
|
|
7306
|
+
export declare function useRunActionsListAndFormatOnValueLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<RunActionsListAndFormatOnValueQuery, RunActionsListAndFormatOnValueQueryVariables>): Apollo.LazyQueryResultTuple<RunActionsListAndFormatOnValueQuery, Exact<{
|
|
7307
|
+
library: Scalars["ID"];
|
|
7308
|
+
value?: InputMaybe<ValueBatchInput>;
|
|
7309
|
+
version?: InputMaybe<Array<InputMaybe<ValueVersionInput>> | InputMaybe<ValueVersionInput>>;
|
|
7310
|
+
}>>;
|
|
7311
|
+
export type RunActionsListAndFormatOnValueQueryHookResult = ReturnType<typeof useRunActionsListAndFormatOnValueQuery>;
|
|
7312
|
+
export type RunActionsListAndFormatOnValueLazyQueryHookResult = ReturnType<typeof useRunActionsListAndFormatOnValueLazyQuery>;
|
|
7313
|
+
export type RunActionsListAndFormatOnValueQueryResult = Apollo.QueryResult<RunActionsListAndFormatOnValueQuery, RunActionsListAndFormatOnValueQueryVariables>;
|
|
6977
7314
|
export declare const SaveValueBatchDocument: Apollo.DocumentNode;
|
|
6978
7315
|
export type SaveValueBatchMutationFn = Apollo.MutationFunction<SaveValueBatchMutation, SaveValueBatchMutationVariables>;
|
|
6979
7316
|
/**
|
|
@@ -7109,3 +7446,61 @@ export declare function useAddViewMutation(baseOptions?: Apollo.MutationHookOpti
|
|
|
7109
7446
|
export type AddViewMutationHookResult = ReturnType<typeof useAddViewMutation>;
|
|
7110
7447
|
export type AddViewMutationResult = Apollo.MutationResult<AddViewMutation>;
|
|
7111
7448
|
export type AddViewMutationOptions = Apollo.BaseMutationOptions<AddViewMutation, AddViewMutationVariables>;
|
|
7449
|
+
export declare const ExplorerDocument: Apollo.DocumentNode;
|
|
7450
|
+
/**
|
|
7451
|
+
* __useExplorerQuery__
|
|
7452
|
+
*
|
|
7453
|
+
* To run a query within a React component, call `useExplorerQuery` and pass it any options that fit your needs.
|
|
7454
|
+
* When your component renders, `useExplorerQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7455
|
+
* you can use to render your UI.
|
|
7456
|
+
*
|
|
7457
|
+
* @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;
|
|
7458
|
+
*
|
|
7459
|
+
* @example
|
|
7460
|
+
* const { data, loading, error } = useExplorerQuery({
|
|
7461
|
+
* variables: {
|
|
7462
|
+
* libraryId: // value for 'libraryId'
|
|
7463
|
+
* attributeIds: // value for 'attributeIds'
|
|
7464
|
+
* filters: // value for 'filters'
|
|
7465
|
+
* },
|
|
7466
|
+
* });
|
|
7467
|
+
*/
|
|
7468
|
+
export declare function useExplorerQuery(baseOptions: Apollo.QueryHookOptions<ExplorerQuery, ExplorerQueryVariables>): Apollo.QueryResult<ExplorerQuery, Exact<{
|
|
7469
|
+
libraryId: Scalars["ID"];
|
|
7470
|
+
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
7471
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
7472
|
+
}>>;
|
|
7473
|
+
export declare function useExplorerLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerQuery, ExplorerQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerQuery, Exact<{
|
|
7474
|
+
libraryId: Scalars["ID"];
|
|
7475
|
+
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
7476
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
7477
|
+
}>>;
|
|
7478
|
+
export type ExplorerQueryHookResult = ReturnType<typeof useExplorerQuery>;
|
|
7479
|
+
export type ExplorerLazyQueryHookResult = ReturnType<typeof useExplorerLazyQuery>;
|
|
7480
|
+
export type ExplorerQueryResult = Apollo.QueryResult<ExplorerQuery, ExplorerQueryVariables>;
|
|
7481
|
+
export declare const ExplorerLibraryDataDocument: Apollo.DocumentNode;
|
|
7482
|
+
/**
|
|
7483
|
+
* __useExplorerLibraryDataQuery__
|
|
7484
|
+
*
|
|
7485
|
+
* To run a query within a React component, call `useExplorerLibraryDataQuery` and pass it any options that fit your needs.
|
|
7486
|
+
* When your component renders, `useExplorerLibraryDataQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7487
|
+
* you can use to render your UI.
|
|
7488
|
+
*
|
|
7489
|
+
* @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;
|
|
7490
|
+
*
|
|
7491
|
+
* @example
|
|
7492
|
+
* const { data, loading, error } = useExplorerLibraryDataQuery({
|
|
7493
|
+
* variables: {
|
|
7494
|
+
* libraryId: // value for 'libraryId'
|
|
7495
|
+
* },
|
|
7496
|
+
* });
|
|
7497
|
+
*/
|
|
7498
|
+
export declare function useExplorerLibraryDataQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>): Apollo.QueryResult<ExplorerLibraryDataQuery, Exact<{
|
|
7499
|
+
libraryId: Scalars["ID"];
|
|
7500
|
+
}>>;
|
|
7501
|
+
export declare function useExplorerLibraryDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLibraryDataQuery, Exact<{
|
|
7502
|
+
libraryId: Scalars["ID"];
|
|
7503
|
+
}>>;
|
|
7504
|
+
export type ExplorerLibraryDataQueryHookResult = ReturnType<typeof useExplorerLibraryDataQuery>;
|
|
7505
|
+
export type ExplorerLibraryDataLazyQueryHookResult = ReturnType<typeof useExplorerLibraryDataLazyQuery>;
|
|
7506
|
+
export type ExplorerLibraryDataQueryResult = Apollo.QueryResult<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>;
|