@leav/ui 0.0.1-alpha-2 → 0.0.1-alpha-3
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/libs/ui/tsconfig.tsbuildinfo +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/package.json +5 -1
- package/apollo.apiKey.js.example +0 -7
- package/codegen.ts +0 -48
- package/graphql_codegen.ts +0 -19
- package/jest.config.js +0 -21
- package/scripts/createComponent.js +0 -79
- package/setupTests.ts +0 -21
- package/src/__mocks__/common/application.ts +0 -30
- package/src/__mocks__/common/attribute.ts +0 -164
- package/src/__mocks__/common/filter.ts +0 -41
- package/src/__mocks__/common/form.tsx +0 -291
- package/src/__mocks__/common/import.ts +0 -31
- package/src/__mocks__/common/label.ts +0 -7
- package/src/__mocks__/common/library.ts +0 -111
- package/src/__mocks__/common/mockSearchContextProvider.tsx +0 -23
- package/src/__mocks__/common/record.ts +0 -27
- package/src/__mocks__/common/tree.ts +0 -33
- package/src/__mocks__/common/treeElements.ts +0 -73
- package/src/__mocks__/common/value.ts +0 -48
- package/src/__mocks__/common/versionProfile.ts +0 -10
- package/src/__mocks__/common/view.ts +0 -28
- package/src/__mocks__/mockQuery/mockGetLibraryDetailExtendedQuery.ts +0 -66
- package/src/__mocks__/mockQuery/mockGetRecordsFromLibraryQuery.ts +0 -42
- package/src/__mocks__/mockQuery/mockGetViewListQuery.ts +0 -52
- package/src/__mocks__/react-i18next.js +0 -73
- package/src/_gqlTypes/index.ts +0 -3853
- package/src/_queries/applications/applicationDetailsFragment.ts +0 -27
- package/src/_queries/applications/checkApplicationExistence.ts +0 -12
- package/src/_queries/applications/getApplicationDetails.ts +0 -16
- package/src/_queries/applications/getApplicationsModulesQuery.ts +0 -14
- package/src/_queries/applications/saveApplicationMutation.ts +0 -14
- package/src/_queries/attributes/attributeDetailsFragment.ts +0 -57
- package/src/_queries/attributes/checkAttributeExistenceQuery.ts +0 -12
- package/src/_queries/attributes/deleteAttributeMutation.ts +0 -12
- package/src/_queries/attributes/getAttributeByIdQuery.ts +0 -16
- package/src/_queries/attributes/getAttributeWithEmbeddedFields.ts +0 -32
- package/src/_queries/attributes/getAttributesByLib.ts +0 -48
- package/src/_queries/attributes/getAttributesQuery.ts +0 -19
- package/src/_queries/attributes/getVersionProfilesQuery.ts +0 -15
- package/src/_queries/attributes/getVersionableAttributesByLibrary.ts +0 -24
- package/src/_queries/attributes/saveAttributeMutation.ts +0 -14
- package/src/_queries/export/exportQuery.ts +0 -10
- package/src/_queries/files/createDirectory.ts +0 -14
- package/src/_queries/files/forcePreviewsGenerationMutation.ts +0 -22
- package/src/_queries/files/getDirectoryDataQuery.ts +0 -53
- package/src/_queries/files/getUploadUpdates.ts +0 -23
- package/src/_queries/files/uploadMutation.ts +0 -18
- package/src/_queries/import/importExcel.ts +0 -11
- package/src/_queries/libraries/checkLibraryExistenceQuery.ts +0 -12
- package/src/_queries/libraries/deleteLibraryMutation.ts +0 -12
- package/src/_queries/libraries/getLibrariesQuery.ts +0 -29
- package/src/_queries/libraries/getLibraryByIdQuery.ts +0 -16
- package/src/_queries/libraries/getLibraryDetailExtendQuery.ts +0 -259
- package/src/_queries/libraries/getLibraryPermissionsQuery.ts +0 -20
- package/src/_queries/libraries/getLibraryPreviewsSettingsQuery.ts +0 -29
- package/src/_queries/libraries/libraryDetailsFragment.ts +0 -87
- package/src/_queries/libraries/saveLibraryMutation.ts +0 -14
- package/src/_queries/permissions/isAllowedQuery.ts +0 -18
- package/src/_queries/records/createRecordMutation.ts +0 -26
- package/src/_queries/records/deactivateRecordsMutation.ts +0 -15
- package/src/_queries/records/doesFileExistAsChild.ts +0 -10
- package/src/_queries/records/getFileDataQuery.ts +0 -77
- package/src/_queries/records/getRecordColumnsValues.ts +0 -90
- package/src/_queries/records/getRecordFormQuery.ts +0 -62
- package/src/_queries/records/getRecordPropertiesQuery.ts +0 -165
- package/src/_queries/records/getRecordUpdatesSubscription.ts +0 -31
- package/src/_queries/records/getRecordsFromLibraryQuery.ts +0 -137
- package/src/_queries/records/indexRecordsMutation.ts +0 -10
- package/src/_queries/records/recordFormAttributeFragment.ts +0 -94
- package/src/_queries/tasks/cancelTaskMutation.ts +0 -10
- package/src/_queries/trees/checkTreeExistenceQuery.ts +0 -12
- package/src/_queries/trees/deleteTreeMutation.ts +0 -12
- package/src/_queries/trees/getTreeByIdQuery.ts +0 -16
- package/src/_queries/trees/getTreeLibraries.ts +0 -30
- package/src/_queries/trees/getTreesQuery.ts +0 -18
- package/src/_queries/trees/saveTreeMutation.ts +0 -14
- package/src/_queries/trees/treeDetailsFragment.ts +0 -24
- package/src/_queries/trees/treeNodeChildrenQuery.ts +0 -48
- package/src/_queries/userData/getUserData.ts +0 -13
- package/src/_queries/userData/saveUserData.ts +0 -13
- package/src/_queries/values/deleteValueMutation.ts +0 -14
- package/src/_queries/values/saveValueBatchMutation.ts +0 -34
- package/src/_queries/values/valueDetailsFragment.ts +0 -76
- package/src/_queries/values/valuesVersionFragment.ts +0 -23
- package/src/_queries/views/deleteViewMutation.ts +0 -23
- package/src/_queries/views/getViewById.ts +0 -16
- package/src/_queries/views/getViewsListQuery.ts +0 -17
- package/src/_queries/views/saveViewMutation.ts +0 -16
- package/src/_queries/views/viewDetailsFragment.ts +0 -59
- package/src/_tests/testUtils.tsx +0 -46
- package/src/_utils/getFiltersFromRequest.ts +0 -136
- package/src/_utils/getRequestFromFilter.ts +0 -61
- package/src/_utils/index.ts +0 -189
- package/src/antdTheme/index.ts +0 -108
- package/src/antdTheme/types.ts +0 -5
- package/src/components/AttributePicker/AttributePicker.test.tsx +0 -286
- package/src/components/AttributePicker/AttributePicker.tsx +0 -71
- package/src/components/AttributePicker/AttributesList/AttributesList.tsx +0 -330
- package/src/components/AttributePicker/AttributesList/index.ts +0 -4
- package/src/components/AttributePicker/index.ts +0 -4
- package/src/components/AttributesSelectionList/Attribute/Attribute.tsx +0 -67
- package/src/components/AttributesSelectionList/Attribute/index.ts +0 -5
- package/src/components/AttributesSelectionList/AttributesSelectionList.test.tsx +0 -115
- package/src/components/AttributesSelectionList/AttributesSelectionList.tsx +0 -132
- package/src/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/SelectedAttribute.tsx +0 -69
- package/src/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/index.ts +0 -5
- package/src/components/AttributesSelectionList/SelectedAttributesList/SelectedAttributesList.tsx +0 -96
- package/src/components/AttributesSelectionList/SelectedAttributesList/index.ts +0 -5
- package/src/components/AttributesSelectionList/_types.ts +0 -16
- package/src/components/AttributesSelectionList/helpers/attributeToSelectedAttribute.ts +0 -11
- package/src/components/AttributesSelectionList/index.ts +0 -5
- package/src/components/AttributesSelectionList/reducer/__mocks__/attributesSelectionListStateContext.ts +0 -10
- package/src/components/AttributesSelectionList/reducer/attributesSelectionListReducer.test.tsx +0 -202
- package/src/components/AttributesSelectionList/reducer/attributesSelectionListReducer.tsx +0 -118
- package/src/components/AttributesSelectionList/reducer/attributesSelectionListStateContext.ts +0 -16
- package/src/components/AttributesSelectionList/sharedComponents.tsx +0 -18
- package/src/components/BasicButton/BasicButton.test.tsx +0 -14
- package/src/components/BasicButton/BasicButton.tsx +0 -36
- package/src/components/BasicButton/index.ts +0 -4
- package/src/components/CreateDirectory/CreateDirectory.test.tsx +0 -291
- package/src/components/CreateDirectory/CreateDirectory.tsx +0 -222
- package/src/components/CreateDirectory/index.ts +0 -4
- package/src/components/DeactivateRecordsModal/DeactivateRecordsModal.test.tsx +0 -147
- package/src/components/DeactivateRecordsModal/DeactivateRecordsModal.tsx +0 -78
- package/src/components/DeactivateRecordsModal/index.ts +0 -4
- package/src/components/Dimmer/Dimmer.test.tsx +0 -21
- package/src/components/Dimmer/Dimmer.tsx +0 -27
- package/src/components/Dimmer/index.ts +0 -5
- package/src/components/EditApplication/EditApplication.test.tsx +0 -315
- package/src/components/EditApplication/EditApplication.tsx +0 -64
- package/src/components/EditApplication/EditApplicationInfo/EditApplicationInfo.tsx +0 -166
- package/src/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/EditApplicationInfoForm.tsx +0 -316
- package/src/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/ModuleSelector/ModuleSelector.tsx +0 -51
- package/src/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/ModuleSelector/index.ts +0 -5
- package/src/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/index.ts +0 -5
- package/src/components/EditApplication/EditApplicationInfo/index.ts +0 -4
- package/src/components/EditApplication/_types.ts +0 -12
- package/src/components/EditApplication/index.ts +0 -5
- package/src/components/EditAttributeModal/EditAttribute/EditAttribute.tsx +0 -68
- package/src/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfo.tsx +0 -188
- package/src/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/EditAttributeInfoForm.tsx +0 -382
- package/src/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/LinkedLibraryForm.tsx +0 -88
- package/src/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/index.ts +0 -4
- package/src/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/LinkedTreeForm.tsx +0 -84
- package/src/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/index.ts +0 -4
- package/src/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/ValuesVersionsForm/ValuesVersionsForm.tsx +0 -100
- package/src/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/ValuesVersionsForm/index.ts +0 -4
- package/src/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/index.ts +0 -4
- package/src/components/EditAttributeModal/EditAttribute/EditAttributeInfo/index.ts +0 -4
- package/src/components/EditAttributeModal/EditAttribute/index.ts +0 -4
- package/src/components/EditAttributeModal/EditAttributeModal.test.tsx +0 -335
- package/src/components/EditAttributeModal/EditAttributeModal.tsx +0 -178
- package/src/components/EditAttributeModal/index.ts +0 -4
- package/src/components/EditLibraryModal/EditLibrary/EditLibrary.tsx +0 -119
- package/src/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/AttributeCell.tsx +0 -61
- package/src/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/index.ts +0 -4
- package/src/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributesList.tsx +0 -273
- package/src/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/DeleteButton.tsx +0 -52
- package/src/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/index.ts +0 -4
- package/src/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/index.ts +0 -4
- package/src/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/EditLibraryAttributes.test.tsx +0 -116
- package/src/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/EditLibraryAttributes.tsx +0 -56
- package/src/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/index.ts +0 -4
- package/src/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/EditLibraryIndexation.tsx +0 -134
- package/src/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/index.ts +0 -4
- package/src/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfo.tsx +0 -159
- package/src/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/EditLibraryInfoForm.tsx +0 -306
- package/src/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/index.ts +0 -4
- package/src/components/EditLibraryModal/EditLibrary/EditLibraryInfo/index.ts +0 -4
- package/src/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditLibraryPreviewsSettings.test.tsx +0 -85
- package/src/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditLibraryPreviewsSettings.tsx +0 -51
- package/src/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/EditPreviewsSettingsModal.test.tsx +0 -76
- package/src/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/EditPreviewsSettingsModal.tsx +0 -180
- package/src/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/SizesEditor.tsx +0 -182
- package/src/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/index.ts +0 -4
- package/src/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/index.ts +0 -4
- package/src/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/PreviewsSettingsList.tsx +0 -241
- package/src/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/index.ts +0 -4
- package/src/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/index.ts +0 -4
- package/src/components/EditLibraryModal/EditLibrary/index.ts +0 -4
- package/src/components/EditLibraryModal/EditLibraryModal.test.tsx +0 -346
- package/src/components/EditLibraryModal/EditLibraryModal.tsx +0 -178
- package/src/components/EditLibraryModal/index.ts +0 -4
- package/src/components/EditTreeModal/EditTree/EditTree.tsx +0 -68
- package/src/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfo.tsx +0 -171
- package/src/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/EditTreeInfoForm.tsx +0 -216
- package/src/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/TreeLibrariesForm.tsx +0 -239
- package/src/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/index.ts +0 -4
- package/src/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/index.ts +0 -4
- package/src/components/EditTreeModal/EditTree/EditTreeInfo/index.ts +0 -4
- package/src/components/EditTreeModal/EditTree/index.ts +0 -4
- package/src/components/EditTreeModal/EditTreeModal.test.tsx +0 -516
- package/src/components/EditTreeModal/EditTreeModal.tsx +0 -167
- package/src/components/EditTreeModal/index.ts +0 -4
- package/src/components/EntityCard/EntityCard.test.tsx +0 -50
- package/src/components/EntityCard/EntityCard.tsx +0 -177
- package/src/components/EntityCard/_types.ts +0 -9
- package/src/components/EntityCard/index.ts +0 -5
- package/src/components/EntityPreview/EntityPreview.test.tsx +0 -50
- package/src/components/EntityPreview/EntityPreview.tsx +0 -17
- package/src/components/EntityPreview/EntityPreviewList/EntityPreviewList.tsx +0 -106
- package/src/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/SimplisticEntityPreview.tsx +0 -34
- package/src/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/index.ts +0 -5
- package/src/components/EntityPreview/EntityPreviewList/index.ts +0 -5
- package/src/components/EntityPreview/EntityPreviewTile/EntityPreviewTile.tsx +0 -105
- package/src/components/EntityPreview/EntityPreviewTile/index.ts +0 -5
- package/src/components/EntityPreview/_types.ts +0 -25
- package/src/components/EntityPreview/index.ts +0 -5
- package/src/components/ErrorBoundary/ErrorBoundary.test.tsx +0 -43
- package/src/components/ErrorBoundary/ErrorBoundary.tsx +0 -46
- package/src/components/ErrorBoundary/ErrorBoundaryContent/ErrorBoundaryContent.tsx +0 -59
- package/src/components/ErrorBoundary/ErrorBoundaryContent/index.ts +0 -5
- package/src/components/ErrorBoundary/index.ts +0 -4
- package/src/components/ErrorDisplay/ErrorDisplay.test.tsx +0 -15
- package/src/components/ErrorDisplay/ErrorDisplay.tsx +0 -67
- package/src/components/ErrorDisplay/index.ts +0 -4
- package/src/components/ErrorMessage/ErrorMessage.test.tsx +0 -30
- package/src/components/ErrorMessage/ErrorMessage.tsx +0 -45
- package/src/components/ErrorMessage/index.ts +0 -5
- package/src/components/ExportModal/ExportModal.test.tsx +0 -44
- package/src/components/ExportModal/ExportModal.tsx +0 -205
- package/src/components/ExportModal/index.ts +0 -4
- package/src/components/FieldsGroup/FieldsGroup.test.tsx +0 -18
- package/src/components/FieldsGroup/FieldsGroup.tsx +0 -43
- package/src/components/FieldsGroup/index.ts +0 -5
- package/src/components/FloatingMenu/FloatingMenu.test.tsx +0 -81
- package/src/components/FloatingMenu/FloatingMenu.tsx +0 -94
- package/src/components/FloatingMenu/_types.ts +0 -20
- package/src/components/FloatingMenu/index.ts +0 -5
- package/src/components/ImageLoading/ImageLoading.tsx +0 -32
- package/src/components/ImageLoading/index.ts +0 -4
- package/src/components/ImageMissing/ImageMissing.tsx +0 -38
- package/src/components/ImageMissing/index.ts +0 -4
- package/src/components/ImportModal/ImportModal.tsx +0 -287
- package/src/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/ImportKeysSelector.tsx +0 -60
- package/src/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/index.ts +0 -5
- package/src/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/ImportMappingRowTitle.tsx +0 -37
- package/src/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/index.ts +0 -5
- package/src/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.tsx +0 -298
- package/src/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/ImportScheduleModal.tsx +0 -52
- package/src/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/index.ts +0 -5
- package/src/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/ImportSheetSettings.tsx +0 -155
- package/src/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/index.ts +0 -5
- package/src/components/ImportModal/ImportModalConfigStep/index.ts +0 -5
- package/src/components/ImportModal/ImportModalDoneStep/ImportModalDoneStep.tsx +0 -28
- package/src/components/ImportModal/ImportModalDoneStep/index.ts +0 -5
- package/src/components/ImportModal/ImportModalProcessingStep/ImportModalProcessingStep.tsx +0 -17
- package/src/components/ImportModal/ImportModalProcessingStep/index.ts +0 -5
- package/src/components/ImportModal/ImportModalSelectFileStep/ImportModalSelectFileStep.tsx +0 -212
- package/src/components/ImportModal/ImportModalSelectFileStep/index.ts +0 -5
- package/src/components/ImportModal/_types.ts +0 -44
- package/src/components/ImportModal/importReducer/ImportReducerContext.ts +0 -17
- package/src/components/ImportModal/importReducer/importReducer.test.ts +0 -125
- package/src/components/ImportModal/importReducer/importReducer.ts +0 -171
- package/src/components/ImportModal/importReducer/index.ts +0 -5
- package/src/components/ImportModal/index.ts +0 -4
- package/src/components/LibraryItemsList/DisplayOptions/DisplayOptions.tsx +0 -121
- package/src/components/LibraryItemsList/DisplayOptions/index.ts +0 -5
- package/src/components/LibraryItemsList/DisplayTypeSelector/DisplayTypeSelector.test.tsx +0 -29
- package/src/components/LibraryItemsList/DisplayTypeSelector/DisplayTypeSelector.tsx +0 -23
- package/src/components/LibraryItemsList/DisplayTypeSelector/index.ts +0 -5
- package/src/components/LibraryItemsList/FiltersDropdown/FiltersDropdown.tsx +0 -341
- package/src/components/LibraryItemsList/FiltersDropdown/index.ts +0 -5
- package/src/components/LibraryItemsList/FiltersPanel/Filter/Filter.test.tsx +0 -75
- package/src/components/LibraryItemsList/FiltersPanel/Filter/Filter.tsx +0 -544
- package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/FilterAttributeCondition.tsx +0 -134
- package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/index.ts +0 -5
- package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/BooleanFilter.test.tsx +0 -38
- package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/BooleanFilter.tsx +0 -23
- package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/index.ts +0 -5
- package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/DateBetweenFilter.test.tsx +0 -14
- package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/DateBetweenFilter.tsx +0 -43
- package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/index.ts +0 -5
- package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/DateFilter.test.tsx +0 -14
- package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/DateFilter.tsx +0 -36
- package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/index.ts +0 -5
- package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/NumericFilter.test.tsx +0 -14
- package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/NumericFilter.tsx +0 -50
- package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/index.ts +0 -5
- package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/TextFilter.test.tsx +0 -16
- package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/TextFilter.tsx +0 -52
- package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/index.ts +0 -5
- package/src/components/LibraryItemsList/FiltersPanel/Filter/index.ts +0 -5
- package/src/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/FilterDropdownButton.tsx +0 -27
- package/src/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/index.ts +0 -5
- package/src/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/FilterTreeCondition.test.tsx +0 -23
- package/src/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/FilterTreeCondition.tsx +0 -54
- package/src/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/index.ts +0 -5
- package/src/components/LibraryItemsList/FiltersPanel/FiltersOptions.tsx +0 -192
- package/src/components/LibraryItemsList/FiltersPanel/FiltersPanel.tsx +0 -190
- package/src/components/LibraryItemsList/FiltersPanel/index.ts +0 -5
- package/src/components/LibraryItemsList/FiltersPanel/mustHideValue.ts +0 -19
- package/src/components/LibraryItemsList/IconViewType/IconViewType.tsx +0 -24
- package/src/components/LibraryItemsList/IconViewType/index.ts +0 -5
- package/src/components/LibraryItemsList/LibraryItemsList.test.tsx +0 -107
- package/src/components/LibraryItemsList/LibraryItemsList.tsx +0 -55
- package/src/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.tsx +0 -288
- package/src/components/LibraryItemsList/LibraryItemsListContent/index.ts +0 -5
- package/src/components/LibraryItemsList/LibraryItemsListEmpty/LibraryItemsListEmpty.tsx +0 -106
- package/src/components/LibraryItemsList/LibraryItemsListEmpty/index.ts +0 -5
- package/src/components/LibraryItemsList/LibraryItemsListPagination/LibraryItemsListPagination.test.tsx +0 -20
- package/src/components/LibraryItemsList/LibraryItemsListPagination/LibraryItemsListPagination.tsx +0 -36
- package/src/components/LibraryItemsList/LibraryItemsListPagination/index.ts +0 -5
- package/src/components/LibraryItemsList/LibraryItemsListTable/BodyCell/BodyCell.test.tsx +0 -39
- package/src/components/LibraryItemsList/LibraryItemsListTable/BodyCell/BodyCell.tsx +0 -70
- package/src/components/LibraryItemsList/LibraryItemsListTable/BodyCell/index.ts +0 -6
- package/src/components/LibraryItemsList/LibraryItemsListTable/BodyRow/BodyRow.test.tsx +0 -48
- package/src/components/LibraryItemsList/LibraryItemsListTable/BodyRow/BodyRow.tsx +0 -93
- package/src/components/LibraryItemsList/LibraryItemsListTable/BodyRow/index.ts +0 -5
- package/src/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/AllValuesCount.tsx +0 -88
- package/src/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/index.ts +0 -5
- package/src/components/LibraryItemsList/LibraryItemsListTable/Cell/Cell.test.tsx +0 -75
- package/src/components/LibraryItemsList/LibraryItemsListTable/Cell/Cell.tsx +0 -78
- package/src/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/CellInfos.test.tsx +0 -38
- package/src/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/CellInfos.tsx +0 -91
- package/src/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/index.ts +0 -5
- package/src/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/CellSelection.test.tsx +0 -13
- package/src/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/CellSelection.tsx +0 -46
- package/src/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/index.ts +0 -5
- package/src/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/ElementsToDisplay/RichTextDisplay.tsx +0 -33
- package/src/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/StandardCell.tsx +0 -117
- package/src/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/index.ts +0 -5
- package/src/components/LibraryItemsList/LibraryItemsListTable/Cell/index.ts +0 -5
- package/src/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/ChooseTableColumns.css +0 -3
- package/src/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/ChooseTableColumns.test.tsx +0 -45
- package/src/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/ChooseTableColumns.tsx +0 -144
- package/src/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/index.ts +0 -5
- package/src/components/LibraryItemsList/LibraryItemsListTable/Header/Header.test.tsx +0 -73
- package/src/components/LibraryItemsList/LibraryItemsListTable/Header/Header.tsx +0 -197
- package/src/components/LibraryItemsList/LibraryItemsListTable/Header/index.ts +0 -5
- package/src/components/LibraryItemsList/LibraryItemsListTable/Table.test.tsx +0 -39
- package/src/components/LibraryItemsList/LibraryItemsListTable/Table.tsx +0 -328
- package/src/components/LibraryItemsList/LibraryItemsListTable/index.ts +0 -5
- package/src/components/LibraryItemsList/MenuItemList/MenuItemList.test.tsx +0 -75
- package/src/components/LibraryItemsList/MenuItemList/MenuItemList.tsx +0 -104
- package/src/components/LibraryItemsList/MenuItemList/index.ts +0 -5
- package/src/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/ActionsMenu.test.tsx +0 -29
- package/src/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/ActionsMenu.tsx +0 -107
- package/src/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/index.ts +0 -5
- package/src/components/LibraryItemsList/MenuItemListSelected/MenuItemListSelected.test.tsx +0 -18
- package/src/components/LibraryItemsList/MenuItemListSelected/MenuItemListSelected.tsx +0 -182
- package/src/components/LibraryItemsList/MenuItemListSelected/index.ts +0 -5
- package/src/components/LibraryItemsList/MenuSelection/MenuSelection.test.tsx +0 -16
- package/src/components/LibraryItemsList/MenuSelection/MenuSelection.tsx +0 -74
- package/src/components/LibraryItemsList/MenuSelection/index.ts +0 -5
- package/src/components/LibraryItemsList/MenuView/MenuView.test.tsx +0 -20
- package/src/components/LibraryItemsList/MenuView/MenuView.tsx +0 -248
- package/src/components/LibraryItemsList/MenuView/index.ts +0 -5
- package/src/components/LibraryItemsList/SearchItems/SearchItems.test.tsx +0 -20
- package/src/components/LibraryItemsList/SearchItems/SearchItems.tsx +0 -37
- package/src/components/LibraryItemsList/SearchItems/index.ts +0 -5
- package/src/components/LibraryItemsList/Sidebar/Sidebar.test.tsx +0 -66
- package/src/components/LibraryItemsList/Sidebar/Sidebar.tsx +0 -71
- package/src/components/LibraryItemsList/Sidebar/index.ts +0 -5
- package/src/components/LibraryItemsList/TileDisplay/ItemTileDisplay/ItemTileDisplay.test.tsx +0 -40
- package/src/components/LibraryItemsList/TileDisplay/ItemTileDisplay/ItemTileDisplay.tsx +0 -322
- package/src/components/LibraryItemsList/TileDisplay/ItemTileDisplay/index.ts +0 -5
- package/src/components/LibraryItemsList/TileDisplay/TileDisplay.test.tsx +0 -50
- package/src/components/LibraryItemsList/TileDisplay/TileDisplay.tsx +0 -75
- package/src/components/LibraryItemsList/TileDisplay/helpers/getItemPreviewSize.ts +0 -13
- package/src/components/LibraryItemsList/TileDisplay/index.ts +0 -5
- package/src/components/LibraryItemsList/VersionsPanel/VersionsPanel.test.tsx +0 -24
- package/src/components/LibraryItemsList/VersionsPanel/VersionsPanel.tsx +0 -85
- package/src/components/LibraryItemsList/VersionsPanel/index.ts +0 -5
- package/src/components/LibraryItemsList/ViewPanel/EditView/EditView.test.tsx +0 -41
- package/src/components/LibraryItemsList/ViewPanel/EditView/EditView.tsx +0 -176
- package/src/components/LibraryItemsList/ViewPanel/EditView/index.ts +0 -5
- package/src/components/LibraryItemsList/ViewPanel/View/View.test.tsx +0 -36
- package/src/components/LibraryItemsList/ViewPanel/View/View.tsx +0 -262
- package/src/components/LibraryItemsList/ViewPanel/View/index.ts +0 -5
- package/src/components/LibraryItemsList/ViewPanel/ViewPanel.test.tsx +0 -143
- package/src/components/LibraryItemsList/ViewPanel/ViewPanel.tsx +0 -299
- package/src/components/LibraryItemsList/ViewPanel/index.ts +0 -5
- package/src/components/LibraryItemsList/constants.ts +0 -24
- package/src/components/LibraryItemsList/helpers/defaultFilterConditionByAttributeFormat.ts +0 -18
- package/src/components/LibraryItemsList/helpers/displayTypeToPreviewSize.ts +0 -15
- package/src/components/LibraryItemsList/helpers/extractAttributesFromLibrary.ts +0 -86
- package/src/components/LibraryItemsList/helpers/getFieldFromKey.ts +0 -50
- package/src/components/LibraryItemsList/helpers/getFieldsFromView.ts +0 -23
- package/src/components/LibraryItemsList/helpers/getFieldsKeyFromAttribute.ts +0 -14
- package/src/components/LibraryItemsList/helpers/getSortFieldByAttributeType.ts +0 -16
- package/src/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.test.tsx +0 -146
- package/src/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.tsx +0 -118
- package/src/components/LibraryItemsList/hooks/useSearchReducer/_types.ts +0 -80
- package/src/components/LibraryItemsList/hooks/useSearchReducer/index.ts +0 -6
- package/src/components/LibraryItemsList/hooks/useSearchReducer/searchContext.ts +0 -11
- package/src/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.test.ts +0 -380
- package/src/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.ts +0 -302
- package/src/components/LibraryItemsList/hooks/useSearchReducer/useSearchReducer.ts +0 -9
- package/src/components/LibraryItemsList/hooks/useUpdateViewsOrderMutation.ts +0 -54
- package/src/components/LibraryItemsList/index.ts +0 -4
- package/src/components/LibraryItemsList/manageItems.test.ts +0 -367
- package/src/components/LibraryItemsList/manageItems.ts +0 -124
- package/src/components/LibraryItemsList/shared/DeactivateRecordBtn/DeactivateRecordBtn.test.tsx +0 -49
- package/src/components/LibraryItemsList/shared/DeactivateRecordBtn/DeactivateRecordBtn.tsx +0 -53
- package/src/components/LibraryItemsList/shared/DeactivateRecordBtn/index.ts +0 -5
- package/src/components/LibraryItemsList/shared/SelectCellsBtn.tsx +0 -50
- package/src/components/LibraryPicker/LibrariesList/LibrariesList.tsx +0 -211
- package/src/components/LibraryPicker/LibrariesList/index.ts +0 -4
- package/src/components/LibraryPicker/LibraryPicker.test.tsx +0 -207
- package/src/components/LibraryPicker/LibraryPicker.tsx +0 -62
- package/src/components/LibraryPicker/index.ts +0 -4
- package/src/components/List/List.test.tsx +0 -66
- package/src/components/List/List.tsx +0 -95
- package/src/components/List/index.ts +0 -5
- package/src/components/Loading/Loading.tsx +0 -23
- package/src/components/Loading/index.ts +0 -4
- package/src/components/RecordCard/RecordCard.test.tsx +0 -40
- package/src/components/RecordCard/RecordCard.tsx +0 -64
- package/src/components/RecordCard/_types.ts +0 -19
- package/src/components/RecordCard/index.ts +0 -5
- package/src/components/RecordEdition/EditRecord/EditRecord.test.tsx +0 -137
- package/src/components/RecordEdition/EditRecord/EditRecord.tsx +0 -140
- package/src/components/RecordEdition/EditRecord/EditRecordSkeleton.tsx +0 -29
- package/src/components/RecordEdition/EditRecord/_types.ts +0 -154
- package/src/components/RecordEdition/EditRecord/helpers/extractFormElements/extractFormElements.test.tsx +0 -115
- package/src/components/RecordEdition/EditRecord/helpers/extractFormElements/extractFormElements.tsx +0 -26
- package/src/components/RecordEdition/EditRecord/helpers/extractFormElements/index.ts +0 -5
- package/src/components/RecordEdition/EditRecord/helpers/getActiveFieldValues/getActiveFieldValues.ts +0 -8
- package/src/components/RecordEdition/EditRecord/helpers/getActiveFieldValues/index.ts +0 -4
- package/src/components/RecordEdition/EditRecord/helpers/isCurrentVersion/index.ts +0 -4
- package/src/components/RecordEdition/EditRecord/helpers/isCurrentVersion/isCurrentVersion.test.ts +0 -87
- package/src/components/RecordEdition/EditRecord/helpers/isCurrentVersion/isCurrentVersion.ts +0 -27
- package/src/components/RecordEdition/EditRecord/hooks/__mocks__/useDeleteValueMutation.ts +0 -8
- package/src/components/RecordEdition/EditRecord/hooks/__mocks__/useSaveValueMutation.ts +0 -8
- package/src/components/RecordEdition/EditRecord/hooks/helpers/getPropertyCacheFieldName.ts +0 -4
- package/src/components/RecordEdition/EditRecord/hooks/useExecuteDeleteValueMutation.ts +0 -50
- package/src/components/RecordEdition/EditRecord/hooks/useExecuteSaveValueBatchMutation.ts +0 -75
- package/src/components/RecordEdition/EditRecord/hooks/useRecordEditionContext.ts +0 -9
- package/src/components/RecordEdition/EditRecord/hooks/useSaveValueBatchMutation.test.ts +0 -134
- package/src/components/RecordEdition/EditRecord/index.ts +0 -5
- package/src/components/RecordEdition/EditRecord/reducers/linkFieldReducer/index.ts +0 -5
- package/src/components/RecordEdition/EditRecord/reducers/linkFieldReducer/linkFieldReducer.test.ts +0 -173
- package/src/components/RecordEdition/EditRecord/reducers/linkFieldReducer/linkFieldReducer.ts +0 -205
- package/src/components/RecordEdition/EditRecord/reducers/standardFieldReducer/index.ts +0 -5
- package/src/components/RecordEdition/EditRecord/reducers/standardFieldReducer/standardFieldReducer.test.ts +0 -473
- package/src/components/RecordEdition/EditRecord/reducers/standardFieldReducer/standardFieldReducer.ts +0 -434
- package/src/components/RecordEdition/EditRecord/shared/AddValueBtn/AddValueBtn.test.tsx +0 -27
- package/src/components/RecordEdition/EditRecord/shared/AddValueBtn/AddValueBtn.tsx +0 -36
- package/src/components/RecordEdition/EditRecord/shared/AddValueBtn/index.ts +0 -5
- package/src/components/RecordEdition/EditRecord/shared/DeleteAllValuesBtn/DeleteAllValuesBtn.test.tsx +0 -25
- package/src/components/RecordEdition/EditRecord/shared/DeleteAllValuesBtn/DeleteAllValuesBtn.tsx +0 -48
- package/src/components/RecordEdition/EditRecord/shared/DeleteAllValuesBtn/index.ts +0 -5
- package/src/components/RecordEdition/EditRecord/shared/DeleteValueBtn/DeleteValueBtn.test.tsx +0 -26
- package/src/components/RecordEdition/EditRecord/shared/DeleteValueBtn/DeleteValueBtn.tsx +0 -40
- package/src/components/RecordEdition/EditRecord/shared/DeleteValueBtn/index.ts +0 -5
- package/src/components/RecordEdition/EditRecord/shared/FieldFooter/FieldFooter.test.tsx +0 -17
- package/src/components/RecordEdition/EditRecord/shared/FieldFooter/FieldFooter.tsx +0 -42
- package/src/components/RecordEdition/EditRecord/shared/FieldFooter/index.ts +0 -5
- package/src/components/RecordEdition/EditRecord/shared/InheritedFieldLabel/InheritedFieldLabel.test.tsx +0 -28
- package/src/components/RecordEdition/EditRecord/shared/InheritedFieldLabel/InheritedFieldLabel.tsx +0 -33
- package/src/components/RecordEdition/EditRecord/shared/InheritedFieldLabel/index.ts +0 -5
- package/src/components/RecordEdition/EditRecord/shared/NoValue/NoValue.test.tsx +0 -29
- package/src/components/RecordEdition/EditRecord/shared/NoValue/NoValue.tsx +0 -56
- package/src/components/RecordEdition/EditRecord/shared/NoValue/index.ts +0 -5
- package/src/components/RecordEdition/EditRecord/shared/UpdatedFieldIcon/UpdatedFieldIcon.tsx +0 -18
- package/src/components/RecordEdition/EditRecord/shared/UpdatedFieldIcon/index.ts +0 -5
- package/src/components/RecordEdition/EditRecord/shared/ValueDetailsBtn/ValueDetailsBtn.test.tsx +0 -54
- package/src/components/RecordEdition/EditRecord/shared/ValueDetailsBtn/ValueDetailsBtn.tsx +0 -45
- package/src/components/RecordEdition/EditRecord/shared/ValueDetailsBtn/index.ts +0 -5
- package/src/components/RecordEdition/EditRecord/shared/ValuesVersionBtn/ValuesVersionBtn.test.tsx +0 -49
- package/src/components/RecordEdition/EditRecord/shared/ValuesVersionBtn/ValuesVersionBtn.tsx +0 -104
- package/src/components/RecordEdition/EditRecord/shared/ValuesVersionBtn/index.ts +0 -5
- package/src/components/RecordEdition/EditRecord/shared/ValuesVersionIndicator/ValuesVersionIndicator.tsx +0 -42
- package/src/components/RecordEdition/EditRecord/shared/ValuesVersionIndicator/index.ts +0 -5
- package/src/components/RecordEdition/EditRecord/uiElements/Container/Container.test.tsx +0 -35
- package/src/components/RecordEdition/EditRecord/uiElements/Container/Container.tsx +0 -37
- package/src/components/RecordEdition/EditRecord/uiElements/Container/index.ts +0 -5
- package/src/components/RecordEdition/EditRecord/uiElements/ErrorField/ErrorField.test.tsx +0 -35
- package/src/components/RecordEdition/EditRecord/uiElements/ErrorField/ErrorField.tsx +0 -82
- package/src/components/RecordEdition/EditRecord/uiElements/ErrorField/index.ts +0 -5
- package/src/components/RecordEdition/EditRecord/uiElements/FormDivider/FormDivider.test.tsx +0 -25
- package/src/components/RecordEdition/EditRecord/uiElements/FormDivider/FormDivider.tsx +0 -14
- package/src/components/RecordEdition/EditRecord/uiElements/FormDivider/index.ts +0 -5
- package/src/components/RecordEdition/EditRecord/uiElements/FormTabs/FormTabs.test.tsx +0 -35
- package/src/components/RecordEdition/EditRecord/uiElements/FormTabs/FormTabs.tsx +0 -50
- package/src/components/RecordEdition/EditRecord/uiElements/FormTabs/index.ts +0 -5
- package/src/components/RecordEdition/EditRecord/uiElements/LinkField/FloatingMenuHandler/FloatingMenuHandler.tsx +0 -60
- package/src/components/RecordEdition/EditRecord/uiElements/LinkField/FloatingMenuHandler/index.ts +0 -5
- package/src/components/RecordEdition/EditRecord/uiElements/LinkField/LinkField.test.tsx +0 -593
- package/src/components/RecordEdition/EditRecord/uiElements/LinkField/LinkField.tsx +0 -494
- package/src/components/RecordEdition/EditRecord/uiElements/LinkField/RecordIdentityCell/RecordIdentityCell.tsx +0 -16
- package/src/components/RecordEdition/EditRecord/uiElements/LinkField/RecordIdentityCell/index.ts +0 -5
- package/src/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/QuickSearch/QuickSearch.tsx +0 -83
- package/src/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/QuickSearch/index.ts +0 -5
- package/src/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/ValuesAdd.tsx +0 -419
- package/src/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/index.ts +0 -5
- package/src/components/RecordEdition/EditRecord/uiElements/LinkField/index.ts +0 -5
- package/src/components/RecordEdition/EditRecord/uiElements/StandardField/StandardField.test.tsx +0 -627
- package/src/components/RecordEdition/EditRecord/uiElements/StandardField/StandardField.tsx +0 -320
- package/src/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.tsx +0 -26
- package/src/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.tsx +0 -38
- package/src/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.tsx +0 -62
- package/src/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/DateRangeInput.tsx +0 -67
- package/src/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.tsx +0 -34
- package/src/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.tsx +0 -53
- package/src/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.tsx +0 -67
- package/src/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.tsx +0 -44
- package/src/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/StandardFieldValue.tsx +0 -629
- package/src/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/ValuesList/ValuesList.tsx +0 -79
- package/src/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/ValuesList/index.ts +0 -5
- package/src/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/index.ts +0 -5
- package/src/components/RecordEdition/EditRecord/uiElements/StandardField/index.ts +0 -5
- package/src/components/RecordEdition/EditRecord/uiElements/TextBlock/TextBlock.test.tsx +0 -15
- package/src/components/RecordEdition/EditRecord/uiElements/TextBlock/TextBlock.tsx +0 -13
- package/src/components/RecordEdition/EditRecord/uiElements/TextBlock/index.ts +0 -5
- package/src/components/RecordEdition/EditRecord/uiElements/TreeField/TreeField.test.tsx +0 -249
- package/src/components/RecordEdition/EditRecord/uiElements/TreeField/TreeField.tsx +0 -349
- package/src/components/RecordEdition/EditRecord/uiElements/TreeField/TreeFieldValue/TreeFieldValue.tsx +0 -68
- package/src/components/RecordEdition/EditRecord/uiElements/TreeField/TreeFieldValue/index.ts +0 -5
- package/src/components/RecordEdition/EditRecord/uiElements/TreeField/ValuesAdd/ValuesAdd.tsx +0 -198
- package/src/components/RecordEdition/EditRecord/uiElements/TreeField/ValuesAdd/index.ts +0 -5
- package/src/components/RecordEdition/EditRecord/uiElements/TreeField/index.ts +0 -5
- package/src/components/RecordEdition/EditRecord/uiElements/index.tsx +0 -27
- package/src/components/RecordEdition/EditRecordBtn/EditRecordBtn.test.tsx +0 -30
- package/src/components/RecordEdition/EditRecordBtn/EditRecordBtn.tsx +0 -52
- package/src/components/RecordEdition/EditRecordBtn/index.ts +0 -5
- package/src/components/RecordEdition/EditRecordModal/EditRecordModal.test.tsx +0 -84
- package/src/components/RecordEdition/EditRecordModal/EditRecordModal.tsx +0 -531
- package/src/components/RecordEdition/EditRecordModal/EditRecordModalHeader/EditRecordModalHeader.tsx +0 -93
- package/src/components/RecordEdition/EditRecordModal/EditRecordModalHeader/index.ts +0 -5
- package/src/components/RecordEdition/EditRecordModal/ValuesVersionSummary/ValuesVersionSummary.tsx +0 -57
- package/src/components/RecordEdition/EditRecordModal/ValuesVersionSummary/index.ts +0 -5
- package/src/components/RecordEdition/EditRecordModal/creationErrorContext.ts +0 -12
- package/src/components/RecordEdition/EditRecordModal/index.ts +0 -5
- package/src/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.test.tsx +0 -159
- package/src/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.tsx +0 -33
- package/src/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.test.tsx +0 -36
- package/src/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.tsx +0 -46
- package/src/components/RecordEdition/EditRecordSidebar/PropertiesList/index.ts +0 -5
- package/src/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.test.tsx +0 -50
- package/src/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.tsx +0 -107
- package/src/components/RecordEdition/EditRecordSidebar/RecordSummary/index.ts +0 -5
- package/src/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/AttributeDetails.tsx +0 -75
- package/src/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/index.ts +0 -5
- package/src/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/TreeValuePath.tsx +0 -56
- package/src/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/index.ts +0 -5
- package/src/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.tsx +0 -109
- package/src/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/ValueInfo.tsx +0 -106
- package/src/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/index.ts +0 -5
- package/src/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.tsx +0 -96
- package/src/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/index.ts +0 -5
- package/src/components/RecordEdition/EditRecordSidebar/ValueDetails/index.ts +0 -5
- package/src/components/RecordEdition/EditRecordSidebar/ValuesVersions/ValuesVersions.tsx +0 -91
- package/src/components/RecordEdition/EditRecordSidebar/ValuesVersions/index.ts +0 -5
- package/src/components/RecordEdition/EditRecordSidebar/index.ts +0 -5
- package/src/components/RecordEdition/editRecordModalReducer/editRecordModalReducer.test.ts +0 -174
- package/src/components/RecordEdition/editRecordModalReducer/editRecordModalReducer.ts +0 -155
- package/src/components/RecordEdition/editRecordModalReducer/editRecordModalReducerContext.ts +0 -15
- package/src/components/RecordEdition/editRecordModalReducer/index.ts +0 -5
- package/src/components/RecordEdition/editRecordModalReducer/useEditRecordModalReducer.ts +0 -7
- package/src/components/RecordEdition/index.ts +0 -4
- package/src/components/RecordPreviewWithModal/FileModal/FileModal.test.tsx +0 -357
- package/src/components/RecordPreviewWithModal/FileModal/FileModal.tsx +0 -71
- package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/AudioFile.tsx +0 -27
- package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/index.ts +0 -5
- package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/DocumentFile.tsx +0 -44
- package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/index.ts +0 -5
- package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalContent.tsx +0 -103
- package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/FileModalSidebar.tsx +0 -127
- package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/index.ts +0 -5
- package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/ImageFile.tsx +0 -52
- package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/index.ts +0 -5
- package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/NoDisplayFile.tsx +0 -79
- package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/index.ts +0 -5
- package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/VideoFile.tsx +0 -33
- package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/index.ts +0 -5
- package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/_types.ts +0 -11
- package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/index.ts +0 -5
- package/src/components/RecordPreviewWithModal/FileModal/_constants.ts +0 -5
- package/src/components/RecordPreviewWithModal/FileModal/index.ts +0 -5
- package/src/components/RecordPreviewWithModal/RecordPreviewWithModal.test.tsx +0 -48
- package/src/components/RecordPreviewWithModal/RecordPreviewWithModal.tsx +0 -84
- package/src/components/RecordPreviewWithModal/index.ts +0 -4
- package/src/components/SearchModal/SearchModal.test.tsx +0 -38
- package/src/components/SearchModal/SearchModal.tsx +0 -85
- package/src/components/SearchModal/index.ts +0 -4
- package/src/components/SelectTreeNode/SelectTreeNode.test.tsx +0 -100
- package/src/components/SelectTreeNode/SelectTreeNode.tsx +0 -232
- package/src/components/SelectTreeNode/index.ts +0 -4
- package/src/components/SelectTreeNodeModal/SelectTreeNodeModal.test.tsx +0 -35
- package/src/components/SelectTreeNodeModal/SelectTreeNodeModal.tsx +0 -75
- package/src/components/SelectTreeNodeModal/index.ts +0 -5
- package/src/components/SimpleErrorBoundary/SimpleErrorBoundary.test.tsx +0 -24
- package/src/components/SimpleErrorBoundary/SimpleErrorBoundary.tsx +0 -39
- package/src/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/SimpleErrorBoundaryContent.tsx +0 -41
- package/src/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/index.ts +0 -5
- package/src/components/SimpleErrorBoundary/index.ts +0 -4
- package/src/components/SubmitStateNotifier/SubmitStateNotifier.test.tsx +0 -13
- package/src/components/SubmitStateNotifier/SubmitStateNotifier.tsx +0 -83
- package/src/components/SubmitStateNotifier/_types.ts +0 -4
- package/src/components/SubmitStateNotifier/index.ts +0 -5
- package/src/components/TreePicker/TreePicker.test.tsx +0 -208
- package/src/components/TreePicker/TreePicker.tsx +0 -60
- package/src/components/TreePicker/TreesList/TreesList.tsx +0 -208
- package/src/components/TreePicker/TreesList/index.ts +0 -4
- package/src/components/TreePicker/index.ts +0 -4
- package/src/components/TriggerPreviewsGenerationModal/TriggerPreviewsGenerationModal.test.tsx +0 -161
- package/src/components/TriggerPreviewsGenerationModal/TriggerPreviewsGenerationModal.tsx +0 -146
- package/src/components/TriggerPreviewsGenerationModal/index.ts +0 -2
- package/src/components/UploadFiles/UploadFiles.test.tsx +0 -200
- package/src/components/UploadFiles/UploadFiles.tsx +0 -406
- package/src/components/UploadFiles/index.ts +0 -4
- package/src/components/ValuesVersionConfigurator/ValuesVersionConfigurator.test.tsx +0 -106
- package/src/components/ValuesVersionConfigurator/ValuesVersionConfigurator.tsx +0 -72
- package/src/components/ValuesVersionConfigurator/VersionTree/VersionTree.tsx +0 -125
- package/src/components/ValuesVersionConfigurator/VersionTree/index.ts +0 -5
- package/src/components/ValuesVersionConfigurator/index.ts +0 -5
- package/src/components/index.ts +0 -40
- package/src/constants.ts +0 -52
- package/src/contexts/LangContext/LangContext.tsx +0 -9
- package/src/contexts/LangContext/_types.ts +0 -9
- package/src/contexts/LangContext/index.ts +0 -5
- package/src/contexts/UserContext/UserContext.ts +0 -7
- package/src/contexts/UserContext/index.ts +0 -2
- package/src/contexts/UserContext/types.ts +0 -11
- package/src/contexts/index.ts +0 -5
- package/src/gqlFragments/index.ts +0 -4
- package/src/gqlFragments/recordIdentityFragment.ts +0 -21
- package/src/gqlPossibleTypes/index.ts +0 -28
- package/src/hooks/index.ts +0 -17
- package/src/hooks/useAntdLocale/index.ts +0 -4
- package/src/hooks/useAntdLocale/useAntdLocale.ts +0 -17
- package/src/hooks/useAppLang/index.ts +0 -4
- package/src/hooks/useAppLang/useAppLang.tsx +0 -39
- package/src/hooks/useAuth/index.ts +0 -4
- package/src/hooks/useAuth/useAuth.ts +0 -23
- package/src/hooks/useCanEditRecord/index.ts +0 -1
- package/src/hooks/useCanEditRecord/useCanEditRecord.test.tsx +0 -195
- package/src/hooks/useCanEditRecord/useCanEditRecord.ts +0 -71
- package/src/hooks/useExecuteAddViewMutation/useExecuteAddViewMutation.ts +0 -54
- package/src/hooks/useExecuteDeleteViewMutation/useExecuteDeleteViewMutation.ts +0 -29
- package/src/hooks/useGetLibraryDetailExtendedQuery/useGetLibraryDetailExtendedQuery.ts +0 -30
- package/src/hooks/useGetPreparedFileData/useGetPreparedFileData.ts +0 -54
- package/src/hooks/useGetRecordForm/index.ts +0 -5
- package/src/hooks/useGetRecordForm/useGetRecordForm.test.tsx +0 -159
- package/src/hooks/useGetRecordForm/useGetRecordForm.ts +0 -153
- package/src/hooks/useGetRecordUpdatesSubscription/index.ts +0 -4
- package/src/hooks/useGetRecordUpdatesSubscription/useGetRecordUpdatesSubscription.ts +0 -21
- package/src/hooks/useGetRecordValuesQuery/useGetRecordValuesQuery.ts +0 -82
- package/src/hooks/useLang/__mocks__/index.ts +0 -5
- package/src/hooks/useLang/__mocks__/useLang.tsx +0 -13
- package/src/hooks/useLang/index.ts +0 -5
- package/src/hooks/useLang/useLang.test.tsx +0 -34
- package/src/hooks/useLang/useLang.tsx +0 -17
- package/src/hooks/useLibraryVersionTrees/index.ts +0 -4
- package/src/hooks/useLibraryVersionTrees/useLibraryVersionTrees.test.tsx +0 -95
- package/src/hooks/useLibraryVersionTrees/useLibraryVersionTrees.ts +0 -35
- package/src/hooks/useLocalStorage/index.ts +0 -4
- package/src/hooks/useLocalStorage/useLocalStorage.ts +0 -23
- package/src/hooks/useRecordsConsultationHistory/index.ts +0 -5
- package/src/hooks/useRecordsConsultationHistory/useRecordsConsultationHistory.ts +0 -38
- package/src/hooks/useRefreshFieldValues/index.ts +0 -4
- package/src/hooks/useRefreshFieldValues/useRefreshFieldValues.test.tsx +0 -75
- package/src/hooks/useRefreshFieldValues/useRefreshFieldValues.ts +0 -63
- package/src/hooks/useRefreshToken/index.ts +0 -4
- package/src/hooks/useRefreshToken/useRefreshToken.ts +0 -34
- package/src/hooks/useSharedTranslation/__mocks__/index.ts +0 -4
- package/src/hooks/useSharedTranslation/__mocks__/useSharedTranslation.ts +0 -21
- package/src/hooks/useSharedTranslation/index.ts +0 -4
- package/src/hooks/useSharedTranslation/useSharedTranslation.ts +0 -45
- package/src/hooks/useUser/index.ts +0 -1
- package/src/hooks/useUser/useUser.test.tsx +0 -28
- package/src/hooks/useUser/useUser.ts +0 -15
- package/src/hooks/useValuesCacheUpdate/index.ts +0 -4
- package/src/hooks/useValuesCacheUpdate/useValuesCacheUpdate.ts +0 -56
- package/src/index.ts +0 -12
- package/src/locales/en/shared.json +0 -576
- package/src/locales/fr/shared.json +0 -578
- package/src/testing/MockedLangContextProvider/MockedLangContextProvider.tsx +0 -17
- package/src/testing/MockedLangContextProvider/index.ts +0 -5
- package/src/testing/MockedUserContextProvider/MockedUserContextProvider.tsx +0 -27
- package/src/testing/MockedUserContextProvider/index.ts +0 -5
- package/src/testing/index.ts +0 -4
- package/src/types/attributes.ts +0 -23
- package/src/types/index.ts +0 -8
- package/src/types/misc.ts +0 -3
- package/src/types/records.ts +0 -32
- package/src/types/scalars.ts +0 -4
- package/src/types/search.ts +0 -207
- package/src/types/trees.ts +0 -20
- package/src/types/values.ts +0 -8
- package/src/types/views.ts +0 -39
- package/tsconfig.build.json +0 -21
- package/tsconfig.json +0 -20
package/src/index.ts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
// Copyright LEAV Solutions 2017
|
|
2
|
-
// This file is released under LGPL V3
|
|
3
|
-
// License text available at https://www.gnu.org/licenses/lgpl-3.0.txt
|
|
4
|
-
export * from './antdTheme';
|
|
5
|
-
export * from './components';
|
|
6
|
-
export * from './constants';
|
|
7
|
-
export * from './contexts';
|
|
8
|
-
export * from './gqlFragments';
|
|
9
|
-
export * from './gqlPossibleTypes';
|
|
10
|
-
export * from './hooks';
|
|
11
|
-
export * from './testing';
|
|
12
|
-
export * from './types';
|
|
@@ -1,576 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"global": {
|
|
3
|
-
"submit": "Submit",
|
|
4
|
-
"cancel": "Cancel",
|
|
5
|
-
"close": "Close",
|
|
6
|
-
"id": "Identifier",
|
|
7
|
-
"search": "Search",
|
|
8
|
-
"info": "Information",
|
|
9
|
-
"total_count": "{{total}} elements",
|
|
10
|
-
"go_back_home": "Back Home",
|
|
11
|
-
"or": "or",
|
|
12
|
-
"details": "Details",
|
|
13
|
-
"select": "Select",
|
|
14
|
-
"edit": "Edit",
|
|
15
|
-
"delete": "Delete",
|
|
16
|
-
"duplicate": "Duplicate",
|
|
17
|
-
"refresh": "Refresh",
|
|
18
|
-
"element_not_found": "Element not found",
|
|
19
|
-
"apply": "Apply",
|
|
20
|
-
"processing": "Processing",
|
|
21
|
-
"done": "Done",
|
|
22
|
-
"clear": "Effacer",
|
|
23
|
-
"copy": "Copy",
|
|
24
|
-
"feature_not_available": "This feature will be available soon!",
|
|
25
|
-
"available_soon": "Soon",
|
|
26
|
-
"refresh_page": "Refresh Page",
|
|
27
|
-
"document_title": "LEAV Engine - {{appLabel}}",
|
|
28
|
-
"yes": "Yes",
|
|
29
|
-
"no": "No",
|
|
30
|
-
"create": "Create"
|
|
31
|
-
},
|
|
32
|
-
"errors": {
|
|
33
|
-
"default_language_required": "The default language is required",
|
|
34
|
-
"field_required": "The field {{fieldName}} is required",
|
|
35
|
-
"invalid_id_format": "The identifier must contain only letters, numbers, and underscores (eg. \"my_id\")",
|
|
36
|
-
"invalid_endpoint_format": "The endpoint must contain only letters, numbers, and dashes (eg. \"my-app\")",
|
|
37
|
-
"id_already_exists": "This ID already exists",
|
|
38
|
-
"endpoint_already_used": "This endpoint is already used",
|
|
39
|
-
"invalid_url_format": "Invalid URL"
|
|
40
|
-
},
|
|
41
|
-
"applications": {
|
|
42
|
-
"new_app": "New application",
|
|
43
|
-
"id": "Identifier",
|
|
44
|
-
"label": "Label",
|
|
45
|
-
"description": "Description",
|
|
46
|
-
"type": "Type",
|
|
47
|
-
"type_internal": "Internal",
|
|
48
|
-
"type_external": "External",
|
|
49
|
-
"module": "Module",
|
|
50
|
-
"endpoint": "Endpoint",
|
|
51
|
-
"url": "URL",
|
|
52
|
-
"libraries": "Accessible libraries",
|
|
53
|
-
"all_libraries": "All libraries",
|
|
54
|
-
"no_libraries": "No libraries",
|
|
55
|
-
"trees": "Accessible trees",
|
|
56
|
-
"all_trees": "All trees",
|
|
57
|
-
"no_trees": "No trees",
|
|
58
|
-
"info": "Information",
|
|
59
|
-
"color": "Color"
|
|
60
|
-
},
|
|
61
|
-
"libraries": {
|
|
62
|
-
"library": "Library",
|
|
63
|
-
"select_libraries": "Select libraries",
|
|
64
|
-
"id": "Identifier",
|
|
65
|
-
"label": "Label",
|
|
66
|
-
"search": "Search",
|
|
67
|
-
"new_library": "New library",
|
|
68
|
-
"behavior": "Behavior",
|
|
69
|
-
"behavior_standard": "Standard",
|
|
70
|
-
"behavior_files": "Files",
|
|
71
|
-
"behavior_directories": "Directories",
|
|
72
|
-
"record_identity": "ID card of records",
|
|
73
|
-
"preview": "Preview",
|
|
74
|
-
"color": "Color",
|
|
75
|
-
"treeColorPreview": "Tree for default color and preview",
|
|
76
|
-
"subLabel":"Sub label",
|
|
77
|
-
"info": "Information",
|
|
78
|
-
"attributes": "Attributes",
|
|
79
|
-
"delete": "Delete library",
|
|
80
|
-
"delete_confirm": "Do you really want to delete this library?",
|
|
81
|
-
"delete_confirm_warning": "Warning: this action is irreversible and will delete all records in this library.",
|
|
82
|
-
"indexation": "Indexation",
|
|
83
|
-
"indexation_in_progress": "Indexation in progress",
|
|
84
|
-
"sync_indexation": "Synchronize",
|
|
85
|
-
"indexed_attributes": "Indexed attributes",
|
|
86
|
-
"previews_settings": {
|
|
87
|
-
"title": "Previews settings",
|
|
88
|
-
"label": "Label",
|
|
89
|
-
"description": "Description",
|
|
90
|
-
"background": "Background",
|
|
91
|
-
"density": "Density",
|
|
92
|
-
"transparent": "Transparent",
|
|
93
|
-
"color": "Color",
|
|
94
|
-
"sizes": "Sizes",
|
|
95
|
-
"size_name": "Identifier",
|
|
96
|
-
"size": "Size",
|
|
97
|
-
"add_size": "Add size",
|
|
98
|
-
"delete_size_confirm": "Do you really want to delete this size?",
|
|
99
|
-
"duplicate_size_name": "This identifier is already used",
|
|
100
|
-
"add_settings": "Add version"
|
|
101
|
-
}
|
|
102
|
-
},
|
|
103
|
-
"attributes": {
|
|
104
|
-
"attribute": "Attribute",
|
|
105
|
-
"type": "Type",
|
|
106
|
-
"type_simple": "Simple",
|
|
107
|
-
"type_simple_link": "Simple link",
|
|
108
|
-
"type_advanced": "Advanced",
|
|
109
|
-
"type_advanced_link": "Advanced link",
|
|
110
|
-
"type_tree": "Tree",
|
|
111
|
-
"format": "Format",
|
|
112
|
-
"format_boolean": "Boolean",
|
|
113
|
-
"format_date": "Date",
|
|
114
|
-
"format_date_range": "Date range",
|
|
115
|
-
"format_encrypted": "Encrypted",
|
|
116
|
-
"format_extended": "Extended",
|
|
117
|
-
"format_numeric": "Numeric",
|
|
118
|
-
"format_text": "Text",
|
|
119
|
-
"format_color": "Color",
|
|
120
|
-
"format_rich_text": "Rich Text",
|
|
121
|
-
"delete_confirm": "Do you really want to delete this attribute?",
|
|
122
|
-
"add_attribute": "Add attribute",
|
|
123
|
-
"select_attributes": "Select attributes",
|
|
124
|
-
"select_indexed_attributes": "Select indexed attributes",
|
|
125
|
-
"new_attribute": "New attribute",
|
|
126
|
-
"label": "Label",
|
|
127
|
-
"description": "Description",
|
|
128
|
-
"readonly":"Read only",
|
|
129
|
-
"unique": "Unique values",
|
|
130
|
-
"multiple_values": "Multiple values",
|
|
131
|
-
"values_versions": "Values versions",
|
|
132
|
-
"versionable": "Versionable",
|
|
133
|
-
"versions_profile": "Profile",
|
|
134
|
-
"versions_mode": "Mode",
|
|
135
|
-
"versions_mode_simple": "Simple",
|
|
136
|
-
"versions_mode_smart": "Smart",
|
|
137
|
-
"linked_library": "Linked library",
|
|
138
|
-
"select_linked_library": "Select library",
|
|
139
|
-
"linked_tree": "Linked tree",
|
|
140
|
-
"select_linked_tree": "Select a tree",
|
|
141
|
-
"delete": "Delete attribute",
|
|
142
|
-
"delete_confirm_warning": "Warning: this action is irreversible and will delete all values"
|
|
143
|
-
},
|
|
144
|
-
"trees": {
|
|
145
|
-
"tree": "Tree",
|
|
146
|
-
"label": "Label",
|
|
147
|
-
"new_tree": "New tree",
|
|
148
|
-
"select_trees": "Select trees",
|
|
149
|
-
"behavior": "Behavior",
|
|
150
|
-
"behavior_standard": "Standard",
|
|
151
|
-
"behavior_files": "Files",
|
|
152
|
-
"linked_libraries": "Linked libraries",
|
|
153
|
-
"allowed_multiple_positions": "Allowed multiple positions",
|
|
154
|
-
"add_libraries": "Add libraries",
|
|
155
|
-
"no_linked_libraries": "No linked libraries",
|
|
156
|
-
"no_children_allowed": "No children allowed",
|
|
157
|
-
"all_children_allowed": "All children allowed",
|
|
158
|
-
"libraries": "Libraries",
|
|
159
|
-
"advanced_settings": "Advanced settings",
|
|
160
|
-
"delete": "Delete tree",
|
|
161
|
-
"delete_confirm": "Do you really want to delete this tree?",
|
|
162
|
-
"delete_confirm_warning": "Warning: this action is irreversible"
|
|
163
|
-
},
|
|
164
|
-
"lang": {
|
|
165
|
-
"fr": "French",
|
|
166
|
-
"en": "English"
|
|
167
|
-
},
|
|
168
|
-
"items_list": {
|
|
169
|
-
"all_sheets": "All sheets",
|
|
170
|
-
"filters": "Filters",
|
|
171
|
-
"sorts": "Sorts",
|
|
172
|
-
"groups": "Groups",
|
|
173
|
-
"columns": "Columns",
|
|
174
|
-
"new": "New",
|
|
175
|
-
"display_type": "Display",
|
|
176
|
-
"header_table": "Items from {{libName}}",
|
|
177
|
-
"show-filter-panel": "Show filters",
|
|
178
|
-
"show_more_links": "Show more",
|
|
179
|
-
"deactivate_records": "Deactivate records",
|
|
180
|
-
"no_data": "Your search did not match any documents",
|
|
181
|
-
"new_record": "New element",
|
|
182
|
-
"import_data": "Import data",
|
|
183
|
-
"table": {
|
|
184
|
-
"preview": "Preview",
|
|
185
|
-
"selected": "Selected",
|
|
186
|
-
"id": "Id",
|
|
187
|
-
"actions": "Actions",
|
|
188
|
-
"infos": "Information",
|
|
189
|
-
"label": "Label",
|
|
190
|
-
"ad_label": "Ad Label",
|
|
191
|
-
"ean": "EAN",
|
|
192
|
-
"category": "Category",
|
|
193
|
-
"op_code": "Operation Code",
|
|
194
|
-
"header-cell-menu": {
|
|
195
|
-
"sort-ascend": "Sort Ascend",
|
|
196
|
-
"sort-descend": "Sort Descend",
|
|
197
|
-
"cancel-sort": "Cancel Sort",
|
|
198
|
-
"sort-advance": "Sort Advance",
|
|
199
|
-
"regroup": "regroup",
|
|
200
|
-
"choose-columns": "Choose Columns",
|
|
201
|
-
"hide-column": "Hide column"
|
|
202
|
-
},
|
|
203
|
-
"actions-tooltips": {
|
|
204
|
-
"informations": "Information",
|
|
205
|
-
"expand": "Expand",
|
|
206
|
-
"remove": "Remove",
|
|
207
|
-
"more": "More",
|
|
208
|
-
"favorite": "Favorite"
|
|
209
|
-
},
|
|
210
|
-
"pagination": {
|
|
211
|
-
"per-page": "{{pagination}} / page"
|
|
212
|
-
}
|
|
213
|
-
},
|
|
214
|
-
"display": {
|
|
215
|
-
"small": "small",
|
|
216
|
-
"medium": "medium",
|
|
217
|
-
"big": "big",
|
|
218
|
-
"tile": "Gallery"
|
|
219
|
-
},
|
|
220
|
-
"not_in_app": "This library is not available in this application"
|
|
221
|
-
},
|
|
222
|
-
"items-list-row": {
|
|
223
|
-
"nb-elements": "{{nbItems}} results",
|
|
224
|
-
"switch-to-selection-mode": "Switch to selection mode",
|
|
225
|
-
"edit": "Edit the record",
|
|
226
|
-
"select-only": "only",
|
|
227
|
-
"select-all": "all"
|
|
228
|
-
},
|
|
229
|
-
"items-menu-dropdown": {
|
|
230
|
-
"select-all": "Select All ({{nb}})",
|
|
231
|
-
"select-visible": "Select Visible ({{nb}})",
|
|
232
|
-
"items-display": "Number of items per page"
|
|
233
|
-
},
|
|
234
|
-
"filters": {
|
|
235
|
-
"trees-group": "Trees",
|
|
236
|
-
"attributes-group": "Attributes",
|
|
237
|
-
"libraries-group": "Libraries",
|
|
238
|
-
"filters": "Filters",
|
|
239
|
-
"contains": "Contains",
|
|
240
|
-
"not-contains": "Don't Contain",
|
|
241
|
-
"classified-in": "Classified in",
|
|
242
|
-
"not-classified-in": "Not classified in",
|
|
243
|
-
"equal": "Is Equal",
|
|
244
|
-
"not-equal": "Isn't Equal",
|
|
245
|
-
"through": "Through",
|
|
246
|
-
"begin-with": "Begin With",
|
|
247
|
-
"end-with": "End With",
|
|
248
|
-
"is-empty": "Is Empty",
|
|
249
|
-
"is-not-empty": "Is Not Empty",
|
|
250
|
-
"greater-than": "Greater than",
|
|
251
|
-
"less-than": "Lower than",
|
|
252
|
-
"exist": "Existing Value",
|
|
253
|
-
"search-in": "Search In...",
|
|
254
|
-
"select": "Select",
|
|
255
|
-
"before": "Before",
|
|
256
|
-
"after": "After",
|
|
257
|
-
"today": "Today",
|
|
258
|
-
"tomorrow": "Tomorrow",
|
|
259
|
-
"yesterday": "Yesterday",
|
|
260
|
-
"last-month": "Last month",
|
|
261
|
-
"next-month": "Next month",
|
|
262
|
-
"between": "Between",
|
|
263
|
-
"start-on": "Start on",
|
|
264
|
-
"start-after": "Starts after",
|
|
265
|
-
"start-before": "Starts before",
|
|
266
|
-
"end-on": "Ends on",
|
|
267
|
-
"end-after": "Ends after",
|
|
268
|
-
"end-before": "Ends before",
|
|
269
|
-
"values-count-equal": "Values count equal",
|
|
270
|
-
"values-count-greater-than": "Values count greater than",
|
|
271
|
-
"values-count-lower-than": "Values count lower than",
|
|
272
|
-
"where": "Where",
|
|
273
|
-
"label": "Label",
|
|
274
|
-
"value": "Value",
|
|
275
|
-
"apply": "Apply",
|
|
276
|
-
"and": "And",
|
|
277
|
-
"or": "Or",
|
|
278
|
-
"attributes": "Attributes",
|
|
279
|
-
"trees": "Trees",
|
|
280
|
-
"filters-options": "Filters Options",
|
|
281
|
-
"add-filters": "Add filters",
|
|
282
|
-
"disable-filters": "Disable all filters",
|
|
283
|
-
"enable-filters": "Enable all filters",
|
|
284
|
-
"remove-filters": "Remove all filters",
|
|
285
|
-
"add-separator": "Add request",
|
|
286
|
-
"search-active": "Can't apply filters while the search is active",
|
|
287
|
-
"no-filters": "No filter to apply",
|
|
288
|
-
"submit": "Apply filters",
|
|
289
|
-
"deactivate": "Deactivate",
|
|
290
|
-
"activate": "Activate",
|
|
291
|
-
"add": "Add",
|
|
292
|
-
"add-condition": "Add condition"
|
|
293
|
-
},
|
|
294
|
-
"filter-item": {
|
|
295
|
-
"no-operator": "If"
|
|
296
|
-
},
|
|
297
|
-
"attributes-list": {
|
|
298
|
-
"add": "Add filters",
|
|
299
|
-
"cancel": "Cancel",
|
|
300
|
-
"search": "Search...",
|
|
301
|
-
"items-selected": {
|
|
302
|
-
"library": "Library"
|
|
303
|
-
}
|
|
304
|
-
},
|
|
305
|
-
"create_directory": {
|
|
306
|
-
"title": "Create directory",
|
|
307
|
-
"select_path_step_title": "Select a path",
|
|
308
|
-
"choose_name_step_title": "Choose a directory name",
|
|
309
|
-
"create_step_title": "Create",
|
|
310
|
-
"directory_name": "Directory name",
|
|
311
|
-
"next": "Next",
|
|
312
|
-
"previous": "Previous",
|
|
313
|
-
"duplicate_modal": {
|
|
314
|
-
"title": "This directory already exists",
|
|
315
|
-
"message": "A directory with the name \"{{directoryName}}\" already exists in this location."
|
|
316
|
-
}
|
|
317
|
-
},
|
|
318
|
-
"import": {
|
|
319
|
-
"title": "Data import",
|
|
320
|
-
"file_selection": "Select file",
|
|
321
|
-
"file_selection_instruction": "Click or drag file",
|
|
322
|
-
"file_selection_restriction": "Allowed format: {{allowedFormat}}",
|
|
323
|
-
"start": "Start import",
|
|
324
|
-
"in_progress": "Import in progress",
|
|
325
|
-
"data_overview": "Data Overview",
|
|
326
|
-
"file_configuration": "Configuration",
|
|
327
|
-
"import_schedule": "Schedule import",
|
|
328
|
-
"import_schedule_title": "Schedule time",
|
|
329
|
-
"import_done": "File import completed",
|
|
330
|
-
"import_done_description": "Progress available in notifications panel",
|
|
331
|
-
"import_done_open_notifications": "Open notifications panel",
|
|
332
|
-
"import_success": "Successfully imported",
|
|
333
|
-
"import_failure": "Import failed",
|
|
334
|
-
"import_notification_title": "New import as background task",
|
|
335
|
-
"import_notification_description": "Scheduled at",
|
|
336
|
-
"empty_file": "Empty file",
|
|
337
|
-
"mapping": "Mapping",
|
|
338
|
-
"attribute_selection": "Select an attribute",
|
|
339
|
-
"key": "Select reference attribute",
|
|
340
|
-
"library": "Library",
|
|
341
|
-
"type": "Import type",
|
|
342
|
-
"types": {
|
|
343
|
-
"IGNORE": "Ignore",
|
|
344
|
-
"STANDARD": "Standard",
|
|
345
|
-
"LINK": "Link"
|
|
346
|
-
},
|
|
347
|
-
"select_mode": "Select mode",
|
|
348
|
-
"mode": "Import mode",
|
|
349
|
-
"modes": {
|
|
350
|
-
"update": "Update only",
|
|
351
|
-
"insert": "Insert only",
|
|
352
|
-
"upsert": "Update and insert"
|
|
353
|
-
},
|
|
354
|
-
"import_key": "Import key",
|
|
355
|
-
"select_import_key": "Select key",
|
|
356
|
-
"link_key": "Link key",
|
|
357
|
-
"link_attribute": "Link attribute",
|
|
358
|
-
"select_library": "Select library",
|
|
359
|
-
"select_type": "Select type",
|
|
360
|
-
"select_link_attribute": "Select attribute",
|
|
361
|
-
"do_not_import": "Do not import",
|
|
362
|
-
"settings_errors": {
|
|
363
|
-
"MAPPING": "Please select at least one attribute",
|
|
364
|
-
"KEY": "Please select an import key",
|
|
365
|
-
"KEY_TO": "Please select a link key",
|
|
366
|
-
"TYPE": "Please select a type",
|
|
367
|
-
"MODE": "Please select a mode",
|
|
368
|
-
"LIBRARY": "Please select a library",
|
|
369
|
-
"LINK_ATTRIBUTE": "Please select a link attribute"
|
|
370
|
-
},
|
|
371
|
-
"tree_link_library": "Linked library",
|
|
372
|
-
"first_line_info": "First line must contain columns names"
|
|
373
|
-
},
|
|
374
|
-
"error": {
|
|
375
|
-
"error_occurred": "An error occurred",
|
|
376
|
-
"access_denied": "Access denied",
|
|
377
|
-
"access_denied_details": "You are not allowed to access this element, please contact an administrator",
|
|
378
|
-
"graphql_error_occurred": "An error ocurred: {{error}}",
|
|
379
|
-
"network_error_occurred": "An network error occurred",
|
|
380
|
-
"network_error_occured_details": "Unable to connect to server. Please check your Internet connection.",
|
|
381
|
-
"PERMISSION_ERROR": "You are not allowed to perform this action",
|
|
382
|
-
"INTERNAL_ERROR": "An internal error occurred",
|
|
383
|
-
"page_not_found": "Page not found"
|
|
384
|
-
},
|
|
385
|
-
"floating_menu": {
|
|
386
|
-
"more_actions": "More"
|
|
387
|
-
},"record_edition": {
|
|
388
|
-
"no_form_error": "No form available",
|
|
389
|
-
"invalid_format": "Invalid format",
|
|
390
|
-
"missing_attribute": "Missing attribute",
|
|
391
|
-
"modified_at": "Modified at",
|
|
392
|
-
"created_at": "Created at",
|
|
393
|
-
"link_created_at": "Linked at",
|
|
394
|
-
"add_value": "Add value",
|
|
395
|
-
"add_value_link": "Add link",
|
|
396
|
-
"delete_value_confirm": "Do you really want to delete this value?",
|
|
397
|
-
"whoAmI": "Information",
|
|
398
|
-
"no_value": "No value",
|
|
399
|
-
"value_details": "Value details",
|
|
400
|
-
"link_details": "Link details",
|
|
401
|
-
"by": "by",
|
|
402
|
-
"no_matching_value": "No matching value",
|
|
403
|
-
"copy_value": "Copy",
|
|
404
|
-
"new_value": "New value",
|
|
405
|
-
"advanced_search": "Advanced search",
|
|
406
|
-
"search_elements": "Search elements",
|
|
407
|
-
"values_list": "Values List",
|
|
408
|
-
"new_record": "Create",
|
|
409
|
-
"value_details_section": "Value",
|
|
410
|
-
"link_value_details_section": "Linked record",
|
|
411
|
-
"attribute_details_section": "More details...",
|
|
412
|
-
"path_section": "Path",
|
|
413
|
-
"start_typing_message": "Start typing to search elements",
|
|
414
|
-
"metadata_section": "Value properties",
|
|
415
|
-
"metadata_section_link": "Link properties",
|
|
416
|
-
"value_length": "{{length}} characters",
|
|
417
|
-
"delete_all_values": "Delete all values",
|
|
418
|
-
"delete_all_values_confirm": "Do you really want to delete all values?",
|
|
419
|
-
"value_details_tooltip": "More details",
|
|
420
|
-
"attribute": {
|
|
421
|
-
"id": "Identifier",
|
|
422
|
-
"info_title": "Attribute info",
|
|
423
|
-
"type": "Type",
|
|
424
|
-
"format": "Format",
|
|
425
|
-
"type_simple": "Simple",
|
|
426
|
-
"type_simple_link": "Simple link",
|
|
427
|
-
"type_advanced": "Advanced",
|
|
428
|
-
"type_advanced_link": "Advanced link",
|
|
429
|
-
"type_tree": "Tree",
|
|
430
|
-
"format_boolean": "Boolean",
|
|
431
|
-
"format_date": "Date",
|
|
432
|
-
"format_encrypted": "Encrypted",
|
|
433
|
-
"format_extended": "Extended",
|
|
434
|
-
"format_numeric": "Numeric",
|
|
435
|
-
"format_text": "Text",
|
|
436
|
-
"format_color": "Color",
|
|
437
|
-
"format_rich_text": "Rich Text"
|
|
438
|
-
},
|
|
439
|
-
"date_range_value": "From {{from}} to {{to}}",
|
|
440
|
-
"external_update_warning": "This record has been updated by {{modifiers}}",
|
|
441
|
-
"field_external_update": "This field has been updated"
|
|
442
|
-
},
|
|
443
|
-
"record_summary": {
|
|
444
|
-
"id": "Identifier",
|
|
445
|
-
"label": "Label",
|
|
446
|
-
"library": "Library",
|
|
447
|
-
"created_at": "Created on",
|
|
448
|
-
"created_at_value": "{{date}} by {{user}}",
|
|
449
|
-
"modified_at": "Modified on",
|
|
450
|
-
"modified_at_value": "{{date}} by {{user}}"
|
|
451
|
-
},
|
|
452
|
-
"view": {
|
|
453
|
-
"views": "Views",
|
|
454
|
-
"search": "Search view",
|
|
455
|
-
"my-views": "My views",
|
|
456
|
-
"shared-views": "Shared",
|
|
457
|
-
"type-list": "List",
|
|
458
|
-
"type-cards": "Gallery",
|
|
459
|
-
"type-timeline": "View Timeline",
|
|
460
|
-
"default": "Default view",
|
|
461
|
-
"delete": "Delete",
|
|
462
|
-
"rename": "Rename",
|
|
463
|
-
"see-more": "See more",
|
|
464
|
-
"add-view": {
|
|
465
|
-
"title": "New view",
|
|
466
|
-
"label": "Name",
|
|
467
|
-
"description": "Description",
|
|
468
|
-
"type": "Type",
|
|
469
|
-
"shared": "Shared",
|
|
470
|
-
"color": "Color"
|
|
471
|
-
},
|
|
472
|
-
"edit-view": {
|
|
473
|
-
"title": "Edit view",
|
|
474
|
-
"label": "Name",
|
|
475
|
-
"description": "Description",
|
|
476
|
-
"type": "Type",
|
|
477
|
-
"shared": "Shared",
|
|
478
|
-
"color": "Color"
|
|
479
|
-
},
|
|
480
|
-
"show_transparency": "Show transparency",
|
|
481
|
-
"hide_transparency": "Hide transparency"
|
|
482
|
-
},
|
|
483
|
-
"export": {
|
|
484
|
-
"title": "Export",
|
|
485
|
-
"start": "Start export",
|
|
486
|
-
"attributes_selection": "Attributes selection",
|
|
487
|
-
"export_generation": "Export generation",
|
|
488
|
-
"export_done": "Export started",
|
|
489
|
-
"export_done_description": "Progress available in notifications panel",
|
|
490
|
-
"export_done_open_notifications": "Open notifications panel",
|
|
491
|
-
"download_file": "Download file",
|
|
492
|
-
"export_notification_title": "New export running in background",
|
|
493
|
-
"export_notification_description": "Scheduled for"
|
|
494
|
-
},
|
|
495
|
-
"upload": {
|
|
496
|
-
"title": "Upload files",
|
|
497
|
-
"select_path_step_title": "Select a path",
|
|
498
|
-
"select_files_step_title": "Select files",
|
|
499
|
-
"upload_step_title": "Upload",
|
|
500
|
-
"next": "Next",
|
|
501
|
-
"previous": "Previous",
|
|
502
|
-
"dragger_content": "Click or drag file to this area",
|
|
503
|
-
"replace_modal": {
|
|
504
|
-
"title": "This file already exists",
|
|
505
|
-
"replaceBtn": "Replace",
|
|
506
|
-
"keepBtn": "Keep both",
|
|
507
|
-
"message": "A file with the name \"{{filename}}\" already exists at this location. What would you like to do?",
|
|
508
|
-
"applyToAll": "Apply to all"
|
|
509
|
-
}
|
|
510
|
-
},
|
|
511
|
-
"records_deactivation": {
|
|
512
|
-
"title": "Deactivate records",
|
|
513
|
-
"title_one": "Deactivate",
|
|
514
|
-
"confirm": "Do you really want to deactivate the selected records?",
|
|
515
|
-
"confirm_one": "Do you really want to deactivate this record?"
|
|
516
|
-
},
|
|
517
|
-
"table-columns-selection": {
|
|
518
|
-
"header": "Columns available",
|
|
519
|
-
"cancel": "Cancel",
|
|
520
|
-
"submit": "Update Columns"
|
|
521
|
-
},
|
|
522
|
-
"search": {
|
|
523
|
-
"placeholder": "Search in library",
|
|
524
|
-
"explain-cancel": "Cancel search",
|
|
525
|
-
"type": {
|
|
526
|
-
"navigation": "Navigation",
|
|
527
|
-
"search": "Search"
|
|
528
|
-
}
|
|
529
|
-
},
|
|
530
|
-
"values_version": {
|
|
531
|
-
"title": "Values versions",
|
|
532
|
-
"version": "Version",
|
|
533
|
-
"select_version": "Select a version",
|
|
534
|
-
"apply": "Apply",
|
|
535
|
-
"inherited_value": "inherited value",
|
|
536
|
-
"inherited_from": "Inherited from",
|
|
537
|
-
"reset": "Reset"
|
|
538
|
-
},
|
|
539
|
-
"file_data": {
|
|
540
|
-
"path": "Path",
|
|
541
|
-
"no_preview": "Preview unavailable",
|
|
542
|
-
"directory": "Dossier",
|
|
543
|
-
"previews_generation_pending": "Preview generation pending"
|
|
544
|
-
},
|
|
545
|
-
"lib_detail": {
|
|
546
|
-
"id": "Id",
|
|
547
|
-
"lib_info": "Library Information",
|
|
548
|
-
"elements": "elements",
|
|
549
|
-
"search_saves": "Your search saves",
|
|
550
|
-
"search_all": "Search All",
|
|
551
|
-
"add_filter": "Add Filter",
|
|
552
|
-
"last_views": "Last Views",
|
|
553
|
-
"new": "New",
|
|
554
|
-
"not_found": "Unknown library \"{{libraryId}}\""
|
|
555
|
-
},
|
|
556
|
-
"tree-node-selection": {
|
|
557
|
-
"title": "Select Tree Node",
|
|
558
|
-
"show_more": "Next items..."
|
|
559
|
-
},
|
|
560
|
-
"files": {
|
|
561
|
-
"generate_previews": "Generate previews",
|
|
562
|
-
"previews_generation_confirm": "Do you really want to generate previews?",
|
|
563
|
-
"previews_generation_failed_only": "Only if previous generation failed",
|
|
564
|
-
"previews_generation_success": "Previews generation started",
|
|
565
|
-
"previews_generation_nothing_to_do": "No preview to generate",
|
|
566
|
-
"previews_generation_select_all": "All versions"
|
|
567
|
-
},
|
|
568
|
-
"menu-selection": {
|
|
569
|
-
"nb-selected": "Selection {{nbSelected}} / {{total}}",
|
|
570
|
-
"quit": "Quit selection mode",
|
|
571
|
-
"actions": "Actions",
|
|
572
|
-
"all-selected-enabled": "All selected mode enabled",
|
|
573
|
-
"all-selected-disabled": "All selected mode disabled",
|
|
574
|
-
"unselect-all": "Unselect All"
|
|
575
|
-
}
|
|
576
|
-
}
|