@leav/ui 0.3.6-0ea9d8e → 0.3.6-1636d93
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/__mocks__/common/attribute.d.ts +1 -0
- package/dist/__mocks__/common/attribute.js +11 -2
- package/dist/__mocks__/common/attribute.js.map +1 -1
- package/dist/__mocks__/common/filter.js +1 -1
- package/dist/__mocks__/common/filter.js.map +1 -1
- package/dist/__mocks__/common/form.d.ts +11 -5
- package/dist/__mocks__/common/form.js +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 +3 -1
- package/dist/__mocks__/common/value.js.map +1 -1
- package/dist/__mocks__/common/view.js +8 -6
- package/dist/__mocks__/common/view.js.map +1 -1
- package/dist/__mocks__/mockQuery/mockGetLibraryDetailExtendedQuery.js +2 -2
- package/dist/__mocks__/mockQuery/mockGetLibraryDetailExtendedQuery.js.map +1 -1
- package/dist/__mocks__/mockQuery/mockGetRecordsFromLibraryQuery.js +1 -1
- package/dist/__mocks__/mockQuery/mockGetRecordsFromLibraryQuery.js.map +1 -1
- package/dist/__mocks__/mockQuery/mockGetViewListQuery.js +3 -2
- package/dist/__mocks__/mockQuery/mockGetViewListQuery.js.map +1 -1
- package/dist/__mocks__/react-i18next.js +1 -1
- package/dist/__mocks__/react-i18next.js.map +1 -1
- package/dist/_gqlTypes/index.d.ts +582 -82
- package/dist/_gqlTypes/index.js +256 -19
- package/dist/_gqlTypes/index.js.map +1 -1
- package/dist/_queries/applications/applicationDetailsFragment.js +1 -1
- package/dist/_queries/applications/applicationDetailsFragment.js.map +1 -1
- package/dist/_queries/applications/checkApplicationExistence.js +1 -1
- package/dist/_queries/applications/checkApplicationExistence.js.map +1 -1
- package/dist/_queries/applications/getApplicationDetails.js +1 -1
- package/dist/_queries/applications/getApplicationDetails.js.map +1 -1
- package/dist/_queries/applications/getApplicationsModulesQuery.js +1 -1
- package/dist/_queries/applications/getApplicationsModulesQuery.js.map +1 -1
- package/dist/_queries/applications/saveApplicationMutation.js +1 -1
- package/dist/_queries/applications/saveApplicationMutation.js.map +1 -1
- package/dist/_queries/attributes/attributeDetailsFragment.js +1 -1
- package/dist/_queries/attributes/attributeDetailsFragment.js.map +1 -1
- package/dist/_queries/attributes/checkAttributeExistenceQuery.js +1 -1
- package/dist/_queries/attributes/checkAttributeExistenceQuery.js.map +1 -1
- package/dist/_queries/attributes/deleteAttributeMutation.js +1 -1
- package/dist/_queries/attributes/deleteAttributeMutation.js.map +1 -1
- package/dist/_queries/attributes/getAttributeByIdQuery.js +1 -1
- package/dist/_queries/attributes/getAttributeByIdQuery.js.map +1 -1
- package/dist/_queries/attributes/getAttributeWithEmbeddedFields.js +1 -1
- package/dist/_queries/attributes/getAttributeWithEmbeddedFields.js.map +1 -1
- package/dist/_queries/attributes/getAttributesByLib.js +1 -1
- package/dist/_queries/attributes/getAttributesByLib.js.map +1 -1
- package/dist/_queries/attributes/getAttributesQuery.js +1 -1
- package/dist/_queries/attributes/getAttributesQuery.js.map +1 -1
- package/dist/_queries/attributes/getVersionProfilesQuery.js +1 -1
- package/dist/_queries/attributes/getVersionProfilesQuery.js.map +1 -1
- package/dist/_queries/attributes/getVersionableAttributesByLibrary.js +1 -1
- package/dist/_queries/attributes/getVersionableAttributesByLibrary.js.map +1 -1
- package/dist/_queries/attributes/saveAttributeMutation.js +1 -1
- package/dist/_queries/attributes/saveAttributeMutation.js.map +1 -1
- package/dist/_queries/export/exportQuery.js +1 -1
- package/dist/_queries/export/exportQuery.js.map +1 -1
- package/dist/_queries/files/createDirectory.js +1 -1
- package/dist/_queries/files/createDirectory.js.map +1 -1
- package/dist/_queries/files/forcePreviewsGenerationMutation.js +1 -1
- package/dist/_queries/files/forcePreviewsGenerationMutation.js.map +1 -1
- package/dist/_queries/files/getDirectoryDataQuery.js +1 -1
- package/dist/_queries/files/getDirectoryDataQuery.js.map +1 -1
- package/dist/_queries/files/getUploadUpdates.js +1 -1
- package/dist/_queries/files/getUploadUpdates.js.map +1 -1
- package/dist/_queries/files/uploadMutation.js +1 -1
- package/dist/_queries/files/uploadMutation.js.map +1 -1
- package/dist/_queries/import/importExcel.js +1 -1
- package/dist/_queries/import/importExcel.js.map +1 -1
- package/dist/_queries/libraries/checkLibraryExistenceQuery.js +1 -1
- package/dist/_queries/libraries/checkLibraryExistenceQuery.js.map +1 -1
- package/dist/_queries/libraries/deleteLibraryMutation.js +1 -1
- package/dist/_queries/libraries/deleteLibraryMutation.js.map +1 -1
- package/dist/_queries/libraries/getLibrariesQuery.js +1 -1
- package/dist/_queries/libraries/getLibrariesQuery.js.map +1 -1
- package/dist/_queries/libraries/getLibraryByIdQuery.js +1 -1
- package/dist/_queries/libraries/getLibraryByIdQuery.js.map +1 -1
- package/dist/_queries/libraries/getLibraryDetailExtendQuery.d.ts +3 -4
- package/dist/_queries/libraries/getLibraryDetailExtendQuery.js +2 -3
- package/dist/_queries/libraries/getLibraryDetailExtendQuery.js.map +1 -1
- package/dist/_queries/libraries/getLibraryPermissionsQuery.js +1 -1
- package/dist/_queries/libraries/getLibraryPermissionsQuery.js.map +1 -1
- package/dist/_queries/libraries/getLibraryPreviewsSettingsQuery.js +1 -1
- package/dist/_queries/libraries/getLibraryPreviewsSettingsQuery.js.map +1 -1
- package/dist/_queries/libraries/libraryDetailsFragment.js +1 -1
- package/dist/_queries/libraries/libraryDetailsFragment.js.map +1 -1
- package/dist/_queries/libraries/saveLibraryMutation.js +1 -1
- package/dist/_queries/libraries/saveLibraryMutation.js.map +1 -1
- package/dist/_queries/permissions/isAllowedQuery.js +1 -1
- package/dist/_queries/permissions/isAllowedQuery.js.map +1 -1
- package/dist/_queries/records/createRecordMutation.js +1 -1
- package/dist/_queries/records/createRecordMutation.js.map +1 -1
- package/dist/_queries/records/deactivateRecordsMutation.js +1 -1
- package/dist/_queries/records/deactivateRecordsMutation.js.map +1 -1
- package/dist/_queries/records/doesFileExistAsChild.js +1 -1
- package/dist/_queries/records/doesFileExistAsChild.js.map +1 -1
- package/dist/_queries/records/getFileDataQuery.js +1 -1
- package/dist/_queries/records/getFileDataQuery.js.map +1 -1
- package/dist/_queries/records/getRecordColumnsValues.d.ts +5 -3
- package/dist/_queries/records/getRecordColumnsValues.js +5 -2
- package/dist/_queries/records/getRecordColumnsValues.js.map +1 -1
- package/dist/_queries/records/getRecordFormQuery.js +3 -1
- package/dist/_queries/records/getRecordFormQuery.js.map +1 -1
- package/dist/_queries/records/getRecordPropertiesQuery.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 +5 -1
- package/dist/_queries/records/recordFormAttributeFragment.js.map +1 -1
- package/dist/_queries/tasks/cancelTaskMutation.js +1 -1
- package/dist/_queries/tasks/cancelTaskMutation.js.map +1 -1
- package/dist/_queries/trees/checkTreeExistenceQuery.js +1 -1
- package/dist/_queries/trees/checkTreeExistenceQuery.js.map +1 -1
- package/dist/_queries/trees/deleteTreeMutation.js +1 -1
- package/dist/_queries/trees/deleteTreeMutation.js.map +1 -1
- package/dist/_queries/trees/getTreeByIdQuery.js +1 -1
- package/dist/_queries/trees/getTreeByIdQuery.js.map +1 -1
- package/dist/_queries/trees/getTreeLibraries.js +1 -1
- package/dist/_queries/trees/getTreeLibraries.js.map +1 -1
- package/dist/_queries/trees/getTreesQuery.js +1 -1
- package/dist/_queries/trees/getTreesQuery.js.map +1 -1
- package/dist/_queries/trees/saveTreeMutation.js +1 -1
- package/dist/_queries/trees/saveTreeMutation.js.map +1 -1
- package/dist/_queries/trees/treeDetailsFragment.js +1 -1
- package/dist/_queries/trees/treeDetailsFragment.js.map +1 -1
- package/dist/_queries/trees/treeNodeChildrenQuery.js +1 -1
- package/dist/_queries/trees/treeNodeChildrenQuery.js.map +1 -1
- package/dist/_queries/userData/getUserData.js +1 -1
- package/dist/_queries/userData/getUserData.js.map +1 -1
- package/dist/_queries/userData/saveUserData.js +1 -1
- package/dist/_queries/userData/saveUserData.js.map +1 -1
- package/dist/_queries/values/deleteValueMutation.js +1 -1
- package/dist/_queries/values/deleteValueMutation.js.map +1 -1
- package/dist/_queries/values/saveValueBatchMutation.js +1 -1
- package/dist/_queries/values/saveValueBatchMutation.js.map +1 -1
- package/dist/_queries/values/valueDetailsFragment.js +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 +7 -0
- package/dist/components/Explorer/useViewSettingsReducer.js +106 -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 +32 -22
- package/dist/components/RecordEdition/EditRecord/EditRecord.js.map +1 -1
- package/dist/components/RecordEdition/EditRecord/ValuesVersionSummary/ValuesVersionSummary.js +1 -1
- package/dist/components/RecordEdition/EditRecord/ValuesVersionSummary/ValuesVersionSummary.js.map +1 -1
- package/dist/components/RecordEdition/EditRecord/ValuesVersionSummary/index.js +1 -1
- package/dist/components/RecordEdition/EditRecord/ValuesVersionSummary/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecord/creationErrorContext.js +1 -1
- package/dist/components/RecordEdition/EditRecord/creationErrorContext.js.map +1 -1
- package/dist/components/RecordEdition/EditRecord/index.js +1 -1
- package/dist/components/RecordEdition/EditRecord/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordBtn/EditRecordBtn.js +1 -1
- package/dist/components/RecordEdition/EditRecordBtn/EditRecordBtn.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordBtn/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordBtn/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js +18 -5
- package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/EditRecordSkeleton.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/EditRecordSkeleton.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/_types.d.ts +15 -26
- package/dist/components/RecordEdition/EditRecordContent/_types.js +5 -5
- package/dist/components/RecordEdition/EditRecordContent/_types.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/antdUtils.d.ts +5 -1
- package/dist/components/RecordEdition/EditRecordContent/antdUtils.js +50 -37
- package/dist/components/RecordEdition/EditRecordContent/antdUtils.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/formConstants.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/formConstants.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.d.ts +3 -1
- package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.js +8 -2
- package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/helpers/getActiveFieldValues/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/helpers/getActiveFieldValues/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/helpers/isCurrentVersion/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/helpers/isCurrentVersion/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/__mocks__/useDeleteValueMutation.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/__mocks__/useDeleteValueMutation.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/__mocks__/useSaveValueMutation.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/__mocks__/useSaveValueMutation.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/helpers/getPropertyCacheFieldName.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/helpers/getPropertyCacheFieldName.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/useExecuteSaveValueBatchMutation.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/useExecuteSaveValueBatchMutation.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/useRecordEditionContext.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/useRecordEditionContext.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/useRunActionsListAndFormatOnValue.d.ts +121 -0
- package/dist/components/RecordEdition/EditRecordContent/hooks/useRunActionsListAndFormatOnValue.js +31 -0
- package/dist/components/RecordEdition/EditRecordContent/hooks/useRunActionsListAndFormatOnValue.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/linkFieldReducer/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/linkFieldReducer/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/linkFieldReducer/linkFieldReducer.d.ts +2 -2
- package/dist/components/RecordEdition/EditRecordContent/reducers/linkFieldReducer/linkFieldReducer.js +9 -9
- package/dist/components/RecordEdition/EditRecordContent/reducers/linkFieldReducer/linkFieldReducer.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/AddValueBtn/AddValueBtn.d.ts +2 -2
- package/dist/components/RecordEdition/EditRecordContent/shared/AddValueBtn/AddValueBtn.js +3 -3
- package/dist/components/RecordEdition/EditRecordContent/shared/AddValueBtn/AddValueBtn.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/AddValueBtn/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/AddValueBtn/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/DeleteAllValuesBtn/DeleteAllValuesBtn.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/DeleteAllValuesBtn/DeleteAllValuesBtn.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/DeleteAllValuesBtn/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/DeleteAllValuesBtn/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/DeleteValueBtn/DeleteValueBtn.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/DeleteValueBtn/DeleteValueBtn.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/DeleteValueBtn/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/DeleteValueBtn/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/FieldFooter/FieldFooter.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/FieldFooter/FieldFooter.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/FieldFooter/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/FieldFooter/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/InheritedFieldLabel/InheritedFieldLabel.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/InheritedFieldLabel/InheritedFieldLabel.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/InheritedFieldLabel/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/InheritedFieldLabel/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/NoValue/NoValue.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/NoValue/NoValue.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/NoValue/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/NoValue/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/UpdatedFieldIcon/UpdatedFieldIcon.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/UpdatedFieldIcon/UpdatedFieldIcon.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/UpdatedFieldIcon/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/UpdatedFieldIcon/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/ValueDetailsBtn.js +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 +3 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.js +3 -8
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/useGetOptionsQuery.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/useGetOptionsQuery.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.js +3 -10
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/useGetOptionsQuery.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/useGetOptionsQuery.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/RecordIdentityCell/RecordIdentityCell.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/RecordIdentityCell/RecordIdentityCell.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/RecordIdentityCell/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/RecordIdentityCell/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/QuickSearch/QuickSearch.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/QuickSearch/QuickSearch.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/QuickSearch/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/QuickSearch/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/ValuesAdd.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/ValuesAdd.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/ComputeIndicator.d.ts +6 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/ComputeIndicator.js +18 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/ComputeIndicator.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/DeleteAllValuesButton.d.ts +4 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/DeleteAllValuesButton.js +25 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/DeleteAllValuesButton.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.d.ts +5 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js +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 +45 -29
- 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 +3 -13
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js +39 -35
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.d.ts +16 -9
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js +65 -410
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/DSListSelect.d.ts +4 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/DSListSelect.js +138 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/DSListSelect.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/ValuesList.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/ValuesList.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/_types.d.ts +10 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/_types.js +2 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/_types.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/_types.d.ts +15 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/_types.js +2 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/_types.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/calculatedInheritedFlags.d.ts +42 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/calculatedInheritedFlags.js +55 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/calculatedInheritedFlags.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/useGetPresentationValues.d.ts +12 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/useGetPresentationValues.js +37 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/useGetPresentationValues.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TextBlock/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TextBlock/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js +5 -5
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeFieldValue/TreeFieldValue.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeFieldValue/TreeFieldValue.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeFieldValue/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeFieldValue/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/ValuesAdd.js +3 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/ValuesAdd.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js +11 -5
- package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordModal/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordModal/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js +3 -3
- package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordPage/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordPage/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.d.ts +4 -1
- package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js +35 -3
- package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.d.ts +4 -7
- package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.js +7 -9
- package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/RecordInformations.d.ts +9 -0
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/RecordInformations.js +42 -0
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/RecordInformations.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/useRecordInformations.d.ts +6 -0
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/useRecordInformations.js +35 -0
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/useRecordInformations.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.d.ts +2 -281
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.js +26 -57
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/AttributeDetails.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/AttributeDetails.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/TreeValuePath.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/TreeValuePath.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/ValueInfo.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/ValueInfo.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.d.ts +2 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.js +3 -8
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/ValuesVersions.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/ValuesVersions.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/index.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/index.js.map +1 -1
- package/dist/components/RecordEdition/editRecordReducer/editRecordReducerContext.js +1 -1
- package/dist/components/RecordEdition/editRecordReducer/editRecordReducerContext.js.map +1 -1
- package/dist/components/RecordEdition/editRecordReducer/index.js +1 -1
- package/dist/components/RecordEdition/editRecordReducer/index.js.map +1 -1
- package/dist/components/RecordEdition/editRecordReducer/useEditRecordReducer.js +1 -1
- package/dist/components/RecordEdition/editRecordReducer/useEditRecordReducer.js.map +1 -1
- package/dist/components/RecordEdition/hooks/useCreateCancelConfirm/index.js +1 -1
- package/dist/components/RecordEdition/hooks/useCreateCancelConfirm/index.js.map +1 -1
- package/dist/components/RecordEdition/hooks/useCreateCancelConfirm/useCreateCancelConfirm.js +1 -1
- package/dist/components/RecordEdition/hooks/useCreateCancelConfirm/useCreateCancelConfirm.js.map +1 -1
- package/dist/components/RecordEdition/hooks/useGetSubmitButtons.js +1 -1
- package/dist/components/RecordEdition/hooks/useGetSubmitButtons.js.map +1 -1
- package/dist/components/RecordEdition/index.js +1 -1
- package/dist/components/RecordEdition/index.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModal.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModal.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/AudioFile.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/AudioFile.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/index.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/index.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/DocumentFile.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/DocumentFile.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/index.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/index.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalContent.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalContent.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/FileModalSidebar.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/FileModalSidebar.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/index.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/index.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/ImageFile.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/ImageFile.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/index.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/index.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/NoDisplayFile.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/NoDisplayFile.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/index.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/index.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/VideoFile.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/VideoFile.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/index.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/index.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/index.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/index.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/_constants.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/_constants.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/index.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/index.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/RecordPreviewWithModal.js +1 -1
- package/dist/components/RecordPreviewWithModal/RecordPreviewWithModal.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/index.js +1 -1
- package/dist/components/RecordPreviewWithModal/index.js.map +1 -1
- package/dist/components/SearchModal/SearchModal.js +1 -1
- package/dist/components/SearchModal/SearchModal.js.map +1 -1
- package/dist/components/SearchModal/index.js +1 -1
- package/dist/components/SearchModal/index.js.map +1 -1
- package/dist/components/SelectTreeNode/SelectTreeNode.d.ts +4 -7
- package/dist/components/SelectTreeNode/SelectTreeNode.js +18 -136
- package/dist/components/SelectTreeNode/SelectTreeNode.js.map +1 -1
- package/dist/components/SelectTreeNode/SelectTreeNodeContent.d.ts +16 -0
- package/dist/components/SelectTreeNode/SelectTreeNodeContent.js +131 -0
- package/dist/components/SelectTreeNode/SelectTreeNodeContent.js.map +1 -0
- package/dist/components/SelectTreeNode/index.d.ts +1 -1
- package/dist/components/SelectTreeNode/index.js +2 -2
- package/dist/components/SelectTreeNode/index.js.map +1 -1
- package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.d.ts +4 -7
- package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.js +11 -11
- package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.js.map +1 -1
- package/dist/components/SelectTreeNodeModal/index.d.ts +1 -2
- package/dist/components/SelectTreeNodeModal/index.js +2 -3
- package/dist/components/SelectTreeNodeModal/index.js.map +1 -1
- package/dist/components/SimpleErrorBoundary/SimpleErrorBoundary.d.ts +6 -6
- package/dist/components/SimpleErrorBoundary/SimpleErrorBoundary.js +3 -3
- package/dist/components/SimpleErrorBoundary/SimpleErrorBoundary.js.map +1 -1
- package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/SimpleErrorBoundaryContent.js +1 -1
- package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/SimpleErrorBoundaryContent.js.map +1 -1
- package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/index.js +1 -1
- package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/index.js.map +1 -1
- package/dist/components/SimpleErrorBoundary/index.js +1 -1
- package/dist/components/SimpleErrorBoundary/index.js.map +1 -1
- package/dist/components/SubmitStateNotifier/SubmitStateNotifier.js +1 -1
- package/dist/components/SubmitStateNotifier/SubmitStateNotifier.js.map +1 -1
- package/dist/components/SubmitStateNotifier/index.js +1 -1
- package/dist/components/SubmitStateNotifier/index.js.map +1 -1
- package/dist/components/TreePicker/TreePicker.js +1 -1
- package/dist/components/TreePicker/TreePicker.js.map +1 -1
- package/dist/components/TreePicker/TreesList/TreesList.js +1 -1
- package/dist/components/TreePicker/TreesList/TreesList.js.map +1 -1
- package/dist/components/TreePicker/TreesList/index.js +1 -1
- package/dist/components/TreePicker/TreesList/index.js.map +1 -1
- package/dist/components/TreePicker/index.js +1 -1
- package/dist/components/TreePicker/index.js.map +1 -1
- package/dist/components/TriggerPreviewsGenerationModal/TriggerPreviewsGenerationModal.js +1 -1
- package/dist/components/TriggerPreviewsGenerationModal/TriggerPreviewsGenerationModal.js.map +1 -1
- package/dist/components/TriggerPreviewsGenerationModal/index.js +1 -1
- package/dist/components/TriggerPreviewsGenerationModal/index.js.map +1 -1
- package/dist/components/UploadFiles/UploadFiles.js +2 -2
- package/dist/components/UploadFiles/UploadFiles.js.map +1 -1
- package/dist/components/UploadFiles/index.js +1 -1
- package/dist/components/UploadFiles/index.js.map +1 -1
- package/dist/components/ValuesVersionConfigurator/ValuesVersionConfigurator.js +1 -1
- package/dist/components/ValuesVersionConfigurator/ValuesVersionConfigurator.js.map +1 -1
- package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.js +3 -3
- package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.js.map +1 -1
- package/dist/components/ValuesVersionConfigurator/VersionTree/index.js +1 -1
- package/dist/components/ValuesVersionConfigurator/VersionTree/index.js.map +1 -1
- package/dist/components/ValuesVersionConfigurator/index.js +1 -1
- package/dist/components/ValuesVersionConfigurator/index.js.map +1 -1
- package/dist/components/index.d.ts +2 -0
- package/dist/components/index.js +3 -1
- package/dist/components/index.js.map +1 -1
- package/dist/constants.d.ts +1 -0
- package/dist/constants.js +2 -1
- package/dist/constants.js.map +1 -1
- package/dist/{components/LibraryItemsList/LibraryItemsListTable → contexts/EditRecordModalContext}/EditRecordModalContext.d.ts +1 -1
- package/dist/contexts/EditRecordModalContext/EditRecordModalContext.js +7 -0
- package/dist/contexts/EditRecordModalContext/EditRecordModalContext.js.map +1 -0
- package/dist/contexts/EditRecordModalContext/EditRecordModalProvider.d.ts +2 -0
- package/dist/{components/LibraryItemsList/LibraryItemsListTable → contexts/EditRecordModalContext}/EditRecordModalProvider.js +5 -5
- package/dist/contexts/EditRecordModalContext/EditRecordModalProvider.js.map +1 -0
- package/dist/contexts/EditRecordModalContext/index.d.ts +2 -0
- package/dist/contexts/EditRecordModalContext/index.js +6 -0
- package/dist/contexts/EditRecordModalContext/index.js.map +1 -0
- package/dist/contexts/EditRecordModalContext/tsconfig.json +6 -0
- package/dist/contexts/EditRecordModalContext/useEditRecordModalContext.d.ts +1 -0
- package/dist/{components/LibraryItemsList/LibraryItemsListTable → contexts/EditRecordModalContext}/useEditRecordModalContext.js +2 -2
- package/dist/contexts/EditRecordModalContext/useEditRecordModalContext.js.map +1 -0
- package/dist/contexts/LangContext/LangContext.js +1 -1
- package/dist/contexts/LangContext/LangContext.js.map +1 -1
- package/dist/contexts/LangContext/index.js +1 -1
- package/dist/contexts/LangContext/index.js.map +1 -1
- package/dist/contexts/UserContext/UserContext.js +1 -1
- package/dist/contexts/UserContext/UserContext.js.map +1 -1
- package/dist/contexts/UserContext/index.js +1 -1
- package/dist/contexts/UserContext/index.js.map +1 -1
- package/dist/contexts/index.js +1 -1
- package/dist/contexts/index.js.map +1 -1
- package/dist/gqlFragments/index.js +1 -1
- package/dist/gqlFragments/index.js.map +1 -1
- package/dist/gqlFragments/recordIdentityFragment.js +1 -1
- package/dist/gqlFragments/recordIdentityFragment.js.map +1 -1
- package/dist/hooks/index.js +1 -1
- package/dist/hooks/index.js.map +1 -1
- package/dist/hooks/useAntdLocale/index.js +1 -1
- package/dist/hooks/useAntdLocale/index.js.map +1 -1
- package/dist/hooks/useAppLang/index.js +1 -1
- package/dist/hooks/useAppLang/index.js.map +1 -1
- package/dist/hooks/useAppLang/useAppLang.js +1 -1
- package/dist/hooks/useAppLang/useAppLang.js.map +1 -1
- package/dist/hooks/useAuth/index.js +1 -1
- package/dist/hooks/useAuth/index.js.map +1 -1
- package/dist/hooks/useAuth/useAuth.js +2 -2
- package/dist/hooks/useAuth/useAuth.js.map +1 -1
- package/dist/hooks/useCanEditRecord/index.js +1 -1
- package/dist/hooks/useCanEditRecord/index.js.map +1 -1
- package/dist/hooks/useCanEditRecord/useCanEditRecord.js +1 -1
- package/dist/hooks/useCanEditRecord/useCanEditRecord.js.map +1 -1
- package/dist/hooks/useDebouncedValue/index.d.ts +1 -0
- package/dist/hooks/useDebouncedValue/index.js +5 -0
- package/dist/hooks/useDebouncedValue/index.js.map +1 -0
- package/dist/hooks/useDebouncedValue/useDebouncedValue.js +1 -1
- package/dist/hooks/useDebouncedValue/useDebouncedValue.js.map +1 -1
- package/dist/hooks/useExecuteSaveViewMutation/index.d.ts +1 -0
- package/dist/hooks/useExecuteSaveViewMutation/index.js +5 -0
- package/dist/hooks/useExecuteSaveViewMutation/index.js.map +1 -0
- package/dist/hooks/useExecuteSaveViewMutation/useExecuteSaveViewMutation.d.ts +6 -0
- package/dist/hooks/{useExecuteAddViewMutation/useExecuteAddViewMutation.js → useExecuteSaveViewMutation/useExecuteSaveViewMutation.js} +6 -6
- package/dist/hooks/useExecuteSaveViewMutation/useExecuteSaveViewMutation.js.map +1 -0
- package/dist/hooks/useGetLibraryDetailExtendedQuery/useGetLibraryDetailExtendedQuery.js +1 -1
- package/dist/hooks/useGetLibraryDetailExtendedQuery/useGetLibraryDetailExtendedQuery.js.map +1 -1
- package/dist/hooks/useGetPreparedFileData/useGetPreparedFileData.js +1 -1
- package/dist/hooks/useGetPreparedFileData/useGetPreparedFileData.js.map +1 -1
- package/dist/hooks/useGetRecordForm/index.js +1 -1
- package/dist/hooks/useGetRecordForm/index.js.map +1 -1
- package/dist/hooks/useGetRecordForm/useGetRecordForm.d.ts +4 -0
- package/dist/hooks/useGetRecordForm/useGetRecordForm.js.map +1 -1
- package/dist/hooks/useGetRecordUpdatesSubscription/index.js +1 -1
- package/dist/hooks/useGetRecordUpdatesSubscription/index.js.map +1 -1
- package/dist/hooks/useGetRecordUpdatesSubscription/useGetRecordUpdatesSubscription.js +1 -1
- package/dist/hooks/useGetRecordUpdatesSubscription/useGetRecordUpdatesSubscription.js.map +1 -1
- package/dist/hooks/useGetRecordValuesQuery/useGetRecordValuesQuery.js +1 -1
- package/dist/hooks/useGetRecordValuesQuery/useGetRecordValuesQuery.js.map +1 -1
- package/dist/hooks/useLang/__mocks__/index.js +1 -1
- package/dist/hooks/useLang/__mocks__/index.js.map +1 -1
- package/dist/hooks/useLang/__mocks__/useLang.js +1 -1
- package/dist/hooks/useLang/__mocks__/useLang.js.map +1 -1
- package/dist/hooks/useLang/index.js +1 -1
- package/dist/hooks/useLang/index.js.map +1 -1
- package/dist/hooks/useLang/useLang.d.ts +1 -1
- package/dist/hooks/useLang/useLang.js +3 -3
- package/dist/hooks/useLang/useLang.js.map +1 -1
- package/dist/hooks/useLibraryVersionTrees/index.js +1 -1
- package/dist/hooks/useLibraryVersionTrees/index.js.map +1 -1
- package/dist/hooks/useLocalStorage/index.js +1 -1
- package/dist/hooks/useLocalStorage/index.js.map +1 -1
- package/dist/hooks/useLocalStorage/useLocalStorage.js +1 -1
- package/dist/hooks/useLocalStorage/useLocalStorage.js.map +1 -1
- package/dist/hooks/useLoginChecker/index.js +1 -1
- package/dist/hooks/useLoginChecker/index.js.map +1 -1
- package/dist/hooks/useLoginChecker/useLoginChecker.js +1 -1
- package/dist/hooks/useLoginChecker/useLoginChecker.js.map +1 -1
- package/dist/hooks/useRecordsConsultationHistory/index.js +1 -1
- package/dist/hooks/useRecordsConsultationHistory/index.js.map +1 -1
- package/dist/hooks/useRecordsConsultationHistory/useRecordsConsultationHistory.js +1 -1
- package/dist/hooks/useRecordsConsultationHistory/useRecordsConsultationHistory.js.map +1 -1
- package/dist/hooks/useRedirectToLogin/index.js +1 -1
- package/dist/hooks/useRedirectToLogin/index.js.map +1 -1
- package/dist/hooks/useRedirectToLogin/useRedirectToLogin.js +1 -1
- package/dist/hooks/useRedirectToLogin/useRedirectToLogin.js.map +1 -1
- package/dist/hooks/useRefreshFieldValues/index.js +1 -1
- package/dist/hooks/useRefreshFieldValues/index.js.map +1 -1
- package/dist/hooks/useRefreshFieldValues/useRefreshFieldValues.js +8 -3
- package/dist/hooks/useRefreshFieldValues/useRefreshFieldValues.js.map +1 -1
- package/dist/hooks/useSharedTranslation/__mocks__/index.js +1 -1
- package/dist/hooks/useSharedTranslation/__mocks__/index.js.map +1 -1
- package/dist/hooks/useSharedTranslation/index.js +1 -1
- package/dist/hooks/useSharedTranslation/index.js.map +1 -1
- package/dist/hooks/useSharedTranslation/useSharedTranslation.js +1 -1
- package/dist/hooks/useSharedTranslation/useSharedTranslation.js.map +1 -1
- package/dist/hooks/useUser/index.js +1 -1
- package/dist/hooks/useUser/index.js.map +1 -1
- package/dist/hooks/useUser/useUser.js +1 -1
- package/dist/hooks/useUser/useUser.js.map +1 -1
- package/dist/hooks/useValuesCacheUpdate/index.js +1 -1
- package/dist/hooks/useValuesCacheUpdate/index.js.map +1 -1
- package/dist/hooks/useValuesCacheUpdate/useValuesCacheUpdate.js +1 -1
- package/dist/hooks/useValuesCacheUpdate/useValuesCacheUpdate.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/locales/en/shared.json +80 -5
- package/dist/locales/fr/shared.json +80 -5
- package/dist/testing/MockedLangContextProvider/MockedLangContextProvider.js +1 -1
- package/dist/testing/MockedLangContextProvider/MockedLangContextProvider.js.map +1 -1
- package/dist/testing/MockedLangContextProvider/index.js +1 -1
- package/dist/testing/MockedLangContextProvider/index.js.map +1 -1
- package/dist/testing/MockedUserContextProvider/MockedUserContextProvider.js +1 -1
- package/dist/testing/MockedUserContextProvider/MockedUserContextProvider.js.map +1 -1
- package/dist/testing/MockedUserContextProvider/index.js +1 -1
- package/dist/testing/MockedUserContextProvider/index.js.map +1 -1
- package/dist/testing/index.js +1 -1
- package/dist/testing/index.js.map +1 -1
- package/dist/types/index.js +1 -1
- package/dist/types/index.js.map +1 -1
- package/dist/types/views.d.ts +4 -4
- package/package.json +8 -2
- package/dist/components/LibraryItemsList/LibraryItemsListTable/EditRecordModalContext.js +0 -8
- package/dist/components/LibraryItemsList/LibraryItemsListTable/EditRecordModalContext.js.map +0 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/EditRecordModalProvider.d.ts +0 -6
- package/dist/components/LibraryItemsList/LibraryItemsListTable/EditRecordModalProvider.js.map +0 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/useEditRecordModalContext.d.ts +0 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/useEditRecordModalContext.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/index.d.ts +0 -2
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/index.js +0 -6
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/index.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducer.d.ts +0 -119
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducer.js +0 -314
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducer.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputPasswordWrapper.d.ts +0 -14
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputPasswordWrapper.js +0 -63
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputPasswordWrapper.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.d.ts +0 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.js +0 -14
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.d.ts +0 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.js +0 -22
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.d.ts +0 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.js +0 -22
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.d.ts +0 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.js +0 -19
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.d.ts +0 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.js +0 -32
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.d.ts +0 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.js +0 -51
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.d.ts +0 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.js +0 -26
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.js.map +0 -1
- package/dist/hooks/useExecuteAddViewMutation/useExecuteAddViewMutation.d.ts +0 -6
- package/dist/hooks/useExecuteAddViewMutation/useExecuteAddViewMutation.js.map +0 -1
|
@@ -158,14 +158,15 @@ export declare enum AttributeType {
|
|
|
158
158
|
tree = "tree"
|
|
159
159
|
}
|
|
160
160
|
export type AttributesFiltersInput = {
|
|
161
|
-
format?: InputMaybe<Array<
|
|
161
|
+
format?: InputMaybe<Array<AttributeFormat>>;
|
|
162
162
|
id?: InputMaybe<Scalars['ID']>;
|
|
163
|
+
ids?: InputMaybe<Array<Scalars['ID']>>;
|
|
163
164
|
label?: InputMaybe<Scalars['String']>;
|
|
164
|
-
libraries?: InputMaybe<Array<
|
|
165
|
-
librariesExcluded?: InputMaybe<Array<
|
|
165
|
+
libraries?: InputMaybe<Array<Scalars['String']>>;
|
|
166
|
+
librariesExcluded?: InputMaybe<Array<Scalars['String']>>;
|
|
166
167
|
multiple_values?: InputMaybe<Scalars['Boolean']>;
|
|
167
168
|
system?: InputMaybe<Scalars['Boolean']>;
|
|
168
|
-
type?: InputMaybe<Array<
|
|
169
|
+
type?: InputMaybe<Array<AttributeType>>;
|
|
169
170
|
versionable?: InputMaybe<Scalars['Boolean']>;
|
|
170
171
|
};
|
|
171
172
|
export declare enum AttributesSortableFields {
|
|
@@ -701,6 +702,7 @@ export declare enum ValueVersionMode {
|
|
|
701
702
|
}
|
|
702
703
|
export type ValuesListConfInput = {
|
|
703
704
|
allowFreeEntry?: InputMaybe<Scalars['Boolean']>;
|
|
705
|
+
allowListUpdate?: InputMaybe<Scalars['Boolean']>;
|
|
704
706
|
enable: Scalars['Boolean'];
|
|
705
707
|
values?: InputMaybe<Array<Scalars['String']>>;
|
|
706
708
|
};
|
|
@@ -724,10 +726,11 @@ export declare enum VersionProfilesSortableFields {
|
|
|
724
726
|
id = "id"
|
|
725
727
|
}
|
|
726
728
|
export type ViewDisplayInput = {
|
|
727
|
-
size
|
|
729
|
+
size?: InputMaybe<ViewSizes>;
|
|
728
730
|
type: ViewTypes;
|
|
729
731
|
};
|
|
730
732
|
export type ViewInput = {
|
|
733
|
+
attributes?: InputMaybe<Array<Scalars['String']>>;
|
|
731
734
|
color?: InputMaybe<Scalars['String']>;
|
|
732
735
|
description?: InputMaybe<Scalars['SystemTranslationOptional']>;
|
|
733
736
|
display: ViewDisplayInput;
|
|
@@ -735,15 +738,10 @@ export type ViewInput = {
|
|
|
735
738
|
id?: InputMaybe<Scalars['String']>;
|
|
736
739
|
label?: InputMaybe<Scalars['SystemTranslation']>;
|
|
737
740
|
library: Scalars['String'];
|
|
738
|
-
settings?: InputMaybe<Array<ViewSettingsInput>>;
|
|
739
741
|
shared: Scalars['Boolean'];
|
|
740
|
-
sort?: InputMaybe<RecordSortInput
|
|
742
|
+
sort?: InputMaybe<Array<RecordSortInput>>;
|
|
741
743
|
valuesVersions?: InputMaybe<Array<ViewValuesVersionInput>>;
|
|
742
744
|
};
|
|
743
|
-
export type ViewSettingsInput = {
|
|
744
|
-
name: Scalars['String'];
|
|
745
|
-
value?: InputMaybe<Scalars['Any']>;
|
|
746
|
-
};
|
|
747
745
|
export declare enum ViewSizes {
|
|
748
746
|
BIG = "BIG",
|
|
749
747
|
MEDIUM = "MEDIUM",
|
|
@@ -1098,6 +1096,7 @@ export type RecordFormElementFragment = {
|
|
|
1098
1096
|
values?: Array<{
|
|
1099
1097
|
id_value?: string | null;
|
|
1100
1098
|
isInherited?: boolean | null;
|
|
1099
|
+
isCalculated?: boolean | null;
|
|
1101
1100
|
modified_at?: number | null;
|
|
1102
1101
|
created_at?: number | null;
|
|
1103
1102
|
linkValue?: {
|
|
@@ -1158,12 +1157,12 @@ export type RecordFormElementFragment = {
|
|
|
1158
1157
|
};
|
|
1159
1158
|
} | null;
|
|
1160
1159
|
} | null> | null;
|
|
1161
|
-
attribute
|
|
1160
|
+
attribute: {
|
|
1162
1161
|
id: string;
|
|
1163
1162
|
format?: AttributeFormat | null;
|
|
1164
1163
|
type: AttributeType;
|
|
1165
1164
|
system: boolean;
|
|
1166
|
-
}
|
|
1165
|
+
};
|
|
1167
1166
|
metadata?: Array<{
|
|
1168
1167
|
name: string;
|
|
1169
1168
|
value?: {
|
|
@@ -1221,6 +1220,7 @@ export type RecordFormElementFragment = {
|
|
|
1221
1220
|
} | {
|
|
1222
1221
|
id_value?: string | null;
|
|
1223
1222
|
isInherited?: boolean | null;
|
|
1223
|
+
isCalculated?: boolean | null;
|
|
1224
1224
|
modified_at?: number | null;
|
|
1225
1225
|
created_at?: number | null;
|
|
1226
1226
|
treeValue?: {
|
|
@@ -1300,12 +1300,12 @@ export type RecordFormElementFragment = {
|
|
|
1300
1300
|
};
|
|
1301
1301
|
} | null;
|
|
1302
1302
|
} | null> | null;
|
|
1303
|
-
attribute
|
|
1303
|
+
attribute: {
|
|
1304
1304
|
id: string;
|
|
1305
1305
|
format?: AttributeFormat | null;
|
|
1306
1306
|
type: AttributeType;
|
|
1307
1307
|
system: boolean;
|
|
1308
|
-
}
|
|
1308
|
+
};
|
|
1309
1309
|
metadata?: Array<{
|
|
1310
1310
|
name: string;
|
|
1311
1311
|
value?: {
|
|
@@ -1367,6 +1367,7 @@ export type RecordFormElementFragment = {
|
|
|
1367
1367
|
raw_value?: any | null;
|
|
1368
1368
|
id_value?: string | null;
|
|
1369
1369
|
isInherited?: boolean | null;
|
|
1370
|
+
isCalculated?: boolean | null;
|
|
1370
1371
|
modified_at?: number | null;
|
|
1371
1372
|
created_at?: number | null;
|
|
1372
1373
|
modified_by?: {
|
|
@@ -1413,12 +1414,12 @@ export type RecordFormElementFragment = {
|
|
|
1413
1414
|
};
|
|
1414
1415
|
} | null;
|
|
1415
1416
|
} | null> | null;
|
|
1416
|
-
attribute
|
|
1417
|
+
attribute: {
|
|
1417
1418
|
id: string;
|
|
1418
1419
|
format?: AttributeFormat | null;
|
|
1419
1420
|
type: AttributeType;
|
|
1420
1421
|
system: boolean;
|
|
1421
|
-
}
|
|
1422
|
+
};
|
|
1422
1423
|
metadata?: Array<{
|
|
1423
1424
|
name: string;
|
|
1424
1425
|
value?: {
|
|
@@ -1482,7 +1483,9 @@ export type RecordFormElementFragment = {
|
|
|
1482
1483
|
format?: AttributeFormat | null;
|
|
1483
1484
|
system: boolean;
|
|
1484
1485
|
readonly: boolean;
|
|
1486
|
+
required: boolean;
|
|
1485
1487
|
multiple_values: boolean;
|
|
1488
|
+
compute: boolean;
|
|
1486
1489
|
linked_library?: {
|
|
1487
1490
|
id: string;
|
|
1488
1491
|
label?: any | null;
|
|
@@ -1494,6 +1497,7 @@ export type RecordFormElementFragment = {
|
|
|
1494
1497
|
linkValuesList?: {
|
|
1495
1498
|
enable: boolean;
|
|
1496
1499
|
allowFreeEntry?: boolean | null;
|
|
1500
|
+
allowListUpdate?: boolean | null;
|
|
1497
1501
|
values?: Array<{
|
|
1498
1502
|
id: string;
|
|
1499
1503
|
whoAmI: {
|
|
@@ -1539,6 +1543,7 @@ export type RecordFormElementFragment = {
|
|
|
1539
1543
|
values_list?: {
|
|
1540
1544
|
enable: boolean;
|
|
1541
1545
|
allowFreeEntry?: boolean | null;
|
|
1546
|
+
allowListUpdate?: boolean | null;
|
|
1542
1547
|
dateRangeValues?: Array<{
|
|
1543
1548
|
from?: string | null;
|
|
1544
1549
|
to?: string | null;
|
|
@@ -1546,6 +1551,7 @@ export type RecordFormElementFragment = {
|
|
|
1546
1551
|
} | {
|
|
1547
1552
|
enable: boolean;
|
|
1548
1553
|
allowFreeEntry?: boolean | null;
|
|
1554
|
+
allowListUpdate?: boolean | null;
|
|
1549
1555
|
values?: Array<string> | null;
|
|
1550
1556
|
} | null;
|
|
1551
1557
|
metadata_fields?: Array<{
|
|
@@ -1560,10 +1566,13 @@ export type RecordFormElementFragment = {
|
|
|
1560
1566
|
format?: AttributeFormat | null;
|
|
1561
1567
|
system: boolean;
|
|
1562
1568
|
readonly: boolean;
|
|
1569
|
+
required: boolean;
|
|
1563
1570
|
multiple_values: boolean;
|
|
1571
|
+
compute: boolean;
|
|
1564
1572
|
values_list?: {
|
|
1565
1573
|
enable: boolean;
|
|
1566
1574
|
allowFreeEntry?: boolean | null;
|
|
1575
|
+
allowListUpdate?: boolean | null;
|
|
1567
1576
|
dateRangeValues?: Array<{
|
|
1568
1577
|
from?: string | null;
|
|
1569
1578
|
to?: string | null;
|
|
@@ -1571,6 +1580,7 @@ export type RecordFormElementFragment = {
|
|
|
1571
1580
|
} | {
|
|
1572
1581
|
enable: boolean;
|
|
1573
1582
|
allowFreeEntry?: boolean | null;
|
|
1583
|
+
allowListUpdate?: boolean | null;
|
|
1574
1584
|
values?: Array<string> | null;
|
|
1575
1585
|
} | null;
|
|
1576
1586
|
permissions: {
|
|
@@ -1603,6 +1613,7 @@ export type RecordFormElementFragment = {
|
|
|
1603
1613
|
values_list?: {
|
|
1604
1614
|
enable: boolean;
|
|
1605
1615
|
allowFreeEntry?: boolean | null;
|
|
1616
|
+
allowListUpdate?: boolean | null;
|
|
1606
1617
|
dateRangeValues?: Array<{
|
|
1607
1618
|
from?: string | null;
|
|
1608
1619
|
to?: string | null;
|
|
@@ -1610,6 +1621,7 @@ export type RecordFormElementFragment = {
|
|
|
1610
1621
|
} | {
|
|
1611
1622
|
enable: boolean;
|
|
1612
1623
|
allowFreeEntry?: boolean | null;
|
|
1624
|
+
allowListUpdate?: boolean | null;
|
|
1613
1625
|
values?: Array<string> | null;
|
|
1614
1626
|
} | null;
|
|
1615
1627
|
metadata_fields?: Array<{
|
|
@@ -1624,7 +1636,9 @@ export type RecordFormElementFragment = {
|
|
|
1624
1636
|
format?: AttributeFormat | null;
|
|
1625
1637
|
system: boolean;
|
|
1626
1638
|
readonly: boolean;
|
|
1639
|
+
required: boolean;
|
|
1627
1640
|
multiple_values: boolean;
|
|
1641
|
+
compute: boolean;
|
|
1628
1642
|
linked_tree?: {
|
|
1629
1643
|
id: string;
|
|
1630
1644
|
label?: any | null;
|
|
@@ -1632,6 +1646,7 @@ export type RecordFormElementFragment = {
|
|
|
1632
1646
|
treeValuesList?: {
|
|
1633
1647
|
enable: boolean;
|
|
1634
1648
|
allowFreeEntry?: boolean | null;
|
|
1649
|
+
allowListUpdate?: boolean | null;
|
|
1635
1650
|
values?: Array<{
|
|
1636
1651
|
id: string;
|
|
1637
1652
|
record: {
|
|
@@ -1696,6 +1711,7 @@ export type RecordFormElementFragment = {
|
|
|
1696
1711
|
values_list?: {
|
|
1697
1712
|
enable: boolean;
|
|
1698
1713
|
allowFreeEntry?: boolean | null;
|
|
1714
|
+
allowListUpdate?: boolean | null;
|
|
1699
1715
|
dateRangeValues?: Array<{
|
|
1700
1716
|
from?: string | null;
|
|
1701
1717
|
to?: string | null;
|
|
@@ -1703,6 +1719,7 @@ export type RecordFormElementFragment = {
|
|
|
1703
1719
|
} | {
|
|
1704
1720
|
enable: boolean;
|
|
1705
1721
|
allowFreeEntry?: boolean | null;
|
|
1722
|
+
allowListUpdate?: boolean | null;
|
|
1706
1723
|
values?: Array<string> | null;
|
|
1707
1724
|
} | null;
|
|
1708
1725
|
metadata_fields?: Array<{
|
|
@@ -1718,6 +1735,7 @@ export type RecordFormElementFragment = {
|
|
|
1718
1735
|
export type ValueDetailsLinkValueFragment = {
|
|
1719
1736
|
id_value?: string | null;
|
|
1720
1737
|
isInherited?: boolean | null;
|
|
1738
|
+
isCalculated?: boolean | null;
|
|
1721
1739
|
modified_at?: number | null;
|
|
1722
1740
|
created_at?: number | null;
|
|
1723
1741
|
linkValue?: {
|
|
@@ -1778,12 +1796,12 @@ export type ValueDetailsLinkValueFragment = {
|
|
|
1778
1796
|
};
|
|
1779
1797
|
} | null;
|
|
1780
1798
|
} | null> | null;
|
|
1781
|
-
attribute
|
|
1799
|
+
attribute: {
|
|
1782
1800
|
id: string;
|
|
1783
1801
|
format?: AttributeFormat | null;
|
|
1784
1802
|
type: AttributeType;
|
|
1785
1803
|
system: boolean;
|
|
1786
|
-
}
|
|
1804
|
+
};
|
|
1787
1805
|
metadata?: Array<{
|
|
1788
1806
|
name: string;
|
|
1789
1807
|
value?: {
|
|
@@ -1842,6 +1860,7 @@ export type ValueDetailsLinkValueFragment = {
|
|
|
1842
1860
|
export type ValueDetailsTreeValueFragment = {
|
|
1843
1861
|
id_value?: string | null;
|
|
1844
1862
|
isInherited?: boolean | null;
|
|
1863
|
+
isCalculated?: boolean | null;
|
|
1845
1864
|
modified_at?: number | null;
|
|
1846
1865
|
created_at?: number | null;
|
|
1847
1866
|
treeValue?: {
|
|
@@ -1921,12 +1940,12 @@ export type ValueDetailsTreeValueFragment = {
|
|
|
1921
1940
|
};
|
|
1922
1941
|
} | null;
|
|
1923
1942
|
} | null> | null;
|
|
1924
|
-
attribute
|
|
1943
|
+
attribute: {
|
|
1925
1944
|
id: string;
|
|
1926
1945
|
format?: AttributeFormat | null;
|
|
1927
1946
|
type: AttributeType;
|
|
1928
1947
|
system: boolean;
|
|
1929
|
-
}
|
|
1948
|
+
};
|
|
1930
1949
|
metadata?: Array<{
|
|
1931
1950
|
name: string;
|
|
1932
1951
|
value?: {
|
|
@@ -1989,6 +2008,7 @@ export type ValueDetailsValueFragment = {
|
|
|
1989
2008
|
raw_value?: any | null;
|
|
1990
2009
|
id_value?: string | null;
|
|
1991
2010
|
isInherited?: boolean | null;
|
|
2011
|
+
isCalculated?: boolean | null;
|
|
1992
2012
|
modified_at?: number | null;
|
|
1993
2013
|
created_at?: number | null;
|
|
1994
2014
|
modified_by?: {
|
|
@@ -2035,12 +2055,12 @@ export type ValueDetailsValueFragment = {
|
|
|
2035
2055
|
};
|
|
2036
2056
|
} | null;
|
|
2037
2057
|
} | null> | null;
|
|
2038
|
-
attribute
|
|
2058
|
+
attribute: {
|
|
2039
2059
|
id: string;
|
|
2040
2060
|
format?: AttributeFormat | null;
|
|
2041
2061
|
type: AttributeType;
|
|
2042
2062
|
system: boolean;
|
|
2043
|
-
}
|
|
2063
|
+
};
|
|
2044
2064
|
metadata?: Array<{
|
|
2045
2065
|
name: string;
|
|
2046
2066
|
value?: {
|
|
@@ -2121,7 +2141,9 @@ export type RecordFormAttributeLinkAttributeFragment = {
|
|
|
2121
2141
|
format?: AttributeFormat | null;
|
|
2122
2142
|
system: boolean;
|
|
2123
2143
|
readonly: boolean;
|
|
2144
|
+
required: boolean;
|
|
2124
2145
|
multiple_values: boolean;
|
|
2146
|
+
compute: boolean;
|
|
2125
2147
|
linked_library?: {
|
|
2126
2148
|
id: string;
|
|
2127
2149
|
label?: any | null;
|
|
@@ -2133,6 +2155,7 @@ export type RecordFormAttributeLinkAttributeFragment = {
|
|
|
2133
2155
|
linkValuesList?: {
|
|
2134
2156
|
enable: boolean;
|
|
2135
2157
|
allowFreeEntry?: boolean | null;
|
|
2158
|
+
allowListUpdate?: boolean | null;
|
|
2136
2159
|
values?: Array<{
|
|
2137
2160
|
id: string;
|
|
2138
2161
|
whoAmI: {
|
|
@@ -2178,6 +2201,7 @@ export type RecordFormAttributeLinkAttributeFragment = {
|
|
|
2178
2201
|
values_list?: {
|
|
2179
2202
|
enable: boolean;
|
|
2180
2203
|
allowFreeEntry?: boolean | null;
|
|
2204
|
+
allowListUpdate?: boolean | null;
|
|
2181
2205
|
dateRangeValues?: Array<{
|
|
2182
2206
|
from?: string | null;
|
|
2183
2207
|
to?: string | null;
|
|
@@ -2185,6 +2209,7 @@ export type RecordFormAttributeLinkAttributeFragment = {
|
|
|
2185
2209
|
} | {
|
|
2186
2210
|
enable: boolean;
|
|
2187
2211
|
allowFreeEntry?: boolean | null;
|
|
2212
|
+
allowListUpdate?: boolean | null;
|
|
2188
2213
|
values?: Array<string> | null;
|
|
2189
2214
|
} | null;
|
|
2190
2215
|
metadata_fields?: Array<{
|
|
@@ -2200,10 +2225,13 @@ export type RecordFormAttributeStandardAttributeFragment = {
|
|
|
2200
2225
|
format?: AttributeFormat | null;
|
|
2201
2226
|
system: boolean;
|
|
2202
2227
|
readonly: boolean;
|
|
2228
|
+
required: boolean;
|
|
2203
2229
|
multiple_values: boolean;
|
|
2230
|
+
compute: boolean;
|
|
2204
2231
|
values_list?: {
|
|
2205
2232
|
enable: boolean;
|
|
2206
2233
|
allowFreeEntry?: boolean | null;
|
|
2234
|
+
allowListUpdate?: boolean | null;
|
|
2207
2235
|
dateRangeValues?: Array<{
|
|
2208
2236
|
from?: string | null;
|
|
2209
2237
|
to?: string | null;
|
|
@@ -2211,6 +2239,7 @@ export type RecordFormAttributeStandardAttributeFragment = {
|
|
|
2211
2239
|
} | {
|
|
2212
2240
|
enable: boolean;
|
|
2213
2241
|
allowFreeEntry?: boolean | null;
|
|
2242
|
+
allowListUpdate?: boolean | null;
|
|
2214
2243
|
values?: Array<string> | null;
|
|
2215
2244
|
} | null;
|
|
2216
2245
|
permissions: {
|
|
@@ -2243,6 +2272,7 @@ export type RecordFormAttributeStandardAttributeFragment = {
|
|
|
2243
2272
|
values_list?: {
|
|
2244
2273
|
enable: boolean;
|
|
2245
2274
|
allowFreeEntry?: boolean | null;
|
|
2275
|
+
allowListUpdate?: boolean | null;
|
|
2246
2276
|
dateRangeValues?: Array<{
|
|
2247
2277
|
from?: string | null;
|
|
2248
2278
|
to?: string | null;
|
|
@@ -2250,6 +2280,7 @@ export type RecordFormAttributeStandardAttributeFragment = {
|
|
|
2250
2280
|
} | {
|
|
2251
2281
|
enable: boolean;
|
|
2252
2282
|
allowFreeEntry?: boolean | null;
|
|
2283
|
+
allowListUpdate?: boolean | null;
|
|
2253
2284
|
values?: Array<string> | null;
|
|
2254
2285
|
} | null;
|
|
2255
2286
|
metadata_fields?: Array<{
|
|
@@ -2265,7 +2296,9 @@ export type RecordFormAttributeTreeAttributeFragment = {
|
|
|
2265
2296
|
format?: AttributeFormat | null;
|
|
2266
2297
|
system: boolean;
|
|
2267
2298
|
readonly: boolean;
|
|
2299
|
+
required: boolean;
|
|
2268
2300
|
multiple_values: boolean;
|
|
2301
|
+
compute: boolean;
|
|
2269
2302
|
linked_tree?: {
|
|
2270
2303
|
id: string;
|
|
2271
2304
|
label?: any | null;
|
|
@@ -2273,6 +2306,7 @@ export type RecordFormAttributeTreeAttributeFragment = {
|
|
|
2273
2306
|
treeValuesList?: {
|
|
2274
2307
|
enable: boolean;
|
|
2275
2308
|
allowFreeEntry?: boolean | null;
|
|
2309
|
+
allowListUpdate?: boolean | null;
|
|
2276
2310
|
values?: Array<{
|
|
2277
2311
|
id: string;
|
|
2278
2312
|
record: {
|
|
@@ -2337,6 +2371,7 @@ export type RecordFormAttributeTreeAttributeFragment = {
|
|
|
2337
2371
|
values_list?: {
|
|
2338
2372
|
enable: boolean;
|
|
2339
2373
|
allowFreeEntry?: boolean | null;
|
|
2374
|
+
allowListUpdate?: boolean | null;
|
|
2340
2375
|
dateRangeValues?: Array<{
|
|
2341
2376
|
from?: string | null;
|
|
2342
2377
|
to?: string | null;
|
|
@@ -2344,6 +2379,7 @@ export type RecordFormAttributeTreeAttributeFragment = {
|
|
|
2344
2379
|
} | {
|
|
2345
2380
|
enable: boolean;
|
|
2346
2381
|
allowFreeEntry?: boolean | null;
|
|
2382
|
+
allowListUpdate?: boolean | null;
|
|
2347
2383
|
values?: Array<string> | null;
|
|
2348
2384
|
} | null;
|
|
2349
2385
|
metadata_fields?: Array<{
|
|
@@ -2355,6 +2391,7 @@ export type RecordFormAttributeFragment = RecordFormAttributeLinkAttributeFragme
|
|
|
2355
2391
|
export type StandardValuesListFragmentStandardDateRangeValuesListConfFragment = {
|
|
2356
2392
|
enable: boolean;
|
|
2357
2393
|
allowFreeEntry?: boolean | null;
|
|
2394
|
+
allowListUpdate?: boolean | null;
|
|
2358
2395
|
dateRangeValues?: Array<{
|
|
2359
2396
|
from?: string | null;
|
|
2360
2397
|
to?: string | null;
|
|
@@ -2363,6 +2400,7 @@ export type StandardValuesListFragmentStandardDateRangeValuesListConfFragment =
|
|
|
2363
2400
|
export type StandardValuesListFragmentStandardStringValuesListConfFragment = {
|
|
2364
2401
|
enable: boolean;
|
|
2365
2402
|
allowFreeEntry?: boolean | null;
|
|
2403
|
+
allowListUpdate?: boolean | null;
|
|
2366
2404
|
values?: Array<string> | null;
|
|
2367
2405
|
};
|
|
2368
2406
|
export type StandardValuesListFragmentFragment = StandardValuesListFragmentStandardDateRangeValuesListConfFragment | StandardValuesListFragmentStandardStringValuesListConfFragment;
|
|
@@ -2442,7 +2480,7 @@ export type ViewDetailsFragment = {
|
|
|
2442
2480
|
description?: any | null;
|
|
2443
2481
|
color?: string | null;
|
|
2444
2482
|
display: {
|
|
2445
|
-
size
|
|
2483
|
+
size?: ViewSizes | null;
|
|
2446
2484
|
type: ViewTypes;
|
|
2447
2485
|
};
|
|
2448
2486
|
created_by: {
|
|
@@ -2465,10 +2503,10 @@ export type ViewDetailsFragment = {
|
|
|
2465
2503
|
label?: any | null;
|
|
2466
2504
|
} | null;
|
|
2467
2505
|
}> | null;
|
|
2468
|
-
sort?: {
|
|
2506
|
+
sort?: Array<{
|
|
2469
2507
|
field: string;
|
|
2470
2508
|
order: SortOrder;
|
|
2471
|
-
} | null;
|
|
2509
|
+
}> | null;
|
|
2472
2510
|
valuesVersions?: Array<{
|
|
2473
2511
|
treeId: string;
|
|
2474
2512
|
treeNode: {
|
|
@@ -2489,11 +2527,65 @@ export type ViewDetailsFragment = {
|
|
|
2489
2527
|
};
|
|
2490
2528
|
};
|
|
2491
2529
|
}> | null;
|
|
2492
|
-
|
|
2493
|
-
|
|
2494
|
-
value?: any | null;
|
|
2530
|
+
attributes?: Array<{
|
|
2531
|
+
id: string;
|
|
2495
2532
|
}> | null;
|
|
2496
2533
|
};
|
|
2534
|
+
export type ViewDetailsFilterFragment = {
|
|
2535
|
+
field?: string | null;
|
|
2536
|
+
value?: string | null;
|
|
2537
|
+
condition?: RecordFilterCondition | null;
|
|
2538
|
+
operator?: RecordFilterOperator | null;
|
|
2539
|
+
tree?: {
|
|
2540
|
+
id: string;
|
|
2541
|
+
label?: any | null;
|
|
2542
|
+
} | null;
|
|
2543
|
+
};
|
|
2544
|
+
export type AttributePropertiesFragment = {
|
|
2545
|
+
id: string;
|
|
2546
|
+
label?: any | null;
|
|
2547
|
+
type: AttributeType;
|
|
2548
|
+
format?: AttributeFormat | null;
|
|
2549
|
+
multiple_values: boolean;
|
|
2550
|
+
};
|
|
2551
|
+
export type PropertyValueLinkValueFragment = {
|
|
2552
|
+
linkPayload?: {
|
|
2553
|
+
id: string;
|
|
2554
|
+
whoAmI: {
|
|
2555
|
+
id: string;
|
|
2556
|
+
label?: string | null;
|
|
2557
|
+
subLabel?: string | null;
|
|
2558
|
+
color?: string | null;
|
|
2559
|
+
preview?: IPreviewScalar | null;
|
|
2560
|
+
library: {
|
|
2561
|
+
id: string;
|
|
2562
|
+
label?: any | null;
|
|
2563
|
+
};
|
|
2564
|
+
};
|
|
2565
|
+
} | null;
|
|
2566
|
+
};
|
|
2567
|
+
export type PropertyValueTreeValueFragment = {
|
|
2568
|
+
treePayload?: {
|
|
2569
|
+
record: {
|
|
2570
|
+
id: string;
|
|
2571
|
+
whoAmI: {
|
|
2572
|
+
id: string;
|
|
2573
|
+
label?: string | null;
|
|
2574
|
+
subLabel?: string | null;
|
|
2575
|
+
color?: string | null;
|
|
2576
|
+
preview?: IPreviewScalar | null;
|
|
2577
|
+
library: {
|
|
2578
|
+
id: string;
|
|
2579
|
+
label?: any | null;
|
|
2580
|
+
};
|
|
2581
|
+
};
|
|
2582
|
+
};
|
|
2583
|
+
} | null;
|
|
2584
|
+
};
|
|
2585
|
+
export type PropertyValueValueFragment = {
|
|
2586
|
+
valuePayload?: any | null;
|
|
2587
|
+
};
|
|
2588
|
+
export type PropertyValueFragment = PropertyValueLinkValueFragment | PropertyValueTreeValueFragment | PropertyValueValueFragment;
|
|
2497
2589
|
export type CheckApplicationExistenceQueryVariables = Exact<{
|
|
2498
2590
|
id?: InputMaybe<Scalars['ID']>;
|
|
2499
2591
|
endpoint?: InputMaybe<Scalars['String']>;
|
|
@@ -3501,6 +3593,7 @@ export type RecordFormQuery = {
|
|
|
3501
3593
|
values?: Array<{
|
|
3502
3594
|
id_value?: string | null;
|
|
3503
3595
|
isInherited?: boolean | null;
|
|
3596
|
+
isCalculated?: boolean | null;
|
|
3504
3597
|
modified_at?: number | null;
|
|
3505
3598
|
created_at?: number | null;
|
|
3506
3599
|
linkValue?: {
|
|
@@ -3561,12 +3654,12 @@ export type RecordFormQuery = {
|
|
|
3561
3654
|
};
|
|
3562
3655
|
} | null;
|
|
3563
3656
|
} | null> | null;
|
|
3564
|
-
attribute
|
|
3657
|
+
attribute: {
|
|
3565
3658
|
id: string;
|
|
3566
3659
|
format?: AttributeFormat | null;
|
|
3567
3660
|
type: AttributeType;
|
|
3568
3661
|
system: boolean;
|
|
3569
|
-
}
|
|
3662
|
+
};
|
|
3570
3663
|
metadata?: Array<{
|
|
3571
3664
|
name: string;
|
|
3572
3665
|
value?: {
|
|
@@ -3624,6 +3717,7 @@ export type RecordFormQuery = {
|
|
|
3624
3717
|
} | {
|
|
3625
3718
|
id_value?: string | null;
|
|
3626
3719
|
isInherited?: boolean | null;
|
|
3720
|
+
isCalculated?: boolean | null;
|
|
3627
3721
|
modified_at?: number | null;
|
|
3628
3722
|
created_at?: number | null;
|
|
3629
3723
|
treeValue?: {
|
|
@@ -3703,12 +3797,12 @@ export type RecordFormQuery = {
|
|
|
3703
3797
|
};
|
|
3704
3798
|
} | null;
|
|
3705
3799
|
} | null> | null;
|
|
3706
|
-
attribute
|
|
3800
|
+
attribute: {
|
|
3707
3801
|
id: string;
|
|
3708
3802
|
format?: AttributeFormat | null;
|
|
3709
3803
|
type: AttributeType;
|
|
3710
3804
|
system: boolean;
|
|
3711
|
-
}
|
|
3805
|
+
};
|
|
3712
3806
|
metadata?: Array<{
|
|
3713
3807
|
name: string;
|
|
3714
3808
|
value?: {
|
|
@@ -3770,6 +3864,7 @@ export type RecordFormQuery = {
|
|
|
3770
3864
|
raw_value?: any | null;
|
|
3771
3865
|
id_value?: string | null;
|
|
3772
3866
|
isInherited?: boolean | null;
|
|
3867
|
+
isCalculated?: boolean | null;
|
|
3773
3868
|
modified_at?: number | null;
|
|
3774
3869
|
created_at?: number | null;
|
|
3775
3870
|
modified_by?: {
|
|
@@ -3816,12 +3911,12 @@ export type RecordFormQuery = {
|
|
|
3816
3911
|
};
|
|
3817
3912
|
} | null;
|
|
3818
3913
|
} | null> | null;
|
|
3819
|
-
attribute
|
|
3914
|
+
attribute: {
|
|
3820
3915
|
id: string;
|
|
3821
3916
|
format?: AttributeFormat | null;
|
|
3822
3917
|
type: AttributeType;
|
|
3823
3918
|
system: boolean;
|
|
3824
|
-
}
|
|
3919
|
+
};
|
|
3825
3920
|
metadata?: Array<{
|
|
3826
3921
|
name: string;
|
|
3827
3922
|
value?: {
|
|
@@ -3885,7 +3980,9 @@ export type RecordFormQuery = {
|
|
|
3885
3980
|
format?: AttributeFormat | null;
|
|
3886
3981
|
system: boolean;
|
|
3887
3982
|
readonly: boolean;
|
|
3983
|
+
required: boolean;
|
|
3888
3984
|
multiple_values: boolean;
|
|
3985
|
+
compute: boolean;
|
|
3889
3986
|
linked_library?: {
|
|
3890
3987
|
id: string;
|
|
3891
3988
|
label?: any | null;
|
|
@@ -3897,6 +3994,7 @@ export type RecordFormQuery = {
|
|
|
3897
3994
|
linkValuesList?: {
|
|
3898
3995
|
enable: boolean;
|
|
3899
3996
|
allowFreeEntry?: boolean | null;
|
|
3997
|
+
allowListUpdate?: boolean | null;
|
|
3900
3998
|
values?: Array<{
|
|
3901
3999
|
id: string;
|
|
3902
4000
|
whoAmI: {
|
|
@@ -3942,6 +4040,7 @@ export type RecordFormQuery = {
|
|
|
3942
4040
|
values_list?: {
|
|
3943
4041
|
enable: boolean;
|
|
3944
4042
|
allowFreeEntry?: boolean | null;
|
|
4043
|
+
allowListUpdate?: boolean | null;
|
|
3945
4044
|
dateRangeValues?: Array<{
|
|
3946
4045
|
from?: string | null;
|
|
3947
4046
|
to?: string | null;
|
|
@@ -3949,6 +4048,7 @@ export type RecordFormQuery = {
|
|
|
3949
4048
|
} | {
|
|
3950
4049
|
enable: boolean;
|
|
3951
4050
|
allowFreeEntry?: boolean | null;
|
|
4051
|
+
allowListUpdate?: boolean | null;
|
|
3952
4052
|
values?: Array<string> | null;
|
|
3953
4053
|
} | null;
|
|
3954
4054
|
metadata_fields?: Array<{
|
|
@@ -3963,10 +4063,13 @@ export type RecordFormQuery = {
|
|
|
3963
4063
|
format?: AttributeFormat | null;
|
|
3964
4064
|
system: boolean;
|
|
3965
4065
|
readonly: boolean;
|
|
4066
|
+
required: boolean;
|
|
3966
4067
|
multiple_values: boolean;
|
|
4068
|
+
compute: boolean;
|
|
3967
4069
|
values_list?: {
|
|
3968
4070
|
enable: boolean;
|
|
3969
4071
|
allowFreeEntry?: boolean | null;
|
|
4072
|
+
allowListUpdate?: boolean | null;
|
|
3970
4073
|
dateRangeValues?: Array<{
|
|
3971
4074
|
from?: string | null;
|
|
3972
4075
|
to?: string | null;
|
|
@@ -3974,6 +4077,7 @@ export type RecordFormQuery = {
|
|
|
3974
4077
|
} | {
|
|
3975
4078
|
enable: boolean;
|
|
3976
4079
|
allowFreeEntry?: boolean | null;
|
|
4080
|
+
allowListUpdate?: boolean | null;
|
|
3977
4081
|
values?: Array<string> | null;
|
|
3978
4082
|
} | null;
|
|
3979
4083
|
permissions: {
|
|
@@ -4006,6 +4110,7 @@ export type RecordFormQuery = {
|
|
|
4006
4110
|
values_list?: {
|
|
4007
4111
|
enable: boolean;
|
|
4008
4112
|
allowFreeEntry?: boolean | null;
|
|
4113
|
+
allowListUpdate?: boolean | null;
|
|
4009
4114
|
dateRangeValues?: Array<{
|
|
4010
4115
|
from?: string | null;
|
|
4011
4116
|
to?: string | null;
|
|
@@ -4013,6 +4118,7 @@ export type RecordFormQuery = {
|
|
|
4013
4118
|
} | {
|
|
4014
4119
|
enable: boolean;
|
|
4015
4120
|
allowFreeEntry?: boolean | null;
|
|
4121
|
+
allowListUpdate?: boolean | null;
|
|
4016
4122
|
values?: Array<string> | null;
|
|
4017
4123
|
} | null;
|
|
4018
4124
|
metadata_fields?: Array<{
|
|
@@ -4027,7 +4133,9 @@ export type RecordFormQuery = {
|
|
|
4027
4133
|
format?: AttributeFormat | null;
|
|
4028
4134
|
system: boolean;
|
|
4029
4135
|
readonly: boolean;
|
|
4136
|
+
required: boolean;
|
|
4030
4137
|
multiple_values: boolean;
|
|
4138
|
+
compute: boolean;
|
|
4031
4139
|
linked_tree?: {
|
|
4032
4140
|
id: string;
|
|
4033
4141
|
label?: any | null;
|
|
@@ -4035,6 +4143,7 @@ export type RecordFormQuery = {
|
|
|
4035
4143
|
treeValuesList?: {
|
|
4036
4144
|
enable: boolean;
|
|
4037
4145
|
allowFreeEntry?: boolean | null;
|
|
4146
|
+
allowListUpdate?: boolean | null;
|
|
4038
4147
|
values?: Array<{
|
|
4039
4148
|
id: string;
|
|
4040
4149
|
record: {
|
|
@@ -4099,6 +4208,7 @@ export type RecordFormQuery = {
|
|
|
4099
4208
|
values_list?: {
|
|
4100
4209
|
enable: boolean;
|
|
4101
4210
|
allowFreeEntry?: boolean | null;
|
|
4211
|
+
allowListUpdate?: boolean | null;
|
|
4102
4212
|
dateRangeValues?: Array<{
|
|
4103
4213
|
from?: string | null;
|
|
4104
4214
|
to?: string | null;
|
|
@@ -4106,6 +4216,7 @@ export type RecordFormQuery = {
|
|
|
4106
4216
|
} | {
|
|
4107
4217
|
enable: boolean;
|
|
4108
4218
|
allowFreeEntry?: boolean | null;
|
|
4219
|
+
allowListUpdate?: boolean | null;
|
|
4109
4220
|
values?: Array<string> | null;
|
|
4110
4221
|
} | null;
|
|
4111
4222
|
metadata_fields?: Array<{
|
|
@@ -4160,6 +4271,7 @@ export type RecordUpdateSubscription = {
|
|
|
4160
4271
|
value: {
|
|
4161
4272
|
id_value?: string | null;
|
|
4162
4273
|
isInherited?: boolean | null;
|
|
4274
|
+
isCalculated?: boolean | null;
|
|
4163
4275
|
modified_at?: number | null;
|
|
4164
4276
|
created_at?: number | null;
|
|
4165
4277
|
linkValue?: {
|
|
@@ -4220,12 +4332,12 @@ export type RecordUpdateSubscription = {
|
|
|
4220
4332
|
};
|
|
4221
4333
|
} | null;
|
|
4222
4334
|
} | null> | null;
|
|
4223
|
-
attribute
|
|
4335
|
+
attribute: {
|
|
4224
4336
|
id: string;
|
|
4225
4337
|
format?: AttributeFormat | null;
|
|
4226
4338
|
type: AttributeType;
|
|
4227
4339
|
system: boolean;
|
|
4228
|
-
}
|
|
4340
|
+
};
|
|
4229
4341
|
metadata?: Array<{
|
|
4230
4342
|
name: string;
|
|
4231
4343
|
value?: {
|
|
@@ -4283,6 +4395,7 @@ export type RecordUpdateSubscription = {
|
|
|
4283
4395
|
} | {
|
|
4284
4396
|
id_value?: string | null;
|
|
4285
4397
|
isInherited?: boolean | null;
|
|
4398
|
+
isCalculated?: boolean | null;
|
|
4286
4399
|
modified_at?: number | null;
|
|
4287
4400
|
created_at?: number | null;
|
|
4288
4401
|
treeValue?: {
|
|
@@ -4362,12 +4475,12 @@ export type RecordUpdateSubscription = {
|
|
|
4362
4475
|
};
|
|
4363
4476
|
} | null;
|
|
4364
4477
|
} | null> | null;
|
|
4365
|
-
attribute
|
|
4478
|
+
attribute: {
|
|
4366
4479
|
id: string;
|
|
4367
4480
|
format?: AttributeFormat | null;
|
|
4368
4481
|
type: AttributeType;
|
|
4369
4482
|
system: boolean;
|
|
4370
|
-
}
|
|
4483
|
+
};
|
|
4371
4484
|
metadata?: Array<{
|
|
4372
4485
|
name: string;
|
|
4373
4486
|
value?: {
|
|
@@ -4429,6 +4542,7 @@ export type RecordUpdateSubscription = {
|
|
|
4429
4542
|
raw_value?: any | null;
|
|
4430
4543
|
id_value?: string | null;
|
|
4431
4544
|
isInherited?: boolean | null;
|
|
4545
|
+
isCalculated?: boolean | null;
|
|
4432
4546
|
modified_at?: number | null;
|
|
4433
4547
|
created_at?: number | null;
|
|
4434
4548
|
modified_by?: {
|
|
@@ -4475,12 +4589,12 @@ export type RecordUpdateSubscription = {
|
|
|
4475
4589
|
};
|
|
4476
4590
|
} | null;
|
|
4477
4591
|
} | null> | null;
|
|
4478
|
-
attribute
|
|
4592
|
+
attribute: {
|
|
4479
4593
|
id: string;
|
|
4480
4594
|
format?: AttributeFormat | null;
|
|
4481
4595
|
type: AttributeType;
|
|
4482
4596
|
system: boolean;
|
|
4483
|
-
}
|
|
4597
|
+
};
|
|
4484
4598
|
metadata?: Array<{
|
|
4485
4599
|
name: string;
|
|
4486
4600
|
value?: {
|
|
@@ -4741,6 +4855,7 @@ export type DeleteValueMutation = {
|
|
|
4741
4855
|
deleteValue: Array<{
|
|
4742
4856
|
id_value?: string | null;
|
|
4743
4857
|
isInherited?: boolean | null;
|
|
4858
|
+
isCalculated?: boolean | null;
|
|
4744
4859
|
modified_at?: number | null;
|
|
4745
4860
|
created_at?: number | null;
|
|
4746
4861
|
linkValue?: {
|
|
@@ -4801,12 +4916,12 @@ export type DeleteValueMutation = {
|
|
|
4801
4916
|
};
|
|
4802
4917
|
} | null;
|
|
4803
4918
|
} | null> | null;
|
|
4804
|
-
attribute
|
|
4919
|
+
attribute: {
|
|
4805
4920
|
id: string;
|
|
4806
4921
|
format?: AttributeFormat | null;
|
|
4807
4922
|
type: AttributeType;
|
|
4808
4923
|
system: boolean;
|
|
4809
|
-
}
|
|
4924
|
+
};
|
|
4810
4925
|
metadata?: Array<{
|
|
4811
4926
|
name: string;
|
|
4812
4927
|
value?: {
|
|
@@ -4864,6 +4979,7 @@ export type DeleteValueMutation = {
|
|
|
4864
4979
|
} | {
|
|
4865
4980
|
id_value?: string | null;
|
|
4866
4981
|
isInherited?: boolean | null;
|
|
4982
|
+
isCalculated?: boolean | null;
|
|
4867
4983
|
modified_at?: number | null;
|
|
4868
4984
|
created_at?: number | null;
|
|
4869
4985
|
treeValue?: {
|
|
@@ -4943,12 +5059,12 @@ export type DeleteValueMutation = {
|
|
|
4943
5059
|
};
|
|
4944
5060
|
} | null;
|
|
4945
5061
|
} | null> | null;
|
|
4946
|
-
attribute
|
|
5062
|
+
attribute: {
|
|
4947
5063
|
id: string;
|
|
4948
5064
|
format?: AttributeFormat | null;
|
|
4949
5065
|
type: AttributeType;
|
|
4950
5066
|
system: boolean;
|
|
4951
|
-
}
|
|
5067
|
+
};
|
|
4952
5068
|
metadata?: Array<{
|
|
4953
5069
|
name: string;
|
|
4954
5070
|
value?: {
|
|
@@ -5010,6 +5126,7 @@ export type DeleteValueMutation = {
|
|
|
5010
5126
|
raw_value?: any | null;
|
|
5011
5127
|
id_value?: string | null;
|
|
5012
5128
|
isInherited?: boolean | null;
|
|
5129
|
+
isCalculated?: boolean | null;
|
|
5013
5130
|
modified_at?: number | null;
|
|
5014
5131
|
created_at?: number | null;
|
|
5015
5132
|
modified_by?: {
|
|
@@ -5056,12 +5173,134 @@ export type DeleteValueMutation = {
|
|
|
5056
5173
|
};
|
|
5057
5174
|
} | null;
|
|
5058
5175
|
} | null> | null;
|
|
5059
|
-
attribute
|
|
5176
|
+
attribute: {
|
|
5060
5177
|
id: string;
|
|
5061
5178
|
format?: AttributeFormat | null;
|
|
5062
5179
|
type: AttributeType;
|
|
5063
5180
|
system: boolean;
|
|
5181
|
+
};
|
|
5182
|
+
metadata?: Array<{
|
|
5183
|
+
name: string;
|
|
5184
|
+
value?: {
|
|
5185
|
+
id_value?: string | null;
|
|
5186
|
+
modified_at?: number | null;
|
|
5187
|
+
created_at?: number | null;
|
|
5188
|
+
payload?: any | null;
|
|
5189
|
+
raw_payload?: any | null;
|
|
5190
|
+
modified_by?: {
|
|
5191
|
+
id: string;
|
|
5192
|
+
whoAmI: {
|
|
5193
|
+
id: string;
|
|
5194
|
+
label?: string | null;
|
|
5195
|
+
subLabel?: string | null;
|
|
5196
|
+
color?: string | null;
|
|
5197
|
+
preview?: IPreviewScalar | null;
|
|
5198
|
+
library: {
|
|
5199
|
+
id: string;
|
|
5200
|
+
label?: any | null;
|
|
5201
|
+
};
|
|
5202
|
+
};
|
|
5203
|
+
} | null;
|
|
5204
|
+
created_by?: {
|
|
5205
|
+
id: string;
|
|
5206
|
+
whoAmI: {
|
|
5207
|
+
id: string;
|
|
5208
|
+
label?: string | null;
|
|
5209
|
+
subLabel?: string | null;
|
|
5210
|
+
color?: string | null;
|
|
5211
|
+
preview?: IPreviewScalar | null;
|
|
5212
|
+
library: {
|
|
5213
|
+
id: string;
|
|
5214
|
+
label?: any | null;
|
|
5215
|
+
};
|
|
5216
|
+
};
|
|
5217
|
+
} | null;
|
|
5218
|
+
version?: Array<{
|
|
5219
|
+
treeId: string;
|
|
5220
|
+
treeNode?: {
|
|
5221
|
+
id: string;
|
|
5222
|
+
record: {
|
|
5223
|
+
id: string;
|
|
5224
|
+
whoAmI: {
|
|
5225
|
+
id: string;
|
|
5226
|
+
label?: string | null;
|
|
5227
|
+
library: {
|
|
5228
|
+
id: string;
|
|
5229
|
+
};
|
|
5230
|
+
};
|
|
5231
|
+
};
|
|
5232
|
+
} | null;
|
|
5233
|
+
} | null> | null;
|
|
5234
|
+
} | null;
|
|
5235
|
+
} | null> | null;
|
|
5236
|
+
}>;
|
|
5237
|
+
};
|
|
5238
|
+
export type RunActionsListAndFormatOnValueQueryVariables = Exact<{
|
|
5239
|
+
library: Scalars['ID'];
|
|
5240
|
+
value?: InputMaybe<ValueBatchInput>;
|
|
5241
|
+
version?: InputMaybe<Array<InputMaybe<ValueVersionInput>> | InputMaybe<ValueVersionInput>>;
|
|
5242
|
+
}>;
|
|
5243
|
+
export type RunActionsListAndFormatOnValueQuery = {
|
|
5244
|
+
runActionsListAndFormatOnValue: Array<{
|
|
5245
|
+
id_value?: string | null;
|
|
5246
|
+
isInherited?: boolean | null;
|
|
5247
|
+
isCalculated?: boolean | null;
|
|
5248
|
+
modified_at?: number | null;
|
|
5249
|
+
created_at?: number | null;
|
|
5250
|
+
payload?: any | null;
|
|
5251
|
+
raw_payload?: any | null;
|
|
5252
|
+
value?: any | null;
|
|
5253
|
+
raw_value?: any | null;
|
|
5254
|
+
modified_by?: {
|
|
5255
|
+
id: string;
|
|
5256
|
+
whoAmI: {
|
|
5257
|
+
id: string;
|
|
5258
|
+
label?: string | null;
|
|
5259
|
+
subLabel?: string | null;
|
|
5260
|
+
color?: string | null;
|
|
5261
|
+
preview?: IPreviewScalar | null;
|
|
5262
|
+
library: {
|
|
5263
|
+
id: string;
|
|
5264
|
+
label?: any | null;
|
|
5265
|
+
};
|
|
5266
|
+
};
|
|
5267
|
+
} | null;
|
|
5268
|
+
created_by?: {
|
|
5269
|
+
id: string;
|
|
5270
|
+
whoAmI: {
|
|
5271
|
+
id: string;
|
|
5272
|
+
label?: string | null;
|
|
5273
|
+
subLabel?: string | null;
|
|
5274
|
+
color?: string | null;
|
|
5275
|
+
preview?: IPreviewScalar | null;
|
|
5276
|
+
library: {
|
|
5277
|
+
id: string;
|
|
5278
|
+
label?: any | null;
|
|
5279
|
+
};
|
|
5280
|
+
};
|
|
5064
5281
|
} | null;
|
|
5282
|
+
version?: Array<{
|
|
5283
|
+
treeId: string;
|
|
5284
|
+
treeNode?: {
|
|
5285
|
+
id: string;
|
|
5286
|
+
record: {
|
|
5287
|
+
id: string;
|
|
5288
|
+
whoAmI: {
|
|
5289
|
+
id: string;
|
|
5290
|
+
label?: string | null;
|
|
5291
|
+
library: {
|
|
5292
|
+
id: string;
|
|
5293
|
+
};
|
|
5294
|
+
};
|
|
5295
|
+
};
|
|
5296
|
+
} | null;
|
|
5297
|
+
} | null> | null;
|
|
5298
|
+
attribute: {
|
|
5299
|
+
id: string;
|
|
5300
|
+
format?: AttributeFormat | null;
|
|
5301
|
+
type: AttributeType;
|
|
5302
|
+
system: boolean;
|
|
5303
|
+
};
|
|
5065
5304
|
metadata?: Array<{
|
|
5066
5305
|
name: string;
|
|
5067
5306
|
value?: {
|
|
@@ -5130,6 +5369,7 @@ export type SaveValueBatchMutation = {
|
|
|
5130
5369
|
values?: Array<{
|
|
5131
5370
|
id_value?: string | null;
|
|
5132
5371
|
isInherited?: boolean | null;
|
|
5372
|
+
isCalculated?: boolean | null;
|
|
5133
5373
|
modified_at?: number | null;
|
|
5134
5374
|
created_at?: number | null;
|
|
5135
5375
|
linkValue?: {
|
|
@@ -5190,12 +5430,12 @@ export type SaveValueBatchMutation = {
|
|
|
5190
5430
|
};
|
|
5191
5431
|
} | null;
|
|
5192
5432
|
} | null> | null;
|
|
5193
|
-
attribute
|
|
5433
|
+
attribute: {
|
|
5194
5434
|
id: string;
|
|
5195
5435
|
format?: AttributeFormat | null;
|
|
5196
5436
|
type: AttributeType;
|
|
5197
5437
|
system: boolean;
|
|
5198
|
-
}
|
|
5438
|
+
};
|
|
5199
5439
|
metadata?: Array<{
|
|
5200
5440
|
name: string;
|
|
5201
5441
|
value?: {
|
|
@@ -5253,6 +5493,7 @@ export type SaveValueBatchMutation = {
|
|
|
5253
5493
|
} | {
|
|
5254
5494
|
id_value?: string | null;
|
|
5255
5495
|
isInherited?: boolean | null;
|
|
5496
|
+
isCalculated?: boolean | null;
|
|
5256
5497
|
modified_at?: number | null;
|
|
5257
5498
|
created_at?: number | null;
|
|
5258
5499
|
treeValue?: {
|
|
@@ -5332,12 +5573,12 @@ export type SaveValueBatchMutation = {
|
|
|
5332
5573
|
};
|
|
5333
5574
|
} | null;
|
|
5334
5575
|
} | null> | null;
|
|
5335
|
-
attribute
|
|
5576
|
+
attribute: {
|
|
5336
5577
|
id: string;
|
|
5337
5578
|
format?: AttributeFormat | null;
|
|
5338
5579
|
type: AttributeType;
|
|
5339
5580
|
system: boolean;
|
|
5340
|
-
}
|
|
5581
|
+
};
|
|
5341
5582
|
metadata?: Array<{
|
|
5342
5583
|
name: string;
|
|
5343
5584
|
value?: {
|
|
@@ -5399,6 +5640,7 @@ export type SaveValueBatchMutation = {
|
|
|
5399
5640
|
raw_value?: any | null;
|
|
5400
5641
|
id_value?: string | null;
|
|
5401
5642
|
isInherited?: boolean | null;
|
|
5643
|
+
isCalculated?: boolean | null;
|
|
5402
5644
|
modified_at?: number | null;
|
|
5403
5645
|
created_at?: number | null;
|
|
5404
5646
|
modified_by?: {
|
|
@@ -5445,12 +5687,12 @@ export type SaveValueBatchMutation = {
|
|
|
5445
5687
|
};
|
|
5446
5688
|
} | null;
|
|
5447
5689
|
} | null> | null;
|
|
5448
|
-
attribute
|
|
5690
|
+
attribute: {
|
|
5449
5691
|
id: string;
|
|
5450
5692
|
format?: AttributeFormat | null;
|
|
5451
5693
|
type: AttributeType;
|
|
5452
5694
|
system: boolean;
|
|
5453
|
-
}
|
|
5695
|
+
};
|
|
5454
5696
|
metadata?: Array<{
|
|
5455
5697
|
name: string;
|
|
5456
5698
|
value?: {
|
|
@@ -5534,7 +5776,7 @@ export type GetViewQuery = {
|
|
|
5534
5776
|
description?: any | null;
|
|
5535
5777
|
color?: string | null;
|
|
5536
5778
|
display: {
|
|
5537
|
-
size
|
|
5779
|
+
size?: ViewSizes | null;
|
|
5538
5780
|
type: ViewTypes;
|
|
5539
5781
|
};
|
|
5540
5782
|
created_by: {
|
|
@@ -5557,10 +5799,10 @@ export type GetViewQuery = {
|
|
|
5557
5799
|
label?: any | null;
|
|
5558
5800
|
} | null;
|
|
5559
5801
|
}> | null;
|
|
5560
|
-
sort?: {
|
|
5802
|
+
sort?: Array<{
|
|
5561
5803
|
field: string;
|
|
5562
5804
|
order: SortOrder;
|
|
5563
|
-
} | null;
|
|
5805
|
+
}> | null;
|
|
5564
5806
|
valuesVersions?: Array<{
|
|
5565
5807
|
treeId: string;
|
|
5566
5808
|
treeNode: {
|
|
@@ -5581,9 +5823,8 @@ export type GetViewQuery = {
|
|
|
5581
5823
|
};
|
|
5582
5824
|
};
|
|
5583
5825
|
}> | null;
|
|
5584
|
-
|
|
5585
|
-
|
|
5586
|
-
value?: any | null;
|
|
5826
|
+
attributes?: Array<{
|
|
5827
|
+
id: string;
|
|
5587
5828
|
}> | null;
|
|
5588
5829
|
};
|
|
5589
5830
|
};
|
|
@@ -5600,7 +5841,7 @@ export type GetViewsListQuery = {
|
|
|
5600
5841
|
description?: any | null;
|
|
5601
5842
|
color?: string | null;
|
|
5602
5843
|
display: {
|
|
5603
|
-
size
|
|
5844
|
+
size?: ViewSizes | null;
|
|
5604
5845
|
type: ViewTypes;
|
|
5605
5846
|
};
|
|
5606
5847
|
created_by: {
|
|
@@ -5623,10 +5864,10 @@ export type GetViewsListQuery = {
|
|
|
5623
5864
|
label?: any | null;
|
|
5624
5865
|
} | null;
|
|
5625
5866
|
}> | null;
|
|
5626
|
-
sort?: {
|
|
5867
|
+
sort?: Array<{
|
|
5627
5868
|
field: string;
|
|
5628
5869
|
order: SortOrder;
|
|
5629
|
-
} | null;
|
|
5870
|
+
}> | null;
|
|
5630
5871
|
valuesVersions?: Array<{
|
|
5631
5872
|
treeId: string;
|
|
5632
5873
|
treeNode: {
|
|
@@ -5647,17 +5888,16 @@ export type GetViewsListQuery = {
|
|
|
5647
5888
|
};
|
|
5648
5889
|
};
|
|
5649
5890
|
}> | null;
|
|
5650
|
-
|
|
5651
|
-
|
|
5652
|
-
value?: any | null;
|
|
5891
|
+
attributes?: Array<{
|
|
5892
|
+
id: string;
|
|
5653
5893
|
}> | null;
|
|
5654
5894
|
}>;
|
|
5655
5895
|
};
|
|
5656
5896
|
};
|
|
5657
|
-
export type
|
|
5897
|
+
export type SaveViewMutationVariables = Exact<{
|
|
5658
5898
|
view: ViewInput;
|
|
5659
5899
|
}>;
|
|
5660
|
-
export type
|
|
5900
|
+
export type SaveViewMutation = {
|
|
5661
5901
|
saveView: {
|
|
5662
5902
|
id: string;
|
|
5663
5903
|
shared: boolean;
|
|
@@ -5665,7 +5905,7 @@ export type AddViewMutation = {
|
|
|
5665
5905
|
description?: any | null;
|
|
5666
5906
|
color?: string | null;
|
|
5667
5907
|
display: {
|
|
5668
|
-
size
|
|
5908
|
+
size?: ViewSizes | null;
|
|
5669
5909
|
type: ViewTypes;
|
|
5670
5910
|
};
|
|
5671
5911
|
created_by: {
|
|
@@ -5688,10 +5928,10 @@ export type AddViewMutation = {
|
|
|
5688
5928
|
label?: any | null;
|
|
5689
5929
|
} | null;
|
|
5690
5930
|
}> | null;
|
|
5691
|
-
sort?: {
|
|
5931
|
+
sort?: Array<{
|
|
5692
5932
|
field: string;
|
|
5693
5933
|
order: SortOrder;
|
|
5694
|
-
} | null;
|
|
5934
|
+
}> | null;
|
|
5695
5935
|
valuesVersions?: Array<{
|
|
5696
5936
|
treeId: string;
|
|
5697
5937
|
treeNode: {
|
|
@@ -5712,12 +5952,118 @@ export type AddViewMutation = {
|
|
|
5712
5952
|
};
|
|
5713
5953
|
};
|
|
5714
5954
|
}> | null;
|
|
5715
|
-
|
|
5716
|
-
|
|
5717
|
-
value?: any | null;
|
|
5955
|
+
attributes?: Array<{
|
|
5956
|
+
id: string;
|
|
5718
5957
|
}> | null;
|
|
5719
5958
|
};
|
|
5720
5959
|
};
|
|
5960
|
+
export type ExplorerAttributesQueryVariables = Exact<{
|
|
5961
|
+
ids?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
|
|
5962
|
+
}>;
|
|
5963
|
+
export type ExplorerAttributesQuery = {
|
|
5964
|
+
attributes?: {
|
|
5965
|
+
list: Array<{
|
|
5966
|
+
id: string;
|
|
5967
|
+
type: AttributeType;
|
|
5968
|
+
format?: AttributeFormat | null;
|
|
5969
|
+
label?: any | null;
|
|
5970
|
+
}>;
|
|
5971
|
+
} | null;
|
|
5972
|
+
};
|
|
5973
|
+
export type ExplorerQueryVariables = Exact<{
|
|
5974
|
+
libraryId: Scalars['ID'];
|
|
5975
|
+
attributeIds: Array<Scalars['ID']> | Scalars['ID'];
|
|
5976
|
+
pagination?: InputMaybe<RecordsPagination>;
|
|
5977
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
5978
|
+
multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
|
|
5979
|
+
searchQuery?: InputMaybe<Scalars['String']>;
|
|
5980
|
+
}>;
|
|
5981
|
+
export type ExplorerQuery = {
|
|
5982
|
+
records: {
|
|
5983
|
+
totalCount?: number | null;
|
|
5984
|
+
list: Array<{
|
|
5985
|
+
id: string;
|
|
5986
|
+
whoAmI: {
|
|
5987
|
+
id: string;
|
|
5988
|
+
label?: string | null;
|
|
5989
|
+
subLabel?: string | null;
|
|
5990
|
+
color?: string | null;
|
|
5991
|
+
preview?: IPreviewScalar | null;
|
|
5992
|
+
library: {
|
|
5993
|
+
id: string;
|
|
5994
|
+
label?: any | null;
|
|
5995
|
+
};
|
|
5996
|
+
};
|
|
5997
|
+
properties: Array<{
|
|
5998
|
+
attributeId: string;
|
|
5999
|
+
attributeProperties: {
|
|
6000
|
+
id: string;
|
|
6001
|
+
label?: any | null;
|
|
6002
|
+
type: AttributeType;
|
|
6003
|
+
format?: AttributeFormat | null;
|
|
6004
|
+
multiple_values: boolean;
|
|
6005
|
+
};
|
|
6006
|
+
values: Array<{
|
|
6007
|
+
linkPayload?: {
|
|
6008
|
+
id: string;
|
|
6009
|
+
whoAmI: {
|
|
6010
|
+
id: string;
|
|
6011
|
+
label?: string | null;
|
|
6012
|
+
subLabel?: string | null;
|
|
6013
|
+
color?: string | null;
|
|
6014
|
+
preview?: IPreviewScalar | null;
|
|
6015
|
+
library: {
|
|
6016
|
+
id: string;
|
|
6017
|
+
label?: any | null;
|
|
6018
|
+
};
|
|
6019
|
+
};
|
|
6020
|
+
} | null;
|
|
6021
|
+
} | {
|
|
6022
|
+
treePayload?: {
|
|
6023
|
+
record: {
|
|
6024
|
+
id: string;
|
|
6025
|
+
whoAmI: {
|
|
6026
|
+
id: string;
|
|
6027
|
+
label?: string | null;
|
|
6028
|
+
subLabel?: string | null;
|
|
6029
|
+
color?: string | null;
|
|
6030
|
+
preview?: IPreviewScalar | null;
|
|
6031
|
+
library: {
|
|
6032
|
+
id: string;
|
|
6033
|
+
label?: any | null;
|
|
6034
|
+
};
|
|
6035
|
+
};
|
|
6036
|
+
};
|
|
6037
|
+
} | null;
|
|
6038
|
+
} | {
|
|
6039
|
+
valuePayload?: any | null;
|
|
6040
|
+
}>;
|
|
6041
|
+
}>;
|
|
6042
|
+
}>;
|
|
6043
|
+
};
|
|
6044
|
+
};
|
|
6045
|
+
export type ExplorerLibraryDataQueryVariables = Exact<{
|
|
6046
|
+
libraryId: Scalars['ID'];
|
|
6047
|
+
}>;
|
|
6048
|
+
export type ExplorerLibraryDataQuery = {
|
|
6049
|
+
libraries?: {
|
|
6050
|
+
list: Array<{
|
|
6051
|
+
id: string;
|
|
6052
|
+
label?: any | null;
|
|
6053
|
+
}>;
|
|
6054
|
+
} | null;
|
|
6055
|
+
};
|
|
6056
|
+
export type TreeDataQueryQueryVariables = Exact<{
|
|
6057
|
+
treeId: Scalars['ID'];
|
|
6058
|
+
}>;
|
|
6059
|
+
export type TreeDataQueryQuery = {
|
|
6060
|
+
trees?: {
|
|
6061
|
+
list: Array<{
|
|
6062
|
+
id: string;
|
|
6063
|
+
label?: any | null;
|
|
6064
|
+
}>;
|
|
6065
|
+
} | null;
|
|
6066
|
+
};
|
|
5721
6067
|
export declare const RecordIdentityFragmentDoc: Apollo.DocumentNode;
|
|
5722
6068
|
export declare const DetailsApplicationFragmentDoc: Apollo.DocumentNode;
|
|
5723
6069
|
export declare const AttributeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
@@ -5735,7 +6081,10 @@ export declare const RecordFormElementFragmentDoc: Apollo.DocumentNode;
|
|
|
5735
6081
|
export declare const TreeLightFragmentDoc: Apollo.DocumentNode;
|
|
5736
6082
|
export declare const TreeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
5737
6083
|
export declare const TreeNodeChildFragmentDoc: Apollo.DocumentNode;
|
|
6084
|
+
export declare const ViewDetailsFilterFragmentDoc: Apollo.DocumentNode;
|
|
5738
6085
|
export declare const ViewDetailsFragmentDoc: Apollo.DocumentNode;
|
|
6086
|
+
export declare const PropertyValueFragmentDoc: Apollo.DocumentNode;
|
|
6087
|
+
export declare const AttributePropertiesFragmentDoc: Apollo.DocumentNode;
|
|
5739
6088
|
export declare const CheckApplicationExistenceDocument: Apollo.DocumentNode;
|
|
5740
6089
|
/**
|
|
5741
6090
|
* __useCheckApplicationExistenceQuery__
|
|
@@ -6979,6 +7328,38 @@ export declare function useDeleteValueMutation(baseOptions?: Apollo.MutationHook
|
|
|
6979
7328
|
export type DeleteValueMutationHookResult = ReturnType<typeof useDeleteValueMutation>;
|
|
6980
7329
|
export type DeleteValueMutationResult = Apollo.MutationResult<DeleteValueMutation>;
|
|
6981
7330
|
export type DeleteValueMutationOptions = Apollo.BaseMutationOptions<DeleteValueMutation, DeleteValueMutationVariables>;
|
|
7331
|
+
export declare const RunActionsListAndFormatOnValueDocument: Apollo.DocumentNode;
|
|
7332
|
+
/**
|
|
7333
|
+
* __useRunActionsListAndFormatOnValueQuery__
|
|
7334
|
+
*
|
|
7335
|
+
* To run a query within a React component, call `useRunActionsListAndFormatOnValueQuery` and pass it any options that fit your needs.
|
|
7336
|
+
* When your component renders, `useRunActionsListAndFormatOnValueQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7337
|
+
* you can use to render your UI.
|
|
7338
|
+
*
|
|
7339
|
+
* @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;
|
|
7340
|
+
*
|
|
7341
|
+
* @example
|
|
7342
|
+
* const { data, loading, error } = useRunActionsListAndFormatOnValueQuery({
|
|
7343
|
+
* variables: {
|
|
7344
|
+
* library: // value for 'library'
|
|
7345
|
+
* value: // value for 'value'
|
|
7346
|
+
* version: // value for 'version'
|
|
7347
|
+
* },
|
|
7348
|
+
* });
|
|
7349
|
+
*/
|
|
7350
|
+
export declare function useRunActionsListAndFormatOnValueQuery(baseOptions: Apollo.QueryHookOptions<RunActionsListAndFormatOnValueQuery, RunActionsListAndFormatOnValueQueryVariables>): Apollo.QueryResult<RunActionsListAndFormatOnValueQuery, Exact<{
|
|
7351
|
+
library: Scalars["ID"];
|
|
7352
|
+
value?: InputMaybe<ValueBatchInput>;
|
|
7353
|
+
version?: InputMaybe<Array<InputMaybe<ValueVersionInput>> | InputMaybe<ValueVersionInput>>;
|
|
7354
|
+
}>>;
|
|
7355
|
+
export declare function useRunActionsListAndFormatOnValueLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<RunActionsListAndFormatOnValueQuery, RunActionsListAndFormatOnValueQueryVariables>): Apollo.LazyQueryResultTuple<RunActionsListAndFormatOnValueQuery, Exact<{
|
|
7356
|
+
library: Scalars["ID"];
|
|
7357
|
+
value?: InputMaybe<ValueBatchInput>;
|
|
7358
|
+
version?: InputMaybe<Array<InputMaybe<ValueVersionInput>> | InputMaybe<ValueVersionInput>>;
|
|
7359
|
+
}>>;
|
|
7360
|
+
export type RunActionsListAndFormatOnValueQueryHookResult = ReturnType<typeof useRunActionsListAndFormatOnValueQuery>;
|
|
7361
|
+
export type RunActionsListAndFormatOnValueLazyQueryHookResult = ReturnType<typeof useRunActionsListAndFormatOnValueLazyQuery>;
|
|
7362
|
+
export type RunActionsListAndFormatOnValueQueryResult = Apollo.QueryResult<RunActionsListAndFormatOnValueQuery, RunActionsListAndFormatOnValueQueryVariables>;
|
|
6982
7363
|
export declare const SaveValueBatchDocument: Apollo.DocumentNode;
|
|
6983
7364
|
export type SaveValueBatchMutationFn = Apollo.MutationFunction<SaveValueBatchMutation, SaveValueBatchMutationVariables>;
|
|
6984
7365
|
/**
|
|
@@ -7089,28 +7470,147 @@ export declare function useGetViewsListLazyQuery(baseOptions?: Apollo.LazyQueryH
|
|
|
7089
7470
|
export type GetViewsListQueryHookResult = ReturnType<typeof useGetViewsListQuery>;
|
|
7090
7471
|
export type GetViewsListLazyQueryHookResult = ReturnType<typeof useGetViewsListLazyQuery>;
|
|
7091
7472
|
export type GetViewsListQueryResult = Apollo.QueryResult<GetViewsListQuery, GetViewsListQueryVariables>;
|
|
7092
|
-
export declare const
|
|
7093
|
-
export type
|
|
7473
|
+
export declare const SaveViewDocument: Apollo.DocumentNode;
|
|
7474
|
+
export type SaveViewMutationFn = Apollo.MutationFunction<SaveViewMutation, SaveViewMutationVariables>;
|
|
7094
7475
|
/**
|
|
7095
|
-
*
|
|
7476
|
+
* __useSaveViewMutation__
|
|
7096
7477
|
*
|
|
7097
|
-
* To run a mutation, you first call `
|
|
7098
|
-
* When your component renders, `
|
|
7478
|
+
* To run a mutation, you first call `useSaveViewMutation` within a React component and pass it any options that fit your needs.
|
|
7479
|
+
* When your component renders, `useSaveViewMutation` returns a tuple that includes:
|
|
7099
7480
|
* - A mutate function that you can call at any time to execute the mutation
|
|
7100
7481
|
* - An object with fields that represent the current status of the mutation's execution
|
|
7101
7482
|
*
|
|
7102
7483
|
* @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;
|
|
7103
7484
|
*
|
|
7104
7485
|
* @example
|
|
7105
|
-
* const [
|
|
7486
|
+
* const [saveViewMutation, { data, loading, error }] = useSaveViewMutation({
|
|
7106
7487
|
* variables: {
|
|
7107
7488
|
* view: // value for 'view'
|
|
7108
7489
|
* },
|
|
7109
7490
|
* });
|
|
7110
7491
|
*/
|
|
7111
|
-
export declare function
|
|
7492
|
+
export declare function useSaveViewMutation(baseOptions?: Apollo.MutationHookOptions<SaveViewMutation, SaveViewMutationVariables>): Apollo.MutationTuple<SaveViewMutation, Exact<{
|
|
7112
7493
|
view: ViewInput;
|
|
7113
7494
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
7114
|
-
export type
|
|
7115
|
-
export type
|
|
7116
|
-
export type
|
|
7495
|
+
export type SaveViewMutationHookResult = ReturnType<typeof useSaveViewMutation>;
|
|
7496
|
+
export type SaveViewMutationResult = Apollo.MutationResult<SaveViewMutation>;
|
|
7497
|
+
export type SaveViewMutationOptions = Apollo.BaseMutationOptions<SaveViewMutation, SaveViewMutationVariables>;
|
|
7498
|
+
export declare const ExplorerAttributesDocument: Apollo.DocumentNode;
|
|
7499
|
+
/**
|
|
7500
|
+
* __useExplorerAttributesQuery__
|
|
7501
|
+
*
|
|
7502
|
+
* To run a query within a React component, call `useExplorerAttributesQuery` and pass it any options that fit your needs.
|
|
7503
|
+
* When your component renders, `useExplorerAttributesQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7504
|
+
* you can use to render your UI.
|
|
7505
|
+
*
|
|
7506
|
+
* @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;
|
|
7507
|
+
*
|
|
7508
|
+
* @example
|
|
7509
|
+
* const { data, loading, error } = useExplorerAttributesQuery({
|
|
7510
|
+
* variables: {
|
|
7511
|
+
* ids: // value for 'ids'
|
|
7512
|
+
* },
|
|
7513
|
+
* });
|
|
7514
|
+
*/
|
|
7515
|
+
export declare function useExplorerAttributesQuery(baseOptions?: Apollo.QueryHookOptions<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>): Apollo.QueryResult<ExplorerAttributesQuery, Exact<{
|
|
7516
|
+
ids?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
7517
|
+
}>>;
|
|
7518
|
+
export declare function useExplorerAttributesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerAttributesQuery, Exact<{
|
|
7519
|
+
ids?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
7520
|
+
}>>;
|
|
7521
|
+
export type ExplorerAttributesQueryHookResult = ReturnType<typeof useExplorerAttributesQuery>;
|
|
7522
|
+
export type ExplorerAttributesLazyQueryHookResult = ReturnType<typeof useExplorerAttributesLazyQuery>;
|
|
7523
|
+
export type ExplorerAttributesQueryResult = Apollo.QueryResult<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>;
|
|
7524
|
+
export declare const ExplorerDocument: Apollo.DocumentNode;
|
|
7525
|
+
/**
|
|
7526
|
+
* __useExplorerQuery__
|
|
7527
|
+
*
|
|
7528
|
+
* To run a query within a React component, call `useExplorerQuery` and pass it any options that fit your needs.
|
|
7529
|
+
* When your component renders, `useExplorerQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7530
|
+
* you can use to render your UI.
|
|
7531
|
+
*
|
|
7532
|
+
* @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;
|
|
7533
|
+
*
|
|
7534
|
+
* @example
|
|
7535
|
+
* const { data, loading, error } = useExplorerQuery({
|
|
7536
|
+
* variables: {
|
|
7537
|
+
* libraryId: // value for 'libraryId'
|
|
7538
|
+
* attributeIds: // value for 'attributeIds'
|
|
7539
|
+
* pagination: // value for 'pagination'
|
|
7540
|
+
* filters: // value for 'filters'
|
|
7541
|
+
* multipleSort: // value for 'multipleSort'
|
|
7542
|
+
* searchQuery: // value for 'searchQuery'
|
|
7543
|
+
* },
|
|
7544
|
+
* });
|
|
7545
|
+
*/
|
|
7546
|
+
export declare function useExplorerQuery(baseOptions: Apollo.QueryHookOptions<ExplorerQuery, ExplorerQueryVariables>): Apollo.QueryResult<ExplorerQuery, Exact<{
|
|
7547
|
+
libraryId: Scalars["ID"];
|
|
7548
|
+
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
7549
|
+
pagination?: InputMaybe<RecordsPagination>;
|
|
7550
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
7551
|
+
multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
|
|
7552
|
+
searchQuery?: InputMaybe<Scalars["String"]>;
|
|
7553
|
+
}>>;
|
|
7554
|
+
export declare function useExplorerLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerQuery, ExplorerQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerQuery, Exact<{
|
|
7555
|
+
libraryId: Scalars["ID"];
|
|
7556
|
+
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
7557
|
+
pagination?: InputMaybe<RecordsPagination>;
|
|
7558
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
7559
|
+
multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
|
|
7560
|
+
searchQuery?: InputMaybe<Scalars["String"]>;
|
|
7561
|
+
}>>;
|
|
7562
|
+
export type ExplorerQueryHookResult = ReturnType<typeof useExplorerQuery>;
|
|
7563
|
+
export type ExplorerLazyQueryHookResult = ReturnType<typeof useExplorerLazyQuery>;
|
|
7564
|
+
export type ExplorerQueryResult = Apollo.QueryResult<ExplorerQuery, ExplorerQueryVariables>;
|
|
7565
|
+
export declare const ExplorerLibraryDataDocument: Apollo.DocumentNode;
|
|
7566
|
+
/**
|
|
7567
|
+
* __useExplorerLibraryDataQuery__
|
|
7568
|
+
*
|
|
7569
|
+
* To run a query within a React component, call `useExplorerLibraryDataQuery` and pass it any options that fit your needs.
|
|
7570
|
+
* When your component renders, `useExplorerLibraryDataQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7571
|
+
* you can use to render your UI.
|
|
7572
|
+
*
|
|
7573
|
+
* @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;
|
|
7574
|
+
*
|
|
7575
|
+
* @example
|
|
7576
|
+
* const { data, loading, error } = useExplorerLibraryDataQuery({
|
|
7577
|
+
* variables: {
|
|
7578
|
+
* libraryId: // value for 'libraryId'
|
|
7579
|
+
* },
|
|
7580
|
+
* });
|
|
7581
|
+
*/
|
|
7582
|
+
export declare function useExplorerLibraryDataQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>): Apollo.QueryResult<ExplorerLibraryDataQuery, Exact<{
|
|
7583
|
+
libraryId: Scalars["ID"];
|
|
7584
|
+
}>>;
|
|
7585
|
+
export declare function useExplorerLibraryDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLibraryDataQuery, Exact<{
|
|
7586
|
+
libraryId: Scalars["ID"];
|
|
7587
|
+
}>>;
|
|
7588
|
+
export type ExplorerLibraryDataQueryHookResult = ReturnType<typeof useExplorerLibraryDataQuery>;
|
|
7589
|
+
export type ExplorerLibraryDataLazyQueryHookResult = ReturnType<typeof useExplorerLibraryDataLazyQuery>;
|
|
7590
|
+
export type ExplorerLibraryDataQueryResult = Apollo.QueryResult<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>;
|
|
7591
|
+
export declare const TreeDataQueryDocument: Apollo.DocumentNode;
|
|
7592
|
+
/**
|
|
7593
|
+
* __useTreeDataQueryQuery__
|
|
7594
|
+
*
|
|
7595
|
+
* To run a query within a React component, call `useTreeDataQueryQuery` and pass it any options that fit your needs.
|
|
7596
|
+
* When your component renders, `useTreeDataQueryQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7597
|
+
* you can use to render your UI.
|
|
7598
|
+
*
|
|
7599
|
+
* @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;
|
|
7600
|
+
*
|
|
7601
|
+
* @example
|
|
7602
|
+
* const { data, loading, error } = useTreeDataQueryQuery({
|
|
7603
|
+
* variables: {
|
|
7604
|
+
* treeId: // value for 'treeId'
|
|
7605
|
+
* },
|
|
7606
|
+
* });
|
|
7607
|
+
*/
|
|
7608
|
+
export declare function useTreeDataQueryQuery(baseOptions: Apollo.QueryHookOptions<TreeDataQueryQuery, TreeDataQueryQueryVariables>): Apollo.QueryResult<TreeDataQueryQuery, Exact<{
|
|
7609
|
+
treeId: Scalars["ID"];
|
|
7610
|
+
}>>;
|
|
7611
|
+
export declare function useTreeDataQueryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<TreeDataQueryQuery, TreeDataQueryQueryVariables>): Apollo.LazyQueryResultTuple<TreeDataQueryQuery, Exact<{
|
|
7612
|
+
treeId: Scalars["ID"];
|
|
7613
|
+
}>>;
|
|
7614
|
+
export type TreeDataQueryQueryHookResult = ReturnType<typeof useTreeDataQueryQuery>;
|
|
7615
|
+
export type TreeDataQueryLazyQueryHookResult = ReturnType<typeof useTreeDataQueryLazyQuery>;
|
|
7616
|
+
export type TreeDataQueryQueryResult = Apollo.QueryResult<TreeDataQueryQuery, TreeDataQueryQueryVariables>;
|