@leav/ui 0.2.8 → 0.3.0
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 +2 -8
- package/dist/__mocks__/common/filter.d.ts +1 -1
- package/dist/__mocks__/common/filter.js +9 -13
- package/dist/__mocks__/common/import.d.ts +1 -1
- package/dist/__mocks__/common/import.js +5 -5
- package/dist/__mocks__/common/label.d.ts +1 -3
- package/dist/__mocks__/common/label.js +2 -2
- package/dist/__mocks__/common/library.d.ts +67 -82
- package/dist/__mocks__/common/library.js +9 -11
- package/dist/__mocks__/common/mockSearchContextProvider.d.ts +3 -6
- package/dist/__mocks__/common/mockSearchContextProvider.js +10 -23
- 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 +4 -6
- 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 +1 -6
- package/dist/__mocks__/mockQuery/mockGetLibraryDetailExtendedQuery.js +5 -5
- package/dist/__mocks__/mockQuery/mockGetRecordsFromLibraryQuery.d.ts +3 -10
- package/dist/__mocks__/mockQuery/mockGetRecordsFromLibraryQuery.js +3 -3
- package/dist/__mocks__/mockQuery/mockGetViewListQuery.d.ts +4 -6
- package/dist/__mocks__/mockQuery/mockGetViewListQuery.js +6 -11
- package/dist/__mocks__/react-i18next.d.ts +9 -5
- package/dist/__mocks__/react-i18next.js +11 -10
- package/dist/_gqlTypes/index.d.ts +4569 -5256
- 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 +4 -13
- 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 +7 -10
- 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 +5 -10
- package/dist/_queries/records/getRecordPropertiesQuery.js +12 -13
- package/dist/_queries/records/getRecordUpdatesSubscription.d.ts +1 -1
- package/dist/_queries/records/getRecordUpdatesSubscription.js +5 -5
- package/dist/_queries/records/getRecordsFromLibraryQuery.d.ts +4 -7
- package/dist/_queries/records/getRecordsFromLibraryQuery.js +8 -7
- 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 +3 -7
- package/dist/_utils/getFiltersFromRequest.js +31 -76
- package/dist/_utils/getRequestFromFilter.d.ts +2 -2
- package/dist/_utils/getRequestFromFilter.js +42 -63
- package/dist/_utils/index.d.ts +13 -36
- package/dist/_utils/index.js +38 -93
- 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 +2 -10
- package/dist/components/AttributePicker/AttributePicker.js +11 -46
- package/dist/components/AttributePicker/AttributesList/AttributesList.d.ts +2 -8
- package/dist/components/AttributePicker/AttributesList/AttributesList.js +47 -141
- 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 +17 -38
- package/dist/components/AttributesSelectionList/Attribute/index.js +1 -1
- package/dist/components/AttributesSelectionList/AttributesSelectionList.d.ts +2 -8
- package/dist/components/AttributesSelectionList/AttributesSelectionList.js +24 -97
- package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/SelectedAttribute.d.ts +2 -2
- package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/SelectedAttribute.js +16 -41
- package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/index.js +1 -1
- package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttributesList.js +10 -64
- package/dist/components/AttributesSelectionList/SelectedAttributesList/index.js +1 -1
- package/dist/components/AttributesSelectionList/_types.d.ts +1 -5
- package/dist/components/AttributesSelectionList/_types.js +1 -1
- package/dist/components/AttributesSelectionList/helpers/attributeToSelectedAttribute.d.ts +3 -6
- package/dist/components/AttributesSelectionList/helpers/attributeToSelectedAttribute.js +2 -3
- 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 +21 -28
- package/dist/components/AttributesSelectionList/reducer/attributesSelectionListReducer.js +16 -13
- package/dist/components/AttributesSelectionList/reducer/attributesSelectionListStateContext.d.ts +2 -2
- package/dist/components/AttributesSelectionList/reducer/attributesSelectionListStateContext.js +4 -7
- package/dist/components/AttributesSelectionList/sharedComponents.d.ts +803 -842
- package/dist/components/AttributesSelectionList/sharedComponents.js +4 -4
- package/dist/components/BasicButton/BasicButton.d.ts +2 -2
- package/dist/components/BasicButton/BasicButton.js +18 -19
- package/dist/components/BasicButton/index.d.ts +1 -1
- package/dist/components/BasicButton/index.js +2 -2
- package/dist/components/CreateDirectory/CreateDirectory.d.ts +2 -7
- package/dist/components/CreateDirectory/CreateDirectory.js +22 -125
- package/dist/components/CreateDirectory/index.d.ts +1 -1
- package/dist/components/CreateDirectory/index.js +2 -2
- package/dist/components/DeactivateRecordsModal/DeactivateRecordsModal.d.ts +2 -8
- package/dist/components/DeactivateRecordsModal/DeactivateRecordsModal.js +18 -41
- 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 +2 -8
- package/dist/components/EditApplication/EditApplication.js +17 -29
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfo.d.ts +2 -2
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfo.js +34 -68
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/EditApplicationInfoForm.d.ts +3 -9
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/EditApplicationInfoForm.js +72 -244
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/ModuleSelector/ModuleSelector.d.ts +2 -2
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/ModuleSelector/ModuleSelector.js +26 -41
- 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 +2 -6
- package/dist/components/EditAttributeModal/EditAttribute/EditAttribute.js +18 -28
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfo.d.ts +2 -2
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfo.js +44 -102
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/EditAttributeInfoForm.d.ts +3 -10
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/EditAttributeInfoForm.js +77 -389
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/LinkedLibraryForm.d.ts +2 -2
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/LinkedLibraryForm.js +21 -68
- 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 +21 -68
- 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 +16 -94
- 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 +3 -9
- package/dist/components/EditAttributeModal/EditAttributeModal.js +34 -84
- 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 +2 -7
- package/dist/components/EditLibraryModal/EditLibrary/EditLibrary.js +26 -48
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/AttributeCell.d.ts +2 -2
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/AttributeCell.js +13 -24
- 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 +6 -14
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributesList.js +39 -118
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/DeleteButton.d.ts +2 -2
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/DeleteButton.js +11 -32
- 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 +13 -27
- 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 +22 -89
- 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 +46 -85
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/EditLibraryInfoForm.d.ts +3 -10
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/EditLibraryInfoForm.js +76 -245
- 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 +18 -22
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/EditPreviewsSettingsModal.d.ts +2 -8
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/EditPreviewsSettingsModal.js +34 -241
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/SizesEditor.d.ts +2 -2
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/SizesEditor.js +41 -114
- 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 +2 -6
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/PreviewsSettingsList.js +34 -122
- 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 +3 -10
- package/dist/components/EditLibraryModal/EditLibraryModal.js +33 -88
- 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 +18 -28
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfo.d.ts +2 -2
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfo.js +47 -85
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/EditTreeInfoForm.d.ts +3 -10
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/EditTreeInfoForm.js +58 -169
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/TreeLibrariesForm.d.ts +3 -3
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/TreeLibrariesForm.js +30 -210
- 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 +31 -84
- package/dist/components/EditTreeModal/index.d.ts +1 -1
- package/dist/components/EditTreeModal/index.js +2 -2
- package/dist/components/EntityCard/EntityCard.d.ts +4 -14
- package/dist/components/EntityCard/EntityCard.js +22 -99
- 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 +23 -66
- 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 +2 -9
- package/dist/components/EntityPreview/EntityPreviewTile/EntityPreviewTile.js +16 -48
- 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 +4 -8
- package/dist/components/ErrorBoundary/ErrorBoundaryContent/ErrorBoundaryContent.d.ts +2 -2
- package/dist/components/ErrorBoundary/ErrorBoundaryContent/ErrorBoundaryContent.js +12 -50
- 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 +13 -22
- 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 +10 -31
- package/dist/components/ErrorMessage/index.js +1 -1
- package/dist/components/ExportModal/ExportModal.d.ts +2 -2
- package/dist/components/ExportModal/ExportModal.js +47 -116
- 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 +7 -13
- package/dist/components/FieldsGroup/index.js +1 -1
- package/dist/components/FloatingMenu/FloatingMenu.d.ts +3 -3
- package/dist/components/FloatingMenu/FloatingMenu.js +22 -84
- 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 +7 -19
- package/dist/components/ImageMissing/index.d.ts +1 -1
- package/dist/components/ImageMissing/index.js +2 -2
- package/dist/components/ImportModal/ImportModal.d.ts +2 -8
- package/dist/components/ImportModal/ImportModal.js +75 -208
- package/dist/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/ImportKeysSelector.d.ts +2 -2
- package/dist/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/ImportKeysSelector.js +11 -40
- 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 +13 -40
- 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 +58 -135
- package/dist/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/ImportScheduleModal.d.ts +1 -7
- package/dist/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/ImportScheduleModal.js +7 -34
- package/dist/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/index.js +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/ImportSheetSettings.d.ts +2 -10
- package/dist/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/ImportSheetSettings.js +22 -149
- 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 +10 -15
- package/dist/components/ImportModal/ImportModalDoneStep/index.js +1 -1
- package/dist/components/ImportModal/ImportModalProcessingStep/ImportModalProcessingStep.js +6 -9
- 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 +34 -70
- package/dist/components/ImportModal/ImportModalSelectFileStep/index.js +1 -1
- package/dist/components/ImportModal/_types.d.ts +8 -14
- 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 +22 -27
- package/dist/components/ImportModal/importReducer/importReducer.js +18 -32
- 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/CreateNewRecordButton/CreateNewRecordButton.d.ts +1 -0
- package/dist/components/LibraryItemsList/CreateNewRecordButton/CreateNewRecordButton.js +13 -3
- package/dist/components/LibraryItemsList/CreateNewRecordButton/CreateNewRecordButton.js.map +1 -1
- package/dist/components/LibraryItemsList/DisplayOptions/DisplayOptions.js +20 -58
- 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 +3 -14
- package/dist/components/LibraryItemsList/FiltersDropdown/FiltersDropdown.js +70 -128
- 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 +102 -279
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/FilterAttributeCondition.d.ts +2 -2
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/FilterAttributeCondition.js +43 -104
- 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 +7 -12
- 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 +11 -32
- 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 +9 -22
- 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 +9 -15
- 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 +10 -17
- 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 +17 -37
- 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 +14 -28
- package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/index.js +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/FiltersOptions.d.ts +5 -11
- package/dist/components/LibraryItemsList/FiltersPanel/FiltersOptions.js +39 -45
- package/dist/components/LibraryItemsList/FiltersPanel/FiltersPanel.js +48 -166
- 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 +8 -16
- package/dist/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.d.ts +5 -5
- package/dist/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.js +69 -140
- package/dist/components/LibraryItemsList/LibraryItemsListContent/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListEmpty/LibraryItemsListEmpty.d.ts +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListEmpty/LibraryItemsListEmpty.js +4 -1
- package/dist/components/LibraryItemsList/LibraryItemsListEmpty/LibraryItemsListEmpty.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListEmpty/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListPagination/LibraryItemsListPagination.js +8 -20
- 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 +14 -39
- 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 +23 -67
- 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 +17 -45
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/CellInfos.d.ts +3 -3
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/CellInfos.js +14 -34
- 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 +8 -16
- 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 +25 -64
- 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 +35 -114
- 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 +54 -105
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/index.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Table.js +75 -171
- 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 +24 -43
- 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 +37 -86
- package/dist/components/LibraryItemsList/MenuItemListSelected/index.js +1 -1
- package/dist/components/LibraryItemsList/MenuSelection/MenuSelection.js +26 -52
- 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 +42 -171
- package/dist/components/LibraryItemsList/MenuView/index.js +1 -1
- package/dist/components/LibraryItemsList/SearchItems/SearchItems.js +11 -20
- package/dist/components/LibraryItemsList/SearchItems/index.js +1 -1
- package/dist/components/LibraryItemsList/Sidebar/Sidebar.js +8 -20
- 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 +12 -31
- 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 +14 -28
- 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 +21 -133
- 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 +52 -194
- package/dist/components/LibraryItemsList/ViewPanel/View/index.js +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/ViewPanel.js +55 -226
- 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 +3 -5
- 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 +52 -56
- package/dist/components/LibraryItemsList/helpers/getFieldFromKey.d.ts +4 -9
- 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 +6 -8
- 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 +3 -5
- package/dist/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.js +18 -35
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/_types.d.ts +8 -11
- 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 +110 -138
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.js +92 -186
- 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 +3 -13
- package/dist/components/LibraryItemsList/hooks/useUpdateViewsOrderMutation.js +9 -16
- 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 +11 -14
- package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/DeactivateRecordBtn.d.ts +3 -3
- package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/DeactivateRecordBtn.js +25 -31
- 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 +24 -32
- package/dist/components/LibraryPicker/LibrariesList/LibrariesList.d.ts +2 -2
- package/dist/components/LibraryPicker/LibrariesList/LibrariesList.js +51 -131
- 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 +2 -9
- package/dist/components/LibraryPicker/LibraryPicker.js +10 -33
- package/dist/components/LibraryPicker/index.d.ts +1 -1
- package/dist/components/LibraryPicker/index.js +2 -2
- package/dist/components/List/List.d.ts +2 -10
- package/dist/components/List/List.js +38 -78
- 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 +2 -13
- package/dist/components/RecordCard/RecordCard.js +10 -40
- 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 +3 -3
- package/dist/components/RecordEdition/EditRecord/EditRecord.js +4 -5
- package/dist/components/RecordEdition/EditRecord/EditRecord.js.map +1 -1
- package/dist/components/RecordEdition/EditRecord/EditRecordSkeleton.d.ts +1 -1
- package/dist/components/RecordEdition/EditRecord/EditRecordSkeleton.js +5 -22
- package/dist/components/RecordEdition/EditRecord/_hooks/useHandleDeleteValues/index.d.ts +1 -0
- package/dist/components/RecordEdition/EditRecord/{ValuesVersionSummary → _hooks/useHandleDeleteValues}/index.js +1 -2
- package/dist/components/RecordEdition/EditRecord/_hooks/useHandleDeleteValues/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/_hooks/useHandleDeleteValues/useHandleDeleteValues.d.ts +13 -0
- package/dist/components/RecordEdition/EditRecord/_hooks/useHandleDeleteValues/useHandleDeleteValues.js +47 -0
- package/dist/components/RecordEdition/EditRecord/_hooks/useHandleDeleteValues/useHandleDeleteValues.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/_hooks/useHandleSubmit/index.d.ts +1 -0
- package/dist/components/RecordEdition/EditRecord/_hooks/useHandleSubmit/index.js +5 -0
- package/dist/components/RecordEdition/EditRecord/_hooks/useHandleSubmit/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/_hooks/useHandleSubmit/useHandleSubmit.d.ts +15 -0
- package/dist/components/RecordEdition/EditRecord/_hooks/useHandleSubmit/useHandleSubmit.js +206 -0
- package/dist/components/RecordEdition/EditRecord/_hooks/useHandleSubmit/useHandleSubmit.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/_types.d.ts +25 -57
- package/dist/components/RecordEdition/EditRecord/_types.js +6 -6
- package/dist/components/RecordEdition/EditRecord/helpers/extractFormElements/extractFormElements.d.ts +2 -2
- package/dist/components/RecordEdition/EditRecord/helpers/extractFormElements/extractFormElements.js +10 -20
- package/dist/components/RecordEdition/EditRecord/helpers/extractFormElements/index.d.ts +1 -1
- package/dist/components/RecordEdition/EditRecord/helpers/extractFormElements/index.js +2 -2
- package/dist/components/RecordEdition/EditRecord/helpers/getActiveFieldValues/getActiveFieldValues.d.ts +1 -1
- package/dist/components/RecordEdition/EditRecord/helpers/getActiveFieldValues/getActiveFieldValues.js +2 -2
- package/dist/components/RecordEdition/EditRecord/helpers/getActiveFieldValues/index.d.ts +1 -1
- package/dist/components/RecordEdition/EditRecord/helpers/getActiveFieldValues/index.js +2 -2
- package/dist/components/RecordEdition/EditRecord/helpers/isCurrentVersion/index.d.ts +1 -1
- package/dist/components/RecordEdition/EditRecord/helpers/isCurrentVersion/index.js +2 -2
- package/dist/components/RecordEdition/EditRecord/helpers/isCurrentVersion/isCurrentVersion.d.ts +1 -1
- package/dist/components/RecordEdition/EditRecord/helpers/isCurrentVersion/isCurrentVersion.js +2 -8
- package/dist/components/RecordEdition/EditRecord/hooks/__mocks__/useDeleteValueMutation.js +1 -1
- package/dist/components/RecordEdition/EditRecord/hooks/__mocks__/useSaveValueMutation.js +1 -1
- package/dist/components/RecordEdition/EditRecord/hooks/helpers/getPropertyCacheFieldName.js +2 -2
- package/dist/components/RecordEdition/EditRecord/hooks/useExecuteDeleteValueMutation.d.ts +2 -2
- package/dist/components/RecordEdition/EditRecord/hooks/useExecuteDeleteValueMutation.js +13 -17
- package/dist/components/RecordEdition/EditRecord/hooks/useExecuteSaveValueBatchMutation.d.ts +1 -1
- package/dist/components/RecordEdition/EditRecord/hooks/useExecuteSaveValueBatchMutation.js +24 -29
- package/dist/components/RecordEdition/EditRecord/hooks/useRecordEditionContext.d.ts +2 -2
- package/dist/components/RecordEdition/EditRecord/hooks/useRecordEditionContext.js +3 -3
- package/dist/components/RecordEdition/EditRecord/reducers/linkFieldReducer/index.js +1 -1
- package/dist/components/RecordEdition/EditRecord/reducers/linkFieldReducer/linkFieldReducer.d.ts +37 -55
- package/dist/components/RecordEdition/EditRecord/reducers/linkFieldReducer/linkFieldReducer.js +40 -96
- package/dist/components/RecordEdition/EditRecord/reducers/standardFieldReducer/index.js +1 -1
- package/dist/components/RecordEdition/EditRecord/reducers/standardFieldReducer/standardFieldReducer.d.ts +68 -88
- package/dist/components/RecordEdition/EditRecord/reducers/standardFieldReducer/standardFieldReducer.js +58 -200
- package/dist/components/RecordEdition/EditRecord/shared/AddValueBtn/AddValueBtn.d.ts +3 -3
- package/dist/components/RecordEdition/EditRecord/shared/AddValueBtn/AddValueBtn.js +25 -42
- package/dist/components/RecordEdition/EditRecord/shared/AddValueBtn/index.js +1 -1
- package/dist/components/RecordEdition/EditRecord/shared/DeleteAllValuesBtn/DeleteAllValuesBtn.d.ts +1 -1
- package/dist/components/RecordEdition/EditRecord/shared/DeleteAllValuesBtn/DeleteAllValuesBtn.js +10 -40
- package/dist/components/RecordEdition/EditRecord/shared/DeleteAllValuesBtn/index.js +1 -1
- package/dist/components/RecordEdition/EditRecord/shared/DeleteValueBtn/DeleteValueBtn.d.ts +2 -2
- package/dist/components/RecordEdition/EditRecord/shared/DeleteValueBtn/DeleteValueBtn.js +19 -45
- package/dist/components/RecordEdition/EditRecord/shared/DeleteValueBtn/index.js +1 -1
- package/dist/components/RecordEdition/EditRecord/shared/FieldFooter/FieldFooter.d.ts +2 -2
- package/dist/components/RecordEdition/EditRecord/shared/FieldFooter/FieldFooter.js +8 -11
- package/dist/components/RecordEdition/EditRecord/shared/FieldFooter/index.js +1 -1
- package/dist/components/RecordEdition/EditRecord/shared/InheritedFieldLabel/InheritedFieldLabel.d.ts +2 -2
- package/dist/components/RecordEdition/EditRecord/shared/InheritedFieldLabel/InheritedFieldLabel.js +8 -11
- package/dist/components/RecordEdition/EditRecord/shared/InheritedFieldLabel/InheritedFieldLabel.js.map +1 -1
- package/dist/components/RecordEdition/EditRecord/shared/InheritedFieldLabel/index.js +1 -1
- package/dist/components/RecordEdition/EditRecord/shared/NoValue/NoValue.d.ts +1 -1
- package/dist/components/RecordEdition/EditRecord/shared/NoValue/NoValue.js +10 -37
- package/dist/components/RecordEdition/EditRecord/shared/NoValue/index.js +1 -1
- package/dist/components/RecordEdition/EditRecord/shared/UpdatedFieldIcon/UpdatedFieldIcon.js +7 -13
- package/dist/components/RecordEdition/EditRecord/shared/UpdatedFieldIcon/index.js +1 -1
- package/dist/components/RecordEdition/EditRecord/shared/ValueDetailsBtn/ValueDetailsBtn.d.ts +4 -4
- package/dist/components/RecordEdition/EditRecord/shared/ValueDetailsBtn/ValueDetailsBtn.js +26 -39
- package/dist/components/RecordEdition/EditRecord/shared/ValueDetailsBtn/index.js +1 -1
- package/dist/components/RecordEdition/EditRecord/shared/ValuesVersionBtn/ValuesVersionBtn.d.ts +4 -10
- package/dist/components/RecordEdition/EditRecord/shared/ValuesVersionBtn/ValuesVersionBtn.js +30 -58
- package/dist/components/RecordEdition/EditRecord/shared/ValuesVersionBtn/ValuesVersionBtn.js.map +1 -1
- package/dist/components/RecordEdition/EditRecord/shared/ValuesVersionBtn/index.js +1 -1
- package/dist/components/RecordEdition/EditRecord/shared/ValuesVersionIndicator/ValuesVersionIndicator.d.ts +3 -3
- package/dist/components/RecordEdition/EditRecord/shared/ValuesVersionIndicator/ValuesVersionIndicator.js +9 -9
- package/dist/components/RecordEdition/EditRecord/shared/ValuesVersionIndicator/index.js +1 -1
- package/dist/components/RecordEdition/EditRecord/uiElements/Container/Container.d.ts +2 -7
- package/dist/components/RecordEdition/EditRecord/uiElements/Container/Container.js +7 -35
- package/dist/components/RecordEdition/EditRecord/uiElements/Container/index.js +1 -1
- package/dist/components/RecordEdition/EditRecord/uiElements/ErrorField/ErrorField.d.ts +3 -3
- package/dist/components/RecordEdition/EditRecord/uiElements/ErrorField/ErrorField.js +15 -32
- package/dist/components/RecordEdition/EditRecord/uiElements/ErrorField/index.js +1 -1
- package/dist/components/RecordEdition/EditRecord/uiElements/FormDivider/FormDivider.d.ts +3 -3
- package/dist/components/RecordEdition/EditRecord/uiElements/FormDivider/FormDivider.js +5 -5
- package/dist/components/RecordEdition/EditRecord/uiElements/FormDivider/index.js +1 -1
- package/dist/components/RecordEdition/EditRecord/uiElements/FormTabs/FormTabs.d.ts +3 -3
- package/dist/components/RecordEdition/EditRecord/uiElements/FormTabs/FormTabs.js +24 -25
- package/dist/components/RecordEdition/EditRecord/uiElements/FormTabs/index.js +1 -1
- package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/FloatingMenuHandler/FloatingMenuHandler.d.ts +5 -12
- package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/FloatingMenuHandler/FloatingMenuHandler.js +10 -10
- package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/FloatingMenuHandler/index.js +1 -1
- package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/LinkField.d.ts +5 -10
- package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/LinkField.js +84 -289
- package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/RecordIdentityCell/RecordIdentityCell.d.ts +2 -2
- package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/RecordIdentityCell/RecordIdentityCell.js +6 -6
- package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/RecordIdentityCell/index.js +1 -1
- package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/QuickSearch/QuickSearch.d.ts +3 -3
- package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/QuickSearch/QuickSearch.js +15 -22
- package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/QuickSearch/index.js +1 -1
- package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/ValuesAdd.d.ts +3 -3
- package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/ValuesAdd.js +54 -295
- package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/index.js +1 -1
- package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/index.js +1 -1
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardField.d.ts +3 -9
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardField.js +53 -178
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.d.ts +2 -2
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.js +7 -13
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.d.ts +2 -2
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.js +7 -17
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.d.ts +2 -2
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.js +12 -48
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/DateRangeInput.d.ts +2 -2
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/DateRangeInput.js +14 -52
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/DateRangeInput.js.map +1 -1
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.d.ts +2 -8
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.js +6 -15
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.d.ts +2 -9
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.js +8 -19
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.d.ts +2 -2
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.js +7 -21
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.d.ts +2 -9
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.js +7 -21
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/StandardFieldValue.d.ts +4 -16
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js +85 -342
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js.map +1 -1
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/ValuesList/ValuesList.d.ts +3 -3
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/ValuesList/ValuesList.js +17 -44
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/ValuesList/index.js +1 -1
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/index.js +1 -1
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/index.js +1 -1
- package/dist/components/RecordEdition/EditRecord/uiElements/TextBlock/TextBlock.d.ts +3 -3
- package/dist/components/RecordEdition/EditRecord/uiElements/TextBlock/TextBlock.js +4 -4
- package/dist/components/RecordEdition/EditRecord/uiElements/TextBlock/index.js +1 -1
- package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/TreeField.d.ts +3 -8
- package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/TreeField.js +49 -186
- package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/TreeFieldValue/TreeFieldValue.d.ts +3 -3
- package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/TreeFieldValue/TreeFieldValue.js +13 -18
- package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/TreeFieldValue/index.js +1 -1
- package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/ValuesAdd/ValuesAdd.d.ts +3 -3
- package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/ValuesAdd/ValuesAdd.js +30 -118
- package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/ValuesAdd/index.js +1 -1
- package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/index.js +1 -1
- package/dist/components/RecordEdition/EditRecord/uiElements/index.d.ts +2 -2
- package/dist/components/RecordEdition/EditRecord/uiElements/index.js +2 -2
- package/dist/components/RecordEdition/EditRecordBtn/EditRecordBtn.d.ts +4 -4
- package/dist/components/RecordEdition/EditRecordBtn/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.d.ts +3 -1
- package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js +3 -4
- package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/formConstants.js +3 -0
- package/dist/components/RecordEdition/EditRecordContent/formConstants.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/ValuesAdd.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/ValuesAdd.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/DateRangeInput.d.ts +4 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/DateRangeInput.js +30 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/DateRangeInput.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.d.ts +4 -1
- package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js +36 -13
- package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordModal/EditRecordModalHeader/EditRecordModalHeader.js +17 -61
- package/dist/components/RecordEdition/EditRecordModal/EditRecordModalHeader/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordModal/ValuesVersionSummary/ValuesVersionSummary.d.ts +2 -2
- package/dist/components/RecordEdition/EditRecordModal/ValuesVersionSummary/ValuesVersionSummary.js +20 -56
- package/dist/components/RecordEdition/EditRecordModal/ValuesVersionSummary/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordModal/creationErrorContext.d.ts +2 -2
- package/dist/components/RecordEdition/EditRecordModal/creationErrorContext.js +2 -2
- package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.d.ts +4 -1
- package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js +34 -8
- 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 +8 -27
- package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/index.js +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.d.ts +9 -9
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.js +28 -112
- 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 +12 -18
- 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 +11 -19
- 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/_types.d.ts +2 -0
- package/dist/components/RecordEdition/_types.js +2 -0
- package/dist/components/RecordEdition/_types.js.map +1 -0
- package/dist/components/RecordEdition/editRecordModalReducer/editRecordModalReducer.d.ts +41 -53
- package/dist/components/RecordEdition/editRecordModalReducer/editRecordModalReducer.js +25 -61
- package/dist/components/RecordEdition/editRecordModalReducer/editRecordModalReducerContext.d.ts +2 -2
- package/dist/components/RecordEdition/editRecordModalReducer/editRecordModalReducerContext.js +2 -2
- package/dist/components/RecordEdition/editRecordModalReducer/index.js +1 -1
- package/dist/components/RecordEdition/editRecordModalReducer/useEditRecordModalReducer.d.ts +1 -1
- package/dist/components/RecordEdition/editRecordModalReducer/useEditRecordModalReducer.js +3 -3
- package/dist/components/RecordEdition/hooks/useCreateCancelConfirm/index.d.ts +1 -0
- package/dist/components/RecordEdition/hooks/useCreateCancelConfirm/index.js +5 -0
- package/dist/components/RecordEdition/hooks/useCreateCancelConfirm/index.js.map +1 -0
- package/dist/components/RecordEdition/hooks/useCreateCancelConfirm/useCreateCancelConfirm.d.ts +2 -0
- package/dist/components/RecordEdition/hooks/useCreateCancelConfirm/useCreateCancelConfirm.js +22 -0
- package/dist/components/RecordEdition/hooks/useCreateCancelConfirm/useCreateCancelConfirm.js.map +1 -0
- package/dist/components/RecordEdition/hooks/useGetSubmitButtons.d.ts +2 -0
- package/dist/components/RecordEdition/hooks/useGetSubmitButtons.js +24 -0
- package/dist/components/RecordEdition/hooks/useGetSubmitButtons.js.map +1 -0
- package/dist/components/RecordPreviewWithModal/FileModal/FileModal.d.ts +1 -1
- package/dist/components/RecordPreviewWithModal/FileModal/FileModal.js +15 -49
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/AudioFile.d.ts +2 -2
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/AudioFile.js +7 -21
- 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 +9 -28
- 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 +15 -34
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/FileModalSidebar.d.ts +2 -2
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/FileModalSidebar.js +25 -97
- 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 +14 -32
- 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 +17 -39
- 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 +8 -22
- 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 +25 -66
- 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 +22 -60
- package/dist/components/SearchModal/index.d.ts +1 -1
- package/dist/components/SearchModal/index.js +2 -2
- package/dist/components/SelectTreeNode/SelectTreeNode.d.ts +3 -11
- package/dist/components/SelectTreeNode/SelectTreeNode.js +28 -63
- package/dist/components/SelectTreeNode/index.d.ts +1 -1
- package/dist/components/SelectTreeNode/index.js +2 -2
- package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.d.ts +3 -10
- package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.js +12 -45
- 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 +7 -21
- 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 +10 -26
- 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 +10 -34
- package/dist/components/TreePicker/TreesList/TreesList.d.ts +2 -2
- package/dist/components/TreePicker/TreesList/TreesList.js +50 -110
- 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 +2 -8
- package/dist/components/TriggerPreviewsGenerationModal/TriggerPreviewsGenerationModal.js +32 -90
- package/dist/components/TriggerPreviewsGenerationModal/index.d.ts +1 -1
- package/dist/components/TriggerPreviewsGenerationModal/index.js +2 -2
- package/dist/components/UploadFiles/UploadFiles.d.ts +2 -8
- package/dist/components/UploadFiles/UploadFiles.js +62 -244
- package/dist/components/UploadFiles/index.d.ts +1 -1
- package/dist/components/UploadFiles/index.js +2 -2
- package/dist/components/ValuesVersionConfigurator/ValuesVersionConfigurator.d.ts +2 -7
- package/dist/components/ValuesVersionConfigurator/ValuesVersionConfigurator.js +19 -57
- package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.d.ts +3 -3
- package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.js +20 -54
- 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 +11 -12
- 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 +3 -6
- package/dist/hooks/useCanEditRecord/useCanEditRecord.js +15 -37
- package/dist/hooks/useExecuteAddViewMutation/useExecuteAddViewMutation.d.ts +2 -2
- package/dist/hooks/useExecuteAddViewMutation/useExecuteAddViewMutation.js +8 -12
- package/dist/hooks/useExecuteDeleteViewMutation/useExecuteDeleteViewMutation.d.ts +2 -2
- package/dist/hooks/useExecuteDeleteViewMutation/useExecuteDeleteViewMutation.js +4 -4
- package/dist/hooks/useGetLibraryDetailExtendedQuery/useGetLibraryDetailExtendedQuery.d.ts +2 -10
- package/dist/hooks/useGetLibraryDetailExtendedQuery/useGetLibraryDetailExtendedQuery.js +4 -4
- package/dist/hooks/useGetPreparedFileData/useGetPreparedFileData.d.ts +2 -2
- package/dist/hooks/useGetPreparedFileData/useGetPreparedFileData.js +10 -23
- package/dist/hooks/useGetRecordForm/index.d.ts +1 -1
- package/dist/hooks/useGetRecordForm/index.js +2 -2
- package/dist/hooks/useGetRecordForm/useGetRecordForm.d.ts +36 -75
- package/dist/hooks/useGetRecordForm/useGetRecordForm.js +19 -38
- package/dist/hooks/useGetRecordUpdatesSubscription/index.d.ts +1 -1
- package/dist/hooks/useGetRecordUpdatesSubscription/index.js +2 -2
- package/dist/hooks/useGetRecordUpdatesSubscription/useGetRecordUpdatesSubscription.d.ts +4 -10
- package/dist/hooks/useGetRecordUpdatesSubscription/useGetRecordUpdatesSubscription.js +7 -10
- package/dist/hooks/useGetRecordValuesQuery/useGetRecordValuesQuery.d.ts +7 -14
- package/dist/hooks/useGetRecordValuesQuery/useGetRecordValuesQuery.js +20 -30
- 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 +9 -26
- 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 +6 -5
- package/dist/hooks/useRefreshFieldValues/index.d.ts +1 -1
- package/dist/hooks/useRefreshFieldValues/index.js +2 -2
- package/dist/hooks/useRefreshFieldValues/useRefreshFieldValues.d.ts +3 -7
- package/dist/hooks/useRefreshFieldValues/useRefreshFieldValues.js +25 -31
- 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 +22 -29
- 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 +3 -6
- package/dist/hooks/useValuesCacheUpdate/useValuesCacheUpdate.js +11 -16
- package/dist/index.js +1 -1
- package/dist/locales/en/shared.json +9 -3
- package/dist/locales/fr/shared.json +8 -2
- package/dist/testing/MockedLangContextProvider/MockedLangContextProvider.d.ts +3 -1
- package/dist/testing/MockedLangContextProvider/MockedLangContextProvider.js +5 -5
- package/dist/testing/MockedLangContextProvider/index.js +1 -1
- package/dist/testing/MockedUserContextProvider/MockedUserContextProvider.d.ts +3 -1
- package/dist/testing/MockedUserContextProvider/MockedUserContextProvider.js +8 -13
- 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 +27 -38
- 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/EditRecord/ValuesVersionSummary/ValuesVersionSummary.d.ts +0 -9
- package/dist/components/RecordEdition/EditRecord/ValuesVersionSummary/ValuesVersionSummary.js +0 -37
- package/dist/components/RecordEdition/EditRecord/ValuesVersionSummary/ValuesVersionSummary.js.map +0 -1
- package/dist/components/RecordEdition/EditRecord/ValuesVersionSummary/index.d.ts +0 -2
- package/dist/components/RecordEdition/EditRecord/ValuesVersionSummary/index.js.map +0 -1
|
@@ -1,49 +1,49 @@
|
|
|
1
|
-
var __rest =
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
1
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
2
|
+
var t = {};
|
|
3
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
4
|
+
t[p] = s[p];
|
|
5
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
6
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
7
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
8
|
+
t[p[i]] = s[p[i]];
|
|
9
|
+
}
|
|
10
|
+
return t;
|
|
11
|
+
};
|
|
12
12
|
import getFieldsFromView from '../../../../components/LibraryItemsList/helpers/getFieldsFromView';
|
|
13
|
-
import {SearchMode, SidebarContentType} from '../../../../types/search';
|
|
14
|
-
import {ViewSizes, ViewTypes} from '../../../../_gqlTypes';
|
|
15
|
-
import {defaultView, viewSettingsField} from '../../constants';
|
|
13
|
+
import { SearchMode, SidebarContentType } from '../../../../types/search';
|
|
14
|
+
import { ViewSizes, ViewTypes } from '../../../../_gqlTypes';
|
|
15
|
+
import { defaultView, viewSettingsField } from '../../constants';
|
|
16
16
|
export var SearchActionTypes;
|
|
17
17
|
(function (SearchActionTypes) {
|
|
18
|
-
SearchActionTypes[
|
|
19
|
-
SearchActionTypes[
|
|
20
|
-
SearchActionTypes[
|
|
21
|
-
SearchActionTypes[
|
|
22
|
-
SearchActionTypes[
|
|
23
|
-
SearchActionTypes[
|
|
24
|
-
SearchActionTypes[
|
|
25
|
-
SearchActionTypes[
|
|
26
|
-
SearchActionTypes[
|
|
27
|
-
SearchActionTypes[
|
|
28
|
-
SearchActionTypes[
|
|
29
|
-
SearchActionTypes[
|
|
30
|
-
SearchActionTypes[
|
|
31
|
-
SearchActionTypes[
|
|
32
|
-
SearchActionTypes[
|
|
33
|
-
SearchActionTypes[
|
|
34
|
-
SearchActionTypes[
|
|
35
|
-
SearchActionTypes[
|
|
36
|
-
SearchActionTypes[
|
|
37
|
-
SearchActionTypes[
|
|
38
|
-
SearchActionTypes[
|
|
39
|
-
SearchActionTypes[
|
|
40
|
-
SearchActionTypes[
|
|
41
|
-
SearchActionTypes[
|
|
42
|
-
SearchActionTypes[
|
|
43
|
-
SearchActionTypes[
|
|
44
|
-
SearchActionTypes[
|
|
45
|
-
SearchActionTypes[
|
|
46
|
-
SearchActionTypes[
|
|
18
|
+
SearchActionTypes["UPDATE_RESULT"] = "UPDATE_RESULT";
|
|
19
|
+
SearchActionTypes["SET_ERROR"] = "SET_ERROR";
|
|
20
|
+
SearchActionTypes["SET_PAGINATION"] = "SET_PAGINATION";
|
|
21
|
+
SearchActionTypes["SET_OFFSET"] = "SET_OFFSET";
|
|
22
|
+
SearchActionTypes["SET_LOADING"] = "SET_LOADING";
|
|
23
|
+
SearchActionTypes["SET_SORT"] = "SET_SORT";
|
|
24
|
+
SearchActionTypes["CANCEL_SORT"] = "CANCEL_SORT";
|
|
25
|
+
SearchActionTypes["SET_ATTRIBUTES"] = "SET_ATTRIBUTES";
|
|
26
|
+
SearchActionTypes["SET_FIELDS"] = "SET_FIELDS";
|
|
27
|
+
SearchActionTypes["SET_FULLTEXT"] = "SET_FULLTEXT";
|
|
28
|
+
SearchActionTypes["SET_FILTERS"] = "SET_FILTERS";
|
|
29
|
+
SearchActionTypes["SET_VIEW_RELOAD"] = "SET_VIEW_RELOAD";
|
|
30
|
+
SearchActionTypes["SET_VIEW_SYNC"] = "SET_VIEW_SYNC";
|
|
31
|
+
SearchActionTypes["CHANGE_VIEW"] = "CHANGE_VIEW";
|
|
32
|
+
SearchActionTypes["SET_USER_VIEWS_ORDER"] = "SET_USER_VIEWS_ORDER";
|
|
33
|
+
SearchActionTypes["SET_SHARED_VIEWS_ORDER"] = "SET_SHARED_VIEWS_ORDER";
|
|
34
|
+
SearchActionTypes["SET_DISPLAY"] = "SET_DISPLAY";
|
|
35
|
+
SearchActionTypes["RESET_FILTERS"] = "RESET_FILTERS";
|
|
36
|
+
SearchActionTypes["DISABLE_FILTERS"] = "DISABLE_FILTERS";
|
|
37
|
+
SearchActionTypes["ENABLE_FILTERS"] = "ENABLE_FILTERS";
|
|
38
|
+
SearchActionTypes["APPLY_FILTERS"] = "APPLY_FILTERS";
|
|
39
|
+
SearchActionTypes["SET_VALUES_VERSIONS"] = "SET_VALUES_VERSIONS";
|
|
40
|
+
SearchActionTypes["TOGGLE_TRANSPARENCY"] = "TOGGLE_TRANSPARENCY";
|
|
41
|
+
SearchActionTypes["TOGGLE_SIDEBAR"] = "TOGGLE_SIDEBAR";
|
|
42
|
+
SearchActionTypes["SET_SIDEBAR"] = "SET_SIDEBAR";
|
|
43
|
+
SearchActionTypes["SET_SELECTION"] = "SET_SELECTION";
|
|
44
|
+
SearchActionTypes["TOGGLE_RECORD_SELECTION"] = "TOGGLE_RECORD_SELECTION";
|
|
45
|
+
SearchActionTypes["SELECT_ALL"] = "SELECT_ALL";
|
|
46
|
+
SearchActionTypes["CLEAR_SELECTION"] = "CLEAR_SELECTION";
|
|
47
47
|
})(SearchActionTypes || (SearchActionTypes = {}));
|
|
48
48
|
export const initialSearchState = {
|
|
49
49
|
library: null,
|
|
@@ -57,8 +57,8 @@ export const initialSearchState = {
|
|
|
57
57
|
fields: [],
|
|
58
58
|
fullText: '',
|
|
59
59
|
filters: [],
|
|
60
|
-
display: {type: ViewTypes.list, size: ViewSizes.MEDIUM},
|
|
61
|
-
view: {current: defaultView, reload: false, sync: true},
|
|
60
|
+
display: { type: ViewTypes.list, size: ViewSizes.MEDIUM },
|
|
61
|
+
view: { current: defaultView, reload: false, sync: true },
|
|
62
62
|
userViewsOrder: [],
|
|
63
63
|
sharedViewsOrder: [],
|
|
64
64
|
valuesVersions: {},
|
|
@@ -79,49 +79,21 @@ const checkSync = (state, toCheck) => {
|
|
|
79
79
|
let sync = true;
|
|
80
80
|
if (toCheck.sort) {
|
|
81
81
|
sync =
|
|
82
|
-
((_a = state.sort) === null || _a === void 0 ? void 0 : _a.field) ===
|
|
83
|
-
((
|
|
84
|
-
(_c = (_b = state.view) === null || _b === void 0 ? void 0 : _b.current) === null || _c === void 0
|
|
85
|
-
? void 0
|
|
86
|
-
: _c.sort) === null || _d === void 0
|
|
87
|
-
? void 0
|
|
88
|
-
: _d.field) &&
|
|
89
|
-
((_e = state.sort) === null || _e === void 0 ? void 0 : _e.order) ===
|
|
90
|
-
((_h =
|
|
91
|
-
(_g = (_f = state.view) === null || _f === void 0 ? void 0 : _f.current) === null || _g === void 0
|
|
92
|
-
? void 0
|
|
93
|
-
: _g.sort) === null || _h === void 0
|
|
94
|
-
? void 0
|
|
95
|
-
: _h.order);
|
|
82
|
+
((_a = state.sort) === null || _a === void 0 ? void 0 : _a.field) === ((_d = (_c = (_b = state.view) === null || _b === void 0 ? void 0 : _b.current) === null || _c === void 0 ? void 0 : _c.sort) === null || _d === void 0 ? void 0 : _d.field) &&
|
|
83
|
+
((_e = state.sort) === null || _e === void 0 ? void 0 : _e.order) === ((_h = (_g = (_f = state.view) === null || _f === void 0 ? void 0 : _f.current) === null || _g === void 0 ? void 0 : _g.sort) === null || _h === void 0 ? void 0 : _h.order);
|
|
96
84
|
}
|
|
97
85
|
if (toCheck.filters) {
|
|
98
|
-
sync =
|
|
99
|
-
sync &&
|
|
100
|
-
JSON.stringify((_j = state.view.current) === null || _j === void 0 ? void 0 : _j.filters) ===
|
|
101
|
-
JSON.stringify(state.filters);
|
|
86
|
+
sync = sync && JSON.stringify((_j = state.view.current) === null || _j === void 0 ? void 0 : _j.filters) === JSON.stringify(state.filters);
|
|
102
87
|
}
|
|
103
88
|
if (toCheck.display) {
|
|
104
89
|
sync =
|
|
105
90
|
sync &&
|
|
106
|
-
|
|
107
|
-
((
|
|
108
|
-
_l === void 0
|
|
109
|
-
? void 0
|
|
110
|
-
: _l.type) &&
|
|
111
|
-
state.display.size ===
|
|
112
|
-
((_o = (_m = state.view.current) === null || _m === void 0 ? void 0 : _m.display) === null ||
|
|
113
|
-
_o === void 0
|
|
114
|
-
? void 0
|
|
115
|
-
: _o.size);
|
|
91
|
+
state.display.type === ((_l = (_k = state.view.current) === null || _k === void 0 ? void 0 : _k.display) === null || _l === void 0 ? void 0 : _l.type) &&
|
|
92
|
+
state.display.size === ((_o = (_m = state.view.current) === null || _m === void 0 ? void 0 : _m.display) === null || _o === void 0 ? void 0 : _o.size);
|
|
116
93
|
}
|
|
117
94
|
if (toCheck.fields) {
|
|
118
|
-
const viewFieldsKeys = !!((_q = (_p = state.view.current) === null || _p === void 0 ? void 0 : _p.settings) ===
|
|
119
|
-
null ||
|
|
120
|
-
? void 0
|
|
121
|
-
: _q.find(s => s.name === viewSettingsField))
|
|
122
|
-
? (_r = state.view.current) === null || _r === void 0
|
|
123
|
-
? void 0
|
|
124
|
-
: _r.settings.find(s => s.name === viewSettingsField).value
|
|
95
|
+
const viewFieldsKeys = !!((_q = (_p = state.view.current) === null || _p === void 0 ? void 0 : _p.settings) === null || _q === void 0 ? void 0 : _q.find(s => s.name === viewSettingsField))
|
|
96
|
+
? (_r = state.view.current) === null || _r === void 0 ? void 0 : _r.settings.find(s => s.name === viewSettingsField).value
|
|
125
97
|
: [];
|
|
126
98
|
sync = sync && state.fields.map(f => f.id).join('.') === viewFieldsKeys.join('.');
|
|
127
99
|
}
|
|
@@ -138,163 +110,97 @@ const searchReducer = (state, action) => {
|
|
|
138
110
|
});
|
|
139
111
|
switch (action.type) {
|
|
140
112
|
case SearchActionTypes.UPDATE_RESULT: {
|
|
141
|
-
return Object.assign(Object.assign({}, state), {
|
|
142
|
-
records: (_a = action.records) !== null && _a !== void 0 ? _a : [],
|
|
143
|
-
totalCount: (_b = action.totalCount) !== null && _b !== void 0 ? _b : 0,
|
|
144
|
-
error: action.error,
|
|
145
|
-
loading: false
|
|
146
|
-
});
|
|
113
|
+
return Object.assign(Object.assign({}, state), { records: (_a = action.records) !== null && _a !== void 0 ? _a : [], totalCount: (_b = action.totalCount) !== null && _b !== void 0 ? _b : 0, error: action.error, loading: false });
|
|
147
114
|
}
|
|
148
115
|
case SearchActionTypes.SET_PAGINATION:
|
|
149
|
-
return Object.assign(Object.assign({}, state), {pagination: action.page, loading: true});
|
|
116
|
+
return Object.assign(Object.assign({}, state), { pagination: action.page, loading: true });
|
|
150
117
|
case SearchActionTypes.SET_OFFSET:
|
|
151
|
-
return Object.assign(Object.assign({}, state), {offset: action.offset, loading: true});
|
|
118
|
+
return Object.assign(Object.assign({}, state), { offset: action.offset, loading: true });
|
|
152
119
|
case SearchActionTypes.SET_LOADING:
|
|
153
|
-
return Object.assign(Object.assign({}, state), {loading: action.loading});
|
|
120
|
+
return Object.assign(Object.assign({}, state), { loading: action.loading });
|
|
154
121
|
case SearchActionTypes.SET_SORT:
|
|
155
122
|
sync =
|
|
156
123
|
sync &&
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
return Object.assign(Object.assign({}, state), {
|
|
160
|
-
sort: action.sort,
|
|
161
|
-
view: Object.assign(Object.assign({}, state.view), {sync})
|
|
162
|
-
});
|
|
124
|
+
((_c = state.view.current.sort) === null || _c === void 0 ? void 0 : _c.field) === action.sort.field &&
|
|
125
|
+
((_d = state.view.current.sort) === null || _d === void 0 ? void 0 : _d.order) === action.sort.order;
|
|
126
|
+
return Object.assign(Object.assign({}, state), { sort: action.sort, view: Object.assign(Object.assign({}, state.view), { sync }) });
|
|
163
127
|
case SearchActionTypes.CANCEL_SORT:
|
|
164
|
-
const {sort} = state,
|
|
165
|
-
newState = __rest(state, ['sort']);
|
|
128
|
+
const { sort } = state, newState = __rest(state, ["sort"]);
|
|
166
129
|
sync = sync && typeof state.view.current.sort === 'undefined';
|
|
167
|
-
return Object.assign(Object.assign({}, newState), {
|
|
168
|
-
view: Object.assign(Object.assign({}, state.view), {sync}),
|
|
169
|
-
loading: true
|
|
170
|
-
});
|
|
130
|
+
return Object.assign(Object.assign({}, newState), { view: Object.assign(Object.assign({}, state.view), { sync }), loading: true });
|
|
171
131
|
case SearchActionTypes.SET_ATTRIBUTES:
|
|
172
|
-
return Object.assign(Object.assign({}, state), {attributes: action.attributes});
|
|
132
|
+
return Object.assign(Object.assign({}, state), { attributes: action.attributes });
|
|
173
133
|
case SearchActionTypes.SET_FIELDS:
|
|
174
|
-
const viewFieldsKeys = !!((_e = state.view.current.settings) === null || _e === void 0
|
|
175
|
-
? void 0
|
|
176
|
-
: _e.find(s => s.name === viewSettingsField))
|
|
177
|
-
? (_f = state.view.current) === null || _f === void 0
|
|
178
|
-
? void 0
|
|
179
|
-
: _f.settings.find(s => s.name === viewSettingsField).value
|
|
134
|
+
const viewFieldsKeys = !!((_e = state.view.current.settings) === null || _e === void 0 ? void 0 : _e.find(s => s.name === viewSettingsField))
|
|
135
|
+
? (_f = state.view.current) === null || _f === void 0 ? void 0 : _f.settings.find(s => s.name === viewSettingsField).value
|
|
180
136
|
: [];
|
|
181
137
|
sync = sync && action.fields.map(f => f.id).join('.') === viewFieldsKeys.join('.');
|
|
182
|
-
return Object.assign(Object.assign({}, state), {
|
|
183
|
-
fields: action.fields,
|
|
184
|
-
view: Object.assign(Object.assign({}, state.view), {sync}),
|
|
185
|
-
loading: true
|
|
186
|
-
});
|
|
138
|
+
return Object.assign(Object.assign({}, state), { fields: action.fields, view: Object.assign(Object.assign({}, state.view), { sync }), loading: true });
|
|
187
139
|
case SearchActionTypes.SET_FULLTEXT:
|
|
188
|
-
return Object.assign(Object.assign({}, state), {fullText: action.fullText});
|
|
140
|
+
return Object.assign(Object.assign({}, state), { fullText: action.fullText });
|
|
189
141
|
case SearchActionTypes.SET_FILTERS:
|
|
190
142
|
sync = sync && JSON.stringify(state.view.current.filters) === JSON.stringify(action.filters);
|
|
191
|
-
return Object.assign(Object.assign({}, state), {
|
|
192
|
-
filters: action.filters,
|
|
193
|
-
view: Object.assign(Object.assign({}, state.view), {sync})
|
|
194
|
-
});
|
|
143
|
+
return Object.assign(Object.assign({}, state), { filters: action.filters, view: Object.assign(Object.assign({}, state.view), { sync }) });
|
|
195
144
|
case SearchActionTypes.CHANGE_VIEW:
|
|
196
|
-
return Object.assign(Object.assign({}, state), {
|
|
197
|
-
view: {
|
|
145
|
+
return Object.assign(Object.assign({}, state), { view: {
|
|
198
146
|
current: action.view,
|
|
199
147
|
reload: true,
|
|
200
148
|
sync: true
|
|
201
|
-
},
|
|
202
|
-
fields: getFieldsFromView(action.view, state.library, state.lang),
|
|
203
|
-
filters: action.view.filters,
|
|
204
|
-
sort: action.view.sort,
|
|
205
|
-
display: action.view.display,
|
|
206
|
-
valuesVersions: action.view.valuesVersions
|
|
207
|
-
});
|
|
149
|
+
}, fields: getFieldsFromView(action.view, state.library, state.lang), filters: action.view.filters, sort: action.view.sort, display: action.view.display, valuesVersions: action.view.valuesVersions });
|
|
208
150
|
case SearchActionTypes.SET_VIEW_RELOAD:
|
|
209
|
-
return Object.assign(Object.assign({}, state), {
|
|
210
|
-
view: Object.assign(Object.assign({}, state.view), {reload: action.reload})
|
|
211
|
-
});
|
|
151
|
+
return Object.assign(Object.assign({}, state), { view: Object.assign(Object.assign({}, state.view), { reload: action.reload }) });
|
|
212
152
|
case SearchActionTypes.SET_VIEW_SYNC:
|
|
213
|
-
return Object.assign(Object.assign({}, state), {
|
|
214
|
-
view: Object.assign(Object.assign({}, state.view), {sync: action.sync})
|
|
215
|
-
});
|
|
153
|
+
return Object.assign(Object.assign({}, state), { view: Object.assign(Object.assign({}, state.view), { sync: action.sync }) });
|
|
216
154
|
case SearchActionTypes.SET_DISPLAY:
|
|
217
155
|
sync =
|
|
218
156
|
sync &&
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
return Object.assign(Object.assign({}, state), {
|
|
222
|
-
display: action.display,
|
|
223
|
-
view: Object.assign(Object.assign({}, state.view), {sync})
|
|
224
|
-
});
|
|
157
|
+
action.display.type === state.view.current.display.type &&
|
|
158
|
+
action.display.size === state.view.current.display.size;
|
|
159
|
+
return Object.assign(Object.assign({}, state), { display: action.display, view: Object.assign(Object.assign({}, state.view), { sync }) });
|
|
225
160
|
case SearchActionTypes.SET_USER_VIEWS_ORDER:
|
|
226
|
-
return Object.assign(Object.assign({}, state), {userViewsOrder: action.userViewsOrder});
|
|
161
|
+
return Object.assign(Object.assign({}, state), { userViewsOrder: action.userViewsOrder });
|
|
227
162
|
case SearchActionTypes.SET_SHARED_VIEWS_ORDER:
|
|
228
|
-
return Object.assign(Object.assign({}, state), {sharedViewsOrder: action.sharedViewsOrder});
|
|
163
|
+
return Object.assign(Object.assign({}, state), { sharedViewsOrder: action.sharedViewsOrder });
|
|
229
164
|
case SearchActionTypes.RESET_FILTERS:
|
|
230
|
-
return Object.assign(Object.assign({}, state), {filters: [], loading: true});
|
|
165
|
+
return Object.assign(Object.assign({}, state), { filters: [], loading: true });
|
|
231
166
|
case SearchActionTypes.DISABLE_FILTERS:
|
|
232
|
-
return Object.assign(Object.assign({}, state), {
|
|
233
|
-
filters: state.filters.map(f => Object.assign(Object.assign({}, f), {active: false})),
|
|
234
|
-
loading: true
|
|
235
|
-
});
|
|
167
|
+
return Object.assign(Object.assign({}, state), { filters: state.filters.map(f => (Object.assign(Object.assign({}, f), { active: false }))), loading: true });
|
|
236
168
|
case SearchActionTypes.ENABLE_FILTERS:
|
|
237
|
-
return Object.assign(Object.assign({}, state), {
|
|
238
|
-
filters: state.filters.map(f => Object.assign(Object.assign({}, f), {active: true})),
|
|
239
|
-
loading: true
|
|
240
|
-
});
|
|
169
|
+
return Object.assign(Object.assign({}, state), { filters: state.filters.map(f => (Object.assign(Object.assign({}, f), { active: true }))), loading: true });
|
|
241
170
|
case SearchActionTypes.APPLY_FILTERS:
|
|
242
171
|
// Reset pagination when applying filters as this may lead to unexpected behavior
|
|
243
172
|
// if new filters return less results
|
|
244
|
-
return Object.assign(Object.assign({}, state), {offset: 0, loading: true});
|
|
173
|
+
return Object.assign(Object.assign({}, state), { offset: 0, loading: true });
|
|
245
174
|
case SearchActionTypes.SET_VALUES_VERSIONS: {
|
|
246
175
|
sync = sync && JSON.stringify(state.view.current.valuesVersions) === JSON.stringify(action.valuesVersions);
|
|
247
|
-
return Object.assign(Object.assign({}, state), {
|
|
248
|
-
view: Object.assign(Object.assign({}, state.view), {sync}),
|
|
249
|
-
valuesVersions: Object.assign(Object.assign({}, state.valuesVersions), action.valuesVersions)
|
|
250
|
-
});
|
|
176
|
+
return Object.assign(Object.assign({}, state), { view: Object.assign(Object.assign({}, state.view), { sync }), valuesVersions: Object.assign(Object.assign({}, state.valuesVersions), action.valuesVersions) });
|
|
251
177
|
}
|
|
252
178
|
case SearchActionTypes.TOGGLE_TRANSPARENCY:
|
|
253
|
-
return Object.assign(Object.assign({}, state), {showTransparency: !state.showTransparency});
|
|
179
|
+
return Object.assign(Object.assign({}, state), { showTransparency: !state.showTransparency });
|
|
254
180
|
case SearchActionTypes.TOGGLE_SIDEBAR:
|
|
255
|
-
return Object.assign(Object.assign({}, state), {
|
|
256
|
-
sideBar: Object.assign(Object.assign({}, state.sideBar), {visible: !state.sideBar.visible})
|
|
257
|
-
});
|
|
181
|
+
return Object.assign(Object.assign({}, state), { sideBar: Object.assign(Object.assign({}, state.sideBar), { visible: !state.sideBar.visible }) });
|
|
258
182
|
case SearchActionTypes.SET_SIDEBAR:
|
|
259
|
-
return Object.assign(Object.assign({}, state), {
|
|
260
|
-
sideBar: Object.assign(Object.assign({}, state.sideBar), {
|
|
261
|
-
type: action.sidebarType,
|
|
262
|
-
visible: action.visible
|
|
263
|
-
})
|
|
264
|
-
});
|
|
183
|
+
return Object.assign(Object.assign({}, state), { sideBar: Object.assign(Object.assign({}, state.sideBar), { type: action.sidebarType, visible: action.visible }) });
|
|
265
184
|
case SearchActionTypes.SET_SELECTION:
|
|
266
|
-
return Object.assign(Object.assign({}, state), {
|
|
267
|
-
selection: Object.assign(Object.assign({}, state.selection), {
|
|
268
|
-
selected: action.selected,
|
|
269
|
-
allSelected: false
|
|
270
|
-
})
|
|
271
|
-
});
|
|
185
|
+
return Object.assign(Object.assign({}, state), { selection: Object.assign(Object.assign({}, state.selection), { selected: action.selected, allSelected: false }) });
|
|
272
186
|
case SearchActionTypes.TOGGLE_RECORD_SELECTION:
|
|
273
187
|
const currentlySelected = state.selection.selected.findIndex(s => s.id === action.record.id) > -1;
|
|
274
|
-
return Object.assign(Object.assign({}, state), {
|
|
275
|
-
selection: Object.assign(Object.assign({}, state.selection), {
|
|
276
|
-
selected: currentlySelected
|
|
188
|
+
return Object.assign(Object.assign({}, state), { selection: Object.assign(Object.assign({}, state.selection), { selected: currentlySelected
|
|
277
189
|
? state.selection.selected.filter(s => s.id !== action.record.id)
|
|
278
|
-
: [...state.selection.selected, action.record]
|
|
279
|
-
})
|
|
280
|
-
});
|
|
190
|
+
: [...state.selection.selected, action.record] }) });
|
|
281
191
|
case SearchActionTypes.SELECT_ALL:
|
|
282
|
-
return Object.assign(Object.assign({}, state), {
|
|
283
|
-
selection: {
|
|
192
|
+
return Object.assign(Object.assign({}, state), { selection: {
|
|
284
193
|
selected: [],
|
|
285
194
|
allSelected: true
|
|
286
|
-
}
|
|
287
|
-
});
|
|
195
|
+
} });
|
|
288
196
|
case SearchActionTypes.CLEAR_SELECTION:
|
|
289
|
-
return Object.assign(Object.assign({}, state), {
|
|
290
|
-
selection: {
|
|
197
|
+
return Object.assign(Object.assign({}, state), { selection: {
|
|
291
198
|
selected: [],
|
|
292
199
|
allSelected: false
|
|
293
|
-
}
|
|
294
|
-
});
|
|
200
|
+
} });
|
|
295
201
|
default:
|
|
296
202
|
return state;
|
|
297
203
|
}
|
|
298
204
|
};
|
|
299
205
|
export default searchReducer;
|
|
300
|
-
//# sourceMappingURL=searchReducer.js.map
|
|
206
|
+
//# sourceMappingURL=searchReducer.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
declare const useSearchReducer: () => {
|
|
3
|
-
state: import(
|
|
4
|
-
dispatch: import(
|
|
3
|
+
state: import("./_types").ISearchState;
|
|
4
|
+
dispatch: import("react").Dispatch<import("./searchReducer").SearchAction>;
|
|
5
5
|
};
|
|
6
6
|
export default useSearchReducer;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
// Copyright LEAV Solutions 2017
|
|
2
2
|
// This file is released under LGPL V3
|
|
3
3
|
// License text available at https://www.gnu.org/licenses/lgpl-3.0.txt
|
|
4
|
-
import {useContext} from 'react';
|
|
5
|
-
import {SearchContext} from './searchContext';
|
|
4
|
+
import { useContext } from 'react';
|
|
5
|
+
import { SearchContext } from './searchContext';
|
|
6
6
|
const useSearchReducer = () => useContext(SearchContext);
|
|
7
7
|
export default useSearchReducer;
|
|
8
|
-
//# sourceMappingURL=useSearchReducer.js.map
|
|
8
|
+
//# sourceMappingURL=useSearchReducer.js.map
|
|
@@ -1,17 +1,7 @@
|
|
|
1
|
-
import {SaveUserDataMutationResult, SaveUserDataMutationVariables} from '../../../_gqlTypes';
|
|
1
|
+
import { SaveUserDataMutationResult, SaveUserDataMutationVariables } from '../../../_gqlTypes';
|
|
2
2
|
export interface IUseUpdateViewsOrderMutation {
|
|
3
3
|
updateViewsOrder: (variables: SaveUserDataMutationVariables) => Promise<SaveUserDataMutationResult>;
|
|
4
4
|
}
|
|
5
|
-
export default function useUpdateViewsOrderMutation(
|
|
6
|
-
|
|
7
|
-
): {
|
|
8
|
-
updateViewsOrder(
|
|
9
|
-
variables: SaveUserDataMutationVariables
|
|
10
|
-
): Promise<
|
|
11
|
-
import('@apollo/client').FetchResult<
|
|
12
|
-
import('../../../_gqlTypes').SaveUserDataMutation,
|
|
13
|
-
Record<string, any>,
|
|
14
|
-
Record<string, any>
|
|
15
|
-
>
|
|
16
|
-
>;
|
|
5
|
+
export default function useUpdateViewsOrderMutation(library: string): {
|
|
6
|
+
updateViewsOrder(variables: SaveUserDataMutationVariables): Promise<import("@apollo/client").FetchResult<import("../../../_gqlTypes").SaveUserDataMutation, Record<string, any>, Record<string, any>>>;
|
|
17
7
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
// Copyright LEAV Solutions 2017
|
|
2
2
|
// This file is released under LGPL V3
|
|
3
3
|
// License text available at https://www.gnu.org/licenses/lgpl-3.0.txt
|
|
4
|
-
import {PREFIX_SHARED_VIEWS_ORDER_KEY, PREFIX_USER_VIEWS_ORDER_KEY} from '../../../constants';
|
|
5
|
-
import {useSaveUserDataMutation} from '../../../_gqlTypes';
|
|
6
|
-
import {getUserDataQuery} from '../../../_queries/userData/getUserData';
|
|
4
|
+
import { PREFIX_SHARED_VIEWS_ORDER_KEY, PREFIX_USER_VIEWS_ORDER_KEY } from '../../../constants';
|
|
5
|
+
import { useSaveUserDataMutation } from '../../../_gqlTypes';
|
|
6
|
+
import { getUserDataQuery } from '../../../_queries/userData/getUserData';
|
|
7
7
|
export default function useUpdateViewsOrderMutation(library) {
|
|
8
8
|
const [executeUpdateViewsOrder] = useSaveUserDataMutation();
|
|
9
9
|
return {
|
|
@@ -19,23 +19,16 @@ export default function useUpdateViewsOrderMutation(library) {
|
|
|
19
19
|
};
|
|
20
20
|
const cacheData = cache.readQuery(queryToUpdate);
|
|
21
21
|
if (cacheData) {
|
|
22
|
-
cache.writeQuery(
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
userData:
|
|
26
|
-
global: cacheData.userData.global,
|
|
27
|
-
data: Object.assign(Object.assign({}, cacheData.userData.data), {
|
|
28
|
-
[options.variables.key]:
|
|
29
|
-
mutationResult.data.saveUserData.data[options.variables.key]
|
|
30
|
-
})
|
|
31
|
-
}
|
|
22
|
+
cache.writeQuery(Object.assign(Object.assign({}, queryToUpdate), { data: {
|
|
23
|
+
userData: {
|
|
24
|
+
global: cacheData.userData.global,
|
|
25
|
+
data: Object.assign(Object.assign({}, cacheData.userData.data), { [options.variables.key]: mutationResult.data.saveUserData.data[options.variables.key] })
|
|
32
26
|
}
|
|
33
|
-
})
|
|
34
|
-
);
|
|
27
|
+
} }));
|
|
35
28
|
}
|
|
36
29
|
}
|
|
37
30
|
});
|
|
38
31
|
}
|
|
39
32
|
};
|
|
40
33
|
}
|
|
41
|
-
//# sourceMappingURL=useUpdateViewsOrderMutation.js.map
|
|
34
|
+
//# sourceMappingURL=useUpdateViewsOrderMutation.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {LibraryItemsList} from './LibraryItemsList';
|
|
1
|
+
export { LibraryItemsList } from './LibraryItemsList';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// Copyright LEAV Solutions 2017
|
|
2
2
|
// This file is released under LGPL V3
|
|
3
3
|
// License text available at https://www.gnu.org/licenses/lgpl-3.0.txt
|
|
4
|
-
export {LibraryItemsList} from './LibraryItemsList';
|
|
5
|
-
//# sourceMappingURL=index.js.map
|
|
4
|
+
export { LibraryItemsList } from './LibraryItemsList';
|
|
5
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {IField, IItem} from '../../types/search';
|
|
2
|
-
import {IGetRecordsFromLibraryQueryElement} from '../../_queries/records/getRecordsFromLibraryQuery';
|
|
1
|
+
import { IField, IItem } from '../../types/search';
|
|
2
|
+
import { IGetRecordsFromLibraryQueryElement } from '../../_queries/records/getRecordsFromLibraryQuery';
|
|
3
3
|
interface IManageItemsProps {
|
|
4
4
|
items: IGetRecordsFromLibraryQueryElement[];
|
|
5
5
|
fields: IField[];
|
|
@@ -7,5 +7,5 @@ interface IManageItemsProps {
|
|
|
7
7
|
/**
|
|
8
8
|
* Convert search result to a list of items usable by LibraryItemsList
|
|
9
9
|
*/
|
|
10
|
-
export declare const manageItems: ({items, fields}: IManageItemsProps) => IItem[];
|
|
10
|
+
export declare const manageItems: ({ items, fields }: IManageItemsProps) => IItem[];
|
|
11
11
|
export {};
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// License text available at https://www.gnu.org/licenses/lgpl-3.0.txt
|
|
4
4
|
import isArray from 'lodash/isArray';
|
|
5
5
|
import objectPath from 'object-path';
|
|
6
|
-
import {AttributeFormat, AttributeType} from '../../_gqlTypes';
|
|
6
|
+
import { AttributeFormat, AttributeType } from '../../_gqlTypes';
|
|
7
7
|
const _extractValueFromParent = (field, linkValue) => {
|
|
8
8
|
const linkedElement = field.parentAttributeData.type === AttributeType.tree ? linkValue.record : linkValue;
|
|
9
9
|
return linkedElement[field.id];
|
|
@@ -25,7 +25,8 @@ const manageFields = (fields, item) => {
|
|
|
25
25
|
acc[key] = objectPath.get(attributeExtendedContent, path);
|
|
26
26
|
return acc;
|
|
27
27
|
}
|
|
28
|
-
}
|
|
28
|
+
}
|
|
29
|
+
catch (e) {
|
|
29
30
|
console.error(e);
|
|
30
31
|
acc[key] = 'error';
|
|
31
32
|
return acc;
|
|
@@ -34,10 +35,7 @@ const manageFields = (fields, item) => {
|
|
|
34
35
|
switch (field.type) {
|
|
35
36
|
case AttributeType.simple_link:
|
|
36
37
|
case AttributeType.advanced_link:
|
|
37
|
-
if (
|
|
38
|
-
(field === null || field === void 0 ? void 0 : field.parentAttributeData) &&
|
|
39
|
-
item[field.parentAttributeData.id]
|
|
40
|
-
) {
|
|
38
|
+
if ((field === null || field === void 0 ? void 0 : field.parentAttributeData) && item[field.parentAttributeData.id]) {
|
|
41
39
|
let value = item[field.parentAttributeData.id][field.id];
|
|
42
40
|
if (isArray(item[field.parentAttributeData.id])) {
|
|
43
41
|
value = item[field.parentAttributeData.id].map(tree => tree.record[field.id]);
|
|
@@ -46,17 +44,16 @@ const manageFields = (fields, item) => {
|
|
|
46
44
|
value = value.shift();
|
|
47
45
|
}
|
|
48
46
|
acc[key] = value;
|
|
49
|
-
}
|
|
47
|
+
}
|
|
48
|
+
else {
|
|
50
49
|
acc[key] = item[field.id];
|
|
51
50
|
}
|
|
52
51
|
return acc;
|
|
53
52
|
case AttributeType.tree:
|
|
54
|
-
if (
|
|
55
|
-
(field === null || field === void 0 ? void 0 : field.parentAttributeData) &&
|
|
56
|
-
item[field.parentAttributeData.id]
|
|
57
|
-
) {
|
|
53
|
+
if ((field === null || field === void 0 ? void 0 : field.parentAttributeData) && item[field.parentAttributeData.id]) {
|
|
58
54
|
acc[key] = item[field.parentAttributeData.id][field.id];
|
|
59
|
-
}
|
|
55
|
+
}
|
|
56
|
+
else {
|
|
60
57
|
acc[key] = item[field.id];
|
|
61
58
|
}
|
|
62
59
|
return acc;
|
|
@@ -90,7 +87,7 @@ const manageFields = (fields, item) => {
|
|
|
90
87
|
/**
|
|
91
88
|
* Convert search result to a list of items usable by LibraryItemsList
|
|
92
89
|
*/
|
|
93
|
-
export const manageItems = ({items, fields}) => {
|
|
90
|
+
export const manageItems = ({ items, fields }) => {
|
|
94
91
|
const resultItems = items.map((item, index) => {
|
|
95
92
|
const itemFields = manageFields(fields, item);
|
|
96
93
|
const resultItem = {
|
|
@@ -102,4 +99,4 @@ export const manageItems = ({items, fields}) => {
|
|
|
102
99
|
});
|
|
103
100
|
return resultItems;
|
|
104
101
|
};
|
|
105
|
-
//# sourceMappingURL=manageItems.js.map
|
|
102
|
+
//# sourceMappingURL=manageItems.js.map
|
package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/DeactivateRecordBtn.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import {ButtonProps} from 'antd';
|
|
3
|
-
import {IRecordIdentityWhoAmI} from '../../../../types/records';
|
|
2
|
+
import { ButtonProps } from 'antd';
|
|
3
|
+
import { IRecordIdentityWhoAmI } from '../../../../types/records';
|
|
4
4
|
interface IDeactivateRecordBtnProps extends ButtonProps {
|
|
5
5
|
record: IRecordIdentityWhoAmI;
|
|
6
6
|
}
|
|
7
|
-
declare function DeactivateRecordBtn({record, ...buttonProps}: IDeactivateRecordBtnProps): JSX.Element;
|
|
7
|
+
declare function DeactivateRecordBtn({ record, ...buttonProps }: IDeactivateRecordBtnProps): JSX.Element;
|
|
8
8
|
export default DeactivateRecordBtn;
|