@leav/ui 0.3.6-ab9e5bd → 0.3.6-ac37a84
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 +10 -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 +2 -1
- package/dist/__mocks__/common/value.js.map +1 -1
- package/dist/__mocks__/common/view.js +8 -6
- package/dist/__mocks__/common/view.js.map +1 -1
- package/dist/__mocks__/mockQuery/mockGetLibraryDetailExtendedQuery.js +2 -2
- package/dist/__mocks__/mockQuery/mockGetLibraryDetailExtendedQuery.js.map +1 -1
- package/dist/__mocks__/mockQuery/mockGetRecordsFromLibraryQuery.js +1 -1
- package/dist/__mocks__/mockQuery/mockGetRecordsFromLibraryQuery.js.map +1 -1
- package/dist/__mocks__/mockQuery/mockGetViewListQuery.js +3 -2
- package/dist/__mocks__/mockQuery/mockGetViewListQuery.js.map +1 -1
- package/dist/__mocks__/react-i18next.js +1 -1
- package/dist/__mocks__/react-i18next.js.map +1 -1
- package/dist/_gqlTypes/index.d.ts +573 -97
- package/dist/_gqlTypes/index.js +255 -27
- 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 +4 -2
- 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 +21 -11
- package/dist/_queries/records/getRecordPropertiesQuery.js +9 -1
- package/dist/_queries/records/getRecordPropertiesQuery.js.map +1 -1
- package/dist/_queries/records/getRecordUpdatesSubscription.js +1 -1
- package/dist/_queries/records/getRecordUpdatesSubscription.js.map +1 -1
- package/dist/_queries/records/getRecordsFromLibraryQuery.js +2 -1
- package/dist/_queries/records/getRecordsFromLibraryQuery.js.map +1 -1
- package/dist/_queries/records/indexRecordsMutation.js +1 -1
- package/dist/_queries/records/indexRecordsMutation.js.map +1 -1
- package/dist/_queries/records/recordFormAttributeFragment.js +4 -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 +2 -1
- package/dist/_queries/values/valueDetailsFragment.js.map +1 -1
- package/dist/_queries/values/valuesVersionFragment.js +1 -1
- package/dist/_queries/values/valuesVersionFragment.js.map +1 -1
- package/dist/_queries/views/deleteViewMutation.js +1 -1
- package/dist/_queries/views/deleteViewMutation.js.map +1 -1
- package/dist/_queries/views/getViewById.js +1 -1
- package/dist/_queries/views/getViewById.js.map +1 -1
- package/dist/_queries/views/getViewsListQuery.js +1 -1
- package/dist/_queries/views/getViewsListQuery.js.map +1 -1
- package/dist/_queries/views/saveViewMutation.js +2 -2
- package/dist/_queries/views/saveViewMutation.js.map +1 -1
- package/dist/_queries/views/viewDetailsFragment.js +15 -12
- package/dist/_queries/views/viewDetailsFragment.js.map +1 -1
- package/dist/_utils/__mocks__/isDevEnv.js +1 -1
- package/dist/_utils/__mocks__/isDevEnv.js.map +1 -1
- package/dist/_utils/getFiltersFromRequest.js +2 -2
- package/dist/_utils/getFiltersFromRequest.js.map +1 -1
- package/dist/_utils/getRequestFromFilter.js +1 -1
- package/dist/_utils/getRequestFromFilter.js.map +1 -1
- package/dist/_utils/index.d.ts +2 -0
- package/dist/_utils/index.js +10 -3
- package/dist/_utils/index.js.map +1 -1
- package/dist/_utils/interleaveElement.d.ts +1 -0
- package/dist/_utils/interleaveElement.js +5 -0
- package/dist/_utils/interleaveElement.js.map +1 -0
- package/dist/_utils/isDevEnv.js +1 -1
- package/dist/_utils/isDevEnv.js.map +1 -1
- package/dist/_utils/typeguards.d.ts +2 -0
- package/dist/_utils/typeguards.js +2 -0
- package/dist/_utils/typeguards.js.map +1 -0
- package/dist/antdTheme/index.js +1 -1
- package/dist/antdTheme/index.js.map +1 -1
- package/dist/components/AttributePicker/AttributePicker.js +1 -1
- package/dist/components/AttributePicker/AttributePicker.js.map +1 -1
- package/dist/components/AttributePicker/AttributesList/AttributesList.js +1 -1
- package/dist/components/AttributePicker/AttributesList/AttributesList.js.map +1 -1
- package/dist/components/AttributePicker/AttributesList/index.js +1 -1
- package/dist/components/AttributePicker/AttributesList/index.js.map +1 -1
- package/dist/components/AttributePicker/index.js +1 -1
- package/dist/components/AttributePicker/index.js.map +1 -1
- package/dist/components/AttributesSelectionList/Attribute/Attribute.js +1 -1
- package/dist/components/AttributesSelectionList/Attribute/Attribute.js.map +1 -1
- package/dist/components/AttributesSelectionList/Attribute/index.js +1 -1
- package/dist/components/AttributesSelectionList/Attribute/index.js.map +1 -1
- package/dist/components/AttributesSelectionList/AttributesSelectionList.js +1 -1
- package/dist/components/AttributesSelectionList/AttributesSelectionList.js.map +1 -1
- package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/SelectedAttribute.js +1 -1
- package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/SelectedAttribute.js.map +1 -1
- package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/index.js +1 -1
- package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/index.js.map +1 -1
- package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttributesList.js +1 -1
- package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttributesList.js.map +1 -1
- package/dist/components/AttributesSelectionList/SelectedAttributesList/index.js +1 -1
- package/dist/components/AttributesSelectionList/SelectedAttributesList/index.js.map +1 -1
- package/dist/components/AttributesSelectionList/helpers/attributeToSelectedAttribute.js +1 -1
- package/dist/components/AttributesSelectionList/helpers/attributeToSelectedAttribute.js.map +1 -1
- package/dist/components/AttributesSelectionList/index.js +1 -1
- package/dist/components/AttributesSelectionList/index.js.map +1 -1
- package/dist/components/AttributesSelectionList/reducer/__mocks__/attributesSelectionListStateContext.js +1 -1
- package/dist/components/AttributesSelectionList/reducer/__mocks__/attributesSelectionListStateContext.js.map +1 -1
- package/dist/components/AttributesSelectionList/reducer/attributesSelectionListReducer.js +1 -1
- package/dist/components/AttributesSelectionList/reducer/attributesSelectionListReducer.js.map +1 -1
- package/dist/components/AttributesSelectionList/reducer/attributesSelectionListStateContext.js +1 -1
- package/dist/components/AttributesSelectionList/reducer/attributesSelectionListStateContext.js.map +1 -1
- package/dist/components/AttributesSelectionList/sharedComponents.js +1 -1
- package/dist/components/AttributesSelectionList/sharedComponents.js.map +1 -1
- package/dist/components/BasicButton/BasicButton.js +1 -1
- package/dist/components/BasicButton/BasicButton.js.map +1 -1
- package/dist/components/BasicButton/index.js +1 -1
- package/dist/components/BasicButton/index.js.map +1 -1
- package/dist/components/CreateDirectory/CreateDirectory.js +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 +72 -0
- package/dist/components/Explorer/Explorer.js.map +1 -0
- package/dist/components/Explorer/ExplorerTitle.d.ts +7 -0
- package/dist/components/Explorer/ExplorerTitle.js +30 -0
- package/dist/components/Explorer/ExplorerTitle.js.map +1 -0
- package/dist/components/Explorer/IdCard.d.ts +7 -0
- package/dist/components/Explorer/IdCard.js +15 -0
- package/dist/components/Explorer/IdCard.js.map +1 -0
- package/dist/components/Explorer/TableCell.d.ts +8 -0
- package/dist/components/Explorer/TableCell.js +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 +29 -0
- package/dist/components/Explorer/_queries/useExplorerData.js +130 -0
- package/dist/components/Explorer/_queries/useExplorerData.js.map +1 -0
- package/dist/components/Explorer/_types.d.ts +56 -0
- package/dist/components/Explorer/_types.js +2 -0
- package/dist/components/Explorer/_types.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 +37 -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/DateAttributeDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateAttributeDropDown.js +90 -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/FilterDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.js +23 -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 +44 -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/SimpleFilterDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/SimpleFilterDropDown.js +72 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/SimpleFilterDropDown.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 +53 -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 +10 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.js +110 -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 +19 -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 +143 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js +189 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js.map +1 -0
- package/dist/components/Explorer/nullValuesConditions.d.ts +1 -0
- package/dist/components/Explorer/nullValuesConditions.js +14 -0
- package/dist/components/Explorer/nullValuesConditions.js.map +1 -0
- package/dist/components/Explorer/tsconfig.json +6 -0
- package/dist/components/Explorer/useCreateAction.d.ts +19 -0
- package/dist/components/Explorer/useCreateAction.js +40 -0
- package/dist/components/Explorer/useCreateAction.js.map +1 -0
- package/dist/components/Explorer/useDeactivateAction.d.ts +12 -0
- package/dist/components/Explorer/useDeactivateAction.js +52 -0
- package/dist/components/Explorer/useDeactivateAction.js.map +1 -0
- package/dist/components/Explorer/useEditAction.d.ts +15 -0
- package/dist/components/Explorer/useEditAction.js +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/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 +103 -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 +30 -21
- 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 +17 -4
- 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/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 +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/ValueDetailsBtn.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/useValueDetailsButton.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/useValueDetailsButton.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionBtn/ValuesVersionBtn.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 +2 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.js +3 -8
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/useGetOptionsQuery.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/useGetOptionsQuery.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.js +3 -10
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/useGetOptionsQuery.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/useGetOptionsQuery.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/RecordIdentityCell/RecordIdentityCell.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/RecordIdentityCell/RecordIdentityCell.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/RecordIdentityCell/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/RecordIdentityCell/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/QuickSearch/QuickSearch.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/QuickSearch/QuickSearch.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/QuickSearch/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/QuickSearch/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/ValuesAdd.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/ValuesAdd.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/ComputeIndicator.d.ts +6 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/ComputeIndicator.js +18 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/ComputeIndicator.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/DeleteAllValuesButton.d.ts +4 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/DeleteAllValuesButton.js +25 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/DeleteAllValuesButton.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.d.ts +5 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js +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 +1 -1
- package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordModal/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordModal/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.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 +3 -1
- package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js +19 -3
- package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/AttributeDetails.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/AttributeDetails.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/TreeValuePath.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/TreeValuePath.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/ValueInfo.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/ValueInfo.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.d.ts +2 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.js +3 -8
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/ValuesVersions.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/ValuesVersions.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/index.js.map +1 -1
- package/dist/components/RecordEdition/editRecordReducer/editRecordReducerContext.js +1 -1
- package/dist/components/RecordEdition/editRecordReducer/editRecordReducerContext.js.map +1 -1
- package/dist/components/RecordEdition/editRecordReducer/index.js +1 -1
- package/dist/components/RecordEdition/editRecordReducer/index.js.map +1 -1
- package/dist/components/RecordEdition/editRecordReducer/useEditRecordReducer.js +1 -1
- package/dist/components/RecordEdition/editRecordReducer/useEditRecordReducer.js.map +1 -1
- package/dist/components/RecordEdition/hooks/useCreateCancelConfirm/index.js +1 -1
- package/dist/components/RecordEdition/hooks/useCreateCancelConfirm/index.js.map +1 -1
- package/dist/components/RecordEdition/hooks/useCreateCancelConfirm/useCreateCancelConfirm.js +1 -1
- package/dist/components/RecordEdition/hooks/useCreateCancelConfirm/useCreateCancelConfirm.js.map +1 -1
- package/dist/components/RecordEdition/hooks/useGetSubmitButtons.js +1 -1
- package/dist/components/RecordEdition/hooks/useGetSubmitButtons.js.map +1 -1
- package/dist/components/RecordEdition/index.js +1 -1
- package/dist/components/RecordEdition/index.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModal.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModal.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/AudioFile.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/AudioFile.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/index.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/index.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/DocumentFile.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/DocumentFile.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/index.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/index.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalContent.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalContent.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/FileModalSidebar.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/FileModalSidebar.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/index.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/index.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/ImageFile.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/ImageFile.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/index.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/index.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/NoDisplayFile.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/NoDisplayFile.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/index.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/index.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/VideoFile.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/VideoFile.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/index.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/index.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/index.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/index.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/_constants.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/_constants.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/index.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/index.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/RecordPreviewWithModal.js +1 -1
- package/dist/components/RecordPreviewWithModal/RecordPreviewWithModal.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/index.js +1 -1
- package/dist/components/RecordPreviewWithModal/index.js.map +1 -1
- package/dist/components/SearchModal/SearchModal.js +1 -1
- package/dist/components/SearchModal/SearchModal.js.map +1 -1
- package/dist/components/SearchModal/index.js +1 -1
- package/dist/components/SearchModal/index.js.map +1 -1
- package/dist/components/SelectTreeNode/SelectTreeNode.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.js +1 -1
- package/dist/constants.js.map +1 -1
- package/dist/{components/LibraryItemsList/LibraryItemsListTable → contexts/EditRecordModalContext}/EditRecordModalContext.d.ts +1 -1
- package/dist/contexts/EditRecordModalContext/EditRecordModalContext.js +7 -0
- package/dist/contexts/EditRecordModalContext/EditRecordModalContext.js.map +1 -0
- package/dist/contexts/EditRecordModalContext/EditRecordModalProvider.d.ts +2 -0
- package/dist/{components/LibraryItemsList/LibraryItemsListTable → contexts/EditRecordModalContext}/EditRecordModalProvider.js +5 -5
- package/dist/contexts/EditRecordModalContext/EditRecordModalProvider.js.map +1 -0
- package/dist/contexts/EditRecordModalContext/index.d.ts +2 -0
- package/dist/contexts/EditRecordModalContext/index.js +6 -0
- package/dist/contexts/EditRecordModalContext/index.js.map +1 -0
- package/dist/contexts/EditRecordModalContext/tsconfig.json +6 -0
- package/dist/contexts/EditRecordModalContext/useEditRecordModalContext.d.ts +1 -0
- package/dist/{components/LibraryItemsList/LibraryItemsListTable → contexts/EditRecordModalContext}/useEditRecordModalContext.js +2 -2
- package/dist/contexts/EditRecordModalContext/useEditRecordModalContext.js.map +1 -0
- package/dist/contexts/LangContext/LangContext.js +1 -1
- package/dist/contexts/LangContext/LangContext.js.map +1 -1
- package/dist/contexts/LangContext/index.js +1 -1
- package/dist/contexts/LangContext/index.js.map +1 -1
- package/dist/contexts/UserContext/UserContext.js +1 -1
- package/dist/contexts/UserContext/UserContext.js.map +1 -1
- package/dist/contexts/UserContext/index.js +1 -1
- package/dist/contexts/UserContext/index.js.map +1 -1
- package/dist/contexts/index.js +1 -1
- package/dist/contexts/index.js.map +1 -1
- package/dist/gqlFragments/index.js +1 -1
- package/dist/gqlFragments/index.js.map +1 -1
- package/dist/gqlFragments/recordIdentityFragment.js +1 -1
- package/dist/gqlFragments/recordIdentityFragment.js.map +1 -1
- package/dist/hooks/index.js +1 -1
- package/dist/hooks/index.js.map +1 -1
- package/dist/hooks/useAntdLocale/index.js +1 -1
- package/dist/hooks/useAntdLocale/index.js.map +1 -1
- package/dist/hooks/useAppLang/index.js +1 -1
- package/dist/hooks/useAppLang/index.js.map +1 -1
- package/dist/hooks/useAppLang/useAppLang.js +1 -1
- package/dist/hooks/useAppLang/useAppLang.js.map +1 -1
- package/dist/hooks/useAuth/index.js +1 -1
- package/dist/hooks/useAuth/index.js.map +1 -1
- package/dist/hooks/useAuth/useAuth.js +2 -2
- package/dist/hooks/useAuth/useAuth.js.map +1 -1
- package/dist/hooks/useCanEditRecord/index.js +1 -1
- package/dist/hooks/useCanEditRecord/index.js.map +1 -1
- package/dist/hooks/useCanEditRecord/useCanEditRecord.js +1 -1
- package/dist/hooks/useCanEditRecord/useCanEditRecord.js.map +1 -1
- package/dist/hooks/useDebouncedValue/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 +70 -4
- package/dist/locales/fr/shared.json +70 -4
- 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
|
@@ -158,14 +158,15 @@ export declare enum AttributeType {
|
|
|
158
158
|
tree = "tree"
|
|
159
159
|
}
|
|
160
160
|
export type AttributesFiltersInput = {
|
|
161
|
-
format?: InputMaybe<Array<
|
|
161
|
+
format?: InputMaybe<Array<AttributeFormat>>;
|
|
162
162
|
id?: InputMaybe<Scalars['ID']>;
|
|
163
|
+
ids?: InputMaybe<Array<Scalars['ID']>>;
|
|
163
164
|
label?: InputMaybe<Scalars['String']>;
|
|
164
|
-
libraries?: InputMaybe<Array<
|
|
165
|
-
librariesExcluded?: InputMaybe<Array<
|
|
165
|
+
libraries?: InputMaybe<Array<Scalars['String']>>;
|
|
166
|
+
librariesExcluded?: InputMaybe<Array<Scalars['String']>>;
|
|
166
167
|
multiple_values?: InputMaybe<Scalars['Boolean']>;
|
|
167
168
|
system?: InputMaybe<Scalars['Boolean']>;
|
|
168
|
-
type?: InputMaybe<Array<
|
|
169
|
+
type?: InputMaybe<Array<AttributeType>>;
|
|
169
170
|
versionable?: InputMaybe<Scalars['Boolean']>;
|
|
170
171
|
};
|
|
171
172
|
export declare enum AttributesSortableFields {
|
|
@@ -251,12 +252,6 @@ export declare enum FormsSortableFields {
|
|
|
251
252
|
library = "library",
|
|
252
253
|
system = "system"
|
|
253
254
|
}
|
|
254
|
-
export declare enum GenerationStatus {
|
|
255
|
-
DONE = "DONE",
|
|
256
|
-
GENERATION_IN_PROGRESS = "GENERATION_IN_PROGRESS",
|
|
257
|
-
PREPARATION_IN_PROGRESS = "PREPARATION_IN_PROGRESS",
|
|
258
|
-
TRANSMISSION_IN_PROGRESS = "TRANSMISSION_IN_PROGRESS"
|
|
259
|
-
}
|
|
260
255
|
export type GlobalSettingsFileInput = {
|
|
261
256
|
library: Scalars['String'];
|
|
262
257
|
recordId: Scalars['String'];
|
|
@@ -707,6 +702,7 @@ export declare enum ValueVersionMode {
|
|
|
707
702
|
}
|
|
708
703
|
export type ValuesListConfInput = {
|
|
709
704
|
allowFreeEntry?: InputMaybe<Scalars['Boolean']>;
|
|
705
|
+
allowListUpdate?: InputMaybe<Scalars['Boolean']>;
|
|
710
706
|
enable: Scalars['Boolean'];
|
|
711
707
|
values?: InputMaybe<Array<Scalars['String']>>;
|
|
712
708
|
};
|
|
@@ -730,10 +726,11 @@ export declare enum VersionProfilesSortableFields {
|
|
|
730
726
|
id = "id"
|
|
731
727
|
}
|
|
732
728
|
export type ViewDisplayInput = {
|
|
733
|
-
size
|
|
729
|
+
size?: InputMaybe<ViewSizes>;
|
|
734
730
|
type: ViewTypes;
|
|
735
731
|
};
|
|
736
732
|
export type ViewInput = {
|
|
733
|
+
attributes?: InputMaybe<Array<Scalars['String']>>;
|
|
737
734
|
color?: InputMaybe<Scalars['String']>;
|
|
738
735
|
description?: InputMaybe<Scalars['SystemTranslationOptional']>;
|
|
739
736
|
display: ViewDisplayInput;
|
|
@@ -741,15 +738,10 @@ export type ViewInput = {
|
|
|
741
738
|
id?: InputMaybe<Scalars['String']>;
|
|
742
739
|
label?: InputMaybe<Scalars['SystemTranslation']>;
|
|
743
740
|
library: Scalars['String'];
|
|
744
|
-
settings?: InputMaybe<Array<ViewSettingsInput>>;
|
|
745
741
|
shared: Scalars['Boolean'];
|
|
746
|
-
sort?: InputMaybe<RecordSortInput
|
|
742
|
+
sort?: InputMaybe<Array<RecordSortInput>>;
|
|
747
743
|
valuesVersions?: InputMaybe<Array<ViewValuesVersionInput>>;
|
|
748
744
|
};
|
|
749
|
-
export type ViewSettingsInput = {
|
|
750
|
-
name: Scalars['String'];
|
|
751
|
-
value?: InputMaybe<Scalars['Any']>;
|
|
752
|
-
};
|
|
753
745
|
export declare enum ViewSizes {
|
|
754
746
|
BIG = "BIG",
|
|
755
747
|
MEDIUM = "MEDIUM",
|
|
@@ -815,7 +807,6 @@ export type AttributeDetailsLinkAttributeFragment = {
|
|
|
815
807
|
system: boolean;
|
|
816
808
|
readonly: boolean;
|
|
817
809
|
label?: any | null;
|
|
818
|
-
required: boolean;
|
|
819
810
|
description?: any | null;
|
|
820
811
|
multiple_values: boolean;
|
|
821
812
|
linked_library?: {
|
|
@@ -854,7 +845,6 @@ export type AttributeDetailsStandardAttributeFragment = {
|
|
|
854
845
|
system: boolean;
|
|
855
846
|
readonly: boolean;
|
|
856
847
|
label?: any | null;
|
|
857
|
-
required: boolean;
|
|
858
848
|
description?: any | null;
|
|
859
849
|
multiple_values: boolean;
|
|
860
850
|
metadata_fields?: Array<{
|
|
@@ -887,7 +877,6 @@ export type AttributeDetailsTreeAttributeFragment = {
|
|
|
887
877
|
system: boolean;
|
|
888
878
|
readonly: boolean;
|
|
889
879
|
label?: any | null;
|
|
890
|
-
required: boolean;
|
|
891
880
|
description?: any | null;
|
|
892
881
|
multiple_values: boolean;
|
|
893
882
|
linked_tree?: {
|
|
@@ -1107,6 +1096,7 @@ export type RecordFormElementFragment = {
|
|
|
1107
1096
|
values?: Array<{
|
|
1108
1097
|
id_value?: string | null;
|
|
1109
1098
|
isInherited?: boolean | null;
|
|
1099
|
+
isCalculated?: boolean | null;
|
|
1110
1100
|
modified_at?: number | null;
|
|
1111
1101
|
created_at?: number | null;
|
|
1112
1102
|
linkValue?: {
|
|
@@ -1167,12 +1157,12 @@ export type RecordFormElementFragment = {
|
|
|
1167
1157
|
};
|
|
1168
1158
|
} | null;
|
|
1169
1159
|
} | null> | null;
|
|
1170
|
-
attribute
|
|
1160
|
+
attribute: {
|
|
1171
1161
|
id: string;
|
|
1172
1162
|
format?: AttributeFormat | null;
|
|
1173
1163
|
type: AttributeType;
|
|
1174
1164
|
system: boolean;
|
|
1175
|
-
}
|
|
1165
|
+
};
|
|
1176
1166
|
metadata?: Array<{
|
|
1177
1167
|
name: string;
|
|
1178
1168
|
value?: {
|
|
@@ -1230,6 +1220,7 @@ export type RecordFormElementFragment = {
|
|
|
1230
1220
|
} | {
|
|
1231
1221
|
id_value?: string | null;
|
|
1232
1222
|
isInherited?: boolean | null;
|
|
1223
|
+
isCalculated?: boolean | null;
|
|
1233
1224
|
modified_at?: number | null;
|
|
1234
1225
|
created_at?: number | null;
|
|
1235
1226
|
treeValue?: {
|
|
@@ -1309,12 +1300,12 @@ export type RecordFormElementFragment = {
|
|
|
1309
1300
|
};
|
|
1310
1301
|
} | null;
|
|
1311
1302
|
} | null> | null;
|
|
1312
|
-
attribute
|
|
1303
|
+
attribute: {
|
|
1313
1304
|
id: string;
|
|
1314
1305
|
format?: AttributeFormat | null;
|
|
1315
1306
|
type: AttributeType;
|
|
1316
1307
|
system: boolean;
|
|
1317
|
-
}
|
|
1308
|
+
};
|
|
1318
1309
|
metadata?: Array<{
|
|
1319
1310
|
name: string;
|
|
1320
1311
|
value?: {
|
|
@@ -1376,6 +1367,7 @@ export type RecordFormElementFragment = {
|
|
|
1376
1367
|
raw_value?: any | null;
|
|
1377
1368
|
id_value?: string | null;
|
|
1378
1369
|
isInherited?: boolean | null;
|
|
1370
|
+
isCalculated?: boolean | null;
|
|
1379
1371
|
modified_at?: number | null;
|
|
1380
1372
|
created_at?: number | null;
|
|
1381
1373
|
modified_by?: {
|
|
@@ -1422,12 +1414,12 @@ export type RecordFormElementFragment = {
|
|
|
1422
1414
|
};
|
|
1423
1415
|
} | null;
|
|
1424
1416
|
} | null> | null;
|
|
1425
|
-
attribute
|
|
1417
|
+
attribute: {
|
|
1426
1418
|
id: string;
|
|
1427
1419
|
format?: AttributeFormat | null;
|
|
1428
1420
|
type: AttributeType;
|
|
1429
1421
|
system: boolean;
|
|
1430
|
-
}
|
|
1422
|
+
};
|
|
1431
1423
|
metadata?: Array<{
|
|
1432
1424
|
name: string;
|
|
1433
1425
|
value?: {
|
|
@@ -1492,6 +1484,7 @@ export type RecordFormElementFragment = {
|
|
|
1492
1484
|
system: boolean;
|
|
1493
1485
|
readonly: boolean;
|
|
1494
1486
|
multiple_values: boolean;
|
|
1487
|
+
compute: boolean;
|
|
1495
1488
|
linked_library?: {
|
|
1496
1489
|
id: string;
|
|
1497
1490
|
label?: any | null;
|
|
@@ -1503,6 +1496,7 @@ export type RecordFormElementFragment = {
|
|
|
1503
1496
|
linkValuesList?: {
|
|
1504
1497
|
enable: boolean;
|
|
1505
1498
|
allowFreeEntry?: boolean | null;
|
|
1499
|
+
allowListUpdate?: boolean | null;
|
|
1506
1500
|
values?: Array<{
|
|
1507
1501
|
id: string;
|
|
1508
1502
|
whoAmI: {
|
|
@@ -1548,6 +1542,7 @@ export type RecordFormElementFragment = {
|
|
|
1548
1542
|
values_list?: {
|
|
1549
1543
|
enable: boolean;
|
|
1550
1544
|
allowFreeEntry?: boolean | null;
|
|
1545
|
+
allowListUpdate?: boolean | null;
|
|
1551
1546
|
dateRangeValues?: Array<{
|
|
1552
1547
|
from?: string | null;
|
|
1553
1548
|
to?: string | null;
|
|
@@ -1555,6 +1550,7 @@ export type RecordFormElementFragment = {
|
|
|
1555
1550
|
} | {
|
|
1556
1551
|
enable: boolean;
|
|
1557
1552
|
allowFreeEntry?: boolean | null;
|
|
1553
|
+
allowListUpdate?: boolean | null;
|
|
1558
1554
|
values?: Array<string> | null;
|
|
1559
1555
|
} | null;
|
|
1560
1556
|
metadata_fields?: Array<{
|
|
@@ -1570,9 +1566,11 @@ export type RecordFormElementFragment = {
|
|
|
1570
1566
|
system: boolean;
|
|
1571
1567
|
readonly: boolean;
|
|
1572
1568
|
multiple_values: boolean;
|
|
1569
|
+
compute: boolean;
|
|
1573
1570
|
values_list?: {
|
|
1574
1571
|
enable: boolean;
|
|
1575
1572
|
allowFreeEntry?: boolean | null;
|
|
1573
|
+
allowListUpdate?: boolean | null;
|
|
1576
1574
|
dateRangeValues?: Array<{
|
|
1577
1575
|
from?: string | null;
|
|
1578
1576
|
to?: string | null;
|
|
@@ -1580,6 +1578,7 @@ export type RecordFormElementFragment = {
|
|
|
1580
1578
|
} | {
|
|
1581
1579
|
enable: boolean;
|
|
1582
1580
|
allowFreeEntry?: boolean | null;
|
|
1581
|
+
allowListUpdate?: boolean | null;
|
|
1583
1582
|
values?: Array<string> | null;
|
|
1584
1583
|
} | null;
|
|
1585
1584
|
permissions: {
|
|
@@ -1612,6 +1611,7 @@ export type RecordFormElementFragment = {
|
|
|
1612
1611
|
values_list?: {
|
|
1613
1612
|
enable: boolean;
|
|
1614
1613
|
allowFreeEntry?: boolean | null;
|
|
1614
|
+
allowListUpdate?: boolean | null;
|
|
1615
1615
|
dateRangeValues?: Array<{
|
|
1616
1616
|
from?: string | null;
|
|
1617
1617
|
to?: string | null;
|
|
@@ -1619,6 +1619,7 @@ export type RecordFormElementFragment = {
|
|
|
1619
1619
|
} | {
|
|
1620
1620
|
enable: boolean;
|
|
1621
1621
|
allowFreeEntry?: boolean | null;
|
|
1622
|
+
allowListUpdate?: boolean | null;
|
|
1622
1623
|
values?: Array<string> | null;
|
|
1623
1624
|
} | null;
|
|
1624
1625
|
metadata_fields?: Array<{
|
|
@@ -1634,6 +1635,7 @@ export type RecordFormElementFragment = {
|
|
|
1634
1635
|
system: boolean;
|
|
1635
1636
|
readonly: boolean;
|
|
1636
1637
|
multiple_values: boolean;
|
|
1638
|
+
compute: boolean;
|
|
1637
1639
|
linked_tree?: {
|
|
1638
1640
|
id: string;
|
|
1639
1641
|
label?: any | null;
|
|
@@ -1641,6 +1643,7 @@ export type RecordFormElementFragment = {
|
|
|
1641
1643
|
treeValuesList?: {
|
|
1642
1644
|
enable: boolean;
|
|
1643
1645
|
allowFreeEntry?: boolean | null;
|
|
1646
|
+
allowListUpdate?: boolean | null;
|
|
1644
1647
|
values?: Array<{
|
|
1645
1648
|
id: string;
|
|
1646
1649
|
record: {
|
|
@@ -1705,6 +1708,7 @@ export type RecordFormElementFragment = {
|
|
|
1705
1708
|
values_list?: {
|
|
1706
1709
|
enable: boolean;
|
|
1707
1710
|
allowFreeEntry?: boolean | null;
|
|
1711
|
+
allowListUpdate?: boolean | null;
|
|
1708
1712
|
dateRangeValues?: Array<{
|
|
1709
1713
|
from?: string | null;
|
|
1710
1714
|
to?: string | null;
|
|
@@ -1712,6 +1716,7 @@ export type RecordFormElementFragment = {
|
|
|
1712
1716
|
} | {
|
|
1713
1717
|
enable: boolean;
|
|
1714
1718
|
allowFreeEntry?: boolean | null;
|
|
1719
|
+
allowListUpdate?: boolean | null;
|
|
1715
1720
|
values?: Array<string> | null;
|
|
1716
1721
|
} | null;
|
|
1717
1722
|
metadata_fields?: Array<{
|
|
@@ -1727,6 +1732,7 @@ export type RecordFormElementFragment = {
|
|
|
1727
1732
|
export type ValueDetailsLinkValueFragment = {
|
|
1728
1733
|
id_value?: string | null;
|
|
1729
1734
|
isInherited?: boolean | null;
|
|
1735
|
+
isCalculated?: boolean | null;
|
|
1730
1736
|
modified_at?: number | null;
|
|
1731
1737
|
created_at?: number | null;
|
|
1732
1738
|
linkValue?: {
|
|
@@ -1787,12 +1793,12 @@ export type ValueDetailsLinkValueFragment = {
|
|
|
1787
1793
|
};
|
|
1788
1794
|
} | null;
|
|
1789
1795
|
} | null> | null;
|
|
1790
|
-
attribute
|
|
1796
|
+
attribute: {
|
|
1791
1797
|
id: string;
|
|
1792
1798
|
format?: AttributeFormat | null;
|
|
1793
1799
|
type: AttributeType;
|
|
1794
1800
|
system: boolean;
|
|
1795
|
-
}
|
|
1801
|
+
};
|
|
1796
1802
|
metadata?: Array<{
|
|
1797
1803
|
name: string;
|
|
1798
1804
|
value?: {
|
|
@@ -1851,6 +1857,7 @@ export type ValueDetailsLinkValueFragment = {
|
|
|
1851
1857
|
export type ValueDetailsTreeValueFragment = {
|
|
1852
1858
|
id_value?: string | null;
|
|
1853
1859
|
isInherited?: boolean | null;
|
|
1860
|
+
isCalculated?: boolean | null;
|
|
1854
1861
|
modified_at?: number | null;
|
|
1855
1862
|
created_at?: number | null;
|
|
1856
1863
|
treeValue?: {
|
|
@@ -1930,12 +1937,12 @@ export type ValueDetailsTreeValueFragment = {
|
|
|
1930
1937
|
};
|
|
1931
1938
|
} | null;
|
|
1932
1939
|
} | null> | null;
|
|
1933
|
-
attribute
|
|
1940
|
+
attribute: {
|
|
1934
1941
|
id: string;
|
|
1935
1942
|
format?: AttributeFormat | null;
|
|
1936
1943
|
type: AttributeType;
|
|
1937
1944
|
system: boolean;
|
|
1938
|
-
}
|
|
1945
|
+
};
|
|
1939
1946
|
metadata?: Array<{
|
|
1940
1947
|
name: string;
|
|
1941
1948
|
value?: {
|
|
@@ -1998,6 +2005,7 @@ export type ValueDetailsValueFragment = {
|
|
|
1998
2005
|
raw_value?: any | null;
|
|
1999
2006
|
id_value?: string | null;
|
|
2000
2007
|
isInherited?: boolean | null;
|
|
2008
|
+
isCalculated?: boolean | null;
|
|
2001
2009
|
modified_at?: number | null;
|
|
2002
2010
|
created_at?: number | null;
|
|
2003
2011
|
modified_by?: {
|
|
@@ -2044,12 +2052,12 @@ export type ValueDetailsValueFragment = {
|
|
|
2044
2052
|
};
|
|
2045
2053
|
} | null;
|
|
2046
2054
|
} | null> | null;
|
|
2047
|
-
attribute
|
|
2055
|
+
attribute: {
|
|
2048
2056
|
id: string;
|
|
2049
2057
|
format?: AttributeFormat | null;
|
|
2050
2058
|
type: AttributeType;
|
|
2051
2059
|
system: boolean;
|
|
2052
|
-
}
|
|
2060
|
+
};
|
|
2053
2061
|
metadata?: Array<{
|
|
2054
2062
|
name: string;
|
|
2055
2063
|
value?: {
|
|
@@ -2131,6 +2139,7 @@ export type RecordFormAttributeLinkAttributeFragment = {
|
|
|
2131
2139
|
system: boolean;
|
|
2132
2140
|
readonly: boolean;
|
|
2133
2141
|
multiple_values: boolean;
|
|
2142
|
+
compute: boolean;
|
|
2134
2143
|
linked_library?: {
|
|
2135
2144
|
id: string;
|
|
2136
2145
|
label?: any | null;
|
|
@@ -2142,6 +2151,7 @@ export type RecordFormAttributeLinkAttributeFragment = {
|
|
|
2142
2151
|
linkValuesList?: {
|
|
2143
2152
|
enable: boolean;
|
|
2144
2153
|
allowFreeEntry?: boolean | null;
|
|
2154
|
+
allowListUpdate?: boolean | null;
|
|
2145
2155
|
values?: Array<{
|
|
2146
2156
|
id: string;
|
|
2147
2157
|
whoAmI: {
|
|
@@ -2187,6 +2197,7 @@ export type RecordFormAttributeLinkAttributeFragment = {
|
|
|
2187
2197
|
values_list?: {
|
|
2188
2198
|
enable: boolean;
|
|
2189
2199
|
allowFreeEntry?: boolean | null;
|
|
2200
|
+
allowListUpdate?: boolean | null;
|
|
2190
2201
|
dateRangeValues?: Array<{
|
|
2191
2202
|
from?: string | null;
|
|
2192
2203
|
to?: string | null;
|
|
@@ -2194,6 +2205,7 @@ export type RecordFormAttributeLinkAttributeFragment = {
|
|
|
2194
2205
|
} | {
|
|
2195
2206
|
enable: boolean;
|
|
2196
2207
|
allowFreeEntry?: boolean | null;
|
|
2208
|
+
allowListUpdate?: boolean | null;
|
|
2197
2209
|
values?: Array<string> | null;
|
|
2198
2210
|
} | null;
|
|
2199
2211
|
metadata_fields?: Array<{
|
|
@@ -2210,9 +2222,11 @@ export type RecordFormAttributeStandardAttributeFragment = {
|
|
|
2210
2222
|
system: boolean;
|
|
2211
2223
|
readonly: boolean;
|
|
2212
2224
|
multiple_values: boolean;
|
|
2225
|
+
compute: boolean;
|
|
2213
2226
|
values_list?: {
|
|
2214
2227
|
enable: boolean;
|
|
2215
2228
|
allowFreeEntry?: boolean | null;
|
|
2229
|
+
allowListUpdate?: boolean | null;
|
|
2216
2230
|
dateRangeValues?: Array<{
|
|
2217
2231
|
from?: string | null;
|
|
2218
2232
|
to?: string | null;
|
|
@@ -2220,6 +2234,7 @@ export type RecordFormAttributeStandardAttributeFragment = {
|
|
|
2220
2234
|
} | {
|
|
2221
2235
|
enable: boolean;
|
|
2222
2236
|
allowFreeEntry?: boolean | null;
|
|
2237
|
+
allowListUpdate?: boolean | null;
|
|
2223
2238
|
values?: Array<string> | null;
|
|
2224
2239
|
} | null;
|
|
2225
2240
|
permissions: {
|
|
@@ -2252,6 +2267,7 @@ export type RecordFormAttributeStandardAttributeFragment = {
|
|
|
2252
2267
|
values_list?: {
|
|
2253
2268
|
enable: boolean;
|
|
2254
2269
|
allowFreeEntry?: boolean | null;
|
|
2270
|
+
allowListUpdate?: boolean | null;
|
|
2255
2271
|
dateRangeValues?: Array<{
|
|
2256
2272
|
from?: string | null;
|
|
2257
2273
|
to?: string | null;
|
|
@@ -2259,6 +2275,7 @@ export type RecordFormAttributeStandardAttributeFragment = {
|
|
|
2259
2275
|
} | {
|
|
2260
2276
|
enable: boolean;
|
|
2261
2277
|
allowFreeEntry?: boolean | null;
|
|
2278
|
+
allowListUpdate?: boolean | null;
|
|
2262
2279
|
values?: Array<string> | null;
|
|
2263
2280
|
} | null;
|
|
2264
2281
|
metadata_fields?: Array<{
|
|
@@ -2275,6 +2292,7 @@ export type RecordFormAttributeTreeAttributeFragment = {
|
|
|
2275
2292
|
system: boolean;
|
|
2276
2293
|
readonly: boolean;
|
|
2277
2294
|
multiple_values: boolean;
|
|
2295
|
+
compute: boolean;
|
|
2278
2296
|
linked_tree?: {
|
|
2279
2297
|
id: string;
|
|
2280
2298
|
label?: any | null;
|
|
@@ -2282,6 +2300,7 @@ export type RecordFormAttributeTreeAttributeFragment = {
|
|
|
2282
2300
|
treeValuesList?: {
|
|
2283
2301
|
enable: boolean;
|
|
2284
2302
|
allowFreeEntry?: boolean | null;
|
|
2303
|
+
allowListUpdate?: boolean | null;
|
|
2285
2304
|
values?: Array<{
|
|
2286
2305
|
id: string;
|
|
2287
2306
|
record: {
|
|
@@ -2346,6 +2365,7 @@ export type RecordFormAttributeTreeAttributeFragment = {
|
|
|
2346
2365
|
values_list?: {
|
|
2347
2366
|
enable: boolean;
|
|
2348
2367
|
allowFreeEntry?: boolean | null;
|
|
2368
|
+
allowListUpdate?: boolean | null;
|
|
2349
2369
|
dateRangeValues?: Array<{
|
|
2350
2370
|
from?: string | null;
|
|
2351
2371
|
to?: string | null;
|
|
@@ -2353,6 +2373,7 @@ export type RecordFormAttributeTreeAttributeFragment = {
|
|
|
2353
2373
|
} | {
|
|
2354
2374
|
enable: boolean;
|
|
2355
2375
|
allowFreeEntry?: boolean | null;
|
|
2376
|
+
allowListUpdate?: boolean | null;
|
|
2356
2377
|
values?: Array<string> | null;
|
|
2357
2378
|
} | null;
|
|
2358
2379
|
metadata_fields?: Array<{
|
|
@@ -2364,6 +2385,7 @@ export type RecordFormAttributeFragment = RecordFormAttributeLinkAttributeFragme
|
|
|
2364
2385
|
export type StandardValuesListFragmentStandardDateRangeValuesListConfFragment = {
|
|
2365
2386
|
enable: boolean;
|
|
2366
2387
|
allowFreeEntry?: boolean | null;
|
|
2388
|
+
allowListUpdate?: boolean | null;
|
|
2367
2389
|
dateRangeValues?: Array<{
|
|
2368
2390
|
from?: string | null;
|
|
2369
2391
|
to?: string | null;
|
|
@@ -2372,6 +2394,7 @@ export type StandardValuesListFragmentStandardDateRangeValuesListConfFragment =
|
|
|
2372
2394
|
export type StandardValuesListFragmentStandardStringValuesListConfFragment = {
|
|
2373
2395
|
enable: boolean;
|
|
2374
2396
|
allowFreeEntry?: boolean | null;
|
|
2397
|
+
allowListUpdate?: boolean | null;
|
|
2375
2398
|
values?: Array<string> | null;
|
|
2376
2399
|
};
|
|
2377
2400
|
export type StandardValuesListFragmentFragment = StandardValuesListFragmentStandardDateRangeValuesListConfFragment | StandardValuesListFragmentStandardStringValuesListConfFragment;
|
|
@@ -2451,7 +2474,7 @@ export type ViewDetailsFragment = {
|
|
|
2451
2474
|
description?: any | null;
|
|
2452
2475
|
color?: string | null;
|
|
2453
2476
|
display: {
|
|
2454
|
-
size
|
|
2477
|
+
size?: ViewSizes | null;
|
|
2455
2478
|
type: ViewTypes;
|
|
2456
2479
|
};
|
|
2457
2480
|
created_by: {
|
|
@@ -2474,10 +2497,10 @@ export type ViewDetailsFragment = {
|
|
|
2474
2497
|
label?: any | null;
|
|
2475
2498
|
} | null;
|
|
2476
2499
|
}> | null;
|
|
2477
|
-
sort?: {
|
|
2500
|
+
sort?: Array<{
|
|
2478
2501
|
field: string;
|
|
2479
2502
|
order: SortOrder;
|
|
2480
|
-
} | null;
|
|
2503
|
+
}> | null;
|
|
2481
2504
|
valuesVersions?: Array<{
|
|
2482
2505
|
treeId: string;
|
|
2483
2506
|
treeNode: {
|
|
@@ -2498,11 +2521,65 @@ export type ViewDetailsFragment = {
|
|
|
2498
2521
|
};
|
|
2499
2522
|
};
|
|
2500
2523
|
}> | null;
|
|
2501
|
-
|
|
2502
|
-
|
|
2503
|
-
value?: any | null;
|
|
2524
|
+
attributes?: Array<{
|
|
2525
|
+
id: string;
|
|
2504
2526
|
}> | null;
|
|
2505
2527
|
};
|
|
2528
|
+
export type ViewDetailsFilterFragment = {
|
|
2529
|
+
field?: string | null;
|
|
2530
|
+
value?: string | null;
|
|
2531
|
+
condition?: RecordFilterCondition | null;
|
|
2532
|
+
operator?: RecordFilterOperator | null;
|
|
2533
|
+
tree?: {
|
|
2534
|
+
id: string;
|
|
2535
|
+
label?: any | null;
|
|
2536
|
+
} | null;
|
|
2537
|
+
};
|
|
2538
|
+
export type AttributePropertiesFragment = {
|
|
2539
|
+
id: string;
|
|
2540
|
+
label?: any | null;
|
|
2541
|
+
type: AttributeType;
|
|
2542
|
+
format?: AttributeFormat | null;
|
|
2543
|
+
multiple_values: boolean;
|
|
2544
|
+
};
|
|
2545
|
+
export type PropertyValueLinkValueFragment = {
|
|
2546
|
+
linkPayload?: {
|
|
2547
|
+
id: string;
|
|
2548
|
+
whoAmI: {
|
|
2549
|
+
id: string;
|
|
2550
|
+
label?: string | null;
|
|
2551
|
+
subLabel?: string | null;
|
|
2552
|
+
color?: string | null;
|
|
2553
|
+
preview?: IPreviewScalar | null;
|
|
2554
|
+
library: {
|
|
2555
|
+
id: string;
|
|
2556
|
+
label?: any | null;
|
|
2557
|
+
};
|
|
2558
|
+
};
|
|
2559
|
+
} | null;
|
|
2560
|
+
};
|
|
2561
|
+
export type PropertyValueTreeValueFragment = {
|
|
2562
|
+
treePayload?: {
|
|
2563
|
+
record: {
|
|
2564
|
+
id: string;
|
|
2565
|
+
whoAmI: {
|
|
2566
|
+
id: string;
|
|
2567
|
+
label?: string | null;
|
|
2568
|
+
subLabel?: string | null;
|
|
2569
|
+
color?: string | null;
|
|
2570
|
+
preview?: IPreviewScalar | null;
|
|
2571
|
+
library: {
|
|
2572
|
+
id: string;
|
|
2573
|
+
label?: any | null;
|
|
2574
|
+
};
|
|
2575
|
+
};
|
|
2576
|
+
};
|
|
2577
|
+
} | null;
|
|
2578
|
+
};
|
|
2579
|
+
export type PropertyValueValueFragment = {
|
|
2580
|
+
valuePayload?: any | null;
|
|
2581
|
+
};
|
|
2582
|
+
export type PropertyValueFragment = PropertyValueLinkValueFragment | PropertyValueTreeValueFragment | PropertyValueValueFragment;
|
|
2506
2583
|
export type CheckApplicationExistenceQueryVariables = Exact<{
|
|
2507
2584
|
id?: InputMaybe<Scalars['ID']>;
|
|
2508
2585
|
endpoint?: InputMaybe<Scalars['String']>;
|
|
@@ -2621,7 +2698,6 @@ export type GetAttributeByIdQuery = {
|
|
|
2621
2698
|
system: boolean;
|
|
2622
2699
|
readonly: boolean;
|
|
2623
2700
|
label?: any | null;
|
|
2624
|
-
required: boolean;
|
|
2625
2701
|
description?: any | null;
|
|
2626
2702
|
multiple_values: boolean;
|
|
2627
2703
|
linked_library?: {
|
|
@@ -2659,7 +2735,6 @@ export type GetAttributeByIdQuery = {
|
|
|
2659
2735
|
system: boolean;
|
|
2660
2736
|
readonly: boolean;
|
|
2661
2737
|
label?: any | null;
|
|
2662
|
-
required: boolean;
|
|
2663
2738
|
description?: any | null;
|
|
2664
2739
|
multiple_values: boolean;
|
|
2665
2740
|
metadata_fields?: Array<{
|
|
@@ -2691,7 +2766,6 @@ export type GetAttributeByIdQuery = {
|
|
|
2691
2766
|
system: boolean;
|
|
2692
2767
|
readonly: boolean;
|
|
2693
2768
|
label?: any | null;
|
|
2694
|
-
required: boolean;
|
|
2695
2769
|
description?: any | null;
|
|
2696
2770
|
multiple_values: boolean;
|
|
2697
2771
|
linked_tree?: {
|
|
@@ -2834,7 +2908,6 @@ export type SaveAttributeMutation = {
|
|
|
2834
2908
|
system: boolean;
|
|
2835
2909
|
readonly: boolean;
|
|
2836
2910
|
label?: any | null;
|
|
2837
|
-
required: boolean;
|
|
2838
2911
|
description?: any | null;
|
|
2839
2912
|
multiple_values: boolean;
|
|
2840
2913
|
linked_library?: {
|
|
@@ -2872,7 +2945,6 @@ export type SaveAttributeMutation = {
|
|
|
2872
2945
|
system: boolean;
|
|
2873
2946
|
readonly: boolean;
|
|
2874
2947
|
label?: any | null;
|
|
2875
|
-
required: boolean;
|
|
2876
2948
|
description?: any | null;
|
|
2877
2949
|
multiple_values: boolean;
|
|
2878
2950
|
metadata_fields?: Array<{
|
|
@@ -2904,7 +2976,6 @@ export type SaveAttributeMutation = {
|
|
|
2904
2976
|
system: boolean;
|
|
2905
2977
|
readonly: boolean;
|
|
2906
2978
|
label?: any | null;
|
|
2907
|
-
required: boolean;
|
|
2908
2979
|
description?: any | null;
|
|
2909
2980
|
multiple_values: boolean;
|
|
2910
2981
|
linked_tree?: {
|
|
@@ -3516,6 +3587,7 @@ export type RecordFormQuery = {
|
|
|
3516
3587
|
values?: Array<{
|
|
3517
3588
|
id_value?: string | null;
|
|
3518
3589
|
isInherited?: boolean | null;
|
|
3590
|
+
isCalculated?: boolean | null;
|
|
3519
3591
|
modified_at?: number | null;
|
|
3520
3592
|
created_at?: number | null;
|
|
3521
3593
|
linkValue?: {
|
|
@@ -3576,12 +3648,12 @@ export type RecordFormQuery = {
|
|
|
3576
3648
|
};
|
|
3577
3649
|
} | null;
|
|
3578
3650
|
} | null> | null;
|
|
3579
|
-
attribute
|
|
3651
|
+
attribute: {
|
|
3580
3652
|
id: string;
|
|
3581
3653
|
format?: AttributeFormat | null;
|
|
3582
3654
|
type: AttributeType;
|
|
3583
3655
|
system: boolean;
|
|
3584
|
-
}
|
|
3656
|
+
};
|
|
3585
3657
|
metadata?: Array<{
|
|
3586
3658
|
name: string;
|
|
3587
3659
|
value?: {
|
|
@@ -3639,6 +3711,7 @@ export type RecordFormQuery = {
|
|
|
3639
3711
|
} | {
|
|
3640
3712
|
id_value?: string | null;
|
|
3641
3713
|
isInherited?: boolean | null;
|
|
3714
|
+
isCalculated?: boolean | null;
|
|
3642
3715
|
modified_at?: number | null;
|
|
3643
3716
|
created_at?: number | null;
|
|
3644
3717
|
treeValue?: {
|
|
@@ -3718,12 +3791,12 @@ export type RecordFormQuery = {
|
|
|
3718
3791
|
};
|
|
3719
3792
|
} | null;
|
|
3720
3793
|
} | null> | null;
|
|
3721
|
-
attribute
|
|
3794
|
+
attribute: {
|
|
3722
3795
|
id: string;
|
|
3723
3796
|
format?: AttributeFormat | null;
|
|
3724
3797
|
type: AttributeType;
|
|
3725
3798
|
system: boolean;
|
|
3726
|
-
}
|
|
3799
|
+
};
|
|
3727
3800
|
metadata?: Array<{
|
|
3728
3801
|
name: string;
|
|
3729
3802
|
value?: {
|
|
@@ -3785,6 +3858,7 @@ export type RecordFormQuery = {
|
|
|
3785
3858
|
raw_value?: any | null;
|
|
3786
3859
|
id_value?: string | null;
|
|
3787
3860
|
isInherited?: boolean | null;
|
|
3861
|
+
isCalculated?: boolean | null;
|
|
3788
3862
|
modified_at?: number | null;
|
|
3789
3863
|
created_at?: number | null;
|
|
3790
3864
|
modified_by?: {
|
|
@@ -3831,12 +3905,12 @@ export type RecordFormQuery = {
|
|
|
3831
3905
|
};
|
|
3832
3906
|
} | null;
|
|
3833
3907
|
} | null> | null;
|
|
3834
|
-
attribute
|
|
3908
|
+
attribute: {
|
|
3835
3909
|
id: string;
|
|
3836
3910
|
format?: AttributeFormat | null;
|
|
3837
3911
|
type: AttributeType;
|
|
3838
3912
|
system: boolean;
|
|
3839
|
-
}
|
|
3913
|
+
};
|
|
3840
3914
|
metadata?: Array<{
|
|
3841
3915
|
name: string;
|
|
3842
3916
|
value?: {
|
|
@@ -3901,6 +3975,7 @@ export type RecordFormQuery = {
|
|
|
3901
3975
|
system: boolean;
|
|
3902
3976
|
readonly: boolean;
|
|
3903
3977
|
multiple_values: boolean;
|
|
3978
|
+
compute: boolean;
|
|
3904
3979
|
linked_library?: {
|
|
3905
3980
|
id: string;
|
|
3906
3981
|
label?: any | null;
|
|
@@ -3912,6 +3987,7 @@ export type RecordFormQuery = {
|
|
|
3912
3987
|
linkValuesList?: {
|
|
3913
3988
|
enable: boolean;
|
|
3914
3989
|
allowFreeEntry?: boolean | null;
|
|
3990
|
+
allowListUpdate?: boolean | null;
|
|
3915
3991
|
values?: Array<{
|
|
3916
3992
|
id: string;
|
|
3917
3993
|
whoAmI: {
|
|
@@ -3957,6 +4033,7 @@ export type RecordFormQuery = {
|
|
|
3957
4033
|
values_list?: {
|
|
3958
4034
|
enable: boolean;
|
|
3959
4035
|
allowFreeEntry?: boolean | null;
|
|
4036
|
+
allowListUpdate?: boolean | null;
|
|
3960
4037
|
dateRangeValues?: Array<{
|
|
3961
4038
|
from?: string | null;
|
|
3962
4039
|
to?: string | null;
|
|
@@ -3964,6 +4041,7 @@ export type RecordFormQuery = {
|
|
|
3964
4041
|
} | {
|
|
3965
4042
|
enable: boolean;
|
|
3966
4043
|
allowFreeEntry?: boolean | null;
|
|
4044
|
+
allowListUpdate?: boolean | null;
|
|
3967
4045
|
values?: Array<string> | null;
|
|
3968
4046
|
} | null;
|
|
3969
4047
|
metadata_fields?: Array<{
|
|
@@ -3979,9 +4057,11 @@ export type RecordFormQuery = {
|
|
|
3979
4057
|
system: boolean;
|
|
3980
4058
|
readonly: boolean;
|
|
3981
4059
|
multiple_values: boolean;
|
|
4060
|
+
compute: boolean;
|
|
3982
4061
|
values_list?: {
|
|
3983
4062
|
enable: boolean;
|
|
3984
4063
|
allowFreeEntry?: boolean | null;
|
|
4064
|
+
allowListUpdate?: boolean | null;
|
|
3985
4065
|
dateRangeValues?: Array<{
|
|
3986
4066
|
from?: string | null;
|
|
3987
4067
|
to?: string | null;
|
|
@@ -3989,6 +4069,7 @@ export type RecordFormQuery = {
|
|
|
3989
4069
|
} | {
|
|
3990
4070
|
enable: boolean;
|
|
3991
4071
|
allowFreeEntry?: boolean | null;
|
|
4072
|
+
allowListUpdate?: boolean | null;
|
|
3992
4073
|
values?: Array<string> | null;
|
|
3993
4074
|
} | null;
|
|
3994
4075
|
permissions: {
|
|
@@ -4021,6 +4102,7 @@ export type RecordFormQuery = {
|
|
|
4021
4102
|
values_list?: {
|
|
4022
4103
|
enable: boolean;
|
|
4023
4104
|
allowFreeEntry?: boolean | null;
|
|
4105
|
+
allowListUpdate?: boolean | null;
|
|
4024
4106
|
dateRangeValues?: Array<{
|
|
4025
4107
|
from?: string | null;
|
|
4026
4108
|
to?: string | null;
|
|
@@ -4028,6 +4110,7 @@ export type RecordFormQuery = {
|
|
|
4028
4110
|
} | {
|
|
4029
4111
|
enable: boolean;
|
|
4030
4112
|
allowFreeEntry?: boolean | null;
|
|
4113
|
+
allowListUpdate?: boolean | null;
|
|
4031
4114
|
values?: Array<string> | null;
|
|
4032
4115
|
} | null;
|
|
4033
4116
|
metadata_fields?: Array<{
|
|
@@ -4043,6 +4126,7 @@ export type RecordFormQuery = {
|
|
|
4043
4126
|
system: boolean;
|
|
4044
4127
|
readonly: boolean;
|
|
4045
4128
|
multiple_values: boolean;
|
|
4129
|
+
compute: boolean;
|
|
4046
4130
|
linked_tree?: {
|
|
4047
4131
|
id: string;
|
|
4048
4132
|
label?: any | null;
|
|
@@ -4050,6 +4134,7 @@ export type RecordFormQuery = {
|
|
|
4050
4134
|
treeValuesList?: {
|
|
4051
4135
|
enable: boolean;
|
|
4052
4136
|
allowFreeEntry?: boolean | null;
|
|
4137
|
+
allowListUpdate?: boolean | null;
|
|
4053
4138
|
values?: Array<{
|
|
4054
4139
|
id: string;
|
|
4055
4140
|
record: {
|
|
@@ -4114,6 +4199,7 @@ export type RecordFormQuery = {
|
|
|
4114
4199
|
values_list?: {
|
|
4115
4200
|
enable: boolean;
|
|
4116
4201
|
allowFreeEntry?: boolean | null;
|
|
4202
|
+
allowListUpdate?: boolean | null;
|
|
4117
4203
|
dateRangeValues?: Array<{
|
|
4118
4204
|
from?: string | null;
|
|
4119
4205
|
to?: string | null;
|
|
@@ -4121,6 +4207,7 @@ export type RecordFormQuery = {
|
|
|
4121
4207
|
} | {
|
|
4122
4208
|
enable: boolean;
|
|
4123
4209
|
allowFreeEntry?: boolean | null;
|
|
4210
|
+
allowListUpdate?: boolean | null;
|
|
4124
4211
|
values?: Array<string> | null;
|
|
4125
4212
|
} | null;
|
|
4126
4213
|
metadata_fields?: Array<{
|
|
@@ -4175,6 +4262,7 @@ export type RecordUpdateSubscription = {
|
|
|
4175
4262
|
value: {
|
|
4176
4263
|
id_value?: string | null;
|
|
4177
4264
|
isInherited?: boolean | null;
|
|
4265
|
+
isCalculated?: boolean | null;
|
|
4178
4266
|
modified_at?: number | null;
|
|
4179
4267
|
created_at?: number | null;
|
|
4180
4268
|
linkValue?: {
|
|
@@ -4235,12 +4323,12 @@ export type RecordUpdateSubscription = {
|
|
|
4235
4323
|
};
|
|
4236
4324
|
} | null;
|
|
4237
4325
|
} | null> | null;
|
|
4238
|
-
attribute
|
|
4326
|
+
attribute: {
|
|
4239
4327
|
id: string;
|
|
4240
4328
|
format?: AttributeFormat | null;
|
|
4241
4329
|
type: AttributeType;
|
|
4242
4330
|
system: boolean;
|
|
4243
|
-
}
|
|
4331
|
+
};
|
|
4244
4332
|
metadata?: Array<{
|
|
4245
4333
|
name: string;
|
|
4246
4334
|
value?: {
|
|
@@ -4298,6 +4386,7 @@ export type RecordUpdateSubscription = {
|
|
|
4298
4386
|
} | {
|
|
4299
4387
|
id_value?: string | null;
|
|
4300
4388
|
isInherited?: boolean | null;
|
|
4389
|
+
isCalculated?: boolean | null;
|
|
4301
4390
|
modified_at?: number | null;
|
|
4302
4391
|
created_at?: number | null;
|
|
4303
4392
|
treeValue?: {
|
|
@@ -4377,12 +4466,12 @@ export type RecordUpdateSubscription = {
|
|
|
4377
4466
|
};
|
|
4378
4467
|
} | null;
|
|
4379
4468
|
} | null> | null;
|
|
4380
|
-
attribute
|
|
4469
|
+
attribute: {
|
|
4381
4470
|
id: string;
|
|
4382
4471
|
format?: AttributeFormat | null;
|
|
4383
4472
|
type: AttributeType;
|
|
4384
4473
|
system: boolean;
|
|
4385
|
-
}
|
|
4474
|
+
};
|
|
4386
4475
|
metadata?: Array<{
|
|
4387
4476
|
name: string;
|
|
4388
4477
|
value?: {
|
|
@@ -4444,6 +4533,7 @@ export type RecordUpdateSubscription = {
|
|
|
4444
4533
|
raw_value?: any | null;
|
|
4445
4534
|
id_value?: string | null;
|
|
4446
4535
|
isInherited?: boolean | null;
|
|
4536
|
+
isCalculated?: boolean | null;
|
|
4447
4537
|
modified_at?: number | null;
|
|
4448
4538
|
created_at?: number | null;
|
|
4449
4539
|
modified_by?: {
|
|
@@ -4490,12 +4580,12 @@ export type RecordUpdateSubscription = {
|
|
|
4490
4580
|
};
|
|
4491
4581
|
} | null;
|
|
4492
4582
|
} | null> | null;
|
|
4493
|
-
attribute
|
|
4583
|
+
attribute: {
|
|
4494
4584
|
id: string;
|
|
4495
4585
|
format?: AttributeFormat | null;
|
|
4496
4586
|
type: AttributeType;
|
|
4497
4587
|
system: boolean;
|
|
4498
|
-
}
|
|
4588
|
+
};
|
|
4499
4589
|
metadata?: Array<{
|
|
4500
4590
|
name: string;
|
|
4501
4591
|
value?: {
|
|
@@ -4756,6 +4846,7 @@ export type DeleteValueMutation = {
|
|
|
4756
4846
|
deleteValue: Array<{
|
|
4757
4847
|
id_value?: string | null;
|
|
4758
4848
|
isInherited?: boolean | null;
|
|
4849
|
+
isCalculated?: boolean | null;
|
|
4759
4850
|
modified_at?: number | null;
|
|
4760
4851
|
created_at?: number | null;
|
|
4761
4852
|
linkValue?: {
|
|
@@ -4816,12 +4907,12 @@ export type DeleteValueMutation = {
|
|
|
4816
4907
|
};
|
|
4817
4908
|
} | null;
|
|
4818
4909
|
} | null> | null;
|
|
4819
|
-
attribute
|
|
4910
|
+
attribute: {
|
|
4820
4911
|
id: string;
|
|
4821
4912
|
format?: AttributeFormat | null;
|
|
4822
4913
|
type: AttributeType;
|
|
4823
4914
|
system: boolean;
|
|
4824
|
-
}
|
|
4915
|
+
};
|
|
4825
4916
|
metadata?: Array<{
|
|
4826
4917
|
name: string;
|
|
4827
4918
|
value?: {
|
|
@@ -4879,6 +4970,7 @@ export type DeleteValueMutation = {
|
|
|
4879
4970
|
} | {
|
|
4880
4971
|
id_value?: string | null;
|
|
4881
4972
|
isInherited?: boolean | null;
|
|
4973
|
+
isCalculated?: boolean | null;
|
|
4882
4974
|
modified_at?: number | null;
|
|
4883
4975
|
created_at?: number | null;
|
|
4884
4976
|
treeValue?: {
|
|
@@ -4958,12 +5050,12 @@ export type DeleteValueMutation = {
|
|
|
4958
5050
|
};
|
|
4959
5051
|
} | null;
|
|
4960
5052
|
} | null> | null;
|
|
4961
|
-
attribute
|
|
5053
|
+
attribute: {
|
|
4962
5054
|
id: string;
|
|
4963
5055
|
format?: AttributeFormat | null;
|
|
4964
5056
|
type: AttributeType;
|
|
4965
5057
|
system: boolean;
|
|
4966
|
-
}
|
|
5058
|
+
};
|
|
4967
5059
|
metadata?: Array<{
|
|
4968
5060
|
name: string;
|
|
4969
5061
|
value?: {
|
|
@@ -5025,6 +5117,7 @@ export type DeleteValueMutation = {
|
|
|
5025
5117
|
raw_value?: any | null;
|
|
5026
5118
|
id_value?: string | null;
|
|
5027
5119
|
isInherited?: boolean | null;
|
|
5120
|
+
isCalculated?: boolean | null;
|
|
5028
5121
|
modified_at?: number | null;
|
|
5029
5122
|
created_at?: number | null;
|
|
5030
5123
|
modified_by?: {
|
|
@@ -5071,12 +5164,134 @@ export type DeleteValueMutation = {
|
|
|
5071
5164
|
};
|
|
5072
5165
|
} | null;
|
|
5073
5166
|
} | null> | null;
|
|
5074
|
-
attribute
|
|
5167
|
+
attribute: {
|
|
5075
5168
|
id: string;
|
|
5076
5169
|
format?: AttributeFormat | null;
|
|
5077
5170
|
type: AttributeType;
|
|
5078
5171
|
system: boolean;
|
|
5172
|
+
};
|
|
5173
|
+
metadata?: Array<{
|
|
5174
|
+
name: string;
|
|
5175
|
+
value?: {
|
|
5176
|
+
id_value?: string | null;
|
|
5177
|
+
modified_at?: number | null;
|
|
5178
|
+
created_at?: number | null;
|
|
5179
|
+
payload?: any | null;
|
|
5180
|
+
raw_payload?: any | null;
|
|
5181
|
+
modified_by?: {
|
|
5182
|
+
id: string;
|
|
5183
|
+
whoAmI: {
|
|
5184
|
+
id: string;
|
|
5185
|
+
label?: string | null;
|
|
5186
|
+
subLabel?: string | null;
|
|
5187
|
+
color?: string | null;
|
|
5188
|
+
preview?: IPreviewScalar | null;
|
|
5189
|
+
library: {
|
|
5190
|
+
id: string;
|
|
5191
|
+
label?: any | null;
|
|
5192
|
+
};
|
|
5193
|
+
};
|
|
5194
|
+
} | null;
|
|
5195
|
+
created_by?: {
|
|
5196
|
+
id: string;
|
|
5197
|
+
whoAmI: {
|
|
5198
|
+
id: string;
|
|
5199
|
+
label?: string | null;
|
|
5200
|
+
subLabel?: string | null;
|
|
5201
|
+
color?: string | null;
|
|
5202
|
+
preview?: IPreviewScalar | null;
|
|
5203
|
+
library: {
|
|
5204
|
+
id: string;
|
|
5205
|
+
label?: any | null;
|
|
5206
|
+
};
|
|
5207
|
+
};
|
|
5208
|
+
} | null;
|
|
5209
|
+
version?: Array<{
|
|
5210
|
+
treeId: string;
|
|
5211
|
+
treeNode?: {
|
|
5212
|
+
id: string;
|
|
5213
|
+
record: {
|
|
5214
|
+
id: string;
|
|
5215
|
+
whoAmI: {
|
|
5216
|
+
id: string;
|
|
5217
|
+
label?: string | null;
|
|
5218
|
+
library: {
|
|
5219
|
+
id: string;
|
|
5220
|
+
};
|
|
5221
|
+
};
|
|
5222
|
+
};
|
|
5223
|
+
} | null;
|
|
5224
|
+
} | null> | null;
|
|
5225
|
+
} | null;
|
|
5226
|
+
} | null> | null;
|
|
5227
|
+
}>;
|
|
5228
|
+
};
|
|
5229
|
+
export type RunActionsListAndFormatOnValueQueryVariables = Exact<{
|
|
5230
|
+
library: Scalars['ID'];
|
|
5231
|
+
value?: InputMaybe<ValueBatchInput>;
|
|
5232
|
+
version?: InputMaybe<Array<InputMaybe<ValueVersionInput>> | InputMaybe<ValueVersionInput>>;
|
|
5233
|
+
}>;
|
|
5234
|
+
export type RunActionsListAndFormatOnValueQuery = {
|
|
5235
|
+
runActionsListAndFormatOnValue: Array<{
|
|
5236
|
+
id_value?: string | null;
|
|
5237
|
+
isInherited?: boolean | null;
|
|
5238
|
+
isCalculated?: boolean | null;
|
|
5239
|
+
modified_at?: number | null;
|
|
5240
|
+
created_at?: number | null;
|
|
5241
|
+
payload?: any | null;
|
|
5242
|
+
raw_payload?: any | null;
|
|
5243
|
+
value?: any | null;
|
|
5244
|
+
raw_value?: any | null;
|
|
5245
|
+
modified_by?: {
|
|
5246
|
+
id: string;
|
|
5247
|
+
whoAmI: {
|
|
5248
|
+
id: string;
|
|
5249
|
+
label?: string | null;
|
|
5250
|
+
subLabel?: string | null;
|
|
5251
|
+
color?: string | null;
|
|
5252
|
+
preview?: IPreviewScalar | null;
|
|
5253
|
+
library: {
|
|
5254
|
+
id: string;
|
|
5255
|
+
label?: any | null;
|
|
5256
|
+
};
|
|
5257
|
+
};
|
|
5079
5258
|
} | null;
|
|
5259
|
+
created_by?: {
|
|
5260
|
+
id: string;
|
|
5261
|
+
whoAmI: {
|
|
5262
|
+
id: string;
|
|
5263
|
+
label?: string | null;
|
|
5264
|
+
subLabel?: string | null;
|
|
5265
|
+
color?: string | null;
|
|
5266
|
+
preview?: IPreviewScalar | null;
|
|
5267
|
+
library: {
|
|
5268
|
+
id: string;
|
|
5269
|
+
label?: any | null;
|
|
5270
|
+
};
|
|
5271
|
+
};
|
|
5272
|
+
} | null;
|
|
5273
|
+
version?: Array<{
|
|
5274
|
+
treeId: string;
|
|
5275
|
+
treeNode?: {
|
|
5276
|
+
id: string;
|
|
5277
|
+
record: {
|
|
5278
|
+
id: string;
|
|
5279
|
+
whoAmI: {
|
|
5280
|
+
id: string;
|
|
5281
|
+
label?: string | null;
|
|
5282
|
+
library: {
|
|
5283
|
+
id: string;
|
|
5284
|
+
};
|
|
5285
|
+
};
|
|
5286
|
+
};
|
|
5287
|
+
} | null;
|
|
5288
|
+
} | null> | null;
|
|
5289
|
+
attribute: {
|
|
5290
|
+
id: string;
|
|
5291
|
+
format?: AttributeFormat | null;
|
|
5292
|
+
type: AttributeType;
|
|
5293
|
+
system: boolean;
|
|
5294
|
+
};
|
|
5080
5295
|
metadata?: Array<{
|
|
5081
5296
|
name: string;
|
|
5082
5297
|
value?: {
|
|
@@ -5145,6 +5360,7 @@ export type SaveValueBatchMutation = {
|
|
|
5145
5360
|
values?: Array<{
|
|
5146
5361
|
id_value?: string | null;
|
|
5147
5362
|
isInherited?: boolean | null;
|
|
5363
|
+
isCalculated?: boolean | null;
|
|
5148
5364
|
modified_at?: number | null;
|
|
5149
5365
|
created_at?: number | null;
|
|
5150
5366
|
linkValue?: {
|
|
@@ -5205,12 +5421,12 @@ export type SaveValueBatchMutation = {
|
|
|
5205
5421
|
};
|
|
5206
5422
|
} | null;
|
|
5207
5423
|
} | null> | null;
|
|
5208
|
-
attribute
|
|
5424
|
+
attribute: {
|
|
5209
5425
|
id: string;
|
|
5210
5426
|
format?: AttributeFormat | null;
|
|
5211
5427
|
type: AttributeType;
|
|
5212
5428
|
system: boolean;
|
|
5213
|
-
}
|
|
5429
|
+
};
|
|
5214
5430
|
metadata?: Array<{
|
|
5215
5431
|
name: string;
|
|
5216
5432
|
value?: {
|
|
@@ -5268,6 +5484,7 @@ export type SaveValueBatchMutation = {
|
|
|
5268
5484
|
} | {
|
|
5269
5485
|
id_value?: string | null;
|
|
5270
5486
|
isInherited?: boolean | null;
|
|
5487
|
+
isCalculated?: boolean | null;
|
|
5271
5488
|
modified_at?: number | null;
|
|
5272
5489
|
created_at?: number | null;
|
|
5273
5490
|
treeValue?: {
|
|
@@ -5347,12 +5564,12 @@ export type SaveValueBatchMutation = {
|
|
|
5347
5564
|
};
|
|
5348
5565
|
} | null;
|
|
5349
5566
|
} | null> | null;
|
|
5350
|
-
attribute
|
|
5567
|
+
attribute: {
|
|
5351
5568
|
id: string;
|
|
5352
5569
|
format?: AttributeFormat | null;
|
|
5353
5570
|
type: AttributeType;
|
|
5354
5571
|
system: boolean;
|
|
5355
|
-
}
|
|
5572
|
+
};
|
|
5356
5573
|
metadata?: Array<{
|
|
5357
5574
|
name: string;
|
|
5358
5575
|
value?: {
|
|
@@ -5414,6 +5631,7 @@ export type SaveValueBatchMutation = {
|
|
|
5414
5631
|
raw_value?: any | null;
|
|
5415
5632
|
id_value?: string | null;
|
|
5416
5633
|
isInherited?: boolean | null;
|
|
5634
|
+
isCalculated?: boolean | null;
|
|
5417
5635
|
modified_at?: number | null;
|
|
5418
5636
|
created_at?: number | null;
|
|
5419
5637
|
modified_by?: {
|
|
@@ -5460,12 +5678,12 @@ export type SaveValueBatchMutation = {
|
|
|
5460
5678
|
};
|
|
5461
5679
|
} | null;
|
|
5462
5680
|
} | null> | null;
|
|
5463
|
-
attribute
|
|
5681
|
+
attribute: {
|
|
5464
5682
|
id: string;
|
|
5465
5683
|
format?: AttributeFormat | null;
|
|
5466
5684
|
type: AttributeType;
|
|
5467
5685
|
system: boolean;
|
|
5468
|
-
}
|
|
5686
|
+
};
|
|
5469
5687
|
metadata?: Array<{
|
|
5470
5688
|
name: string;
|
|
5471
5689
|
value?: {
|
|
@@ -5549,7 +5767,7 @@ export type GetViewQuery = {
|
|
|
5549
5767
|
description?: any | null;
|
|
5550
5768
|
color?: string | null;
|
|
5551
5769
|
display: {
|
|
5552
|
-
size
|
|
5770
|
+
size?: ViewSizes | null;
|
|
5553
5771
|
type: ViewTypes;
|
|
5554
5772
|
};
|
|
5555
5773
|
created_by: {
|
|
@@ -5572,10 +5790,10 @@ export type GetViewQuery = {
|
|
|
5572
5790
|
label?: any | null;
|
|
5573
5791
|
} | null;
|
|
5574
5792
|
}> | null;
|
|
5575
|
-
sort?: {
|
|
5793
|
+
sort?: Array<{
|
|
5576
5794
|
field: string;
|
|
5577
5795
|
order: SortOrder;
|
|
5578
|
-
} | null;
|
|
5796
|
+
}> | null;
|
|
5579
5797
|
valuesVersions?: Array<{
|
|
5580
5798
|
treeId: string;
|
|
5581
5799
|
treeNode: {
|
|
@@ -5596,9 +5814,8 @@ export type GetViewQuery = {
|
|
|
5596
5814
|
};
|
|
5597
5815
|
};
|
|
5598
5816
|
}> | null;
|
|
5599
|
-
|
|
5600
|
-
|
|
5601
|
-
value?: any | null;
|
|
5817
|
+
attributes?: Array<{
|
|
5818
|
+
id: string;
|
|
5602
5819
|
}> | null;
|
|
5603
5820
|
};
|
|
5604
5821
|
};
|
|
@@ -5615,7 +5832,7 @@ export type GetViewsListQuery = {
|
|
|
5615
5832
|
description?: any | null;
|
|
5616
5833
|
color?: string | null;
|
|
5617
5834
|
display: {
|
|
5618
|
-
size
|
|
5835
|
+
size?: ViewSizes | null;
|
|
5619
5836
|
type: ViewTypes;
|
|
5620
5837
|
};
|
|
5621
5838
|
created_by: {
|
|
@@ -5638,10 +5855,10 @@ export type GetViewsListQuery = {
|
|
|
5638
5855
|
label?: any | null;
|
|
5639
5856
|
} | null;
|
|
5640
5857
|
}> | null;
|
|
5641
|
-
sort?: {
|
|
5858
|
+
sort?: Array<{
|
|
5642
5859
|
field: string;
|
|
5643
5860
|
order: SortOrder;
|
|
5644
|
-
} | null;
|
|
5861
|
+
}> | null;
|
|
5645
5862
|
valuesVersions?: Array<{
|
|
5646
5863
|
treeId: string;
|
|
5647
5864
|
treeNode: {
|
|
@@ -5662,17 +5879,16 @@ export type GetViewsListQuery = {
|
|
|
5662
5879
|
};
|
|
5663
5880
|
};
|
|
5664
5881
|
}> | null;
|
|
5665
|
-
|
|
5666
|
-
|
|
5667
|
-
value?: any | null;
|
|
5882
|
+
attributes?: Array<{
|
|
5883
|
+
id: string;
|
|
5668
5884
|
}> | null;
|
|
5669
5885
|
}>;
|
|
5670
5886
|
};
|
|
5671
5887
|
};
|
|
5672
|
-
export type
|
|
5888
|
+
export type SaveViewMutationVariables = Exact<{
|
|
5673
5889
|
view: ViewInput;
|
|
5674
5890
|
}>;
|
|
5675
|
-
export type
|
|
5891
|
+
export type SaveViewMutation = {
|
|
5676
5892
|
saveView: {
|
|
5677
5893
|
id: string;
|
|
5678
5894
|
shared: boolean;
|
|
@@ -5680,7 +5896,7 @@ export type AddViewMutation = {
|
|
|
5680
5896
|
description?: any | null;
|
|
5681
5897
|
color?: string | null;
|
|
5682
5898
|
display: {
|
|
5683
|
-
size
|
|
5899
|
+
size?: ViewSizes | null;
|
|
5684
5900
|
type: ViewTypes;
|
|
5685
5901
|
};
|
|
5686
5902
|
created_by: {
|
|
@@ -5703,10 +5919,10 @@ export type AddViewMutation = {
|
|
|
5703
5919
|
label?: any | null;
|
|
5704
5920
|
} | null;
|
|
5705
5921
|
}> | null;
|
|
5706
|
-
sort?: {
|
|
5922
|
+
sort?: Array<{
|
|
5707
5923
|
field: string;
|
|
5708
5924
|
order: SortOrder;
|
|
5709
|
-
} | null;
|
|
5925
|
+
}> | null;
|
|
5710
5926
|
valuesVersions?: Array<{
|
|
5711
5927
|
treeId: string;
|
|
5712
5928
|
treeNode: {
|
|
@@ -5727,12 +5943,118 @@ export type AddViewMutation = {
|
|
|
5727
5943
|
};
|
|
5728
5944
|
};
|
|
5729
5945
|
}> | null;
|
|
5730
|
-
|
|
5731
|
-
|
|
5732
|
-
value?: any | null;
|
|
5946
|
+
attributes?: Array<{
|
|
5947
|
+
id: string;
|
|
5733
5948
|
}> | null;
|
|
5734
5949
|
};
|
|
5735
5950
|
};
|
|
5951
|
+
export type ExplorerAttributesQueryVariables = Exact<{
|
|
5952
|
+
ids?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
|
|
5953
|
+
}>;
|
|
5954
|
+
export type ExplorerAttributesQuery = {
|
|
5955
|
+
attributes?: {
|
|
5956
|
+
list: Array<{
|
|
5957
|
+
id: string;
|
|
5958
|
+
type: AttributeType;
|
|
5959
|
+
format?: AttributeFormat | null;
|
|
5960
|
+
label?: any | null;
|
|
5961
|
+
}>;
|
|
5962
|
+
} | null;
|
|
5963
|
+
};
|
|
5964
|
+
export type ExplorerQueryVariables = Exact<{
|
|
5965
|
+
libraryId: Scalars['ID'];
|
|
5966
|
+
attributeIds: Array<Scalars['ID']> | Scalars['ID'];
|
|
5967
|
+
pagination?: InputMaybe<RecordsPagination>;
|
|
5968
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
5969
|
+
multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
|
|
5970
|
+
searchQuery?: InputMaybe<Scalars['String']>;
|
|
5971
|
+
}>;
|
|
5972
|
+
export type ExplorerQuery = {
|
|
5973
|
+
records: {
|
|
5974
|
+
totalCount?: number | null;
|
|
5975
|
+
list: Array<{
|
|
5976
|
+
id: string;
|
|
5977
|
+
whoAmI: {
|
|
5978
|
+
id: string;
|
|
5979
|
+
label?: string | null;
|
|
5980
|
+
subLabel?: string | null;
|
|
5981
|
+
color?: string | null;
|
|
5982
|
+
preview?: IPreviewScalar | null;
|
|
5983
|
+
library: {
|
|
5984
|
+
id: string;
|
|
5985
|
+
label?: any | null;
|
|
5986
|
+
};
|
|
5987
|
+
};
|
|
5988
|
+
properties: Array<{
|
|
5989
|
+
attributeId: string;
|
|
5990
|
+
attributeProperties: {
|
|
5991
|
+
id: string;
|
|
5992
|
+
label?: any | null;
|
|
5993
|
+
type: AttributeType;
|
|
5994
|
+
format?: AttributeFormat | null;
|
|
5995
|
+
multiple_values: boolean;
|
|
5996
|
+
};
|
|
5997
|
+
values: Array<{
|
|
5998
|
+
linkPayload?: {
|
|
5999
|
+
id: string;
|
|
6000
|
+
whoAmI: {
|
|
6001
|
+
id: string;
|
|
6002
|
+
label?: string | null;
|
|
6003
|
+
subLabel?: string | null;
|
|
6004
|
+
color?: string | null;
|
|
6005
|
+
preview?: IPreviewScalar | null;
|
|
6006
|
+
library: {
|
|
6007
|
+
id: string;
|
|
6008
|
+
label?: any | null;
|
|
6009
|
+
};
|
|
6010
|
+
};
|
|
6011
|
+
} | null;
|
|
6012
|
+
} | {
|
|
6013
|
+
treePayload?: {
|
|
6014
|
+
record: {
|
|
6015
|
+
id: string;
|
|
6016
|
+
whoAmI: {
|
|
6017
|
+
id: string;
|
|
6018
|
+
label?: string | null;
|
|
6019
|
+
subLabel?: string | null;
|
|
6020
|
+
color?: string | null;
|
|
6021
|
+
preview?: IPreviewScalar | null;
|
|
6022
|
+
library: {
|
|
6023
|
+
id: string;
|
|
6024
|
+
label?: any | null;
|
|
6025
|
+
};
|
|
6026
|
+
};
|
|
6027
|
+
};
|
|
6028
|
+
} | null;
|
|
6029
|
+
} | {
|
|
6030
|
+
valuePayload?: any | null;
|
|
6031
|
+
}>;
|
|
6032
|
+
}>;
|
|
6033
|
+
}>;
|
|
6034
|
+
};
|
|
6035
|
+
};
|
|
6036
|
+
export type ExplorerLibraryDataQueryVariables = Exact<{
|
|
6037
|
+
libraryId: Scalars['ID'];
|
|
6038
|
+
}>;
|
|
6039
|
+
export type ExplorerLibraryDataQuery = {
|
|
6040
|
+
libraries?: {
|
|
6041
|
+
list: Array<{
|
|
6042
|
+
id: string;
|
|
6043
|
+
label?: any | null;
|
|
6044
|
+
}>;
|
|
6045
|
+
} | null;
|
|
6046
|
+
};
|
|
6047
|
+
export type TreeDataQueryQueryVariables = Exact<{
|
|
6048
|
+
treeId: Scalars['ID'];
|
|
6049
|
+
}>;
|
|
6050
|
+
export type TreeDataQueryQuery = {
|
|
6051
|
+
trees?: {
|
|
6052
|
+
list: Array<{
|
|
6053
|
+
id: string;
|
|
6054
|
+
label?: any | null;
|
|
6055
|
+
}>;
|
|
6056
|
+
} | null;
|
|
6057
|
+
};
|
|
5736
6058
|
export declare const RecordIdentityFragmentDoc: Apollo.DocumentNode;
|
|
5737
6059
|
export declare const DetailsApplicationFragmentDoc: Apollo.DocumentNode;
|
|
5738
6060
|
export declare const AttributeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
@@ -5750,7 +6072,10 @@ export declare const RecordFormElementFragmentDoc: Apollo.DocumentNode;
|
|
|
5750
6072
|
export declare const TreeLightFragmentDoc: Apollo.DocumentNode;
|
|
5751
6073
|
export declare const TreeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
5752
6074
|
export declare const TreeNodeChildFragmentDoc: Apollo.DocumentNode;
|
|
6075
|
+
export declare const ViewDetailsFilterFragmentDoc: Apollo.DocumentNode;
|
|
5753
6076
|
export declare const ViewDetailsFragmentDoc: Apollo.DocumentNode;
|
|
6077
|
+
export declare const PropertyValueFragmentDoc: Apollo.DocumentNode;
|
|
6078
|
+
export declare const AttributePropertiesFragmentDoc: Apollo.DocumentNode;
|
|
5754
6079
|
export declare const CheckApplicationExistenceDocument: Apollo.DocumentNode;
|
|
5755
6080
|
/**
|
|
5756
6081
|
* __useCheckApplicationExistenceQuery__
|
|
@@ -6994,6 +7319,38 @@ export declare function useDeleteValueMutation(baseOptions?: Apollo.MutationHook
|
|
|
6994
7319
|
export type DeleteValueMutationHookResult = ReturnType<typeof useDeleteValueMutation>;
|
|
6995
7320
|
export type DeleteValueMutationResult = Apollo.MutationResult<DeleteValueMutation>;
|
|
6996
7321
|
export type DeleteValueMutationOptions = Apollo.BaseMutationOptions<DeleteValueMutation, DeleteValueMutationVariables>;
|
|
7322
|
+
export declare const RunActionsListAndFormatOnValueDocument: Apollo.DocumentNode;
|
|
7323
|
+
/**
|
|
7324
|
+
* __useRunActionsListAndFormatOnValueQuery__
|
|
7325
|
+
*
|
|
7326
|
+
* To run a query within a React component, call `useRunActionsListAndFormatOnValueQuery` and pass it any options that fit your needs.
|
|
7327
|
+
* When your component renders, `useRunActionsListAndFormatOnValueQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7328
|
+
* you can use to render your UI.
|
|
7329
|
+
*
|
|
7330
|
+
* @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;
|
|
7331
|
+
*
|
|
7332
|
+
* @example
|
|
7333
|
+
* const { data, loading, error } = useRunActionsListAndFormatOnValueQuery({
|
|
7334
|
+
* variables: {
|
|
7335
|
+
* library: // value for 'library'
|
|
7336
|
+
* value: // value for 'value'
|
|
7337
|
+
* version: // value for 'version'
|
|
7338
|
+
* },
|
|
7339
|
+
* });
|
|
7340
|
+
*/
|
|
7341
|
+
export declare function useRunActionsListAndFormatOnValueQuery(baseOptions: Apollo.QueryHookOptions<RunActionsListAndFormatOnValueQuery, RunActionsListAndFormatOnValueQueryVariables>): Apollo.QueryResult<RunActionsListAndFormatOnValueQuery, Exact<{
|
|
7342
|
+
library: Scalars["ID"];
|
|
7343
|
+
value?: InputMaybe<ValueBatchInput>;
|
|
7344
|
+
version?: InputMaybe<Array<InputMaybe<ValueVersionInput>> | InputMaybe<ValueVersionInput>>;
|
|
7345
|
+
}>>;
|
|
7346
|
+
export declare function useRunActionsListAndFormatOnValueLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<RunActionsListAndFormatOnValueQuery, RunActionsListAndFormatOnValueQueryVariables>): Apollo.LazyQueryResultTuple<RunActionsListAndFormatOnValueQuery, Exact<{
|
|
7347
|
+
library: Scalars["ID"];
|
|
7348
|
+
value?: InputMaybe<ValueBatchInput>;
|
|
7349
|
+
version?: InputMaybe<Array<InputMaybe<ValueVersionInput>> | InputMaybe<ValueVersionInput>>;
|
|
7350
|
+
}>>;
|
|
7351
|
+
export type RunActionsListAndFormatOnValueQueryHookResult = ReturnType<typeof useRunActionsListAndFormatOnValueQuery>;
|
|
7352
|
+
export type RunActionsListAndFormatOnValueLazyQueryHookResult = ReturnType<typeof useRunActionsListAndFormatOnValueLazyQuery>;
|
|
7353
|
+
export type RunActionsListAndFormatOnValueQueryResult = Apollo.QueryResult<RunActionsListAndFormatOnValueQuery, RunActionsListAndFormatOnValueQueryVariables>;
|
|
6997
7354
|
export declare const SaveValueBatchDocument: Apollo.DocumentNode;
|
|
6998
7355
|
export type SaveValueBatchMutationFn = Apollo.MutationFunction<SaveValueBatchMutation, SaveValueBatchMutationVariables>;
|
|
6999
7356
|
/**
|
|
@@ -7104,28 +7461,147 @@ export declare function useGetViewsListLazyQuery(baseOptions?: Apollo.LazyQueryH
|
|
|
7104
7461
|
export type GetViewsListQueryHookResult = ReturnType<typeof useGetViewsListQuery>;
|
|
7105
7462
|
export type GetViewsListLazyQueryHookResult = ReturnType<typeof useGetViewsListLazyQuery>;
|
|
7106
7463
|
export type GetViewsListQueryResult = Apollo.QueryResult<GetViewsListQuery, GetViewsListQueryVariables>;
|
|
7107
|
-
export declare const
|
|
7108
|
-
export type
|
|
7464
|
+
export declare const SaveViewDocument: Apollo.DocumentNode;
|
|
7465
|
+
export type SaveViewMutationFn = Apollo.MutationFunction<SaveViewMutation, SaveViewMutationVariables>;
|
|
7109
7466
|
/**
|
|
7110
|
-
*
|
|
7467
|
+
* __useSaveViewMutation__
|
|
7111
7468
|
*
|
|
7112
|
-
* To run a mutation, you first call `
|
|
7113
|
-
* When your component renders, `
|
|
7469
|
+
* To run a mutation, you first call `useSaveViewMutation` within a React component and pass it any options that fit your needs.
|
|
7470
|
+
* When your component renders, `useSaveViewMutation` returns a tuple that includes:
|
|
7114
7471
|
* - A mutate function that you can call at any time to execute the mutation
|
|
7115
7472
|
* - An object with fields that represent the current status of the mutation's execution
|
|
7116
7473
|
*
|
|
7117
7474
|
* @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;
|
|
7118
7475
|
*
|
|
7119
7476
|
* @example
|
|
7120
|
-
* const [
|
|
7477
|
+
* const [saveViewMutation, { data, loading, error }] = useSaveViewMutation({
|
|
7121
7478
|
* variables: {
|
|
7122
7479
|
* view: // value for 'view'
|
|
7123
7480
|
* },
|
|
7124
7481
|
* });
|
|
7125
7482
|
*/
|
|
7126
|
-
export declare function
|
|
7483
|
+
export declare function useSaveViewMutation(baseOptions?: Apollo.MutationHookOptions<SaveViewMutation, SaveViewMutationVariables>): Apollo.MutationTuple<SaveViewMutation, Exact<{
|
|
7127
7484
|
view: ViewInput;
|
|
7128
7485
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
7129
|
-
export type
|
|
7130
|
-
export type
|
|
7131
|
-
export type
|
|
7486
|
+
export type SaveViewMutationHookResult = ReturnType<typeof useSaveViewMutation>;
|
|
7487
|
+
export type SaveViewMutationResult = Apollo.MutationResult<SaveViewMutation>;
|
|
7488
|
+
export type SaveViewMutationOptions = Apollo.BaseMutationOptions<SaveViewMutation, SaveViewMutationVariables>;
|
|
7489
|
+
export declare const ExplorerAttributesDocument: Apollo.DocumentNode;
|
|
7490
|
+
/**
|
|
7491
|
+
* __useExplorerAttributesQuery__
|
|
7492
|
+
*
|
|
7493
|
+
* To run a query within a React component, call `useExplorerAttributesQuery` and pass it any options that fit your needs.
|
|
7494
|
+
* When your component renders, `useExplorerAttributesQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7495
|
+
* you can use to render your UI.
|
|
7496
|
+
*
|
|
7497
|
+
* @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;
|
|
7498
|
+
*
|
|
7499
|
+
* @example
|
|
7500
|
+
* const { data, loading, error } = useExplorerAttributesQuery({
|
|
7501
|
+
* variables: {
|
|
7502
|
+
* ids: // value for 'ids'
|
|
7503
|
+
* },
|
|
7504
|
+
* });
|
|
7505
|
+
*/
|
|
7506
|
+
export declare function useExplorerAttributesQuery(baseOptions?: Apollo.QueryHookOptions<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>): Apollo.QueryResult<ExplorerAttributesQuery, Exact<{
|
|
7507
|
+
ids?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
7508
|
+
}>>;
|
|
7509
|
+
export declare function useExplorerAttributesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerAttributesQuery, Exact<{
|
|
7510
|
+
ids?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
7511
|
+
}>>;
|
|
7512
|
+
export type ExplorerAttributesQueryHookResult = ReturnType<typeof useExplorerAttributesQuery>;
|
|
7513
|
+
export type ExplorerAttributesLazyQueryHookResult = ReturnType<typeof useExplorerAttributesLazyQuery>;
|
|
7514
|
+
export type ExplorerAttributesQueryResult = Apollo.QueryResult<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>;
|
|
7515
|
+
export declare const ExplorerDocument: Apollo.DocumentNode;
|
|
7516
|
+
/**
|
|
7517
|
+
* __useExplorerQuery__
|
|
7518
|
+
*
|
|
7519
|
+
* To run a query within a React component, call `useExplorerQuery` and pass it any options that fit your needs.
|
|
7520
|
+
* When your component renders, `useExplorerQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7521
|
+
* you can use to render your UI.
|
|
7522
|
+
*
|
|
7523
|
+
* @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;
|
|
7524
|
+
*
|
|
7525
|
+
* @example
|
|
7526
|
+
* const { data, loading, error } = useExplorerQuery({
|
|
7527
|
+
* variables: {
|
|
7528
|
+
* libraryId: // value for 'libraryId'
|
|
7529
|
+
* attributeIds: // value for 'attributeIds'
|
|
7530
|
+
* pagination: // value for 'pagination'
|
|
7531
|
+
* filters: // value for 'filters'
|
|
7532
|
+
* multipleSort: // value for 'multipleSort'
|
|
7533
|
+
* searchQuery: // value for 'searchQuery'
|
|
7534
|
+
* },
|
|
7535
|
+
* });
|
|
7536
|
+
*/
|
|
7537
|
+
export declare function useExplorerQuery(baseOptions: Apollo.QueryHookOptions<ExplorerQuery, ExplorerQueryVariables>): Apollo.QueryResult<ExplorerQuery, Exact<{
|
|
7538
|
+
libraryId: Scalars["ID"];
|
|
7539
|
+
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
7540
|
+
pagination?: InputMaybe<RecordsPagination>;
|
|
7541
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
7542
|
+
multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
|
|
7543
|
+
searchQuery?: InputMaybe<Scalars["String"]>;
|
|
7544
|
+
}>>;
|
|
7545
|
+
export declare function useExplorerLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerQuery, ExplorerQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerQuery, Exact<{
|
|
7546
|
+
libraryId: Scalars["ID"];
|
|
7547
|
+
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
7548
|
+
pagination?: InputMaybe<RecordsPagination>;
|
|
7549
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
7550
|
+
multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
|
|
7551
|
+
searchQuery?: InputMaybe<Scalars["String"]>;
|
|
7552
|
+
}>>;
|
|
7553
|
+
export type ExplorerQueryHookResult = ReturnType<typeof useExplorerQuery>;
|
|
7554
|
+
export type ExplorerLazyQueryHookResult = ReturnType<typeof useExplorerLazyQuery>;
|
|
7555
|
+
export type ExplorerQueryResult = Apollo.QueryResult<ExplorerQuery, ExplorerQueryVariables>;
|
|
7556
|
+
export declare const ExplorerLibraryDataDocument: Apollo.DocumentNode;
|
|
7557
|
+
/**
|
|
7558
|
+
* __useExplorerLibraryDataQuery__
|
|
7559
|
+
*
|
|
7560
|
+
* To run a query within a React component, call `useExplorerLibraryDataQuery` and pass it any options that fit your needs.
|
|
7561
|
+
* When your component renders, `useExplorerLibraryDataQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7562
|
+
* you can use to render your UI.
|
|
7563
|
+
*
|
|
7564
|
+
* @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;
|
|
7565
|
+
*
|
|
7566
|
+
* @example
|
|
7567
|
+
* const { data, loading, error } = useExplorerLibraryDataQuery({
|
|
7568
|
+
* variables: {
|
|
7569
|
+
* libraryId: // value for 'libraryId'
|
|
7570
|
+
* },
|
|
7571
|
+
* });
|
|
7572
|
+
*/
|
|
7573
|
+
export declare function useExplorerLibraryDataQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>): Apollo.QueryResult<ExplorerLibraryDataQuery, Exact<{
|
|
7574
|
+
libraryId: Scalars["ID"];
|
|
7575
|
+
}>>;
|
|
7576
|
+
export declare function useExplorerLibraryDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLibraryDataQuery, Exact<{
|
|
7577
|
+
libraryId: Scalars["ID"];
|
|
7578
|
+
}>>;
|
|
7579
|
+
export type ExplorerLibraryDataQueryHookResult = ReturnType<typeof useExplorerLibraryDataQuery>;
|
|
7580
|
+
export type ExplorerLibraryDataLazyQueryHookResult = ReturnType<typeof useExplorerLibraryDataLazyQuery>;
|
|
7581
|
+
export type ExplorerLibraryDataQueryResult = Apollo.QueryResult<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>;
|
|
7582
|
+
export declare const TreeDataQueryDocument: Apollo.DocumentNode;
|
|
7583
|
+
/**
|
|
7584
|
+
* __useTreeDataQueryQuery__
|
|
7585
|
+
*
|
|
7586
|
+
* To run a query within a React component, call `useTreeDataQueryQuery` and pass it any options that fit your needs.
|
|
7587
|
+
* When your component renders, `useTreeDataQueryQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7588
|
+
* you can use to render your UI.
|
|
7589
|
+
*
|
|
7590
|
+
* @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;
|
|
7591
|
+
*
|
|
7592
|
+
* @example
|
|
7593
|
+
* const { data, loading, error } = useTreeDataQueryQuery({
|
|
7594
|
+
* variables: {
|
|
7595
|
+
* treeId: // value for 'treeId'
|
|
7596
|
+
* },
|
|
7597
|
+
* });
|
|
7598
|
+
*/
|
|
7599
|
+
export declare function useTreeDataQueryQuery(baseOptions: Apollo.QueryHookOptions<TreeDataQueryQuery, TreeDataQueryQueryVariables>): Apollo.QueryResult<TreeDataQueryQuery, Exact<{
|
|
7600
|
+
treeId: Scalars["ID"];
|
|
7601
|
+
}>>;
|
|
7602
|
+
export declare function useTreeDataQueryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<TreeDataQueryQuery, TreeDataQueryQueryVariables>): Apollo.LazyQueryResultTuple<TreeDataQueryQuery, Exact<{
|
|
7603
|
+
treeId: Scalars["ID"];
|
|
7604
|
+
}>>;
|
|
7605
|
+
export type TreeDataQueryQueryHookResult = ReturnType<typeof useTreeDataQueryQuery>;
|
|
7606
|
+
export type TreeDataQueryLazyQueryHookResult = ReturnType<typeof useTreeDataQueryLazyQuery>;
|
|
7607
|
+
export type TreeDataQueryQueryResult = Apollo.QueryResult<TreeDataQueryQuery, TreeDataQueryQueryVariables>;
|