@leav/ui 0.3.6-60faf3a → 0.3.6-67cd90e
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 +11 -5
- package/dist/__mocks__/common/form.js +23 -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 +5 -3
- 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 +931 -192
- package/dist/_gqlTypes/index.js +373 -24
- package/dist/_gqlTypes/index.js.map +1 -1
- package/dist/_queries/applications/applicationDetailsFragment.js +1 -1
- package/dist/_queries/applications/applicationDetailsFragment.js.map +1 -1
- package/dist/_queries/applications/checkApplicationExistence.js +1 -1
- package/dist/_queries/applications/checkApplicationExistence.js.map +1 -1
- package/dist/_queries/applications/getApplicationDetails.js +1 -1
- package/dist/_queries/applications/getApplicationDetails.js.map +1 -1
- package/dist/_queries/applications/getApplicationsModulesQuery.js +1 -1
- package/dist/_queries/applications/getApplicationsModulesQuery.js.map +1 -1
- package/dist/_queries/applications/saveApplicationMutation.js +1 -1
- package/dist/_queries/applications/saveApplicationMutation.js.map +1 -1
- package/dist/_queries/attributes/attributeDetailsFragment.js +1 -2
- package/dist/_queries/attributes/attributeDetailsFragment.js.map +1 -1
- package/dist/_queries/attributes/checkAttributeExistenceQuery.js +1 -1
- package/dist/_queries/attributes/checkAttributeExistenceQuery.js.map +1 -1
- package/dist/_queries/attributes/deleteAttributeMutation.js +1 -1
- package/dist/_queries/attributes/deleteAttributeMutation.js.map +1 -1
- package/dist/_queries/attributes/getAttributeByIdQuery.js +1 -1
- package/dist/_queries/attributes/getAttributeByIdQuery.js.map +1 -1
- package/dist/_queries/attributes/getAttributeWithEmbeddedFields.js +1 -1
- package/dist/_queries/attributes/getAttributeWithEmbeddedFields.js.map +1 -1
- package/dist/_queries/attributes/getAttributesByLib.js +1 -1
- package/dist/_queries/attributes/getAttributesByLib.js.map +1 -1
- package/dist/_queries/attributes/getAttributesQuery.js +1 -1
- package/dist/_queries/attributes/getAttributesQuery.js.map +1 -1
- package/dist/_queries/attributes/getVersionProfilesQuery.js +1 -1
- package/dist/_queries/attributes/getVersionProfilesQuery.js.map +1 -1
- package/dist/_queries/attributes/getVersionableAttributesByLibrary.js +1 -1
- package/dist/_queries/attributes/getVersionableAttributesByLibrary.js.map +1 -1
- package/dist/_queries/attributes/saveAttributeMutation.js +1 -1
- package/dist/_queries/attributes/saveAttributeMutation.js.map +1 -1
- package/dist/_queries/export/exportQuery.js +1 -1
- package/dist/_queries/export/exportQuery.js.map +1 -1
- package/dist/_queries/files/createDirectory.js +1 -1
- package/dist/_queries/files/createDirectory.js.map +1 -1
- package/dist/_queries/files/forcePreviewsGenerationMutation.js +1 -1
- package/dist/_queries/files/forcePreviewsGenerationMutation.js.map +1 -1
- package/dist/_queries/files/getDirectoryDataQuery.js +1 -1
- package/dist/_queries/files/getDirectoryDataQuery.js.map +1 -1
- package/dist/_queries/files/getUploadUpdates.js +1 -1
- package/dist/_queries/files/getUploadUpdates.js.map +1 -1
- package/dist/_queries/files/uploadMutation.js +1 -1
- package/dist/_queries/files/uploadMutation.js.map +1 -1
- package/dist/_queries/import/importExcel.js +1 -1
- package/dist/_queries/import/importExcel.js.map +1 -1
- package/dist/_queries/libraries/checkLibraryExistenceQuery.js +1 -1
- package/dist/_queries/libraries/checkLibraryExistenceQuery.js.map +1 -1
- package/dist/_queries/libraries/deleteLibraryMutation.js +1 -1
- package/dist/_queries/libraries/deleteLibraryMutation.js.map +1 -1
- package/dist/_queries/libraries/getLibrariesQuery.js +1 -1
- package/dist/_queries/libraries/getLibrariesQuery.js.map +1 -1
- package/dist/_queries/libraries/getLibraryByIdQuery.js +1 -1
- package/dist/_queries/libraries/getLibraryByIdQuery.js.map +1 -1
- package/dist/_queries/libraries/getLibraryDetailExtendQuery.d.ts +3 -4
- package/dist/_queries/libraries/getLibraryDetailExtendQuery.js +2 -3
- package/dist/_queries/libraries/getLibraryDetailExtendQuery.js.map +1 -1
- package/dist/_queries/libraries/getLibraryPermissionsQuery.js +1 -1
- package/dist/_queries/libraries/getLibraryPermissionsQuery.js.map +1 -1
- package/dist/_queries/libraries/getLibraryPreviewsSettingsQuery.js +1 -1
- package/dist/_queries/libraries/getLibraryPreviewsSettingsQuery.js.map +1 -1
- package/dist/_queries/libraries/libraryDetailsFragment.js +1 -1
- package/dist/_queries/libraries/libraryDetailsFragment.js.map +1 -1
- package/dist/_queries/libraries/saveLibraryMutation.js +1 -1
- package/dist/_queries/libraries/saveLibraryMutation.js.map +1 -1
- package/dist/_queries/permissions/isAllowedQuery.js +1 -1
- package/dist/_queries/permissions/isAllowedQuery.js.map +1 -1
- package/dist/_queries/records/createRecordMutation.js +1 -1
- package/dist/_queries/records/createRecordMutation.js.map +1 -1
- package/dist/_queries/records/deactivateRecordsMutation.js +1 -1
- package/dist/_queries/records/deactivateRecordsMutation.js.map +1 -1
- package/dist/_queries/records/doesFileExistAsChild.js +1 -1
- package/dist/_queries/records/doesFileExistAsChild.js.map +1 -1
- package/dist/_queries/records/getFileDataQuery.js +1 -1
- package/dist/_queries/records/getFileDataQuery.js.map +1 -1
- package/dist/_queries/records/getRecordColumnsValues.d.ts +5 -3
- package/dist/_queries/records/getRecordColumnsValues.js +5 -2
- package/dist/_queries/records/getRecordColumnsValues.js.map +1 -1
- package/dist/_queries/records/getRecordFormQuery.js +3 -1
- package/dist/_queries/records/getRecordFormQuery.js.map +1 -1
- package/dist/_queries/records/getRecordPropertiesQuery.d.ts +23 -13
- package/dist/_queries/records/getRecordPropertiesQuery.js +13 -5
- package/dist/_queries/records/getRecordPropertiesQuery.js.map +1 -1
- package/dist/_queries/records/getRecordUpdatesSubscription.js +1 -1
- package/dist/_queries/records/getRecordUpdatesSubscription.js.map +1 -1
- package/dist/_queries/records/getRecordsFromLibraryQuery.js +2 -1
- package/dist/_queries/records/getRecordsFromLibraryQuery.js.map +1 -1
- package/dist/_queries/records/indexRecordsMutation.js +1 -1
- package/dist/_queries/records/indexRecordsMutation.js.map +1 -1
- package/dist/_queries/records/recordFormAttributeFragment.js +5 -1
- package/dist/_queries/records/recordFormAttributeFragment.js.map +1 -1
- package/dist/_queries/tasks/cancelTaskMutation.js +1 -1
- package/dist/_queries/tasks/cancelTaskMutation.js.map +1 -1
- package/dist/_queries/trees/checkTreeExistenceQuery.js +1 -1
- package/dist/_queries/trees/checkTreeExistenceQuery.js.map +1 -1
- package/dist/_queries/trees/deleteTreeMutation.js +1 -1
- package/dist/_queries/trees/deleteTreeMutation.js.map +1 -1
- package/dist/_queries/trees/getTreeByIdQuery.js +1 -1
- package/dist/_queries/trees/getTreeByIdQuery.js.map +1 -1
- package/dist/_queries/trees/getTreeLibraries.js +1 -1
- package/dist/_queries/trees/getTreeLibraries.js.map +1 -1
- package/dist/_queries/trees/getTreesQuery.js +1 -1
- package/dist/_queries/trees/getTreesQuery.js.map +1 -1
- package/dist/_queries/trees/saveTreeMutation.js +1 -1
- package/dist/_queries/trees/saveTreeMutation.js.map +1 -1
- package/dist/_queries/trees/treeDetailsFragment.js +1 -1
- package/dist/_queries/trees/treeDetailsFragment.js.map +1 -1
- package/dist/_queries/trees/treeNodeChildrenQuery.js +1 -1
- package/dist/_queries/trees/treeNodeChildrenQuery.js.map +1 -1
- package/dist/_queries/userData/getUserData.js +1 -1
- package/dist/_queries/userData/getUserData.js.map +1 -1
- package/dist/_queries/userData/saveUserData.js +1 -1
- package/dist/_queries/userData/saveUserData.js.map +1 -1
- package/dist/_queries/values/deleteValueMutation.js +1 -1
- package/dist/_queries/values/deleteValueMutation.js.map +1 -1
- package/dist/_queries/values/saveValueBatchMutation.js +1 -1
- package/dist/_queries/values/saveValueBatchMutation.js.map +1 -1
- package/dist/_queries/values/valueDetailsFragment.js +9 -6
- package/dist/_queries/values/valueDetailsFragment.js.map +1 -1
- package/dist/_queries/values/valuesVersionFragment.js +1 -1
- package/dist/_queries/values/valuesVersionFragment.js.map +1 -1
- package/dist/_queries/views/deleteViewMutation.js +1 -1
- package/dist/_queries/views/deleteViewMutation.js.map +1 -1
- package/dist/_queries/views/getViewById.js +1 -1
- package/dist/_queries/views/getViewById.js.map +1 -1
- package/dist/_queries/views/getViewsListQuery.js +1 -1
- package/dist/_queries/views/getViewsListQuery.js.map +1 -1
- package/dist/_queries/views/saveViewMutation.js +2 -2
- package/dist/_queries/views/saveViewMutation.js.map +1 -1
- package/dist/_queries/views/viewDetailsFragment.js +15 -12
- package/dist/_queries/views/viewDetailsFragment.js.map +1 -1
- package/dist/_utils/__mocks__/isDevEnv.js +1 -1
- package/dist/_utils/__mocks__/isDevEnv.js.map +1 -1
- package/dist/_utils/getFiltersFromRequest.js +2 -2
- package/dist/_utils/getFiltersFromRequest.js.map +1 -1
- package/dist/_utils/getRequestFromFilter.js +1 -1
- package/dist/_utils/getRequestFromFilter.js.map +1 -1
- package/dist/_utils/index.d.ts +2 -0
- package/dist/_utils/index.js +10 -3
- package/dist/_utils/index.js.map +1 -1
- package/dist/_utils/interleaveElement.d.ts +1 -0
- package/dist/_utils/interleaveElement.js +5 -0
- package/dist/_utils/interleaveElement.js.map +1 -0
- package/dist/_utils/isDevEnv.js +1 -1
- package/dist/_utils/isDevEnv.js.map +1 -1
- package/dist/_utils/typeguards.d.ts +2 -0
- package/dist/_utils/typeguards.js +2 -0
- package/dist/_utils/typeguards.js.map +1 -0
- package/dist/antdTheme/index.d.ts +0 -3
- package/dist/antdTheme/index.js +4 -43
- package/dist/antdTheme/index.js.map +1 -1
- package/dist/components/AttributePicker/AttributePicker.js +1 -1
- package/dist/components/AttributePicker/AttributePicker.js.map +1 -1
- package/dist/components/AttributePicker/AttributesList/AttributesList.js +1 -1
- package/dist/components/AttributePicker/AttributesList/AttributesList.js.map +1 -1
- package/dist/components/AttributePicker/AttributesList/index.js +1 -1
- package/dist/components/AttributePicker/AttributesList/index.js.map +1 -1
- package/dist/components/AttributePicker/index.js +1 -1
- package/dist/components/AttributePicker/index.js.map +1 -1
- package/dist/components/AttributesSelectionList/Attribute/Attribute.js +1 -1
- package/dist/components/AttributesSelectionList/Attribute/Attribute.js.map +1 -1
- package/dist/components/AttributesSelectionList/Attribute/index.js +1 -1
- package/dist/components/AttributesSelectionList/Attribute/index.js.map +1 -1
- package/dist/components/AttributesSelectionList/AttributesSelectionList.js +1 -1
- package/dist/components/AttributesSelectionList/AttributesSelectionList.js.map +1 -1
- package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/SelectedAttribute.js +1 -1
- package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/SelectedAttribute.js.map +1 -1
- package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/index.js +1 -1
- package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/index.js.map +1 -1
- package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttributesList.js +1 -1
- package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttributesList.js.map +1 -1
- package/dist/components/AttributesSelectionList/SelectedAttributesList/index.js +1 -1
- package/dist/components/AttributesSelectionList/SelectedAttributesList/index.js.map +1 -1
- package/dist/components/AttributesSelectionList/helpers/attributeToSelectedAttribute.js +1 -1
- package/dist/components/AttributesSelectionList/helpers/attributeToSelectedAttribute.js.map +1 -1
- package/dist/components/AttributesSelectionList/index.js +1 -1
- package/dist/components/AttributesSelectionList/index.js.map +1 -1
- package/dist/components/AttributesSelectionList/reducer/__mocks__/attributesSelectionListStateContext.js +1 -1
- package/dist/components/AttributesSelectionList/reducer/__mocks__/attributesSelectionListStateContext.js.map +1 -1
- package/dist/components/AttributesSelectionList/reducer/attributesSelectionListReducer.js +1 -1
- package/dist/components/AttributesSelectionList/reducer/attributesSelectionListReducer.js.map +1 -1
- package/dist/components/AttributesSelectionList/reducer/attributesSelectionListStateContext.js +1 -1
- package/dist/components/AttributesSelectionList/reducer/attributesSelectionListStateContext.js.map +1 -1
- package/dist/components/AttributesSelectionList/sharedComponents.js +1 -1
- package/dist/components/AttributesSelectionList/sharedComponents.js.map +1 -1
- package/dist/components/BasicButton/BasicButton.js +1 -1
- package/dist/components/BasicButton/BasicButton.js.map +1 -1
- package/dist/components/BasicButton/index.js +1 -1
- package/dist/components/BasicButton/index.js.map +1 -1
- package/dist/components/CreateDirectory/CreateDirectory.js +2 -2
- package/dist/components/CreateDirectory/CreateDirectory.js.map +1 -1
- package/dist/components/CreateDirectory/index.js +1 -1
- package/dist/components/CreateDirectory/index.js.map +1 -1
- package/dist/components/DeactivateRecordsModal/DeactivateRecordsModal.js +1 -1
- package/dist/components/DeactivateRecordsModal/DeactivateRecordsModal.js.map +1 -1
- package/dist/components/DeactivateRecordsModal/index.js +1 -1
- package/dist/components/DeactivateRecordsModal/index.js.map +1 -1
- package/dist/components/Dimmer/index.js +1 -1
- package/dist/components/Dimmer/index.js.map +1 -1
- package/dist/components/EditApplication/EditApplication.js +3 -3
- package/dist/components/EditApplication/EditApplication.js.map +1 -1
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfo.js +1 -1
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfo.js.map +1 -1
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/EditApplicationInfoForm.js +1 -1
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/EditApplicationInfoForm.js.map +1 -1
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/ModuleSelector/ModuleSelector.js +1 -1
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/ModuleSelector/ModuleSelector.js.map +1 -1
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/ModuleSelector/index.js +1 -1
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/ModuleSelector/index.js.map +1 -1
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/index.js +1 -1
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/index.js.map +1 -1
- package/dist/components/EditApplication/EditApplicationInfo/index.js +1 -1
- package/dist/components/EditApplication/EditApplicationInfo/index.js.map +1 -1
- package/dist/components/EditApplication/_types.d.ts +2 -2
- package/dist/components/EditApplication/index.js +1 -1
- package/dist/components/EditApplication/index.js.map +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttribute.js +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttribute.js.map +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfo.js +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfo.js.map +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/EditAttributeInfoForm.js +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/EditAttributeInfoForm.js.map +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/LinkedLibraryForm.js +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/LinkedLibraryForm.js.map +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/index.js +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/index.js.map +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/LinkedTreeForm.js +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/LinkedTreeForm.js.map +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/index.js +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/index.js.map +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/ValuesVersionsForm/ValuesVersionsForm.js +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/ValuesVersionsForm/ValuesVersionsForm.js.map +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/ValuesVersionsForm/index.js +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/ValuesVersionsForm/index.js.map +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/index.js +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/index.js.map +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/index.js +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/index.js.map +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/index.js +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/index.js.map +1 -1
- package/dist/components/EditAttributeModal/EditAttributeModal.js +1 -1
- package/dist/components/EditAttributeModal/EditAttributeModal.js.map +1 -1
- package/dist/components/EditAttributeModal/index.js +1 -1
- package/dist/components/EditAttributeModal/index.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibrary.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibrary.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/AttributeCell.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/AttributeCell.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/index.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/index.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributesList.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributesList.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/DeleteButton.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/DeleteButton.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/index.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/index.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/index.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/index.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/EditLibraryAttributes.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/EditLibraryAttributes.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/index.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/index.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/EditLibraryIndexation.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/EditLibraryIndexation.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/index.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/index.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/EditLibraryInfoForm.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/EditLibraryInfoForm.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/index.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/index.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/index.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/index.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditLibraryPreviewsSettings.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditLibraryPreviewsSettings.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/EditPreviewsSettingsModal.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/EditPreviewsSettingsModal.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/SizesEditor.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/SizesEditor.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/index.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/index.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/index.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/index.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/PreviewsSettingsList.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/PreviewsSettingsList.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/index.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/index.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/index.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/index.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/index.js +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/index.js.map +1 -1
- package/dist/components/EditLibraryModal/EditLibraryModal.js +1 -1
- package/dist/components/EditLibraryModal/EditLibraryModal.js.map +1 -1
- package/dist/components/EditLibraryModal/index.js +1 -1
- package/dist/components/EditLibraryModal/index.js.map +1 -1
- package/dist/components/EditTreeModal/EditTree/EditTree.js +1 -1
- package/dist/components/EditTreeModal/EditTree/EditTree.js.map +1 -1
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfo.js +1 -1
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfo.js.map +1 -1
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/EditTreeInfoForm.js +1 -1
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/EditTreeInfoForm.js.map +1 -1
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/TreeLibrariesForm.js +1 -1
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/TreeLibrariesForm.js.map +1 -1
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/index.js +1 -1
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/index.js.map +1 -1
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/index.js +1 -1
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/index.js.map +1 -1
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/index.js +1 -1
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/index.js.map +1 -1
- package/dist/components/EditTreeModal/EditTree/index.js +1 -1
- package/dist/components/EditTreeModal/EditTree/index.js.map +1 -1
- package/dist/components/EditTreeModal/EditTreeModal.js +1 -1
- package/dist/components/EditTreeModal/EditTreeModal.js.map +1 -1
- package/dist/components/EditTreeModal/index.js +1 -1
- package/dist/components/EditTreeModal/index.js.map +1 -1
- package/dist/components/EntityCard/EntityCard.js +1 -1
- package/dist/components/EntityCard/EntityCard.js.map +1 -1
- package/dist/components/EntityCard/index.js +1 -1
- package/dist/components/EntityCard/index.js.map +1 -1
- package/dist/components/EntityPreview/EntityPreview.js +1 -1
- package/dist/components/EntityPreview/EntityPreview.js.map +1 -1
- package/dist/components/EntityPreview/EntityPreviewList/EntityPreviewList.js +1 -1
- package/dist/components/EntityPreview/EntityPreviewList/EntityPreviewList.js.map +1 -1
- package/dist/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/SimplisticEntityPreview.js +1 -1
- package/dist/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/SimplisticEntityPreview.js.map +1 -1
- package/dist/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/index.js +1 -1
- package/dist/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/index.js.map +1 -1
- package/dist/components/EntityPreview/EntityPreviewList/index.js +1 -1
- package/dist/components/EntityPreview/EntityPreviewList/index.js.map +1 -1
- package/dist/components/EntityPreview/EntityPreviewTile/EntityPreviewTile.js +1 -1
- package/dist/components/EntityPreview/EntityPreviewTile/EntityPreviewTile.js.map +1 -1
- package/dist/components/EntityPreview/EntityPreviewTile/index.js +1 -1
- package/dist/components/EntityPreview/EntityPreviewTile/index.js.map +1 -1
- package/dist/components/EntityPreview/index.js +1 -1
- package/dist/components/EntityPreview/index.js.map +1 -1
- package/dist/components/ErrorBoundary/ErrorBoundary.js +1 -1
- package/dist/components/ErrorBoundary/ErrorBoundary.js.map +1 -1
- package/dist/components/ErrorBoundary/ErrorBoundaryContent/ErrorBoundaryContent.js +1 -1
- package/dist/components/ErrorBoundary/ErrorBoundaryContent/ErrorBoundaryContent.js.map +1 -1
- package/dist/components/ErrorBoundary/ErrorBoundaryContent/index.js +1 -1
- package/dist/components/ErrorBoundary/ErrorBoundaryContent/index.js.map +1 -1
- package/dist/components/ErrorBoundary/index.js +1 -1
- package/dist/components/ErrorBoundary/index.js.map +1 -1
- package/dist/components/ErrorDisplay/ErrorDisplay.js +1 -1
- package/dist/components/ErrorDisplay/ErrorDisplay.js.map +1 -1
- package/dist/components/ErrorDisplay/index.js +1 -1
- package/dist/components/ErrorDisplay/index.js.map +1 -1
- package/dist/components/ErrorMessage/ErrorMessage.js +1 -1
- package/dist/components/ErrorMessage/ErrorMessage.js.map +1 -1
- package/dist/components/ErrorMessage/index.js +1 -1
- package/dist/components/ErrorMessage/index.js.map +1 -1
- package/dist/components/Explorer/DataView.d.ts +18 -0
- package/dist/components/Explorer/DataView.js +75 -0
- package/dist/components/Explorer/DataView.js.map +1 -0
- package/dist/components/Explorer/Explorer.d.ts +14 -0
- package/dist/components/Explorer/Explorer.js +75 -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/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 +143 -0
- package/dist/components/Explorer/TableCell.js.map +1 -0
- package/dist/components/Explorer/TableTagGroup.d.ts +7 -0
- package/dist/components/Explorer/TableTagGroup.js +30 -0
- package/dist/components/Explorer/TableTagGroup.js.map +1 -0
- package/dist/components/Explorer/_constants.d.ts +4 -0
- package/dist/components/Explorer/_constants.js +17 -0
- package/dist/components/Explorer/_constants.js.map +1 -0
- package/dist/components/Explorer/_queries/useExplorerData.d.ts +35 -0
- package/dist/components/Explorer/_queries/useExplorerData.js +203 -0
- package/dist/components/Explorer/_queries/useExplorerData.js.map +1 -0
- package/dist/components/Explorer/_types.d.ts +80 -0
- package/dist/components/Explorer/_types.js +2 -0
- package/dist/components/Explorer/_types.js.map +1 -0
- package/dist/components/Explorer/conditionsHelper.d.ts +2 -0
- package/dist/components/Explorer/conditionsHelper.js +16 -0
- package/dist/components/Explorer/conditionsHelper.js.map +1 -0
- package/dist/components/Explorer/display-view-filters/ExplorerToolBar.d.ts +4 -0
- package/dist/components/Explorer/display-view-filters/ExplorerToolBar.js +47 -0
- package/dist/components/Explorer/display-view-filters/ExplorerToolBar.js.map +1 -0
- package/dist/components/Explorer/index.d.ts +9 -0
- package/dist/components/Explorer/index.js +10 -0
- package/dist/components/Explorer/index.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/_shared/ColumnItem.d.ts +12 -0
- package/dist/components/Explorer/manage-view-settings/_shared/ColumnItem.js +85 -0
- package/dist/components/Explorer/manage-view-settings/_shared/ColumnItem.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.d.ts +5 -0
- package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.js +12 -0
- package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.d.ts +11 -0
- package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.js +61 -0
- package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/ConfigureDisplay.d.ts +6 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/ConfigureDisplay.js +28 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/ConfigureDisplay.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/attributes/SelectVisibleAttributes.d.ts +6 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/attributes/SelectVisibleAttributes.js +56 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/attributes/SelectVisibleAttributes.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/view-type/SelectViewType.d.ts +8 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/view-type/SelectViewType.js +12 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/view-type/SelectViewType.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.d.ts +4 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js +78 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterListItem.d.ts +9 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterListItem.js +33 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterListItem.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/BooleanAttributeDropdown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/BooleanAttributeDropdown.js +22 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/BooleanAttributeDropdown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ColorAttributeDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ColorAttributeDropDown.js +11 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ColorAttributeDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateAttributeDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateAttributeDropDown.js +66 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateAttributeDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateRangeAttributeDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateRangeAttributeDropDown.js +11 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateRangeAttributeDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/EncryptedAttributeDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/EncryptedAttributeDropDown.js +11 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/EncryptedAttributeDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ExtendedAttributeDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ExtendedAttributeDropDown.js +11 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ExtendedAttributeDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.js +71 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueList.d.ts +10 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueList.js +75 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueList.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/NumericAttributeDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/NumericAttributeDropDown.js +19 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/NumericAttributeDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TextAttributeDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TextAttributeDropDown.js +28 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TextAttributeDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.d.ts +11 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.js +100 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/index.d.ts +8 -0
- package/dist/components/Explorer/manage-view-settings/index.js +11 -0
- package/dist/components/Explorer/manage-view-settings/index.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContext.d.ts +15 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContext.js +15 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContext.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContextProvider.d.ts +7 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContextProvider.js +17 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContextProvider.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/SidePanel.d.ts +2 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/SidePanel.js +19 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/SidePanel.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/useEditSettings.d.ts +1 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/useEditSettings.js +7 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/useEditSettings.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.d.ts +5 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.js +39 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/router-menu/SettingItem.d.ts +9 -0
- package/dist/components/Explorer/manage-view-settings/router-menu/SettingItem.js +55 -0
- package/dist/components/Explorer/manage-view-settings/router-menu/SettingItem.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.d.ts +8 -0
- package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js +70 -0
- package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.d.ts +4 -0
- package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.js +109 -0
- package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/sort-items/SortListItem.d.ts +10 -0
- package/dist/components/Explorer/manage-view-settings/sort-items/SortListItem.js +32 -0
- package/dist/components/Explorer/manage-view-settings/sort-items/SortListItem.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/ViewSettingsContext.d.ts +6 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/ViewSettingsContext.js +11 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/ViewSettingsContext.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/useViewSettingsContext.d.ts +4 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/useViewSettingsContext.js +7 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/useViewSettingsContext.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.d.ts +4 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js +24 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.d.ts +145 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js +199 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js.map +1 -0
- package/dist/components/Explorer/tsconfig.json +6 -0
- package/dist/components/Explorer/useCreateAction.d.ts +19 -0
- package/dist/components/Explorer/useCreateAction.js +40 -0
- package/dist/components/Explorer/useCreateAction.js.map +1 -0
- package/dist/components/Explorer/useEditAction.d.ts +15 -0
- package/dist/components/Explorer/useEditAction.js +54 -0
- package/dist/components/Explorer/useEditAction.js.map +1 -0
- package/dist/components/Explorer/usePagination.d.ts +7 -0
- package/dist/components/Explorer/usePagination.js +25 -0
- package/dist/components/Explorer/usePagination.js.map +1 -0
- package/dist/components/Explorer/usePrimaryActions.d.ts +12 -0
- package/dist/components/Explorer/usePrimaryActions.js +21 -0
- package/dist/components/Explorer/usePrimaryActions.js.map +1 -0
- package/dist/components/Explorer/useRemoveAction.d.ts +12 -0
- package/dist/components/Explorer/useRemoveAction.js +90 -0
- package/dist/components/Explorer/useRemoveAction.js.map +1 -0
- package/dist/components/Explorer/useSearchInput.d.ts +10 -0
- package/dist/components/Explorer/useSearchInput.js +31 -0
- package/dist/components/Explorer/useSearchInput.js.map +1 -0
- package/dist/components/Explorer/useTableScrollableHeight.d.ts +5 -0
- package/dist/components/Explorer/useTableScrollableHeight.js +15 -0
- package/dist/components/Explorer/useTableScrollableHeight.js.map +1 -0
- package/dist/components/Explorer/useViewSettingsReducer.d.ts +8 -0
- package/dist/components/Explorer/useViewSettingsReducer.js +125 -0
- package/dist/components/Explorer/useViewSettingsReducer.js.map +1 -0
- package/dist/components/ExportModal/ExportModal.js +3 -3
- package/dist/components/ExportModal/ExportModal.js.map +1 -1
- package/dist/components/ExportModal/index.js +1 -1
- package/dist/components/ExportModal/index.js.map +1 -1
- package/dist/components/FieldsGroup/FieldsGroup.js +1 -1
- package/dist/components/FieldsGroup/FieldsGroup.js.map +1 -1
- package/dist/components/FieldsGroup/index.js +1 -1
- package/dist/components/FieldsGroup/index.js.map +1 -1
- package/dist/components/FloatingMenu/FloatingMenu.js +1 -1
- package/dist/components/FloatingMenu/FloatingMenu.js.map +1 -1
- package/dist/components/FloatingMenu/index.js +1 -1
- package/dist/components/FloatingMenu/index.js.map +1 -1
- package/dist/components/ImageLoading/ImageLoading.js +1 -1
- package/dist/components/ImageLoading/ImageLoading.js.map +1 -1
- package/dist/components/ImageLoading/index.js +1 -1
- package/dist/components/ImageLoading/index.js.map +1 -1
- package/dist/components/ImageMissing/ImageMissing.js +1 -1
- package/dist/components/ImageMissing/ImageMissing.js.map +1 -1
- package/dist/components/ImageMissing/index.js +1 -1
- package/dist/components/ImageMissing/index.js.map +1 -1
- package/dist/components/ImportModal/ImportModal.js +1 -1
- package/dist/components/ImportModal/ImportModal.js.map +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/ImportKeysSelector.js +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/ImportKeysSelector.js.map +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/index.js +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/index.js.map +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/ImportMappingRowTitle.js +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/ImportMappingRowTitle.js.map +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/index.js +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/index.js.map +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.js +6 -6
- package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.js.map +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/ImportScheduleModal.js +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/ImportScheduleModal.js.map +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/index.js +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/index.js.map +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/ImportSheetSettings.js +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/ImportSheetSettings.js.map +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/index.js +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/index.js.map +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/index.js +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/index.js.map +1 -1
- package/dist/components/ImportModal/ImportModalDoneStep/ImportModalDoneStep.js +1 -1
- package/dist/components/ImportModal/ImportModalDoneStep/ImportModalDoneStep.js.map +1 -1
- package/dist/components/ImportModal/ImportModalDoneStep/index.js +1 -1
- package/dist/components/ImportModal/ImportModalDoneStep/index.js.map +1 -1
- package/dist/components/ImportModal/ImportModalProcessingStep/ImportModalProcessingStep.js +1 -1
- package/dist/components/ImportModal/ImportModalProcessingStep/ImportModalProcessingStep.js.map +1 -1
- package/dist/components/ImportModal/ImportModalProcessingStep/index.js +1 -1
- package/dist/components/ImportModal/ImportModalProcessingStep/index.js.map +1 -1
- package/dist/components/ImportModal/ImportModalSelectFileStep/ImportModalSelectFileStep.js +1 -1
- package/dist/components/ImportModal/ImportModalSelectFileStep/ImportModalSelectFileStep.js.map +1 -1
- package/dist/components/ImportModal/ImportModalSelectFileStep/index.js +1 -1
- package/dist/components/ImportModal/ImportModalSelectFileStep/index.js.map +1 -1
- package/dist/components/ImportModal/importReducer/ImportReducerContext.js +1 -1
- package/dist/components/ImportModal/importReducer/ImportReducerContext.js.map +1 -1
- package/dist/components/ImportModal/importReducer/importReducer.js +1 -1
- package/dist/components/ImportModal/importReducer/importReducer.js.map +1 -1
- package/dist/components/ImportModal/importReducer/index.js +1 -1
- package/dist/components/ImportModal/importReducer/index.js.map +1 -1
- package/dist/components/ImportModal/index.js +1 -1
- package/dist/components/ImportModal/index.js.map +1 -1
- package/dist/components/LibraryItemsList/CreateNewRecordButton/CreateNewRecordButton.js +1 -1
- package/dist/components/LibraryItemsList/CreateNewRecordButton/CreateNewRecordButton.js.map +1 -1
- package/dist/components/LibraryItemsList/CreateNewRecordButton/index.js +1 -1
- package/dist/components/LibraryItemsList/CreateNewRecordButton/index.js.map +1 -1
- package/dist/components/LibraryItemsList/DisplayOptions/DisplayOptions.js +1 -1
- package/dist/components/LibraryItemsList/DisplayOptions/DisplayOptions.js.map +1 -1
- package/dist/components/LibraryItemsList/DisplayOptions/index.js +1 -1
- package/dist/components/LibraryItemsList/DisplayOptions/index.js.map +1 -1
- package/dist/components/LibraryItemsList/DisplayTypeSelector/DisplayTypeSelector.js +1 -1
- package/dist/components/LibraryItemsList/DisplayTypeSelector/DisplayTypeSelector.js.map +1 -1
- package/dist/components/LibraryItemsList/DisplayTypeSelector/index.js +1 -1
- package/dist/components/LibraryItemsList/DisplayTypeSelector/index.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersDropdown/FiltersDropdown.js +1 -1
- package/dist/components/LibraryItemsList/FiltersDropdown/FiltersDropdown.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersDropdown/index.js +1 -1
- package/dist/components/LibraryItemsList/FiltersDropdown/index.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.js +3 -3
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.utils.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.utils.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/FilterAttributeCondition.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/FilterAttributeCondition.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/index.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/index.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/BooleanFilter.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/BooleanFilter.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/index.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/index.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/index.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/index.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/DateFilter.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/DateFilter.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/index.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/index.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/NumericFilter.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/NumericFilter.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/index.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/index.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/TextFilter.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/TextFilter.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/index.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/index.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/index.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/index.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/FilterDropdownButton.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/FilterDropdownButton.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/index.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/index.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/FilterTreeCondition.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/FilterTreeCondition.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/index.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/index.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/FiltersPanel.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/FiltersPanel.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/index.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/index.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/mustHideValue.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/mustHideValue.js.map +1 -1
- package/dist/components/LibraryItemsList/IconViewType/IconViewType.js +1 -1
- package/dist/components/LibraryItemsList/IconViewType/IconViewType.js.map +1 -1
- package/dist/components/LibraryItemsList/IconViewType/index.js +1 -1
- package/dist/components/LibraryItemsList/IconViewType/index.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.js +8 -12
- package/dist/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListContent/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListContent/index.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListEmpty/LibraryItemsListEmpty.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListEmpty/LibraryItemsListEmpty.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListEmpty/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListEmpty/index.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListPagination/LibraryItemsListPagination.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListPagination/LibraryItemsListPagination.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListPagination/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListPagination/index.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyCell/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyCell/index.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyRow/BodyRow.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyRow/BodyRow.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyRow/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyRow/index.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/AllValuesCount.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/AllValuesCount.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/index.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/Cell.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/Cell.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/CellInfos.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/CellInfos.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/index.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/CellSelection.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/CellSelection.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/index.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/ElementsToDisplay/RichTextDisplay.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/ElementsToDisplay/RichTextDisplay.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/StandardCell.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/StandardCell.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/index.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/index.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/utils.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/utils.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/ChooseTableColumns.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/ChooseTableColumns.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/index.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/Header.js +8 -6
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/Header.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/index.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Table.js +2 -2
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Table.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/index.js.map +1 -1
- package/dist/components/LibraryItemsList/MenuItemList/MenuItemList.js +1 -1
- package/dist/components/LibraryItemsList/MenuItemList/MenuItemList.js.map +1 -1
- package/dist/components/LibraryItemsList/MenuItemList/index.js +1 -1
- package/dist/components/LibraryItemsList/MenuItemList/index.js.map +1 -1
- package/dist/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/ActionsMenu.js +1 -1
- package/dist/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/ActionsMenu.js.map +1 -1
- package/dist/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/index.js +1 -1
- package/dist/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/index.js.map +1 -1
- package/dist/components/LibraryItemsList/MenuItemListSelected/MenuItemListSelected.js +1 -1
- package/dist/components/LibraryItemsList/MenuItemListSelected/MenuItemListSelected.js.map +1 -1
- package/dist/components/LibraryItemsList/MenuItemListSelected/index.js +1 -1
- package/dist/components/LibraryItemsList/MenuItemListSelected/index.js.map +1 -1
- package/dist/components/LibraryItemsList/MenuSelection/MenuSelection.js +1 -1
- package/dist/components/LibraryItemsList/MenuSelection/MenuSelection.js.map +1 -1
- package/dist/components/LibraryItemsList/MenuSelection/index.js +1 -1
- package/dist/components/LibraryItemsList/MenuSelection/index.js.map +1 -1
- package/dist/components/LibraryItemsList/MenuView/MenuView.js +5 -10
- package/dist/components/LibraryItemsList/MenuView/MenuView.js.map +1 -1
- package/dist/components/LibraryItemsList/MenuView/index.js +1 -1
- package/dist/components/LibraryItemsList/MenuView/index.js.map +1 -1
- package/dist/components/LibraryItemsList/SearchItems/SearchItems.js +1 -1
- package/dist/components/LibraryItemsList/SearchItems/SearchItems.js.map +1 -1
- package/dist/components/LibraryItemsList/SearchItems/index.js +1 -1
- package/dist/components/LibraryItemsList/SearchItems/index.js.map +1 -1
- package/dist/components/LibraryItemsList/Sidebar/Sidebar.js +1 -1
- package/dist/components/LibraryItemsList/Sidebar/Sidebar.js.map +1 -1
- package/dist/components/LibraryItemsList/Sidebar/index.js +1 -1
- package/dist/components/LibraryItemsList/Sidebar/index.js.map +1 -1
- package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/ItemTileDisplay.js +1 -1
- package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/ItemTileDisplay.js.map +1 -1
- package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/index.js +1 -1
- package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/index.js.map +1 -1
- package/dist/components/LibraryItemsList/TileDisplay/TileDisplay.js +1 -1
- package/dist/components/LibraryItemsList/TileDisplay/TileDisplay.js.map +1 -1
- package/dist/components/LibraryItemsList/TileDisplay/helpers/getItemPreviewSize.js +1 -1
- package/dist/components/LibraryItemsList/TileDisplay/helpers/getItemPreviewSize.js.map +1 -1
- package/dist/components/LibraryItemsList/TileDisplay/index.js +1 -1
- package/dist/components/LibraryItemsList/TileDisplay/index.js.map +1 -1
- package/dist/components/LibraryItemsList/VersionsPanel/VersionsPanel.js +1 -1
- package/dist/components/LibraryItemsList/VersionsPanel/VersionsPanel.js.map +1 -1
- package/dist/components/LibraryItemsList/VersionsPanel/index.js +1 -1
- package/dist/components/LibraryItemsList/VersionsPanel/index.js.map +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/EditView/EditView.js +3 -4
- package/dist/components/LibraryItemsList/ViewPanel/EditView/EditView.js.map +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/EditView/index.js +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/EditView/index.js.map +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/View/View.js +4 -4
- package/dist/components/LibraryItemsList/ViewPanel/View/View.js.map +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/View/index.js +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/View/index.js.map +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/ViewPanel.js +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/ViewPanel.js.map +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/index.js +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/index.js.map +1 -1
- package/dist/components/LibraryItemsList/helpers/defaultFilterConditionByAttributeFormat.js +1 -1
- package/dist/components/LibraryItemsList/helpers/defaultFilterConditionByAttributeFormat.js.map +1 -1
- package/dist/components/LibraryItemsList/helpers/displayTypeToPreviewSize.js +1 -1
- package/dist/components/LibraryItemsList/helpers/displayTypeToPreviewSize.js.map +1 -1
- package/dist/components/LibraryItemsList/helpers/extractAttributesFromLibrary.js +1 -1
- package/dist/components/LibraryItemsList/helpers/extractAttributesFromLibrary.js.map +1 -1
- package/dist/components/LibraryItemsList/helpers/getFieldFromKey.js +1 -1
- package/dist/components/LibraryItemsList/helpers/getFieldFromKey.js.map +1 -1
- package/dist/components/LibraryItemsList/helpers/getFieldsFromView.js +4 -9
- package/dist/components/LibraryItemsList/helpers/getFieldsFromView.js.map +1 -1
- package/dist/components/LibraryItemsList/helpers/getSortFieldByAttributeType.js +1 -1
- package/dist/components/LibraryItemsList/helpers/getSortFieldByAttributeType.js.map +1 -1
- package/dist/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.js +8 -6
- package/dist/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.js.map +1 -1
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/_types.d.ts +1 -1
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/index.js +1 -1
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/index.js.map +1 -1
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchContext.js +1 -1
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchContext.js.map +1 -1
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.d.ts +1 -1
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.js +25 -33
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.js.map +1 -1
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/useSearchReducer.js +1 -1
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/useSearchReducer.js.map +1 -1
- package/dist/components/LibraryItemsList/hooks/useUpdateViewsOrderMutation.js +1 -1
- package/dist/components/LibraryItemsList/hooks/useUpdateViewsOrderMutation.js.map +1 -1
- package/dist/components/LibraryItemsList/index.js +1 -1
- package/dist/components/LibraryItemsList/index.js.map +1 -1
- package/dist/components/LibraryItemsList/manageItems.js +1 -1
- package/dist/components/LibraryItemsList/manageItems.js.map +1 -1
- package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/DeactivateRecordBtn.js +1 -1
- package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/DeactivateRecordBtn.js.map +1 -1
- package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/index.js +1 -1
- package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/index.js.map +1 -1
- package/dist/components/LibraryItemsList/shared/SelectCellsBtn.js +1 -1
- package/dist/components/LibraryItemsList/shared/SelectCellsBtn.js.map +1 -1
- package/dist/components/LibraryItemsList/shared/shared.utils.js +1 -1
- package/dist/components/LibraryItemsList/shared/shared.utils.js.map +1 -1
- package/dist/components/LibraryPicker/LibrariesList/LibrariesList.js +1 -1
- package/dist/components/LibraryPicker/LibrariesList/LibrariesList.js.map +1 -1
- package/dist/components/LibraryPicker/LibrariesList/index.js +1 -1
- package/dist/components/LibraryPicker/LibrariesList/index.js.map +1 -1
- package/dist/components/LibraryPicker/LibraryPicker.js +1 -1
- package/dist/components/LibraryPicker/LibraryPicker.js.map +1 -1
- package/dist/components/LibraryPicker/index.js +1 -1
- package/dist/components/LibraryPicker/index.js.map +1 -1
- package/dist/components/List/List.js +1 -1
- package/dist/components/List/List.js.map +1 -1
- package/dist/components/List/index.js +1 -1
- package/dist/components/List/index.js.map +1 -1
- package/dist/components/Loading/Loading.js +1 -1
- package/dist/components/Loading/Loading.js.map +1 -1
- package/dist/components/Loading/index.js +1 -1
- package/dist/components/Loading/index.js.map +1 -1
- package/dist/components/RecordCard/RecordCard.js +1 -1
- package/dist/components/RecordCard/RecordCard.js.map +1 -1
- package/dist/components/RecordCard/index.js +1 -1
- package/dist/components/RecordCard/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecord/EditRecord.d.ts +1 -0
- package/dist/components/RecordEdition/EditRecord/EditRecord.js +34 -24
- package/dist/components/RecordEdition/EditRecord/EditRecord.js.map +1 -1
- package/dist/components/RecordEdition/EditRecord/ValuesVersionSummary/ValuesVersionSummary.js +1 -1
- package/dist/components/RecordEdition/EditRecord/ValuesVersionSummary/ValuesVersionSummary.js.map +1 -1
- package/dist/components/RecordEdition/EditRecord/ValuesVersionSummary/index.js +1 -1
- package/dist/components/RecordEdition/EditRecord/ValuesVersionSummary/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecord/creationErrorContext.js +1 -1
- package/dist/components/RecordEdition/EditRecord/creationErrorContext.js.map +1 -1
- package/dist/components/RecordEdition/EditRecord/index.js +1 -1
- package/dist/components/RecordEdition/EditRecord/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordBtn/EditRecordBtn.js +1 -1
- package/dist/components/RecordEdition/EditRecordBtn/EditRecordBtn.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordBtn/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordBtn/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js +18 -5
- package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/EditRecordSkeleton.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/EditRecordSkeleton.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/_types.d.ts +15 -26
- package/dist/components/RecordEdition/EditRecordContent/_types.js +5 -5
- package/dist/components/RecordEdition/EditRecordContent/_types.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/antdUtils.d.ts +5 -1
- package/dist/components/RecordEdition/EditRecordContent/antdUtils.js +50 -36
- package/dist/components/RecordEdition/EditRecordContent/antdUtils.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/formConstants.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/formConstants.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.d.ts +3 -1
- package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.js +8 -2
- package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/helpers/getActiveFieldValues/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/helpers/getActiveFieldValues/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/helpers/isCurrentVersion/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/helpers/isCurrentVersion/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/__mocks__/useDeleteValueMutation.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/__mocks__/useDeleteValueMutation.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/__mocks__/useSaveValueMutation.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/__mocks__/useSaveValueMutation.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/helpers/getPropertyCacheFieldName.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/helpers/getPropertyCacheFieldName.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/useExecuteSaveValueBatchMutation.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/useExecuteSaveValueBatchMutation.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/useRecordEditionContext.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/useRecordEditionContext.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/useRunActionsListAndFormatOnValue.d.ts +121 -0
- package/dist/components/RecordEdition/EditRecordContent/hooks/useRunActionsListAndFormatOnValue.js +31 -0
- package/dist/components/RecordEdition/EditRecordContent/hooks/useRunActionsListAndFormatOnValue.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/linkFieldReducer/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/linkFieldReducer/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/linkFieldReducer/linkFieldReducer.d.ts +2 -2
- package/dist/components/RecordEdition/EditRecordContent/reducers/linkFieldReducer/linkFieldReducer.js +9 -9
- package/dist/components/RecordEdition/EditRecordContent/reducers/linkFieldReducer/linkFieldReducer.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/AddValueBtn/AddValueBtn.d.ts +2 -2
- package/dist/components/RecordEdition/EditRecordContent/shared/AddValueBtn/AddValueBtn.js +3 -3
- package/dist/components/RecordEdition/EditRecordContent/shared/AddValueBtn/AddValueBtn.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/AddValueBtn/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/AddValueBtn/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/DeleteAllValuesBtn/DeleteAllValuesBtn.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/DeleteAllValuesBtn/DeleteAllValuesBtn.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/DeleteAllValuesBtn/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/DeleteAllValuesBtn/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/DeleteValueBtn/DeleteValueBtn.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/DeleteValueBtn/DeleteValueBtn.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/DeleteValueBtn/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/DeleteValueBtn/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/FieldFooter/FieldFooter.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/FieldFooter/FieldFooter.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/FieldFooter/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/FieldFooter/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/InheritedFieldLabel/InheritedFieldLabel.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/InheritedFieldLabel/InheritedFieldLabel.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/InheritedFieldLabel/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/InheritedFieldLabel/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/NoValue/NoValue.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/NoValue/NoValue.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/NoValue/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/NoValue/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/UpdatedFieldIcon/UpdatedFieldIcon.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/UpdatedFieldIcon/UpdatedFieldIcon.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/UpdatedFieldIcon/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/UpdatedFieldIcon/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/ValueDetailsBtn.js +2 -2
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/ValueDetailsBtn.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/useValueDetailsButton.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/useValueDetailsButton.js +3 -9
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/useValueDetailsButton.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionBtn/ValuesVersionBtn.d.ts +4 -4
- package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionBtn/ValuesVersionBtn.js +9 -9
- package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionBtn/ValuesVersionBtn.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionBtn/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionBtn/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionIndicator/ValuesVersionIndicator.d.ts +2 -2
- package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionIndicator/ValuesVersionIndicator.js +3 -3
- package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionIndicator/ValuesVersionIndicator.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionIndicator/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionIndicator/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.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 +4 -4
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.d.ts +1 -2
- 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 +1 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.js +3 -10
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/useGetOptionsQuery.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/useGetOptionsQuery.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/RecordIdentityCell/RecordIdentityCell.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/RecordIdentityCell/RecordIdentityCell.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/RecordIdentityCell/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/RecordIdentityCell/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/QuickSearch/QuickSearch.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/QuickSearch/QuickSearch.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/QuickSearch/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/QuickSearch/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/ValuesAdd.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/ValuesAdd.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/ComputeIndicator.d.ts +6 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/ComputeIndicator.js +18 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/ComputeIndicator.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/DeleteAllValuesButton.d.ts +4 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/DeleteAllValuesButton.js +25 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/DeleteAllValuesButton.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.d.ts +5 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js +146 -189
- 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 +17 -20
- 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 +72 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.d.ts +3 -13
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js +47 -28
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.d.ts +4 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js +26 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.d.ts +3 -13
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js +35 -31
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.d.ts +3 -13
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js +44 -34
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.d.ts +3 -13
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js +64 -34
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.d.ts +4 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js +62 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.d.ts +16 -9
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js +67 -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 +138 -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 +55 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/calculatedInheritedFlags.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/useGetPresentationValues.d.ts +12 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/useGetPresentationValues.js +37 -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 -5
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeFieldValue/TreeFieldValue.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeFieldValue/TreeFieldValue.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeFieldValue/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeFieldValue/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/ValuesAdd.js +3 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/ValuesAdd.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js +11 -5
- package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordModal/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordModal/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js +3 -3
- package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordPage/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordPage/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.d.ts +4 -1
- package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js +35 -3
- package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.d.ts +4 -7
- package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.js +7 -9
- package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/RecordInformations.d.ts +9 -0
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/RecordInformations.js +42 -0
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/RecordInformations.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/useRecordInformations.d.ts +6 -0
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/useRecordInformations.js +35 -0
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/useRecordInformations.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.d.ts +2 -281
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.js +26 -57
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/AttributeDetails.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/AttributeDetails.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/TreeValuePath.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/TreeValuePath.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/ValueInfo.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/ValueInfo.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.d.ts +2 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.js +3 -8
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/ValuesVersions.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/ValuesVersions.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/index.js.map +1 -1
- package/dist/components/RecordEdition/editRecordReducer/editRecordReducerContext.js +1 -1
- package/dist/components/RecordEdition/editRecordReducer/editRecordReducerContext.js.map +1 -1
- package/dist/components/RecordEdition/editRecordReducer/index.js +1 -1
- package/dist/components/RecordEdition/editRecordReducer/index.js.map +1 -1
- package/dist/components/RecordEdition/editRecordReducer/useEditRecordReducer.js +1 -1
- package/dist/components/RecordEdition/editRecordReducer/useEditRecordReducer.js.map +1 -1
- package/dist/components/RecordEdition/hooks/useCreateCancelConfirm/index.js +1 -1
- package/dist/components/RecordEdition/hooks/useCreateCancelConfirm/index.js.map +1 -1
- package/dist/components/RecordEdition/hooks/useCreateCancelConfirm/useCreateCancelConfirm.js +1 -1
- package/dist/components/RecordEdition/hooks/useCreateCancelConfirm/useCreateCancelConfirm.js.map +1 -1
- package/dist/components/RecordEdition/hooks/useGetSubmitButtons.js +1 -1
- package/dist/components/RecordEdition/hooks/useGetSubmitButtons.js.map +1 -1
- package/dist/components/RecordEdition/index.js +1 -1
- package/dist/components/RecordEdition/index.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModal.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModal.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/AudioFile.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/AudioFile.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/index.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/index.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/DocumentFile.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/DocumentFile.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/index.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/index.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalContent.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalContent.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/FileModalSidebar.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/FileModalSidebar.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/index.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/index.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/ImageFile.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/ImageFile.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/index.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/index.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/NoDisplayFile.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/NoDisplayFile.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/index.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/index.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/VideoFile.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/VideoFile.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/index.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/index.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/index.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/index.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/_constants.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/_constants.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/index.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/index.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/RecordPreviewWithModal.js +1 -1
- package/dist/components/RecordPreviewWithModal/RecordPreviewWithModal.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/index.js +1 -1
- package/dist/components/RecordPreviewWithModal/index.js.map +1 -1
- package/dist/components/SearchModal/SearchModal.js +1 -1
- package/dist/components/SearchModal/SearchModal.js.map +1 -1
- package/dist/components/SearchModal/index.js +1 -1
- package/dist/components/SearchModal/index.js.map +1 -1
- package/dist/components/SelectTreeNode/SelectTreeNode.d.ts +4 -7
- package/dist/components/SelectTreeNode/SelectTreeNode.js +18 -136
- package/dist/components/SelectTreeNode/SelectTreeNode.js.map +1 -1
- package/dist/components/SelectTreeNode/SelectTreeNodeContent.d.ts +16 -0
- package/dist/components/SelectTreeNode/SelectTreeNodeContent.js +131 -0
- package/dist/components/SelectTreeNode/SelectTreeNodeContent.js.map +1 -0
- package/dist/components/SelectTreeNode/index.d.ts +1 -1
- package/dist/components/SelectTreeNode/index.js +2 -2
- package/dist/components/SelectTreeNode/index.js.map +1 -1
- package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.d.ts +4 -7
- package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.js +11 -11
- package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.js.map +1 -1
- package/dist/components/SelectTreeNodeModal/index.d.ts +1 -2
- package/dist/components/SelectTreeNodeModal/index.js +2 -3
- package/dist/components/SelectTreeNodeModal/index.js.map +1 -1
- package/dist/components/SimpleErrorBoundary/SimpleErrorBoundary.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 +1 -0
- package/dist/constants.js +2 -1
- package/dist/constants.js.map +1 -1
- package/dist/{components/LibraryItemsList/LibraryItemsListTable → contexts/EditRecordModalContext}/EditRecordModalContext.d.ts +1 -1
- package/dist/contexts/EditRecordModalContext/EditRecordModalContext.js +7 -0
- package/dist/contexts/EditRecordModalContext/EditRecordModalContext.js.map +1 -0
- package/dist/contexts/EditRecordModalContext/EditRecordModalProvider.d.ts +2 -0
- package/dist/{components/LibraryItemsList/LibraryItemsListTable → contexts/EditRecordModalContext}/EditRecordModalProvider.js +5 -5
- package/dist/contexts/EditRecordModalContext/EditRecordModalProvider.js.map +1 -0
- package/dist/contexts/EditRecordModalContext/index.d.ts +2 -0
- package/dist/contexts/EditRecordModalContext/index.js +6 -0
- package/dist/contexts/EditRecordModalContext/index.js.map +1 -0
- package/dist/contexts/EditRecordModalContext/tsconfig.json +6 -0
- package/dist/contexts/EditRecordModalContext/useEditRecordModalContext.d.ts +1 -0
- package/dist/{components/LibraryItemsList/LibraryItemsListTable → contexts/EditRecordModalContext}/useEditRecordModalContext.js +2 -2
- package/dist/contexts/EditRecordModalContext/useEditRecordModalContext.js.map +1 -0
- package/dist/contexts/LangContext/LangContext.js +1 -1
- package/dist/contexts/LangContext/LangContext.js.map +1 -1
- package/dist/contexts/LangContext/index.js +1 -1
- package/dist/contexts/LangContext/index.js.map +1 -1
- package/dist/contexts/UserContext/UserContext.js +1 -1
- package/dist/contexts/UserContext/UserContext.js.map +1 -1
- package/dist/contexts/UserContext/index.js +1 -1
- package/dist/contexts/UserContext/index.js.map +1 -1
- package/dist/contexts/index.js +1 -1
- package/dist/contexts/index.js.map +1 -1
- package/dist/gqlFragments/index.js +1 -1
- package/dist/gqlFragments/index.js.map +1 -1
- package/dist/gqlFragments/recordIdentityFragment.js +1 -1
- package/dist/gqlFragments/recordIdentityFragment.js.map +1 -1
- package/dist/hooks/index.js +1 -1
- package/dist/hooks/index.js.map +1 -1
- package/dist/hooks/useAntdLocale/index.js +1 -1
- package/dist/hooks/useAntdLocale/index.js.map +1 -1
- package/dist/hooks/useAppLang/index.js +1 -1
- package/dist/hooks/useAppLang/index.js.map +1 -1
- package/dist/hooks/useAppLang/useAppLang.js +1 -1
- package/dist/hooks/useAppLang/useAppLang.js.map +1 -1
- package/dist/hooks/useAuth/index.js +1 -1
- package/dist/hooks/useAuth/index.js.map +1 -1
- package/dist/hooks/useAuth/useAuth.js +2 -2
- package/dist/hooks/useAuth/useAuth.js.map +1 -1
- package/dist/hooks/useCanEditRecord/index.js +1 -1
- package/dist/hooks/useCanEditRecord/index.js.map +1 -1
- package/dist/hooks/useCanEditRecord/useCanEditRecord.js +1 -1
- package/dist/hooks/useCanEditRecord/useCanEditRecord.js.map +1 -1
- package/dist/hooks/useDebouncedValue/index.d.ts +1 -0
- package/dist/hooks/useDebouncedValue/index.js +5 -0
- package/dist/hooks/useDebouncedValue/index.js.map +1 -0
- package/dist/hooks/useDebouncedValue/useDebouncedValue.js +1 -1
- package/dist/hooks/useDebouncedValue/useDebouncedValue.js.map +1 -1
- package/dist/hooks/useExecuteSaveViewMutation/index.d.ts +1 -0
- package/dist/hooks/useExecuteSaveViewMutation/index.js +5 -0
- package/dist/hooks/useExecuteSaveViewMutation/index.js.map +1 -0
- package/dist/hooks/useExecuteSaveViewMutation/useExecuteSaveViewMutation.d.ts +6 -0
- package/dist/hooks/{useExecuteAddViewMutation/useExecuteAddViewMutation.js → useExecuteSaveViewMutation/useExecuteSaveViewMutation.js} +6 -6
- package/dist/hooks/useExecuteSaveViewMutation/useExecuteSaveViewMutation.js.map +1 -0
- package/dist/hooks/useGetLibraryDetailExtendedQuery/useGetLibraryDetailExtendedQuery.js +1 -1
- package/dist/hooks/useGetLibraryDetailExtendedQuery/useGetLibraryDetailExtendedQuery.js.map +1 -1
- package/dist/hooks/useGetPreparedFileData/useGetPreparedFileData.js +1 -1
- package/dist/hooks/useGetPreparedFileData/useGetPreparedFileData.js.map +1 -1
- package/dist/hooks/useGetRecordForm/index.js +1 -1
- package/dist/hooks/useGetRecordForm/index.js.map +1 -1
- package/dist/hooks/useGetRecordForm/useGetRecordForm.d.ts +4 -0
- package/dist/hooks/useGetRecordForm/useGetRecordForm.js.map +1 -1
- package/dist/hooks/useGetRecordUpdatesSubscription/index.js +1 -1
- package/dist/hooks/useGetRecordUpdatesSubscription/index.js.map +1 -1
- package/dist/hooks/useGetRecordUpdatesSubscription/useGetRecordUpdatesSubscription.js +1 -1
- package/dist/hooks/useGetRecordUpdatesSubscription/useGetRecordUpdatesSubscription.js.map +1 -1
- package/dist/hooks/useGetRecordValuesQuery/useGetRecordValuesQuery.js +1 -1
- package/dist/hooks/useGetRecordValuesQuery/useGetRecordValuesQuery.js.map +1 -1
- package/dist/hooks/useLang/__mocks__/index.js +1 -1
- package/dist/hooks/useLang/__mocks__/index.js.map +1 -1
- package/dist/hooks/useLang/__mocks__/useLang.js +1 -1
- package/dist/hooks/useLang/__mocks__/useLang.js.map +1 -1
- package/dist/hooks/useLang/index.js +1 -1
- package/dist/hooks/useLang/index.js.map +1 -1
- package/dist/hooks/useLang/useLang.d.ts +1 -1
- package/dist/hooks/useLang/useLang.js +3 -3
- package/dist/hooks/useLang/useLang.js.map +1 -1
- package/dist/hooks/useLibraryVersionTrees/index.js +1 -1
- package/dist/hooks/useLibraryVersionTrees/index.js.map +1 -1
- package/dist/hooks/useLocalStorage/index.js +1 -1
- package/dist/hooks/useLocalStorage/index.js.map +1 -1
- package/dist/hooks/useLocalStorage/useLocalStorage.js +1 -1
- package/dist/hooks/useLocalStorage/useLocalStorage.js.map +1 -1
- package/dist/hooks/useLoginChecker/index.js +1 -1
- package/dist/hooks/useLoginChecker/index.js.map +1 -1
- package/dist/hooks/useLoginChecker/useLoginChecker.js +1 -1
- package/dist/hooks/useLoginChecker/useLoginChecker.js.map +1 -1
- package/dist/hooks/useRecordsConsultationHistory/index.js +1 -1
- package/dist/hooks/useRecordsConsultationHistory/index.js.map +1 -1
- package/dist/hooks/useRecordsConsultationHistory/useRecordsConsultationHistory.js +1 -1
- package/dist/hooks/useRecordsConsultationHistory/useRecordsConsultationHistory.js.map +1 -1
- package/dist/hooks/useRedirectToLogin/index.js +1 -1
- package/dist/hooks/useRedirectToLogin/index.js.map +1 -1
- package/dist/hooks/useRedirectToLogin/useRedirectToLogin.js +1 -1
- package/dist/hooks/useRedirectToLogin/useRedirectToLogin.js.map +1 -1
- package/dist/hooks/useRefreshFieldValues/index.js +1 -1
- package/dist/hooks/useRefreshFieldValues/index.js.map +1 -1
- package/dist/hooks/useRefreshFieldValues/useRefreshFieldValues.js +8 -3
- package/dist/hooks/useRefreshFieldValues/useRefreshFieldValues.js.map +1 -1
- package/dist/hooks/useSharedTranslation/__mocks__/index.js +1 -1
- package/dist/hooks/useSharedTranslation/__mocks__/index.js.map +1 -1
- package/dist/hooks/useSharedTranslation/index.js +1 -1
- package/dist/hooks/useSharedTranslation/index.js.map +1 -1
- package/dist/hooks/useSharedTranslation/useSharedTranslation.js +1 -1
- package/dist/hooks/useSharedTranslation/useSharedTranslation.js.map +1 -1
- package/dist/hooks/useUser/index.js +1 -1
- package/dist/hooks/useUser/index.js.map +1 -1
- package/dist/hooks/useUser/useUser.js +1 -1
- package/dist/hooks/useUser/useUser.js.map +1 -1
- package/dist/hooks/useValuesCacheUpdate/index.js +1 -1
- package/dist/hooks/useValuesCacheUpdate/index.js.map +1 -1
- package/dist/hooks/useValuesCacheUpdate/useValuesCacheUpdate.js +1 -1
- package/dist/hooks/useValuesCacheUpdate/useValuesCacheUpdate.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/locales/en/shared.json +85 -5
- package/dist/locales/fr/shared.json +85 -5
- package/dist/testing/MockedLangContextProvider/MockedLangContextProvider.js +1 -1
- package/dist/testing/MockedLangContextProvider/MockedLangContextProvider.js.map +1 -1
- package/dist/testing/MockedLangContextProvider/index.js +1 -1
- package/dist/testing/MockedLangContextProvider/index.js.map +1 -1
- package/dist/testing/MockedUserContextProvider/MockedUserContextProvider.js +1 -1
- package/dist/testing/MockedUserContextProvider/MockedUserContextProvider.js.map +1 -1
- package/dist/testing/MockedUserContextProvider/index.js +1 -1
- package/dist/testing/MockedUserContextProvider/index.js.map +1 -1
- package/dist/testing/index.js +1 -1
- package/dist/testing/index.js.map +1 -1
- package/dist/types/index.js +1 -1
- package/dist/types/index.js.map +1 -1
- package/dist/types/views.d.ts +4 -4
- package/package.json +8 -2
- package/dist/components/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/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 -119
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducer.js +0 -314
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducer.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputPasswordWrapper.d.ts +0 -14
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputPasswordWrapper.js +0 -63
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputPasswordWrapper.js.map +0 -1
- 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/hooks/useExecuteAddViewMutation/useExecuteAddViewMutation.d.ts +0 -6
- package/dist/hooks/useExecuteAddViewMutation/useExecuteAddViewMutation.js.map +0 -1
|
@@ -139,6 +139,7 @@ export type AttributeInput = {
|
|
|
139
139
|
multiple_values?: InputMaybe<Scalars['Boolean']>;
|
|
140
140
|
permissions_conf?: InputMaybe<TreepermissionsConfInput>;
|
|
141
141
|
readonly?: InputMaybe<Scalars['Boolean']>;
|
|
142
|
+
required?: InputMaybe<Scalars['Boolean']>;
|
|
142
143
|
reverse_link?: InputMaybe<Scalars['String']>;
|
|
143
144
|
type?: InputMaybe<AttributeType>;
|
|
144
145
|
unique?: InputMaybe<Scalars['Boolean']>;
|
|
@@ -157,14 +158,15 @@ export declare enum AttributeType {
|
|
|
157
158
|
tree = "tree"
|
|
158
159
|
}
|
|
159
160
|
export type AttributesFiltersInput = {
|
|
160
|
-
format?: InputMaybe<Array<
|
|
161
|
+
format?: InputMaybe<Array<AttributeFormat>>;
|
|
161
162
|
id?: InputMaybe<Scalars['ID']>;
|
|
163
|
+
ids?: InputMaybe<Array<Scalars['ID']>>;
|
|
162
164
|
label?: InputMaybe<Scalars['String']>;
|
|
163
|
-
libraries?: InputMaybe<Array<
|
|
164
|
-
librariesExcluded?: InputMaybe<Array<
|
|
165
|
+
libraries?: InputMaybe<Array<Scalars['String']>>;
|
|
166
|
+
librariesExcluded?: InputMaybe<Array<Scalars['String']>>;
|
|
165
167
|
multiple_values?: InputMaybe<Scalars['Boolean']>;
|
|
166
168
|
system?: InputMaybe<Scalars['Boolean']>;
|
|
167
|
-
type?: InputMaybe<Array<
|
|
169
|
+
type?: InputMaybe<Array<AttributeType>>;
|
|
168
170
|
versionable?: InputMaybe<Scalars['Boolean']>;
|
|
169
171
|
};
|
|
170
172
|
export declare enum AttributesSortableFields {
|
|
@@ -250,12 +252,13 @@ export declare enum FormsSortableFields {
|
|
|
250
252
|
library = "library",
|
|
251
253
|
system = "system"
|
|
252
254
|
}
|
|
253
|
-
export type
|
|
255
|
+
export type GlobalSettingsFileInput = {
|
|
254
256
|
library: Scalars['String'];
|
|
255
257
|
recordId: Scalars['String'];
|
|
256
258
|
};
|
|
257
259
|
export type GlobalSettingsInput = {
|
|
258
|
-
|
|
260
|
+
favicon?: InputMaybe<GlobalSettingsFileInput>;
|
|
261
|
+
icon?: InputMaybe<GlobalSettingsFileInput>;
|
|
259
262
|
name?: InputMaybe<Scalars['String']>;
|
|
260
263
|
};
|
|
261
264
|
export declare enum IoTypes {
|
|
@@ -677,12 +680,12 @@ export type ValueBatchInput = {
|
|
|
677
680
|
attribute?: InputMaybe<Scalars['ID']>;
|
|
678
681
|
id_value?: InputMaybe<Scalars['ID']>;
|
|
679
682
|
metadata?: InputMaybe<Array<InputMaybe<ValueMetadataInput>>>;
|
|
680
|
-
|
|
683
|
+
payload?: InputMaybe<Scalars['String']>;
|
|
681
684
|
};
|
|
682
685
|
export type ValueInput = {
|
|
683
686
|
id_value?: InputMaybe<Scalars['ID']>;
|
|
684
687
|
metadata?: InputMaybe<Array<InputMaybe<ValueMetadataInput>>>;
|
|
685
|
-
|
|
688
|
+
payload?: InputMaybe<Scalars['String']>;
|
|
686
689
|
version?: InputMaybe<Array<InputMaybe<ValueVersionInput>>>;
|
|
687
690
|
};
|
|
688
691
|
export type ValueMetadataInput = {
|
|
@@ -699,6 +702,7 @@ export declare enum ValueVersionMode {
|
|
|
699
702
|
}
|
|
700
703
|
export type ValuesListConfInput = {
|
|
701
704
|
allowFreeEntry?: InputMaybe<Scalars['Boolean']>;
|
|
705
|
+
allowListUpdate?: InputMaybe<Scalars['Boolean']>;
|
|
702
706
|
enable: Scalars['Boolean'];
|
|
703
707
|
values?: InputMaybe<Array<Scalars['String']>>;
|
|
704
708
|
};
|
|
@@ -722,10 +726,11 @@ export declare enum VersionProfilesSortableFields {
|
|
|
722
726
|
id = "id"
|
|
723
727
|
}
|
|
724
728
|
export type ViewDisplayInput = {
|
|
725
|
-
size
|
|
729
|
+
size?: InputMaybe<ViewSizes>;
|
|
726
730
|
type: ViewTypes;
|
|
727
731
|
};
|
|
728
732
|
export type ViewInput = {
|
|
733
|
+
attributes?: InputMaybe<Array<Scalars['String']>>;
|
|
729
734
|
color?: InputMaybe<Scalars['String']>;
|
|
730
735
|
description?: InputMaybe<Scalars['SystemTranslationOptional']>;
|
|
731
736
|
display: ViewDisplayInput;
|
|
@@ -733,15 +738,10 @@ export type ViewInput = {
|
|
|
733
738
|
id?: InputMaybe<Scalars['String']>;
|
|
734
739
|
label?: InputMaybe<Scalars['SystemTranslation']>;
|
|
735
740
|
library: Scalars['String'];
|
|
736
|
-
settings?: InputMaybe<Array<ViewSettingsInput>>;
|
|
737
741
|
shared: Scalars['Boolean'];
|
|
738
|
-
sort?: InputMaybe<RecordSortInput
|
|
742
|
+
sort?: InputMaybe<Array<RecordSortInput>>;
|
|
739
743
|
valuesVersions?: InputMaybe<Array<ViewValuesVersionInput>>;
|
|
740
744
|
};
|
|
741
|
-
export type ViewSettingsInput = {
|
|
742
|
-
name: Scalars['String'];
|
|
743
|
-
value?: InputMaybe<Scalars['Any']>;
|
|
744
|
-
};
|
|
745
745
|
export declare enum ViewSizes {
|
|
746
746
|
BIG = "BIG",
|
|
747
747
|
MEDIUM = "MEDIUM",
|
|
@@ -807,7 +807,6 @@ export type AttributeDetailsLinkAttributeFragment = {
|
|
|
807
807
|
system: boolean;
|
|
808
808
|
readonly: boolean;
|
|
809
809
|
label?: any | null;
|
|
810
|
-
required: boolean;
|
|
811
810
|
description?: any | null;
|
|
812
811
|
multiple_values: boolean;
|
|
813
812
|
linked_library?: {
|
|
@@ -846,7 +845,6 @@ export type AttributeDetailsStandardAttributeFragment = {
|
|
|
846
845
|
system: boolean;
|
|
847
846
|
readonly: boolean;
|
|
848
847
|
label?: any | null;
|
|
849
|
-
required: boolean;
|
|
850
848
|
description?: any | null;
|
|
851
849
|
multiple_values: boolean;
|
|
852
850
|
metadata_fields?: Array<{
|
|
@@ -879,7 +877,6 @@ export type AttributeDetailsTreeAttributeFragment = {
|
|
|
879
877
|
system: boolean;
|
|
880
878
|
readonly: boolean;
|
|
881
879
|
label?: any | null;
|
|
882
|
-
required: boolean;
|
|
883
880
|
description?: any | null;
|
|
884
881
|
multiple_values: boolean;
|
|
885
882
|
linked_tree?: {
|
|
@@ -1099,6 +1096,7 @@ export type RecordFormElementFragment = {
|
|
|
1099
1096
|
values?: Array<{
|
|
1100
1097
|
id_value?: string | null;
|
|
1101
1098
|
isInherited?: boolean | null;
|
|
1099
|
+
isCalculated?: boolean | null;
|
|
1102
1100
|
modified_at?: number | null;
|
|
1103
1101
|
created_at?: number | null;
|
|
1104
1102
|
linkValue?: {
|
|
@@ -1159,20 +1157,20 @@ export type RecordFormElementFragment = {
|
|
|
1159
1157
|
};
|
|
1160
1158
|
} | null;
|
|
1161
1159
|
} | null> | null;
|
|
1162
|
-
attribute
|
|
1160
|
+
attribute: {
|
|
1163
1161
|
id: string;
|
|
1164
1162
|
format?: AttributeFormat | null;
|
|
1165
1163
|
type: AttributeType;
|
|
1166
1164
|
system: boolean;
|
|
1167
|
-
}
|
|
1165
|
+
};
|
|
1168
1166
|
metadata?: Array<{
|
|
1169
1167
|
name: string;
|
|
1170
1168
|
value?: {
|
|
1171
1169
|
id_value?: string | null;
|
|
1172
1170
|
modified_at?: number | null;
|
|
1173
1171
|
created_at?: number | null;
|
|
1174
|
-
|
|
1175
|
-
|
|
1172
|
+
payload?: any | null;
|
|
1173
|
+
raw_payload?: any | null;
|
|
1176
1174
|
modified_by?: {
|
|
1177
1175
|
id: string;
|
|
1178
1176
|
whoAmI: {
|
|
@@ -1222,6 +1220,7 @@ export type RecordFormElementFragment = {
|
|
|
1222
1220
|
} | {
|
|
1223
1221
|
id_value?: string | null;
|
|
1224
1222
|
isInherited?: boolean | null;
|
|
1223
|
+
isCalculated?: boolean | null;
|
|
1225
1224
|
modified_at?: number | null;
|
|
1226
1225
|
created_at?: number | null;
|
|
1227
1226
|
treeValue?: {
|
|
@@ -1301,20 +1300,20 @@ export type RecordFormElementFragment = {
|
|
|
1301
1300
|
};
|
|
1302
1301
|
} | null;
|
|
1303
1302
|
} | null> | null;
|
|
1304
|
-
attribute
|
|
1303
|
+
attribute: {
|
|
1305
1304
|
id: string;
|
|
1306
1305
|
format?: AttributeFormat | null;
|
|
1307
1306
|
type: AttributeType;
|
|
1308
1307
|
system: boolean;
|
|
1309
|
-
}
|
|
1308
|
+
};
|
|
1310
1309
|
metadata?: Array<{
|
|
1311
1310
|
name: string;
|
|
1312
1311
|
value?: {
|
|
1313
1312
|
id_value?: string | null;
|
|
1314
1313
|
modified_at?: number | null;
|
|
1315
1314
|
created_at?: number | null;
|
|
1316
|
-
|
|
1317
|
-
|
|
1315
|
+
payload?: any | null;
|
|
1316
|
+
raw_payload?: any | null;
|
|
1318
1317
|
modified_by?: {
|
|
1319
1318
|
id: string;
|
|
1320
1319
|
whoAmI: {
|
|
@@ -1362,10 +1361,13 @@ export type RecordFormElementFragment = {
|
|
|
1362
1361
|
} | null;
|
|
1363
1362
|
} | null> | null;
|
|
1364
1363
|
} | {
|
|
1364
|
+
payload?: any | null;
|
|
1365
|
+
raw_payload?: any | null;
|
|
1365
1366
|
value?: any | null;
|
|
1366
1367
|
raw_value?: any | null;
|
|
1367
1368
|
id_value?: string | null;
|
|
1368
1369
|
isInherited?: boolean | null;
|
|
1370
|
+
isCalculated?: boolean | null;
|
|
1369
1371
|
modified_at?: number | null;
|
|
1370
1372
|
created_at?: number | null;
|
|
1371
1373
|
modified_by?: {
|
|
@@ -1412,20 +1414,20 @@ export type RecordFormElementFragment = {
|
|
|
1412
1414
|
};
|
|
1413
1415
|
} | null;
|
|
1414
1416
|
} | null> | null;
|
|
1415
|
-
attribute
|
|
1417
|
+
attribute: {
|
|
1416
1418
|
id: string;
|
|
1417
1419
|
format?: AttributeFormat | null;
|
|
1418
1420
|
type: AttributeType;
|
|
1419
1421
|
system: boolean;
|
|
1420
|
-
}
|
|
1422
|
+
};
|
|
1421
1423
|
metadata?: Array<{
|
|
1422
1424
|
name: string;
|
|
1423
1425
|
value?: {
|
|
1424
1426
|
id_value?: string | null;
|
|
1425
1427
|
modified_at?: number | null;
|
|
1426
1428
|
created_at?: number | null;
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
+
payload?: any | null;
|
|
1430
|
+
raw_payload?: any | null;
|
|
1429
1431
|
modified_by?: {
|
|
1430
1432
|
id: string;
|
|
1431
1433
|
whoAmI: {
|
|
@@ -1481,7 +1483,9 @@ export type RecordFormElementFragment = {
|
|
|
1481
1483
|
format?: AttributeFormat | null;
|
|
1482
1484
|
system: boolean;
|
|
1483
1485
|
readonly: boolean;
|
|
1486
|
+
required: boolean;
|
|
1484
1487
|
multiple_values: boolean;
|
|
1488
|
+
compute: boolean;
|
|
1485
1489
|
linked_library?: {
|
|
1486
1490
|
id: string;
|
|
1487
1491
|
label?: any | null;
|
|
@@ -1493,6 +1497,7 @@ export type RecordFormElementFragment = {
|
|
|
1493
1497
|
linkValuesList?: {
|
|
1494
1498
|
enable: boolean;
|
|
1495
1499
|
allowFreeEntry?: boolean | null;
|
|
1500
|
+
allowListUpdate?: boolean | null;
|
|
1496
1501
|
values?: Array<{
|
|
1497
1502
|
id: string;
|
|
1498
1503
|
whoAmI: {
|
|
@@ -1538,6 +1543,7 @@ export type RecordFormElementFragment = {
|
|
|
1538
1543
|
values_list?: {
|
|
1539
1544
|
enable: boolean;
|
|
1540
1545
|
allowFreeEntry?: boolean | null;
|
|
1546
|
+
allowListUpdate?: boolean | null;
|
|
1541
1547
|
dateRangeValues?: Array<{
|
|
1542
1548
|
from?: string | null;
|
|
1543
1549
|
to?: string | null;
|
|
@@ -1545,6 +1551,7 @@ export type RecordFormElementFragment = {
|
|
|
1545
1551
|
} | {
|
|
1546
1552
|
enable: boolean;
|
|
1547
1553
|
allowFreeEntry?: boolean | null;
|
|
1554
|
+
allowListUpdate?: boolean | null;
|
|
1548
1555
|
values?: Array<string> | null;
|
|
1549
1556
|
} | null;
|
|
1550
1557
|
metadata_fields?: Array<{
|
|
@@ -1559,10 +1566,13 @@ export type RecordFormElementFragment = {
|
|
|
1559
1566
|
format?: AttributeFormat | null;
|
|
1560
1567
|
system: boolean;
|
|
1561
1568
|
readonly: boolean;
|
|
1569
|
+
required: boolean;
|
|
1562
1570
|
multiple_values: boolean;
|
|
1571
|
+
compute: boolean;
|
|
1563
1572
|
values_list?: {
|
|
1564
1573
|
enable: boolean;
|
|
1565
1574
|
allowFreeEntry?: boolean | null;
|
|
1575
|
+
allowListUpdate?: boolean | null;
|
|
1566
1576
|
dateRangeValues?: Array<{
|
|
1567
1577
|
from?: string | null;
|
|
1568
1578
|
to?: string | null;
|
|
@@ -1570,6 +1580,7 @@ export type RecordFormElementFragment = {
|
|
|
1570
1580
|
} | {
|
|
1571
1581
|
enable: boolean;
|
|
1572
1582
|
allowFreeEntry?: boolean | null;
|
|
1583
|
+
allowListUpdate?: boolean | null;
|
|
1573
1584
|
values?: Array<string> | null;
|
|
1574
1585
|
} | null;
|
|
1575
1586
|
permissions: {
|
|
@@ -1602,6 +1613,7 @@ export type RecordFormElementFragment = {
|
|
|
1602
1613
|
values_list?: {
|
|
1603
1614
|
enable: boolean;
|
|
1604
1615
|
allowFreeEntry?: boolean | null;
|
|
1616
|
+
allowListUpdate?: boolean | null;
|
|
1605
1617
|
dateRangeValues?: Array<{
|
|
1606
1618
|
from?: string | null;
|
|
1607
1619
|
to?: string | null;
|
|
@@ -1609,6 +1621,7 @@ export type RecordFormElementFragment = {
|
|
|
1609
1621
|
} | {
|
|
1610
1622
|
enable: boolean;
|
|
1611
1623
|
allowFreeEntry?: boolean | null;
|
|
1624
|
+
allowListUpdate?: boolean | null;
|
|
1612
1625
|
values?: Array<string> | null;
|
|
1613
1626
|
} | null;
|
|
1614
1627
|
metadata_fields?: Array<{
|
|
@@ -1623,7 +1636,9 @@ export type RecordFormElementFragment = {
|
|
|
1623
1636
|
format?: AttributeFormat | null;
|
|
1624
1637
|
system: boolean;
|
|
1625
1638
|
readonly: boolean;
|
|
1639
|
+
required: boolean;
|
|
1626
1640
|
multiple_values: boolean;
|
|
1641
|
+
compute: boolean;
|
|
1627
1642
|
linked_tree?: {
|
|
1628
1643
|
id: string;
|
|
1629
1644
|
label?: any | null;
|
|
@@ -1631,6 +1646,7 @@ export type RecordFormElementFragment = {
|
|
|
1631
1646
|
treeValuesList?: {
|
|
1632
1647
|
enable: boolean;
|
|
1633
1648
|
allowFreeEntry?: boolean | null;
|
|
1649
|
+
allowListUpdate?: boolean | null;
|
|
1634
1650
|
values?: Array<{
|
|
1635
1651
|
id: string;
|
|
1636
1652
|
record: {
|
|
@@ -1695,6 +1711,7 @@ export type RecordFormElementFragment = {
|
|
|
1695
1711
|
values_list?: {
|
|
1696
1712
|
enable: boolean;
|
|
1697
1713
|
allowFreeEntry?: boolean | null;
|
|
1714
|
+
allowListUpdate?: boolean | null;
|
|
1698
1715
|
dateRangeValues?: Array<{
|
|
1699
1716
|
from?: string | null;
|
|
1700
1717
|
to?: string | null;
|
|
@@ -1702,6 +1719,7 @@ export type RecordFormElementFragment = {
|
|
|
1702
1719
|
} | {
|
|
1703
1720
|
enable: boolean;
|
|
1704
1721
|
allowFreeEntry?: boolean | null;
|
|
1722
|
+
allowListUpdate?: boolean | null;
|
|
1705
1723
|
values?: Array<string> | null;
|
|
1706
1724
|
} | null;
|
|
1707
1725
|
metadata_fields?: Array<{
|
|
@@ -1717,6 +1735,7 @@ export type RecordFormElementFragment = {
|
|
|
1717
1735
|
export type ValueDetailsLinkValueFragment = {
|
|
1718
1736
|
id_value?: string | null;
|
|
1719
1737
|
isInherited?: boolean | null;
|
|
1738
|
+
isCalculated?: boolean | null;
|
|
1720
1739
|
modified_at?: number | null;
|
|
1721
1740
|
created_at?: number | null;
|
|
1722
1741
|
linkValue?: {
|
|
@@ -1777,20 +1796,20 @@ export type ValueDetailsLinkValueFragment = {
|
|
|
1777
1796
|
};
|
|
1778
1797
|
} | null;
|
|
1779
1798
|
} | null> | null;
|
|
1780
|
-
attribute
|
|
1799
|
+
attribute: {
|
|
1781
1800
|
id: string;
|
|
1782
1801
|
format?: AttributeFormat | null;
|
|
1783
1802
|
type: AttributeType;
|
|
1784
1803
|
system: boolean;
|
|
1785
|
-
}
|
|
1804
|
+
};
|
|
1786
1805
|
metadata?: Array<{
|
|
1787
1806
|
name: string;
|
|
1788
1807
|
value?: {
|
|
1789
1808
|
id_value?: string | null;
|
|
1790
1809
|
modified_at?: number | null;
|
|
1791
1810
|
created_at?: number | null;
|
|
1792
|
-
|
|
1793
|
-
|
|
1811
|
+
payload?: any | null;
|
|
1812
|
+
raw_payload?: any | null;
|
|
1794
1813
|
modified_by?: {
|
|
1795
1814
|
id: string;
|
|
1796
1815
|
whoAmI: {
|
|
@@ -1841,6 +1860,7 @@ export type ValueDetailsLinkValueFragment = {
|
|
|
1841
1860
|
export type ValueDetailsTreeValueFragment = {
|
|
1842
1861
|
id_value?: string | null;
|
|
1843
1862
|
isInherited?: boolean | null;
|
|
1863
|
+
isCalculated?: boolean | null;
|
|
1844
1864
|
modified_at?: number | null;
|
|
1845
1865
|
created_at?: number | null;
|
|
1846
1866
|
treeValue?: {
|
|
@@ -1920,20 +1940,20 @@ export type ValueDetailsTreeValueFragment = {
|
|
|
1920
1940
|
};
|
|
1921
1941
|
} | null;
|
|
1922
1942
|
} | null> | null;
|
|
1923
|
-
attribute
|
|
1943
|
+
attribute: {
|
|
1924
1944
|
id: string;
|
|
1925
1945
|
format?: AttributeFormat | null;
|
|
1926
1946
|
type: AttributeType;
|
|
1927
1947
|
system: boolean;
|
|
1928
|
-
}
|
|
1948
|
+
};
|
|
1929
1949
|
metadata?: Array<{
|
|
1930
1950
|
name: string;
|
|
1931
1951
|
value?: {
|
|
1932
1952
|
id_value?: string | null;
|
|
1933
1953
|
modified_at?: number | null;
|
|
1934
1954
|
created_at?: number | null;
|
|
1935
|
-
|
|
1936
|
-
|
|
1955
|
+
payload?: any | null;
|
|
1956
|
+
raw_payload?: any | null;
|
|
1937
1957
|
modified_by?: {
|
|
1938
1958
|
id: string;
|
|
1939
1959
|
whoAmI: {
|
|
@@ -1982,10 +2002,13 @@ export type ValueDetailsTreeValueFragment = {
|
|
|
1982
2002
|
} | null> | null;
|
|
1983
2003
|
};
|
|
1984
2004
|
export type ValueDetailsValueFragment = {
|
|
2005
|
+
payload?: any | null;
|
|
2006
|
+
raw_payload?: any | null;
|
|
1985
2007
|
value?: any | null;
|
|
1986
2008
|
raw_value?: any | null;
|
|
1987
2009
|
id_value?: string | null;
|
|
1988
2010
|
isInherited?: boolean | null;
|
|
2011
|
+
isCalculated?: boolean | null;
|
|
1989
2012
|
modified_at?: number | null;
|
|
1990
2013
|
created_at?: number | null;
|
|
1991
2014
|
modified_by?: {
|
|
@@ -2032,20 +2055,20 @@ export type ValueDetailsValueFragment = {
|
|
|
2032
2055
|
};
|
|
2033
2056
|
} | null;
|
|
2034
2057
|
} | null> | null;
|
|
2035
|
-
attribute
|
|
2058
|
+
attribute: {
|
|
2036
2059
|
id: string;
|
|
2037
2060
|
format?: AttributeFormat | null;
|
|
2038
2061
|
type: AttributeType;
|
|
2039
2062
|
system: boolean;
|
|
2040
|
-
}
|
|
2063
|
+
};
|
|
2041
2064
|
metadata?: Array<{
|
|
2042
2065
|
name: string;
|
|
2043
2066
|
value?: {
|
|
2044
2067
|
id_value?: string | null;
|
|
2045
2068
|
modified_at?: number | null;
|
|
2046
2069
|
created_at?: number | null;
|
|
2047
|
-
|
|
2048
|
-
|
|
2070
|
+
payload?: any | null;
|
|
2071
|
+
raw_payload?: any | null;
|
|
2049
2072
|
modified_by?: {
|
|
2050
2073
|
id: string;
|
|
2051
2074
|
whoAmI: {
|
|
@@ -2118,7 +2141,9 @@ export type RecordFormAttributeLinkAttributeFragment = {
|
|
|
2118
2141
|
format?: AttributeFormat | null;
|
|
2119
2142
|
system: boolean;
|
|
2120
2143
|
readonly: boolean;
|
|
2144
|
+
required: boolean;
|
|
2121
2145
|
multiple_values: boolean;
|
|
2146
|
+
compute: boolean;
|
|
2122
2147
|
linked_library?: {
|
|
2123
2148
|
id: string;
|
|
2124
2149
|
label?: any | null;
|
|
@@ -2130,6 +2155,7 @@ export type RecordFormAttributeLinkAttributeFragment = {
|
|
|
2130
2155
|
linkValuesList?: {
|
|
2131
2156
|
enable: boolean;
|
|
2132
2157
|
allowFreeEntry?: boolean | null;
|
|
2158
|
+
allowListUpdate?: boolean | null;
|
|
2133
2159
|
values?: Array<{
|
|
2134
2160
|
id: string;
|
|
2135
2161
|
whoAmI: {
|
|
@@ -2175,6 +2201,7 @@ export type RecordFormAttributeLinkAttributeFragment = {
|
|
|
2175
2201
|
values_list?: {
|
|
2176
2202
|
enable: boolean;
|
|
2177
2203
|
allowFreeEntry?: boolean | null;
|
|
2204
|
+
allowListUpdate?: boolean | null;
|
|
2178
2205
|
dateRangeValues?: Array<{
|
|
2179
2206
|
from?: string | null;
|
|
2180
2207
|
to?: string | null;
|
|
@@ -2182,6 +2209,7 @@ export type RecordFormAttributeLinkAttributeFragment = {
|
|
|
2182
2209
|
} | {
|
|
2183
2210
|
enable: boolean;
|
|
2184
2211
|
allowFreeEntry?: boolean | null;
|
|
2212
|
+
allowListUpdate?: boolean | null;
|
|
2185
2213
|
values?: Array<string> | null;
|
|
2186
2214
|
} | null;
|
|
2187
2215
|
metadata_fields?: Array<{
|
|
@@ -2197,10 +2225,13 @@ export type RecordFormAttributeStandardAttributeFragment = {
|
|
|
2197
2225
|
format?: AttributeFormat | null;
|
|
2198
2226
|
system: boolean;
|
|
2199
2227
|
readonly: boolean;
|
|
2228
|
+
required: boolean;
|
|
2200
2229
|
multiple_values: boolean;
|
|
2230
|
+
compute: boolean;
|
|
2201
2231
|
values_list?: {
|
|
2202
2232
|
enable: boolean;
|
|
2203
2233
|
allowFreeEntry?: boolean | null;
|
|
2234
|
+
allowListUpdate?: boolean | null;
|
|
2204
2235
|
dateRangeValues?: Array<{
|
|
2205
2236
|
from?: string | null;
|
|
2206
2237
|
to?: string | null;
|
|
@@ -2208,6 +2239,7 @@ export type RecordFormAttributeStandardAttributeFragment = {
|
|
|
2208
2239
|
} | {
|
|
2209
2240
|
enable: boolean;
|
|
2210
2241
|
allowFreeEntry?: boolean | null;
|
|
2242
|
+
allowListUpdate?: boolean | null;
|
|
2211
2243
|
values?: Array<string> | null;
|
|
2212
2244
|
} | null;
|
|
2213
2245
|
permissions: {
|
|
@@ -2240,6 +2272,7 @@ export type RecordFormAttributeStandardAttributeFragment = {
|
|
|
2240
2272
|
values_list?: {
|
|
2241
2273
|
enable: boolean;
|
|
2242
2274
|
allowFreeEntry?: boolean | null;
|
|
2275
|
+
allowListUpdate?: boolean | null;
|
|
2243
2276
|
dateRangeValues?: Array<{
|
|
2244
2277
|
from?: string | null;
|
|
2245
2278
|
to?: string | null;
|
|
@@ -2247,6 +2280,7 @@ export type RecordFormAttributeStandardAttributeFragment = {
|
|
|
2247
2280
|
} | {
|
|
2248
2281
|
enable: boolean;
|
|
2249
2282
|
allowFreeEntry?: boolean | null;
|
|
2283
|
+
allowListUpdate?: boolean | null;
|
|
2250
2284
|
values?: Array<string> | null;
|
|
2251
2285
|
} | null;
|
|
2252
2286
|
metadata_fields?: Array<{
|
|
@@ -2262,7 +2296,9 @@ export type RecordFormAttributeTreeAttributeFragment = {
|
|
|
2262
2296
|
format?: AttributeFormat | null;
|
|
2263
2297
|
system: boolean;
|
|
2264
2298
|
readonly: boolean;
|
|
2299
|
+
required: boolean;
|
|
2265
2300
|
multiple_values: boolean;
|
|
2301
|
+
compute: boolean;
|
|
2266
2302
|
linked_tree?: {
|
|
2267
2303
|
id: string;
|
|
2268
2304
|
label?: any | null;
|
|
@@ -2270,6 +2306,7 @@ export type RecordFormAttributeTreeAttributeFragment = {
|
|
|
2270
2306
|
treeValuesList?: {
|
|
2271
2307
|
enable: boolean;
|
|
2272
2308
|
allowFreeEntry?: boolean | null;
|
|
2309
|
+
allowListUpdate?: boolean | null;
|
|
2273
2310
|
values?: Array<{
|
|
2274
2311
|
id: string;
|
|
2275
2312
|
record: {
|
|
@@ -2334,6 +2371,7 @@ export type RecordFormAttributeTreeAttributeFragment = {
|
|
|
2334
2371
|
values_list?: {
|
|
2335
2372
|
enable: boolean;
|
|
2336
2373
|
allowFreeEntry?: boolean | null;
|
|
2374
|
+
allowListUpdate?: boolean | null;
|
|
2337
2375
|
dateRangeValues?: Array<{
|
|
2338
2376
|
from?: string | null;
|
|
2339
2377
|
to?: string | null;
|
|
@@ -2341,6 +2379,7 @@ export type RecordFormAttributeTreeAttributeFragment = {
|
|
|
2341
2379
|
} | {
|
|
2342
2380
|
enable: boolean;
|
|
2343
2381
|
allowFreeEntry?: boolean | null;
|
|
2382
|
+
allowListUpdate?: boolean | null;
|
|
2344
2383
|
values?: Array<string> | null;
|
|
2345
2384
|
} | null;
|
|
2346
2385
|
metadata_fields?: Array<{
|
|
@@ -2352,6 +2391,7 @@ export type RecordFormAttributeFragment = RecordFormAttributeLinkAttributeFragme
|
|
|
2352
2391
|
export type StandardValuesListFragmentStandardDateRangeValuesListConfFragment = {
|
|
2353
2392
|
enable: boolean;
|
|
2354
2393
|
allowFreeEntry?: boolean | null;
|
|
2394
|
+
allowListUpdate?: boolean | null;
|
|
2355
2395
|
dateRangeValues?: Array<{
|
|
2356
2396
|
from?: string | null;
|
|
2357
2397
|
to?: string | null;
|
|
@@ -2360,6 +2400,7 @@ export type StandardValuesListFragmentStandardDateRangeValuesListConfFragment =
|
|
|
2360
2400
|
export type StandardValuesListFragmentStandardStringValuesListConfFragment = {
|
|
2361
2401
|
enable: boolean;
|
|
2362
2402
|
allowFreeEntry?: boolean | null;
|
|
2403
|
+
allowListUpdate?: boolean | null;
|
|
2363
2404
|
values?: Array<string> | null;
|
|
2364
2405
|
};
|
|
2365
2406
|
export type StandardValuesListFragmentFragment = StandardValuesListFragmentStandardDateRangeValuesListConfFragment | StandardValuesListFragmentStandardStringValuesListConfFragment;
|
|
@@ -2390,9 +2431,9 @@ export type TreeNodeChildFragment = {
|
|
|
2390
2431
|
childrenCount?: number | null;
|
|
2391
2432
|
record: {
|
|
2392
2433
|
id: string;
|
|
2393
|
-
active
|
|
2434
|
+
active: Array<{
|
|
2394
2435
|
value?: any | null;
|
|
2395
|
-
}
|
|
2436
|
+
}>;
|
|
2396
2437
|
whoAmI: {
|
|
2397
2438
|
id: string;
|
|
2398
2439
|
label?: string | null;
|
|
@@ -2439,7 +2480,7 @@ export type ViewDetailsFragment = {
|
|
|
2439
2480
|
description?: any | null;
|
|
2440
2481
|
color?: string | null;
|
|
2441
2482
|
display: {
|
|
2442
|
-
size
|
|
2483
|
+
size?: ViewSizes | null;
|
|
2443
2484
|
type: ViewTypes;
|
|
2444
2485
|
};
|
|
2445
2486
|
created_by: {
|
|
@@ -2462,10 +2503,10 @@ export type ViewDetailsFragment = {
|
|
|
2462
2503
|
label?: any | null;
|
|
2463
2504
|
} | null;
|
|
2464
2505
|
}> | null;
|
|
2465
|
-
sort?: {
|
|
2506
|
+
sort?: Array<{
|
|
2466
2507
|
field: string;
|
|
2467
2508
|
order: SortOrder;
|
|
2468
|
-
} | null;
|
|
2509
|
+
}> | null;
|
|
2469
2510
|
valuesVersions?: Array<{
|
|
2470
2511
|
treeId: string;
|
|
2471
2512
|
treeNode: {
|
|
@@ -2486,11 +2527,137 @@ export type ViewDetailsFragment = {
|
|
|
2486
2527
|
};
|
|
2487
2528
|
};
|
|
2488
2529
|
}> | null;
|
|
2489
|
-
|
|
2490
|
-
|
|
2491
|
-
value?: any | null;
|
|
2530
|
+
attributes?: Array<{
|
|
2531
|
+
id: string;
|
|
2492
2532
|
}> | null;
|
|
2493
2533
|
};
|
|
2534
|
+
export type ViewDetailsFilterFragment = {
|
|
2535
|
+
field?: string | null;
|
|
2536
|
+
value?: string | null;
|
|
2537
|
+
condition?: RecordFilterCondition | null;
|
|
2538
|
+
operator?: RecordFilterOperator | null;
|
|
2539
|
+
tree?: {
|
|
2540
|
+
id: string;
|
|
2541
|
+
label?: any | null;
|
|
2542
|
+
} | null;
|
|
2543
|
+
};
|
|
2544
|
+
export type LinkAttributeDetailsFragment = {
|
|
2545
|
+
label?: any | null;
|
|
2546
|
+
linked_library?: {
|
|
2547
|
+
id: string;
|
|
2548
|
+
} | null;
|
|
2549
|
+
};
|
|
2550
|
+
export type AttributePropertiesFragment = {
|
|
2551
|
+
id: string;
|
|
2552
|
+
label?: any | null;
|
|
2553
|
+
type: AttributeType;
|
|
2554
|
+
format?: AttributeFormat | null;
|
|
2555
|
+
multiple_values: boolean;
|
|
2556
|
+
};
|
|
2557
|
+
export type PropertyValueLinkValueFragment = {
|
|
2558
|
+
linkPayload?: {
|
|
2559
|
+
id: string;
|
|
2560
|
+
whoAmI: {
|
|
2561
|
+
id: string;
|
|
2562
|
+
label?: string | null;
|
|
2563
|
+
subLabel?: string | null;
|
|
2564
|
+
color?: string | null;
|
|
2565
|
+
preview?: IPreviewScalar | null;
|
|
2566
|
+
library: {
|
|
2567
|
+
id: string;
|
|
2568
|
+
label?: any | null;
|
|
2569
|
+
};
|
|
2570
|
+
};
|
|
2571
|
+
} | null;
|
|
2572
|
+
};
|
|
2573
|
+
export type PropertyValueTreeValueFragment = {
|
|
2574
|
+
treePayload?: {
|
|
2575
|
+
record: {
|
|
2576
|
+
id: string;
|
|
2577
|
+
whoAmI: {
|
|
2578
|
+
id: string;
|
|
2579
|
+
label?: string | null;
|
|
2580
|
+
subLabel?: string | null;
|
|
2581
|
+
color?: string | null;
|
|
2582
|
+
preview?: IPreviewScalar | null;
|
|
2583
|
+
library: {
|
|
2584
|
+
id: string;
|
|
2585
|
+
label?: any | null;
|
|
2586
|
+
};
|
|
2587
|
+
};
|
|
2588
|
+
};
|
|
2589
|
+
} | null;
|
|
2590
|
+
};
|
|
2591
|
+
export type PropertyValueValueFragment = {
|
|
2592
|
+
valuePayload?: any | null;
|
|
2593
|
+
};
|
|
2594
|
+
export type PropertyValueFragment = PropertyValueLinkValueFragment | PropertyValueTreeValueFragment | PropertyValueValueFragment;
|
|
2595
|
+
export type LinkPropertyLinkValueFragment = {
|
|
2596
|
+
id_value?: string | null;
|
|
2597
|
+
payload?: {
|
|
2598
|
+
id: string;
|
|
2599
|
+
properties: Array<{
|
|
2600
|
+
attributeId: string;
|
|
2601
|
+
attributeProperties: {
|
|
2602
|
+
id: string;
|
|
2603
|
+
label?: any | null;
|
|
2604
|
+
type: AttributeType;
|
|
2605
|
+
format?: AttributeFormat | null;
|
|
2606
|
+
multiple_values: boolean;
|
|
2607
|
+
};
|
|
2608
|
+
values: Array<{
|
|
2609
|
+
linkPayload?: {
|
|
2610
|
+
id: string;
|
|
2611
|
+
whoAmI: {
|
|
2612
|
+
id: string;
|
|
2613
|
+
label?: string | null;
|
|
2614
|
+
subLabel?: string | null;
|
|
2615
|
+
color?: string | null;
|
|
2616
|
+
preview?: IPreviewScalar | null;
|
|
2617
|
+
library: {
|
|
2618
|
+
id: string;
|
|
2619
|
+
label?: any | null;
|
|
2620
|
+
};
|
|
2621
|
+
};
|
|
2622
|
+
} | null;
|
|
2623
|
+
} | {
|
|
2624
|
+
treePayload?: {
|
|
2625
|
+
record: {
|
|
2626
|
+
id: string;
|
|
2627
|
+
whoAmI: {
|
|
2628
|
+
id: string;
|
|
2629
|
+
label?: string | null;
|
|
2630
|
+
subLabel?: string | null;
|
|
2631
|
+
color?: string | null;
|
|
2632
|
+
preview?: IPreviewScalar | null;
|
|
2633
|
+
library: {
|
|
2634
|
+
id: string;
|
|
2635
|
+
label?: any | null;
|
|
2636
|
+
};
|
|
2637
|
+
};
|
|
2638
|
+
};
|
|
2639
|
+
} | null;
|
|
2640
|
+
} | {
|
|
2641
|
+
valuePayload?: any | null;
|
|
2642
|
+
}>;
|
|
2643
|
+
}>;
|
|
2644
|
+
whoAmI: {
|
|
2645
|
+
id: string;
|
|
2646
|
+
label?: string | null;
|
|
2647
|
+
subLabel?: string | null;
|
|
2648
|
+
color?: string | null;
|
|
2649
|
+
preview?: IPreviewScalar | null;
|
|
2650
|
+
library: {
|
|
2651
|
+
id: string;
|
|
2652
|
+
label?: any | null;
|
|
2653
|
+
};
|
|
2654
|
+
};
|
|
2655
|
+
} | null;
|
|
2656
|
+
};
|
|
2657
|
+
export type LinkPropertyTreeValueValueFragment = {
|
|
2658
|
+
id_value?: string | null;
|
|
2659
|
+
};
|
|
2660
|
+
export type LinkPropertyFragment = LinkPropertyLinkValueFragment | LinkPropertyTreeValueValueFragment;
|
|
2494
2661
|
export type CheckApplicationExistenceQueryVariables = Exact<{
|
|
2495
2662
|
id?: InputMaybe<Scalars['ID']>;
|
|
2496
2663
|
endpoint?: InputMaybe<Scalars['String']>;
|
|
@@ -2609,7 +2776,6 @@ export type GetAttributeByIdQuery = {
|
|
|
2609
2776
|
system: boolean;
|
|
2610
2777
|
readonly: boolean;
|
|
2611
2778
|
label?: any | null;
|
|
2612
|
-
required: boolean;
|
|
2613
2779
|
description?: any | null;
|
|
2614
2780
|
multiple_values: boolean;
|
|
2615
2781
|
linked_library?: {
|
|
@@ -2647,7 +2813,6 @@ export type GetAttributeByIdQuery = {
|
|
|
2647
2813
|
system: boolean;
|
|
2648
2814
|
readonly: boolean;
|
|
2649
2815
|
label?: any | null;
|
|
2650
|
-
required: boolean;
|
|
2651
2816
|
description?: any | null;
|
|
2652
2817
|
multiple_values: boolean;
|
|
2653
2818
|
metadata_fields?: Array<{
|
|
@@ -2679,7 +2844,6 @@ export type GetAttributeByIdQuery = {
|
|
|
2679
2844
|
system: boolean;
|
|
2680
2845
|
readonly: boolean;
|
|
2681
2846
|
label?: any | null;
|
|
2682
|
-
required: boolean;
|
|
2683
2847
|
description?: any | null;
|
|
2684
2848
|
multiple_values: boolean;
|
|
2685
2849
|
linked_tree?: {
|
|
@@ -2822,7 +2986,6 @@ export type SaveAttributeMutation = {
|
|
|
2822
2986
|
system: boolean;
|
|
2823
2987
|
readonly: boolean;
|
|
2824
2988
|
label?: any | null;
|
|
2825
|
-
required: boolean;
|
|
2826
2989
|
description?: any | null;
|
|
2827
2990
|
multiple_values: boolean;
|
|
2828
2991
|
linked_library?: {
|
|
@@ -2860,7 +3023,6 @@ export type SaveAttributeMutation = {
|
|
|
2860
3023
|
system: boolean;
|
|
2861
3024
|
readonly: boolean;
|
|
2862
3025
|
label?: any | null;
|
|
2863
|
-
required: boolean;
|
|
2864
3026
|
description?: any | null;
|
|
2865
3027
|
multiple_values: boolean;
|
|
2866
3028
|
metadata_fields?: Array<{
|
|
@@ -2892,7 +3054,6 @@ export type SaveAttributeMutation = {
|
|
|
2892
3054
|
system: boolean;
|
|
2893
3055
|
readonly: boolean;
|
|
2894
3056
|
label?: any | null;
|
|
2895
|
-
required: boolean;
|
|
2896
3057
|
description?: any | null;
|
|
2897
3058
|
multiple_values: boolean;
|
|
2898
3059
|
linked_tree?: {
|
|
@@ -2981,10 +3142,10 @@ export type GetDirectoryDataQuery = {
|
|
|
2981
3142
|
label?: any | null;
|
|
2982
3143
|
};
|
|
2983
3144
|
};
|
|
2984
|
-
created_at
|
|
3145
|
+
created_at: Array<{
|
|
2985
3146
|
value?: any | null;
|
|
2986
|
-
}
|
|
2987
|
-
created_by
|
|
3147
|
+
}>;
|
|
3148
|
+
created_by: Array<{
|
|
2988
3149
|
value?: {
|
|
2989
3150
|
id: string;
|
|
2990
3151
|
whoAmI: {
|
|
@@ -2999,11 +3160,11 @@ export type GetDirectoryDataQuery = {
|
|
|
2999
3160
|
};
|
|
3000
3161
|
};
|
|
3001
3162
|
} | null;
|
|
3002
|
-
}
|
|
3003
|
-
modified_at
|
|
3163
|
+
}>;
|
|
3164
|
+
modified_at: Array<{
|
|
3004
3165
|
value?: any | null;
|
|
3005
|
-
}
|
|
3006
|
-
modified_by
|
|
3166
|
+
}>;
|
|
3167
|
+
modified_by: Array<{
|
|
3007
3168
|
value?: {
|
|
3008
3169
|
id: string;
|
|
3009
3170
|
whoAmI: {
|
|
@@ -3018,13 +3179,13 @@ export type GetDirectoryDataQuery = {
|
|
|
3018
3179
|
};
|
|
3019
3180
|
};
|
|
3020
3181
|
} | null;
|
|
3021
|
-
}
|
|
3022
|
-
file_name
|
|
3182
|
+
}>;
|
|
3183
|
+
file_name: Array<{
|
|
3023
3184
|
value?: any | null;
|
|
3024
|
-
}
|
|
3025
|
-
file_path
|
|
3185
|
+
}>;
|
|
3186
|
+
file_path: Array<{
|
|
3026
3187
|
value?: any | null;
|
|
3027
|
-
}
|
|
3188
|
+
}>;
|
|
3028
3189
|
library: {
|
|
3029
3190
|
behavior: LibraryBehavior;
|
|
3030
3191
|
};
|
|
@@ -3426,10 +3587,10 @@ export type GetFileDataQuery = {
|
|
|
3426
3587
|
label?: any | null;
|
|
3427
3588
|
};
|
|
3428
3589
|
};
|
|
3429
|
-
created_at
|
|
3590
|
+
created_at: Array<{
|
|
3430
3591
|
value?: any | null;
|
|
3431
|
-
}
|
|
3432
|
-
created_by
|
|
3592
|
+
}>;
|
|
3593
|
+
created_by: Array<{
|
|
3433
3594
|
value?: {
|
|
3434
3595
|
id: string;
|
|
3435
3596
|
whoAmI: {
|
|
@@ -3444,11 +3605,11 @@ export type GetFileDataQuery = {
|
|
|
3444
3605
|
};
|
|
3445
3606
|
};
|
|
3446
3607
|
} | null;
|
|
3447
|
-
}
|
|
3448
|
-
modified_at
|
|
3608
|
+
}>;
|
|
3609
|
+
modified_at: Array<{
|
|
3449
3610
|
value?: any | null;
|
|
3450
|
-
}
|
|
3451
|
-
modified_by
|
|
3611
|
+
}>;
|
|
3612
|
+
modified_by: Array<{
|
|
3452
3613
|
value?: {
|
|
3453
3614
|
id: string;
|
|
3454
3615
|
whoAmI: {
|
|
@@ -3463,16 +3624,16 @@ export type GetFileDataQuery = {
|
|
|
3463
3624
|
};
|
|
3464
3625
|
};
|
|
3465
3626
|
} | null;
|
|
3466
|
-
}
|
|
3467
|
-
file_name
|
|
3627
|
+
}>;
|
|
3628
|
+
file_name: Array<{
|
|
3468
3629
|
value?: any | null;
|
|
3469
|
-
}
|
|
3470
|
-
file_path
|
|
3630
|
+
}>;
|
|
3631
|
+
file_path: Array<{
|
|
3471
3632
|
value?: any | null;
|
|
3472
|
-
}
|
|
3473
|
-
previews_status
|
|
3633
|
+
}>;
|
|
3634
|
+
previews_status: Array<{
|
|
3474
3635
|
value?: any | null;
|
|
3475
|
-
}
|
|
3636
|
+
}>;
|
|
3476
3637
|
library: {
|
|
3477
3638
|
behavior: LibraryBehavior;
|
|
3478
3639
|
};
|
|
@@ -3504,6 +3665,7 @@ export type RecordFormQuery = {
|
|
|
3504
3665
|
values?: Array<{
|
|
3505
3666
|
id_value?: string | null;
|
|
3506
3667
|
isInherited?: boolean | null;
|
|
3668
|
+
isCalculated?: boolean | null;
|
|
3507
3669
|
modified_at?: number | null;
|
|
3508
3670
|
created_at?: number | null;
|
|
3509
3671
|
linkValue?: {
|
|
@@ -3564,20 +3726,20 @@ export type RecordFormQuery = {
|
|
|
3564
3726
|
};
|
|
3565
3727
|
} | null;
|
|
3566
3728
|
} | null> | null;
|
|
3567
|
-
attribute
|
|
3729
|
+
attribute: {
|
|
3568
3730
|
id: string;
|
|
3569
3731
|
format?: AttributeFormat | null;
|
|
3570
3732
|
type: AttributeType;
|
|
3571
3733
|
system: boolean;
|
|
3572
|
-
}
|
|
3734
|
+
};
|
|
3573
3735
|
metadata?: Array<{
|
|
3574
3736
|
name: string;
|
|
3575
3737
|
value?: {
|
|
3576
3738
|
id_value?: string | null;
|
|
3577
3739
|
modified_at?: number | null;
|
|
3578
3740
|
created_at?: number | null;
|
|
3579
|
-
|
|
3580
|
-
|
|
3741
|
+
payload?: any | null;
|
|
3742
|
+
raw_payload?: any | null;
|
|
3581
3743
|
modified_by?: {
|
|
3582
3744
|
id: string;
|
|
3583
3745
|
whoAmI: {
|
|
@@ -3627,6 +3789,7 @@ export type RecordFormQuery = {
|
|
|
3627
3789
|
} | {
|
|
3628
3790
|
id_value?: string | null;
|
|
3629
3791
|
isInherited?: boolean | null;
|
|
3792
|
+
isCalculated?: boolean | null;
|
|
3630
3793
|
modified_at?: number | null;
|
|
3631
3794
|
created_at?: number | null;
|
|
3632
3795
|
treeValue?: {
|
|
@@ -3706,20 +3869,20 @@ export type RecordFormQuery = {
|
|
|
3706
3869
|
};
|
|
3707
3870
|
} | null;
|
|
3708
3871
|
} | null> | null;
|
|
3709
|
-
attribute
|
|
3872
|
+
attribute: {
|
|
3710
3873
|
id: string;
|
|
3711
3874
|
format?: AttributeFormat | null;
|
|
3712
3875
|
type: AttributeType;
|
|
3713
3876
|
system: boolean;
|
|
3714
|
-
}
|
|
3877
|
+
};
|
|
3715
3878
|
metadata?: Array<{
|
|
3716
3879
|
name: string;
|
|
3717
3880
|
value?: {
|
|
3718
3881
|
id_value?: string | null;
|
|
3719
3882
|
modified_at?: number | null;
|
|
3720
3883
|
created_at?: number | null;
|
|
3721
|
-
|
|
3722
|
-
|
|
3884
|
+
payload?: any | null;
|
|
3885
|
+
raw_payload?: any | null;
|
|
3723
3886
|
modified_by?: {
|
|
3724
3887
|
id: string;
|
|
3725
3888
|
whoAmI: {
|
|
@@ -3767,10 +3930,13 @@ export type RecordFormQuery = {
|
|
|
3767
3930
|
} | null;
|
|
3768
3931
|
} | null> | null;
|
|
3769
3932
|
} | {
|
|
3933
|
+
payload?: any | null;
|
|
3934
|
+
raw_payload?: any | null;
|
|
3770
3935
|
value?: any | null;
|
|
3771
3936
|
raw_value?: any | null;
|
|
3772
3937
|
id_value?: string | null;
|
|
3773
3938
|
isInherited?: boolean | null;
|
|
3939
|
+
isCalculated?: boolean | null;
|
|
3774
3940
|
modified_at?: number | null;
|
|
3775
3941
|
created_at?: number | null;
|
|
3776
3942
|
modified_by?: {
|
|
@@ -3817,20 +3983,20 @@ export type RecordFormQuery = {
|
|
|
3817
3983
|
};
|
|
3818
3984
|
} | null;
|
|
3819
3985
|
} | null> | null;
|
|
3820
|
-
attribute
|
|
3986
|
+
attribute: {
|
|
3821
3987
|
id: string;
|
|
3822
3988
|
format?: AttributeFormat | null;
|
|
3823
3989
|
type: AttributeType;
|
|
3824
3990
|
system: boolean;
|
|
3825
|
-
}
|
|
3991
|
+
};
|
|
3826
3992
|
metadata?: Array<{
|
|
3827
3993
|
name: string;
|
|
3828
3994
|
value?: {
|
|
3829
3995
|
id_value?: string | null;
|
|
3830
3996
|
modified_at?: number | null;
|
|
3831
3997
|
created_at?: number | null;
|
|
3832
|
-
|
|
3833
|
-
|
|
3998
|
+
payload?: any | null;
|
|
3999
|
+
raw_payload?: any | null;
|
|
3834
4000
|
modified_by?: {
|
|
3835
4001
|
id: string;
|
|
3836
4002
|
whoAmI: {
|
|
@@ -3886,7 +4052,9 @@ export type RecordFormQuery = {
|
|
|
3886
4052
|
format?: AttributeFormat | null;
|
|
3887
4053
|
system: boolean;
|
|
3888
4054
|
readonly: boolean;
|
|
4055
|
+
required: boolean;
|
|
3889
4056
|
multiple_values: boolean;
|
|
4057
|
+
compute: boolean;
|
|
3890
4058
|
linked_library?: {
|
|
3891
4059
|
id: string;
|
|
3892
4060
|
label?: any | null;
|
|
@@ -3898,6 +4066,7 @@ export type RecordFormQuery = {
|
|
|
3898
4066
|
linkValuesList?: {
|
|
3899
4067
|
enable: boolean;
|
|
3900
4068
|
allowFreeEntry?: boolean | null;
|
|
4069
|
+
allowListUpdate?: boolean | null;
|
|
3901
4070
|
values?: Array<{
|
|
3902
4071
|
id: string;
|
|
3903
4072
|
whoAmI: {
|
|
@@ -3943,6 +4112,7 @@ export type RecordFormQuery = {
|
|
|
3943
4112
|
values_list?: {
|
|
3944
4113
|
enable: boolean;
|
|
3945
4114
|
allowFreeEntry?: boolean | null;
|
|
4115
|
+
allowListUpdate?: boolean | null;
|
|
3946
4116
|
dateRangeValues?: Array<{
|
|
3947
4117
|
from?: string | null;
|
|
3948
4118
|
to?: string | null;
|
|
@@ -3950,6 +4120,7 @@ export type RecordFormQuery = {
|
|
|
3950
4120
|
} | {
|
|
3951
4121
|
enable: boolean;
|
|
3952
4122
|
allowFreeEntry?: boolean | null;
|
|
4123
|
+
allowListUpdate?: boolean | null;
|
|
3953
4124
|
values?: Array<string> | null;
|
|
3954
4125
|
} | null;
|
|
3955
4126
|
metadata_fields?: Array<{
|
|
@@ -3964,10 +4135,13 @@ export type RecordFormQuery = {
|
|
|
3964
4135
|
format?: AttributeFormat | null;
|
|
3965
4136
|
system: boolean;
|
|
3966
4137
|
readonly: boolean;
|
|
4138
|
+
required: boolean;
|
|
3967
4139
|
multiple_values: boolean;
|
|
4140
|
+
compute: boolean;
|
|
3968
4141
|
values_list?: {
|
|
3969
4142
|
enable: boolean;
|
|
3970
4143
|
allowFreeEntry?: boolean | null;
|
|
4144
|
+
allowListUpdate?: boolean | null;
|
|
3971
4145
|
dateRangeValues?: Array<{
|
|
3972
4146
|
from?: string | null;
|
|
3973
4147
|
to?: string | null;
|
|
@@ -3975,6 +4149,7 @@ export type RecordFormQuery = {
|
|
|
3975
4149
|
} | {
|
|
3976
4150
|
enable: boolean;
|
|
3977
4151
|
allowFreeEntry?: boolean | null;
|
|
4152
|
+
allowListUpdate?: boolean | null;
|
|
3978
4153
|
values?: Array<string> | null;
|
|
3979
4154
|
} | null;
|
|
3980
4155
|
permissions: {
|
|
@@ -4007,6 +4182,7 @@ export type RecordFormQuery = {
|
|
|
4007
4182
|
values_list?: {
|
|
4008
4183
|
enable: boolean;
|
|
4009
4184
|
allowFreeEntry?: boolean | null;
|
|
4185
|
+
allowListUpdate?: boolean | null;
|
|
4010
4186
|
dateRangeValues?: Array<{
|
|
4011
4187
|
from?: string | null;
|
|
4012
4188
|
to?: string | null;
|
|
@@ -4014,6 +4190,7 @@ export type RecordFormQuery = {
|
|
|
4014
4190
|
} | {
|
|
4015
4191
|
enable: boolean;
|
|
4016
4192
|
allowFreeEntry?: boolean | null;
|
|
4193
|
+
allowListUpdate?: boolean | null;
|
|
4017
4194
|
values?: Array<string> | null;
|
|
4018
4195
|
} | null;
|
|
4019
4196
|
metadata_fields?: Array<{
|
|
@@ -4028,7 +4205,9 @@ export type RecordFormQuery = {
|
|
|
4028
4205
|
format?: AttributeFormat | null;
|
|
4029
4206
|
system: boolean;
|
|
4030
4207
|
readonly: boolean;
|
|
4208
|
+
required: boolean;
|
|
4031
4209
|
multiple_values: boolean;
|
|
4210
|
+
compute: boolean;
|
|
4032
4211
|
linked_tree?: {
|
|
4033
4212
|
id: string;
|
|
4034
4213
|
label?: any | null;
|
|
@@ -4036,6 +4215,7 @@ export type RecordFormQuery = {
|
|
|
4036
4215
|
treeValuesList?: {
|
|
4037
4216
|
enable: boolean;
|
|
4038
4217
|
allowFreeEntry?: boolean | null;
|
|
4218
|
+
allowListUpdate?: boolean | null;
|
|
4039
4219
|
values?: Array<{
|
|
4040
4220
|
id: string;
|
|
4041
4221
|
record: {
|
|
@@ -4100,6 +4280,7 @@ export type RecordFormQuery = {
|
|
|
4100
4280
|
values_list?: {
|
|
4101
4281
|
enable: boolean;
|
|
4102
4282
|
allowFreeEntry?: boolean | null;
|
|
4283
|
+
allowListUpdate?: boolean | null;
|
|
4103
4284
|
dateRangeValues?: Array<{
|
|
4104
4285
|
from?: string | null;
|
|
4105
4286
|
to?: string | null;
|
|
@@ -4107,6 +4288,7 @@ export type RecordFormQuery = {
|
|
|
4107
4288
|
} | {
|
|
4108
4289
|
enable: boolean;
|
|
4109
4290
|
allowFreeEntry?: boolean | null;
|
|
4291
|
+
allowListUpdate?: boolean | null;
|
|
4110
4292
|
values?: Array<string> | null;
|
|
4111
4293
|
} | null;
|
|
4112
4294
|
metadata_fields?: Array<{
|
|
@@ -4139,7 +4321,7 @@ export type RecordUpdateSubscription = {
|
|
|
4139
4321
|
label?: any | null;
|
|
4140
4322
|
};
|
|
4141
4323
|
};
|
|
4142
|
-
modified_by
|
|
4324
|
+
modified_by: Array<{
|
|
4143
4325
|
value?: {
|
|
4144
4326
|
id: string;
|
|
4145
4327
|
whoAmI: {
|
|
@@ -4154,13 +4336,14 @@ export type RecordUpdateSubscription = {
|
|
|
4154
4336
|
};
|
|
4155
4337
|
};
|
|
4156
4338
|
} | null;
|
|
4157
|
-
}
|
|
4339
|
+
}>;
|
|
4158
4340
|
};
|
|
4159
4341
|
updatedValues: Array<{
|
|
4160
4342
|
attribute: string;
|
|
4161
4343
|
value: {
|
|
4162
4344
|
id_value?: string | null;
|
|
4163
4345
|
isInherited?: boolean | null;
|
|
4346
|
+
isCalculated?: boolean | null;
|
|
4164
4347
|
modified_at?: number | null;
|
|
4165
4348
|
created_at?: number | null;
|
|
4166
4349
|
linkValue?: {
|
|
@@ -4221,20 +4404,20 @@ export type RecordUpdateSubscription = {
|
|
|
4221
4404
|
};
|
|
4222
4405
|
} | null;
|
|
4223
4406
|
} | null> | null;
|
|
4224
|
-
attribute
|
|
4407
|
+
attribute: {
|
|
4225
4408
|
id: string;
|
|
4226
4409
|
format?: AttributeFormat | null;
|
|
4227
4410
|
type: AttributeType;
|
|
4228
4411
|
system: boolean;
|
|
4229
|
-
}
|
|
4412
|
+
};
|
|
4230
4413
|
metadata?: Array<{
|
|
4231
4414
|
name: string;
|
|
4232
4415
|
value?: {
|
|
4233
4416
|
id_value?: string | null;
|
|
4234
4417
|
modified_at?: number | null;
|
|
4235
4418
|
created_at?: number | null;
|
|
4236
|
-
|
|
4237
|
-
|
|
4419
|
+
payload?: any | null;
|
|
4420
|
+
raw_payload?: any | null;
|
|
4238
4421
|
modified_by?: {
|
|
4239
4422
|
id: string;
|
|
4240
4423
|
whoAmI: {
|
|
@@ -4284,6 +4467,7 @@ export type RecordUpdateSubscription = {
|
|
|
4284
4467
|
} | {
|
|
4285
4468
|
id_value?: string | null;
|
|
4286
4469
|
isInherited?: boolean | null;
|
|
4470
|
+
isCalculated?: boolean | null;
|
|
4287
4471
|
modified_at?: number | null;
|
|
4288
4472
|
created_at?: number | null;
|
|
4289
4473
|
treeValue?: {
|
|
@@ -4363,20 +4547,20 @@ export type RecordUpdateSubscription = {
|
|
|
4363
4547
|
};
|
|
4364
4548
|
} | null;
|
|
4365
4549
|
} | null> | null;
|
|
4366
|
-
attribute
|
|
4550
|
+
attribute: {
|
|
4367
4551
|
id: string;
|
|
4368
4552
|
format?: AttributeFormat | null;
|
|
4369
4553
|
type: AttributeType;
|
|
4370
4554
|
system: boolean;
|
|
4371
|
-
}
|
|
4555
|
+
};
|
|
4372
4556
|
metadata?: Array<{
|
|
4373
4557
|
name: string;
|
|
4374
4558
|
value?: {
|
|
4375
4559
|
id_value?: string | null;
|
|
4376
4560
|
modified_at?: number | null;
|
|
4377
4561
|
created_at?: number | null;
|
|
4378
|
-
|
|
4379
|
-
|
|
4562
|
+
payload?: any | null;
|
|
4563
|
+
raw_payload?: any | null;
|
|
4380
4564
|
modified_by?: {
|
|
4381
4565
|
id: string;
|
|
4382
4566
|
whoAmI: {
|
|
@@ -4424,10 +4608,13 @@ export type RecordUpdateSubscription = {
|
|
|
4424
4608
|
} | null;
|
|
4425
4609
|
} | null> | null;
|
|
4426
4610
|
} | {
|
|
4611
|
+
payload?: any | null;
|
|
4612
|
+
raw_payload?: any | null;
|
|
4427
4613
|
value?: any | null;
|
|
4428
4614
|
raw_value?: any | null;
|
|
4429
4615
|
id_value?: string | null;
|
|
4430
4616
|
isInherited?: boolean | null;
|
|
4617
|
+
isCalculated?: boolean | null;
|
|
4431
4618
|
modified_at?: number | null;
|
|
4432
4619
|
created_at?: number | null;
|
|
4433
4620
|
modified_by?: {
|
|
@@ -4474,20 +4661,20 @@ export type RecordUpdateSubscription = {
|
|
|
4474
4661
|
};
|
|
4475
4662
|
} | null;
|
|
4476
4663
|
} | null> | null;
|
|
4477
|
-
attribute
|
|
4664
|
+
attribute: {
|
|
4478
4665
|
id: string;
|
|
4479
4666
|
format?: AttributeFormat | null;
|
|
4480
4667
|
type: AttributeType;
|
|
4481
4668
|
system: boolean;
|
|
4482
|
-
}
|
|
4669
|
+
};
|
|
4483
4670
|
metadata?: Array<{
|
|
4484
4671
|
name: string;
|
|
4485
4672
|
value?: {
|
|
4486
4673
|
id_value?: string | null;
|
|
4487
4674
|
modified_at?: number | null;
|
|
4488
4675
|
created_at?: number | null;
|
|
4489
|
-
|
|
4490
|
-
|
|
4676
|
+
payload?: any | null;
|
|
4677
|
+
raw_payload?: any | null;
|
|
4491
4678
|
modified_by?: {
|
|
4492
4679
|
id: string;
|
|
4493
4680
|
whoAmI: {
|
|
@@ -4676,9 +4863,9 @@ export type TreeNodeChildrenQuery = {
|
|
|
4676
4863
|
label?: any | null;
|
|
4677
4864
|
};
|
|
4678
4865
|
};
|
|
4679
|
-
active
|
|
4866
|
+
active: Array<{
|
|
4680
4867
|
value?: any | null;
|
|
4681
|
-
}
|
|
4868
|
+
}>;
|
|
4682
4869
|
};
|
|
4683
4870
|
ancestors?: Array<{
|
|
4684
4871
|
id: string;
|
|
@@ -4740,6 +4927,7 @@ export type DeleteValueMutation = {
|
|
|
4740
4927
|
deleteValue: Array<{
|
|
4741
4928
|
id_value?: string | null;
|
|
4742
4929
|
isInherited?: boolean | null;
|
|
4930
|
+
isCalculated?: boolean | null;
|
|
4743
4931
|
modified_at?: number | null;
|
|
4744
4932
|
created_at?: number | null;
|
|
4745
4933
|
linkValue?: {
|
|
@@ -4800,20 +4988,20 @@ export type DeleteValueMutation = {
|
|
|
4800
4988
|
};
|
|
4801
4989
|
} | null;
|
|
4802
4990
|
} | null> | null;
|
|
4803
|
-
attribute
|
|
4991
|
+
attribute: {
|
|
4804
4992
|
id: string;
|
|
4805
4993
|
format?: AttributeFormat | null;
|
|
4806
4994
|
type: AttributeType;
|
|
4807
4995
|
system: boolean;
|
|
4808
|
-
}
|
|
4996
|
+
};
|
|
4809
4997
|
metadata?: Array<{
|
|
4810
4998
|
name: string;
|
|
4811
4999
|
value?: {
|
|
4812
5000
|
id_value?: string | null;
|
|
4813
5001
|
modified_at?: number | null;
|
|
4814
5002
|
created_at?: number | null;
|
|
4815
|
-
|
|
4816
|
-
|
|
5003
|
+
payload?: any | null;
|
|
5004
|
+
raw_payload?: any | null;
|
|
4817
5005
|
modified_by?: {
|
|
4818
5006
|
id: string;
|
|
4819
5007
|
whoAmI: {
|
|
@@ -4863,6 +5051,7 @@ export type DeleteValueMutation = {
|
|
|
4863
5051
|
} | {
|
|
4864
5052
|
id_value?: string | null;
|
|
4865
5053
|
isInherited?: boolean | null;
|
|
5054
|
+
isCalculated?: boolean | null;
|
|
4866
5055
|
modified_at?: number | null;
|
|
4867
5056
|
created_at?: number | null;
|
|
4868
5057
|
treeValue?: {
|
|
@@ -4942,20 +5131,20 @@ export type DeleteValueMutation = {
|
|
|
4942
5131
|
};
|
|
4943
5132
|
} | null;
|
|
4944
5133
|
} | null> | null;
|
|
4945
|
-
attribute
|
|
5134
|
+
attribute: {
|
|
4946
5135
|
id: string;
|
|
4947
5136
|
format?: AttributeFormat | null;
|
|
4948
5137
|
type: AttributeType;
|
|
4949
5138
|
system: boolean;
|
|
4950
|
-
}
|
|
5139
|
+
};
|
|
4951
5140
|
metadata?: Array<{
|
|
4952
5141
|
name: string;
|
|
4953
5142
|
value?: {
|
|
4954
5143
|
id_value?: string | null;
|
|
4955
5144
|
modified_at?: number | null;
|
|
4956
5145
|
created_at?: number | null;
|
|
4957
|
-
|
|
4958
|
-
|
|
5146
|
+
payload?: any | null;
|
|
5147
|
+
raw_payload?: any | null;
|
|
4959
5148
|
modified_by?: {
|
|
4960
5149
|
id: string;
|
|
4961
5150
|
whoAmI: {
|
|
@@ -5003,10 +5192,13 @@ export type DeleteValueMutation = {
|
|
|
5003
5192
|
} | null;
|
|
5004
5193
|
} | null> | null;
|
|
5005
5194
|
} | {
|
|
5195
|
+
payload?: any | null;
|
|
5196
|
+
raw_payload?: any | null;
|
|
5006
5197
|
value?: any | null;
|
|
5007
5198
|
raw_value?: any | null;
|
|
5008
5199
|
id_value?: string | null;
|
|
5009
5200
|
isInherited?: boolean | null;
|
|
5201
|
+
isCalculated?: boolean | null;
|
|
5010
5202
|
modified_at?: number | null;
|
|
5011
5203
|
created_at?: number | null;
|
|
5012
5204
|
modified_by?: {
|
|
@@ -5053,20 +5245,20 @@ export type DeleteValueMutation = {
|
|
|
5053
5245
|
};
|
|
5054
5246
|
} | null;
|
|
5055
5247
|
} | null> | null;
|
|
5056
|
-
attribute
|
|
5248
|
+
attribute: {
|
|
5057
5249
|
id: string;
|
|
5058
5250
|
format?: AttributeFormat | null;
|
|
5059
5251
|
type: AttributeType;
|
|
5060
5252
|
system: boolean;
|
|
5061
|
-
}
|
|
5253
|
+
};
|
|
5062
5254
|
metadata?: Array<{
|
|
5063
5255
|
name: string;
|
|
5064
5256
|
value?: {
|
|
5065
5257
|
id_value?: string | null;
|
|
5066
5258
|
modified_at?: number | null;
|
|
5067
5259
|
created_at?: number | null;
|
|
5068
|
-
|
|
5069
|
-
|
|
5260
|
+
payload?: any | null;
|
|
5261
|
+
raw_payload?: any | null;
|
|
5070
5262
|
modified_by?: {
|
|
5071
5263
|
id: string;
|
|
5072
5264
|
whoAmI: {
|
|
@@ -5115,40 +5307,163 @@ export type DeleteValueMutation = {
|
|
|
5115
5307
|
} | null> | null;
|
|
5116
5308
|
}>;
|
|
5117
5309
|
};
|
|
5118
|
-
export type
|
|
5310
|
+
export type RunActionsListAndFormatOnValueQueryVariables = Exact<{
|
|
5119
5311
|
library: Scalars['ID'];
|
|
5120
|
-
|
|
5121
|
-
version?: InputMaybe<Array<ValueVersionInput
|
|
5122
|
-
values: Array<ValueBatchInput> | ValueBatchInput;
|
|
5123
|
-
deleteEmpty?: InputMaybe<Scalars['Boolean']>;
|
|
5312
|
+
value?: InputMaybe<ValueBatchInput>;
|
|
5313
|
+
version?: InputMaybe<Array<InputMaybe<ValueVersionInput>> | InputMaybe<ValueVersionInput>>;
|
|
5124
5314
|
}>;
|
|
5125
|
-
export type
|
|
5126
|
-
|
|
5127
|
-
|
|
5128
|
-
|
|
5129
|
-
|
|
5130
|
-
|
|
5131
|
-
|
|
5132
|
-
|
|
5315
|
+
export type RunActionsListAndFormatOnValueQuery = {
|
|
5316
|
+
runActionsListAndFormatOnValue: Array<{
|
|
5317
|
+
id_value?: string | null;
|
|
5318
|
+
isInherited?: boolean | null;
|
|
5319
|
+
isCalculated?: boolean | null;
|
|
5320
|
+
modified_at?: number | null;
|
|
5321
|
+
created_at?: number | null;
|
|
5322
|
+
payload?: any | null;
|
|
5323
|
+
raw_payload?: any | null;
|
|
5324
|
+
value?: any | null;
|
|
5325
|
+
raw_value?: any | null;
|
|
5326
|
+
modified_by?: {
|
|
5327
|
+
id: string;
|
|
5328
|
+
whoAmI: {
|
|
5133
5329
|
id: string;
|
|
5134
|
-
|
|
5330
|
+
label?: string | null;
|
|
5331
|
+
subLabel?: string | null;
|
|
5332
|
+
color?: string | null;
|
|
5333
|
+
preview?: IPreviewScalar | null;
|
|
5334
|
+
library: {
|
|
5135
5335
|
id: string;
|
|
5136
|
-
label?:
|
|
5137
|
-
subLabel?: string | null;
|
|
5138
|
-
color?: string | null;
|
|
5139
|
-
preview?: IPreviewScalar | null;
|
|
5140
|
-
library: {
|
|
5141
|
-
id: string;
|
|
5142
|
-
label?: any | null;
|
|
5143
|
-
};
|
|
5336
|
+
label?: any | null;
|
|
5144
5337
|
};
|
|
5145
|
-
}
|
|
5146
|
-
|
|
5338
|
+
};
|
|
5339
|
+
} | null;
|
|
5340
|
+
created_by?: {
|
|
5341
|
+
id: string;
|
|
5342
|
+
whoAmI: {
|
|
5147
5343
|
id: string;
|
|
5148
|
-
|
|
5149
|
-
|
|
5150
|
-
|
|
5151
|
-
|
|
5344
|
+
label?: string | null;
|
|
5345
|
+
subLabel?: string | null;
|
|
5346
|
+
color?: string | null;
|
|
5347
|
+
preview?: IPreviewScalar | null;
|
|
5348
|
+
library: {
|
|
5349
|
+
id: string;
|
|
5350
|
+
label?: any | null;
|
|
5351
|
+
};
|
|
5352
|
+
};
|
|
5353
|
+
} | null;
|
|
5354
|
+
version?: Array<{
|
|
5355
|
+
treeId: string;
|
|
5356
|
+
treeNode?: {
|
|
5357
|
+
id: string;
|
|
5358
|
+
record: {
|
|
5359
|
+
id: string;
|
|
5360
|
+
whoAmI: {
|
|
5361
|
+
id: string;
|
|
5362
|
+
label?: string | null;
|
|
5363
|
+
library: {
|
|
5364
|
+
id: string;
|
|
5365
|
+
};
|
|
5366
|
+
};
|
|
5367
|
+
};
|
|
5368
|
+
} | null;
|
|
5369
|
+
} | null> | null;
|
|
5370
|
+
attribute: {
|
|
5371
|
+
id: string;
|
|
5372
|
+
format?: AttributeFormat | null;
|
|
5373
|
+
type: AttributeType;
|
|
5374
|
+
system: boolean;
|
|
5375
|
+
};
|
|
5376
|
+
metadata?: Array<{
|
|
5377
|
+
name: string;
|
|
5378
|
+
value?: {
|
|
5379
|
+
id_value?: string | null;
|
|
5380
|
+
modified_at?: number | null;
|
|
5381
|
+
created_at?: number | null;
|
|
5382
|
+
payload?: any | null;
|
|
5383
|
+
raw_payload?: any | null;
|
|
5384
|
+
modified_by?: {
|
|
5385
|
+
id: string;
|
|
5386
|
+
whoAmI: {
|
|
5387
|
+
id: string;
|
|
5388
|
+
label?: string | null;
|
|
5389
|
+
subLabel?: string | null;
|
|
5390
|
+
color?: string | null;
|
|
5391
|
+
preview?: IPreviewScalar | null;
|
|
5392
|
+
library: {
|
|
5393
|
+
id: string;
|
|
5394
|
+
label?: any | null;
|
|
5395
|
+
};
|
|
5396
|
+
};
|
|
5397
|
+
} | null;
|
|
5398
|
+
created_by?: {
|
|
5399
|
+
id: string;
|
|
5400
|
+
whoAmI: {
|
|
5401
|
+
id: string;
|
|
5402
|
+
label?: string | null;
|
|
5403
|
+
subLabel?: string | null;
|
|
5404
|
+
color?: string | null;
|
|
5405
|
+
preview?: IPreviewScalar | null;
|
|
5406
|
+
library: {
|
|
5407
|
+
id: string;
|
|
5408
|
+
label?: any | null;
|
|
5409
|
+
};
|
|
5410
|
+
};
|
|
5411
|
+
} | null;
|
|
5412
|
+
version?: Array<{
|
|
5413
|
+
treeId: string;
|
|
5414
|
+
treeNode?: {
|
|
5415
|
+
id: string;
|
|
5416
|
+
record: {
|
|
5417
|
+
id: string;
|
|
5418
|
+
whoAmI: {
|
|
5419
|
+
id: string;
|
|
5420
|
+
label?: string | null;
|
|
5421
|
+
library: {
|
|
5422
|
+
id: string;
|
|
5423
|
+
};
|
|
5424
|
+
};
|
|
5425
|
+
};
|
|
5426
|
+
} | null;
|
|
5427
|
+
} | null> | null;
|
|
5428
|
+
} | null;
|
|
5429
|
+
} | null> | null;
|
|
5430
|
+
}>;
|
|
5431
|
+
};
|
|
5432
|
+
export type SaveValueBatchMutationVariables = Exact<{
|
|
5433
|
+
library: Scalars['ID'];
|
|
5434
|
+
recordId: Scalars['ID'];
|
|
5435
|
+
version?: InputMaybe<Array<ValueVersionInput> | ValueVersionInput>;
|
|
5436
|
+
values: Array<ValueBatchInput> | ValueBatchInput;
|
|
5437
|
+
deleteEmpty?: InputMaybe<Scalars['Boolean']>;
|
|
5438
|
+
}>;
|
|
5439
|
+
export type SaveValueBatchMutation = {
|
|
5440
|
+
saveValueBatch: {
|
|
5441
|
+
values?: Array<{
|
|
5442
|
+
id_value?: string | null;
|
|
5443
|
+
isInherited?: boolean | null;
|
|
5444
|
+
isCalculated?: boolean | null;
|
|
5445
|
+
modified_at?: number | null;
|
|
5446
|
+
created_at?: number | null;
|
|
5447
|
+
linkValue?: {
|
|
5448
|
+
id: string;
|
|
5449
|
+
whoAmI: {
|
|
5450
|
+
id: string;
|
|
5451
|
+
label?: string | null;
|
|
5452
|
+
subLabel?: string | null;
|
|
5453
|
+
color?: string | null;
|
|
5454
|
+
preview?: IPreviewScalar | null;
|
|
5455
|
+
library: {
|
|
5456
|
+
id: string;
|
|
5457
|
+
label?: any | null;
|
|
5458
|
+
};
|
|
5459
|
+
};
|
|
5460
|
+
} | null;
|
|
5461
|
+
modified_by?: {
|
|
5462
|
+
id: string;
|
|
5463
|
+
whoAmI: {
|
|
5464
|
+
id: string;
|
|
5465
|
+
label?: string | null;
|
|
5466
|
+
subLabel?: string | null;
|
|
5152
5467
|
color?: string | null;
|
|
5153
5468
|
preview?: IPreviewScalar | null;
|
|
5154
5469
|
library: {
|
|
@@ -5187,20 +5502,20 @@ export type SaveValueBatchMutation = {
|
|
|
5187
5502
|
};
|
|
5188
5503
|
} | null;
|
|
5189
5504
|
} | null> | null;
|
|
5190
|
-
attribute
|
|
5505
|
+
attribute: {
|
|
5191
5506
|
id: string;
|
|
5192
5507
|
format?: AttributeFormat | null;
|
|
5193
5508
|
type: AttributeType;
|
|
5194
5509
|
system: boolean;
|
|
5195
|
-
}
|
|
5510
|
+
};
|
|
5196
5511
|
metadata?: Array<{
|
|
5197
5512
|
name: string;
|
|
5198
5513
|
value?: {
|
|
5199
5514
|
id_value?: string | null;
|
|
5200
5515
|
modified_at?: number | null;
|
|
5201
5516
|
created_at?: number | null;
|
|
5202
|
-
|
|
5203
|
-
|
|
5517
|
+
payload?: any | null;
|
|
5518
|
+
raw_payload?: any | null;
|
|
5204
5519
|
modified_by?: {
|
|
5205
5520
|
id: string;
|
|
5206
5521
|
whoAmI: {
|
|
@@ -5250,6 +5565,7 @@ export type SaveValueBatchMutation = {
|
|
|
5250
5565
|
} | {
|
|
5251
5566
|
id_value?: string | null;
|
|
5252
5567
|
isInherited?: boolean | null;
|
|
5568
|
+
isCalculated?: boolean | null;
|
|
5253
5569
|
modified_at?: number | null;
|
|
5254
5570
|
created_at?: number | null;
|
|
5255
5571
|
treeValue?: {
|
|
@@ -5329,20 +5645,20 @@ export type SaveValueBatchMutation = {
|
|
|
5329
5645
|
};
|
|
5330
5646
|
} | null;
|
|
5331
5647
|
} | null> | null;
|
|
5332
|
-
attribute
|
|
5648
|
+
attribute: {
|
|
5333
5649
|
id: string;
|
|
5334
5650
|
format?: AttributeFormat | null;
|
|
5335
5651
|
type: AttributeType;
|
|
5336
5652
|
system: boolean;
|
|
5337
|
-
}
|
|
5653
|
+
};
|
|
5338
5654
|
metadata?: Array<{
|
|
5339
5655
|
name: string;
|
|
5340
5656
|
value?: {
|
|
5341
5657
|
id_value?: string | null;
|
|
5342
5658
|
modified_at?: number | null;
|
|
5343
5659
|
created_at?: number | null;
|
|
5344
|
-
|
|
5345
|
-
|
|
5660
|
+
payload?: any | null;
|
|
5661
|
+
raw_payload?: any | null;
|
|
5346
5662
|
modified_by?: {
|
|
5347
5663
|
id: string;
|
|
5348
5664
|
whoAmI: {
|
|
@@ -5390,10 +5706,13 @@ export type SaveValueBatchMutation = {
|
|
|
5390
5706
|
} | null;
|
|
5391
5707
|
} | null> | null;
|
|
5392
5708
|
} | {
|
|
5709
|
+
payload?: any | null;
|
|
5710
|
+
raw_payload?: any | null;
|
|
5393
5711
|
value?: any | null;
|
|
5394
5712
|
raw_value?: any | null;
|
|
5395
5713
|
id_value?: string | null;
|
|
5396
5714
|
isInherited?: boolean | null;
|
|
5715
|
+
isCalculated?: boolean | null;
|
|
5397
5716
|
modified_at?: number | null;
|
|
5398
5717
|
created_at?: number | null;
|
|
5399
5718
|
modified_by?: {
|
|
@@ -5440,20 +5759,20 @@ export type SaveValueBatchMutation = {
|
|
|
5440
5759
|
};
|
|
5441
5760
|
} | null;
|
|
5442
5761
|
} | null> | null;
|
|
5443
|
-
attribute
|
|
5762
|
+
attribute: {
|
|
5444
5763
|
id: string;
|
|
5445
5764
|
format?: AttributeFormat | null;
|
|
5446
5765
|
type: AttributeType;
|
|
5447
5766
|
system: boolean;
|
|
5448
|
-
}
|
|
5767
|
+
};
|
|
5449
5768
|
metadata?: Array<{
|
|
5450
5769
|
name: string;
|
|
5451
5770
|
value?: {
|
|
5452
5771
|
id_value?: string | null;
|
|
5453
5772
|
modified_at?: number | null;
|
|
5454
5773
|
created_at?: number | null;
|
|
5455
|
-
|
|
5456
|
-
|
|
5774
|
+
payload?: any | null;
|
|
5775
|
+
raw_payload?: any | null;
|
|
5457
5776
|
modified_by?: {
|
|
5458
5777
|
id: string;
|
|
5459
5778
|
whoAmI: {
|
|
@@ -5529,7 +5848,7 @@ export type GetViewQuery = {
|
|
|
5529
5848
|
description?: any | null;
|
|
5530
5849
|
color?: string | null;
|
|
5531
5850
|
display: {
|
|
5532
|
-
size
|
|
5851
|
+
size?: ViewSizes | null;
|
|
5533
5852
|
type: ViewTypes;
|
|
5534
5853
|
};
|
|
5535
5854
|
created_by: {
|
|
@@ -5552,10 +5871,10 @@ export type GetViewQuery = {
|
|
|
5552
5871
|
label?: any | null;
|
|
5553
5872
|
} | null;
|
|
5554
5873
|
}> | null;
|
|
5555
|
-
sort?: {
|
|
5874
|
+
sort?: Array<{
|
|
5556
5875
|
field: string;
|
|
5557
5876
|
order: SortOrder;
|
|
5558
|
-
} | null;
|
|
5877
|
+
}> | null;
|
|
5559
5878
|
valuesVersions?: Array<{
|
|
5560
5879
|
treeId: string;
|
|
5561
5880
|
treeNode: {
|
|
@@ -5576,9 +5895,8 @@ export type GetViewQuery = {
|
|
|
5576
5895
|
};
|
|
5577
5896
|
};
|
|
5578
5897
|
}> | null;
|
|
5579
|
-
|
|
5580
|
-
|
|
5581
|
-
value?: any | null;
|
|
5898
|
+
attributes?: Array<{
|
|
5899
|
+
id: string;
|
|
5582
5900
|
}> | null;
|
|
5583
5901
|
};
|
|
5584
5902
|
};
|
|
@@ -5595,7 +5913,7 @@ export type GetViewsListQuery = {
|
|
|
5595
5913
|
description?: any | null;
|
|
5596
5914
|
color?: string | null;
|
|
5597
5915
|
display: {
|
|
5598
|
-
size
|
|
5916
|
+
size?: ViewSizes | null;
|
|
5599
5917
|
type: ViewTypes;
|
|
5600
5918
|
};
|
|
5601
5919
|
created_by: {
|
|
@@ -5618,10 +5936,10 @@ export type GetViewsListQuery = {
|
|
|
5618
5936
|
label?: any | null;
|
|
5619
5937
|
} | null;
|
|
5620
5938
|
}> | null;
|
|
5621
|
-
sort?: {
|
|
5939
|
+
sort?: Array<{
|
|
5622
5940
|
field: string;
|
|
5623
5941
|
order: SortOrder;
|
|
5624
|
-
} | null;
|
|
5942
|
+
}> | null;
|
|
5625
5943
|
valuesVersions?: Array<{
|
|
5626
5944
|
treeId: string;
|
|
5627
5945
|
treeNode: {
|
|
@@ -5642,17 +5960,16 @@ export type GetViewsListQuery = {
|
|
|
5642
5960
|
};
|
|
5643
5961
|
};
|
|
5644
5962
|
}> | null;
|
|
5645
|
-
|
|
5646
|
-
|
|
5647
|
-
value?: any | null;
|
|
5963
|
+
attributes?: Array<{
|
|
5964
|
+
id: string;
|
|
5648
5965
|
}> | null;
|
|
5649
5966
|
}>;
|
|
5650
5967
|
};
|
|
5651
5968
|
};
|
|
5652
|
-
export type
|
|
5969
|
+
export type SaveViewMutationVariables = Exact<{
|
|
5653
5970
|
view: ViewInput;
|
|
5654
5971
|
}>;
|
|
5655
|
-
export type
|
|
5972
|
+
export type SaveViewMutation = {
|
|
5656
5973
|
saveView: {
|
|
5657
5974
|
id: string;
|
|
5658
5975
|
shared: boolean;
|
|
@@ -5660,7 +5977,7 @@ export type AddViewMutation = {
|
|
|
5660
5977
|
description?: any | null;
|
|
5661
5978
|
color?: string | null;
|
|
5662
5979
|
display: {
|
|
5663
|
-
size
|
|
5980
|
+
size?: ViewSizes | null;
|
|
5664
5981
|
type: ViewTypes;
|
|
5665
5982
|
};
|
|
5666
5983
|
created_by: {
|
|
@@ -5683,10 +6000,10 @@ export type AddViewMutation = {
|
|
|
5683
6000
|
label?: any | null;
|
|
5684
6001
|
} | null;
|
|
5685
6002
|
}> | null;
|
|
5686
|
-
sort?: {
|
|
6003
|
+
sort?: Array<{
|
|
5687
6004
|
field: string;
|
|
5688
6005
|
order: SortOrder;
|
|
5689
|
-
} | null;
|
|
6006
|
+
}> | null;
|
|
5690
6007
|
valuesVersions?: Array<{
|
|
5691
6008
|
treeId: string;
|
|
5692
6009
|
treeNode: {
|
|
@@ -5707,12 +6024,217 @@ export type AddViewMutation = {
|
|
|
5707
6024
|
};
|
|
5708
6025
|
};
|
|
5709
6026
|
}> | null;
|
|
5710
|
-
|
|
5711
|
-
|
|
5712
|
-
value?: any | null;
|
|
6027
|
+
attributes?: Array<{
|
|
6028
|
+
id: string;
|
|
5713
6029
|
}> | null;
|
|
5714
6030
|
};
|
|
5715
6031
|
};
|
|
6032
|
+
export type ExplorerAttributesQueryVariables = Exact<{
|
|
6033
|
+
ids?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
|
|
6034
|
+
}>;
|
|
6035
|
+
export type ExplorerAttributesQuery = {
|
|
6036
|
+
attributes?: {
|
|
6037
|
+
list: Array<{
|
|
6038
|
+
id: string;
|
|
6039
|
+
type: AttributeType;
|
|
6040
|
+
format?: AttributeFormat | null;
|
|
6041
|
+
label?: any | null;
|
|
6042
|
+
}>;
|
|
6043
|
+
} | null;
|
|
6044
|
+
};
|
|
6045
|
+
export type ExplorerLinkAttributeQueryVariables = Exact<{
|
|
6046
|
+
id: Scalars['ID'];
|
|
6047
|
+
}>;
|
|
6048
|
+
export type ExplorerLinkAttributeQuery = {
|
|
6049
|
+
attributes?: {
|
|
6050
|
+
list: Array<{
|
|
6051
|
+
label?: any | null;
|
|
6052
|
+
id: string;
|
|
6053
|
+
linked_library?: {
|
|
6054
|
+
id: string;
|
|
6055
|
+
} | null;
|
|
6056
|
+
} | {
|
|
6057
|
+
id: string;
|
|
6058
|
+
}>;
|
|
6059
|
+
} | null;
|
|
6060
|
+
};
|
|
6061
|
+
export type ExplorerLibraryDataQueryVariables = Exact<{
|
|
6062
|
+
libraryId: Scalars['ID'];
|
|
6063
|
+
attributeIds: Array<Scalars['ID']> | Scalars['ID'];
|
|
6064
|
+
pagination?: InputMaybe<RecordsPagination>;
|
|
6065
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
6066
|
+
multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
|
|
6067
|
+
searchQuery?: InputMaybe<Scalars['String']>;
|
|
6068
|
+
}>;
|
|
6069
|
+
export type ExplorerLibraryDataQuery = {
|
|
6070
|
+
records: {
|
|
6071
|
+
totalCount?: number | null;
|
|
6072
|
+
list: Array<{
|
|
6073
|
+
id: string;
|
|
6074
|
+
whoAmI: {
|
|
6075
|
+
id: string;
|
|
6076
|
+
label?: string | null;
|
|
6077
|
+
subLabel?: string | null;
|
|
6078
|
+
color?: string | null;
|
|
6079
|
+
preview?: IPreviewScalar | null;
|
|
6080
|
+
library: {
|
|
6081
|
+
id: string;
|
|
6082
|
+
label?: any | null;
|
|
6083
|
+
};
|
|
6084
|
+
};
|
|
6085
|
+
properties: Array<{
|
|
6086
|
+
attributeId: string;
|
|
6087
|
+
attributeProperties: {
|
|
6088
|
+
id: string;
|
|
6089
|
+
label?: any | null;
|
|
6090
|
+
type: AttributeType;
|
|
6091
|
+
format?: AttributeFormat | null;
|
|
6092
|
+
multiple_values: boolean;
|
|
6093
|
+
};
|
|
6094
|
+
values: Array<{
|
|
6095
|
+
linkPayload?: {
|
|
6096
|
+
id: string;
|
|
6097
|
+
whoAmI: {
|
|
6098
|
+
id: string;
|
|
6099
|
+
label?: string | null;
|
|
6100
|
+
subLabel?: string | null;
|
|
6101
|
+
color?: string | null;
|
|
6102
|
+
preview?: IPreviewScalar | null;
|
|
6103
|
+
library: {
|
|
6104
|
+
id: string;
|
|
6105
|
+
label?: any | null;
|
|
6106
|
+
};
|
|
6107
|
+
};
|
|
6108
|
+
} | null;
|
|
6109
|
+
} | {
|
|
6110
|
+
treePayload?: {
|
|
6111
|
+
record: {
|
|
6112
|
+
id: string;
|
|
6113
|
+
whoAmI: {
|
|
6114
|
+
id: string;
|
|
6115
|
+
label?: string | null;
|
|
6116
|
+
subLabel?: string | null;
|
|
6117
|
+
color?: string | null;
|
|
6118
|
+
preview?: IPreviewScalar | null;
|
|
6119
|
+
library: {
|
|
6120
|
+
id: string;
|
|
6121
|
+
label?: any | null;
|
|
6122
|
+
};
|
|
6123
|
+
};
|
|
6124
|
+
};
|
|
6125
|
+
} | null;
|
|
6126
|
+
} | {
|
|
6127
|
+
valuePayload?: any | null;
|
|
6128
|
+
}>;
|
|
6129
|
+
}>;
|
|
6130
|
+
}>;
|
|
6131
|
+
};
|
|
6132
|
+
};
|
|
6133
|
+
export type ExplorerLinkDataQueryVariables = Exact<{
|
|
6134
|
+
attributeIds: Array<Scalars['ID']> | Scalars['ID'];
|
|
6135
|
+
parentLibraryId: Scalars['ID'];
|
|
6136
|
+
parentRecordId?: InputMaybe<Scalars['String']>;
|
|
6137
|
+
linkAttributeId: Scalars['ID'];
|
|
6138
|
+
}>;
|
|
6139
|
+
export type ExplorerLinkDataQuery = {
|
|
6140
|
+
records: {
|
|
6141
|
+
list: Array<{
|
|
6142
|
+
id: string;
|
|
6143
|
+
whoAmI: {
|
|
6144
|
+
id: string;
|
|
6145
|
+
library: {
|
|
6146
|
+
id: string;
|
|
6147
|
+
};
|
|
6148
|
+
};
|
|
6149
|
+
property: Array<{
|
|
6150
|
+
id_value?: string | null;
|
|
6151
|
+
payload?: {
|
|
6152
|
+
id: string;
|
|
6153
|
+
whoAmI: {
|
|
6154
|
+
id: string;
|
|
6155
|
+
label?: string | null;
|
|
6156
|
+
subLabel?: string | null;
|
|
6157
|
+
color?: string | null;
|
|
6158
|
+
preview?: IPreviewScalar | null;
|
|
6159
|
+
library: {
|
|
6160
|
+
id: string;
|
|
6161
|
+
label?: any | null;
|
|
6162
|
+
};
|
|
6163
|
+
};
|
|
6164
|
+
properties: Array<{
|
|
6165
|
+
attributeId: string;
|
|
6166
|
+
attributeProperties: {
|
|
6167
|
+
id: string;
|
|
6168
|
+
label?: any | null;
|
|
6169
|
+
type: AttributeType;
|
|
6170
|
+
format?: AttributeFormat | null;
|
|
6171
|
+
multiple_values: boolean;
|
|
6172
|
+
};
|
|
6173
|
+
values: Array<{
|
|
6174
|
+
linkPayload?: {
|
|
6175
|
+
id: string;
|
|
6176
|
+
whoAmI: {
|
|
6177
|
+
id: string;
|
|
6178
|
+
label?: string | null;
|
|
6179
|
+
subLabel?: string | null;
|
|
6180
|
+
color?: string | null;
|
|
6181
|
+
preview?: IPreviewScalar | null;
|
|
6182
|
+
library: {
|
|
6183
|
+
id: string;
|
|
6184
|
+
label?: any | null;
|
|
6185
|
+
};
|
|
6186
|
+
};
|
|
6187
|
+
} | null;
|
|
6188
|
+
} | {
|
|
6189
|
+
treePayload?: {
|
|
6190
|
+
record: {
|
|
6191
|
+
id: string;
|
|
6192
|
+
whoAmI: {
|
|
6193
|
+
id: string;
|
|
6194
|
+
label?: string | null;
|
|
6195
|
+
subLabel?: string | null;
|
|
6196
|
+
color?: string | null;
|
|
6197
|
+
preview?: IPreviewScalar | null;
|
|
6198
|
+
library: {
|
|
6199
|
+
id: string;
|
|
6200
|
+
label?: any | null;
|
|
6201
|
+
};
|
|
6202
|
+
};
|
|
6203
|
+
};
|
|
6204
|
+
} | null;
|
|
6205
|
+
} | {
|
|
6206
|
+
valuePayload?: any | null;
|
|
6207
|
+
}>;
|
|
6208
|
+
}>;
|
|
6209
|
+
} | null;
|
|
6210
|
+
} | {
|
|
6211
|
+
id_value?: string | null;
|
|
6212
|
+
}>;
|
|
6213
|
+
}>;
|
|
6214
|
+
};
|
|
6215
|
+
};
|
|
6216
|
+
export type ExplorerLibraryDetailsQueryVariables = Exact<{
|
|
6217
|
+
libraryId: Scalars['ID'];
|
|
6218
|
+
}>;
|
|
6219
|
+
export type ExplorerLibraryDetailsQuery = {
|
|
6220
|
+
libraries?: {
|
|
6221
|
+
list: Array<{
|
|
6222
|
+
id: string;
|
|
6223
|
+
label?: any | null;
|
|
6224
|
+
}>;
|
|
6225
|
+
} | null;
|
|
6226
|
+
};
|
|
6227
|
+
export type TreeDataQueryQueryVariables = Exact<{
|
|
6228
|
+
treeId: Scalars['ID'];
|
|
6229
|
+
}>;
|
|
6230
|
+
export type TreeDataQueryQuery = {
|
|
6231
|
+
trees?: {
|
|
6232
|
+
list: Array<{
|
|
6233
|
+
id: string;
|
|
6234
|
+
label?: any | null;
|
|
6235
|
+
}>;
|
|
6236
|
+
} | null;
|
|
6237
|
+
};
|
|
5716
6238
|
export declare const RecordIdentityFragmentDoc: Apollo.DocumentNode;
|
|
5717
6239
|
export declare const DetailsApplicationFragmentDoc: Apollo.DocumentNode;
|
|
5718
6240
|
export declare const AttributeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
@@ -5730,7 +6252,12 @@ export declare const RecordFormElementFragmentDoc: Apollo.DocumentNode;
|
|
|
5730
6252
|
export declare const TreeLightFragmentDoc: Apollo.DocumentNode;
|
|
5731
6253
|
export declare const TreeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
5732
6254
|
export declare const TreeNodeChildFragmentDoc: Apollo.DocumentNode;
|
|
6255
|
+
export declare const ViewDetailsFilterFragmentDoc: Apollo.DocumentNode;
|
|
5733
6256
|
export declare const ViewDetailsFragmentDoc: Apollo.DocumentNode;
|
|
6257
|
+
export declare const LinkAttributeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
6258
|
+
export declare const AttributePropertiesFragmentDoc: Apollo.DocumentNode;
|
|
6259
|
+
export declare const PropertyValueFragmentDoc: Apollo.DocumentNode;
|
|
6260
|
+
export declare const LinkPropertyFragmentDoc: Apollo.DocumentNode;
|
|
5734
6261
|
export declare const CheckApplicationExistenceDocument: Apollo.DocumentNode;
|
|
5735
6262
|
/**
|
|
5736
6263
|
* __useCheckApplicationExistenceQuery__
|
|
@@ -6974,6 +7501,38 @@ export declare function useDeleteValueMutation(baseOptions?: Apollo.MutationHook
|
|
|
6974
7501
|
export type DeleteValueMutationHookResult = ReturnType<typeof useDeleteValueMutation>;
|
|
6975
7502
|
export type DeleteValueMutationResult = Apollo.MutationResult<DeleteValueMutation>;
|
|
6976
7503
|
export type DeleteValueMutationOptions = Apollo.BaseMutationOptions<DeleteValueMutation, DeleteValueMutationVariables>;
|
|
7504
|
+
export declare const RunActionsListAndFormatOnValueDocument: Apollo.DocumentNode;
|
|
7505
|
+
/**
|
|
7506
|
+
* __useRunActionsListAndFormatOnValueQuery__
|
|
7507
|
+
*
|
|
7508
|
+
* To run a query within a React component, call `useRunActionsListAndFormatOnValueQuery` and pass it any options that fit your needs.
|
|
7509
|
+
* When your component renders, `useRunActionsListAndFormatOnValueQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7510
|
+
* you can use to render your UI.
|
|
7511
|
+
*
|
|
7512
|
+
* @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;
|
|
7513
|
+
*
|
|
7514
|
+
* @example
|
|
7515
|
+
* const { data, loading, error } = useRunActionsListAndFormatOnValueQuery({
|
|
7516
|
+
* variables: {
|
|
7517
|
+
* library: // value for 'library'
|
|
7518
|
+
* value: // value for 'value'
|
|
7519
|
+
* version: // value for 'version'
|
|
7520
|
+
* },
|
|
7521
|
+
* });
|
|
7522
|
+
*/
|
|
7523
|
+
export declare function useRunActionsListAndFormatOnValueQuery(baseOptions: Apollo.QueryHookOptions<RunActionsListAndFormatOnValueQuery, RunActionsListAndFormatOnValueQueryVariables>): Apollo.QueryResult<RunActionsListAndFormatOnValueQuery, Exact<{
|
|
7524
|
+
library: Scalars["ID"];
|
|
7525
|
+
value?: InputMaybe<ValueBatchInput>;
|
|
7526
|
+
version?: InputMaybe<Array<InputMaybe<ValueVersionInput>> | InputMaybe<ValueVersionInput>>;
|
|
7527
|
+
}>>;
|
|
7528
|
+
export declare function useRunActionsListAndFormatOnValueLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<RunActionsListAndFormatOnValueQuery, RunActionsListAndFormatOnValueQueryVariables>): Apollo.LazyQueryResultTuple<RunActionsListAndFormatOnValueQuery, Exact<{
|
|
7529
|
+
library: Scalars["ID"];
|
|
7530
|
+
value?: InputMaybe<ValueBatchInput>;
|
|
7531
|
+
version?: InputMaybe<Array<InputMaybe<ValueVersionInput>> | InputMaybe<ValueVersionInput>>;
|
|
7532
|
+
}>>;
|
|
7533
|
+
export type RunActionsListAndFormatOnValueQueryHookResult = ReturnType<typeof useRunActionsListAndFormatOnValueQuery>;
|
|
7534
|
+
export type RunActionsListAndFormatOnValueLazyQueryHookResult = ReturnType<typeof useRunActionsListAndFormatOnValueLazyQuery>;
|
|
7535
|
+
export type RunActionsListAndFormatOnValueQueryResult = Apollo.QueryResult<RunActionsListAndFormatOnValueQuery, RunActionsListAndFormatOnValueQueryVariables>;
|
|
6977
7536
|
export declare const SaveValueBatchDocument: Apollo.DocumentNode;
|
|
6978
7537
|
export type SaveValueBatchMutationFn = Apollo.MutationFunction<SaveValueBatchMutation, SaveValueBatchMutationVariables>;
|
|
6979
7538
|
/**
|
|
@@ -7084,28 +7643,208 @@ export declare function useGetViewsListLazyQuery(baseOptions?: Apollo.LazyQueryH
|
|
|
7084
7643
|
export type GetViewsListQueryHookResult = ReturnType<typeof useGetViewsListQuery>;
|
|
7085
7644
|
export type GetViewsListLazyQueryHookResult = ReturnType<typeof useGetViewsListLazyQuery>;
|
|
7086
7645
|
export type GetViewsListQueryResult = Apollo.QueryResult<GetViewsListQuery, GetViewsListQueryVariables>;
|
|
7087
|
-
export declare const
|
|
7088
|
-
export type
|
|
7646
|
+
export declare const SaveViewDocument: Apollo.DocumentNode;
|
|
7647
|
+
export type SaveViewMutationFn = Apollo.MutationFunction<SaveViewMutation, SaveViewMutationVariables>;
|
|
7089
7648
|
/**
|
|
7090
|
-
*
|
|
7649
|
+
* __useSaveViewMutation__
|
|
7091
7650
|
*
|
|
7092
|
-
* To run a mutation, you first call `
|
|
7093
|
-
* When your component renders, `
|
|
7651
|
+
* To run a mutation, you first call `useSaveViewMutation` within a React component and pass it any options that fit your needs.
|
|
7652
|
+
* When your component renders, `useSaveViewMutation` returns a tuple that includes:
|
|
7094
7653
|
* - A mutate function that you can call at any time to execute the mutation
|
|
7095
7654
|
* - An object with fields that represent the current status of the mutation's execution
|
|
7096
7655
|
*
|
|
7097
7656
|
* @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;
|
|
7098
7657
|
*
|
|
7099
7658
|
* @example
|
|
7100
|
-
* const [
|
|
7659
|
+
* const [saveViewMutation, { data, loading, error }] = useSaveViewMutation({
|
|
7101
7660
|
* variables: {
|
|
7102
7661
|
* view: // value for 'view'
|
|
7103
7662
|
* },
|
|
7104
7663
|
* });
|
|
7105
7664
|
*/
|
|
7106
|
-
export declare function
|
|
7665
|
+
export declare function useSaveViewMutation(baseOptions?: Apollo.MutationHookOptions<SaveViewMutation, SaveViewMutationVariables>): Apollo.MutationTuple<SaveViewMutation, Exact<{
|
|
7107
7666
|
view: ViewInput;
|
|
7108
7667
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
7109
|
-
export type
|
|
7110
|
-
export type
|
|
7111
|
-
export type
|
|
7668
|
+
export type SaveViewMutationHookResult = ReturnType<typeof useSaveViewMutation>;
|
|
7669
|
+
export type SaveViewMutationResult = Apollo.MutationResult<SaveViewMutation>;
|
|
7670
|
+
export type SaveViewMutationOptions = Apollo.BaseMutationOptions<SaveViewMutation, SaveViewMutationVariables>;
|
|
7671
|
+
export declare const ExplorerAttributesDocument: Apollo.DocumentNode;
|
|
7672
|
+
/**
|
|
7673
|
+
* __useExplorerAttributesQuery__
|
|
7674
|
+
*
|
|
7675
|
+
* To run a query within a React component, call `useExplorerAttributesQuery` and pass it any options that fit your needs.
|
|
7676
|
+
* When your component renders, `useExplorerAttributesQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7677
|
+
* you can use to render your UI.
|
|
7678
|
+
*
|
|
7679
|
+
* @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;
|
|
7680
|
+
*
|
|
7681
|
+
* @example
|
|
7682
|
+
* const { data, loading, error } = useExplorerAttributesQuery({
|
|
7683
|
+
* variables: {
|
|
7684
|
+
* ids: // value for 'ids'
|
|
7685
|
+
* },
|
|
7686
|
+
* });
|
|
7687
|
+
*/
|
|
7688
|
+
export declare function useExplorerAttributesQuery(baseOptions?: Apollo.QueryHookOptions<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>): Apollo.QueryResult<ExplorerAttributesQuery, Exact<{
|
|
7689
|
+
ids?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
7690
|
+
}>>;
|
|
7691
|
+
export declare function useExplorerAttributesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerAttributesQuery, Exact<{
|
|
7692
|
+
ids?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
7693
|
+
}>>;
|
|
7694
|
+
export type ExplorerAttributesQueryHookResult = ReturnType<typeof useExplorerAttributesQuery>;
|
|
7695
|
+
export type ExplorerAttributesLazyQueryHookResult = ReturnType<typeof useExplorerAttributesLazyQuery>;
|
|
7696
|
+
export type ExplorerAttributesQueryResult = Apollo.QueryResult<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>;
|
|
7697
|
+
export declare const ExplorerLinkAttributeDocument: Apollo.DocumentNode;
|
|
7698
|
+
/**
|
|
7699
|
+
* __useExplorerLinkAttributeQuery__
|
|
7700
|
+
*
|
|
7701
|
+
* To run a query within a React component, call `useExplorerLinkAttributeQuery` and pass it any options that fit your needs.
|
|
7702
|
+
* When your component renders, `useExplorerLinkAttributeQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7703
|
+
* you can use to render your UI.
|
|
7704
|
+
*
|
|
7705
|
+
* @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;
|
|
7706
|
+
*
|
|
7707
|
+
* @example
|
|
7708
|
+
* const { data, loading, error } = useExplorerLinkAttributeQuery({
|
|
7709
|
+
* variables: {
|
|
7710
|
+
* id: // value for 'id'
|
|
7711
|
+
* },
|
|
7712
|
+
* });
|
|
7713
|
+
*/
|
|
7714
|
+
export declare function useExplorerLinkAttributeQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>): Apollo.QueryResult<ExplorerLinkAttributeQuery, Exact<{
|
|
7715
|
+
id: Scalars["ID"];
|
|
7716
|
+
}>>;
|
|
7717
|
+
export declare function useExplorerLinkAttributeLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLinkAttributeQuery, Exact<{
|
|
7718
|
+
id: Scalars["ID"];
|
|
7719
|
+
}>>;
|
|
7720
|
+
export type ExplorerLinkAttributeQueryHookResult = ReturnType<typeof useExplorerLinkAttributeQuery>;
|
|
7721
|
+
export type ExplorerLinkAttributeLazyQueryHookResult = ReturnType<typeof useExplorerLinkAttributeLazyQuery>;
|
|
7722
|
+
export type ExplorerLinkAttributeQueryResult = Apollo.QueryResult<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>;
|
|
7723
|
+
export declare const ExplorerLibraryDataDocument: Apollo.DocumentNode;
|
|
7724
|
+
/**
|
|
7725
|
+
* __useExplorerLibraryDataQuery__
|
|
7726
|
+
*
|
|
7727
|
+
* To run a query within a React component, call `useExplorerLibraryDataQuery` and pass it any options that fit your needs.
|
|
7728
|
+
* When your component renders, `useExplorerLibraryDataQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7729
|
+
* you can use to render your UI.
|
|
7730
|
+
*
|
|
7731
|
+
* @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;
|
|
7732
|
+
*
|
|
7733
|
+
* @example
|
|
7734
|
+
* const { data, loading, error } = useExplorerLibraryDataQuery({
|
|
7735
|
+
* variables: {
|
|
7736
|
+
* libraryId: // value for 'libraryId'
|
|
7737
|
+
* attributeIds: // value for 'attributeIds'
|
|
7738
|
+
* pagination: // value for 'pagination'
|
|
7739
|
+
* filters: // value for 'filters'
|
|
7740
|
+
* multipleSort: // value for 'multipleSort'
|
|
7741
|
+
* searchQuery: // value for 'searchQuery'
|
|
7742
|
+
* },
|
|
7743
|
+
* });
|
|
7744
|
+
*/
|
|
7745
|
+
export declare function useExplorerLibraryDataQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>): Apollo.QueryResult<ExplorerLibraryDataQuery, Exact<{
|
|
7746
|
+
libraryId: Scalars["ID"];
|
|
7747
|
+
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
7748
|
+
pagination?: InputMaybe<RecordsPagination>;
|
|
7749
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
7750
|
+
multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
|
|
7751
|
+
searchQuery?: InputMaybe<Scalars["String"]>;
|
|
7752
|
+
}>>;
|
|
7753
|
+
export declare function useExplorerLibraryDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLibraryDataQuery, Exact<{
|
|
7754
|
+
libraryId: Scalars["ID"];
|
|
7755
|
+
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
7756
|
+
pagination?: InputMaybe<RecordsPagination>;
|
|
7757
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
7758
|
+
multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
|
|
7759
|
+
searchQuery?: InputMaybe<Scalars["String"]>;
|
|
7760
|
+
}>>;
|
|
7761
|
+
export type ExplorerLibraryDataQueryHookResult = ReturnType<typeof useExplorerLibraryDataQuery>;
|
|
7762
|
+
export type ExplorerLibraryDataLazyQueryHookResult = ReturnType<typeof useExplorerLibraryDataLazyQuery>;
|
|
7763
|
+
export type ExplorerLibraryDataQueryResult = Apollo.QueryResult<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>;
|
|
7764
|
+
export declare const ExplorerLinkDataDocument: Apollo.DocumentNode;
|
|
7765
|
+
/**
|
|
7766
|
+
* __useExplorerLinkDataQuery__
|
|
7767
|
+
*
|
|
7768
|
+
* To run a query within a React component, call `useExplorerLinkDataQuery` and pass it any options that fit your needs.
|
|
7769
|
+
* When your component renders, `useExplorerLinkDataQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7770
|
+
* you can use to render your UI.
|
|
7771
|
+
*
|
|
7772
|
+
* @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;
|
|
7773
|
+
*
|
|
7774
|
+
* @example
|
|
7775
|
+
* const { data, loading, error } = useExplorerLinkDataQuery({
|
|
7776
|
+
* variables: {
|
|
7777
|
+
* attributeIds: // value for 'attributeIds'
|
|
7778
|
+
* parentLibraryId: // value for 'parentLibraryId'
|
|
7779
|
+
* parentRecordId: // value for 'parentRecordId'
|
|
7780
|
+
* linkAttributeId: // value for 'linkAttributeId'
|
|
7781
|
+
* },
|
|
7782
|
+
* });
|
|
7783
|
+
*/
|
|
7784
|
+
export declare function useExplorerLinkDataQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>): Apollo.QueryResult<ExplorerLinkDataQuery, Exact<{
|
|
7785
|
+
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
7786
|
+
parentLibraryId: Scalars["ID"];
|
|
7787
|
+
parentRecordId?: InputMaybe<Scalars["String"]>;
|
|
7788
|
+
linkAttributeId: Scalars["ID"];
|
|
7789
|
+
}>>;
|
|
7790
|
+
export declare function useExplorerLinkDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLinkDataQuery, Exact<{
|
|
7791
|
+
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
7792
|
+
parentLibraryId: Scalars["ID"];
|
|
7793
|
+
parentRecordId?: InputMaybe<Scalars["String"]>;
|
|
7794
|
+
linkAttributeId: Scalars["ID"];
|
|
7795
|
+
}>>;
|
|
7796
|
+
export type ExplorerLinkDataQueryHookResult = ReturnType<typeof useExplorerLinkDataQuery>;
|
|
7797
|
+
export type ExplorerLinkDataLazyQueryHookResult = ReturnType<typeof useExplorerLinkDataLazyQuery>;
|
|
7798
|
+
export type ExplorerLinkDataQueryResult = Apollo.QueryResult<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>;
|
|
7799
|
+
export declare const ExplorerLibraryDetailsDocument: Apollo.DocumentNode;
|
|
7800
|
+
/**
|
|
7801
|
+
* __useExplorerLibraryDetailsQuery__
|
|
7802
|
+
*
|
|
7803
|
+
* To run a query within a React component, call `useExplorerLibraryDetailsQuery` and pass it any options that fit your needs.
|
|
7804
|
+
* When your component renders, `useExplorerLibraryDetailsQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7805
|
+
* you can use to render your UI.
|
|
7806
|
+
*
|
|
7807
|
+
* @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;
|
|
7808
|
+
*
|
|
7809
|
+
* @example
|
|
7810
|
+
* const { data, loading, error } = useExplorerLibraryDetailsQuery({
|
|
7811
|
+
* variables: {
|
|
7812
|
+
* libraryId: // value for 'libraryId'
|
|
7813
|
+
* },
|
|
7814
|
+
* });
|
|
7815
|
+
*/
|
|
7816
|
+
export declare function useExplorerLibraryDetailsQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>): Apollo.QueryResult<ExplorerLibraryDetailsQuery, Exact<{
|
|
7817
|
+
libraryId: Scalars["ID"];
|
|
7818
|
+
}>>;
|
|
7819
|
+
export declare function useExplorerLibraryDetailsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLibraryDetailsQuery, Exact<{
|
|
7820
|
+
libraryId: Scalars["ID"];
|
|
7821
|
+
}>>;
|
|
7822
|
+
export type ExplorerLibraryDetailsQueryHookResult = ReturnType<typeof useExplorerLibraryDetailsQuery>;
|
|
7823
|
+
export type ExplorerLibraryDetailsLazyQueryHookResult = ReturnType<typeof useExplorerLibraryDetailsLazyQuery>;
|
|
7824
|
+
export type ExplorerLibraryDetailsQueryResult = Apollo.QueryResult<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>;
|
|
7825
|
+
export declare const TreeDataQueryDocument: Apollo.DocumentNode;
|
|
7826
|
+
/**
|
|
7827
|
+
* __useTreeDataQueryQuery__
|
|
7828
|
+
*
|
|
7829
|
+
* To run a query within a React component, call `useTreeDataQueryQuery` and pass it any options that fit your needs.
|
|
7830
|
+
* When your component renders, `useTreeDataQueryQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7831
|
+
* you can use to render your UI.
|
|
7832
|
+
*
|
|
7833
|
+
* @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;
|
|
7834
|
+
*
|
|
7835
|
+
* @example
|
|
7836
|
+
* const { data, loading, error } = useTreeDataQueryQuery({
|
|
7837
|
+
* variables: {
|
|
7838
|
+
* treeId: // value for 'treeId'
|
|
7839
|
+
* },
|
|
7840
|
+
* });
|
|
7841
|
+
*/
|
|
7842
|
+
export declare function useTreeDataQueryQuery(baseOptions: Apollo.QueryHookOptions<TreeDataQueryQuery, TreeDataQueryQueryVariables>): Apollo.QueryResult<TreeDataQueryQuery, Exact<{
|
|
7843
|
+
treeId: Scalars["ID"];
|
|
7844
|
+
}>>;
|
|
7845
|
+
export declare function useTreeDataQueryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<TreeDataQueryQuery, TreeDataQueryQueryVariables>): Apollo.LazyQueryResultTuple<TreeDataQueryQuery, Exact<{
|
|
7846
|
+
treeId: Scalars["ID"];
|
|
7847
|
+
}>>;
|
|
7848
|
+
export type TreeDataQueryQueryHookResult = ReturnType<typeof useTreeDataQueryQuery>;
|
|
7849
|
+
export type TreeDataQueryLazyQueryHookResult = ReturnType<typeof useTreeDataQueryLazyQuery>;
|
|
7850
|
+
export type TreeDataQueryQueryResult = Apollo.QueryResult<TreeDataQueryQuery, TreeDataQueryQueryVariables>;
|