@leav/ui 0.2.7 → 0.2.8
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/application.d.ts +2 -2
- package/dist/__mocks__/common/application.js +2 -2
- package/dist/__mocks__/common/attribute.d.ts +8 -2
- package/dist/__mocks__/common/filter.d.ts +1 -1
- package/dist/__mocks__/common/filter.js +13 -9
- package/dist/__mocks__/common/import.d.ts +1 -1
- package/dist/__mocks__/common/import.js +5 -5
- package/dist/__mocks__/common/label.d.ts +3 -1
- package/dist/__mocks__/common/label.js +2 -2
- package/dist/__mocks__/common/library.d.ts +82 -67
- package/dist/__mocks__/common/library.js +11 -9
- package/dist/__mocks__/common/mockSearchContextProvider.d.ts +6 -3
- package/dist/__mocks__/common/mockSearchContextProvider.js +23 -10
- package/dist/__mocks__/common/record.d.ts +2 -2
- package/dist/__mocks__/common/record.js +2 -2
- package/dist/__mocks__/common/tree.d.ts +1 -1
- package/dist/__mocks__/common/tree.js +3 -3
- package/dist/__mocks__/common/treeElements.d.ts +3 -3
- package/dist/__mocks__/common/treeElements.js +6 -4
- package/dist/__mocks__/common/versionProfile.d.ts +1 -1
- package/dist/__mocks__/common/versionProfile.js +2 -2
- package/dist/__mocks__/common/view.d.ts +1 -1
- package/dist/__mocks__/common/view.js +3 -3
- package/dist/__mocks__/mockQuery/mockGetLibraryDetailExtendedQuery.d.ts +6 -1
- package/dist/__mocks__/mockQuery/mockGetLibraryDetailExtendedQuery.js +5 -5
- package/dist/__mocks__/mockQuery/mockGetRecordsFromLibraryQuery.d.ts +10 -3
- package/dist/__mocks__/mockQuery/mockGetRecordsFromLibraryQuery.js +3 -3
- package/dist/__mocks__/mockQuery/mockGetViewListQuery.d.ts +6 -4
- package/dist/__mocks__/mockQuery/mockGetViewListQuery.js +11 -6
- package/dist/__mocks__/react-i18next.d.ts +5 -9
- package/dist/__mocks__/react-i18next.js +10 -11
- package/dist/_gqlTypes/index.d.ts +5169 -4482
- package/dist/_queries/applications/applicationDetailsFragment.d.ts +1 -1
- package/dist/_queries/applications/applicationDetailsFragment.js +4 -4
- package/dist/_queries/applications/checkApplicationExistence.d.ts +1 -1
- package/dist/_queries/applications/checkApplicationExistence.js +3 -3
- package/dist/_queries/applications/getApplicationDetails.d.ts +1 -1
- package/dist/_queries/applications/getApplicationDetails.js +4 -4
- package/dist/_queries/applications/getApplicationsModulesQuery.d.ts +1 -1
- package/dist/_queries/applications/getApplicationsModulesQuery.js +3 -3
- package/dist/_queries/applications/saveApplicationMutation.d.ts +1 -1
- package/dist/_queries/applications/saveApplicationMutation.js +4 -4
- package/dist/_queries/attributes/attributeDetailsFragment.d.ts +1 -1
- package/dist/_queries/attributes/checkAttributeExistenceQuery.d.ts +1 -1
- package/dist/_queries/attributes/checkAttributeExistenceQuery.js +3 -3
- package/dist/_queries/attributes/deleteAttributeMutation.d.ts +1 -1
- package/dist/_queries/attributes/deleteAttributeMutation.js +3 -3
- package/dist/_queries/attributes/getAttributeByIdQuery.d.ts +1 -1
- package/dist/_queries/attributes/getAttributeByIdQuery.js +4 -4
- package/dist/_queries/attributes/getAttributeWithEmbeddedFields.d.ts +1 -1
- package/dist/_queries/attributes/getAttributeWithEmbeddedFields.js +4 -4
- package/dist/_queries/attributes/getAttributesByLib.d.ts +1 -1
- package/dist/_queries/attributes/getAttributesByLib.js +3 -3
- package/dist/_queries/attributes/getAttributesQuery.d.ts +1 -1
- package/dist/_queries/attributes/getAttributesQuery.js +3 -3
- package/dist/_queries/attributes/getVersionProfilesQuery.d.ts +1 -1
- package/dist/_queries/attributes/getVersionProfilesQuery.js +3 -3
- package/dist/_queries/attributes/getVersionableAttributesByLibrary.d.ts +1 -1
- package/dist/_queries/attributes/getVersionableAttributesByLibrary.js +3 -3
- package/dist/_queries/attributes/saveAttributeMutation.d.ts +1 -1
- package/dist/_queries/attributes/saveAttributeMutation.js +4 -4
- package/dist/_queries/export/exportQuery.d.ts +1 -1
- package/dist/_queries/export/exportQuery.js +3 -3
- package/dist/_queries/files/createDirectory.d.ts +1 -1
- package/dist/_queries/files/createDirectory.js +4 -4
- package/dist/_queries/files/forcePreviewsGenerationMutation.d.ts +1 -1
- package/dist/_queries/files/forcePreviewsGenerationMutation.js +3 -3
- package/dist/_queries/files/getDirectoryDataQuery.d.ts +1 -1
- package/dist/_queries/files/getDirectoryDataQuery.js +4 -4
- package/dist/_queries/files/getUploadUpdates.d.ts +1 -1
- package/dist/_queries/files/getUploadUpdates.js +3 -3
- package/dist/_queries/files/uploadMutation.d.ts +1 -1
- package/dist/_queries/files/uploadMutation.js +4 -4
- package/dist/_queries/import/importExcel.d.ts +1 -1
- package/dist/_queries/import/importExcel.js +3 -3
- package/dist/_queries/libraries/checkLibraryExistenceQuery.d.ts +1 -1
- package/dist/_queries/libraries/checkLibraryExistenceQuery.js +3 -3
- package/dist/_queries/libraries/deleteLibraryMutation.d.ts +1 -1
- package/dist/_queries/libraries/deleteLibraryMutation.js +3 -3
- package/dist/_queries/libraries/getLibrariesQuery.d.ts +1 -1
- package/dist/_queries/libraries/getLibrariesQuery.js +3 -3
- package/dist/_queries/libraries/getLibraryByIdQuery.d.ts +1 -1
- package/dist/_queries/libraries/getLibraryByIdQuery.js +4 -4
- package/dist/_queries/libraries/getLibraryDetailExtendQuery.d.ts +13 -4
- package/dist/_queries/libraries/getLibraryDetailExtendQuery.js +4 -4
- package/dist/_queries/libraries/getLibraryPermissionsQuery.d.ts +1 -1
- package/dist/_queries/libraries/getLibraryPermissionsQuery.js +3 -3
- package/dist/_queries/libraries/getLibraryPreviewsSettingsQuery.d.ts +1 -1
- package/dist/_queries/libraries/getLibraryPreviewsSettingsQuery.js +3 -3
- package/dist/_queries/libraries/libraryDetailsFragment.d.ts +1 -1
- package/dist/_queries/libraries/libraryDetailsFragment.js +4 -4
- package/dist/_queries/libraries/saveLibraryMutation.d.ts +1 -1
- package/dist/_queries/libraries/saveLibraryMutation.js +4 -4
- package/dist/_queries/permissions/isAllowedQuery.d.ts +1 -1
- package/dist/_queries/permissions/isAllowedQuery.js +3 -3
- package/dist/_queries/records/createRecordMutation.d.ts +1 -1
- package/dist/_queries/records/createRecordMutation.js +4 -4
- package/dist/_queries/records/deactivateRecordsMutation.d.ts +1 -1
- package/dist/_queries/records/deactivateRecordsMutation.js +4 -4
- package/dist/_queries/records/doesFileExistAsChild.d.ts +1 -1
- package/dist/_queries/records/doesFileExistAsChild.js +3 -3
- package/dist/_queries/records/getFileDataQuery.d.ts +10 -7
- package/dist/_queries/records/getFileDataQuery.js +4 -4
- package/dist/_queries/records/getRecordColumnsValues.d.ts +3 -3
- package/dist/_queries/records/getRecordColumnsValues.js +6 -6
- package/dist/_queries/records/getRecordFormQuery.d.ts +1 -1
- package/dist/_queries/records/getRecordFormQuery.js +5 -5
- package/dist/_queries/records/getRecordPropertiesQuery.d.ts +10 -5
- package/dist/_queries/records/getRecordPropertiesQuery.js +13 -12
- package/dist/_queries/records/getRecordUpdatesSubscription.d.ts +1 -1
- package/dist/_queries/records/getRecordUpdatesSubscription.js +5 -5
- package/dist/_queries/records/getRecordsFromLibraryQuery.d.ts +7 -4
- package/dist/_queries/records/getRecordsFromLibraryQuery.js +7 -8
- package/dist/_queries/records/indexRecordsMutation.d.ts +1 -1
- package/dist/_queries/records/indexRecordsMutation.js +3 -3
- package/dist/_queries/records/recordFormAttributeFragment.d.ts +1 -1
- package/dist/_queries/records/recordFormAttributeFragment.js +3 -3
- package/dist/_queries/tasks/cancelTaskMutation.d.ts +1 -1
- package/dist/_queries/tasks/cancelTaskMutation.js +3 -3
- package/dist/_queries/trees/checkTreeExistenceQuery.d.ts +1 -1
- package/dist/_queries/trees/checkTreeExistenceQuery.js +3 -3
- package/dist/_queries/trees/deleteTreeMutation.d.ts +1 -1
- package/dist/_queries/trees/deleteTreeMutation.js +3 -3
- package/dist/_queries/trees/getTreeByIdQuery.d.ts +1 -1
- package/dist/_queries/trees/getTreeByIdQuery.js +4 -4
- package/dist/_queries/trees/getTreeLibraries.d.ts +1 -1
- package/dist/_queries/trees/getTreeLibraries.js +3 -3
- package/dist/_queries/trees/getTreesQuery.d.ts +1 -1
- package/dist/_queries/trees/getTreesQuery.js +3 -3
- package/dist/_queries/trees/saveTreeMutation.d.ts +1 -1
- package/dist/_queries/trees/saveTreeMutation.js +4 -4
- package/dist/_queries/trees/treeDetailsFragment.d.ts +1 -1
- package/dist/_queries/trees/treeDetailsFragment.js +3 -3
- package/dist/_queries/trees/treeNodeChildrenQuery.d.ts +1 -1
- package/dist/_queries/trees/treeNodeChildrenQuery.js +4 -4
- package/dist/_queries/userData/getUserData.d.ts +1 -1
- package/dist/_queries/userData/getUserData.js +3 -3
- package/dist/_queries/userData/saveUserData.d.ts +1 -1
- package/dist/_queries/userData/saveUserData.js +3 -3
- package/dist/_queries/values/deleteValueMutation.d.ts +1 -1
- package/dist/_queries/values/deleteValueMutation.js +4 -4
- package/dist/_queries/values/saveValueBatchMutation.d.ts +1 -1
- package/dist/_queries/values/saveValueBatchMutation.js +4 -4
- package/dist/_queries/values/valueDetailsFragment.d.ts +1 -1
- package/dist/_queries/values/valueDetailsFragment.js +5 -5
- package/dist/_queries/values/valuesVersionFragment.d.ts +1 -1
- package/dist/_queries/values/valuesVersionFragment.js +3 -3
- package/dist/_queries/views/deleteViewMutation.d.ts +1 -1
- package/dist/_queries/views/deleteViewMutation.js +3 -3
- package/dist/_queries/views/getViewById.d.ts +1 -1
- package/dist/_queries/views/getViewById.js +4 -4
- package/dist/_queries/views/getViewsListQuery.d.ts +1 -1
- package/dist/_queries/views/getViewsListQuery.js +3 -3
- package/dist/_queries/views/saveViewMutation.d.ts +1 -1
- package/dist/_queries/views/saveViewMutation.js +3 -3
- package/dist/_queries/views/viewDetailsFragment.d.ts +1 -1
- package/dist/_queries/views/viewDetailsFragment.js +4 -4
- package/dist/_utils/getFiltersFromRequest.d.ts +7 -3
- package/dist/_utils/getFiltersFromRequest.js +76 -31
- package/dist/_utils/getRequestFromFilter.d.ts +2 -2
- package/dist/_utils/getRequestFromFilter.js +63 -42
- package/dist/_utils/index.d.ts +36 -13
- package/dist/_utils/index.js +93 -38
- package/dist/antdTheme/index.d.ts +3 -3
- package/dist/antdTheme/types.d.ts +1 -1
- package/dist/antdTheme/types.js +1 -1
- package/dist/components/AttributePicker/AttributePicker.d.ts +10 -2
- package/dist/components/AttributePicker/AttributePicker.js +46 -11
- package/dist/components/AttributePicker/AttributesList/AttributesList.d.ts +8 -2
- package/dist/components/AttributePicker/AttributesList/AttributesList.js +141 -47
- package/dist/components/AttributePicker/AttributesList/index.d.ts +1 -1
- package/dist/components/AttributePicker/AttributesList/index.js +2 -2
- package/dist/components/AttributePicker/index.d.ts +1 -1
- package/dist/components/AttributePicker/index.js +2 -2
- package/dist/components/AttributesSelectionList/Attribute/Attribute.d.ts +2 -2
- package/dist/components/AttributesSelectionList/Attribute/Attribute.js +38 -17
- package/dist/components/AttributesSelectionList/Attribute/index.js +1 -1
- package/dist/components/AttributesSelectionList/AttributesSelectionList.d.ts +8 -2
- package/dist/components/AttributesSelectionList/AttributesSelectionList.js +97 -24
- package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/SelectedAttribute.d.ts +2 -2
- package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/SelectedAttribute.js +41 -16
- package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/index.js +1 -1
- package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttributesList.js +64 -10
- package/dist/components/AttributesSelectionList/SelectedAttributesList/index.js +1 -1
- package/dist/components/AttributesSelectionList/_types.d.ts +5 -1
- package/dist/components/AttributesSelectionList/_types.js +1 -1
- package/dist/components/AttributesSelectionList/helpers/attributeToSelectedAttribute.d.ts +6 -3
- package/dist/components/AttributesSelectionList/helpers/attributeToSelectedAttribute.js +3 -2
- package/dist/components/AttributesSelectionList/index.js +1 -1
- package/dist/components/AttributesSelectionList/reducer/__mocks__/attributesSelectionListStateContext.d.ts +2 -2
- package/dist/components/AttributesSelectionList/reducer/__mocks__/attributesSelectionListStateContext.js +4 -4
- package/dist/components/AttributesSelectionList/reducer/attributesSelectionListReducer.d.ts +28 -21
- package/dist/components/AttributesSelectionList/reducer/attributesSelectionListReducer.js +13 -16
- package/dist/components/AttributesSelectionList/reducer/attributesSelectionListStateContext.d.ts +2 -2
- package/dist/components/AttributesSelectionList/reducer/attributesSelectionListStateContext.js +7 -4
- package/dist/components/AttributesSelectionList/sharedComponents.d.ts +842 -803
- package/dist/components/AttributesSelectionList/sharedComponents.js +4 -4
- package/dist/components/BasicButton/BasicButton.d.ts +2 -2
- package/dist/components/BasicButton/BasicButton.js +19 -18
- package/dist/components/BasicButton/index.d.ts +1 -1
- package/dist/components/BasicButton/index.js +2 -2
- package/dist/components/CreateDirectory/CreateDirectory.d.ts +7 -2
- package/dist/components/CreateDirectory/CreateDirectory.js +125 -22
- package/dist/components/CreateDirectory/index.d.ts +1 -1
- package/dist/components/CreateDirectory/index.js +2 -2
- package/dist/components/DeactivateRecordsModal/DeactivateRecordsModal.d.ts +8 -2
- package/dist/components/DeactivateRecordsModal/DeactivateRecordsModal.js +41 -18
- package/dist/components/DeactivateRecordsModal/index.d.ts +1 -1
- package/dist/components/DeactivateRecordsModal/index.js +2 -2
- package/dist/components/Dimmer/Dimmer.d.ts +1 -1
- package/dist/components/Dimmer/Dimmer.js +5 -5
- package/dist/components/Dimmer/index.js +1 -1
- package/dist/components/EditApplication/EditApplication.d.ts +8 -2
- package/dist/components/EditApplication/EditApplication.js +29 -17
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfo.d.ts +2 -2
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfo.js +68 -34
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/EditApplicationInfoForm.d.ts +9 -3
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/EditApplicationInfoForm.js +244 -72
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/ModuleSelector/ModuleSelector.d.ts +2 -2
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/ModuleSelector/ModuleSelector.js +41 -26
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/ModuleSelector/index.js +1 -1
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/index.js +1 -1
- package/dist/components/EditApplication/EditApplicationInfo/index.d.ts +1 -1
- package/dist/components/EditApplication/EditApplicationInfo/index.js +2 -2
- package/dist/components/EditApplication/_types.d.ts +1 -1
- package/dist/components/EditApplication/_types.js +1 -1
- package/dist/components/EditApplication/index.d.ts +1 -1
- package/dist/components/EditApplication/index.js +2 -2
- package/dist/components/EditAttributeModal/EditAttribute/EditAttribute.d.ts +6 -2
- package/dist/components/EditAttributeModal/EditAttribute/EditAttribute.js +28 -18
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfo.d.ts +2 -2
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfo.js +102 -44
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/EditAttributeInfoForm.d.ts +10 -3
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/EditAttributeInfoForm.js +389 -77
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/LinkedLibraryForm.d.ts +2 -2
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/LinkedLibraryForm.js +68 -21
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/index.d.ts +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/index.js +2 -2
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/LinkedTreeForm.d.ts +2 -2
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/LinkedTreeForm.js +68 -21
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/index.d.ts +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/index.js +2 -2
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/ValuesVersionsForm/ValuesVersionsForm.d.ts +2 -2
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/ValuesVersionsForm/ValuesVersionsForm.js +94 -16
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/ValuesVersionsForm/index.d.ts +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/ValuesVersionsForm/index.js +2 -2
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/index.d.ts +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/index.js +2 -2
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/index.d.ts +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/index.js +2 -2
- package/dist/components/EditAttributeModal/EditAttribute/index.d.ts +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/index.js +2 -2
- package/dist/components/EditAttributeModal/EditAttributeModal.d.ts +9 -3
- package/dist/components/EditAttributeModal/EditAttributeModal.js +84 -34
- package/dist/components/EditAttributeModal/index.d.ts +1 -1
- package/dist/components/EditAttributeModal/index.js +2 -2
- package/dist/components/EditLibraryModal/EditLibrary/EditLibrary.d.ts +7 -2
- package/dist/components/EditLibraryModal/EditLibrary/EditLibrary.js +48 -26
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/AttributeCell.d.ts +2 -2
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/AttributeCell.js +24 -13
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/index.d.ts +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/index.js +2 -2
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributesList.d.ts +14 -6
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributesList.js +118 -39
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/DeleteButton.d.ts +2 -2
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/DeleteButton.js +32 -11
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/index.d.ts +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/index.js +2 -2
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/index.d.ts +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/index.js +2 -2
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/EditLibraryAttributes.d.ts +2 -2
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/EditLibraryAttributes.js +27 -13
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/index.d.ts +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/index.js +2 -2
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/EditLibraryIndexation.d.ts +2 -2
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/EditLibraryIndexation.js +89 -22
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/index.d.ts +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/index.js +2 -2
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfo.d.ts +2 -2
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfo.js +85 -46
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/EditLibraryInfoForm.d.ts +10 -3
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/EditLibraryInfoForm.js +245 -76
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/index.d.ts +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/index.js +2 -2
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/index.d.ts +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/index.js +2 -2
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditLibraryPreviewsSettings.d.ts +2 -2
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditLibraryPreviewsSettings.js +22 -18
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/EditPreviewsSettingsModal.d.ts +8 -2
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/EditPreviewsSettingsModal.js +241 -34
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/SizesEditor.d.ts +2 -2
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/SizesEditor.js +114 -41
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/index.d.ts +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/index.js +2 -2
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/index.d.ts +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/index.js +2 -2
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/PreviewsSettingsList.d.ts +6 -2
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/PreviewsSettingsList.js +122 -34
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/index.d.ts +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/index.js +2 -2
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/index.d.ts +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/index.js +2 -2
- package/dist/components/EditLibraryModal/EditLibrary/index.d.ts +1 -1
- package/dist/components/EditLibraryModal/EditLibrary/index.js +2 -2
- package/dist/components/EditLibraryModal/EditLibraryModal.d.ts +10 -3
- package/dist/components/EditLibraryModal/EditLibraryModal.js +88 -33
- package/dist/components/EditLibraryModal/index.d.ts +1 -1
- package/dist/components/EditLibraryModal/index.js +2 -2
- package/dist/components/EditTreeModal/EditTree/EditTree.d.ts +2 -2
- package/dist/components/EditTreeModal/EditTree/EditTree.js +28 -18
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfo.d.ts +2 -2
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfo.js +85 -47
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/EditTreeInfoForm.d.ts +10 -3
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/EditTreeInfoForm.js +169 -58
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/TreeLibrariesForm.d.ts +3 -3
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/TreeLibrariesForm.js +210 -30
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/index.d.ts +1 -1
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/index.js +2 -2
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/index.d.ts +1 -1
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/index.js +2 -2
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/index.d.ts +1 -1
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/index.js +2 -2
- package/dist/components/EditTreeModal/EditTree/index.d.ts +1 -1
- package/dist/components/EditTreeModal/EditTree/index.js +2 -2
- package/dist/components/EditTreeModal/EditTreeModal.d.ts +3 -3
- package/dist/components/EditTreeModal/EditTreeModal.js +84 -31
- package/dist/components/EditTreeModal/index.d.ts +1 -1
- package/dist/components/EditTreeModal/index.js +2 -2
- package/dist/components/EntityCard/EntityCard.d.ts +14 -4
- package/dist/components/EntityCard/EntityCard.js +99 -22
- package/dist/components/EntityCard/_types.js +1 -1
- package/dist/components/EntityCard/index.d.ts +1 -1
- package/dist/components/EntityCard/index.js +2 -2
- package/dist/components/EntityPreview/EntityPreview.d.ts +1 -1
- package/dist/components/EntityPreview/EntityPreview.js +2 -2
- package/dist/components/EntityPreview/EntityPreviewList/EntityPreviewList.d.ts +2 -2
- package/dist/components/EntityPreview/EntityPreviewList/EntityPreviewList.js +66 -23
- package/dist/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/SimplisticEntityPreview.d.ts +1 -1
- package/dist/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/SimplisticEntityPreview.js +8 -8
- package/dist/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/index.js +1 -1
- package/dist/components/EntityPreview/EntityPreviewList/index.js +1 -1
- package/dist/components/EntityPreview/EntityPreviewTile/EntityPreviewTile.d.ts +9 -2
- package/dist/components/EntityPreview/EntityPreviewTile/EntityPreviewTile.js +48 -16
- package/dist/components/EntityPreview/EntityPreviewTile/index.js +1 -1
- package/dist/components/EntityPreview/_types.d.ts +2 -2
- package/dist/components/EntityPreview/_types.js +1 -1
- package/dist/components/EntityPreview/index.d.ts +1 -1
- package/dist/components/EntityPreview/index.js +2 -2
- package/dist/components/ErrorBoundary/ErrorBoundary.js +8 -4
- package/dist/components/ErrorBoundary/ErrorBoundaryContent/ErrorBoundaryContent.d.ts +2 -2
- package/dist/components/ErrorBoundary/ErrorBoundaryContent/ErrorBoundaryContent.js +50 -12
- package/dist/components/ErrorBoundary/ErrorBoundaryContent/index.js +1 -1
- package/dist/components/ErrorBoundary/index.d.ts +1 -1
- package/dist/components/ErrorBoundary/index.js +2 -2
- package/dist/components/ErrorDisplay/ErrorDisplay.d.ts +3 -3
- package/dist/components/ErrorDisplay/ErrorDisplay.js +22 -13
- package/dist/components/ErrorDisplay/index.d.ts +1 -1
- package/dist/components/ErrorDisplay/index.js +2 -2
- package/dist/components/ErrorMessage/ErrorMessage.d.ts +1 -1
- package/dist/components/ErrorMessage/ErrorMessage.js +31 -10
- package/dist/components/ErrorMessage/index.js +1 -1
- package/dist/components/ExportModal/ExportModal.d.ts +2 -2
- package/dist/components/ExportModal/ExportModal.js +116 -47
- package/dist/components/ExportModal/index.d.ts +1 -1
- package/dist/components/ExportModal/index.js +2 -2
- package/dist/components/FieldsGroup/FieldsGroup.d.ts +2 -2
- package/dist/components/FieldsGroup/FieldsGroup.js +13 -7
- package/dist/components/FieldsGroup/index.js +1 -1
- package/dist/components/FloatingMenu/FloatingMenu.d.ts +3 -3
- package/dist/components/FloatingMenu/FloatingMenu.js +84 -22
- package/dist/components/FloatingMenu/_types.d.ts +1 -1
- package/dist/components/FloatingMenu/_types.js +1 -1
- package/dist/components/FloatingMenu/index.d.ts +1 -1
- package/dist/components/FloatingMenu/index.js +2 -2
- package/dist/components/ImageLoading/ImageLoading.d.ts +1 -1
- package/dist/components/ImageLoading/ImageLoading.js +6 -6
- package/dist/components/ImageLoading/index.d.ts +1 -1
- package/dist/components/ImageLoading/index.js +2 -2
- package/dist/components/ImageMissing/ImageMissing.d.ts +1 -1
- package/dist/components/ImageMissing/ImageMissing.js +19 -7
- package/dist/components/ImageMissing/index.d.ts +1 -1
- package/dist/components/ImageMissing/index.js +2 -2
- package/dist/components/ImportModal/ImportModal.d.ts +8 -2
- package/dist/components/ImportModal/ImportModal.js +208 -75
- package/dist/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/ImportKeysSelector.d.ts +2 -2
- package/dist/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/ImportKeysSelector.js +40 -11
- package/dist/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/index.js +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/ImportMappingRowTitle.d.ts +2 -2
- package/dist/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/ImportMappingRowTitle.js +40 -13
- package/dist/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/index.js +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.d.ts +2 -2
- package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.js +135 -58
- package/dist/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/ImportScheduleModal.d.ts +7 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/ImportScheduleModal.js +34 -7
- package/dist/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/index.js +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/ImportSheetSettings.d.ts +10 -2
- package/dist/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/ImportSheetSettings.js +149 -22
- package/dist/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/index.js +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/index.js +1 -1
- package/dist/components/ImportModal/ImportModalDoneStep/ImportModalDoneStep.d.ts +1 -1
- package/dist/components/ImportModal/ImportModalDoneStep/ImportModalDoneStep.js +15 -10
- package/dist/components/ImportModal/ImportModalDoneStep/index.js +1 -1
- package/dist/components/ImportModal/ImportModalProcessingStep/ImportModalProcessingStep.js +9 -6
- package/dist/components/ImportModal/ImportModalProcessingStep/index.js +1 -1
- package/dist/components/ImportModal/ImportModalSelectFileStep/ImportModalSelectFileStep.d.ts +2 -2
- package/dist/components/ImportModal/ImportModalSelectFileStep/ImportModalSelectFileStep.js +70 -34
- package/dist/components/ImportModal/ImportModalSelectFileStep/index.js +1 -1
- package/dist/components/ImportModal/_types.d.ts +14 -8
- package/dist/components/ImportModal/_types.js +12 -12
- package/dist/components/ImportModal/importReducer/ImportReducerContext.d.ts +2 -2
- package/dist/components/ImportModal/importReducer/ImportReducerContext.js +3 -3
- package/dist/components/ImportModal/importReducer/importReducer.d.ts +27 -22
- package/dist/components/ImportModal/importReducer/importReducer.js +32 -18
- package/dist/components/ImportModal/importReducer/index.js +1 -1
- package/dist/components/ImportModal/index.d.ts +1 -1
- package/dist/components/ImportModal/index.js +2 -2
- package/dist/components/LibraryItemsList/DisplayOptions/DisplayOptions.js +58 -20
- package/dist/components/LibraryItemsList/DisplayOptions/index.js +1 -1
- package/dist/components/LibraryItemsList/DisplayTypeSelector/DisplayTypeSelector.js +5 -5
- package/dist/components/LibraryItemsList/DisplayTypeSelector/index.js +1 -1
- package/dist/components/LibraryItemsList/FiltersDropdown/FiltersDropdown.d.ts +14 -3
- package/dist/components/LibraryItemsList/FiltersDropdown/FiltersDropdown.js +128 -70
- package/dist/components/LibraryItemsList/FiltersDropdown/index.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.d.ts +4 -4
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.js +279 -102
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/FilterAttributeCondition.d.ts +2 -2
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/FilterAttributeCondition.js +104 -43
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/index.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/BooleanFilter.d.ts +2 -2
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/BooleanFilter.js +12 -7
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/index.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/DateBetweenFilter.d.ts +2 -2
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/DateBetweenFilter.js +32 -11
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/index.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/DateFilter.d.ts +2 -2
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/DateFilter.js +22 -9
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/index.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/NumericFilter.d.ts +2 -2
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/NumericFilter.js +15 -9
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/index.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/TextFilter.d.ts +2 -2
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/TextFilter.js +17 -10
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/index.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/index.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/FilterDropdownButton.d.ts +3 -3
- package/dist/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/FilterDropdownButton.js +37 -17
- package/dist/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/index.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/FilterTreeCondition.d.ts +2 -2
- package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/FilterTreeCondition.js +28 -14
- package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/index.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/FiltersOptions.d.ts +11 -5
- package/dist/components/LibraryItemsList/FiltersPanel/FiltersOptions.js +45 -39
- package/dist/components/LibraryItemsList/FiltersPanel/FiltersPanel.js +166 -48
- package/dist/components/LibraryItemsList/FiltersPanel/index.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/mustHideValue.d.ts +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/mustHideValue.js +3 -3
- package/dist/components/LibraryItemsList/IconViewType/IconViewType.d.ts +2 -2
- package/dist/components/LibraryItemsList/IconViewType/IconViewType.js +8 -8
- package/dist/components/LibraryItemsList/IconViewType/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsList.d.ts +4 -4
- package/dist/components/LibraryItemsList/LibraryItemsList.js +16 -8
- package/dist/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.d.ts +5 -5
- package/dist/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.js +140 -69
- package/dist/components/LibraryItemsList/LibraryItemsListContent/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListEmpty/LibraryItemsListEmpty.d.ts +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListEmpty/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListPagination/LibraryItemsListPagination.js +20 -8
- package/dist/components/LibraryItemsList/LibraryItemsListPagination/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyCell/BodyCell.d.ts +3 -3
- package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyCell/BodyCell.js +39 -14
- package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyCell/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyRow/BodyRow.d.ts +3 -3
- package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyRow/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/AllValuesCount.d.ts +2 -2
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/AllValuesCount.js +67 -23
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/Cell.d.ts +2 -2
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/Cell.js +45 -17
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/CellInfos.d.ts +3 -3
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/CellInfos.js +34 -14
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/CellSelection.d.ts +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/CellSelection.js +16 -8
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/ElementsToDisplay/RichTextDisplay.d.ts +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/ElementsToDisplay/RichTextDisplay.js +6 -6
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/StandardCell.d.ts +3 -3
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/StandardCell.js +64 -25
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/ChooseTableColumns.d.ts +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/ChooseTableColumns.js +114 -35
- package/dist/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/Header.d.ts +2 -2
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/Header.js +105 -54
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Table.js +171 -75
- package/dist/components/LibraryItemsList/LibraryItemsListTable/index.js +1 -1
- package/dist/components/LibraryItemsList/MenuItemList/MenuItemList.d.ts +2 -2
- package/dist/components/LibraryItemsList/MenuItemList/index.js +1 -1
- package/dist/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/ActionsMenu.js +43 -24
- package/dist/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/index.js +1 -1
- package/dist/components/LibraryItemsList/MenuItemListSelected/MenuItemListSelected.d.ts +1 -1
- package/dist/components/LibraryItemsList/MenuItemListSelected/MenuItemListSelected.js +86 -37
- package/dist/components/LibraryItemsList/MenuItemListSelected/index.js +1 -1
- package/dist/components/LibraryItemsList/MenuSelection/MenuSelection.js +52 -26
- package/dist/components/LibraryItemsList/MenuSelection/index.js +1 -1
- package/dist/components/LibraryItemsList/MenuView/MenuView.d.ts +2 -2
- package/dist/components/LibraryItemsList/MenuView/MenuView.js +171 -42
- package/dist/components/LibraryItemsList/MenuView/index.js +1 -1
- package/dist/components/LibraryItemsList/SearchItems/SearchItems.js +20 -11
- package/dist/components/LibraryItemsList/SearchItems/index.js +1 -1
- package/dist/components/LibraryItemsList/Sidebar/Sidebar.js +20 -8
- package/dist/components/LibraryItemsList/Sidebar/index.js +1 -1
- package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/ItemTileDisplay.d.ts +2 -2
- package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/index.js +1 -1
- package/dist/components/LibraryItemsList/TileDisplay/TileDisplay.js +31 -12
- package/dist/components/LibraryItemsList/TileDisplay/helpers/getItemPreviewSize.d.ts +1 -1
- package/dist/components/LibraryItemsList/TileDisplay/helpers/getItemPreviewSize.js +3 -3
- package/dist/components/LibraryItemsList/TileDisplay/index.js +1 -1
- package/dist/components/LibraryItemsList/VersionsPanel/VersionsPanel.js +28 -14
- package/dist/components/LibraryItemsList/VersionsPanel/index.js +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/EditView/EditView.d.ts +2 -2
- package/dist/components/LibraryItemsList/ViewPanel/EditView/EditView.js +133 -21
- package/dist/components/LibraryItemsList/ViewPanel/EditView/index.js +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/View/View.d.ts +3 -3
- package/dist/components/LibraryItemsList/ViewPanel/View/View.js +194 -52
- package/dist/components/LibraryItemsList/ViewPanel/View/index.js +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/ViewPanel.js +226 -55
- package/dist/components/LibraryItemsList/ViewPanel/index.js +1 -1
- package/dist/components/LibraryItemsList/constants.d.ts +7 -7
- package/dist/components/LibraryItemsList/constants.js +5 -5
- package/dist/components/LibraryItemsList/helpers/defaultFilterConditionByAttributeFormat.d.ts +2 -2
- package/dist/components/LibraryItemsList/helpers/defaultFilterConditionByAttributeFormat.js +4 -4
- package/dist/components/LibraryItemsList/helpers/displayTypeToPreviewSize.d.ts +5 -3
- package/dist/components/LibraryItemsList/helpers/displayTypeToPreviewSize.js +4 -4
- package/dist/components/LibraryItemsList/helpers/extractAttributesFromLibrary.d.ts +2 -2
- package/dist/components/LibraryItemsList/helpers/extractAttributesFromLibrary.js +56 -52
- package/dist/components/LibraryItemsList/helpers/getFieldFromKey.d.ts +9 -4
- package/dist/components/LibraryItemsList/helpers/getFieldFromKey.js +3 -3
- package/dist/components/LibraryItemsList/helpers/getFieldsFromView.d.ts +4 -4
- package/dist/components/LibraryItemsList/helpers/getFieldsFromView.js +7 -7
- package/dist/components/LibraryItemsList/helpers/getFieldsKeyFromAttribute.d.ts +1 -1
- package/dist/components/LibraryItemsList/helpers/getFieldsKeyFromAttribute.js +8 -6
- package/dist/components/LibraryItemsList/helpers/getSortFieldByAttributeType.d.ts +1 -1
- package/dist/components/LibraryItemsList/helpers/getSortFieldByAttributeType.js +3 -3
- package/dist/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.d.ts +5 -3
- package/dist/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.js +35 -18
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/_types.d.ts +11 -8
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/_types.js +1 -1
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/index.js +1 -1
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchContext.d.ts +2 -2
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchContext.js +3 -3
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.d.ts +138 -110
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.js +186 -92
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/useSearchReducer.d.ts +2 -2
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/useSearchReducer.js +3 -3
- package/dist/components/LibraryItemsList/hooks/useUpdateViewsOrderMutation.d.ts +13 -3
- package/dist/components/LibraryItemsList/hooks/useUpdateViewsOrderMutation.js +16 -9
- package/dist/components/LibraryItemsList/index.d.ts +1 -1
- package/dist/components/LibraryItemsList/index.js +2 -2
- package/dist/components/LibraryItemsList/manageItems.d.ts +3 -3
- package/dist/components/LibraryItemsList/manageItems.js +14 -11
- package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/DeactivateRecordBtn.d.ts +3 -3
- package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/DeactivateRecordBtn.js +31 -25
- package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/index.js +1 -1
- package/dist/components/LibraryItemsList/shared/SelectCellsBtn.d.ts +6 -6
- package/dist/components/LibraryItemsList/shared/SelectCellsBtn.js +32 -24
- package/dist/components/LibraryPicker/LibrariesList/LibrariesList.d.ts +2 -2
- package/dist/components/LibraryPicker/LibrariesList/LibrariesList.js +131 -51
- package/dist/components/LibraryPicker/LibrariesList/index.d.ts +1 -1
- package/dist/components/LibraryPicker/LibrariesList/index.js +2 -2
- package/dist/components/LibraryPicker/LibraryPicker.d.ts +9 -2
- package/dist/components/LibraryPicker/LibraryPicker.js +33 -10
- package/dist/components/LibraryPicker/index.d.ts +1 -1
- package/dist/components/LibraryPicker/index.js +2 -2
- package/dist/components/List/List.d.ts +10 -2
- package/dist/components/List/List.js +78 -38
- package/dist/components/List/index.js +1 -1
- package/dist/components/Loading/Loading.js +4 -4
- package/dist/components/Loading/index.d.ts +1 -1
- package/dist/components/Loading/index.js +2 -2
- package/dist/components/RecordCard/RecordCard.d.ts +13 -2
- package/dist/components/RecordCard/RecordCard.js +40 -10
- package/dist/components/RecordCard/_types.d.ts +3 -3
- package/dist/components/RecordCard/_types.js +1 -1
- package/dist/components/RecordCard/index.d.ts +1 -1
- package/dist/components/RecordCard/index.js +2 -2
- package/dist/components/RecordEdition/EditRecord/EditRecord.d.ts +1 -0
- package/dist/components/RecordEdition/EditRecord/EditRecord.js +2 -2
- package/dist/components/RecordEdition/EditRecord/EditRecord.js.map +1 -1
- package/dist/components/RecordEdition/EditRecord/EditRecordSkeleton.d.ts +6 -0
- package/dist/components/RecordEdition/EditRecord/EditRecordSkeleton.js +30 -0
- package/dist/components/RecordEdition/EditRecord/EditRecordSkeleton.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/_types.d.ts +141 -0
- package/dist/components/RecordEdition/EditRecord/_types.js +12 -0
- package/dist/components/RecordEdition/EditRecord/_types.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/helpers/extractFormElements/extractFormElements.d.ts +3 -0
- package/dist/components/RecordEdition/EditRecord/helpers/extractFormElements/extractFormElements.js +21 -0
- package/dist/components/RecordEdition/EditRecord/helpers/extractFormElements/extractFormElements.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/helpers/extractFormElements/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecord/helpers/extractFormElements/index.js +6 -0
- package/dist/components/RecordEdition/EditRecord/helpers/extractFormElements/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/helpers/getActiveFieldValues/getActiveFieldValues.d.ts +3 -0
- package/dist/components/RecordEdition/EditRecord/helpers/getActiveFieldValues/getActiveFieldValues.js +4 -0
- package/dist/components/RecordEdition/EditRecord/helpers/getActiveFieldValues/getActiveFieldValues.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/helpers/getActiveFieldValues/index.d.ts +1 -0
- package/dist/components/RecordEdition/EditRecord/helpers/getActiveFieldValues/index.js +5 -0
- package/dist/components/RecordEdition/EditRecord/helpers/getActiveFieldValues/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/helpers/isCurrentVersion/index.d.ts +1 -0
- package/dist/components/RecordEdition/EditRecord/helpers/isCurrentVersion/index.js +5 -0
- package/dist/components/RecordEdition/EditRecord/helpers/isCurrentVersion/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/helpers/isCurrentVersion/isCurrentVersion.d.ts +7 -0
- package/dist/components/RecordEdition/EditRecord/helpers/isCurrentVersion/isCurrentVersion.js +27 -0
- package/dist/components/RecordEdition/EditRecord/helpers/isCurrentVersion/isCurrentVersion.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/hooks/__mocks__/useDeleteValueMutation.d.ts +4 -0
- package/dist/components/RecordEdition/EditRecord/hooks/__mocks__/useDeleteValueMutation.js +9 -0
- package/dist/components/RecordEdition/EditRecord/hooks/__mocks__/useDeleteValueMutation.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/hooks/__mocks__/useSaveValueMutation.d.ts +4 -0
- package/dist/components/RecordEdition/EditRecord/hooks/__mocks__/useSaveValueMutation.js +9 -0
- package/dist/components/RecordEdition/EditRecord/hooks/__mocks__/useSaveValueMutation.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/hooks/helpers/getPropertyCacheFieldName.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecord/hooks/helpers/getPropertyCacheFieldName.js +5 -0
- package/dist/components/RecordEdition/EditRecord/hooks/helpers/getPropertyCacheFieldName.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/hooks/useExecuteDeleteValueMutation.d.ts +6 -0
- package/dist/components/RecordEdition/EditRecord/hooks/useExecuteDeleteValueMutation.js +44 -0
- package/dist/components/RecordEdition/EditRecord/hooks/useExecuteDeleteValueMutation.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/hooks/useExecuteSaveValueBatchMutation.d.ts +6 -0
- package/dist/components/RecordEdition/EditRecord/hooks/useExecuteSaveValueBatchMutation.js +67 -0
- package/dist/components/RecordEdition/EditRecord/hooks/useExecuteSaveValueBatchMutation.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/hooks/useRecordEditionContext.d.ts +4 -0
- package/dist/components/RecordEdition/EditRecord/hooks/useRecordEditionContext.js +7 -0
- package/dist/components/RecordEdition/EditRecord/hooks/useRecordEditionContext.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/reducers/linkFieldReducer/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecord/reducers/linkFieldReducer/index.js +6 -0
- package/dist/components/RecordEdition/EditRecord/reducers/linkFieldReducer/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/reducers/linkFieldReducer/linkFieldReducer.d.ts +70 -0
- package/dist/components/RecordEdition/EditRecord/reducers/linkFieldReducer/linkFieldReducer.js +166 -0
- package/dist/components/RecordEdition/EditRecord/reducers/linkFieldReducer/linkFieldReducer.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/reducers/standardFieldReducer/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecord/reducers/standardFieldReducer/index.js +6 -0
- package/dist/components/RecordEdition/EditRecord/reducers/standardFieldReducer/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/reducers/standardFieldReducer/standardFieldReducer.d.ts +120 -0
- package/dist/components/RecordEdition/EditRecord/reducers/standardFieldReducer/standardFieldReducer.js +342 -0
- package/dist/components/RecordEdition/EditRecord/reducers/standardFieldReducer/standardFieldReducer.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/shared/AddValueBtn/AddValueBtn.d.ts +10 -0
- package/dist/components/RecordEdition/EditRecord/shared/AddValueBtn/AddValueBtn.js +48 -0
- package/dist/components/RecordEdition/EditRecord/shared/AddValueBtn/AddValueBtn.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/shared/AddValueBtn/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecord/shared/AddValueBtn/index.js +6 -0
- package/dist/components/RecordEdition/EditRecord/shared/AddValueBtn/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/shared/DeleteAllValuesBtn/DeleteAllValuesBtn.d.ts +6 -0
- package/dist/components/RecordEdition/EditRecord/shared/DeleteAllValuesBtn/DeleteAllValuesBtn.js +51 -0
- package/dist/components/RecordEdition/EditRecord/shared/DeleteAllValuesBtn/DeleteAllValuesBtn.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/shared/DeleteAllValuesBtn/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecord/shared/DeleteAllValuesBtn/index.js +6 -0
- package/dist/components/RecordEdition/EditRecord/shared/DeleteAllValuesBtn/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/shared/DeleteValueBtn/DeleteValueBtn.d.ts +7 -0
- package/dist/components/RecordEdition/EditRecord/shared/DeleteValueBtn/DeleteValueBtn.js +52 -0
- package/dist/components/RecordEdition/EditRecord/shared/DeleteValueBtn/DeleteValueBtn.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/shared/DeleteValueBtn/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecord/shared/DeleteValueBtn/index.js +6 -0
- package/dist/components/RecordEdition/EditRecord/shared/DeleteValueBtn/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/shared/FieldFooter/FieldFooter.d.ts +9 -0
- package/dist/components/RecordEdition/EditRecord/shared/FieldFooter/FieldFooter.js +31 -0
- package/dist/components/RecordEdition/EditRecord/shared/FieldFooter/FieldFooter.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/shared/FieldFooter/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecord/shared/FieldFooter/index.js +6 -0
- package/dist/components/RecordEdition/EditRecord/shared/FieldFooter/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/shared/InheritedFieldLabel/InheritedFieldLabel.d.ts +7 -0
- package/dist/components/RecordEdition/EditRecord/shared/InheritedFieldLabel/InheritedFieldLabel.js +25 -0
- package/dist/components/RecordEdition/EditRecord/shared/InheritedFieldLabel/InheritedFieldLabel.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/shared/InheritedFieldLabel/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecord/shared/InheritedFieldLabel/index.js +6 -0
- package/dist/components/RecordEdition/EditRecord/shared/InheritedFieldLabel/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/shared/NoValue/NoValue.d.ts +8 -0
- package/dist/components/RecordEdition/EditRecord/shared/NoValue/NoValue.js +60 -0
- package/dist/components/RecordEdition/EditRecord/shared/NoValue/NoValue.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/shared/NoValue/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecord/shared/NoValue/index.js +6 -0
- package/dist/components/RecordEdition/EditRecord/shared/NoValue/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/shared/UpdatedFieldIcon/UpdatedFieldIcon.d.ts +3 -0
- package/dist/components/RecordEdition/EditRecord/shared/UpdatedFieldIcon/UpdatedFieldIcon.js +19 -0
- package/dist/components/RecordEdition/EditRecord/shared/UpdatedFieldIcon/UpdatedFieldIcon.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/shared/UpdatedFieldIcon/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecord/shared/UpdatedFieldIcon/index.js +6 -0
- package/dist/components/RecordEdition/EditRecord/shared/UpdatedFieldIcon/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/shared/ValueDetailsBtn/ValueDetailsBtn.d.ts +11 -0
- package/dist/components/RecordEdition/EditRecord/shared/ValueDetailsBtn/ValueDetailsBtn.js +55 -0
- package/dist/components/RecordEdition/EditRecord/shared/ValueDetailsBtn/ValueDetailsBtn.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/shared/ValueDetailsBtn/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecord/shared/ValueDetailsBtn/index.js +6 -0
- package/dist/components/RecordEdition/EditRecord/shared/ValueDetailsBtn/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/shared/ValuesVersionBtn/ValuesVersionBtn.d.ts +20 -0
- package/dist/components/RecordEdition/EditRecord/shared/ValuesVersionBtn/ValuesVersionBtn.js +96 -0
- package/dist/components/RecordEdition/EditRecord/shared/ValuesVersionBtn/ValuesVersionBtn.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/shared/ValuesVersionBtn/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecord/shared/ValuesVersionBtn/index.js +6 -0
- package/dist/components/RecordEdition/EditRecord/shared/ValuesVersionBtn/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/shared/ValuesVersionIndicator/ValuesVersionIndicator.d.ts +9 -0
- package/dist/components/RecordEdition/EditRecord/shared/ValuesVersionIndicator/ValuesVersionIndicator.js +34 -0
- package/dist/components/RecordEdition/EditRecord/shared/ValuesVersionIndicator/ValuesVersionIndicator.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/shared/ValuesVersionIndicator/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecord/shared/ValuesVersionIndicator/index.js +6 -0
- package/dist/components/RecordEdition/EditRecord/shared/ValuesVersionIndicator/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/Container/Container.d.ts +9 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/Container/Container.js +42 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/Container/Container.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/Container/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/Container/index.js +6 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/Container/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/ErrorField/ErrorField.d.ts +5 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/ErrorField/ErrorField.js +80 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/ErrorField/ErrorField.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/ErrorField/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/ErrorField/index.js +6 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/ErrorField/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/FormDivider/FormDivider.d.ts +5 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/FormDivider/FormDivider.js +9 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/FormDivider/FormDivider.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/FormDivider/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/FormDivider/index.js +6 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/FormDivider/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/FormTabs/FormTabs.d.ts +5 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/FormTabs/FormTabs.js +58 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/FormTabs/FormTabs.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/FormTabs/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/FormTabs/index.js +6 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/FormTabs/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/FloatingMenuHandler/FloatingMenuHandler.d.ts +21 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/FloatingMenuHandler/FloatingMenuHandler.js +29 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/FloatingMenuHandler/FloatingMenuHandler.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/FloatingMenuHandler/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/FloatingMenuHandler/index.js +6 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/FloatingMenuHandler/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/LinkField.d.ts +18 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/LinkField.js +518 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/LinkField.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/RecordIdentityCell/RecordIdentityCell.d.ts +7 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/RecordIdentityCell/RecordIdentityCell.js +11 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/RecordIdentityCell/RecordIdentityCell.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/RecordIdentityCell/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/RecordIdentityCell/index.js +6 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/RecordIdentityCell/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/QuickSearch/QuickSearch.d.ts +14 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/QuickSearch/QuickSearch.js +59 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/QuickSearch/QuickSearch.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/QuickSearch/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/QuickSearch/index.js +6 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/QuickSearch/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/ValuesAdd.d.ts +10 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/ValuesAdd.js +455 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/ValuesAdd.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/index.js +6 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/index.js +6 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardField.d.ts +11 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardField.js +335 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardField.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.d.ts +4 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.js +20 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.d.ts +4 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.js +32 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.d.ts +4 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.js +59 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/DateRangeInput.d.ts +4 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/DateRangeInput.js +67 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/DateRangeInput.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.d.ts +10 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.js +28 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.d.ts +11 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.js +43 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.d.ts +4 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.js +65 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.d.ts +11 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.js +40 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/StandardFieldValue.d.ts +26 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js +680 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/ValuesList/ValuesList.d.ts +17 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/ValuesList/ValuesList.js +62 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/ValuesList/ValuesList.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/ValuesList/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/ValuesList/index.js +6 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/ValuesList/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/index.js +6 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/index.js +6 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/TextBlock/TextBlock.d.ts +5 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/TextBlock/TextBlock.js +7 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/TextBlock/TextBlock.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/TextBlock/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/TextBlock/index.js +6 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/TextBlock/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/TreeField.d.ts +10 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/TreeField.js +362 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/TreeField.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/TreeFieldValue/TreeFieldValue.d.ts +11 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/TreeFieldValue/TreeFieldValue.js +55 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/TreeFieldValue/TreeFieldValue.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/TreeFieldValue/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/TreeFieldValue/index.js +6 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/TreeFieldValue/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/ValuesAdd/ValuesAdd.d.ts +10 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/ValuesAdd/ValuesAdd.js +197 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/ValuesAdd/ValuesAdd.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/ValuesAdd/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/ValuesAdd/index.js +6 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/ValuesAdd/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/index.js +6 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/index.d.ts +6 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/index.js +24 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordBtn/EditRecordBtn.d.ts +4 -4
- package/dist/components/RecordEdition/EditRecordBtn/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/__mocks__/useDeleteValueMutation.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/__mocks__/useSaveValueMutation.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js +3 -19
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js +3 -19
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js +2 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.d.ts +1 -0
- package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js +2 -2
- package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordModal/EditRecordModalHeader/EditRecordModalHeader.d.ts +3 -0
- package/dist/components/RecordEdition/EditRecordModal/EditRecordModalHeader/EditRecordModalHeader.js +98 -0
- package/dist/components/RecordEdition/EditRecordModal/EditRecordModalHeader/EditRecordModalHeader.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordModal/EditRecordModalHeader/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordModal/EditRecordModalHeader/index.js +6 -0
- package/dist/components/RecordEdition/EditRecordModal/EditRecordModalHeader/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordModal/ValuesVersionSummary/ValuesVersionSummary.d.ts +9 -0
- package/dist/components/RecordEdition/EditRecordModal/ValuesVersionSummary/ValuesVersionSummary.js +73 -0
- package/dist/components/RecordEdition/EditRecordModal/ValuesVersionSummary/ValuesVersionSummary.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordModal/ValuesVersionSummary/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordModal/ValuesVersionSummary/index.js +6 -0
- package/dist/components/RecordEdition/EditRecordModal/ValuesVersionSummary/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordModal/creationErrorContext.d.ts +7 -0
- package/dist/components/RecordEdition/EditRecordModal/creationErrorContext.js +7 -0
- package/dist/components/RecordEdition/EditRecordModal/creationErrorContext.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.d.ts +1 -0
- package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js +2 -2
- package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.d.ts +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.js +27 -8
- package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.d.ts +7 -7
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.js +112 -28
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/AttributeDetails.d.ts +2 -2
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/AttributeDetails.js +18 -12
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/TreeValuePath.d.ts +3 -3
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/TreeValuePath.js +19 -11
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/index.js +1 -1
- package/dist/components/RecordEdition/editRecordModalReducer/editRecordModalReducer.d.ts +78 -0
- package/dist/components/RecordEdition/editRecordModalReducer/editRecordModalReducer.js +103 -0
- package/dist/components/RecordEdition/editRecordModalReducer/editRecordModalReducer.js.map +1 -0
- package/dist/components/RecordEdition/editRecordModalReducer/editRecordModalReducerContext.d.ts +7 -0
- package/dist/components/RecordEdition/editRecordModalReducer/editRecordModalReducerContext.js +10 -0
- package/dist/components/RecordEdition/editRecordModalReducer/editRecordModalReducerContext.js.map +1 -0
- package/dist/components/RecordEdition/editRecordModalReducer/index.d.ts +2 -0
- package/dist/components/RecordEdition/editRecordModalReducer/index.js +6 -0
- package/dist/components/RecordEdition/editRecordModalReducer/index.js.map +1 -0
- package/dist/components/RecordEdition/editRecordModalReducer/useEditRecordModalReducer.d.ts +1 -0
- package/dist/components/RecordEdition/editRecordModalReducer/useEditRecordModalReducer.js +7 -0
- package/dist/components/RecordEdition/editRecordModalReducer/useEditRecordModalReducer.js.map +1 -0
- package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.d.ts +1 -0
- package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.js +2 -1
- package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModal.d.ts +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModal.js +49 -15
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/AudioFile.d.ts +2 -2
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/AudioFile.js +21 -7
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/index.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/DocumentFile.d.ts +2 -2
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/DocumentFile.js +28 -9
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/index.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalContent.d.ts +2 -2
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalContent.js +34 -15
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/FileModalSidebar.d.ts +2 -2
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/FileModalSidebar.js +97 -25
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/index.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/ImageFile.d.ts +2 -2
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/ImageFile.js +32 -14
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/index.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/NoDisplayFile.d.ts +2 -2
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/NoDisplayFile.js +39 -17
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/index.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/VideoFile.d.ts +2 -2
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/VideoFile.js +22 -8
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/index.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/_types.d.ts +2 -2
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/_types.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/index.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/_constants.js +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/index.js +1 -1
- package/dist/components/RecordPreviewWithModal/RecordPreviewWithModal.d.ts +3 -3
- package/dist/components/RecordPreviewWithModal/RecordPreviewWithModal.js +66 -25
- package/dist/components/RecordPreviewWithModal/index.d.ts +1 -1
- package/dist/components/RecordPreviewWithModal/index.js +2 -2
- package/dist/components/SearchModal/SearchModal.d.ts +2 -2
- package/dist/components/SearchModal/SearchModal.js +60 -22
- package/dist/components/SearchModal/index.d.ts +1 -1
- package/dist/components/SearchModal/index.js +2 -2
- package/dist/components/SelectTreeNode/SelectTreeNode.d.ts +11 -3
- package/dist/components/SelectTreeNode/SelectTreeNode.js +63 -28
- package/dist/components/SelectTreeNode/index.d.ts +1 -1
- package/dist/components/SelectTreeNode/index.js +2 -2
- package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.d.ts +10 -3
- package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.js +45 -12
- package/dist/components/SelectTreeNodeModal/index.js +1 -1
- package/dist/components/SimpleErrorBoundary/SimpleErrorBoundary.js +4 -4
- package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/SimpleErrorBoundaryContent.d.ts +2 -2
- package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/SimpleErrorBoundaryContent.js +21 -7
- package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/index.js +1 -1
- package/dist/components/SimpleErrorBoundary/index.d.ts +1 -1
- package/dist/components/SimpleErrorBoundary/index.js +2 -2
- package/dist/components/SubmitStateNotifier/SubmitStateNotifier.d.ts +2 -2
- package/dist/components/SubmitStateNotifier/SubmitStateNotifier.js +26 -10
- package/dist/components/SubmitStateNotifier/_types.js +1 -1
- package/dist/components/SubmitStateNotifier/index.d.ts +1 -1
- package/dist/components/SubmitStateNotifier/index.js +2 -2
- package/dist/components/TreePicker/TreePicker.d.ts +2 -2
- package/dist/components/TreePicker/TreePicker.js +34 -10
- package/dist/components/TreePicker/TreesList/TreesList.d.ts +2 -2
- package/dist/components/TreePicker/TreesList/TreesList.js +110 -50
- package/dist/components/TreePicker/TreesList/index.d.ts +1 -1
- package/dist/components/TreePicker/TreesList/index.js +2 -2
- package/dist/components/TreePicker/index.d.ts +1 -1
- package/dist/components/TreePicker/index.js +2 -2
- package/dist/components/TriggerPreviewsGenerationModal/TriggerPreviewsGenerationModal.d.ts +8 -2
- package/dist/components/TriggerPreviewsGenerationModal/TriggerPreviewsGenerationModal.js +90 -32
- package/dist/components/TriggerPreviewsGenerationModal/index.d.ts +1 -1
- package/dist/components/TriggerPreviewsGenerationModal/index.js +2 -2
- package/dist/components/UploadFiles/UploadFiles.d.ts +8 -2
- package/dist/components/UploadFiles/UploadFiles.js +244 -62
- package/dist/components/UploadFiles/index.d.ts +1 -1
- package/dist/components/UploadFiles/index.js +2 -2
- package/dist/components/ValuesVersionConfigurator/ValuesVersionConfigurator.d.ts +7 -2
- package/dist/components/ValuesVersionConfigurator/ValuesVersionConfigurator.js +57 -19
- package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.d.ts +3 -3
- package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.js +54 -20
- package/dist/components/ValuesVersionConfigurator/VersionTree/index.js +1 -1
- package/dist/components/ValuesVersionConfigurator/index.js +1 -1
- package/dist/components/index.js +1 -1
- package/dist/constants.d.ts +14 -14
- package/dist/constants.js +9 -9
- package/dist/contexts/LangContext/LangContext.d.ts +1 -1
- package/dist/contexts/LangContext/LangContext.js +1 -1
- package/dist/contexts/LangContext/index.d.ts +1 -1
- package/dist/contexts/LangContext/index.js +2 -2
- package/dist/contexts/LangContext/types.js +1 -1
- package/dist/contexts/UserContext/UserContext.d.ts +1 -1
- package/dist/contexts/UserContext/UserContext.js +1 -1
- package/dist/contexts/UserContext/index.d.ts +1 -1
- package/dist/contexts/UserContext/index.js +2 -2
- package/dist/contexts/UserContext/types.d.ts +1 -1
- package/dist/contexts/UserContext/types.js +1 -1
- package/dist/contexts/index.js +1 -1
- package/dist/gqlFragments/index.d.ts +1 -1
- package/dist/gqlFragments/index.js +2 -2
- package/dist/gqlFragments/recordIdentityFragment.d.ts +1 -1
- package/dist/gqlFragments/recordIdentityFragment.js +3 -3
- package/dist/gqlPossibleTypes/index.d.ts +1 -1
- package/dist/gqlPossibleTypes/index.js +1 -1
- package/dist/hooks/index.d.ts +13 -13
- package/dist/hooks/index.js +14 -14
- package/dist/hooks/useAntdLocale/index.d.ts +1 -1
- package/dist/hooks/useAntdLocale/index.js +2 -2
- package/dist/hooks/useAntdLocale/useAntdLocale.d.ts +1 -1
- package/dist/hooks/useAntdLocale/useAntdLocale.js +2 -2
- package/dist/hooks/useAppLang/index.d.ts +1 -1
- package/dist/hooks/useAppLang/index.js +2 -2
- package/dist/hooks/useAppLang/useAppLang.js +12 -11
- package/dist/hooks/useAuth/index.d.ts +1 -1
- package/dist/hooks/useAuth/index.js +2 -2
- package/dist/hooks/useAuth/useAuth.js +3 -3
- package/dist/hooks/useCanEditRecord/index.d.ts +1 -1
- package/dist/hooks/useCanEditRecord/index.js +2 -2
- package/dist/hooks/useCanEditRecord/useCanEditRecord.d.ts +6 -3
- package/dist/hooks/useCanEditRecord/useCanEditRecord.js +37 -15
- package/dist/hooks/useExecuteAddViewMutation/useExecuteAddViewMutation.d.ts +2 -2
- package/dist/hooks/useExecuteAddViewMutation/useExecuteAddViewMutation.js +12 -8
- package/dist/hooks/useExecuteDeleteViewMutation/useExecuteDeleteViewMutation.d.ts +2 -2
- package/dist/hooks/useExecuteDeleteViewMutation/useExecuteDeleteViewMutation.js +4 -4
- package/dist/hooks/useGetLibraryDetailExtendedQuery/useGetLibraryDetailExtendedQuery.d.ts +10 -2
- package/dist/hooks/useGetLibraryDetailExtendedQuery/useGetLibraryDetailExtendedQuery.js +4 -4
- package/dist/hooks/useGetPreparedFileData/useGetPreparedFileData.d.ts +2 -2
- package/dist/hooks/useGetPreparedFileData/useGetPreparedFileData.js +23 -10
- package/dist/hooks/useGetRecordForm/index.d.ts +1 -1
- package/dist/hooks/useGetRecordForm/index.js +2 -2
- package/dist/hooks/useGetRecordForm/useGetRecordForm.d.ts +75 -36
- package/dist/hooks/useGetRecordForm/useGetRecordForm.js +38 -19
- package/dist/hooks/useGetRecordUpdatesSubscription/index.d.ts +1 -1
- package/dist/hooks/useGetRecordUpdatesSubscription/index.js +2 -2
- package/dist/hooks/useGetRecordUpdatesSubscription/useGetRecordUpdatesSubscription.d.ts +10 -4
- package/dist/hooks/useGetRecordUpdatesSubscription/useGetRecordUpdatesSubscription.js +10 -7
- package/dist/hooks/useGetRecordValuesQuery/useGetRecordValuesQuery.d.ts +14 -7
- package/dist/hooks/useGetRecordValuesQuery/useGetRecordValuesQuery.js +30 -20
- package/dist/hooks/useLang/__mocks__/index.js +1 -1
- package/dist/hooks/useLang/__mocks__/useLang.js +1 -1
- package/dist/hooks/useLang/index.js +1 -1
- package/dist/hooks/useLang/useLang.d.ts +1 -1
- package/dist/hooks/useLang/useLang.js +3 -3
- package/dist/hooks/useLibraryVersionTrees/index.d.ts +1 -1
- package/dist/hooks/useLibraryVersionTrees/index.js +2 -2
- package/dist/hooks/useLibraryVersionTrees/useLibraryVersionTrees.d.ts +2 -2
- package/dist/hooks/useLibraryVersionTrees/useLibraryVersionTrees.js +26 -9
- package/dist/hooks/useLocalStorage/index.d.ts +1 -1
- package/dist/hooks/useLocalStorage/index.js +2 -2
- package/dist/hooks/useLocalStorage/useLocalStorage.js +2 -2
- package/dist/hooks/useRecordsConsultationHistory/index.js +1 -1
- package/dist/hooks/useRecordsConsultationHistory/useRecordsConsultationHistory.js +5 -6
- package/dist/hooks/useRefreshFieldValues/index.d.ts +1 -1
- package/dist/hooks/useRefreshFieldValues/index.js +2 -2
- package/dist/hooks/useRefreshFieldValues/useRefreshFieldValues.d.ts +7 -3
- package/dist/hooks/useRefreshFieldValues/useRefreshFieldValues.js +31 -25
- package/dist/hooks/useRefreshToken/index.d.ts +1 -1
- package/dist/hooks/useRefreshToken/index.js +2 -2
- package/dist/hooks/useRefreshToken/useRefreshToken.js +5 -5
- package/dist/hooks/useSharedTranslation/__mocks__/index.d.ts +1 -1
- package/dist/hooks/useSharedTranslation/__mocks__/index.js +2 -2
- package/dist/hooks/useSharedTranslation/__mocks__/useSharedTranslation.d.ts +1 -1
- package/dist/hooks/useSharedTranslation/__mocks__/useSharedTranslation.js +2 -2
- package/dist/hooks/useSharedTranslation/index.d.ts +1 -1
- package/dist/hooks/useSharedTranslation/index.js +2 -2
- package/dist/hooks/useSharedTranslation/useSharedTranslation.d.ts +1 -1
- package/dist/hooks/useSharedTranslation/useSharedTranslation.js +29 -22
- package/dist/hooks/useUser/index.d.ts +1 -1
- package/dist/hooks/useUser/index.js +2 -2
- package/dist/hooks/useUser/useUser.d.ts +1 -1
- package/dist/hooks/useUser/useUser.js +3 -3
- package/dist/hooks/useValuesCacheUpdate/index.d.ts +1 -1
- package/dist/hooks/useValuesCacheUpdate/index.js +2 -2
- package/dist/hooks/useValuesCacheUpdate/useValuesCacheUpdate.d.ts +6 -3
- package/dist/hooks/useValuesCacheUpdate/useValuesCacheUpdate.js +16 -11
- package/dist/index.js +1 -1
- package/dist/testing/MockedLangContextProvider/MockedLangContextProvider.d.ts +1 -3
- package/dist/testing/MockedLangContextProvider/MockedLangContextProvider.js +5 -5
- package/dist/testing/MockedLangContextProvider/index.js +1 -1
- package/dist/testing/MockedUserContextProvider/MockedUserContextProvider.d.ts +1 -3
- package/dist/testing/MockedUserContextProvider/MockedUserContextProvider.js +13 -8
- package/dist/testing/MockedUserContextProvider/index.js +1 -1
- package/dist/testing/index.d.ts +1 -1
- package/dist/testing/index.js +2 -2
- package/dist/types/attributes.d.ts +3 -3
- package/dist/types/attributes.js +1 -1
- package/dist/types/index.js +1 -1
- package/dist/types/misc.js +1 -1
- package/dist/types/records.d.ts +2 -2
- package/dist/types/records.js +1 -1
- package/dist/types/scalars.js +1 -1
- package/dist/types/search.d.ts +38 -27
- package/dist/types/search.js +19 -19
- package/dist/types/trees.d.ts +2 -2
- package/dist/types/trees.js +1 -1
- package/dist/types/values.js +1 -1
- package/dist/types/views.d.ts +4 -4
- package/dist/types/views.js +1 -1
- package/package.json +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/DateRangeInput.d.ts +0 -4
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/DateRangeInput.js +0 -30
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/DateRangeInput.js.map +0 -1
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import {jsx as _jsx, jsxs as _jsxs} from 'react/jsx-runtime';
|
|
2
|
+
// Copyright LEAV Solutions 2017
|
|
3
|
+
// This file is released under LGPL V3
|
|
4
|
+
// License text available at https://www.gnu.org/licenses/lgpl-3.0.txt
|
|
5
|
+
import styled from 'styled-components';
|
|
6
|
+
import {themeVars} from '../../../../../../antdTheme';
|
|
7
|
+
import {FloatingMenu, RecordCard} from '../../../../../../components';
|
|
8
|
+
import DeleteValueBtn from '../../../../../../components/RecordEdition/EditRecord/shared/DeleteValueBtn';
|
|
9
|
+
import ValueDetailsBtn from '../../../../../../components/RecordEdition/EditRecord/shared/ValueDetailsBtn';
|
|
10
|
+
import EditRecordBtn from '../../../../../../components/RecordEdition/EditRecordBtn';
|
|
11
|
+
import {PreviewSize} from '../../../../../../constants';
|
|
12
|
+
import {useSharedTranslation} from '../../../../../../hooks/useSharedTranslation';
|
|
13
|
+
const ListItem = styled.div`
|
|
14
|
+
padding: 0.5em 0;
|
|
15
|
+
position: relative;
|
|
16
|
+
&:not(:last-child) {
|
|
17
|
+
border-bottom: 1px solid ${themeVars.borderColor};
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
&:not(:hover) .floating-menu {
|
|
21
|
+
display: none;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
& .floating-menu {
|
|
25
|
+
right: 30px;
|
|
26
|
+
}
|
|
27
|
+
`;
|
|
28
|
+
function TreeFieldValue({value, attribute, onDelete, isReadOnly}) {
|
|
29
|
+
const {t} = useSharedTranslation();
|
|
30
|
+
const _handleDelete = async () => onDelete();
|
|
31
|
+
const valueMenuActions = [
|
|
32
|
+
{
|
|
33
|
+
title: t('record_edition.edit_record'),
|
|
34
|
+
button: _jsx(EditRecordBtn, {record: value.treeValue.record.whoAmI})
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
title: t('record_edition.value_details'),
|
|
38
|
+
button: _jsx(ValueDetailsBtn, {value: value, attribute: attribute})
|
|
39
|
+
}
|
|
40
|
+
];
|
|
41
|
+
if (!isReadOnly) {
|
|
42
|
+
valueMenuActions.push({
|
|
43
|
+
title: t('global.delete'),
|
|
44
|
+
button: _jsx(DeleteValueBtn, {onDelete: _handleDelete})
|
|
45
|
+
});
|
|
46
|
+
}
|
|
47
|
+
return _jsxs(ListItem, {
|
|
48
|
+
children: [
|
|
49
|
+
_jsx(RecordCard, {record: value.treeValue.record.whoAmI, size: PreviewSize.small}),
|
|
50
|
+
_jsx(FloatingMenu, {actions: valueMenuActions})
|
|
51
|
+
]
|
|
52
|
+
});
|
|
53
|
+
}
|
|
54
|
+
export default TreeFieldValue;
|
|
55
|
+
//# sourceMappingURL=TreeFieldValue.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TreeFieldValue.js","sourceRoot":"","sources":["../../../../../../../src/components/RecordEdition/EditRecord/uiElements/TreeField/TreeFieldValue/TreeFieldValue.tsx"],"names":[],"mappings":";AAAA,gCAAgC;AAChC,sCAAsC;AACtC,sEAAsE;AACtE,OAAO,MAAM,MAAM,mBAAmB,CAAC;AACvC,OAAO,EAAC,SAAS,EAAC,MAAM,eAAe,CAAC;AACxC,OAAO,EAAC,YAAY,EAAsB,UAAU,EAAC,MAAM,gBAAgB,CAAC;AAC5E,OAAO,cAAc,MAAM,+DAA+D,CAAC;AAC3F,OAAO,eAAe,MAAM,gEAAgE,CAAC;AAC7F,OAAO,aAAa,MAAM,4CAA4C,CAAC;AACvE,OAAO,EAAC,WAAW,EAAC,MAAM,eAAe,CAAC;AAC1C,OAAO,EAAC,oBAAoB,EAAC,MAAM,gCAAgC,CAAC;AAWpE,MAAM,QAAQ,GAAG,MAAM,CAAC,GAAG,CAAA;;;;mCAIQ,SAAS,CAAC,WAAW;;;;;;;;;;CAUvD,CAAC;AAEF,SAAS,cAAc,CAAC,EAAC,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,UAAU,EAAuB;IAClF,MAAM,EAAC,CAAC,EAAC,GAAG,oBAAoB,EAAE,CAAC;IACnC,MAAM,aAAa,GAAG,KAAK,IAAI,EAAE,CAAC,QAAQ,EAAE,CAAC;IAE7C,MAAM,gBAAgB,GAAyB;QAC3C;YACI,KAAK,EAAE,CAAC,CAAC,4BAA4B,CAAC;YACtC,MAAM,EAAE,KAAC,aAAa,IAAC,MAAM,EAAE,KAAK,CAAC,SAAS,CAAC,MAAM,CAAC,MAAM,GAAI;SACnE;QACD;YACI,KAAK,EAAE,CAAC,CAAC,8BAA8B,CAAC;YACxC,MAAM,EAAE,KAAC,eAAe,IAAC,KAAK,EAAE,KAAK,EAAE,SAAS,EAAE,SAAS,GAAI;SAClE;KACJ,CAAC;IAEF,IAAI,CAAC,UAAU,EAAE;QACb,gBAAgB,CAAC,IAAI,CAAC;YAClB,KAAK,EAAE,CAAC,CAAC,eAAe,CAAC;YACzB,MAAM,EAAE,KAAC,cAAc,IAAC,QAAQ,EAAE,aAAa,GAAI;SACtD,CAAC,CAAC;KACN;IAED,OAAO,CACH,MAAC,QAAQ,eACL,KAAC,UAAU,IAAC,MAAM,EAAE,KAAK,CAAC,SAAS,CAAC,MAAM,CAAC,MAAM,EAAE,IAAI,EAAE,WAAW,CAAC,KAAK,GAAI,EAC9E,KAAC,YAAY,IAAC,OAAO,EAAE,gBAAgB,GAAI,IACpC,CACd,CAAC;AACN,CAAC;AAED,eAAe,cAAc,CAAC"}
|
package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/TreeFieldValue/index.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../src/components/RecordEdition/EditRecord/uiElements/TreeField/TreeFieldValue/index.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,sCAAsC;AACtC,sEAAsE;AACtE,OAAO,cAAc,MAAM,kBAAkB,CAAC;AAC9C,eAAe,cAAc,CAAC"}
|
package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/ValuesAdd/ValuesAdd.d.ts
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import {ITreeNodeWithRecord} from '../../../../../../types/trees';
|
|
3
|
+
import {RecordFormAttributeTreeAttributeFragment} from '../../../../../../_gqlTypes';
|
|
4
|
+
interface IValuesAddProps {
|
|
5
|
+
attribute: RecordFormAttributeTreeAttributeFragment;
|
|
6
|
+
onAdd: (values: ITreeNodeWithRecord[]) => void;
|
|
7
|
+
onClose: () => void;
|
|
8
|
+
}
|
|
9
|
+
declare function ValuesAdd({attribute, onAdd, onClose}: IValuesAddProps): JSX.Element;
|
|
10
|
+
export default ValuesAdd;
|
|
@@ -0,0 +1,197 @@
|
|
|
1
|
+
import {jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs} from 'react/jsx-runtime';
|
|
2
|
+
// Copyright LEAV Solutions 2017
|
|
3
|
+
// This file is released under LGPL V3
|
|
4
|
+
// License text available at https://www.gnu.org/licenses/lgpl-3.0.txt
|
|
5
|
+
import {localizedTranslation} from '@leav/utils';
|
|
6
|
+
import {Breadcrumb, Button, Divider, Space} from 'antd';
|
|
7
|
+
import {useEffect, useRef, useState} from 'react';
|
|
8
|
+
import styled from 'styled-components';
|
|
9
|
+
import {themeVars} from '../../../../../../antdTheme';
|
|
10
|
+
import {RecordCard} from '../../../../../../components';
|
|
11
|
+
import List from '../../../../../../components/List';
|
|
12
|
+
import {SelectTreeNode} from '../../../../../../components/SelectTreeNode';
|
|
13
|
+
import {PreviewSize} from '../../../../../../constants';
|
|
14
|
+
import useLang from '../../../../../../hooks/useLang';
|
|
15
|
+
import {useSharedTranslation} from '../../../../../../hooks/useSharedTranslation';
|
|
16
|
+
import {getTreeRecordKey} from '../../../../../../_utils';
|
|
17
|
+
const Wrapper = styled.div`
|
|
18
|
+
background-color: ${themeVars.defaultBg};
|
|
19
|
+
z-index: 1;
|
|
20
|
+
position: relative;
|
|
21
|
+
`;
|
|
22
|
+
const SelectionWrapper = styled.div`
|
|
23
|
+
padding: 1em;
|
|
24
|
+
max-height: 350px;
|
|
25
|
+
overflow: auto;
|
|
26
|
+
`;
|
|
27
|
+
const FooterWrapper = styled.div`
|
|
28
|
+
padding: 0.5em 1em;
|
|
29
|
+
display: flex;
|
|
30
|
+
justify-content: flex-end;
|
|
31
|
+
background: ${themeVars.lightBg};
|
|
32
|
+
`;
|
|
33
|
+
const BreadcrumbWrapper = styled.div`
|
|
34
|
+
& .record-card .label {
|
|
35
|
+
font-weight: normal;
|
|
36
|
+
}
|
|
37
|
+
`;
|
|
38
|
+
const BreadcrumbRoot = styled(Breadcrumb)`
|
|
39
|
+
display: flex;
|
|
40
|
+
align-items: center;
|
|
41
|
+
`;
|
|
42
|
+
function ValuesAdd({attribute, onAdd, onClose}) {
|
|
43
|
+
var _a, _b, _c;
|
|
44
|
+
const {t} = useSharedTranslation();
|
|
45
|
+
const {lang} = useLang();
|
|
46
|
+
const valuesList = (
|
|
47
|
+
(_a = attribute === null || attribute === void 0 ? void 0 : attribute.treeValuesList) === null || _a === void 0
|
|
48
|
+
? void 0
|
|
49
|
+
: _a.enable
|
|
50
|
+
)
|
|
51
|
+
? (_c =
|
|
52
|
+
(_b = attribute === null || attribute === void 0 ? void 0 : attribute.treeValuesList) === null ||
|
|
53
|
+
_b === void 0
|
|
54
|
+
? void 0
|
|
55
|
+
: _b.values) !== null && _c !== void 0
|
|
56
|
+
? _c
|
|
57
|
+
: []
|
|
58
|
+
: [];
|
|
59
|
+
const wrapperRef = useRef();
|
|
60
|
+
const [selectedValuesFromTree, setSelectedValuesFromTree] = useState([]);
|
|
61
|
+
const [selectedValuesFromList, setSelectedValuesFromList] = useState([]);
|
|
62
|
+
useEffect(() => {
|
|
63
|
+
wrapperRef.current.scrollIntoView({block: 'nearest'});
|
|
64
|
+
}, []);
|
|
65
|
+
const _handleSelectionChange = selection => setSelectedValuesFromList(selection);
|
|
66
|
+
const _handleSelect = (node, selected) => {
|
|
67
|
+
if (selected) {
|
|
68
|
+
onAdd([node]);
|
|
69
|
+
}
|
|
70
|
+
};
|
|
71
|
+
const _handleCheck = selectedNodes => setSelectedValuesFromTree(selectedNodes);
|
|
72
|
+
const _handleClose = () => onClose();
|
|
73
|
+
const _handleItemClick = valueListItem => {
|
|
74
|
+
const recordKey = valueListItem.id;
|
|
75
|
+
onAdd([
|
|
76
|
+
{
|
|
77
|
+
record: valueListItem.record,
|
|
78
|
+
key: recordKey,
|
|
79
|
+
id: recordKey,
|
|
80
|
+
title: valueListItem.record.whoAmI.label,
|
|
81
|
+
children: null
|
|
82
|
+
}
|
|
83
|
+
]);
|
|
84
|
+
};
|
|
85
|
+
const _handleSubmit = () => {
|
|
86
|
+
const selection = [
|
|
87
|
+
...selectedValuesFromList.map(selectedVal => {
|
|
88
|
+
const recordKey = getTreeRecordKey(selectedVal.record);
|
|
89
|
+
return {
|
|
90
|
+
record: selectedVal.record,
|
|
91
|
+
id: recordKey,
|
|
92
|
+
key: recordKey,
|
|
93
|
+
title: selectedVal.record.whoAmI.label,
|
|
94
|
+
children: null
|
|
95
|
+
};
|
|
96
|
+
}),
|
|
97
|
+
...selectedValuesFromTree
|
|
98
|
+
];
|
|
99
|
+
onAdd(selection);
|
|
100
|
+
};
|
|
101
|
+
const _renderListItem = item => {
|
|
102
|
+
const pathToDisplay = item.ancestors;
|
|
103
|
+
const parents = pathToDisplay.slice(0, -1);
|
|
104
|
+
const element = pathToDisplay.slice(-1)[0];
|
|
105
|
+
const recordCardSettings = {withLibrary: false, withPreview: false};
|
|
106
|
+
const breadcrumbItems = parents.map(ancestor => {
|
|
107
|
+
return {
|
|
108
|
+
key: ancestor.record.id,
|
|
109
|
+
title: _jsx(
|
|
110
|
+
RecordCard,
|
|
111
|
+
Object.assign({record: ancestor.record.whoAmI, size: PreviewSize.small}, recordCardSettings)
|
|
112
|
+
)
|
|
113
|
+
};
|
|
114
|
+
});
|
|
115
|
+
breadcrumbItems.push({
|
|
116
|
+
key: element.record.id,
|
|
117
|
+
title: _jsx(
|
|
118
|
+
RecordCard,
|
|
119
|
+
Object.assign({record: element.record.whoAmI, size: PreviewSize.small}, recordCardSettings)
|
|
120
|
+
)
|
|
121
|
+
});
|
|
122
|
+
return _jsx(BreadcrumbWrapper, {children: _jsx(BreadcrumbRoot, {items: breadcrumbItems, separator: '>'})});
|
|
123
|
+
};
|
|
124
|
+
return _jsx(_Fragment, {
|
|
125
|
+
children: _jsxs(
|
|
126
|
+
Wrapper,
|
|
127
|
+
Object.assign(
|
|
128
|
+
{'data-testid': 'values-add', ref: wrapperRef},
|
|
129
|
+
{
|
|
130
|
+
children: [
|
|
131
|
+
_jsxs(SelectionWrapper, {
|
|
132
|
+
children: [
|
|
133
|
+
!!valuesList.length &&
|
|
134
|
+
_jsxs(_Fragment, {
|
|
135
|
+
children: [
|
|
136
|
+
_jsx(
|
|
137
|
+
Divider,
|
|
138
|
+
Object.assign(
|
|
139
|
+
{orientation: 'left'},
|
|
140
|
+
{children: t('record_edition.values_list')}
|
|
141
|
+
)
|
|
142
|
+
),
|
|
143
|
+
_jsx(List, {
|
|
144
|
+
dataSource: valuesList,
|
|
145
|
+
onItemClick: _handleItemClick,
|
|
146
|
+
renderItemContent: _renderListItem,
|
|
147
|
+
selectable: attribute.multiple_values,
|
|
148
|
+
selectedItems: selectedValuesFromList,
|
|
149
|
+
onSelectionChange: _handleSelectionChange,
|
|
150
|
+
pagination: false
|
|
151
|
+
})
|
|
152
|
+
]
|
|
153
|
+
}),
|
|
154
|
+
_jsx(
|
|
155
|
+
Divider,
|
|
156
|
+
Object.assign(
|
|
157
|
+
{orientation: 'left'},
|
|
158
|
+
{children: localizedTranslation(attribute.linked_tree.label, lang)}
|
|
159
|
+
)
|
|
160
|
+
),
|
|
161
|
+
_jsx(SelectTreeNode, {
|
|
162
|
+
tree: attribute.linked_tree,
|
|
163
|
+
onSelect: _handleSelect,
|
|
164
|
+
onCheck: _handleCheck,
|
|
165
|
+
multiple: attribute.multiple_values
|
|
166
|
+
})
|
|
167
|
+
]
|
|
168
|
+
}),
|
|
169
|
+
attribute.multiple_values &&
|
|
170
|
+
_jsx(FooterWrapper, {
|
|
171
|
+
children: _jsxs(Space, {
|
|
172
|
+
children: [
|
|
173
|
+
_jsx(
|
|
174
|
+
Button,
|
|
175
|
+
Object.assign(
|
|
176
|
+
{size: 'small', onClick: _handleClose},
|
|
177
|
+
{children: t('global.cancel')}
|
|
178
|
+
)
|
|
179
|
+
),
|
|
180
|
+
_jsx(
|
|
181
|
+
Button,
|
|
182
|
+
Object.assign(
|
|
183
|
+
{type: 'primary', size: 'small', onClick: _handleSubmit},
|
|
184
|
+
{children: t('global.submit')}
|
|
185
|
+
)
|
|
186
|
+
)
|
|
187
|
+
]
|
|
188
|
+
})
|
|
189
|
+
})
|
|
190
|
+
]
|
|
191
|
+
}
|
|
192
|
+
)
|
|
193
|
+
)
|
|
194
|
+
});
|
|
195
|
+
}
|
|
196
|
+
export default ValuesAdd;
|
|
197
|
+
//# sourceMappingURL=ValuesAdd.js.map
|
package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/ValuesAdd/ValuesAdd.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ValuesAdd.js","sourceRoot":"","sources":["../../../../../../../src/components/RecordEdition/EditRecord/uiElements/TreeField/ValuesAdd/ValuesAdd.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../src/components/RecordEdition/EditRecord/uiElements/TreeField/ValuesAdd/index.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,sCAAsC;AACtC,sEAAsE;AACtE,OAAO,SAAS,MAAM,aAAa,CAAC;AACpC,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/components/RecordEdition/EditRecord/uiElements/TreeField/index.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,sCAAsC;AACtC,sEAAsE;AACtE,OAAO,SAAS,MAAM,aAAa,CAAC;AACpC,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import {FormFieldTypes, FormUIElementTypes} from '@leav/utils';
|
|
3
|
+
import {IFormElementProps} from '../_types';
|
|
4
|
+
export declare const formComponents: {
|
|
5
|
+
[type in FormUIElementTypes & FormFieldTypes]: (props: IFormElementProps<any>) => JSX.Element;
|
|
6
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
// Copyright LEAV Solutions 2017
|
|
2
|
+
// This file is released under LGPL V3
|
|
3
|
+
// License text available at https://www.gnu.org/licenses/lgpl-3.0.txt
|
|
4
|
+
import {FormFieldTypes, FormUIElementTypes} from '@leav/utils';
|
|
5
|
+
import Container from './Container';
|
|
6
|
+
import FormDivider from './FormDivider';
|
|
7
|
+
import FormTabs from './FormTabs';
|
|
8
|
+
import LinkField from './LinkField';
|
|
9
|
+
import StandardField from './StandardField';
|
|
10
|
+
import TextBlock from './TextBlock';
|
|
11
|
+
import TreeField from './TreeField';
|
|
12
|
+
export const formComponents = {
|
|
13
|
+
[FormUIElementTypes.FIELDS_CONTAINER]: Container,
|
|
14
|
+
[FormFieldTypes.TEXT_INPUT]: StandardField,
|
|
15
|
+
[FormFieldTypes.DATE]: StandardField,
|
|
16
|
+
[FormFieldTypes.CHECKBOX]: StandardField,
|
|
17
|
+
[FormFieldTypes.ENCRYPTED]: StandardField,
|
|
18
|
+
[FormFieldTypes.LINK]: LinkField,
|
|
19
|
+
[FormFieldTypes.TREE]: TreeField,
|
|
20
|
+
[FormUIElementTypes.TABS]: FormTabs,
|
|
21
|
+
[FormUIElementTypes.TEXT_BLOCK]: TextBlock,
|
|
22
|
+
[FormUIElementTypes.DIVIDER]: FormDivider
|
|
23
|
+
};
|
|
24
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/components/RecordEdition/EditRecord/uiElements/index.tsx"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,sCAAsC;AACtC,sEAAsE;AACtE,OAAO,EAAC,cAAc,EAAE,kBAAkB,EAAC,MAAM,aAAa,CAAC;AAE/D,OAAO,SAAS,MAAM,aAAa,CAAC;AACpC,OAAO,WAAW,MAAM,eAAe,CAAC;AACxC,OAAO,QAAQ,MAAM,YAAY,CAAC;AAClC,OAAO,SAAS,MAAM,aAAa,CAAC;AACpC,OAAO,aAAa,MAAM,iBAAiB,CAAC;AAC5C,OAAO,SAAS,MAAM,aAAa,CAAC;AACpC,OAAO,SAAS,MAAM,aAAa,CAAC;AAEpC,MAAM,CAAC,MAAM,cAAc,GAEvB;IACA,CAAC,kBAAkB,CAAC,gBAAgB,CAAC,EAAE,SAAS;IAChD,CAAC,cAAc,CAAC,UAAU,CAAC,EAAE,aAAa;IAC1C,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,aAAa;IACpC,CAAC,cAAc,CAAC,QAAQ,CAAC,EAAE,aAAa;IACxC,CAAC,cAAc,CAAC,SAAS,CAAC,EAAE,aAAa;IACzC,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,SAAS;IAChC,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,SAAS;IAChC,CAAC,kBAAkB,CAAC,IAAI,CAAC,EAAE,QAAQ;IACnC,CAAC,kBAAkB,CAAC,UAAU,CAAC,EAAE,SAAS;IAC1C,CAAC,kBAAkB,CAAC,OAAO,CAAC,EAAE,WAAW;CAC5C,CAAC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
2
|
+
import {ButtonProps} from 'antd';
|
|
3
|
+
import {IRecordIdentityWhoAmI} from '../../../types/records';
|
|
4
|
+
import {IValueVersion} from '../../../types/values';
|
|
5
5
|
interface IEditRecordBtnProps extends ButtonProps {
|
|
6
6
|
record: IRecordIdentityWhoAmI;
|
|
7
7
|
valuesVersion?: IValueVersion;
|
|
8
8
|
}
|
|
9
|
-
declare function EditRecordBtn({
|
|
9
|
+
declare function EditRecordBtn({record, valuesVersion, ...buttonProps}: IEditRecordBtnProps): JSX.Element;
|
|
10
10
|
export default EditRecordBtn;
|
|
@@ -1,25 +1,9 @@
|
|
|
1
|
-
import { jsx as _jsx
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
// Copyright LEAV Solutions 2017
|
|
3
3
|
// This file is released under LGPL V3
|
|
4
4
|
// License text available at https://www.gnu.org/licenses/lgpl-3.0.txt
|
|
5
|
-
import { KitInput } from 'aristid-ds';
|
|
5
|
+
import { KitInput, KitInputWrapper } from 'aristid-ds';
|
|
6
6
|
import { Form } from 'antd';
|
|
7
|
-
import styled from 'styled-components';
|
|
8
|
-
const InputContainer = styled.div `
|
|
9
|
-
position: relative;
|
|
10
|
-
|
|
11
|
-
.actions {
|
|
12
|
-
position: absolute;
|
|
13
|
-
top: 55%;
|
|
14
|
-
right: 36px;
|
|
15
|
-
display: none;
|
|
16
|
-
z-index: 1000;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
&:hover .actions {
|
|
20
|
-
display: block;
|
|
21
|
-
}
|
|
22
|
-
`;
|
|
23
7
|
export const DSInputWrapper = ({ state, value, infoButton, onChange, handleSubmit }) => {
|
|
24
8
|
const { errors } = Form.Item.useStatus();
|
|
25
9
|
const form = Form.useFormInstance();
|
|
@@ -33,6 +17,6 @@ export const DSInputWrapper = ({ state, value, infoButton, onChange, handleSubmi
|
|
|
33
17
|
}
|
|
34
18
|
handleSubmit(valuetoSubmit, state.attribute.id);
|
|
35
19
|
};
|
|
36
|
-
return (
|
|
20
|
+
return (_jsx(KitInputWrapper, Object.assign({ label: state.formElement.settings.label, required: isRequired, status: errors.length > 0 ? 'error' : undefined, infoIcon: infoButton, onInfoClick: Boolean(infoButton) ? () => void 0 : undefined }, { children: _jsx(KitInput, { value: value, onChange: onChange, disabled: state.isReadOnly, onBlur: handleBlur }) })));
|
|
37
21
|
};
|
|
38
22
|
//# sourceMappingURL=DSInputWrapper.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DSInputWrapper.js","sourceRoot":"","sources":["../../../../../../../src/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.tsx"],"names":[],"mappings":";AAAA,gCAAgC;AAChC,sCAAsC;AACtC,sEAAsE;AACtE,OAAO,EAAC,QAAQ,EAAC,MAAM,YAAY,CAAC;
|
|
1
|
+
{"version":3,"file":"DSInputWrapper.js","sourceRoot":"","sources":["../../../../../../../src/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.tsx"],"names":[],"mappings":";AAAA,gCAAgC;AAChC,sCAAsC;AACtC,sEAAsE;AACtE,OAAO,EAAC,QAAQ,EAAE,eAAe,EAAC,MAAM,YAAY,CAAC;AAGrD,OAAO,EAAC,IAAI,EAAa,MAAM,MAAM,CAAC;AAYtC,MAAM,CAAC,MAAM,cAAc,GAA4C,CAAC,EACpE,KAAK,EACL,KAAK,EACL,UAAU,EACV,QAAQ,EACR,YAAY,EACf,EAAE,EAAE;IACD,MAAM,EAAC,MAAM,EAAC,GAAG,IAAI,CAAC,IAAI,CAAC,SAAS,EAAE,CAAC;IACvC,MAAM,IAAI,GAAG,IAAI,CAAC,eAAe,EAAE,CAAC;IAEpC,MAAM,UAAU,GAAG,KAAK,CAAC,WAAW,CAAC,QAAQ,CAAC,QAAQ,CAAC;IAEvD,MAAM,UAAU,GAAG,CAAC,CAA+B,EAAE,EAAE;QACnD,IAAI,aAAa,GAAG,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC;QACnC,IAAI,UAAU,IAAI,aAAa,KAAK,EAAE,IAAI,KAAK,CAAC,WAAW,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE;YACnE,aAAa,GAAI,KAAK,CAAC,WAAW,CAAC,MAAM,CAAC,CAAC,CAA0C,CAAC,SAAS,CAAC;YAChG,IAAI,CAAC,aAAa,CAAC,KAAK,CAAC,SAAS,CAAC,EAAE,EAAE,aAAa,CAAC,CAAC;YACtD,IAAI,CAAC,cAAc,EAAE,CAAC;SACzB;QACD,YAAY,CAAC,aAAa,EAAE,KAAK,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;IACpD,CAAC,CAAC;IAEF,OAAO,CACH,KAAC,eAAe,kBACZ,KAAK,EAAE,KAAK,CAAC,WAAW,CAAC,QAAQ,CAAC,KAAK,EACvC,QAAQ,EAAE,UAAU,EACpB,MAAM,EAAE,MAAM,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,EAC/C,QAAQ,EAAE,UAAU,EACpB,WAAW,EAAE,OAAO,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,GAAG,EAAE,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,SAAS,gBAE3D,KAAC,QAAQ,IAAC,KAAK,EAAE,KAAK,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,KAAK,CAAC,UAAU,EAAE,MAAM,EAAE,UAAU,GAAI,IAChF,CACrB,CAAC;AACN,CAAC,CAAC"}
|
|
@@ -1,25 +1,9 @@
|
|
|
1
|
-
import { jsx as _jsx
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
// Copyright LEAV Solutions 2017
|
|
3
3
|
// This file is released under LGPL V3
|
|
4
4
|
// License text available at https://www.gnu.org/licenses/lgpl-3.0.txt
|
|
5
|
-
import { KitDatePicker } from 'aristid-ds';
|
|
5
|
+
import { KitDatePicker, KitInputWrapper } from 'aristid-ds';
|
|
6
6
|
import { Form } from 'antd';
|
|
7
|
-
import { styled } from 'styled-components';
|
|
8
|
-
const InputContainer = styled.div `
|
|
9
|
-
position: relative;
|
|
10
|
-
|
|
11
|
-
.actions {
|
|
12
|
-
position: absolute;
|
|
13
|
-
top: 53%;
|
|
14
|
-
right: 36px;
|
|
15
|
-
display: none;
|
|
16
|
-
z-index: 1000;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
&:hover .actions {
|
|
20
|
-
display: block;
|
|
21
|
-
}
|
|
22
|
-
`;
|
|
23
7
|
export const DSRangePickerWrapper = ({ state, infoButton, value, onChange, handleSubmit }) => {
|
|
24
8
|
const { errors } = Form.Item.useStatus();
|
|
25
9
|
const isRequired = state.formElement.settings.required;
|
|
@@ -36,6 +20,6 @@ export const DSRangePickerWrapper = ({ state, infoButton, value, onChange, handl
|
|
|
36
20
|
}
|
|
37
21
|
handleSubmit(datesToSave, state.attribute.id);
|
|
38
22
|
};
|
|
39
|
-
return (
|
|
23
|
+
return (_jsx(KitInputWrapper, Object.assign({ label: state.formElement.settings.label, required: isRequired, status: errors.length > 0 ? 'error' : undefined, infoIcon: infoButton, onInfoClick: Boolean(infoButton) ? () => void 0 : undefined }, { children: _jsx(KitDatePicker.RangePicker, { value: value, onChange: _handleDateChange, disabled: state.isReadOnly }) })));
|
|
40
24
|
};
|
|
41
25
|
//# sourceMappingURL=DSRangePickerWrapper.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DSRangePickerWrapper.js","sourceRoot":"","sources":["../../../../../../../src/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.tsx"],"names":[],"mappings":";AAAA,gCAAgC;AAChC,sCAAsC;AACtC,sEAAsE;AACtE,OAAO,EAAC,aAAa,EAAC,MAAM,YAAY,CAAC;
|
|
1
|
+
{"version":3,"file":"DSRangePickerWrapper.js","sourceRoot":"","sources":["../../../../../../../src/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.tsx"],"names":[],"mappings":";AAAA,gCAAgC;AAChC,sCAAsC;AACtC,sEAAsE;AACtE,OAAO,EAAC,aAAa,EAAE,eAAe,EAAC,MAAM,YAAY,CAAC;AAG1D,OAAO,EAAC,IAAI,EAAC,MAAM,MAAM,CAAC;AAc1B,MAAM,CAAC,MAAM,oBAAoB,GAAkD,CAAC,EAChF,KAAK,EACL,UAAU,EACV,KAAK,EACL,QAAQ,EACR,YAAY,EACf,EAAE,EAAE;IACD,MAAM,EAAC,MAAM,EAAC,GAAG,IAAI,CAAC,IAAI,CAAC,SAAS,EAAE,CAAC;IACvC,MAAM,UAAU,GAAG,KAAK,CAAC,WAAW,CAAC,QAAQ,CAAC,QAAQ,CAAC;IAEvD,MAAM,iBAAiB,GAGX,CAAC,gBAAgB,EAAE,GAAG,iBAAiB,EAAE,EAAE;QACnD,QAAQ,CAAC,gBAAgB,EAAE,GAAG,iBAAiB,CAAC,CAAC;QAEjD,IAAI,UAAU,IAAI,gBAAgB,KAAK,IAAI,EAAE;YACzC,OAAO;SACV;QAED,MAAM,WAAW,GAAG,EAAC,IAAI,EAAE,IAAI,EAAE,EAAE,EAAE,IAAI,EAAC,CAAC;QAC3C,IAAI,gBAAgB,KAAK,IAAI,EAAE;YAC3B,MAAM,CAAC,QAAQ,EAAE,MAAM,CAAC,GAAG,gBAAgB,CAAC;YAC5C,WAAW,CAAC,IAAI,GAAG,MAAM,CAAC,QAAQ,CAAC,IAAI,EAAE,CAAC,CAAC;YAC3C,WAAW,CAAC,EAAE,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,CAAC,CAAC;SAC1C;QAED,YAAY,CAAC,WAAW,EAAE,KAAK,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;IAClD,CAAC,CAAC;IAEF,OAAO,CACH,KAAC,eAAe,kBACZ,KAAK,EAAE,KAAK,CAAC,WAAW,CAAC,QAAQ,CAAC,KAAK,EACvC,QAAQ,EAAE,UAAU,EACpB,MAAM,EAAE,MAAM,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,EAC/C,QAAQ,EAAE,UAAU,EACpB,WAAW,EAAE,OAAO,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,GAAG,EAAE,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,SAAS,gBAE3D,KAAC,aAAa,CAAC,WAAW,IAAC,KAAK,EAAE,KAAK,EAAE,QAAQ,EAAE,iBAAiB,EAAE,QAAQ,EAAE,KAAK,CAAC,UAAU,GAAI,IACtF,CACrB,CAAC;AACN,CAAC,CAAC"}
|
|
@@ -416,12 +416,13 @@ function StandardFieldValue({ value: fieldValue, onSubmit, onDelete, onScopeChan
|
|
|
416
416
|
AttributeFormat.numeric,
|
|
417
417
|
AttributeFormat.rich_text
|
|
418
418
|
];
|
|
419
|
+
const _infoButton = editRecordState.withInfoButton ? (_jsx(ValueDetailsBtn, { value: fieldValue.value, attribute: attribute, size: "small", shape: "circle" })) : null;
|
|
419
420
|
return (_jsxs(_Fragment, { children: [attributeFormatsWithDS.includes(attribute.format) && (_jsxs(Form.Item, Object.assign({ name: attribute.id, rules: [
|
|
420
421
|
{
|
|
421
422
|
required: state.formElement.settings.required,
|
|
422
423
|
message: t('errors.standard_field_required')
|
|
423
424
|
}
|
|
424
|
-
] }, { children: [attribute.format === AttributeFormat.text && (_jsx(DSInputWrapper, { state: state, handleSubmit: _handleSubmit, infoButton:
|
|
425
|
+
] }, { children: [attribute.format === AttributeFormat.text && (_jsx(DSInputWrapper, { state: state, handleSubmit: _handleSubmit, infoButton: _infoButton })), attribute.format === AttributeFormat.date_range && (_jsx(DSRangePickerWrapper, { state: state, handleSubmit: _handleSubmit, infoButton: _infoButton }))] }))), attributeFormatsWithoutDS.includes(attribute.format) && (_jsxs(_Fragment, { children: [fieldValue.isEditing && _jsx(Dimmer, { onClick: _handleCancel }), _jsxs(FormWrapper, Object.assign({ "$isEditing": fieldValue.isEditing, className: fieldValue.index === 0 ? 'first-value' : '' }, { children: [_jsx(Popover, Object.assign({ placement: "topLeft", open: isErrorVisible, content: errorContent }, { children: _jsxs(InputWrapper, Object.assign({ "$isEditing": fieldValue.isEditing, className: wrapperClasses, "data-testid": "input-wrapper" }, { children: [_jsx(ValuesVersionIndicator, { activeScope: state.activeScope, style: valuesVersionIndicatorStyle }), !fieldValue.index && (_jsxs("label", Object.assign({ className: "attribute-label", onClick: _handleFocus }, { children: [state.formElement.settings.label, editRecordState.externalUpdate.updatedValues[attribute === null || attribute === void 0 ? void 0 : attribute.id] && (_jsx(UpdatedFieldIcon, {})), state.activeScope === FieldScope.INHERITED && (_jsx(InheritedFieldLabel, { version: state.values[FieldScope.INHERITED].version }))] }))), _getInput(), !state.metadataEdit && _jsx(FloatingMenu, { actions: valueActions })] })) })), _jsxs(ActionsWrapper, Object.assign({ ref: actionsWrapperRef }, { children: [fieldValue.isEditing && ((_j = attribute === null || attribute === void 0 ? void 0 : attribute.values_list) === null || _j === void 0 ? void 0 : _j.enable) && (_jsx(ValuesList, { attribute: attribute, valuesList: valuesList, onValueSelect: _handleSubmit, onValueCopy: _handleValueCopy })), fieldValue.isEditing && (_jsxs(ButtonsWrapper, { children: [_jsx(Button, Object.assign({ size: "small", onClick: _handleCancel, style: { background: '#FFF' } }, { children: t('global.cancel') })), (!isValuesListEnabled || isValuesListOpen) && (_jsx(Button, Object.assign({ type: "primary", size: "small", onClick: _handleClickSubmit }, { children: t('global.submit') })))] }))] }))] }))] }))] }));
|
|
425
426
|
}
|
|
426
427
|
export default StandardFieldValue;
|
|
427
428
|
//# sourceMappingURL=StandardFieldValue.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StandardFieldValue.js","sourceRoot":"","sources":["../../../../../../../src/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.tsx"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"StandardFieldValue.js","sourceRoot":"","sources":["../../../../../../../src/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.tsx"],"names":[],"mappings":"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"}
|
|
@@ -7,6 +7,7 @@ interface IEditRecordModalProps {
|
|
|
7
7
|
library: string;
|
|
8
8
|
onClose: () => void;
|
|
9
9
|
afterCreate?: (newRecord: RecordIdentityFragment['whoAmI']) => void;
|
|
10
|
+
withInfoButton?: boolean;
|
|
10
11
|
valuesVersion?: IValueVersion;
|
|
11
12
|
}
|
|
12
13
|
export declare const EditRecordModal: FunctionComponent<IEditRecordModalProps>;
|
|
@@ -34,7 +34,7 @@ const ModalFooter = styled.div `
|
|
|
34
34
|
justify-content: flex-end;
|
|
35
35
|
padding: 0.5rem 1rem;
|
|
36
36
|
`;
|
|
37
|
-
export const EditRecordModal = ({ open, record, library, onClose, afterCreate, valuesVersion }) => {
|
|
37
|
+
export const EditRecordModal = ({ open, record, library, onClose, afterCreate, valuesVersion, withInfoButton = true }) => {
|
|
38
38
|
var _a;
|
|
39
39
|
const { t } = useSharedTranslation();
|
|
40
40
|
const isCreationMode = !record;
|
|
@@ -54,6 +54,6 @@ export const EditRecordModal = ({ open, record, library, onClose, afterCreate, v
|
|
|
54
54
|
close: closeButtonRef,
|
|
55
55
|
refresh: refreshButtonRef,
|
|
56
56
|
valuesVersions: valuesVersionsButtonRef
|
|
57
|
-
}, showSidebar: true, containerStyle: { height: 'calc(100% - 3.5rem)' } })] })));
|
|
57
|
+
}, showSidebar: true, withInfoButton: withInfoButton, containerStyle: { height: 'calc(100% - 3.5rem)' } })] })));
|
|
58
58
|
};
|
|
59
59
|
//# sourceMappingURL=EditRecordModal.js.map
|