@leav/ui 0.3.6-ecf1e09 → 0.3.6-ee11e30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/__mocks__/common/attribute.d.ts +1 -0
- package/dist/__mocks__/common/attribute.js +11 -3
- 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 +12 -5
- package/dist/__mocks__/common/form.js +36 -5
- package/dist/__mocks__/common/form.js.map +1 -1
- package/dist/__mocks__/common/import.js +1 -1
- package/dist/__mocks__/common/import.js.map +1 -1
- package/dist/__mocks__/common/label.js +1 -1
- package/dist/__mocks__/common/label.js.map +1 -1
- package/dist/__mocks__/common/library.js +1 -1
- package/dist/__mocks__/common/library.js.map +1 -1
- package/dist/__mocks__/common/record.d.ts +13 -2
- package/dist/__mocks__/common/record.js.map +1 -1
- package/dist/__mocks__/common/tree.js +1 -1
- package/dist/__mocks__/common/tree.js.map +1 -1
- package/dist/__mocks__/common/value.js +3 -2
- package/dist/__mocks__/common/value.js.map +1 -1
- package/dist/__mocks__/common/view.js +8 -6
- package/dist/__mocks__/common/view.js.map +1 -1
- package/dist/__mocks__/mockQuery/mockGetLibraryDetailExtendedQuery.js +2 -2
- package/dist/__mocks__/mockQuery/mockGetLibraryDetailExtendedQuery.js.map +1 -1
- package/dist/__mocks__/mockQuery/mockGetRecordsFromLibraryQuery.js +1 -1
- package/dist/__mocks__/mockQuery/mockGetRecordsFromLibraryQuery.js.map +1 -1
- package/dist/__mocks__/mockQuery/mockGetViewListQuery.js +3 -2
- package/dist/__mocks__/mockQuery/mockGetViewListQuery.js.map +1 -1
- package/dist/__mocks__/react-i18next.js +1 -1
- package/dist/__mocks__/react-i18next.js.map +1 -1
- package/dist/_gqlTypes/index.d.ts +1098 -178
- package/dist/_gqlTypes/index.js +514 -29
- 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 +8 -6
- package/dist/_queries/attributes/getAttributesByLib.js.map +1 -1
- package/dist/_queries/attributes/getAttributesQuery.js +1 -1
- package/dist/_queries/attributes/getAttributesQuery.js.map +1 -1
- package/dist/_queries/attributes/getVersionProfilesQuery.js +1 -1
- package/dist/_queries/attributes/getVersionProfilesQuery.js.map +1 -1
- package/dist/_queries/attributes/getVersionableAttributesByLibrary.js +1 -1
- package/dist/_queries/attributes/getVersionableAttributesByLibrary.js.map +1 -1
- package/dist/_queries/attributes/saveAttributeMutation.js +1 -1
- package/dist/_queries/attributes/saveAttributeMutation.js.map +1 -1
- package/dist/_queries/export/exportQuery.js +1 -1
- package/dist/_queries/export/exportQuery.js.map +1 -1
- package/dist/_queries/files/createDirectory.js +1 -1
- package/dist/_queries/files/createDirectory.js.map +1 -1
- package/dist/_queries/files/forcePreviewsGenerationMutation.js +1 -1
- package/dist/_queries/files/forcePreviewsGenerationMutation.js.map +1 -1
- package/dist/_queries/files/getDirectoryDataQuery.js +1 -1
- package/dist/_queries/files/getDirectoryDataQuery.js.map +1 -1
- package/dist/_queries/files/getUploadUpdates.js +1 -1
- package/dist/_queries/files/getUploadUpdates.js.map +1 -1
- package/dist/_queries/files/uploadMutation.js +1 -1
- package/dist/_queries/files/uploadMutation.js.map +1 -1
- package/dist/_queries/import/importExcel.js +1 -1
- package/dist/_queries/import/importExcel.js.map +1 -1
- package/dist/_queries/libraries/checkLibraryExistenceQuery.js +1 -1
- package/dist/_queries/libraries/checkLibraryExistenceQuery.js.map +1 -1
- package/dist/_queries/libraries/deleteLibraryMutation.js +1 -1
- package/dist/_queries/libraries/deleteLibraryMutation.js.map +1 -1
- package/dist/_queries/libraries/getLibrariesQuery.js +1 -1
- package/dist/_queries/libraries/getLibrariesQuery.js.map +1 -1
- package/dist/_queries/libraries/getLibraryByIdQuery.js +1 -1
- package/dist/_queries/libraries/getLibraryByIdQuery.js.map +1 -1
- package/dist/_queries/libraries/getLibraryDetailExtendQuery.d.ts +3 -4
- package/dist/_queries/libraries/getLibraryDetailExtendQuery.js +2 -3
- package/dist/_queries/libraries/getLibraryDetailExtendQuery.js.map +1 -1
- package/dist/_queries/libraries/getLibraryPermissionsQuery.js +1 -1
- package/dist/_queries/libraries/getLibraryPermissionsQuery.js.map +1 -1
- package/dist/_queries/libraries/getLibraryPreviewsSettingsQuery.js +1 -1
- package/dist/_queries/libraries/getLibraryPreviewsSettingsQuery.js.map +1 -1
- package/dist/_queries/libraries/libraryDetailsFragment.js +1 -1
- package/dist/_queries/libraries/libraryDetailsFragment.js.map +1 -1
- package/dist/_queries/libraries/saveLibraryMutation.js +1 -1
- package/dist/_queries/libraries/saveLibraryMutation.js.map +1 -1
- package/dist/_queries/permissions/isAllowedQuery.js +1 -1
- package/dist/_queries/permissions/isAllowedQuery.js.map +1 -1
- package/dist/_queries/records/createRecordMutation.js +3 -4
- package/dist/_queries/records/createRecordMutation.js.map +1 -1
- package/dist/_queries/records/deactivateRecordsMutation.js +1 -1
- package/dist/_queries/records/deactivateRecordsMutation.js.map +1 -1
- package/dist/_queries/records/doesFileExistAsChild.js +1 -1
- package/dist/_queries/records/doesFileExistAsChild.js.map +1 -1
- package/dist/_queries/records/getFileDataQuery.js +1 -1
- package/dist/_queries/records/getFileDataQuery.js.map +1 -1
- package/dist/_queries/records/getRecordColumnsValues.d.ts +5 -3
- package/dist/_queries/records/getRecordColumnsValues.js +5 -2
- package/dist/_queries/records/getRecordColumnsValues.js.map +1 -1
- package/dist/_queries/records/getRecordFormQuery.js +3 -1
- package/dist/_queries/records/getRecordFormQuery.js.map +1 -1
- package/dist/_queries/records/getRecordPropertiesQuery.js +3 -1
- package/dist/_queries/records/getRecordPropertiesQuery.js.map +1 -1
- package/dist/_queries/records/getRecordUpdatesSubscription.js +1 -1
- package/dist/_queries/records/getRecordUpdatesSubscription.js.map +1 -1
- package/dist/_queries/records/getRecordsFromLibraryQuery.js +2 -1
- package/dist/_queries/records/getRecordsFromLibraryQuery.js.map +1 -1
- package/dist/_queries/records/indexRecordsMutation.js +1 -1
- package/dist/_queries/records/indexRecordsMutation.js.map +1 -1
- package/dist/_queries/records/recordFormAttributeFragment.js +6 -1
- package/dist/_queries/records/recordFormAttributeFragment.js.map +1 -1
- package/dist/_queries/tasks/cancelTaskMutation.js +1 -1
- package/dist/_queries/tasks/cancelTaskMutation.js.map +1 -1
- package/dist/_queries/trees/checkTreeExistenceQuery.js +1 -1
- package/dist/_queries/trees/checkTreeExistenceQuery.js.map +1 -1
- package/dist/_queries/trees/deleteTreeMutation.js +1 -1
- package/dist/_queries/trees/deleteTreeMutation.js.map +1 -1
- package/dist/_queries/trees/getTreeByIdQuery.js +1 -1
- package/dist/_queries/trees/getTreeByIdQuery.js.map +1 -1
- package/dist/_queries/trees/getTreeLibraries.js +1 -1
- package/dist/_queries/trees/getTreeLibraries.js.map +1 -1
- package/dist/_queries/trees/getTreesQuery.js +1 -1
- package/dist/_queries/trees/getTreesQuery.js.map +1 -1
- package/dist/_queries/trees/saveTreeMutation.js +1 -1
- package/dist/_queries/trees/saveTreeMutation.js.map +1 -1
- package/dist/_queries/trees/treeDetailsFragment.js +1 -1
- package/dist/_queries/trees/treeDetailsFragment.js.map +1 -1
- package/dist/_queries/trees/treeNodeChildrenQuery.js +1 -1
- package/dist/_queries/trees/treeNodeChildrenQuery.js.map +1 -1
- package/dist/_queries/userData/getUserData.js +1 -1
- package/dist/_queries/userData/getUserData.js.map +1 -1
- package/dist/_queries/userData/saveUserData.js +1 -1
- package/dist/_queries/userData/saveUserData.js.map +1 -1
- package/dist/_queries/values/deleteValueMutation.js +1 -1
- package/dist/_queries/values/deleteValueMutation.js.map +1 -1
- package/dist/_queries/values/saveValueBatchMutation.js +1 -1
- package/dist/_queries/values/saveValueBatchMutation.js.map +1 -1
- package/dist/_queries/values/valueDetailsFragment.js +1 -1
- package/dist/_queries/values/valueDetailsFragment.js.map +1 -1
- package/dist/_queries/values/valuesVersionFragment.js +1 -1
- package/dist/_queries/values/valuesVersionFragment.js.map +1 -1
- package/dist/_queries/views/deleteViewMutation.js +1 -1
- package/dist/_queries/views/deleteViewMutation.js.map +1 -1
- package/dist/_queries/views/getViewById.js +1 -1
- package/dist/_queries/views/getViewById.js.map +1 -1
- package/dist/_queries/views/getViewsListQuery.js +1 -1
- package/dist/_queries/views/getViewsListQuery.js.map +1 -1
- package/dist/_queries/views/saveViewMutation.js +2 -2
- package/dist/_queries/views/saveViewMutation.js.map +1 -1
- package/dist/_queries/views/viewDetailsFragment.js +15 -12
- package/dist/_queries/views/viewDetailsFragment.js.map +1 -1
- package/dist/_utils/__mocks__/isDevEnv.js +1 -1
- package/dist/_utils/__mocks__/isDevEnv.js.map +1 -1
- package/dist/_utils/attributeType.d.ts +3 -0
- package/dist/_utils/attributeType.js +7 -0
- package/dist/_utils/attributeType.js.map +1 -0
- package/dist/_utils/getFiltersFromRequest.js +2 -2
- package/dist/_utils/getFiltersFromRequest.js.map +1 -1
- package/dist/_utils/getRequestFromFilter.js +1 -1
- package/dist/_utils/getRequestFromFilter.js.map +1 -1
- package/dist/_utils/index.d.ts +2 -0
- package/dist/_utils/index.js +10 -3
- package/dist/_utils/index.js.map +1 -1
- package/dist/_utils/interleaveElement.d.ts +1 -0
- package/dist/_utils/interleaveElement.js +5 -0
- package/dist/_utils/interleaveElement.js.map +1 -0
- package/dist/_utils/isDevEnv.js +1 -1
- package/dist/_utils/isDevEnv.js.map +1 -1
- package/dist/_utils/typeguards.js.map +1 -1
- package/dist/antdTheme/index.d.ts +0 -3
- package/dist/antdTheme/index.js +4 -43
- package/dist/antdTheme/index.js.map +1 -1
- package/dist/components/AttributePicker/AttributePicker.js +1 -1
- package/dist/components/AttributePicker/AttributePicker.js.map +1 -1
- package/dist/components/AttributePicker/AttributesList/AttributesList.js +1 -1
- package/dist/components/AttributePicker/AttributesList/AttributesList.js.map +1 -1
- package/dist/components/AttributePicker/AttributesList/index.js +1 -1
- package/dist/components/AttributePicker/AttributesList/index.js.map +1 -1
- package/dist/components/AttributePicker/index.js +1 -1
- package/dist/components/AttributePicker/index.js.map +1 -1
- package/dist/components/AttributesSelectionList/Attribute/Attribute.js +1 -1
- package/dist/components/AttributesSelectionList/Attribute/Attribute.js.map +1 -1
- package/dist/components/AttributesSelectionList/Attribute/index.js +1 -1
- package/dist/components/AttributesSelectionList/Attribute/index.js.map +1 -1
- package/dist/components/AttributesSelectionList/AttributesSelectionList.js +1 -1
- package/dist/components/AttributesSelectionList/AttributesSelectionList.js.map +1 -1
- package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/SelectedAttribute.js +1 -1
- package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/SelectedAttribute.js.map +1 -1
- package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/index.js +1 -1
- package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/index.js.map +1 -1
- package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttributesList.js +1 -1
- package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttributesList.js.map +1 -1
- package/dist/components/AttributesSelectionList/SelectedAttributesList/index.js +1 -1
- package/dist/components/AttributesSelectionList/SelectedAttributesList/index.js.map +1 -1
- package/dist/components/AttributesSelectionList/helpers/attributeToSelectedAttribute.js +1 -1
- package/dist/components/AttributesSelectionList/helpers/attributeToSelectedAttribute.js.map +1 -1
- package/dist/components/AttributesSelectionList/index.js +1 -1
- package/dist/components/AttributesSelectionList/index.js.map +1 -1
- package/dist/components/AttributesSelectionList/reducer/__mocks__/attributesSelectionListStateContext.js +1 -1
- package/dist/components/AttributesSelectionList/reducer/__mocks__/attributesSelectionListStateContext.js.map +1 -1
- package/dist/components/AttributesSelectionList/reducer/attributesSelectionListReducer.js +1 -1
- package/dist/components/AttributesSelectionList/reducer/attributesSelectionListReducer.js.map +1 -1
- package/dist/components/AttributesSelectionList/reducer/attributesSelectionListStateContext.js +1 -1
- package/dist/components/AttributesSelectionList/reducer/attributesSelectionListStateContext.js.map +1 -1
- package/dist/components/AttributesSelectionList/sharedComponents.js +1 -1
- package/dist/components/AttributesSelectionList/sharedComponents.js.map +1 -1
- package/dist/components/BasicButton/BasicButton.js +1 -1
- package/dist/components/BasicButton/BasicButton.js.map +1 -1
- package/dist/components/BasicButton/index.js +1 -1
- package/dist/components/BasicButton/index.js.map +1 -1
- package/dist/components/CreateDirectory/CreateDirectory.js +2 -4
- package/dist/components/CreateDirectory/CreateDirectory.js.map +1 -1
- package/dist/components/CreateDirectory/index.js +1 -1
- package/dist/components/CreateDirectory/index.js.map +1 -1
- package/dist/components/DeactivateRecordsModal/DeactivateRecordsModal.js +1 -1
- package/dist/components/DeactivateRecordsModal/DeactivateRecordsModal.js.map +1 -1
- package/dist/components/DeactivateRecordsModal/index.js +1 -1
- package/dist/components/DeactivateRecordsModal/index.js.map +1 -1
- package/dist/components/Dimmer/index.js +1 -1
- package/dist/components/Dimmer/index.js.map +1 -1
- package/dist/components/EditApplication/EditApplication.js +3 -3
- package/dist/components/EditApplication/EditApplication.js.map +1 -1
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfo.js +1 -1
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfo.js.map +1 -1
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/EditApplicationInfoForm.js +1 -1
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/EditApplicationInfoForm.js.map +1 -1
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/ModuleSelector/ModuleSelector.js +1 -1
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/ModuleSelector/ModuleSelector.js.map +1 -1
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/ModuleSelector/index.js +1 -1
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/ModuleSelector/index.js.map +1 -1
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/index.js +1 -1
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/index.js.map +1 -1
- package/dist/components/EditApplication/EditApplicationInfo/index.js +1 -1
- package/dist/components/EditApplication/EditApplicationInfo/index.js.map +1 -1
- package/dist/components/EditApplication/_types.d.ts +2 -2
- package/dist/components/EditApplication/index.js +1 -1
- package/dist/components/EditApplication/index.js.map +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttribute.js +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttribute.js.map +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfo.js +1 -2
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfo.js.map +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/EditAttributeInfoForm.js +3 -6
- 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.d.ts +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 +26 -0
- package/dist/components/Explorer/DataView.js +133 -0
- package/dist/components/Explorer/DataView.js.map +1 -0
- package/dist/components/Explorer/Explorer.d.ts +32 -0
- package/dist/components/Explorer/Explorer.js +148 -0
- package/dist/components/Explorer/Explorer.js.map +1 -0
- package/dist/components/Explorer/ExplorerTitle.d.ts +9 -0
- package/dist/components/Explorer/ExplorerTitle.js +47 -0
- package/dist/components/Explorer/ExplorerTitle.js.map +1 -0
- package/dist/components/Explorer/ExplorerToolbar.d.ts +6 -0
- package/dist/components/Explorer/ExplorerToolbar.js +53 -0
- package/dist/components/Explorer/ExplorerToolbar.js.map +1 -0
- package/dist/components/Explorer/IdCard.d.ts +7 -0
- package/dist/components/Explorer/IdCard.js +15 -0
- package/dist/components/Explorer/IdCard.js.map +1 -0
- package/dist/components/Explorer/TableCell.d.ts +8 -0
- package/dist/components/Explorer/TableCell.js +152 -0
- package/dist/components/Explorer/TableCell.js.map +1 -0
- package/dist/components/Explorer/TableTagGroup.d.ts +7 -0
- package/dist/components/Explorer/TableTagGroup.js +30 -0
- package/dist/components/Explorer/TableTagGroup.js.map +1 -0
- package/dist/components/Explorer/_constants.d.ts +5 -0
- package/dist/components/Explorer/_constants.js +18 -0
- package/dist/components/Explorer/_constants.js.map +1 -0
- package/dist/components/Explorer/_queries/prepareFiltersForRequest.d.ts +4 -0
- package/dist/components/Explorer/_queries/prepareFiltersForRequest.js +99 -0
- package/dist/components/Explorer/_queries/prepareFiltersForRequest.js.map +1 -0
- package/dist/components/Explorer/_queries/useExplorerData.d.ts +36 -0
- package/dist/components/Explorer/_queries/useExplorerData.js +127 -0
- package/dist/components/Explorer/_queries/useExplorerData.js.map +1 -0
- package/dist/components/Explorer/_types.d.ts +125 -0
- package/dist/components/Explorer/_types.js +8 -0
- package/dist/components/Explorer/_types.js.map +1 -0
- package/dist/components/Explorer/actions-item/useEditItemAction.d.ts +15 -0
- package/dist/components/Explorer/actions-item/useEditItemAction.js +54 -0
- package/dist/components/Explorer/actions-item/useEditItemAction.js.map +1 -0
- package/dist/components/Explorer/actions-item/useRemoveItemAction.d.ts +23 -0
- package/dist/components/Explorer/actions-item/useRemoveItemAction.js +109 -0
- package/dist/components/Explorer/actions-item/useRemoveItemAction.js.map +1 -0
- package/dist/components/Explorer/actions-mass/useDeactivateMassAction.d.ts +27 -0
- package/dist/components/Explorer/actions-mass/useDeactivateMassAction.js +71 -0
- package/dist/components/Explorer/actions-mass/useDeactivateMassAction.js.map +1 -0
- package/dist/components/Explorer/actions-mass/useDeleteLinkValues.d.ts +18 -0
- package/dist/components/Explorer/actions-mass/useDeleteLinkValues.js +84 -0
- package/dist/components/Explorer/actions-mass/useDeleteLinkValues.js.map +1 -0
- package/dist/components/Explorer/actions-mass/useMassActions.d.ts +28 -0
- package/dist/components/Explorer/actions-mass/useMassActions.js +111 -0
- package/dist/components/Explorer/actions-mass/useMassActions.js.map +1 -0
- package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.d.ts +24 -0
- package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.js +108 -0
- package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.js.map +1 -0
- package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.d.ts +17 -0
- package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.js +38 -0
- package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.js.map +1 -0
- package/dist/components/Explorer/actions-primary/usePrimaryActions.d.ts +17 -0
- package/dist/components/Explorer/actions-primary/usePrimaryActions.js +27 -0
- package/dist/components/Explorer/actions-primary/usePrimaryActions.js.map +1 -0
- package/dist/components/Explorer/conditionsHelper.d.ts +2 -0
- package/dist/components/Explorer/conditionsHelper.js +16 -0
- package/dist/components/Explorer/conditionsHelper.js.map +1 -0
- package/dist/components/Explorer/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/link-item/LinkModal.d.ts +7 -0
- package/dist/components/Explorer/link-item/LinkModal.js +81 -0
- package/dist/components/Explorer/link-item/LinkModal.js.map +1 -0
- package/dist/components/Explorer/link-item/useLinkMassAction.d.ts +24 -0
- package/dist/components/Explorer/link-item/useLinkMassAction.js +57 -0
- package/dist/components/Explorer/link-item/useLinkMassAction.js.map +1 -0
- package/dist/components/Explorer/list-saved-views/SavedViews.d.ts +2 -0
- package/dist/components/Explorer/list-saved-views/SavedViews.js +74 -0
- package/dist/components/Explorer/list-saved-views/SavedViews.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 +85 -0
- package/dist/components/Explorer/manage-view-settings/_shared/ColumnItem.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.d.ts +6 -0
- package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.js +19 -0
- package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.d.ts +13 -0
- package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.js +67 -0
- package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/_shared/useTransformFilters.d.ts +17 -0
- package/dist/components/Explorer/manage-view-settings/_shared/useTransformFilters.js +93 -0
- package/dist/components/Explorer/manage-view-settings/_shared/useTransformFilters.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 +55 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/attributes/SelectVisibleAttributes.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/view-type/SelectViewType.d.ts +8 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/view-type/SelectViewType.js +12 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/view-type/SelectViewType.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.d.ts +4 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js +88 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterListItem.d.ts +9 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterListItem.js +33 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterListItem.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/BooleanAttributeDropdown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/BooleanAttributeDropdown.js +22 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/BooleanAttributeDropdown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ColorAttributeDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ColorAttributeDropDown.js +11 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ColorAttributeDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateAttributeDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateAttributeDropDown.js +66 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateAttributeDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateRangeAttributeDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateRangeAttributeDropDown.js +11 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateRangeAttributeDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/EncryptedAttributeDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/EncryptedAttributeDropDown.js +11 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/EncryptedAttributeDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ExtendedAttributeDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ExtendedAttributeDropDown.js +11 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ExtendedAttributeDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.js +40 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropdownContent.d.ts +8 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropdownContent.js +41 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropdownContent.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueList.d.ts +10 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueList.js +75 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueList.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/LinkAttributeDropdown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/LinkAttributeDropdown.js +79 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/LinkAttributeDropdown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/NumericAttributeDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/NumericAttributeDropDown.js +19 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/NumericAttributeDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TextAttributeDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TextAttributeDropDown.js +28 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TextAttributeDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/_types.d.ts +13 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/_types.js +2 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/_types.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.d.ts +12 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.js +108 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/index.d.ts +8 -0
- package/dist/components/Explorer/manage-view-settings/index.js +11 -0
- package/dist/components/Explorer/manage-view-settings/index.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContext.d.ts +15 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContext.js +15 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContext.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContextProvider.d.ts +8 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContextProvider.js +17 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContextProvider.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/SidePanel.d.ts +2 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/SidePanel.js +19 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/SidePanel.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/useEditSettings.d.ts +1 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/useEditSettings.js +7 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/useEditSettings.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.d.ts +12 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.js +66 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/router-menu/SettingItem.d.ts +9 -0
- package/dist/components/Explorer/manage-view-settings/router-menu/SettingItem.js +55 -0
- package/dist/components/Explorer/manage-view-settings/router-menu/SettingItem.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.d.ts +8 -0
- package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js +36 -0
- package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/save-view/SaveViewModal.d.ts +8 -0
- package/dist/components/Explorer/manage-view-settings/save-view/SaveViewModal.js +44 -0
- package/dist/components/Explorer/manage-view-settings/save-view/SaveViewModal.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/save-view/ViewActionsButtons.d.ts +1 -0
- package/dist/components/Explorer/manage-view-settings/save-view/ViewActionsButtons.js +22 -0
- package/dist/components/Explorer/manage-view-settings/save-view/ViewActionsButtons.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/save-view/prepareViewForRequest.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/save-view/prepareViewForRequest.js +24 -0
- package/dist/components/Explorer/manage-view-settings/save-view/prepareViewForRequest.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useCreateNewView.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useCreateNewView.js +52 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useCreateNewView.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useResetView.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useResetView.js +20 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useResetView.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useShareView.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useShareView.js +64 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useShareView.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useUpdateView.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useUpdateView.js +62 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useUpdateView.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.d.ts +4 -0
- package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.js +111 -0
- package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/sort-items/SortListItem.d.ts +10 -0
- package/dist/components/Explorer/manage-view-settings/sort-items/SortListItem.js +32 -0
- package/dist/components/Explorer/manage-view-settings/sort-items/SortListItem.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/ViewSettingsContext.d.ts +6 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/ViewSettingsContext.js +11 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/ViewSettingsContext.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/useViewSettingsContext.d.ts +4 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/useViewSettingsContext.js +7 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/useViewSettingsContext.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.d.ts +4 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js +35 -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 +175 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js +281 -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/useColumnWidth.d.ts +8 -0
- package/dist/components/Explorer/useColumnWidth.js +49 -0
- package/dist/components/Explorer/useColumnWidth.js.map +1 -0
- package/dist/components/Explorer/useLoadView.d.ts +3 -0
- package/dist/components/Explorer/useLoadView.js +81 -0
- package/dist/components/Explorer/useLoadView.js.map +1 -0
- package/dist/components/Explorer/usePagination.d.ts +7 -0
- package/dist/components/Explorer/usePagination.js +25 -0
- package/dist/components/Explorer/usePagination.js.map +1 -0
- package/dist/components/Explorer/useSearchInput.d.ts +16 -0
- package/dist/components/Explorer/useSearchInput.js +40 -0
- package/dist/components/Explorer/useSearchInput.js.map +1 -0
- package/dist/components/Explorer/useTableScrollableHeight.d.ts +5 -0
- package/dist/components/Explorer/useTableScrollableHeight.js +15 -0
- package/dist/components/Explorer/useTableScrollableHeight.js.map +1 -0
- package/dist/components/Explorer/useViewSettingsReducer.d.ts +8 -0
- package/dist/components/Explorer/useViewSettingsReducer.js +129 -0
- package/dist/components/Explorer/useViewSettingsReducer.js.map +1 -0
- package/dist/components/ExportModal/ExportModal.js +3 -3
- package/dist/components/ExportModal/ExportModal.js.map +1 -1
- package/dist/components/ExportModal/index.js +1 -1
- package/dist/components/ExportModal/index.js.map +1 -1
- package/dist/components/FieldsGroup/FieldsGroup.js +1 -1
- package/dist/components/FieldsGroup/FieldsGroup.js.map +1 -1
- package/dist/components/FieldsGroup/index.js +1 -1
- package/dist/components/FieldsGroup/index.js.map +1 -1
- package/dist/components/FloatingMenu/FloatingMenu.js +1 -1
- package/dist/components/FloatingMenu/FloatingMenu.js.map +1 -1
- package/dist/components/FloatingMenu/index.js +1 -1
- package/dist/components/FloatingMenu/index.js.map +1 -1
- package/dist/components/ImageLoading/ImageLoading.js +1 -1
- package/dist/components/ImageLoading/ImageLoading.js.map +1 -1
- package/dist/components/ImageLoading/index.js +1 -1
- package/dist/components/ImageLoading/index.js.map +1 -1
- package/dist/components/ImageMissing/ImageMissing.js +1 -1
- package/dist/components/ImageMissing/ImageMissing.js.map +1 -1
- package/dist/components/ImageMissing/index.js +1 -1
- package/dist/components/ImageMissing/index.js.map +1 -1
- package/dist/components/ImportModal/ImportModal.js +1 -1
- package/dist/components/ImportModal/ImportModal.js.map +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/ImportKeysSelector.js +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/ImportKeysSelector.js.map +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/index.js +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/index.js.map +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/ImportMappingRowTitle.js +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/ImportMappingRowTitle.js.map +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/index.js +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/index.js.map +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.js +6 -6
- package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.js.map +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/ImportScheduleModal.js +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/ImportScheduleModal.js.map +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/index.js +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/index.js.map +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/ImportSheetSettings.js +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/ImportSheetSettings.js.map +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/index.js +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/index.js.map +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/index.js +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/index.js.map +1 -1
- package/dist/components/ImportModal/ImportModalDoneStep/ImportModalDoneStep.js +1 -1
- package/dist/components/ImportModal/ImportModalDoneStep/ImportModalDoneStep.js.map +1 -1
- package/dist/components/ImportModal/ImportModalDoneStep/index.js +1 -1
- package/dist/components/ImportModal/ImportModalDoneStep/index.js.map +1 -1
- package/dist/components/ImportModal/ImportModalProcessingStep/ImportModalProcessingStep.js +1 -1
- package/dist/components/ImportModal/ImportModalProcessingStep/ImportModalProcessingStep.js.map +1 -1
- package/dist/components/ImportModal/ImportModalProcessingStep/index.js +1 -1
- package/dist/components/ImportModal/ImportModalProcessingStep/index.js.map +1 -1
- package/dist/components/ImportModal/ImportModalSelectFileStep/ImportModalSelectFileStep.js +2 -3
- package/dist/components/ImportModal/ImportModalSelectFileStep/ImportModalSelectFileStep.js.map +1 -1
- package/dist/components/ImportModal/ImportModalSelectFileStep/index.js +1 -1
- package/dist/components/ImportModal/ImportModalSelectFileStep/index.js.map +1 -1
- package/dist/components/ImportModal/importReducer/ImportReducerContext.js +1 -1
- package/dist/components/ImportModal/importReducer/ImportReducerContext.js.map +1 -1
- package/dist/components/ImportModal/importReducer/importReducer.js +1 -1
- package/dist/components/ImportModal/importReducer/importReducer.js.map +1 -1
- package/dist/components/ImportModal/importReducer/index.js +1 -1
- package/dist/components/ImportModal/importReducer/index.js.map +1 -1
- package/dist/components/ImportModal/index.js +1 -1
- package/dist/components/ImportModal/index.js.map +1 -1
- package/dist/components/LibraryItemsList/CreateNewRecordButton/CreateNewRecordButton.js +1 -1
- package/dist/components/LibraryItemsList/CreateNewRecordButton/CreateNewRecordButton.js.map +1 -1
- package/dist/components/LibraryItemsList/CreateNewRecordButton/index.js +1 -1
- package/dist/components/LibraryItemsList/CreateNewRecordButton/index.js.map +1 -1
- package/dist/components/LibraryItemsList/DisplayOptions/DisplayOptions.js +1 -1
- package/dist/components/LibraryItemsList/DisplayOptions/DisplayOptions.js.map +1 -1
- package/dist/components/LibraryItemsList/DisplayOptions/index.js +1 -1
- package/dist/components/LibraryItemsList/DisplayOptions/index.js.map +1 -1
- package/dist/components/LibraryItemsList/DisplayTypeSelector/DisplayTypeSelector.js +1 -1
- package/dist/components/LibraryItemsList/DisplayTypeSelector/DisplayTypeSelector.js.map +1 -1
- package/dist/components/LibraryItemsList/DisplayTypeSelector/index.js +1 -1
- package/dist/components/LibraryItemsList/DisplayTypeSelector/index.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersDropdown/FiltersDropdown.js +1 -1
- package/dist/components/LibraryItemsList/FiltersDropdown/FiltersDropdown.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersDropdown/index.js +1 -1
- package/dist/components/LibraryItemsList/FiltersDropdown/index.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.js +3 -3
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.utils.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.utils.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/FilterAttributeCondition.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/FilterAttributeCondition.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/index.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/index.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/BooleanFilter.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/BooleanFilter.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/index.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/index.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/index.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/index.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/DateFilter.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/DateFilter.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/index.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/index.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/NumericFilter.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/NumericFilter.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/index.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/index.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/TextFilter.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/TextFilter.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/index.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/index.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/index.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/index.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/FilterDropdownButton.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/FilterDropdownButton.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/index.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/index.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/FilterTreeCondition.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/FilterTreeCondition.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/index.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/index.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/FiltersPanel.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/FiltersPanel.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/index.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/index.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/mustHideValue.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/mustHideValue.js.map +1 -1
- package/dist/components/LibraryItemsList/IconViewType/IconViewType.js +1 -1
- package/dist/components/LibraryItemsList/IconViewType/IconViewType.js.map +1 -1
- package/dist/components/LibraryItemsList/IconViewType/index.js +1 -1
- package/dist/components/LibraryItemsList/IconViewType/index.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.js +8 -12
- package/dist/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListContent/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListContent/index.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListEmpty/LibraryItemsListEmpty.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListEmpty/LibraryItemsListEmpty.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListEmpty/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListEmpty/index.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListPagination/LibraryItemsListPagination.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListPagination/LibraryItemsListPagination.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListPagination/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListPagination/index.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyCell/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyCell/index.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyRow/BodyRow.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyRow/BodyRow.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyRow/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyRow/index.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/AllValuesCount.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/AllValuesCount.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/index.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/Cell.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/Cell.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/CellInfos.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/CellInfos.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/index.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/CellSelection.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/CellSelection.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/index.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/ElementsToDisplay/RichTextDisplay.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/ElementsToDisplay/RichTextDisplay.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/StandardCell.js +8 -3
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/StandardCell.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/index.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/index.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/utils.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/utils.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/ChooseTableColumns.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/ChooseTableColumns.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/index.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/Header.js +8 -6
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/Header.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/index.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Table.js +2 -2
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Table.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/index.js.map +1 -1
- package/dist/components/LibraryItemsList/MenuItemList/MenuItemList.js +1 -1
- package/dist/components/LibraryItemsList/MenuItemList/MenuItemList.js.map +1 -1
- package/dist/components/LibraryItemsList/MenuItemList/index.js +1 -1
- package/dist/components/LibraryItemsList/MenuItemList/index.js.map +1 -1
- package/dist/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/ActionsMenu.js +1 -1
- package/dist/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/ActionsMenu.js.map +1 -1
- package/dist/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/index.js +1 -1
- package/dist/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/index.js.map +1 -1
- package/dist/components/LibraryItemsList/MenuItemListSelected/MenuItemListSelected.js +1 -1
- package/dist/components/LibraryItemsList/MenuItemListSelected/MenuItemListSelected.js.map +1 -1
- package/dist/components/LibraryItemsList/MenuItemListSelected/index.js +1 -1
- package/dist/components/LibraryItemsList/MenuItemListSelected/index.js.map +1 -1
- package/dist/components/LibraryItemsList/MenuSelection/MenuSelection.js +1 -1
- package/dist/components/LibraryItemsList/MenuSelection/MenuSelection.js.map +1 -1
- package/dist/components/LibraryItemsList/MenuSelection/index.js +1 -1
- package/dist/components/LibraryItemsList/MenuSelection/index.js.map +1 -1
- package/dist/components/LibraryItemsList/MenuView/MenuView.js +6 -11
- package/dist/components/LibraryItemsList/MenuView/MenuView.js.map +1 -1
- package/dist/components/LibraryItemsList/MenuView/index.js +1 -1
- package/dist/components/LibraryItemsList/MenuView/index.js.map +1 -1
- package/dist/components/LibraryItemsList/SearchItems/SearchItems.js +1 -1
- package/dist/components/LibraryItemsList/SearchItems/SearchItems.js.map +1 -1
- package/dist/components/LibraryItemsList/SearchItems/index.js +1 -1
- package/dist/components/LibraryItemsList/SearchItems/index.js.map +1 -1
- package/dist/components/LibraryItemsList/Sidebar/Sidebar.js +1 -1
- package/dist/components/LibraryItemsList/Sidebar/Sidebar.js.map +1 -1
- package/dist/components/LibraryItemsList/Sidebar/index.js +1 -1
- package/dist/components/LibraryItemsList/Sidebar/index.js.map +1 -1
- package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/ItemTileDisplay.js +1 -1
- package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/ItemTileDisplay.js.map +1 -1
- package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/index.js +1 -1
- package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/index.js.map +1 -1
- package/dist/components/LibraryItemsList/TileDisplay/TileDisplay.js +1 -1
- package/dist/components/LibraryItemsList/TileDisplay/TileDisplay.js.map +1 -1
- package/dist/components/LibraryItemsList/TileDisplay/helpers/getItemPreviewSize.js +1 -1
- package/dist/components/LibraryItemsList/TileDisplay/helpers/getItemPreviewSize.js.map +1 -1
- package/dist/components/LibraryItemsList/TileDisplay/index.js +1 -1
- package/dist/components/LibraryItemsList/TileDisplay/index.js.map +1 -1
- package/dist/components/LibraryItemsList/VersionsPanel/VersionsPanel.js +1 -1
- package/dist/components/LibraryItemsList/VersionsPanel/VersionsPanel.js.map +1 -1
- package/dist/components/LibraryItemsList/VersionsPanel/index.js +1 -1
- package/dist/components/LibraryItemsList/VersionsPanel/index.js.map +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/EditView/EditView.js +3 -4
- package/dist/components/LibraryItemsList/ViewPanel/EditView/EditView.js.map +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/EditView/index.js +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/EditView/index.js.map +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/View/View.js +4 -4
- package/dist/components/LibraryItemsList/ViewPanel/View/View.js.map +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/View/index.js +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/View/index.js.map +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/ViewPanel.js +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/ViewPanel.js.map +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/index.js +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/index.js.map +1 -1
- package/dist/components/LibraryItemsList/helpers/defaultFilterConditionByAttributeFormat.js +1 -1
- package/dist/components/LibraryItemsList/helpers/defaultFilterConditionByAttributeFormat.js.map +1 -1
- package/dist/components/LibraryItemsList/helpers/displayTypeToPreviewSize.js +1 -1
- package/dist/components/LibraryItemsList/helpers/displayTypeToPreviewSize.js.map +1 -1
- package/dist/components/LibraryItemsList/helpers/extractAttributesFromLibrary.js +1 -1
- package/dist/components/LibraryItemsList/helpers/extractAttributesFromLibrary.js.map +1 -1
- package/dist/components/LibraryItemsList/helpers/getFieldFromKey.js +1 -1
- package/dist/components/LibraryItemsList/helpers/getFieldFromKey.js.map +1 -1
- package/dist/components/LibraryItemsList/helpers/getFieldsFromView.js +4 -9
- package/dist/components/LibraryItemsList/helpers/getFieldsFromView.js.map +1 -1
- package/dist/components/LibraryItemsList/helpers/getSortFieldByAttributeType.js +1 -1
- package/dist/components/LibraryItemsList/helpers/getSortFieldByAttributeType.js.map +1 -1
- package/dist/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.js +8 -6
- package/dist/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.js.map +1 -1
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/_types.d.ts +1 -1
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/index.js +1 -1
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/index.js.map +1 -1
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchContext.js +1 -1
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchContext.js.map +1 -1
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.d.ts +1 -1
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.js +25 -33
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.js.map +1 -1
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/useSearchReducer.js +1 -1
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/useSearchReducer.js.map +1 -1
- package/dist/components/LibraryItemsList/hooks/useUpdateViewsOrderMutation.js +1 -1
- package/dist/components/LibraryItemsList/hooks/useUpdateViewsOrderMutation.js.map +1 -1
- package/dist/components/LibraryItemsList/index.js +1 -1
- package/dist/components/LibraryItemsList/index.js.map +1 -1
- package/dist/components/LibraryItemsList/manageItems.js +1 -1
- package/dist/components/LibraryItemsList/manageItems.js.map +1 -1
- package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/DeactivateRecordBtn.js +1 -1
- package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/DeactivateRecordBtn.js.map +1 -1
- package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/index.js +1 -1
- package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/index.js.map +1 -1
- package/dist/components/LibraryItemsList/shared/SelectCellsBtn.js +1 -1
- package/dist/components/LibraryItemsList/shared/SelectCellsBtn.js.map +1 -1
- package/dist/components/LibraryItemsList/shared/shared.utils.js +1 -1
- package/dist/components/LibraryItemsList/shared/shared.utils.js.map +1 -1
- package/dist/components/LibraryPicker/LibrariesList/LibrariesList.js +1 -1
- package/dist/components/LibraryPicker/LibrariesList/LibrariesList.js.map +1 -1
- package/dist/components/LibraryPicker/LibrariesList/index.js +1 -1
- package/dist/components/LibraryPicker/LibrariesList/index.js.map +1 -1
- package/dist/components/LibraryPicker/LibraryPicker.js +1 -1
- package/dist/components/LibraryPicker/LibraryPicker.js.map +1 -1
- package/dist/components/LibraryPicker/index.js +1 -1
- package/dist/components/LibraryPicker/index.js.map +1 -1
- package/dist/components/List/List.js +1 -1
- package/dist/components/List/List.js.map +1 -1
- package/dist/components/List/index.js +1 -1
- package/dist/components/List/index.js.map +1 -1
- package/dist/components/Loading/Loading.js +1 -1
- package/dist/components/Loading/Loading.js.map +1 -1
- package/dist/components/Loading/index.js +1 -1
- package/dist/components/Loading/index.js.map +1 -1
- package/dist/components/RecordCard/RecordCard.js +1 -1
- package/dist/components/RecordCard/RecordCard.js.map +1 -1
- package/dist/components/RecordCard/index.js +1 -1
- package/dist/components/RecordCard/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecord/EditRecord.d.ts +1 -0
- package/dist/components/RecordEdition/EditRecord/EditRecord.js +103 -79
- 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.d.ts +2 -1
- package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js +19 -6
- package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/_types.d.ts +19 -24
- package/dist/components/RecordEdition/EditRecordContent/_types.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/antdUtils.d.ts +5 -1
- package/dist/components/RecordEdition/EditRecordContent/antdUtils.js +45 -34
- package/dist/components/RecordEdition/EditRecordContent/antdUtils.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/formConstants.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/formConstants.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.d.ts +3 -1
- package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.js +8 -2
- package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/helpers/getActiveFieldValues/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/helpers/getActiveFieldValues/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/helpers/isCurrentVersion/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/helpers/isCurrentVersion/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/__mocks__/useDeleteValueMutation.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/__mocks__/useDeleteValueMutation.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/__mocks__/useSaveValueMutation.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/__mocks__/useSaveValueMutation.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/helpers/getPropertyCacheFieldName.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/helpers/getPropertyCacheFieldName.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateRecordMutation.d.ts +5 -0
- package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateRecordMutation.js +28 -0
- package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateRecordMutation.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/hooks/useExecuteSaveValueBatchMutation.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/useExecuteSaveValueBatchMutation.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/useRecordEditionContext.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/useRecordEditionContext.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/useRunActionsListAndFormatOnValue.d.ts +121 -0
- package/dist/components/RecordEdition/EditRecordContent/hooks/useRunActionsListAndFormatOnValue.js +31 -0
- package/dist/components/RecordEdition/EditRecordContent/hooks/useRunActionsListAndFormatOnValue.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/linkFieldReducer/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/linkFieldReducer/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/linkFieldReducer/linkFieldReducer.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/linkFieldReducer/linkFieldReducer.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/AddValueBtn/AddValueBtn.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/AddValueBtn/AddValueBtn.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/AddValueBtn/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/AddValueBtn/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/DeleteAllValuesBtn/DeleteAllValuesBtn.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/DeleteAllValuesBtn/DeleteAllValuesBtn.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/DeleteAllValuesBtn/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/DeleteAllValuesBtn/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/DeleteValueBtn/DeleteValueBtn.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/DeleteValueBtn/DeleteValueBtn.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/DeleteValueBtn/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/DeleteValueBtn/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/FieldFooter/FieldFooter.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/FieldFooter/FieldFooter.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/FieldFooter/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/FieldFooter/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/InheritedFieldLabel/InheritedFieldLabel.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/InheritedFieldLabel/InheritedFieldLabel.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/InheritedFieldLabel/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/InheritedFieldLabel/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/NoValue/NoValue.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/NoValue/NoValue.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/NoValue/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/NoValue/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/UpdatedFieldIcon/UpdatedFieldIcon.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/UpdatedFieldIcon/UpdatedFieldIcon.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/UpdatedFieldIcon/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/UpdatedFieldIcon/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/ValueDetailsBtn.js +2 -8
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/ValueDetailsBtn.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionBtn/ValuesVersionBtn.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionBtn/ValuesVersionBtn.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionBtn/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionBtn/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionIndicator/ValuesVersionIndicator.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionIndicator/ValuesVersionIndicator.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionIndicator/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionIndicator/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.d.ts +3 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.js +3 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/ErrorField/ErrorField.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/ErrorField/ErrorField.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/ErrorField/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/ErrorField/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/FormDivider/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/FormDivider/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/FormTabs/FormTabs.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/FormTabs/FormTabs.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/FormTabs/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/FormTabs/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/FloatingMenuHandler/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/FloatingMenuHandler/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js +3 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.js +3 -8
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/useGetOptionsQuery.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/useGetOptionsQuery.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.js +3 -10
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/useGetOptionsQuery.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/useGetOptionsQuery.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/RecordIdentityCell/RecordIdentityCell.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/RecordIdentityCell/RecordIdentityCell.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/RecordIdentityCell/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/RecordIdentityCell/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/QuickSearch/QuickSearch.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/QuickSearch/QuickSearch.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/QuickSearch/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/QuickSearch/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/ValuesAdd.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/ValuesAdd.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/ComputeIndicator.d.ts +6 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/ComputeIndicator.js +16 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/ComputeIndicator.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/DeleteAllValuesButton.d.ts +4 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/DeleteAllValuesButton.js +25 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/DeleteAllValuesButton.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.d.ts +5 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js +206 -186
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.d.ts +2 -8
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.js +15 -31
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.d.ts +4 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.js +111 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.d.ts +3 -14
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js +44 -46
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.d.ts +3 -14
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js +17 -74
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.d.ts +3 -14
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js +34 -50
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.d.ts +3 -14
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js +37 -61
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.d.ts +3 -14
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js +58 -64
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.d.ts +3 -14
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js +37 -57
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.d.ts +16 -9
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js +58 -410
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/DSListSelect.d.ts +4 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/DSListSelect.js +141 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/DSListSelect.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/ValuesList.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/ValuesList.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/_types.d.ts +10 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/_types.js +2 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/_types.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/_types.d.ts +15 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/_types.js +2 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/_types.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/calculatedInheritedFlags.d.ts +42 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/calculatedInheritedFlags.js +56 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/calculatedInheritedFlags.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/useGetPresentationValues.d.ts +12 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/useGetPresentationValues.js +33 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/useGetPresentationValues.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TextBlock/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TextBlock/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js +5 -8
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeFieldValue/TreeFieldValue.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeFieldValue/TreeFieldValue.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeFieldValue/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeFieldValue/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/ValuesAdd.js +3 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/ValuesAdd.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js +11 -5
- package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordModal/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordModal/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js +3 -3
- package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordPage/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordPage/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/AttributeSummary.d.ts +7 -0
- package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/AttributeSummary.js +9 -0
- package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/AttributeSummary.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/index.js +6 -0
- package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/useAttributeInformations.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/useAttributeInformations.js +25 -0
- package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/useAttributeInformations.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/Breadcrumb.d.ts +3 -0
- package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/Breadcrumb.js +53 -0
- package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/Breadcrumb.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/index.js +6 -0
- package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.d.ts +4 -1
- package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js +48 -6
- package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.d.ts +4 -7
- package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.js +7 -9
- package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/RecordInformations.d.ts +9 -0
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/RecordInformations.js +42 -0
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/RecordInformations.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/useRecordInformations.d.ts +6 -0
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/useRecordInformations.js +35 -0
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/useRecordInformations.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.d.ts +3 -282
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.js +29 -62
- 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/ValuesSummary/ValuesSummary.d.ts +8 -0
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/ValuesSummary.js +81 -0
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/ValuesSummary.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/index.js +6 -0
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/ValuesVersions.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/ValuesVersions.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/index.js.map +1 -1
- package/dist/components/RecordEdition/{EditRecordContent → EditRecordSkeleton}/EditRecordSkeleton.d.ts +1 -1
- package/dist/components/RecordEdition/{EditRecordContent → EditRecordSkeleton}/EditRecordSkeleton.js +3 -3
- package/dist/components/RecordEdition/EditRecordSkeleton/EditRecordSkeleton.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSkeleton/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordSkeleton/index.js +6 -0
- package/dist/components/RecordEdition/EditRecordSkeleton/index.js.map +1 -0
- package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.d.ts +12 -10
- package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.js +15 -13
- package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.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.d.ts +1 -0
- package/dist/components/RecordEdition/index.js +2 -1
- package/dist/components/RecordEdition/index.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModal.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModal.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/AudioFile.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/AudioFile.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/index.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/index.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/DocumentFile.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/DocumentFile.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/index.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/index.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalContent.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalContent.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/FileModalSidebar.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/FileModalSidebar.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/index.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/index.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/ImageFile.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/ImageFile.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/index.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/index.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/NoDisplayFile.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/NoDisplayFile.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/index.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/index.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/VideoFile.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/VideoFile.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/index.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/index.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/index.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/index.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/_constants.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/_constants.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/index.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/index.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/RecordPreviewWithModal.js +1 -1
- package/dist/components/RecordPreviewWithModal/RecordPreviewWithModal.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/index.js +1 -1
- package/dist/components/RecordPreviewWithModal/index.js.map +1 -1
- package/dist/components/SearchModal/SearchModal.js +1 -1
- package/dist/components/SearchModal/SearchModal.js.map +1 -1
- package/dist/components/SearchModal/index.js +1 -1
- package/dist/components/SearchModal/index.js.map +1 -1
- package/dist/components/SelectTreeNode/SelectTreeNode.d.ts +4 -7
- package/dist/components/SelectTreeNode/SelectTreeNode.js +18 -136
- package/dist/components/SelectTreeNode/SelectTreeNode.js.map +1 -1
- package/dist/components/SelectTreeNode/SelectTreeNodeContent.d.ts +16 -0
- package/dist/components/SelectTreeNode/SelectTreeNodeContent.js +130 -0
- package/dist/components/SelectTreeNode/SelectTreeNodeContent.js.map +1 -0
- package/dist/components/SelectTreeNode/index.d.ts +1 -1
- package/dist/components/SelectTreeNode/index.js +2 -2
- package/dist/components/SelectTreeNode/index.js.map +1 -1
- package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.d.ts +4 -7
- package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.js +11 -11
- package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.js.map +1 -1
- package/dist/components/SelectTreeNodeModal/index.d.ts +1 -2
- package/dist/components/SelectTreeNodeModal/index.js +2 -3
- package/dist/components/SelectTreeNodeModal/index.js.map +1 -1
- package/dist/components/SimpleErrorBoundary/SimpleErrorBoundary.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 +2 -2
- package/dist/components/UploadFiles/UploadFiles.js.map +1 -1
- package/dist/components/UploadFiles/index.js +1 -1
- package/dist/components/UploadFiles/index.js.map +1 -1
- package/dist/components/ValuesVersionConfigurator/ValuesVersionConfigurator.js +1 -1
- package/dist/components/ValuesVersionConfigurator/ValuesVersionConfigurator.js.map +1 -1
- package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.js +3 -3
- package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.js.map +1 -1
- package/dist/components/ValuesVersionConfigurator/VersionTree/index.js +1 -1
- package/dist/components/ValuesVersionConfigurator/VersionTree/index.js.map +1 -1
- package/dist/components/ValuesVersionConfigurator/index.js +1 -1
- package/dist/components/ValuesVersionConfigurator/index.js.map +1 -1
- package/dist/components/index.d.ts +2 -0
- package/dist/components/index.js +3 -1
- package/dist/components/index.js.map +1 -1
- package/dist/constants.d.ts +3 -0
- package/dist/constants.js +4 -1
- package/dist/constants.js.map +1 -1
- package/dist/{components/LibraryItemsList/LibraryItemsListTable → contexts/EditRecordModalContext}/EditRecordModalContext.d.ts +1 -1
- package/dist/contexts/EditRecordModalContext/EditRecordModalContext.js +7 -0
- package/dist/contexts/EditRecordModalContext/EditRecordModalContext.js.map +1 -0
- package/dist/contexts/EditRecordModalContext/EditRecordModalProvider.d.ts +2 -0
- package/dist/{components/LibraryItemsList/LibraryItemsListTable → contexts/EditRecordModalContext}/EditRecordModalProvider.js +5 -5
- package/dist/contexts/EditRecordModalContext/EditRecordModalProvider.js.map +1 -0
- package/dist/contexts/EditRecordModalContext/index.d.ts +2 -0
- package/dist/contexts/EditRecordModalContext/index.js +6 -0
- package/dist/contexts/EditRecordModalContext/index.js.map +1 -0
- package/dist/contexts/EditRecordModalContext/tsconfig.json +6 -0
- package/dist/contexts/EditRecordModalContext/useEditRecordModalContext.d.ts +1 -0
- package/dist/{components/LibraryItemsList/LibraryItemsListTable → contexts/EditRecordModalContext}/useEditRecordModalContext.js +2 -2
- package/dist/contexts/EditRecordModalContext/useEditRecordModalContext.js.map +1 -0
- package/dist/contexts/LangContext/LangContext.js +1 -1
- package/dist/contexts/LangContext/LangContext.js.map +1 -1
- package/dist/contexts/LangContext/index.js +1 -1
- package/dist/contexts/LangContext/index.js.map +1 -1
- package/dist/contexts/UserContext/UserContext.js +1 -1
- package/dist/contexts/UserContext/UserContext.js.map +1 -1
- package/dist/contexts/UserContext/index.js +1 -1
- package/dist/contexts/UserContext/index.js.map +1 -1
- package/dist/contexts/index.js +1 -1
- package/dist/contexts/index.js.map +1 -1
- package/dist/gqlFragments/index.js +1 -1
- package/dist/gqlFragments/index.js.map +1 -1
- package/dist/gqlFragments/recordIdentityFragment.js +1 -1
- package/dist/gqlFragments/recordIdentityFragment.js.map +1 -1
- package/dist/hooks/index.js +1 -1
- package/dist/hooks/index.js.map +1 -1
- package/dist/hooks/useAntdLocale/index.js +1 -1
- package/dist/hooks/useAntdLocale/index.js.map +1 -1
- package/dist/hooks/useAppLang/index.js +1 -1
- package/dist/hooks/useAppLang/index.js.map +1 -1
- package/dist/hooks/useAppLang/useAppLang.js +1 -1
- package/dist/hooks/useAppLang/useAppLang.js.map +1 -1
- package/dist/hooks/useAuth/index.js +1 -1
- package/dist/hooks/useAuth/index.js.map +1 -1
- package/dist/hooks/useAuth/useAuth.js +2 -2
- package/dist/hooks/useAuth/useAuth.js.map +1 -1
- package/dist/hooks/useCanEditRecord/index.js +1 -1
- package/dist/hooks/useCanEditRecord/index.js.map +1 -1
- package/dist/hooks/useCanEditRecord/useCanEditRecord.js +1 -1
- package/dist/hooks/useCanEditRecord/useCanEditRecord.js.map +1 -1
- package/dist/hooks/useDebouncedValue/index.d.ts +1 -0
- package/dist/hooks/useDebouncedValue/index.js +5 -0
- package/dist/hooks/useDebouncedValue/index.js.map +1 -0
- package/dist/hooks/useDebouncedValue/useDebouncedValue.js +1 -1
- package/dist/hooks/useDebouncedValue/useDebouncedValue.js.map +1 -1
- package/dist/hooks/useExecuteSaveViewMutation/index.d.ts +1 -0
- package/dist/hooks/useExecuteSaveViewMutation/index.js +5 -0
- package/dist/hooks/useExecuteSaveViewMutation/index.js.map +1 -0
- package/dist/hooks/useExecuteSaveViewMutation/useExecuteSaveViewMutation.d.ts +6 -0
- package/dist/hooks/{useExecuteAddViewMutation/useExecuteAddViewMutation.js → useExecuteSaveViewMutation/useExecuteSaveViewMutation.js} +8 -7
- package/dist/hooks/useExecuteSaveViewMutation/useExecuteSaveViewMutation.js.map +1 -0
- package/dist/hooks/useGetLibraryDetailExtendedQuery/useGetLibraryDetailExtendedQuery.js +1 -1
- package/dist/hooks/useGetLibraryDetailExtendedQuery/useGetLibraryDetailExtendedQuery.js.map +1 -1
- package/dist/hooks/useGetPreparedFileData/useGetPreparedFileData.js +1 -1
- package/dist/hooks/useGetPreparedFileData/useGetPreparedFileData.js.map +1 -1
- package/dist/hooks/useGetRecordForm/index.js +1 -1
- package/dist/hooks/useGetRecordForm/index.js.map +1 -1
- package/dist/hooks/useGetRecordForm/useGetRecordForm.d.ts +4 -0
- package/dist/hooks/useGetRecordForm/useGetRecordForm.js.map +1 -1
- package/dist/hooks/useGetRecordUpdatesSubscription/index.js +1 -1
- package/dist/hooks/useGetRecordUpdatesSubscription/index.js.map +1 -1
- package/dist/hooks/useGetRecordUpdatesSubscription/useGetRecordUpdatesSubscription.js +1 -1
- package/dist/hooks/useGetRecordUpdatesSubscription/useGetRecordUpdatesSubscription.js.map +1 -1
- package/dist/hooks/useGetRecordValuesQuery/useGetRecordValuesQuery.d.ts +1 -1
- package/dist/hooks/useGetRecordValuesQuery/useGetRecordValuesQuery.js +3 -3
- 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 +1 -1
- package/dist/hooks/useRefreshFieldValues/useRefreshFieldValues.js.map +1 -1
- package/dist/hooks/useSharedTranslation/__mocks__/index.js +1 -1
- package/dist/hooks/useSharedTranslation/__mocks__/index.js.map +1 -1
- package/dist/hooks/useSharedTranslation/index.js +1 -1
- package/dist/hooks/useSharedTranslation/index.js.map +1 -1
- package/dist/hooks/useSharedTranslation/useSharedTranslation.js +1 -1
- package/dist/hooks/useSharedTranslation/useSharedTranslation.js.map +1 -1
- package/dist/hooks/useUser/index.js +1 -1
- package/dist/hooks/useUser/index.js.map +1 -1
- package/dist/hooks/useUser/useUser.js +1 -1
- package/dist/hooks/useUser/useUser.js.map +1 -1
- package/dist/hooks/useValuesCacheUpdate/index.js +1 -1
- package/dist/hooks/useValuesCacheUpdate/index.js.map +1 -1
- package/dist/hooks/useValuesCacheUpdate/useValuesCacheUpdate.js +1 -1
- package/dist/hooks/useValuesCacheUpdate/useValuesCacheUpdate.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/locales/en/shared.json +128 -8
- package/dist/locales/fr/shared.json +131 -11
- package/dist/testing/MockedLangContextProvider/MockedLangContextProvider.js +1 -1
- package/dist/testing/MockedLangContextProvider/MockedLangContextProvider.js.map +1 -1
- package/dist/testing/MockedLangContextProvider/index.js +1 -1
- package/dist/testing/MockedLangContextProvider/index.js.map +1 -1
- package/dist/testing/MockedUserContextProvider/MockedUserContextProvider.js +1 -1
- package/dist/testing/MockedUserContextProvider/MockedUserContextProvider.js.map +1 -1
- package/dist/testing/MockedUserContextProvider/index.js +1 -1
- package/dist/testing/MockedUserContextProvider/index.js.map +1 -1
- package/dist/testing/index.js +1 -1
- package/dist/testing/index.js.map +1 -1
- package/dist/types/index.js +1 -1
- package/dist/types/index.js.map +1 -1
- package/dist/types/views.d.ts +4 -4
- package/package.json +11 -5
- package/dist/components/LibraryItemsList/LibraryItemsListTable/EditRecordModalContext.js +0 -8
- package/dist/components/LibraryItemsList/LibraryItemsListTable/EditRecordModalContext.js.map +0 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/EditRecordModalProvider.d.ts +0 -6
- package/dist/components/LibraryItemsList/LibraryItemsListTable/EditRecordModalProvider.js.map +0 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/useEditRecordModalContext.d.ts +0 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/useEditRecordModalContext.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/EditRecordSkeleton.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/index.d.ts +0 -2
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/index.js +0 -6
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/index.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducer.d.ts +0 -138
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducer.js +0 -367
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducer.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducerContext.d.ts +0 -7
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducerContext.js +0 -9
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducerContext.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/useStandardFieldReducer.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/useStandardFieldReducer.js +0 -4
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/useStandardFieldReducer.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/useValueDetailsButton.d.ts +0 -8
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/useValueDetailsButton.js +0 -23
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/useValueDetailsButton.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.d.ts +0 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.js +0 -14
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.d.ts +0 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.js +0 -22
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.d.ts +0 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.js +0 -22
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.d.ts +0 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.js +0 -19
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.d.ts +0 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.js +0 -32
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.d.ts +0 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.js +0 -51
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.d.ts +0 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.js +0 -26
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueDisplayHandler.d.ts +0 -13
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueDisplayHandler.js +0 -76
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueDisplayHandler.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/StandardFieldValueRead.d.ts +0 -9
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/StandardFieldValueRead.js +0 -104
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/StandardFieldValueRead.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/index.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/index.js +0 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/index.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/AttributeDetails.d.ts +0 -6
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/AttributeDetails.js +0 -56
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/AttributeDetails.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/index.d.ts +0 -2
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/index.js +0 -6
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/index.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/TreeValuePath.d.ts +0 -8
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/TreeValuePath.js +0 -41
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/TreeValuePath.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/index.d.ts +0 -2
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/index.js +0 -6
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/index.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.d.ts +0 -10
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.js +0 -63
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/ValueInfo.d.ts +0 -2
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/ValueInfo.js +0 -76
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/ValueInfo.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/index.d.ts +0 -2
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/index.js +0 -6
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/index.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.d.ts +0 -10
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.js +0 -48
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/index.d.ts +0 -2
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/index.js +0 -6
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/index.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/index.d.ts +0 -2
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/index.js +0 -6
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/index.js.map +0 -1
- package/dist/hooks/useExecuteAddViewMutation/useExecuteAddViewMutation.d.ts +0 -6
- package/dist/hooks/useExecuteAddViewMutation/useExecuteAddViewMutation.js.map +0 -1
|
@@ -127,6 +127,7 @@ export declare enum AttributeFormat {
|
|
|
127
127
|
}
|
|
128
128
|
export type AttributeInput = {
|
|
129
129
|
actions_list?: InputMaybe<ActionsListConfigurationInput>;
|
|
130
|
+
character_limit?: InputMaybe<Scalars['Int']>;
|
|
130
131
|
description?: InputMaybe<Scalars['SystemTranslationOptional']>;
|
|
131
132
|
embedded_fields?: InputMaybe<Array<InputMaybe<EmbeddedAttributeInput>>>;
|
|
132
133
|
format?: InputMaybe<AttributeFormat>;
|
|
@@ -134,7 +135,6 @@ export type AttributeInput = {
|
|
|
134
135
|
label?: InputMaybe<Scalars['SystemTranslation']>;
|
|
135
136
|
linked_library?: InputMaybe<Scalars['String']>;
|
|
136
137
|
linked_tree?: InputMaybe<Scalars['String']>;
|
|
137
|
-
maxLength?: InputMaybe<Scalars['Int']>;
|
|
138
138
|
metadata_fields?: InputMaybe<Array<Scalars['String']>>;
|
|
139
139
|
multiple_values?: InputMaybe<Scalars['Boolean']>;
|
|
140
140
|
permissions_conf?: InputMaybe<TreepermissionsConfInput>;
|
|
@@ -158,14 +158,15 @@ export declare enum AttributeType {
|
|
|
158
158
|
tree = "tree"
|
|
159
159
|
}
|
|
160
160
|
export type AttributesFiltersInput = {
|
|
161
|
-
format?: InputMaybe<Array<
|
|
161
|
+
format?: InputMaybe<Array<AttributeFormat>>;
|
|
162
162
|
id?: InputMaybe<Scalars['ID']>;
|
|
163
|
+
ids?: InputMaybe<Array<Scalars['ID']>>;
|
|
163
164
|
label?: InputMaybe<Scalars['String']>;
|
|
164
|
-
libraries?: InputMaybe<Array<
|
|
165
|
-
librariesExcluded?: InputMaybe<Array<
|
|
165
|
+
libraries?: InputMaybe<Array<Scalars['String']>>;
|
|
166
|
+
librariesExcluded?: InputMaybe<Array<Scalars['String']>>;
|
|
166
167
|
multiple_values?: InputMaybe<Scalars['Boolean']>;
|
|
167
168
|
system?: InputMaybe<Scalars['Boolean']>;
|
|
168
|
-
type?: InputMaybe<Array<
|
|
169
|
+
type?: InputMaybe<Array<AttributeType>>;
|
|
169
170
|
versionable?: InputMaybe<Scalars['Boolean']>;
|
|
170
171
|
};
|
|
171
172
|
export declare enum AttributesSortableFields {
|
|
@@ -256,6 +257,7 @@ export type GlobalSettingsFileInput = {
|
|
|
256
257
|
recordId: Scalars['String'];
|
|
257
258
|
};
|
|
258
259
|
export type GlobalSettingsInput = {
|
|
260
|
+
defaultApp?: InputMaybe<Scalars['String']>;
|
|
259
261
|
favicon?: InputMaybe<GlobalSettingsFileInput>;
|
|
260
262
|
icon?: InputMaybe<GlobalSettingsFileInput>;
|
|
261
263
|
name?: InputMaybe<Scalars['String']>;
|
|
@@ -701,6 +703,7 @@ export declare enum ValueVersionMode {
|
|
|
701
703
|
}
|
|
702
704
|
export type ValuesListConfInput = {
|
|
703
705
|
allowFreeEntry?: InputMaybe<Scalars['Boolean']>;
|
|
706
|
+
allowListUpdate?: InputMaybe<Scalars['Boolean']>;
|
|
704
707
|
enable: Scalars['Boolean'];
|
|
705
708
|
values?: InputMaybe<Array<Scalars['String']>>;
|
|
706
709
|
};
|
|
@@ -724,10 +727,11 @@ export declare enum VersionProfilesSortableFields {
|
|
|
724
727
|
id = "id"
|
|
725
728
|
}
|
|
726
729
|
export type ViewDisplayInput = {
|
|
727
|
-
size
|
|
730
|
+
size?: InputMaybe<ViewSizes>;
|
|
728
731
|
type: ViewTypes;
|
|
729
732
|
};
|
|
730
733
|
export type ViewInput = {
|
|
734
|
+
attributes?: InputMaybe<Array<Scalars['String']>>;
|
|
731
735
|
color?: InputMaybe<Scalars['String']>;
|
|
732
736
|
description?: InputMaybe<Scalars['SystemTranslationOptional']>;
|
|
733
737
|
display: ViewDisplayInput;
|
|
@@ -735,15 +739,10 @@ export type ViewInput = {
|
|
|
735
739
|
id?: InputMaybe<Scalars['String']>;
|
|
736
740
|
label?: InputMaybe<Scalars['SystemTranslation']>;
|
|
737
741
|
library: Scalars['String'];
|
|
738
|
-
settings?: InputMaybe<Array<ViewSettingsInput>>;
|
|
739
742
|
shared: Scalars['Boolean'];
|
|
740
|
-
sort?: InputMaybe<RecordSortInput
|
|
743
|
+
sort?: InputMaybe<Array<RecordSortInput>>;
|
|
741
744
|
valuesVersions?: InputMaybe<Array<ViewValuesVersionInput>>;
|
|
742
745
|
};
|
|
743
|
-
export type ViewSettingsInput = {
|
|
744
|
-
name: Scalars['String'];
|
|
745
|
-
value?: InputMaybe<Scalars['Any']>;
|
|
746
|
-
};
|
|
747
746
|
export declare enum ViewSizes {
|
|
748
747
|
BIG = "BIG",
|
|
749
748
|
MEDIUM = "MEDIUM",
|
|
@@ -840,7 +839,6 @@ export type AttributeDetailsLinkAttributeFragment = {
|
|
|
840
839
|
};
|
|
841
840
|
export type AttributeDetailsStandardAttributeFragment = {
|
|
842
841
|
unique?: boolean | null;
|
|
843
|
-
maxLength?: number | null;
|
|
844
842
|
id: string;
|
|
845
843
|
type: AttributeType;
|
|
846
844
|
format?: AttributeFormat | null;
|
|
@@ -955,6 +953,11 @@ export type AttributesByLibAttributeTreeAttributeFragment = {
|
|
|
955
953
|
} | null;
|
|
956
954
|
};
|
|
957
955
|
export type AttributesByLibAttributeFragment = AttributesByLibAttributeLinkAttributeFragment | AttributesByLibAttributeStandardAttributeFragment | AttributesByLibAttributeTreeAttributeFragment;
|
|
956
|
+
export type AttributesByLibLinkAttributeFragment = {
|
|
957
|
+
linked_library?: {
|
|
958
|
+
id: string;
|
|
959
|
+
} | null;
|
|
960
|
+
};
|
|
958
961
|
export type LibraryLightFragment = {
|
|
959
962
|
id: string;
|
|
960
963
|
label?: any | null;
|
|
@@ -1159,12 +1162,12 @@ export type RecordFormElementFragment = {
|
|
|
1159
1162
|
};
|
|
1160
1163
|
} | null;
|
|
1161
1164
|
} | null> | null;
|
|
1162
|
-
attribute
|
|
1165
|
+
attribute: {
|
|
1163
1166
|
id: string;
|
|
1164
1167
|
format?: AttributeFormat | null;
|
|
1165
1168
|
type: AttributeType;
|
|
1166
1169
|
system: boolean;
|
|
1167
|
-
}
|
|
1170
|
+
};
|
|
1168
1171
|
metadata?: Array<{
|
|
1169
1172
|
name: string;
|
|
1170
1173
|
value?: {
|
|
@@ -1302,12 +1305,12 @@ export type RecordFormElementFragment = {
|
|
|
1302
1305
|
};
|
|
1303
1306
|
} | null;
|
|
1304
1307
|
} | null> | null;
|
|
1305
|
-
attribute
|
|
1308
|
+
attribute: {
|
|
1306
1309
|
id: string;
|
|
1307
1310
|
format?: AttributeFormat | null;
|
|
1308
1311
|
type: AttributeType;
|
|
1309
1312
|
system: boolean;
|
|
1310
|
-
}
|
|
1313
|
+
};
|
|
1311
1314
|
metadata?: Array<{
|
|
1312
1315
|
name: string;
|
|
1313
1316
|
value?: {
|
|
@@ -1416,12 +1419,12 @@ export type RecordFormElementFragment = {
|
|
|
1416
1419
|
};
|
|
1417
1420
|
} | null;
|
|
1418
1421
|
} | null> | null;
|
|
1419
|
-
attribute
|
|
1422
|
+
attribute: {
|
|
1420
1423
|
id: string;
|
|
1421
1424
|
format?: AttributeFormat | null;
|
|
1422
1425
|
type: AttributeType;
|
|
1423
1426
|
system: boolean;
|
|
1424
|
-
}
|
|
1427
|
+
};
|
|
1425
1428
|
metadata?: Array<{
|
|
1426
1429
|
name: string;
|
|
1427
1430
|
value?: {
|
|
@@ -1485,7 +1488,9 @@ export type RecordFormElementFragment = {
|
|
|
1485
1488
|
format?: AttributeFormat | null;
|
|
1486
1489
|
system: boolean;
|
|
1487
1490
|
readonly: boolean;
|
|
1491
|
+
required: boolean;
|
|
1488
1492
|
multiple_values: boolean;
|
|
1493
|
+
compute: boolean;
|
|
1489
1494
|
linked_library?: {
|
|
1490
1495
|
id: string;
|
|
1491
1496
|
label?: any | null;
|
|
@@ -1497,6 +1502,7 @@ export type RecordFormElementFragment = {
|
|
|
1497
1502
|
linkValuesList?: {
|
|
1498
1503
|
enable: boolean;
|
|
1499
1504
|
allowFreeEntry?: boolean | null;
|
|
1505
|
+
allowListUpdate?: boolean | null;
|
|
1500
1506
|
values?: Array<{
|
|
1501
1507
|
id: string;
|
|
1502
1508
|
whoAmI: {
|
|
@@ -1542,6 +1548,7 @@ export type RecordFormElementFragment = {
|
|
|
1542
1548
|
values_list?: {
|
|
1543
1549
|
enable: boolean;
|
|
1544
1550
|
allowFreeEntry?: boolean | null;
|
|
1551
|
+
allowListUpdate?: boolean | null;
|
|
1545
1552
|
dateRangeValues?: Array<{
|
|
1546
1553
|
from?: string | null;
|
|
1547
1554
|
to?: string | null;
|
|
@@ -1549,6 +1556,7 @@ export type RecordFormElementFragment = {
|
|
|
1549
1556
|
} | {
|
|
1550
1557
|
enable: boolean;
|
|
1551
1558
|
allowFreeEntry?: boolean | null;
|
|
1559
|
+
allowListUpdate?: boolean | null;
|
|
1552
1560
|
values?: Array<string> | null;
|
|
1553
1561
|
} | null;
|
|
1554
1562
|
metadata_fields?: Array<{
|
|
@@ -1556,6 +1564,7 @@ export type RecordFormElementFragment = {
|
|
|
1556
1564
|
}> | null;
|
|
1557
1565
|
}> | null;
|
|
1558
1566
|
} | {
|
|
1567
|
+
character_limit?: number | null;
|
|
1559
1568
|
id: string;
|
|
1560
1569
|
label?: any | null;
|
|
1561
1570
|
description?: any | null;
|
|
@@ -1563,10 +1572,13 @@ export type RecordFormElementFragment = {
|
|
|
1563
1572
|
format?: AttributeFormat | null;
|
|
1564
1573
|
system: boolean;
|
|
1565
1574
|
readonly: boolean;
|
|
1575
|
+
required: boolean;
|
|
1566
1576
|
multiple_values: boolean;
|
|
1577
|
+
compute: boolean;
|
|
1567
1578
|
values_list?: {
|
|
1568
1579
|
enable: boolean;
|
|
1569
1580
|
allowFreeEntry?: boolean | null;
|
|
1581
|
+
allowListUpdate?: boolean | null;
|
|
1570
1582
|
dateRangeValues?: Array<{
|
|
1571
1583
|
from?: string | null;
|
|
1572
1584
|
to?: string | null;
|
|
@@ -1574,6 +1586,7 @@ export type RecordFormElementFragment = {
|
|
|
1574
1586
|
} | {
|
|
1575
1587
|
enable: boolean;
|
|
1576
1588
|
allowFreeEntry?: boolean | null;
|
|
1589
|
+
allowListUpdate?: boolean | null;
|
|
1577
1590
|
values?: Array<string> | null;
|
|
1578
1591
|
} | null;
|
|
1579
1592
|
permissions: {
|
|
@@ -1606,6 +1619,7 @@ export type RecordFormElementFragment = {
|
|
|
1606
1619
|
values_list?: {
|
|
1607
1620
|
enable: boolean;
|
|
1608
1621
|
allowFreeEntry?: boolean | null;
|
|
1622
|
+
allowListUpdate?: boolean | null;
|
|
1609
1623
|
dateRangeValues?: Array<{
|
|
1610
1624
|
from?: string | null;
|
|
1611
1625
|
to?: string | null;
|
|
@@ -1613,6 +1627,7 @@ export type RecordFormElementFragment = {
|
|
|
1613
1627
|
} | {
|
|
1614
1628
|
enable: boolean;
|
|
1615
1629
|
allowFreeEntry?: boolean | null;
|
|
1630
|
+
allowListUpdate?: boolean | null;
|
|
1616
1631
|
values?: Array<string> | null;
|
|
1617
1632
|
} | null;
|
|
1618
1633
|
metadata_fields?: Array<{
|
|
@@ -1627,7 +1642,9 @@ export type RecordFormElementFragment = {
|
|
|
1627
1642
|
format?: AttributeFormat | null;
|
|
1628
1643
|
system: boolean;
|
|
1629
1644
|
readonly: boolean;
|
|
1645
|
+
required: boolean;
|
|
1630
1646
|
multiple_values: boolean;
|
|
1647
|
+
compute: boolean;
|
|
1631
1648
|
linked_tree?: {
|
|
1632
1649
|
id: string;
|
|
1633
1650
|
label?: any | null;
|
|
@@ -1635,6 +1652,7 @@ export type RecordFormElementFragment = {
|
|
|
1635
1652
|
treeValuesList?: {
|
|
1636
1653
|
enable: boolean;
|
|
1637
1654
|
allowFreeEntry?: boolean | null;
|
|
1655
|
+
allowListUpdate?: boolean | null;
|
|
1638
1656
|
values?: Array<{
|
|
1639
1657
|
id: string;
|
|
1640
1658
|
record: {
|
|
@@ -1699,6 +1717,7 @@ export type RecordFormElementFragment = {
|
|
|
1699
1717
|
values_list?: {
|
|
1700
1718
|
enable: boolean;
|
|
1701
1719
|
allowFreeEntry?: boolean | null;
|
|
1720
|
+
allowListUpdate?: boolean | null;
|
|
1702
1721
|
dateRangeValues?: Array<{
|
|
1703
1722
|
from?: string | null;
|
|
1704
1723
|
to?: string | null;
|
|
@@ -1706,6 +1725,7 @@ export type RecordFormElementFragment = {
|
|
|
1706
1725
|
} | {
|
|
1707
1726
|
enable: boolean;
|
|
1708
1727
|
allowFreeEntry?: boolean | null;
|
|
1728
|
+
allowListUpdate?: boolean | null;
|
|
1709
1729
|
values?: Array<string> | null;
|
|
1710
1730
|
} | null;
|
|
1711
1731
|
metadata_fields?: Array<{
|
|
@@ -1782,12 +1802,12 @@ export type ValueDetailsLinkValueFragment = {
|
|
|
1782
1802
|
};
|
|
1783
1803
|
} | null;
|
|
1784
1804
|
} | null> | null;
|
|
1785
|
-
attribute
|
|
1805
|
+
attribute: {
|
|
1786
1806
|
id: string;
|
|
1787
1807
|
format?: AttributeFormat | null;
|
|
1788
1808
|
type: AttributeType;
|
|
1789
1809
|
system: boolean;
|
|
1790
|
-
}
|
|
1810
|
+
};
|
|
1791
1811
|
metadata?: Array<{
|
|
1792
1812
|
name: string;
|
|
1793
1813
|
value?: {
|
|
@@ -1926,12 +1946,12 @@ export type ValueDetailsTreeValueFragment = {
|
|
|
1926
1946
|
};
|
|
1927
1947
|
} | null;
|
|
1928
1948
|
} | null> | null;
|
|
1929
|
-
attribute
|
|
1949
|
+
attribute: {
|
|
1930
1950
|
id: string;
|
|
1931
1951
|
format?: AttributeFormat | null;
|
|
1932
1952
|
type: AttributeType;
|
|
1933
1953
|
system: boolean;
|
|
1934
|
-
}
|
|
1954
|
+
};
|
|
1935
1955
|
metadata?: Array<{
|
|
1936
1956
|
name: string;
|
|
1937
1957
|
value?: {
|
|
@@ -2041,12 +2061,12 @@ export type ValueDetailsValueFragment = {
|
|
|
2041
2061
|
};
|
|
2042
2062
|
} | null;
|
|
2043
2063
|
} | null> | null;
|
|
2044
|
-
attribute
|
|
2064
|
+
attribute: {
|
|
2045
2065
|
id: string;
|
|
2046
2066
|
format?: AttributeFormat | null;
|
|
2047
2067
|
type: AttributeType;
|
|
2048
2068
|
system: boolean;
|
|
2049
|
-
}
|
|
2069
|
+
};
|
|
2050
2070
|
metadata?: Array<{
|
|
2051
2071
|
name: string;
|
|
2052
2072
|
value?: {
|
|
@@ -2127,7 +2147,9 @@ export type RecordFormAttributeLinkAttributeFragment = {
|
|
|
2127
2147
|
format?: AttributeFormat | null;
|
|
2128
2148
|
system: boolean;
|
|
2129
2149
|
readonly: boolean;
|
|
2150
|
+
required: boolean;
|
|
2130
2151
|
multiple_values: boolean;
|
|
2152
|
+
compute: boolean;
|
|
2131
2153
|
linked_library?: {
|
|
2132
2154
|
id: string;
|
|
2133
2155
|
label?: any | null;
|
|
@@ -2139,6 +2161,7 @@ export type RecordFormAttributeLinkAttributeFragment = {
|
|
|
2139
2161
|
linkValuesList?: {
|
|
2140
2162
|
enable: boolean;
|
|
2141
2163
|
allowFreeEntry?: boolean | null;
|
|
2164
|
+
allowListUpdate?: boolean | null;
|
|
2142
2165
|
values?: Array<{
|
|
2143
2166
|
id: string;
|
|
2144
2167
|
whoAmI: {
|
|
@@ -2184,6 +2207,7 @@ export type RecordFormAttributeLinkAttributeFragment = {
|
|
|
2184
2207
|
values_list?: {
|
|
2185
2208
|
enable: boolean;
|
|
2186
2209
|
allowFreeEntry?: boolean | null;
|
|
2210
|
+
allowListUpdate?: boolean | null;
|
|
2187
2211
|
dateRangeValues?: Array<{
|
|
2188
2212
|
from?: string | null;
|
|
2189
2213
|
to?: string | null;
|
|
@@ -2191,6 +2215,7 @@ export type RecordFormAttributeLinkAttributeFragment = {
|
|
|
2191
2215
|
} | {
|
|
2192
2216
|
enable: boolean;
|
|
2193
2217
|
allowFreeEntry?: boolean | null;
|
|
2218
|
+
allowListUpdate?: boolean | null;
|
|
2194
2219
|
values?: Array<string> | null;
|
|
2195
2220
|
} | null;
|
|
2196
2221
|
metadata_fields?: Array<{
|
|
@@ -2199,6 +2224,7 @@ export type RecordFormAttributeLinkAttributeFragment = {
|
|
|
2199
2224
|
}> | null;
|
|
2200
2225
|
};
|
|
2201
2226
|
export type RecordFormAttributeStandardAttributeFragment = {
|
|
2227
|
+
character_limit?: number | null;
|
|
2202
2228
|
id: string;
|
|
2203
2229
|
label?: any | null;
|
|
2204
2230
|
description?: any | null;
|
|
@@ -2206,10 +2232,13 @@ export type RecordFormAttributeStandardAttributeFragment = {
|
|
|
2206
2232
|
format?: AttributeFormat | null;
|
|
2207
2233
|
system: boolean;
|
|
2208
2234
|
readonly: boolean;
|
|
2235
|
+
required: boolean;
|
|
2209
2236
|
multiple_values: boolean;
|
|
2237
|
+
compute: boolean;
|
|
2210
2238
|
values_list?: {
|
|
2211
2239
|
enable: boolean;
|
|
2212
2240
|
allowFreeEntry?: boolean | null;
|
|
2241
|
+
allowListUpdate?: boolean | null;
|
|
2213
2242
|
dateRangeValues?: Array<{
|
|
2214
2243
|
from?: string | null;
|
|
2215
2244
|
to?: string | null;
|
|
@@ -2217,6 +2246,7 @@ export type RecordFormAttributeStandardAttributeFragment = {
|
|
|
2217
2246
|
} | {
|
|
2218
2247
|
enable: boolean;
|
|
2219
2248
|
allowFreeEntry?: boolean | null;
|
|
2249
|
+
allowListUpdate?: boolean | null;
|
|
2220
2250
|
values?: Array<string> | null;
|
|
2221
2251
|
} | null;
|
|
2222
2252
|
permissions: {
|
|
@@ -2249,6 +2279,7 @@ export type RecordFormAttributeStandardAttributeFragment = {
|
|
|
2249
2279
|
values_list?: {
|
|
2250
2280
|
enable: boolean;
|
|
2251
2281
|
allowFreeEntry?: boolean | null;
|
|
2282
|
+
allowListUpdate?: boolean | null;
|
|
2252
2283
|
dateRangeValues?: Array<{
|
|
2253
2284
|
from?: string | null;
|
|
2254
2285
|
to?: string | null;
|
|
@@ -2256,6 +2287,7 @@ export type RecordFormAttributeStandardAttributeFragment = {
|
|
|
2256
2287
|
} | {
|
|
2257
2288
|
enable: boolean;
|
|
2258
2289
|
allowFreeEntry?: boolean | null;
|
|
2290
|
+
allowListUpdate?: boolean | null;
|
|
2259
2291
|
values?: Array<string> | null;
|
|
2260
2292
|
} | null;
|
|
2261
2293
|
metadata_fields?: Array<{
|
|
@@ -2271,7 +2303,9 @@ export type RecordFormAttributeTreeAttributeFragment = {
|
|
|
2271
2303
|
format?: AttributeFormat | null;
|
|
2272
2304
|
system: boolean;
|
|
2273
2305
|
readonly: boolean;
|
|
2306
|
+
required: boolean;
|
|
2274
2307
|
multiple_values: boolean;
|
|
2308
|
+
compute: boolean;
|
|
2275
2309
|
linked_tree?: {
|
|
2276
2310
|
id: string;
|
|
2277
2311
|
label?: any | null;
|
|
@@ -2279,6 +2313,7 @@ export type RecordFormAttributeTreeAttributeFragment = {
|
|
|
2279
2313
|
treeValuesList?: {
|
|
2280
2314
|
enable: boolean;
|
|
2281
2315
|
allowFreeEntry?: boolean | null;
|
|
2316
|
+
allowListUpdate?: boolean | null;
|
|
2282
2317
|
values?: Array<{
|
|
2283
2318
|
id: string;
|
|
2284
2319
|
record: {
|
|
@@ -2343,6 +2378,7 @@ export type RecordFormAttributeTreeAttributeFragment = {
|
|
|
2343
2378
|
values_list?: {
|
|
2344
2379
|
enable: boolean;
|
|
2345
2380
|
allowFreeEntry?: boolean | null;
|
|
2381
|
+
allowListUpdate?: boolean | null;
|
|
2346
2382
|
dateRangeValues?: Array<{
|
|
2347
2383
|
from?: string | null;
|
|
2348
2384
|
to?: string | null;
|
|
@@ -2350,6 +2386,7 @@ export type RecordFormAttributeTreeAttributeFragment = {
|
|
|
2350
2386
|
} | {
|
|
2351
2387
|
enable: boolean;
|
|
2352
2388
|
allowFreeEntry?: boolean | null;
|
|
2389
|
+
allowListUpdate?: boolean | null;
|
|
2353
2390
|
values?: Array<string> | null;
|
|
2354
2391
|
} | null;
|
|
2355
2392
|
metadata_fields?: Array<{
|
|
@@ -2361,6 +2398,7 @@ export type RecordFormAttributeFragment = RecordFormAttributeLinkAttributeFragme
|
|
|
2361
2398
|
export type StandardValuesListFragmentStandardDateRangeValuesListConfFragment = {
|
|
2362
2399
|
enable: boolean;
|
|
2363
2400
|
allowFreeEntry?: boolean | null;
|
|
2401
|
+
allowListUpdate?: boolean | null;
|
|
2364
2402
|
dateRangeValues?: Array<{
|
|
2365
2403
|
from?: string | null;
|
|
2366
2404
|
to?: string | null;
|
|
@@ -2369,6 +2407,7 @@ export type StandardValuesListFragmentStandardDateRangeValuesListConfFragment =
|
|
|
2369
2407
|
export type StandardValuesListFragmentStandardStringValuesListConfFragment = {
|
|
2370
2408
|
enable: boolean;
|
|
2371
2409
|
allowFreeEntry?: boolean | null;
|
|
2410
|
+
allowListUpdate?: boolean | null;
|
|
2372
2411
|
values?: Array<string> | null;
|
|
2373
2412
|
};
|
|
2374
2413
|
export type StandardValuesListFragmentFragment = StandardValuesListFragmentStandardDateRangeValuesListConfFragment | StandardValuesListFragmentStandardStringValuesListConfFragment;
|
|
@@ -2448,7 +2487,7 @@ export type ViewDetailsFragment = {
|
|
|
2448
2487
|
description?: any | null;
|
|
2449
2488
|
color?: string | null;
|
|
2450
2489
|
display: {
|
|
2451
|
-
size
|
|
2490
|
+
size?: ViewSizes | null;
|
|
2452
2491
|
type: ViewTypes;
|
|
2453
2492
|
};
|
|
2454
2493
|
created_by: {
|
|
@@ -2471,10 +2510,10 @@ export type ViewDetailsFragment = {
|
|
|
2471
2510
|
label?: any | null;
|
|
2472
2511
|
} | null;
|
|
2473
2512
|
}> | null;
|
|
2474
|
-
sort?: {
|
|
2513
|
+
sort?: Array<{
|
|
2475
2514
|
field: string;
|
|
2476
2515
|
order: SortOrder;
|
|
2477
|
-
} | null;
|
|
2516
|
+
}> | null;
|
|
2478
2517
|
valuesVersions?: Array<{
|
|
2479
2518
|
treeId: string;
|
|
2480
2519
|
treeNode: {
|
|
@@ -2495,11 +2534,179 @@ export type ViewDetailsFragment = {
|
|
|
2495
2534
|
};
|
|
2496
2535
|
};
|
|
2497
2536
|
}> | null;
|
|
2498
|
-
|
|
2499
|
-
|
|
2500
|
-
value?: any | null;
|
|
2537
|
+
attributes?: Array<{
|
|
2538
|
+
id: string;
|
|
2501
2539
|
}> | null;
|
|
2502
2540
|
};
|
|
2541
|
+
export type ViewDetailsFilterFragment = {
|
|
2542
|
+
field?: string | null;
|
|
2543
|
+
value?: string | null;
|
|
2544
|
+
condition?: RecordFilterCondition | null;
|
|
2545
|
+
operator?: RecordFilterOperator | null;
|
|
2546
|
+
tree?: {
|
|
2547
|
+
id: string;
|
|
2548
|
+
label?: any | null;
|
|
2549
|
+
} | null;
|
|
2550
|
+
};
|
|
2551
|
+
export type LinkAttributeDetailsFragment = {
|
|
2552
|
+
label?: any | null;
|
|
2553
|
+
linked_library?: {
|
|
2554
|
+
id: string;
|
|
2555
|
+
label?: any | null;
|
|
2556
|
+
} | null;
|
|
2557
|
+
};
|
|
2558
|
+
export type AttributePropertiesFragment = {
|
|
2559
|
+
id: string;
|
|
2560
|
+
label?: any | null;
|
|
2561
|
+
type: AttributeType;
|
|
2562
|
+
format?: AttributeFormat | null;
|
|
2563
|
+
multiple_values: boolean;
|
|
2564
|
+
};
|
|
2565
|
+
export type PropertyValueLinkValueFragment = {
|
|
2566
|
+
linkPayload?: {
|
|
2567
|
+
id: string;
|
|
2568
|
+
whoAmI: {
|
|
2569
|
+
id: string;
|
|
2570
|
+
label?: string | null;
|
|
2571
|
+
subLabel?: string | null;
|
|
2572
|
+
color?: string | null;
|
|
2573
|
+
preview?: IPreviewScalar | null;
|
|
2574
|
+
library: {
|
|
2575
|
+
id: string;
|
|
2576
|
+
label?: any | null;
|
|
2577
|
+
};
|
|
2578
|
+
};
|
|
2579
|
+
} | null;
|
|
2580
|
+
};
|
|
2581
|
+
export type PropertyValueTreeValueFragment = {
|
|
2582
|
+
treePayload?: {
|
|
2583
|
+
record: {
|
|
2584
|
+
id: string;
|
|
2585
|
+
whoAmI: {
|
|
2586
|
+
id: string;
|
|
2587
|
+
label?: string | null;
|
|
2588
|
+
subLabel?: string | null;
|
|
2589
|
+
color?: string | null;
|
|
2590
|
+
preview?: IPreviewScalar | null;
|
|
2591
|
+
library: {
|
|
2592
|
+
id: string;
|
|
2593
|
+
label?: any | null;
|
|
2594
|
+
};
|
|
2595
|
+
};
|
|
2596
|
+
};
|
|
2597
|
+
} | null;
|
|
2598
|
+
};
|
|
2599
|
+
export type PropertyValueValueFragment = {
|
|
2600
|
+
valuePayload?: any | null;
|
|
2601
|
+
valueRawPayload?: any | null;
|
|
2602
|
+
};
|
|
2603
|
+
export type PropertyValueFragment = PropertyValueLinkValueFragment | PropertyValueTreeValueFragment | PropertyValueValueFragment;
|
|
2604
|
+
export type LinkPropertyLinkValueFragment = {
|
|
2605
|
+
id_value?: string | null;
|
|
2606
|
+
payload?: {
|
|
2607
|
+
id: string;
|
|
2608
|
+
properties: Array<{
|
|
2609
|
+
attributeId: string;
|
|
2610
|
+
attributeProperties: {
|
|
2611
|
+
id: string;
|
|
2612
|
+
label?: any | null;
|
|
2613
|
+
type: AttributeType;
|
|
2614
|
+
format?: AttributeFormat | null;
|
|
2615
|
+
multiple_values: boolean;
|
|
2616
|
+
};
|
|
2617
|
+
values: Array<{
|
|
2618
|
+
linkPayload?: {
|
|
2619
|
+
id: string;
|
|
2620
|
+
whoAmI: {
|
|
2621
|
+
id: string;
|
|
2622
|
+
label?: string | null;
|
|
2623
|
+
subLabel?: string | null;
|
|
2624
|
+
color?: string | null;
|
|
2625
|
+
preview?: IPreviewScalar | null;
|
|
2626
|
+
library: {
|
|
2627
|
+
id: string;
|
|
2628
|
+
label?: any | null;
|
|
2629
|
+
};
|
|
2630
|
+
};
|
|
2631
|
+
} | null;
|
|
2632
|
+
} | {
|
|
2633
|
+
treePayload?: {
|
|
2634
|
+
record: {
|
|
2635
|
+
id: string;
|
|
2636
|
+
whoAmI: {
|
|
2637
|
+
id: string;
|
|
2638
|
+
label?: string | null;
|
|
2639
|
+
subLabel?: string | null;
|
|
2640
|
+
color?: string | null;
|
|
2641
|
+
preview?: IPreviewScalar | null;
|
|
2642
|
+
library: {
|
|
2643
|
+
id: string;
|
|
2644
|
+
label?: any | null;
|
|
2645
|
+
};
|
|
2646
|
+
};
|
|
2647
|
+
};
|
|
2648
|
+
} | null;
|
|
2649
|
+
} | {
|
|
2650
|
+
valuePayload?: any | null;
|
|
2651
|
+
valueRawPayload?: any | null;
|
|
2652
|
+
}>;
|
|
2653
|
+
}>;
|
|
2654
|
+
whoAmI: {
|
|
2655
|
+
id: string;
|
|
2656
|
+
label?: string | null;
|
|
2657
|
+
subLabel?: string | null;
|
|
2658
|
+
color?: string | null;
|
|
2659
|
+
preview?: IPreviewScalar | null;
|
|
2660
|
+
library: {
|
|
2661
|
+
id: string;
|
|
2662
|
+
label?: any | null;
|
|
2663
|
+
};
|
|
2664
|
+
};
|
|
2665
|
+
} | null;
|
|
2666
|
+
};
|
|
2667
|
+
export type LinkPropertyTreeValueValueFragment = {
|
|
2668
|
+
id_value?: string | null;
|
|
2669
|
+
};
|
|
2670
|
+
export type LinkPropertyFragment = LinkPropertyLinkValueFragment | LinkPropertyTreeValueValueFragment;
|
|
2671
|
+
export type LibraryAttributeLinkAttributeFragment = {
|
|
2672
|
+
id: string;
|
|
2673
|
+
type: AttributeType;
|
|
2674
|
+
label?: any | null;
|
|
2675
|
+
linked_library?: {
|
|
2676
|
+
id: string;
|
|
2677
|
+
label?: any | null;
|
|
2678
|
+
attributes?: Array<{
|
|
2679
|
+
id: string;
|
|
2680
|
+
type: AttributeType;
|
|
2681
|
+
format?: AttributeFormat | null;
|
|
2682
|
+
label?: any | null;
|
|
2683
|
+
}> | null;
|
|
2684
|
+
} | null;
|
|
2685
|
+
};
|
|
2686
|
+
export type LibraryAttributeStandardAttributeFragment = {
|
|
2687
|
+
format?: AttributeFormat | null;
|
|
2688
|
+
id: string;
|
|
2689
|
+
type: AttributeType;
|
|
2690
|
+
label?: any | null;
|
|
2691
|
+
};
|
|
2692
|
+
export type LibraryAttributeTreeAttributeFragment = {
|
|
2693
|
+
id: string;
|
|
2694
|
+
type: AttributeType;
|
|
2695
|
+
label?: any | null;
|
|
2696
|
+
};
|
|
2697
|
+
export type LibraryAttributeFragment = LibraryAttributeLinkAttributeFragment | LibraryAttributeStandardAttributeFragment | LibraryAttributeTreeAttributeFragment;
|
|
2698
|
+
export type LibraryAttributeLinkFragment = {
|
|
2699
|
+
linked_library?: {
|
|
2700
|
+
id: string;
|
|
2701
|
+
label?: any | null;
|
|
2702
|
+
attributes?: Array<{
|
|
2703
|
+
id: string;
|
|
2704
|
+
type: AttributeType;
|
|
2705
|
+
format?: AttributeFormat | null;
|
|
2706
|
+
label?: any | null;
|
|
2707
|
+
}> | null;
|
|
2708
|
+
} | null;
|
|
2709
|
+
};
|
|
2503
2710
|
export type CheckApplicationExistenceQueryVariables = Exact<{
|
|
2504
2711
|
id?: InputMaybe<Scalars['ID']>;
|
|
2505
2712
|
endpoint?: InputMaybe<Scalars['String']>;
|
|
@@ -2648,7 +2855,6 @@ export type GetAttributeByIdQuery = {
|
|
|
2648
2855
|
}> | null;
|
|
2649
2856
|
} | {
|
|
2650
2857
|
unique?: boolean | null;
|
|
2651
|
-
maxLength?: number | null;
|
|
2652
2858
|
id: string;
|
|
2653
2859
|
type: AttributeType;
|
|
2654
2860
|
format?: AttributeFormat | null;
|
|
@@ -2858,7 +3064,6 @@ export type SaveAttributeMutation = {
|
|
|
2858
3064
|
}> | null;
|
|
2859
3065
|
} | {
|
|
2860
3066
|
unique?: boolean | null;
|
|
2861
|
-
maxLength?: number | null;
|
|
2862
3067
|
id: string;
|
|
2863
3068
|
type: AttributeType;
|
|
2864
3069
|
format?: AttributeFormat | null;
|
|
@@ -3372,11 +3577,10 @@ export type CreateRecordMutation = {
|
|
|
3372
3577
|
};
|
|
3373
3578
|
} | null;
|
|
3374
3579
|
valuesErrors?: Array<{
|
|
3375
|
-
attributeId: string;
|
|
3376
|
-
id_value?: string | null;
|
|
3377
|
-
input?: string | null;
|
|
3378
|
-
message?: string | null;
|
|
3379
3580
|
type: string;
|
|
3581
|
+
attribute: string;
|
|
3582
|
+
input?: string | null;
|
|
3583
|
+
message: string;
|
|
3380
3584
|
}> | null;
|
|
3381
3585
|
};
|
|
3382
3586
|
};
|
|
@@ -3568,12 +3772,12 @@ export type RecordFormQuery = {
|
|
|
3568
3772
|
};
|
|
3569
3773
|
} | null;
|
|
3570
3774
|
} | null> | null;
|
|
3571
|
-
attribute
|
|
3775
|
+
attribute: {
|
|
3572
3776
|
id: string;
|
|
3573
3777
|
format?: AttributeFormat | null;
|
|
3574
3778
|
type: AttributeType;
|
|
3575
3779
|
system: boolean;
|
|
3576
|
-
}
|
|
3780
|
+
};
|
|
3577
3781
|
metadata?: Array<{
|
|
3578
3782
|
name: string;
|
|
3579
3783
|
value?: {
|
|
@@ -3711,12 +3915,12 @@ export type RecordFormQuery = {
|
|
|
3711
3915
|
};
|
|
3712
3916
|
} | null;
|
|
3713
3917
|
} | null> | null;
|
|
3714
|
-
attribute
|
|
3918
|
+
attribute: {
|
|
3715
3919
|
id: string;
|
|
3716
3920
|
format?: AttributeFormat | null;
|
|
3717
3921
|
type: AttributeType;
|
|
3718
3922
|
system: boolean;
|
|
3719
|
-
}
|
|
3923
|
+
};
|
|
3720
3924
|
metadata?: Array<{
|
|
3721
3925
|
name: string;
|
|
3722
3926
|
value?: {
|
|
@@ -3825,12 +4029,12 @@ export type RecordFormQuery = {
|
|
|
3825
4029
|
};
|
|
3826
4030
|
} | null;
|
|
3827
4031
|
} | null> | null;
|
|
3828
|
-
attribute
|
|
4032
|
+
attribute: {
|
|
3829
4033
|
id: string;
|
|
3830
4034
|
format?: AttributeFormat | null;
|
|
3831
4035
|
type: AttributeType;
|
|
3832
4036
|
system: boolean;
|
|
3833
|
-
}
|
|
4037
|
+
};
|
|
3834
4038
|
metadata?: Array<{
|
|
3835
4039
|
name: string;
|
|
3836
4040
|
value?: {
|
|
@@ -3894,7 +4098,9 @@ export type RecordFormQuery = {
|
|
|
3894
4098
|
format?: AttributeFormat | null;
|
|
3895
4099
|
system: boolean;
|
|
3896
4100
|
readonly: boolean;
|
|
4101
|
+
required: boolean;
|
|
3897
4102
|
multiple_values: boolean;
|
|
4103
|
+
compute: boolean;
|
|
3898
4104
|
linked_library?: {
|
|
3899
4105
|
id: string;
|
|
3900
4106
|
label?: any | null;
|
|
@@ -3906,6 +4112,7 @@ export type RecordFormQuery = {
|
|
|
3906
4112
|
linkValuesList?: {
|
|
3907
4113
|
enable: boolean;
|
|
3908
4114
|
allowFreeEntry?: boolean | null;
|
|
4115
|
+
allowListUpdate?: boolean | null;
|
|
3909
4116
|
values?: Array<{
|
|
3910
4117
|
id: string;
|
|
3911
4118
|
whoAmI: {
|
|
@@ -3951,6 +4158,7 @@ export type RecordFormQuery = {
|
|
|
3951
4158
|
values_list?: {
|
|
3952
4159
|
enable: boolean;
|
|
3953
4160
|
allowFreeEntry?: boolean | null;
|
|
4161
|
+
allowListUpdate?: boolean | null;
|
|
3954
4162
|
dateRangeValues?: Array<{
|
|
3955
4163
|
from?: string | null;
|
|
3956
4164
|
to?: string | null;
|
|
@@ -3958,6 +4166,7 @@ export type RecordFormQuery = {
|
|
|
3958
4166
|
} | {
|
|
3959
4167
|
enable: boolean;
|
|
3960
4168
|
allowFreeEntry?: boolean | null;
|
|
4169
|
+
allowListUpdate?: boolean | null;
|
|
3961
4170
|
values?: Array<string> | null;
|
|
3962
4171
|
} | null;
|
|
3963
4172
|
metadata_fields?: Array<{
|
|
@@ -3965,6 +4174,7 @@ export type RecordFormQuery = {
|
|
|
3965
4174
|
}> | null;
|
|
3966
4175
|
}> | null;
|
|
3967
4176
|
} | {
|
|
4177
|
+
character_limit?: number | null;
|
|
3968
4178
|
id: string;
|
|
3969
4179
|
label?: any | null;
|
|
3970
4180
|
description?: any | null;
|
|
@@ -3972,10 +4182,13 @@ export type RecordFormQuery = {
|
|
|
3972
4182
|
format?: AttributeFormat | null;
|
|
3973
4183
|
system: boolean;
|
|
3974
4184
|
readonly: boolean;
|
|
4185
|
+
required: boolean;
|
|
3975
4186
|
multiple_values: boolean;
|
|
4187
|
+
compute: boolean;
|
|
3976
4188
|
values_list?: {
|
|
3977
4189
|
enable: boolean;
|
|
3978
4190
|
allowFreeEntry?: boolean | null;
|
|
4191
|
+
allowListUpdate?: boolean | null;
|
|
3979
4192
|
dateRangeValues?: Array<{
|
|
3980
4193
|
from?: string | null;
|
|
3981
4194
|
to?: string | null;
|
|
@@ -3983,6 +4196,7 @@ export type RecordFormQuery = {
|
|
|
3983
4196
|
} | {
|
|
3984
4197
|
enable: boolean;
|
|
3985
4198
|
allowFreeEntry?: boolean | null;
|
|
4199
|
+
allowListUpdate?: boolean | null;
|
|
3986
4200
|
values?: Array<string> | null;
|
|
3987
4201
|
} | null;
|
|
3988
4202
|
permissions: {
|
|
@@ -4015,6 +4229,7 @@ export type RecordFormQuery = {
|
|
|
4015
4229
|
values_list?: {
|
|
4016
4230
|
enable: boolean;
|
|
4017
4231
|
allowFreeEntry?: boolean | null;
|
|
4232
|
+
allowListUpdate?: boolean | null;
|
|
4018
4233
|
dateRangeValues?: Array<{
|
|
4019
4234
|
from?: string | null;
|
|
4020
4235
|
to?: string | null;
|
|
@@ -4022,6 +4237,7 @@ export type RecordFormQuery = {
|
|
|
4022
4237
|
} | {
|
|
4023
4238
|
enable: boolean;
|
|
4024
4239
|
allowFreeEntry?: boolean | null;
|
|
4240
|
+
allowListUpdate?: boolean | null;
|
|
4025
4241
|
values?: Array<string> | null;
|
|
4026
4242
|
} | null;
|
|
4027
4243
|
metadata_fields?: Array<{
|
|
@@ -4036,7 +4252,9 @@ export type RecordFormQuery = {
|
|
|
4036
4252
|
format?: AttributeFormat | null;
|
|
4037
4253
|
system: boolean;
|
|
4038
4254
|
readonly: boolean;
|
|
4255
|
+
required: boolean;
|
|
4039
4256
|
multiple_values: boolean;
|
|
4257
|
+
compute: boolean;
|
|
4040
4258
|
linked_tree?: {
|
|
4041
4259
|
id: string;
|
|
4042
4260
|
label?: any | null;
|
|
@@ -4044,6 +4262,7 @@ export type RecordFormQuery = {
|
|
|
4044
4262
|
treeValuesList?: {
|
|
4045
4263
|
enable: boolean;
|
|
4046
4264
|
allowFreeEntry?: boolean | null;
|
|
4265
|
+
allowListUpdate?: boolean | null;
|
|
4047
4266
|
values?: Array<{
|
|
4048
4267
|
id: string;
|
|
4049
4268
|
record: {
|
|
@@ -4108,6 +4327,7 @@ export type RecordFormQuery = {
|
|
|
4108
4327
|
values_list?: {
|
|
4109
4328
|
enable: boolean;
|
|
4110
4329
|
allowFreeEntry?: boolean | null;
|
|
4330
|
+
allowListUpdate?: boolean | null;
|
|
4111
4331
|
dateRangeValues?: Array<{
|
|
4112
4332
|
from?: string | null;
|
|
4113
4333
|
to?: string | null;
|
|
@@ -4115,6 +4335,7 @@ export type RecordFormQuery = {
|
|
|
4115
4335
|
} | {
|
|
4116
4336
|
enable: boolean;
|
|
4117
4337
|
allowFreeEntry?: boolean | null;
|
|
4338
|
+
allowListUpdate?: boolean | null;
|
|
4118
4339
|
values?: Array<string> | null;
|
|
4119
4340
|
} | null;
|
|
4120
4341
|
metadata_fields?: Array<{
|
|
@@ -4230,12 +4451,12 @@ export type RecordUpdateSubscription = {
|
|
|
4230
4451
|
};
|
|
4231
4452
|
} | null;
|
|
4232
4453
|
} | null> | null;
|
|
4233
|
-
attribute
|
|
4454
|
+
attribute: {
|
|
4234
4455
|
id: string;
|
|
4235
4456
|
format?: AttributeFormat | null;
|
|
4236
4457
|
type: AttributeType;
|
|
4237
4458
|
system: boolean;
|
|
4238
|
-
}
|
|
4459
|
+
};
|
|
4239
4460
|
metadata?: Array<{
|
|
4240
4461
|
name: string;
|
|
4241
4462
|
value?: {
|
|
@@ -4373,12 +4594,12 @@ export type RecordUpdateSubscription = {
|
|
|
4373
4594
|
};
|
|
4374
4595
|
} | null;
|
|
4375
4596
|
} | null> | null;
|
|
4376
|
-
attribute
|
|
4597
|
+
attribute: {
|
|
4377
4598
|
id: string;
|
|
4378
4599
|
format?: AttributeFormat | null;
|
|
4379
4600
|
type: AttributeType;
|
|
4380
4601
|
system: boolean;
|
|
4381
|
-
}
|
|
4602
|
+
};
|
|
4382
4603
|
metadata?: Array<{
|
|
4383
4604
|
name: string;
|
|
4384
4605
|
value?: {
|
|
@@ -4487,12 +4708,12 @@ export type RecordUpdateSubscription = {
|
|
|
4487
4708
|
};
|
|
4488
4709
|
} | null;
|
|
4489
4710
|
} | null> | null;
|
|
4490
|
-
attribute
|
|
4711
|
+
attribute: {
|
|
4491
4712
|
id: string;
|
|
4492
4713
|
format?: AttributeFormat | null;
|
|
4493
4714
|
type: AttributeType;
|
|
4494
4715
|
system: boolean;
|
|
4495
|
-
}
|
|
4716
|
+
};
|
|
4496
4717
|
metadata?: Array<{
|
|
4497
4718
|
name: string;
|
|
4498
4719
|
value?: {
|
|
@@ -4814,12 +5035,12 @@ export type DeleteValueMutation = {
|
|
|
4814
5035
|
};
|
|
4815
5036
|
} | null;
|
|
4816
5037
|
} | null> | null;
|
|
4817
|
-
attribute
|
|
5038
|
+
attribute: {
|
|
4818
5039
|
id: string;
|
|
4819
5040
|
format?: AttributeFormat | null;
|
|
4820
5041
|
type: AttributeType;
|
|
4821
5042
|
system: boolean;
|
|
4822
|
-
}
|
|
5043
|
+
};
|
|
4823
5044
|
metadata?: Array<{
|
|
4824
5045
|
name: string;
|
|
4825
5046
|
value?: {
|
|
@@ -4957,12 +5178,12 @@ export type DeleteValueMutation = {
|
|
|
4957
5178
|
};
|
|
4958
5179
|
} | null;
|
|
4959
5180
|
} | null> | null;
|
|
4960
|
-
attribute
|
|
5181
|
+
attribute: {
|
|
4961
5182
|
id: string;
|
|
4962
5183
|
format?: AttributeFormat | null;
|
|
4963
5184
|
type: AttributeType;
|
|
4964
5185
|
system: boolean;
|
|
4965
|
-
}
|
|
5186
|
+
};
|
|
4966
5187
|
metadata?: Array<{
|
|
4967
5188
|
name: string;
|
|
4968
5189
|
value?: {
|
|
@@ -5071,12 +5292,12 @@ export type DeleteValueMutation = {
|
|
|
5071
5292
|
};
|
|
5072
5293
|
} | null;
|
|
5073
5294
|
} | null> | null;
|
|
5074
|
-
attribute
|
|
5295
|
+
attribute: {
|
|
5075
5296
|
id: string;
|
|
5076
5297
|
format?: AttributeFormat | null;
|
|
5077
5298
|
type: AttributeType;
|
|
5078
5299
|
system: boolean;
|
|
5079
|
-
}
|
|
5300
|
+
};
|
|
5080
5301
|
metadata?: Array<{
|
|
5081
5302
|
name: string;
|
|
5082
5303
|
value?: {
|
|
@@ -5133,52 +5354,174 @@ export type DeleteValueMutation = {
|
|
|
5133
5354
|
} | null> | null;
|
|
5134
5355
|
}>;
|
|
5135
5356
|
};
|
|
5136
|
-
export type
|
|
5357
|
+
export type RunActionsListAndFormatOnValueQueryVariables = Exact<{
|
|
5137
5358
|
library: Scalars['ID'];
|
|
5138
|
-
|
|
5139
|
-
version?: InputMaybe<Array<ValueVersionInput
|
|
5140
|
-
values: Array<ValueBatchInput> | ValueBatchInput;
|
|
5141
|
-
deleteEmpty?: InputMaybe<Scalars['Boolean']>;
|
|
5359
|
+
value?: InputMaybe<ValueBatchInput>;
|
|
5360
|
+
version?: InputMaybe<Array<InputMaybe<ValueVersionInput>> | InputMaybe<ValueVersionInput>>;
|
|
5142
5361
|
}>;
|
|
5143
|
-
export type
|
|
5144
|
-
|
|
5145
|
-
|
|
5146
|
-
|
|
5147
|
-
|
|
5148
|
-
|
|
5149
|
-
|
|
5150
|
-
|
|
5151
|
-
|
|
5362
|
+
export type RunActionsListAndFormatOnValueQuery = {
|
|
5363
|
+
runActionsListAndFormatOnValue: Array<{
|
|
5364
|
+
id_value?: string | null;
|
|
5365
|
+
isInherited?: boolean | null;
|
|
5366
|
+
isCalculated?: boolean | null;
|
|
5367
|
+
modified_at?: number | null;
|
|
5368
|
+
created_at?: number | null;
|
|
5369
|
+
payload?: any | null;
|
|
5370
|
+
raw_payload?: any | null;
|
|
5371
|
+
value?: any | null;
|
|
5372
|
+
raw_value?: any | null;
|
|
5373
|
+
modified_by?: {
|
|
5374
|
+
id: string;
|
|
5375
|
+
whoAmI: {
|
|
5152
5376
|
id: string;
|
|
5153
|
-
|
|
5377
|
+
label?: string | null;
|
|
5378
|
+
subLabel?: string | null;
|
|
5379
|
+
color?: string | null;
|
|
5380
|
+
preview?: IPreviewScalar | null;
|
|
5381
|
+
library: {
|
|
5154
5382
|
id: string;
|
|
5155
|
-
label?:
|
|
5156
|
-
subLabel?: string | null;
|
|
5157
|
-
color?: string | null;
|
|
5158
|
-
preview?: IPreviewScalar | null;
|
|
5159
|
-
library: {
|
|
5160
|
-
id: string;
|
|
5161
|
-
label?: any | null;
|
|
5162
|
-
};
|
|
5383
|
+
label?: any | null;
|
|
5163
5384
|
};
|
|
5164
|
-
}
|
|
5165
|
-
|
|
5385
|
+
};
|
|
5386
|
+
} | null;
|
|
5387
|
+
created_by?: {
|
|
5388
|
+
id: string;
|
|
5389
|
+
whoAmI: {
|
|
5166
5390
|
id: string;
|
|
5167
|
-
|
|
5391
|
+
label?: string | null;
|
|
5392
|
+
subLabel?: string | null;
|
|
5393
|
+
color?: string | null;
|
|
5394
|
+
preview?: IPreviewScalar | null;
|
|
5395
|
+
library: {
|
|
5168
5396
|
id: string;
|
|
5169
|
-
label?:
|
|
5170
|
-
subLabel?: string | null;
|
|
5171
|
-
color?: string | null;
|
|
5172
|
-
preview?: IPreviewScalar | null;
|
|
5173
|
-
library: {
|
|
5174
|
-
id: string;
|
|
5175
|
-
label?: any | null;
|
|
5176
|
-
};
|
|
5397
|
+
label?: any | null;
|
|
5177
5398
|
};
|
|
5178
|
-
}
|
|
5179
|
-
|
|
5180
|
-
|
|
5181
|
-
|
|
5399
|
+
};
|
|
5400
|
+
} | null;
|
|
5401
|
+
version?: Array<{
|
|
5402
|
+
treeId: string;
|
|
5403
|
+
treeNode?: {
|
|
5404
|
+
id: string;
|
|
5405
|
+
record: {
|
|
5406
|
+
id: string;
|
|
5407
|
+
whoAmI: {
|
|
5408
|
+
id: string;
|
|
5409
|
+
label?: string | null;
|
|
5410
|
+
library: {
|
|
5411
|
+
id: string;
|
|
5412
|
+
};
|
|
5413
|
+
};
|
|
5414
|
+
};
|
|
5415
|
+
} | null;
|
|
5416
|
+
} | null> | null;
|
|
5417
|
+
attribute: {
|
|
5418
|
+
id: string;
|
|
5419
|
+
format?: AttributeFormat | null;
|
|
5420
|
+
type: AttributeType;
|
|
5421
|
+
system: boolean;
|
|
5422
|
+
};
|
|
5423
|
+
metadata?: Array<{
|
|
5424
|
+
name: string;
|
|
5425
|
+
value?: {
|
|
5426
|
+
id_value?: string | null;
|
|
5427
|
+
modified_at?: number | null;
|
|
5428
|
+
created_at?: number | null;
|
|
5429
|
+
payload?: any | null;
|
|
5430
|
+
raw_payload?: any | null;
|
|
5431
|
+
modified_by?: {
|
|
5432
|
+
id: string;
|
|
5433
|
+
whoAmI: {
|
|
5434
|
+
id: string;
|
|
5435
|
+
label?: string | null;
|
|
5436
|
+
subLabel?: string | null;
|
|
5437
|
+
color?: string | null;
|
|
5438
|
+
preview?: IPreviewScalar | null;
|
|
5439
|
+
library: {
|
|
5440
|
+
id: string;
|
|
5441
|
+
label?: any | null;
|
|
5442
|
+
};
|
|
5443
|
+
};
|
|
5444
|
+
} | null;
|
|
5445
|
+
created_by?: {
|
|
5446
|
+
id: string;
|
|
5447
|
+
whoAmI: {
|
|
5448
|
+
id: string;
|
|
5449
|
+
label?: string | null;
|
|
5450
|
+
subLabel?: string | null;
|
|
5451
|
+
color?: string | null;
|
|
5452
|
+
preview?: IPreviewScalar | null;
|
|
5453
|
+
library: {
|
|
5454
|
+
id: string;
|
|
5455
|
+
label?: any | null;
|
|
5456
|
+
};
|
|
5457
|
+
};
|
|
5458
|
+
} | null;
|
|
5459
|
+
version?: Array<{
|
|
5460
|
+
treeId: string;
|
|
5461
|
+
treeNode?: {
|
|
5462
|
+
id: string;
|
|
5463
|
+
record: {
|
|
5464
|
+
id: string;
|
|
5465
|
+
whoAmI: {
|
|
5466
|
+
id: string;
|
|
5467
|
+
label?: string | null;
|
|
5468
|
+
library: {
|
|
5469
|
+
id: string;
|
|
5470
|
+
};
|
|
5471
|
+
};
|
|
5472
|
+
};
|
|
5473
|
+
} | null;
|
|
5474
|
+
} | null> | null;
|
|
5475
|
+
} | null;
|
|
5476
|
+
} | null> | null;
|
|
5477
|
+
}>;
|
|
5478
|
+
};
|
|
5479
|
+
export type SaveValueBatchMutationVariables = Exact<{
|
|
5480
|
+
library: Scalars['ID'];
|
|
5481
|
+
recordId: Scalars['ID'];
|
|
5482
|
+
version?: InputMaybe<Array<ValueVersionInput> | ValueVersionInput>;
|
|
5483
|
+
values: Array<ValueBatchInput> | ValueBatchInput;
|
|
5484
|
+
deleteEmpty?: InputMaybe<Scalars['Boolean']>;
|
|
5485
|
+
}>;
|
|
5486
|
+
export type SaveValueBatchMutation = {
|
|
5487
|
+
saveValueBatch: {
|
|
5488
|
+
values?: Array<{
|
|
5489
|
+
id_value?: string | null;
|
|
5490
|
+
isInherited?: boolean | null;
|
|
5491
|
+
isCalculated?: boolean | null;
|
|
5492
|
+
modified_at?: number | null;
|
|
5493
|
+
created_at?: number | null;
|
|
5494
|
+
linkValue?: {
|
|
5495
|
+
id: string;
|
|
5496
|
+
whoAmI: {
|
|
5497
|
+
id: string;
|
|
5498
|
+
label?: string | null;
|
|
5499
|
+
subLabel?: string | null;
|
|
5500
|
+
color?: string | null;
|
|
5501
|
+
preview?: IPreviewScalar | null;
|
|
5502
|
+
library: {
|
|
5503
|
+
id: string;
|
|
5504
|
+
label?: any | null;
|
|
5505
|
+
};
|
|
5506
|
+
};
|
|
5507
|
+
} | null;
|
|
5508
|
+
modified_by?: {
|
|
5509
|
+
id: string;
|
|
5510
|
+
whoAmI: {
|
|
5511
|
+
id: string;
|
|
5512
|
+
label?: string | null;
|
|
5513
|
+
subLabel?: string | null;
|
|
5514
|
+
color?: string | null;
|
|
5515
|
+
preview?: IPreviewScalar | null;
|
|
5516
|
+
library: {
|
|
5517
|
+
id: string;
|
|
5518
|
+
label?: any | null;
|
|
5519
|
+
};
|
|
5520
|
+
};
|
|
5521
|
+
} | null;
|
|
5522
|
+
created_by?: {
|
|
5523
|
+
id: string;
|
|
5524
|
+
whoAmI: {
|
|
5182
5525
|
id: string;
|
|
5183
5526
|
label?: string | null;
|
|
5184
5527
|
subLabel?: string | null;
|
|
@@ -5206,12 +5549,12 @@ export type SaveValueBatchMutation = {
|
|
|
5206
5549
|
};
|
|
5207
5550
|
} | null;
|
|
5208
5551
|
} | null> | null;
|
|
5209
|
-
attribute
|
|
5552
|
+
attribute: {
|
|
5210
5553
|
id: string;
|
|
5211
5554
|
format?: AttributeFormat | null;
|
|
5212
5555
|
type: AttributeType;
|
|
5213
5556
|
system: boolean;
|
|
5214
|
-
}
|
|
5557
|
+
};
|
|
5215
5558
|
metadata?: Array<{
|
|
5216
5559
|
name: string;
|
|
5217
5560
|
value?: {
|
|
@@ -5349,12 +5692,12 @@ export type SaveValueBatchMutation = {
|
|
|
5349
5692
|
};
|
|
5350
5693
|
} | null;
|
|
5351
5694
|
} | null> | null;
|
|
5352
|
-
attribute
|
|
5695
|
+
attribute: {
|
|
5353
5696
|
id: string;
|
|
5354
5697
|
format?: AttributeFormat | null;
|
|
5355
5698
|
type: AttributeType;
|
|
5356
5699
|
system: boolean;
|
|
5357
|
-
}
|
|
5700
|
+
};
|
|
5358
5701
|
metadata?: Array<{
|
|
5359
5702
|
name: string;
|
|
5360
5703
|
value?: {
|
|
@@ -5463,12 +5806,12 @@ export type SaveValueBatchMutation = {
|
|
|
5463
5806
|
};
|
|
5464
5807
|
} | null;
|
|
5465
5808
|
} | null> | null;
|
|
5466
|
-
attribute
|
|
5809
|
+
attribute: {
|
|
5467
5810
|
id: string;
|
|
5468
5811
|
format?: AttributeFormat | null;
|
|
5469
5812
|
type: AttributeType;
|
|
5470
5813
|
system: boolean;
|
|
5471
|
-
}
|
|
5814
|
+
};
|
|
5472
5815
|
metadata?: Array<{
|
|
5473
5816
|
name: string;
|
|
5474
5817
|
value?: {
|
|
@@ -5552,7 +5895,7 @@ export type GetViewQuery = {
|
|
|
5552
5895
|
description?: any | null;
|
|
5553
5896
|
color?: string | null;
|
|
5554
5897
|
display: {
|
|
5555
|
-
size
|
|
5898
|
+
size?: ViewSizes | null;
|
|
5556
5899
|
type: ViewTypes;
|
|
5557
5900
|
};
|
|
5558
5901
|
created_by: {
|
|
@@ -5575,10 +5918,10 @@ export type GetViewQuery = {
|
|
|
5575
5918
|
label?: any | null;
|
|
5576
5919
|
} | null;
|
|
5577
5920
|
}> | null;
|
|
5578
|
-
sort?: {
|
|
5921
|
+
sort?: Array<{
|
|
5579
5922
|
field: string;
|
|
5580
5923
|
order: SortOrder;
|
|
5581
|
-
} | null;
|
|
5924
|
+
}> | null;
|
|
5582
5925
|
valuesVersions?: Array<{
|
|
5583
5926
|
treeId: string;
|
|
5584
5927
|
treeNode: {
|
|
@@ -5599,9 +5942,8 @@ export type GetViewQuery = {
|
|
|
5599
5942
|
};
|
|
5600
5943
|
};
|
|
5601
5944
|
}> | null;
|
|
5602
|
-
|
|
5603
|
-
|
|
5604
|
-
value?: any | null;
|
|
5945
|
+
attributes?: Array<{
|
|
5946
|
+
id: string;
|
|
5605
5947
|
}> | null;
|
|
5606
5948
|
};
|
|
5607
5949
|
};
|
|
@@ -5618,7 +5960,7 @@ export type GetViewsListQuery = {
|
|
|
5618
5960
|
description?: any | null;
|
|
5619
5961
|
color?: string | null;
|
|
5620
5962
|
display: {
|
|
5621
|
-
size
|
|
5963
|
+
size?: ViewSizes | null;
|
|
5622
5964
|
type: ViewTypes;
|
|
5623
5965
|
};
|
|
5624
5966
|
created_by: {
|
|
@@ -5641,10 +5983,10 @@ export type GetViewsListQuery = {
|
|
|
5641
5983
|
label?: any | null;
|
|
5642
5984
|
} | null;
|
|
5643
5985
|
}> | null;
|
|
5644
|
-
sort?: {
|
|
5986
|
+
sort?: Array<{
|
|
5645
5987
|
field: string;
|
|
5646
5988
|
order: SortOrder;
|
|
5647
|
-
} | null;
|
|
5989
|
+
}> | null;
|
|
5648
5990
|
valuesVersions?: Array<{
|
|
5649
5991
|
treeId: string;
|
|
5650
5992
|
treeNode: {
|
|
@@ -5665,80 +6007,359 @@ export type GetViewsListQuery = {
|
|
|
5665
6007
|
};
|
|
5666
6008
|
};
|
|
5667
6009
|
}> | null;
|
|
5668
|
-
|
|
5669
|
-
|
|
5670
|
-
|
|
6010
|
+
attributes?: Array<{
|
|
6011
|
+
id: string;
|
|
6012
|
+
}> | null;
|
|
6013
|
+
}>;
|
|
6014
|
+
};
|
|
6015
|
+
};
|
|
6016
|
+
export type SaveViewMutationVariables = Exact<{
|
|
6017
|
+
view: ViewInput;
|
|
6018
|
+
}>;
|
|
6019
|
+
export type SaveViewMutation = {
|
|
6020
|
+
saveView: {
|
|
6021
|
+
id: string;
|
|
6022
|
+
shared: boolean;
|
|
6023
|
+
label: any;
|
|
6024
|
+
description?: any | null;
|
|
6025
|
+
color?: string | null;
|
|
6026
|
+
display: {
|
|
6027
|
+
size?: ViewSizes | null;
|
|
6028
|
+
type: ViewTypes;
|
|
6029
|
+
};
|
|
6030
|
+
created_by: {
|
|
6031
|
+
id: string;
|
|
6032
|
+
whoAmI: {
|
|
6033
|
+
id: string;
|
|
6034
|
+
label?: string | null;
|
|
6035
|
+
library: {
|
|
6036
|
+
id: string;
|
|
6037
|
+
};
|
|
6038
|
+
};
|
|
6039
|
+
};
|
|
6040
|
+
filters?: Array<{
|
|
6041
|
+
field?: string | null;
|
|
6042
|
+
value?: string | null;
|
|
6043
|
+
condition?: RecordFilterCondition | null;
|
|
6044
|
+
operator?: RecordFilterOperator | null;
|
|
6045
|
+
tree?: {
|
|
6046
|
+
id: string;
|
|
6047
|
+
label?: any | null;
|
|
6048
|
+
} | null;
|
|
6049
|
+
}> | null;
|
|
6050
|
+
sort?: Array<{
|
|
6051
|
+
field: string;
|
|
6052
|
+
order: SortOrder;
|
|
6053
|
+
}> | null;
|
|
6054
|
+
valuesVersions?: Array<{
|
|
6055
|
+
treeId: string;
|
|
6056
|
+
treeNode: {
|
|
6057
|
+
id: string;
|
|
6058
|
+
record: {
|
|
6059
|
+
id: string;
|
|
6060
|
+
whoAmI: {
|
|
6061
|
+
id: string;
|
|
6062
|
+
label?: string | null;
|
|
6063
|
+
subLabel?: string | null;
|
|
6064
|
+
color?: string | null;
|
|
6065
|
+
preview?: IPreviewScalar | null;
|
|
6066
|
+
library: {
|
|
6067
|
+
id: string;
|
|
6068
|
+
label?: any | null;
|
|
6069
|
+
};
|
|
6070
|
+
};
|
|
6071
|
+
};
|
|
6072
|
+
};
|
|
6073
|
+
}> | null;
|
|
6074
|
+
attributes?: Array<{
|
|
6075
|
+
id: string;
|
|
6076
|
+
}> | null;
|
|
6077
|
+
};
|
|
6078
|
+
};
|
|
6079
|
+
export type ExplorerAttributesQueryVariables = Exact<{
|
|
6080
|
+
ids?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
|
|
6081
|
+
}>;
|
|
6082
|
+
export type ExplorerAttributesQuery = {
|
|
6083
|
+
attributes?: {
|
|
6084
|
+
list: Array<{
|
|
6085
|
+
id: string;
|
|
6086
|
+
type: AttributeType;
|
|
6087
|
+
format?: AttributeFormat | null;
|
|
6088
|
+
label?: any | null;
|
|
6089
|
+
linked_library?: {
|
|
6090
|
+
id: string;
|
|
6091
|
+
label?: any | null;
|
|
6092
|
+
} | null;
|
|
6093
|
+
} | {
|
|
6094
|
+
id: string;
|
|
6095
|
+
type: AttributeType;
|
|
6096
|
+
format?: AttributeFormat | null;
|
|
6097
|
+
label?: any | null;
|
|
6098
|
+
}>;
|
|
6099
|
+
} | null;
|
|
6100
|
+
};
|
|
6101
|
+
export type ExplorerLinkAttributeQueryVariables = Exact<{
|
|
6102
|
+
id: Scalars['ID'];
|
|
6103
|
+
}>;
|
|
6104
|
+
export type ExplorerLinkAttributeQuery = {
|
|
6105
|
+
attributes?: {
|
|
6106
|
+
list: Array<{
|
|
6107
|
+
label?: any | null;
|
|
6108
|
+
id: string;
|
|
6109
|
+
multiple_values: boolean;
|
|
6110
|
+
linked_library?: {
|
|
6111
|
+
id: string;
|
|
6112
|
+
label?: any | null;
|
|
6113
|
+
} | null;
|
|
6114
|
+
} | {
|
|
6115
|
+
id: string;
|
|
6116
|
+
multiple_values: boolean;
|
|
6117
|
+
}>;
|
|
6118
|
+
} | null;
|
|
6119
|
+
};
|
|
6120
|
+
export type ExplorerLibraryDataQueryVariables = Exact<{
|
|
6121
|
+
libraryId: Scalars['ID'];
|
|
6122
|
+
attributeIds: Array<Scalars['ID']> | Scalars['ID'];
|
|
6123
|
+
pagination?: InputMaybe<RecordsPagination>;
|
|
6124
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
6125
|
+
multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
|
|
6126
|
+
searchQuery?: InputMaybe<Scalars['String']>;
|
|
6127
|
+
}>;
|
|
6128
|
+
export type ExplorerLibraryDataQuery = {
|
|
6129
|
+
records: {
|
|
6130
|
+
totalCount?: number | null;
|
|
6131
|
+
list: Array<{
|
|
6132
|
+
id: string;
|
|
6133
|
+
whoAmI: {
|
|
6134
|
+
id: string;
|
|
6135
|
+
label?: string | null;
|
|
6136
|
+
subLabel?: string | null;
|
|
6137
|
+
color?: string | null;
|
|
6138
|
+
preview?: IPreviewScalar | null;
|
|
6139
|
+
library: {
|
|
6140
|
+
id: string;
|
|
6141
|
+
label?: any | null;
|
|
6142
|
+
};
|
|
6143
|
+
};
|
|
6144
|
+
properties: Array<{
|
|
6145
|
+
attributeId: string;
|
|
6146
|
+
attributeProperties: {
|
|
6147
|
+
id: string;
|
|
6148
|
+
label?: any | null;
|
|
6149
|
+
type: AttributeType;
|
|
6150
|
+
format?: AttributeFormat | null;
|
|
6151
|
+
multiple_values: boolean;
|
|
6152
|
+
};
|
|
6153
|
+
values: Array<{
|
|
6154
|
+
linkPayload?: {
|
|
6155
|
+
id: string;
|
|
6156
|
+
whoAmI: {
|
|
6157
|
+
id: string;
|
|
6158
|
+
label?: string | null;
|
|
6159
|
+
subLabel?: string | null;
|
|
6160
|
+
color?: string | null;
|
|
6161
|
+
preview?: IPreviewScalar | null;
|
|
6162
|
+
library: {
|
|
6163
|
+
id: string;
|
|
6164
|
+
label?: any | null;
|
|
6165
|
+
};
|
|
6166
|
+
};
|
|
6167
|
+
} | null;
|
|
6168
|
+
} | {
|
|
6169
|
+
treePayload?: {
|
|
6170
|
+
record: {
|
|
6171
|
+
id: string;
|
|
6172
|
+
whoAmI: {
|
|
6173
|
+
id: string;
|
|
6174
|
+
label?: string | null;
|
|
6175
|
+
subLabel?: string | null;
|
|
6176
|
+
color?: string | null;
|
|
6177
|
+
preview?: IPreviewScalar | null;
|
|
6178
|
+
library: {
|
|
6179
|
+
id: string;
|
|
6180
|
+
label?: any | null;
|
|
6181
|
+
};
|
|
6182
|
+
};
|
|
6183
|
+
};
|
|
6184
|
+
} | null;
|
|
6185
|
+
} | {
|
|
6186
|
+
valuePayload?: any | null;
|
|
6187
|
+
valueRawPayload?: any | null;
|
|
6188
|
+
}>;
|
|
6189
|
+
}>;
|
|
6190
|
+
}>;
|
|
6191
|
+
};
|
|
6192
|
+
};
|
|
6193
|
+
export type ExplorerLinkDataQueryVariables = Exact<{
|
|
6194
|
+
attributeIds: Array<Scalars['ID']> | Scalars['ID'];
|
|
6195
|
+
parentLibraryId: Scalars['ID'];
|
|
6196
|
+
parentRecordId?: InputMaybe<Scalars['String']>;
|
|
6197
|
+
linkAttributeId: Scalars['ID'];
|
|
6198
|
+
}>;
|
|
6199
|
+
export type ExplorerLinkDataQuery = {
|
|
6200
|
+
records: {
|
|
6201
|
+
list: Array<{
|
|
6202
|
+
id: string;
|
|
6203
|
+
whoAmI: {
|
|
6204
|
+
id: string;
|
|
6205
|
+
library: {
|
|
6206
|
+
id: string;
|
|
6207
|
+
};
|
|
6208
|
+
};
|
|
6209
|
+
property: Array<{
|
|
6210
|
+
id_value?: string | null;
|
|
6211
|
+
payload?: {
|
|
6212
|
+
id: string;
|
|
6213
|
+
whoAmI: {
|
|
6214
|
+
id: string;
|
|
6215
|
+
label?: string | null;
|
|
6216
|
+
subLabel?: string | null;
|
|
6217
|
+
color?: string | null;
|
|
6218
|
+
preview?: IPreviewScalar | null;
|
|
6219
|
+
library: {
|
|
6220
|
+
id: string;
|
|
6221
|
+
label?: any | null;
|
|
6222
|
+
};
|
|
6223
|
+
};
|
|
6224
|
+
properties: Array<{
|
|
6225
|
+
attributeId: string;
|
|
6226
|
+
attributeProperties: {
|
|
6227
|
+
id: string;
|
|
6228
|
+
label?: any | null;
|
|
6229
|
+
type: AttributeType;
|
|
6230
|
+
format?: AttributeFormat | null;
|
|
6231
|
+
multiple_values: boolean;
|
|
6232
|
+
};
|
|
6233
|
+
values: Array<{
|
|
6234
|
+
linkPayload?: {
|
|
6235
|
+
id: string;
|
|
6236
|
+
whoAmI: {
|
|
6237
|
+
id: string;
|
|
6238
|
+
label?: string | null;
|
|
6239
|
+
subLabel?: string | null;
|
|
6240
|
+
color?: string | null;
|
|
6241
|
+
preview?: IPreviewScalar | null;
|
|
6242
|
+
library: {
|
|
6243
|
+
id: string;
|
|
6244
|
+
label?: any | null;
|
|
6245
|
+
};
|
|
6246
|
+
};
|
|
6247
|
+
} | null;
|
|
6248
|
+
} | {
|
|
6249
|
+
treePayload?: {
|
|
6250
|
+
record: {
|
|
6251
|
+
id: string;
|
|
6252
|
+
whoAmI: {
|
|
6253
|
+
id: string;
|
|
6254
|
+
label?: string | null;
|
|
6255
|
+
subLabel?: string | null;
|
|
6256
|
+
color?: string | null;
|
|
6257
|
+
preview?: IPreviewScalar | null;
|
|
6258
|
+
library: {
|
|
6259
|
+
id: string;
|
|
6260
|
+
label?: any | null;
|
|
6261
|
+
};
|
|
6262
|
+
};
|
|
6263
|
+
};
|
|
6264
|
+
} | null;
|
|
6265
|
+
} | {
|
|
6266
|
+
valuePayload?: any | null;
|
|
6267
|
+
valueRawPayload?: any | null;
|
|
6268
|
+
}>;
|
|
6269
|
+
}>;
|
|
6270
|
+
} | null;
|
|
6271
|
+
} | {
|
|
6272
|
+
id_value?: string | null;
|
|
6273
|
+
}>;
|
|
6274
|
+
}>;
|
|
6275
|
+
};
|
|
6276
|
+
};
|
|
6277
|
+
export type GetLibraryAttributesQueryVariables = Exact<{
|
|
6278
|
+
libraryId: Scalars['ID'];
|
|
6279
|
+
}>;
|
|
6280
|
+
export type GetLibraryAttributesQuery = {
|
|
6281
|
+
libraries?: {
|
|
6282
|
+
list: Array<{
|
|
6283
|
+
id: string;
|
|
6284
|
+
attributes?: Array<{
|
|
6285
|
+
id: string;
|
|
6286
|
+
type: AttributeType;
|
|
6287
|
+
label?: any | null;
|
|
6288
|
+
linked_library?: {
|
|
6289
|
+
id: string;
|
|
6290
|
+
label?: any | null;
|
|
6291
|
+
attributes?: Array<{
|
|
6292
|
+
id: string;
|
|
6293
|
+
type: AttributeType;
|
|
6294
|
+
format?: AttributeFormat | null;
|
|
6295
|
+
label?: any | null;
|
|
6296
|
+
}> | null;
|
|
6297
|
+
} | null;
|
|
6298
|
+
} | {
|
|
6299
|
+
format?: AttributeFormat | null;
|
|
6300
|
+
id: string;
|
|
6301
|
+
type: AttributeType;
|
|
6302
|
+
label?: any | null;
|
|
6303
|
+
} | {
|
|
6304
|
+
id: string;
|
|
6305
|
+
type: AttributeType;
|
|
6306
|
+
label?: any | null;
|
|
5671
6307
|
}> | null;
|
|
5672
6308
|
}>;
|
|
6309
|
+
} | null;
|
|
6310
|
+
};
|
|
6311
|
+
export type ExplorerLibraryDetailsQueryVariables = Exact<{
|
|
6312
|
+
libraryId: Scalars['ID'];
|
|
6313
|
+
}>;
|
|
6314
|
+
export type ExplorerLibraryDetailsQuery = {
|
|
6315
|
+
libraries?: {
|
|
6316
|
+
list: Array<{
|
|
6317
|
+
id: string;
|
|
6318
|
+
label?: any | null;
|
|
6319
|
+
behavior: LibraryBehavior;
|
|
6320
|
+
}>;
|
|
6321
|
+
} | null;
|
|
6322
|
+
};
|
|
6323
|
+
export type ExplorerSelectionIdsQueryVariables = Exact<{
|
|
6324
|
+
libraryId: Scalars['ID'];
|
|
6325
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
6326
|
+
}>;
|
|
6327
|
+
export type ExplorerSelectionIdsQuery = {
|
|
6328
|
+
records: {
|
|
6329
|
+
list: Array<{
|
|
6330
|
+
id: string;
|
|
6331
|
+
}>;
|
|
5673
6332
|
};
|
|
5674
6333
|
};
|
|
5675
|
-
export type
|
|
5676
|
-
|
|
6334
|
+
export type MeQueryVariables = Exact<{
|
|
6335
|
+
[key: string]: never;
|
|
5677
6336
|
}>;
|
|
5678
|
-
export type
|
|
5679
|
-
|
|
6337
|
+
export type MeQuery = {
|
|
6338
|
+
me?: {
|
|
5680
6339
|
id: string;
|
|
5681
|
-
|
|
5682
|
-
label: any;
|
|
5683
|
-
description?: any | null;
|
|
5684
|
-
color?: string | null;
|
|
5685
|
-
display: {
|
|
5686
|
-
size: ViewSizes;
|
|
5687
|
-
type: ViewTypes;
|
|
5688
|
-
};
|
|
5689
|
-
created_by: {
|
|
6340
|
+
whoAmI: {
|
|
5690
6341
|
id: string;
|
|
5691
|
-
|
|
6342
|
+
library: {
|
|
5692
6343
|
id: string;
|
|
5693
|
-
label?: string | null;
|
|
5694
|
-
library: {
|
|
5695
|
-
id: string;
|
|
5696
|
-
};
|
|
5697
6344
|
};
|
|
5698
6345
|
};
|
|
5699
|
-
|
|
5700
|
-
|
|
5701
|
-
|
|
5702
|
-
|
|
5703
|
-
|
|
5704
|
-
|
|
5705
|
-
|
|
5706
|
-
|
|
5707
|
-
|
|
5708
|
-
|
|
5709
|
-
|
|
5710
|
-
|
|
5711
|
-
order: SortOrder;
|
|
5712
|
-
} | null;
|
|
5713
|
-
valuesVersions?: Array<{
|
|
5714
|
-
treeId: string;
|
|
5715
|
-
treeNode: {
|
|
5716
|
-
id: string;
|
|
5717
|
-
record: {
|
|
5718
|
-
id: string;
|
|
5719
|
-
whoAmI: {
|
|
5720
|
-
id: string;
|
|
5721
|
-
label?: string | null;
|
|
5722
|
-
subLabel?: string | null;
|
|
5723
|
-
color?: string | null;
|
|
5724
|
-
preview?: IPreviewScalar | null;
|
|
5725
|
-
library: {
|
|
5726
|
-
id: string;
|
|
5727
|
-
label?: any | null;
|
|
5728
|
-
};
|
|
5729
|
-
};
|
|
5730
|
-
};
|
|
5731
|
-
};
|
|
5732
|
-
}> | null;
|
|
5733
|
-
settings?: Array<{
|
|
5734
|
-
name: string;
|
|
5735
|
-
value?: any | null;
|
|
5736
|
-
}> | null;
|
|
5737
|
-
};
|
|
6346
|
+
} | null;
|
|
6347
|
+
};
|
|
6348
|
+
export type TreeDataQueryQueryVariables = Exact<{
|
|
6349
|
+
treeId: Scalars['ID'];
|
|
6350
|
+
}>;
|
|
6351
|
+
export type TreeDataQueryQuery = {
|
|
6352
|
+
trees?: {
|
|
6353
|
+
list: Array<{
|
|
6354
|
+
id: string;
|
|
6355
|
+
label?: any | null;
|
|
6356
|
+
}>;
|
|
6357
|
+
} | null;
|
|
5738
6358
|
};
|
|
5739
6359
|
export declare const RecordIdentityFragmentDoc: Apollo.DocumentNode;
|
|
5740
6360
|
export declare const DetailsApplicationFragmentDoc: Apollo.DocumentNode;
|
|
5741
6361
|
export declare const AttributeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
6362
|
+
export declare const AttributesByLibLinkAttributeFragmentDoc: Apollo.DocumentNode;
|
|
5742
6363
|
export declare const AttributesByLibAttributeFragmentDoc: Apollo.DocumentNode;
|
|
5743
6364
|
export declare const LibraryLightFragmentDoc: Apollo.DocumentNode;
|
|
5744
6365
|
export declare const LibraryLinkAttributeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
@@ -5753,7 +6374,14 @@ export declare const RecordFormElementFragmentDoc: Apollo.DocumentNode;
|
|
|
5753
6374
|
export declare const TreeLightFragmentDoc: Apollo.DocumentNode;
|
|
5754
6375
|
export declare const TreeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
5755
6376
|
export declare const TreeNodeChildFragmentDoc: Apollo.DocumentNode;
|
|
6377
|
+
export declare const ViewDetailsFilterFragmentDoc: Apollo.DocumentNode;
|
|
5756
6378
|
export declare const ViewDetailsFragmentDoc: Apollo.DocumentNode;
|
|
6379
|
+
export declare const LinkAttributeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
6380
|
+
export declare const AttributePropertiesFragmentDoc: Apollo.DocumentNode;
|
|
6381
|
+
export declare const PropertyValueFragmentDoc: Apollo.DocumentNode;
|
|
6382
|
+
export declare const LinkPropertyFragmentDoc: Apollo.DocumentNode;
|
|
6383
|
+
export declare const LibraryAttributeLinkFragmentDoc: Apollo.DocumentNode;
|
|
6384
|
+
export declare const LibraryAttributeFragmentDoc: Apollo.DocumentNode;
|
|
5757
6385
|
export declare const CheckApplicationExistenceDocument: Apollo.DocumentNode;
|
|
5758
6386
|
/**
|
|
5759
6387
|
* __useCheckApplicationExistenceQuery__
|
|
@@ -6997,6 +7625,38 @@ export declare function useDeleteValueMutation(baseOptions?: Apollo.MutationHook
|
|
|
6997
7625
|
export type DeleteValueMutationHookResult = ReturnType<typeof useDeleteValueMutation>;
|
|
6998
7626
|
export type DeleteValueMutationResult = Apollo.MutationResult<DeleteValueMutation>;
|
|
6999
7627
|
export type DeleteValueMutationOptions = Apollo.BaseMutationOptions<DeleteValueMutation, DeleteValueMutationVariables>;
|
|
7628
|
+
export declare const RunActionsListAndFormatOnValueDocument: Apollo.DocumentNode;
|
|
7629
|
+
/**
|
|
7630
|
+
* __useRunActionsListAndFormatOnValueQuery__
|
|
7631
|
+
*
|
|
7632
|
+
* To run a query within a React component, call `useRunActionsListAndFormatOnValueQuery` and pass it any options that fit your needs.
|
|
7633
|
+
* When your component renders, `useRunActionsListAndFormatOnValueQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7634
|
+
* you can use to render your UI.
|
|
7635
|
+
*
|
|
7636
|
+
* @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;
|
|
7637
|
+
*
|
|
7638
|
+
* @example
|
|
7639
|
+
* const { data, loading, error } = useRunActionsListAndFormatOnValueQuery({
|
|
7640
|
+
* variables: {
|
|
7641
|
+
* library: // value for 'library'
|
|
7642
|
+
* value: // value for 'value'
|
|
7643
|
+
* version: // value for 'version'
|
|
7644
|
+
* },
|
|
7645
|
+
* });
|
|
7646
|
+
*/
|
|
7647
|
+
export declare function useRunActionsListAndFormatOnValueQuery(baseOptions: Apollo.QueryHookOptions<RunActionsListAndFormatOnValueQuery, RunActionsListAndFormatOnValueQueryVariables>): Apollo.QueryResult<RunActionsListAndFormatOnValueQuery, Exact<{
|
|
7648
|
+
library: Scalars["ID"];
|
|
7649
|
+
value?: InputMaybe<ValueBatchInput>;
|
|
7650
|
+
version?: InputMaybe<Array<InputMaybe<ValueVersionInput>> | InputMaybe<ValueVersionInput>>;
|
|
7651
|
+
}>>;
|
|
7652
|
+
export declare function useRunActionsListAndFormatOnValueLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<RunActionsListAndFormatOnValueQuery, RunActionsListAndFormatOnValueQueryVariables>): Apollo.LazyQueryResultTuple<RunActionsListAndFormatOnValueQuery, Exact<{
|
|
7653
|
+
library: Scalars["ID"];
|
|
7654
|
+
value?: InputMaybe<ValueBatchInput>;
|
|
7655
|
+
version?: InputMaybe<Array<InputMaybe<ValueVersionInput>> | InputMaybe<ValueVersionInput>>;
|
|
7656
|
+
}>>;
|
|
7657
|
+
export type RunActionsListAndFormatOnValueQueryHookResult = ReturnType<typeof useRunActionsListAndFormatOnValueQuery>;
|
|
7658
|
+
export type RunActionsListAndFormatOnValueLazyQueryHookResult = ReturnType<typeof useRunActionsListAndFormatOnValueLazyQuery>;
|
|
7659
|
+
export type RunActionsListAndFormatOnValueQueryResult = Apollo.QueryResult<RunActionsListAndFormatOnValueQuery, RunActionsListAndFormatOnValueQueryVariables>;
|
|
7000
7660
|
export declare const SaveValueBatchDocument: Apollo.DocumentNode;
|
|
7001
7661
|
export type SaveValueBatchMutationFn = Apollo.MutationFunction<SaveValueBatchMutation, SaveValueBatchMutationVariables>;
|
|
7002
7662
|
/**
|
|
@@ -7107,28 +7767,288 @@ export declare function useGetViewsListLazyQuery(baseOptions?: Apollo.LazyQueryH
|
|
|
7107
7767
|
export type GetViewsListQueryHookResult = ReturnType<typeof useGetViewsListQuery>;
|
|
7108
7768
|
export type GetViewsListLazyQueryHookResult = ReturnType<typeof useGetViewsListLazyQuery>;
|
|
7109
7769
|
export type GetViewsListQueryResult = Apollo.QueryResult<GetViewsListQuery, GetViewsListQueryVariables>;
|
|
7110
|
-
export declare const
|
|
7111
|
-
export type
|
|
7770
|
+
export declare const SaveViewDocument: Apollo.DocumentNode;
|
|
7771
|
+
export type SaveViewMutationFn = Apollo.MutationFunction<SaveViewMutation, SaveViewMutationVariables>;
|
|
7112
7772
|
/**
|
|
7113
|
-
*
|
|
7773
|
+
* __useSaveViewMutation__
|
|
7114
7774
|
*
|
|
7115
|
-
* To run a mutation, you first call `
|
|
7116
|
-
* When your component renders, `
|
|
7775
|
+
* To run a mutation, you first call `useSaveViewMutation` within a React component and pass it any options that fit your needs.
|
|
7776
|
+
* When your component renders, `useSaveViewMutation` returns a tuple that includes:
|
|
7117
7777
|
* - A mutate function that you can call at any time to execute the mutation
|
|
7118
7778
|
* - An object with fields that represent the current status of the mutation's execution
|
|
7119
7779
|
*
|
|
7120
7780
|
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
|
7121
7781
|
*
|
|
7122
7782
|
* @example
|
|
7123
|
-
* const [
|
|
7783
|
+
* const [saveViewMutation, { data, loading, error }] = useSaveViewMutation({
|
|
7124
7784
|
* variables: {
|
|
7125
7785
|
* view: // value for 'view'
|
|
7126
7786
|
* },
|
|
7127
7787
|
* });
|
|
7128
7788
|
*/
|
|
7129
|
-
export declare function
|
|
7789
|
+
export declare function useSaveViewMutation(baseOptions?: Apollo.MutationHookOptions<SaveViewMutation, SaveViewMutationVariables>): Apollo.MutationTuple<SaveViewMutation, Exact<{
|
|
7130
7790
|
view: ViewInput;
|
|
7131
7791
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
7132
|
-
export type
|
|
7133
|
-
export type
|
|
7134
|
-
export type
|
|
7792
|
+
export type SaveViewMutationHookResult = ReturnType<typeof useSaveViewMutation>;
|
|
7793
|
+
export type SaveViewMutationResult = Apollo.MutationResult<SaveViewMutation>;
|
|
7794
|
+
export type SaveViewMutationOptions = Apollo.BaseMutationOptions<SaveViewMutation, SaveViewMutationVariables>;
|
|
7795
|
+
export declare const ExplorerAttributesDocument: Apollo.DocumentNode;
|
|
7796
|
+
/**
|
|
7797
|
+
* __useExplorerAttributesQuery__
|
|
7798
|
+
*
|
|
7799
|
+
* To run a query within a React component, call `useExplorerAttributesQuery` and pass it any options that fit your needs.
|
|
7800
|
+
* When your component renders, `useExplorerAttributesQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7801
|
+
* you can use to render your UI.
|
|
7802
|
+
*
|
|
7803
|
+
* @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;
|
|
7804
|
+
*
|
|
7805
|
+
* @example
|
|
7806
|
+
* const { data, loading, error } = useExplorerAttributesQuery({
|
|
7807
|
+
* variables: {
|
|
7808
|
+
* ids: // value for 'ids'
|
|
7809
|
+
* },
|
|
7810
|
+
* });
|
|
7811
|
+
*/
|
|
7812
|
+
export declare function useExplorerAttributesQuery(baseOptions?: Apollo.QueryHookOptions<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>): Apollo.QueryResult<ExplorerAttributesQuery, Exact<{
|
|
7813
|
+
ids?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
7814
|
+
}>>;
|
|
7815
|
+
export declare function useExplorerAttributesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerAttributesQuery, Exact<{
|
|
7816
|
+
ids?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
7817
|
+
}>>;
|
|
7818
|
+
export type ExplorerAttributesQueryHookResult = ReturnType<typeof useExplorerAttributesQuery>;
|
|
7819
|
+
export type ExplorerAttributesLazyQueryHookResult = ReturnType<typeof useExplorerAttributesLazyQuery>;
|
|
7820
|
+
export type ExplorerAttributesQueryResult = Apollo.QueryResult<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>;
|
|
7821
|
+
export declare const ExplorerLinkAttributeDocument: Apollo.DocumentNode;
|
|
7822
|
+
/**
|
|
7823
|
+
* __useExplorerLinkAttributeQuery__
|
|
7824
|
+
*
|
|
7825
|
+
* To run a query within a React component, call `useExplorerLinkAttributeQuery` and pass it any options that fit your needs.
|
|
7826
|
+
* When your component renders, `useExplorerLinkAttributeQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7827
|
+
* you can use to render your UI.
|
|
7828
|
+
*
|
|
7829
|
+
* @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;
|
|
7830
|
+
*
|
|
7831
|
+
* @example
|
|
7832
|
+
* const { data, loading, error } = useExplorerLinkAttributeQuery({
|
|
7833
|
+
* variables: {
|
|
7834
|
+
* id: // value for 'id'
|
|
7835
|
+
* },
|
|
7836
|
+
* });
|
|
7837
|
+
*/
|
|
7838
|
+
export declare function useExplorerLinkAttributeQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>): Apollo.QueryResult<ExplorerLinkAttributeQuery, Exact<{
|
|
7839
|
+
id: Scalars["ID"];
|
|
7840
|
+
}>>;
|
|
7841
|
+
export declare function useExplorerLinkAttributeLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLinkAttributeQuery, Exact<{
|
|
7842
|
+
id: Scalars["ID"];
|
|
7843
|
+
}>>;
|
|
7844
|
+
export type ExplorerLinkAttributeQueryHookResult = ReturnType<typeof useExplorerLinkAttributeQuery>;
|
|
7845
|
+
export type ExplorerLinkAttributeLazyQueryHookResult = ReturnType<typeof useExplorerLinkAttributeLazyQuery>;
|
|
7846
|
+
export type ExplorerLinkAttributeQueryResult = Apollo.QueryResult<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>;
|
|
7847
|
+
export declare const ExplorerLibraryDataDocument: Apollo.DocumentNode;
|
|
7848
|
+
/**
|
|
7849
|
+
* __useExplorerLibraryDataQuery__
|
|
7850
|
+
*
|
|
7851
|
+
* To run a query within a React component, call `useExplorerLibraryDataQuery` and pass it any options that fit your needs.
|
|
7852
|
+
* When your component renders, `useExplorerLibraryDataQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7853
|
+
* you can use to render your UI.
|
|
7854
|
+
*
|
|
7855
|
+
* @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;
|
|
7856
|
+
*
|
|
7857
|
+
* @example
|
|
7858
|
+
* const { data, loading, error } = useExplorerLibraryDataQuery({
|
|
7859
|
+
* variables: {
|
|
7860
|
+
* libraryId: // value for 'libraryId'
|
|
7861
|
+
* attributeIds: // value for 'attributeIds'
|
|
7862
|
+
* pagination: // value for 'pagination'
|
|
7863
|
+
* filters: // value for 'filters'
|
|
7864
|
+
* multipleSort: // value for 'multipleSort'
|
|
7865
|
+
* searchQuery: // value for 'searchQuery'
|
|
7866
|
+
* },
|
|
7867
|
+
* });
|
|
7868
|
+
*/
|
|
7869
|
+
export declare function useExplorerLibraryDataQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>): Apollo.QueryResult<ExplorerLibraryDataQuery, Exact<{
|
|
7870
|
+
libraryId: Scalars["ID"];
|
|
7871
|
+
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
7872
|
+
pagination?: InputMaybe<RecordsPagination>;
|
|
7873
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
7874
|
+
multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
|
|
7875
|
+
searchQuery?: InputMaybe<Scalars["String"]>;
|
|
7876
|
+
}>>;
|
|
7877
|
+
export declare function useExplorerLibraryDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLibraryDataQuery, Exact<{
|
|
7878
|
+
libraryId: Scalars["ID"];
|
|
7879
|
+
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
7880
|
+
pagination?: InputMaybe<RecordsPagination>;
|
|
7881
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
7882
|
+
multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
|
|
7883
|
+
searchQuery?: InputMaybe<Scalars["String"]>;
|
|
7884
|
+
}>>;
|
|
7885
|
+
export type ExplorerLibraryDataQueryHookResult = ReturnType<typeof useExplorerLibraryDataQuery>;
|
|
7886
|
+
export type ExplorerLibraryDataLazyQueryHookResult = ReturnType<typeof useExplorerLibraryDataLazyQuery>;
|
|
7887
|
+
export type ExplorerLibraryDataQueryResult = Apollo.QueryResult<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>;
|
|
7888
|
+
export declare const ExplorerLinkDataDocument: Apollo.DocumentNode;
|
|
7889
|
+
/**
|
|
7890
|
+
* __useExplorerLinkDataQuery__
|
|
7891
|
+
*
|
|
7892
|
+
* To run a query within a React component, call `useExplorerLinkDataQuery` and pass it any options that fit your needs.
|
|
7893
|
+
* When your component renders, `useExplorerLinkDataQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7894
|
+
* you can use to render your UI.
|
|
7895
|
+
*
|
|
7896
|
+
* @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;
|
|
7897
|
+
*
|
|
7898
|
+
* @example
|
|
7899
|
+
* const { data, loading, error } = useExplorerLinkDataQuery({
|
|
7900
|
+
* variables: {
|
|
7901
|
+
* attributeIds: // value for 'attributeIds'
|
|
7902
|
+
* parentLibraryId: // value for 'parentLibraryId'
|
|
7903
|
+
* parentRecordId: // value for 'parentRecordId'
|
|
7904
|
+
* linkAttributeId: // value for 'linkAttributeId'
|
|
7905
|
+
* },
|
|
7906
|
+
* });
|
|
7907
|
+
*/
|
|
7908
|
+
export declare function useExplorerLinkDataQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>): Apollo.QueryResult<ExplorerLinkDataQuery, Exact<{
|
|
7909
|
+
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
7910
|
+
parentLibraryId: Scalars["ID"];
|
|
7911
|
+
parentRecordId?: InputMaybe<Scalars["String"]>;
|
|
7912
|
+
linkAttributeId: Scalars["ID"];
|
|
7913
|
+
}>>;
|
|
7914
|
+
export declare function useExplorerLinkDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLinkDataQuery, Exact<{
|
|
7915
|
+
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
7916
|
+
parentLibraryId: Scalars["ID"];
|
|
7917
|
+
parentRecordId?: InputMaybe<Scalars["String"]>;
|
|
7918
|
+
linkAttributeId: Scalars["ID"];
|
|
7919
|
+
}>>;
|
|
7920
|
+
export type ExplorerLinkDataQueryHookResult = ReturnType<typeof useExplorerLinkDataQuery>;
|
|
7921
|
+
export type ExplorerLinkDataLazyQueryHookResult = ReturnType<typeof useExplorerLinkDataLazyQuery>;
|
|
7922
|
+
export type ExplorerLinkDataQueryResult = Apollo.QueryResult<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>;
|
|
7923
|
+
export declare const GetLibraryAttributesDocument: Apollo.DocumentNode;
|
|
7924
|
+
/**
|
|
7925
|
+
* __useGetLibraryAttributesQuery__
|
|
7926
|
+
*
|
|
7927
|
+
* To run a query within a React component, call `useGetLibraryAttributesQuery` and pass it any options that fit your needs.
|
|
7928
|
+
* When your component renders, `useGetLibraryAttributesQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7929
|
+
* you can use to render your UI.
|
|
7930
|
+
*
|
|
7931
|
+
* @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;
|
|
7932
|
+
*
|
|
7933
|
+
* @example
|
|
7934
|
+
* const { data, loading, error } = useGetLibraryAttributesQuery({
|
|
7935
|
+
* variables: {
|
|
7936
|
+
* libraryId: // value for 'libraryId'
|
|
7937
|
+
* },
|
|
7938
|
+
* });
|
|
7939
|
+
*/
|
|
7940
|
+
export declare function useGetLibraryAttributesQuery(baseOptions: Apollo.QueryHookOptions<GetLibraryAttributesQuery, GetLibraryAttributesQueryVariables>): Apollo.QueryResult<GetLibraryAttributesQuery, Exact<{
|
|
7941
|
+
libraryId: Scalars["ID"];
|
|
7942
|
+
}>>;
|
|
7943
|
+
export declare function useGetLibraryAttributesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryAttributesQuery, GetLibraryAttributesQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryAttributesQuery, Exact<{
|
|
7944
|
+
libraryId: Scalars["ID"];
|
|
7945
|
+
}>>;
|
|
7946
|
+
export type GetLibraryAttributesQueryHookResult = ReturnType<typeof useGetLibraryAttributesQuery>;
|
|
7947
|
+
export type GetLibraryAttributesLazyQueryHookResult = ReturnType<typeof useGetLibraryAttributesLazyQuery>;
|
|
7948
|
+
export type GetLibraryAttributesQueryResult = Apollo.QueryResult<GetLibraryAttributesQuery, GetLibraryAttributesQueryVariables>;
|
|
7949
|
+
export declare const ExplorerLibraryDetailsDocument: Apollo.DocumentNode;
|
|
7950
|
+
/**
|
|
7951
|
+
* __useExplorerLibraryDetailsQuery__
|
|
7952
|
+
*
|
|
7953
|
+
* To run a query within a React component, call `useExplorerLibraryDetailsQuery` and pass it any options that fit your needs.
|
|
7954
|
+
* When your component renders, `useExplorerLibraryDetailsQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7955
|
+
* you can use to render your UI.
|
|
7956
|
+
*
|
|
7957
|
+
* @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;
|
|
7958
|
+
*
|
|
7959
|
+
* @example
|
|
7960
|
+
* const { data, loading, error } = useExplorerLibraryDetailsQuery({
|
|
7961
|
+
* variables: {
|
|
7962
|
+
* libraryId: // value for 'libraryId'
|
|
7963
|
+
* },
|
|
7964
|
+
* });
|
|
7965
|
+
*/
|
|
7966
|
+
export declare function useExplorerLibraryDetailsQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>): Apollo.QueryResult<ExplorerLibraryDetailsQuery, Exact<{
|
|
7967
|
+
libraryId: Scalars["ID"];
|
|
7968
|
+
}>>;
|
|
7969
|
+
export declare function useExplorerLibraryDetailsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLibraryDetailsQuery, Exact<{
|
|
7970
|
+
libraryId: Scalars["ID"];
|
|
7971
|
+
}>>;
|
|
7972
|
+
export type ExplorerLibraryDetailsQueryHookResult = ReturnType<typeof useExplorerLibraryDetailsQuery>;
|
|
7973
|
+
export type ExplorerLibraryDetailsLazyQueryHookResult = ReturnType<typeof useExplorerLibraryDetailsLazyQuery>;
|
|
7974
|
+
export type ExplorerLibraryDetailsQueryResult = Apollo.QueryResult<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>;
|
|
7975
|
+
export declare const ExplorerSelectionIdsDocument: Apollo.DocumentNode;
|
|
7976
|
+
/**
|
|
7977
|
+
* __useExplorerSelectionIdsQuery__
|
|
7978
|
+
*
|
|
7979
|
+
* To run a query within a React component, call `useExplorerSelectionIdsQuery` and pass it any options that fit your needs.
|
|
7980
|
+
* When your component renders, `useExplorerSelectionIdsQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7981
|
+
* you can use to render your UI.
|
|
7982
|
+
*
|
|
7983
|
+
* @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;
|
|
7984
|
+
*
|
|
7985
|
+
* @example
|
|
7986
|
+
* const { data, loading, error } = useExplorerSelectionIdsQuery({
|
|
7987
|
+
* variables: {
|
|
7988
|
+
* libraryId: // value for 'libraryId'
|
|
7989
|
+
* filters: // value for 'filters'
|
|
7990
|
+
* },
|
|
7991
|
+
* });
|
|
7992
|
+
*/
|
|
7993
|
+
export declare function useExplorerSelectionIdsQuery(baseOptions: Apollo.QueryHookOptions<ExplorerSelectionIdsQuery, ExplorerSelectionIdsQueryVariables>): Apollo.QueryResult<ExplorerSelectionIdsQuery, Exact<{
|
|
7994
|
+
libraryId: Scalars["ID"];
|
|
7995
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
7996
|
+
}>>;
|
|
7997
|
+
export declare function useExplorerSelectionIdsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerSelectionIdsQuery, ExplorerSelectionIdsQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerSelectionIdsQuery, Exact<{
|
|
7998
|
+
libraryId: Scalars["ID"];
|
|
7999
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
8000
|
+
}>>;
|
|
8001
|
+
export type ExplorerSelectionIdsQueryHookResult = ReturnType<typeof useExplorerSelectionIdsQuery>;
|
|
8002
|
+
export type ExplorerSelectionIdsLazyQueryHookResult = ReturnType<typeof useExplorerSelectionIdsLazyQuery>;
|
|
8003
|
+
export type ExplorerSelectionIdsQueryResult = Apollo.QueryResult<ExplorerSelectionIdsQuery, ExplorerSelectionIdsQueryVariables>;
|
|
8004
|
+
export declare const MeDocument: Apollo.DocumentNode;
|
|
8005
|
+
/**
|
|
8006
|
+
* __useMeQuery__
|
|
8007
|
+
*
|
|
8008
|
+
* To run a query within a React component, call `useMeQuery` and pass it any options that fit your needs.
|
|
8009
|
+
* When your component renders, `useMeQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
8010
|
+
* you can use to render your UI.
|
|
8011
|
+
*
|
|
8012
|
+
* @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;
|
|
8013
|
+
*
|
|
8014
|
+
* @example
|
|
8015
|
+
* const { data, loading, error } = useMeQuery({
|
|
8016
|
+
* variables: {
|
|
8017
|
+
* },
|
|
8018
|
+
* });
|
|
8019
|
+
*/
|
|
8020
|
+
export declare function useMeQuery(baseOptions?: Apollo.QueryHookOptions<MeQuery, MeQueryVariables>): Apollo.QueryResult<MeQuery, Exact<{
|
|
8021
|
+
[key: string]: never;
|
|
8022
|
+
}>>;
|
|
8023
|
+
export declare function useMeLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<MeQuery, MeQueryVariables>): Apollo.LazyQueryResultTuple<MeQuery, Exact<{
|
|
8024
|
+
[key: string]: never;
|
|
8025
|
+
}>>;
|
|
8026
|
+
export type MeQueryHookResult = ReturnType<typeof useMeQuery>;
|
|
8027
|
+
export type MeLazyQueryHookResult = ReturnType<typeof useMeLazyQuery>;
|
|
8028
|
+
export type MeQueryResult = Apollo.QueryResult<MeQuery, MeQueryVariables>;
|
|
8029
|
+
export declare const TreeDataQueryDocument: Apollo.DocumentNode;
|
|
8030
|
+
/**
|
|
8031
|
+
* __useTreeDataQueryQuery__
|
|
8032
|
+
*
|
|
8033
|
+
* To run a query within a React component, call `useTreeDataQueryQuery` and pass it any options that fit your needs.
|
|
8034
|
+
* When your component renders, `useTreeDataQueryQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
8035
|
+
* you can use to render your UI.
|
|
8036
|
+
*
|
|
8037
|
+
* @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;
|
|
8038
|
+
*
|
|
8039
|
+
* @example
|
|
8040
|
+
* const { data, loading, error } = useTreeDataQueryQuery({
|
|
8041
|
+
* variables: {
|
|
8042
|
+
* treeId: // value for 'treeId'
|
|
8043
|
+
* },
|
|
8044
|
+
* });
|
|
8045
|
+
*/
|
|
8046
|
+
export declare function useTreeDataQueryQuery(baseOptions: Apollo.QueryHookOptions<TreeDataQueryQuery, TreeDataQueryQueryVariables>): Apollo.QueryResult<TreeDataQueryQuery, Exact<{
|
|
8047
|
+
treeId: Scalars["ID"];
|
|
8048
|
+
}>>;
|
|
8049
|
+
export declare function useTreeDataQueryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<TreeDataQueryQuery, TreeDataQueryQueryVariables>): Apollo.LazyQueryResultTuple<TreeDataQueryQuery, Exact<{
|
|
8050
|
+
treeId: Scalars["ID"];
|
|
8051
|
+
}>>;
|
|
8052
|
+
export type TreeDataQueryQueryHookResult = ReturnType<typeof useTreeDataQueryQuery>;
|
|
8053
|
+
export type TreeDataQueryLazyQueryHookResult = ReturnType<typeof useTreeDataQueryLazyQuery>;
|
|
8054
|
+
export type TreeDataQueryQueryResult = Apollo.QueryResult<TreeDataQueryQuery, TreeDataQueryQueryVariables>;
|