@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 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StandardFieldValue.js","sourceRoot":"","sources":["../../../../../../../src/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/StandardFieldValue.tsx"],"names":[],"mappings":";AAAA,gCAAgC;AAChC,sCAAsC;AACtC,sEAAsE;AACtE,OAAO,EAAC,aAAa,EAAE,yBAAyB,EAAC,MAAM,mBAAmB,CAAC;AAE3E,OAAO,EAAC,MAAM,EAAE,IAAI,EAAE,KAAK,EAAY,OAAO,EAAE,KAAK,EAAE,KAAK,EAAC,MAAM,MAAM,CAAC;AAC1E,OAAO,MAAM,MAAM,QAAQ,CAAC;AAC5B,OAAO,KAAK,EAAE,EAAmB,SAAS,EAAE,MAAM,EAAC,MAAM,OAAO,CAAC;AACjE,OAAO,MAAmB,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAC,SAAS,EAAC,MAAM,eAAe,CAAC;AACxC,OAAO,EAAC,YAAY,EAAqB,MAAM,gBAAgB,CAAC;AAChE,OAAO,MAAM,MAAM,uBAAuB,CAAC;AAC3C,OAAO,cAAc,MAAM,+DAA+D,CAAC;AAC3F,OAAO,mBAAmB,MAAM,oEAAoE,CAAC;AACrG,OAAO,gBAAgB,MAAM,iEAAiE,CAAC;AAC/F,OAAO,eAAe,MAAM,gEAAgE,CAAC;AAC7F,OAAO,gBAAgB,MAAM,iEAAiE,CAAC;AAC/F,OAAO,sBAAsB,MAAM,uEAAuE,CAAC;AAC3G,OAAO,EACH,UAAU,EAIb,MAAM,gDAAgD,CAAC;AACxD,OAAO,EAAC,6BAA6B,EAAC,MAAM,4EAA4E,CAAC;AACzH,OAAO,EAAC,yBAAyB,EAAC,MAAM,+EAA+E,CAAC;AACxH,OAAO,EAAC,oBAAoB,EAAC,MAAM,gCAAgC,CAAC;AACpE,OAAO,EACH,eAAe,EAIlB,MAAM,eAAe,CAAC;AACvB,OAAO,EAAC,uBAAuB,EAAC,MAAM,YAAY,CAAC;AACnD,OAAO,EAIH,UAAU,EAEV,gCAAgC,EAChC,uBAAuB,EAC1B,MAAM,6DAA6D,CAAC;AACrE,OAAO,aAAa,MAAM,wBAAwB,CAAC;AACnD,OAAO,UAAU,MAAM,qBAAqB,CAAC;AAC7C,OAAO,SAAS,MAAM,oBAAoB,CAAC;AAC3C,OAAO,cAAc,MAAM,yBAAyB,CAAC;AACrD,OAAO,cAAc,MAAM,yBAAyB,CAAC;AACrD,OAAO,WAAW,MAAM,sBAAsB,CAAC;AAC/C,OAAO,SAAS,MAAM,oBAAoB,CAAC;AAC3C,OAAO,UAAU,MAAM,cAAc,CAAC;AAGtC,MAAM,YAAY,GAAG,MAAM,CAAC,GAAG,CAAA;aAClB,SAAS,CAAC,UAAU;;CAEhC,CAAC;AAEF,MAAM,WAAW,GAAG,MAAM,CAAC,GAAG,CAAuB;;eAEtC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;CACzC,CAAC;AAEF,MAAM,YAAY,GAAG,MAAM,CAAC,GAAG,CAAuB;;;;sBAIhC,SAAS,CAAC,SAAS;;;;;;;MAOnC,WAAW;;;;MAIX,WAAW;;;;;MAKX,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;iBAyBA,SAAS,CAAC,kBAAkB;;;;;;;;;;;;;;;sBAevB,SAAS,CAAC,SAAS;;;;;;;;;;;;;MAanC,WAAW;MACX,WAAW;MACX,WAAW;MACX,WAAW;;;;;;;;;;;;;;;;CAgBhB,CAAC;AAEF,MAAM,cAAc,GAAG,MAAM,CAAC,GAAG,CAAA;;;;;CAKhC,CAAC;AAEF,MAAM,cAAc,GAAG,MAAM,CAAC,GAAG,CAAA;;;;;;;;CAQhC,CAAC;AAEF,MAAM,QAAQ,GAAG,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAA;;;;CAIjC,CAAC;AAEF,MAAM,mBAAmB,GAAG,KAAK,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,MAAM,CAAC,8BAA8B,CAAC,CAAC,CAAC;AAErF,MAAM,sBAAsB,GAA+E;IACvG,CAAC,eAAe,CAAC,IAAI,CAAC,EAAE,SAAS;IACjC,CAAC,eAAe,CAAC,IAAI,CAAC,EAAE,SAAS;IACjC,CAAC,eAAe,CAAC,UAAU,CAAC,EAAE,cAAc;IAC5C,CAAC,eAAe,CAAC,OAAO,CAAC,EAAE,aAAa;IACxC,CAAC,eAAe,CAAC,OAAO,CAAC,EAAE,WAAW;IACtC,CAAC,eAAe,CAAC,SAAS,CAAC,EAAE,cAAc;IAC3C,CAAC,eAAe,CAAC,QAAQ,CAAC,EAAE,SAAS;IACrC,CAAC,eAAe,CAAC,KAAK,CAAC,EAAE,UAAU;IACnC,CAAC,eAAe,CAAC,SAAS,CAAC,EAAE,mBAAmB;CACnD,CAAC;AAeF,SAAS,kBAAkB,CAAC,EACxB,KAAK,EAAE,UAAU,EACjB,QAAQ,EACR,QAAQ,EACR,aAAa,EACb,KAAK,EACL,QAAQ,EACe;;IACvB,MAAM,EAAC,CAAC,EAAE,IAAI,EAAC,GAAG,oBAAoB,EAAE,CAAC;IACzC,MAAM,EAAC,KAAK,EAAC,GAAG,KAAK,CAAC,QAAQ,EAAE,CAAC;IAEjC,MAAM,iBAAiB,GAAG,MAAM,EAAkB,CAAC;IACnD,MAAM,QAAQ,GAAG,MAAM,EAAyB,CAAC;IAEjD,MAAM,EAAC,KAAK,EAAE,eAAe,EAAE,QAAQ,EAAE,kBAAkB,EAAC,GAAG,yBAAyB,EAAE,CAAC;IAE3F,MAAM,SAAS,GAAG,KAAK,CAAC,WAAW,CAAC,SAAyD,CAAC;IAE9F,MAAM,mBAAmB,GAAG,CAAC,CAAC,CAAA,MAAA,SAAS,aAAT,SAAS,uBAAT,SAAS,CAAE,WAAW,0CAAE,MAAM,CAAA,CAAC;IAC7D,MAAM,gBAAgB,GAAG,CAAC,CAAC,CAAA,MAAA,SAAS,aAAT,SAAS,uBAAT,SAAS,CAAE,WAAW,0CAAE,cAAc,CAAA,CAAC;IAElE,qCAAqC;IACrC,SAAS,CAAC,GAAG,EAAE;;QACX,IAAI,UAAU,CAAC,SAAS,EAAE;YACtB,MAAA,iBAAiB,aAAjB,iBAAiB,uBAAjB,iBAAiB,CAAE,OAAO,0CAAE,cAAc,CAAC,EAAC,KAAK,EAAE,SAAS,EAAC,CAAC,CAAC;SAClE;IACL,CAAC,EAAE,CAAC,UAAU,CAAC,SAAS,CAAC,CAAC,CAAC;IAE3B,wDAAwD;IACxD,SAAS,CAAC,GAAG,EAAE;QACX,IAAI,eAAe,CAAC,WAAW,KAAK,IAAI,IAAI,UAAU,CAAC,SAAS,EAAE;YAC9D,QAAQ,CAAC;gBACL,IAAI,EAAE,gCAAgC,CAAC,cAAc;gBACrD,OAAO,EAAE,UAAU,CAAC,OAAO;aAC9B,CAAC,CAAC;SACN;IACL,CAAC,EAAE,CAAC,eAAe,CAAC,WAAW,CAAC,CAAC,CAAC;IAElC,SAAS,CAAC,GAAG,EAAE;QACX,IAAI,UAAU,CAAC,SAAS,EAAE;YACtB,kBAAkB,CAAC;gBACf,IAAI,EAAE,6BAA6B,CAAC,iBAAiB;gBACrD,KAAK,EAAE,UAAU,CAAC,YAAY;aACjC,CAAC,CAAC;SACN;IACL,CAAC,EAAE,CAAC,UAAU,CAAC,SAAS,EAAE,UAAU,CAAC,YAAY,CAAC,CAAC,CAAC;IAEpD,MAAM,aAAa,GAAG,KAAK,EAAE,WAA+B,EAAE,EAAE;QAC5D,IAAI,WAAW,KAAK,EAAE,EAAE;YACpB,OAAO,aAAa,EAAE,CAAC;SAC1B;QAED,MAAM,cAAc,GAAG,OAAO,WAAW,KAAK,QAAQ,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,WAAW,CAAC;QACnG,QAAQ,CAAC,UAAU,CAAC,OAAO,EAAE,cAAc,CAAC,CAAC;IACjD,CAAC,CAAC;IAEF,MAAM,iBAAiB,GAAG,KAAK,IAAI,EAAE;QACjC,IAAI,CAAC,mBAAmB,EAAE;YACtB,OAAO,aAAa,CAAC,UAAU,CAAC,YAAY,CAAC,CAAC;SACjD;QAED,MAAM,UAAU,GAAG,sBAAsB,EAAE,CAAC;QAC5C,IAAI,CAAC,UAAU,CAAC,MAAM,EAAE;YACpB,OAAO;SACV;QAED,OAAO,aAAa,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC;IAC9C,CAAC,CAAC;IAEF,MAAM,aAAa,GAAG,KAAK,IAAI,EAAE;QAC7B,IAAI,UAAU,CAAC,OAAO,KAAK,UAAU,EAAE;YACnC,OAAO,aAAa,EAAE,CAAC;SAC1B;QAED,QAAQ,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC;IACjC,CAAC,CAAC;IAEF,MAAM,YAAY,GAAG,GAAG,EAAE;QACtB,IAAI,KAAK,CAAC,UAAU,IAAI,UAAU,CAAC,SAAS,IAAI,SAAS,CAAC,MAAM,KAAK,eAAe,CAAC,OAAO,EAAE;YAC1F,OAAO;SACV;QAED,QAAQ,CAAC;YACL,IAAI,EAAE,gCAAgC,CAAC,WAAW;YAClD,OAAO,EAAE,UAAU,CAAC,OAAO;SAC9B,CAAC,CAAC;QAEH,IAAI,CAAC,KAAK,CAAC,YAAY,EAAE;YACrB,kBAAkB,CAAC;gBACf,IAAI,EAAE,6BAA6B,CAAC,gBAAgB;gBACpD,KAAK,EAAE,EAAC,KAAK,EAAE,UAAU,CAAC,KAAK,EAAE,YAAY,EAAE,UAAU,CAAC,YAAY,EAAE,SAAS,EAAC;aACrF,CAAC,CAAC;SACN;IACL,CAAC,CAAC;IAEF,MAAM,kBAAkB,GAAG,CAAC,KAAqC,EAAE,EAAE;QACjE,QAAQ,CAAC;YACL,IAAI,EAAE,gCAAgC,CAAC,YAAY;YACnD,OAAO,EAAE,UAAU,CAAC,OAAO;YAC3B,KAAK;SACR,CAAC,CAAC;IACP,CAAC,CAAC;IAEF,MAAM,iBAAiB,GAAG,GAAG,EAAE,CAC3B,QAAQ,CAAC;QACL,IAAI,EAAE,gCAAgC,CAAC,iBAAiB;QACxD,YAAY,EAAE,KAAK;QACnB,OAAO,EAAE,UAAU,CAAC,OAAO;KAC9B,CAAC,CAAC;IAEP,MAAM,aAAa,GAAG,GAAG,EAAE;QACvB,QAAQ,CAAC;YACL,IAAI,EAAE,gCAAgC,CAAC,cAAc;YACrD,OAAO,EAAE,UAAU,CAAC,OAAO;SAC9B,CAAC,CAAC;QAEH,IAAI,CAAC,KAAK,CAAC,YAAY,EAAE;YACrB,kBAAkB,CAAC;gBACf,IAAI,EAAE,6BAA6B,CAAC,gBAAgB;gBACpD,KAAK,EAAE,IAAI;aACd,CAAC,CAAC;SACN;IACL,CAAC,CAAC;IAEF,MAAM,kBAAkB,GAAG,GAAG,EAAE;QAC5B,aAAa,CAAC,UAAU,CAAC,YAAY,CAAC,CAAC;IAC3C,CAAC,CAAC;IAEF,MAAM,gBAAgB,GAAG,CAAC,KAAqC,EAAE,EAAE;;QAC/D,MAAC,QAAuC,aAAvC,QAAQ,uBAAR,QAAQ,CAAiC,OAAO,0CAAE,KAAK,EAAE,CAAC;QAE3D,kBAAkB,CAAC,KAAK,CAAC,CAAC;IAC9B,CAAC,CAAC;IAEF,MAAM,SAAS,GAAG,GAAgB,EAAE;QAChC,IAAI,UAAU,GAAwB,EAAE,CAAC;QACzC,IACI,CAAC,UAAU,CAAC,SAAS;YACrB,SAAS,CAAC,MAAM,KAAK,eAAe,CAAC,OAAO;YAC5C,SAAS,CAAC,MAAM,KAAK,eAAe,CAAC,SAAS,EAChD;YACE,IAAI,cAAc,GAAG,MAAM,CAAC,UAAU,CAAC,YAAY,CAAC,CAAC;YACrD,IAAI,WAAW,CAAC;YAChB,IACI,SAAS,CAAC,MAAM,KAAK,eAAe,CAAC,KAAK;gBAC1C,CAAC,UAAU,CAAC,KAAK,KAAK,IAAI,IAAI,UAAU,CAAC,KAAK,CAAC,KAAK,KAAK,IAAI,CAAC,EAChE;gBACE,UAAU,CAAC,KAAK,GAAG,IAAI,CAAC;aAC3B;YACD,MAAM,QAAQ,GAAG,UAAU,CAAC,KAAK,KAAK,IAAI,CAAC;YAE3C,IAAI,QAAQ,EAAE;gBACV,QAAQ,SAAS,CAAC,MAAM,EAAE;oBACtB,KAAK,eAAe,CAAC,UAAU;wBAC3B,MAAM,EAAC,YAAY,EAAC,GAAG,UAAU,CAAC;wBAClC,MAAM,UAAU,GAAG,OAAO,YAAY,KAAK,QAAQ,IAAI,YAAY,CAAC,MAAM,GAAG,CAAC,CAAC;wBAC/E,MAAM,mBAAmB,GAAoB,UAAU;4BACnD,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,YAAY,CAAC;4BAC1B,CAAC,CAAC,YAAY,CAAC;wBACnB,MAAM,cAAc,GAAoB;4BACpC,IAAI,EAAE,IAAI,IAAI,CAAC,MAAM,CAAC,mBAAmB,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC,CAAC,kBAAkB,CAAC,IAAI,CAAC,QAAQ,CAAC;4BACzF,EAAE,EAAE,IAAI,IAAI,CAAC,MAAM,CAAC,mBAAmB,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,CAAC,kBAAkB,CAAC,IAAI,CAAC,QAAQ,CAAC;yBACxF,CAAC;wBACF,cAAc;4BACV,CAAA,cAAc,aAAd,cAAc,uBAAd,cAAc,CAAE,IAAI,MAAI,cAAc,aAAd,cAAc,uBAAd,cAAc,CAAE,EAAE,CAAA;gCACtC,CAAC,CAAC,uBAAuB,CAAC,cAAc,EAAE,CAAC,CAAC;gCAC5C,CAAC,CAAC,EAAE,CAAC;wBACb,MAAM;oBACV,KAAK,eAAe,CAAC,SAAS;wBAC1B,cAAc,GAAG,WAAW,CAAC;wBAC7B,MAAM;oBACV,KAAK,eAAe,CAAC,IAAI;wBACrB,IAAI,CAAC,KAAK,CAAC,UAAU,CAAC,YAAsB,CAAC,EAAE;4BAC3C,cAAc,GAAG,IAAI,IAAI,CAAC,cAAc,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,MAAM,CAC1D,IAAI,IAAI,CAAC,MAAM,CAAC,cAAc,CAAC,GAAG,IAAI,CAAC,CAC1C,CAAC;yBACL;wBACD,MAAM;oBACV,KAAK,eAAe,CAAC,KAAK;wBACtB,WAAW,GAAG,gBAAgB,EAAE,CAAC;wBACjC,cAAc,GAAG,GAAG,GAAG,cAAc,CAAC;wBACtC,UAAU,GAAG;4BACT,WAAW,EAAE,MAAM;yBACtB,CAAC;iBACT;aACJ;YACD,OAAO,CACH,8BACK,WAAW,EACZ,KAAC,KAAK,IAEF,KAAK,EAAE,UAAU,EACjB,SAAS,EAAE,QAAQ,CAAC,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,EAAE,EACtC,KAAK,EAAE,cAAc,EACrB,OAAO,EAAE,YAAY,EACrB,QAAQ,EAAE,KAAK,CAAC,UAAU,IALtB,SAAS,CAMf,IACH,CACN,CAAC;SACL;QAED,MAAM,cAAc,GAAG,sBAAsB,CAAC,SAAS,CAAC,MAAM,CAAC,CAAC;QAEhE,mEAAmE;QACnE,IAAI,CAAC,cAAc,EAAE;YACjB,OAAO,wBAAM,CAAC,CAAC,+BAA+B,CAAC,GAAO,CAAC;SAC1D;QAED,OAAO,CACH,KAAC,cAAc,IACX,KAAK,EAAE,KAAK,EACZ,UAAU,EAAE,UAAU,EACtB,QAAQ,EAAE,kBAAkB,EAC5B,OAAO,EAAE,YAAY,EACrB,QAAQ,EAAE,aAAa,EACvB,YAAY,EAAE,iBAAiB,EAC/B,QAAQ,EAAE,KAAK,CAAC,WAAW,CAAC,QAAQ,EACpC,QAAQ,EAAE,QAAQ,GACpB,CACL,CAAC;IACN,CAAC,CAAC;IAEF,MAAM,gBAAgB,GAAG,GAAgB,EAAE;QACvC,MAAM,UAAU,GAAG,GAAG,GAAG,MAAM,CAAC,UAAU,CAAC,YAAY,CAAC,CAAC;QACzD,MAAM,gBAAgB,GAAwB;YAC1C,KAAK,EAAE,MAAM;YACb,MAAM,EAAE,MAAM;YACd,YAAY,EAAE,KAAK;YACnB,eAAe,EAAE,UAAU;YAC3B,SAAS,EAAE,UAAU,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM;YAC7C,UAAU,EAAE,KAAK;SACpB,CAAC;QAEF,OAAO,gBAAO,KAAK,EAAE,gBAAgB,GAAI,CAAC;IAC9C,CAAC,CAAC;IAEF,MAAM,sBAAsB,GAAG,GAAyB,EAAE;;QACtD,IAAI,MAAM,GAA0D,EAAE,CAAC;QAEvE,IAAI,mBAAmB,EAAE;YACrB,IAAI,SAAS,CAAC,MAAM,KAAK,eAAe,CAAC,UAAU,EAAE;gBACjD,MAAM,UAAU,GAAG,MAAA,MAAC,SAAS,aAAT,SAAS,uBAAT,SAAS,CAAE,WAAwC,0CAAE,eAAe,mCAAI,EAAE,CAAC;gBAE/F,MAAM,GAAG,UAAU;qBACd,MAAM,CAAC,GAAG,CAAC,EAAE;oBACV,OAAO,UAAU,CAAC,KAAK,KAAK,uBAAuB,CAAC,QAAQ,IAAI,CAAC,UAAU,CAAC,YAAY,CAAC;gBAC7F,CAAC,CAAC;qBACD,GAAG,CAAC,CAAC,CAAC,EAAE;oBACL,MAAM,UAAU,GAAG;wBACf,IAAI,EAAE,MAAM,CAAC,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC,CAAC,MAAM,CAAC,GAAG,CAAC;wBAC/C,EAAE,EAAE,MAAM,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,CAAC,MAAM,CAAC,GAAG,CAAC;qBAC9C,CAAC;oBACF,OAAO;wBACH,KAAK,EAAE,uBAAuB,CAAC,UAAU,EAAE,CAAC,CAAC;wBAC7C,QAAQ,EAAE,EAAC,IAAI,EAAE,CAAC,CAAC,IAAI,EAAE,EAAE,EAAE,CAAC,CAAC,EAAE,EAAC;qBACrC,CAAC;gBACN,CAAC,CAAC,CAAC;aACV;iBAAM;gBACH,MAAM,UAAU,GAAG,MAAA,MAAC,SAAS,aAAT,SAAS,uBAAT,SAAS,CAAE,WAAqC,0CAAE,MAAM,mCAAI,EAAE,CAAC;gBAEnF,MAAM,GAAG,UAAU;qBACd,MAAM,CAAC,GAAG,CAAC,EAAE;oBACV,OAAO,CACH,UAAU,CAAC,KAAK,KAAK,uBAAuB,CAAC,QAAQ;wBACrD,CAAC,UAAU,CAAC,YAAY;wBACxB,SAAS,CAAC,MAAM,KAAK,eAAe,CAAC,IAAI;wBACzC,GAAG,CAAC,KAAK,CAAC,IAAI,MAAM,CAAC,MAAM,CAAC,UAAU,CAAC,YAAY,CAAC,EAAE,GAAG,CAAC,CAAC,CAC9D,CAAC;gBACN,CAAC,CAAC;qBACD,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,EAAC,KAAK,EAAE,CAAC,EAAE,QAAQ,EAAE,CAAC,EAAC,CAAC,CAAC,CAAC;aAC5C;SACJ;QAED,MAAM,cAAc,GAAyB,MAAM,CAAC,GAAG,CAAC,KAAK,CAAC,EAAE,CAAC,iCAC1D,KAAK,KACR,UAAU,EAAE,KAAK,EACjB,OAAO,EACH,gBAAgB;gBAChB,SAAS,CAAC,MAAM,KAAK,eAAe,CAAC,IAAI;gBACzC,SAAS,CAAC,MAAM,KAAK,eAAe,CAAC,UAAU,IACrD,CAAC,CAAC;QAEJ,2GAA2G;QAC3G,0BAA0B;QAC1B,IACI,gBAAgB;YAChB,MAAM,CAAC,UAAU,CAAC,YAAY,CAAC;YAC/B,SAAS,CAAC,MAAM,KAAK,eAAe,CAAC,UAAU;YAC/C,CAAC,CAAC,MAAA,MAAC,SAAS,aAAT,SAAS,uBAAT,SAAS,CAAE,WAAqC,0CAAE,MAAM,mCAAI,EAAE,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,KAAK,UAAU,CAAC,YAAY,CAAC,EAC7G;YACE,cAAc,CAAC,OAAO,CAAC;gBACnB,KAAK,EAAE,MAAM,CAAC,UAAU,CAAC,YAAY,CAAC;gBACtC,QAAQ,EAAE,MAAM,CAAC,UAAU,CAAC,YAAY,CAAC;gBACzC,UAAU,EAAE,IAAI;gBAChB,OAAO,EAAE,KAAK;aACjB,CAAC,CAAC;SACN;QAED,OAAO,cAAc,CAAC;IAC1B,CAAC,CAAC;IAEF,MAAM,YAAY,GAAG,CACjB,KAAC,YAAY,cACT,MAAC,KAAK,kBAAC,IAAI,EAAC,OAAO,iBACf,KAAC,yBAAyB,KAAG,EAC5B,UAAU,CAAC,KAAK,EACjB,KAAC,MAAM,IAAC,OAAO,EAAE,iBAAiB,EAAE,IAAI,EAAC,OAAO,EAAC,IAAI,EAAE,KAAC,aAAa,KAAG,EAAE,KAAK,EAAE,EAAC,MAAM,EAAE,MAAM,EAAC,GAAI,KACjG,GACG,CAClB,CAAC;IAEF,MAAM,cAAc,GAAG,UAAU,CAAC,gBAAgB,CAAC;IAEnD,MAAM,cAAc,GAAG;UACjB,SAAS,CAAC,MAAM,CAAC,CAAC,CAAC,UAAU,SAAS,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC,EAAE;UACpD,CAAA,MAAA,UAAU,aAAV,UAAU,uBAAV,UAAU,CAAE,KAAK,0CAAE,KAAK,EAAC,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,EAAE;UAC3C,UAAU,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE;KAC1C,CAAC;IAEF,MAAM,cAAc,GAChB,CAAC,KAAK,CAAC,UAAU,IAAI,UAAU,CAAC,OAAO,KAAK,UAAU,IAAI,SAAS,CAAC,MAAM,KAAK,eAAe,CAAC,OAAO,CAAC;IAE3G,MAAM,UAAU,GAAG,sBAAsB,EAAE,CAAC;IAE5C,MAAM,YAAY,GAAyB,EAAE,CAAC;IAE9C,IAAI,CAAC,UAAU,CAAC,SAAS,EAAE;QACvB,YAAY,CAAC,IAAI,CAAC;YACd,MAAM,EAAE,KAAC,eAAe,IAAC,KAAK,EAAE,UAAU,CAAC,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,KAAK,EAAC,QAAQ,GAAG;SAC5F,CAAC,CAAC;KACN;IAED,MAAM,wBAAwB,GAC1B,SAAS,CAAC,eAAe,IAAI,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,MAAM,CAAC,CAAC,MAAM,CAAC;IAE9F,IAAI,MAAA,SAAS,aAAT,SAAS,uBAAT,SAAS,CAAE,aAAa,0CAAE,WAAW,EAAE;QACvC,MAAM,QAAQ,GAAG;YACb,CAAC,UAAU,CAAC,OAAO,CAAC,EAAE,MAAA,MAAA,KAAK,CAAC,MAAM,CAAC,UAAU,CAAC,OAAO,CAAC,0CAAE,OAAO,mCAAI,IAAI;YACvE,CAAC,UAAU,CAAC,SAAS,CAAC,EAAE,MAAA,MAAA,KAAK,CAAC,MAAM,CAAC,UAAU,CAAC,SAAS,CAAC,0CAAE,OAAO,mCAAI,IAAI;SAC9E,CAAC;QAEF,IAAI,CAAC,wBAAwB,EAAE;YAC3B,YAAY,CAAC,IAAI,CAAC;gBACd,KAAK,EAAE,CAAC,CAAC,sBAAsB,CAAC;gBAChC,MAAM,EAAE,CACJ,KAAC,gBAAgB,IACb,QAAQ,EAAE,QAAQ,EAClB,WAAW,EAAE,KAAK,CAAC,WAAW,EAC9B,aAAa,EAAE,aAAa,GAC9B,CACL;aACJ,CAAC,CAAC;SACN;KACJ;IAED,IAAI,cAAc,IAAI,CAAC,UAAU,CAAC,SAAS,IAAI,UAAU,CAAC,YAAY,EAAE;QACpE,YAAY,CAAC,IAAI,CAAC;YACd,KAAK,EAAE,CAAC,CAAC,eAAe,CAAC;YACzB,MAAM,EAAE,KAAC,cAAc,IAAC,QAAQ,EAAE,aAAa,EAAE,KAAK,EAAC,QAAQ,GAAG;SACrE,CAAC,CAAC;KACN;IAED,MAAM,2BAA2B,GAAc;QAC3C,GAAG,EAAE,KAAK;QACV,IAAI,EAAE,KAAK;QACX,MAAM,EAAE,wBAAwB,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,KAAK;QAC9C,YAAY,EAAE,wBAAwB,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,YAAY;KACvE,CAAC;IAEF,OAAO,CACH,8BACK,UAAU,CAAC,SAAS,IAAI,KAAC,MAAM,IAAC,OAAO,EAAE,aAAa,GAAI,EAC3D,KAAC,WAAW,gCAAa,UAAU,CAAC,SAAS,EAAE,SAAS,EAAE,CAAC,UAAU,CAAC,KAAK,CAAC,CAAC,CAAC,aAAa,CAAC,CAAC,CAAC,EAAE,gBAC5F,KAAC,IAAI,cACD,MAAC,QAAQ,eACL,KAAC,OAAO,kBAAC,SAAS,EAAC,SAAS,EAAC,IAAI,EAAE,cAAc,EAAE,OAAO,EAAE,YAAY,gBACpE,MAAC,YAAY,gCACG,UAAU,CAAC,SAAS,EAChC,SAAS,EAAE,cAAc,iBACb,eAAe,iBAE3B,KAAC,sBAAsB,IACnB,WAAW,EAAE,KAAK,CAAC,WAAW,EAC9B,KAAK,EAAE,2BAA2B,GACpC,EACD,CAAC,UAAU,CAAC,KAAK,IAAI,CAClB,+BAAO,SAAS,EAAC,iBAAiB,EAAC,OAAO,EAAE,YAAY,iBACnD,KAAK,CAAC,WAAW,CAAC,QAAQ,CAAC,KAAK,EAChC,eAAe,CAAC,cAAc,CAAC,aAAa,CAAC,SAAS,aAAT,SAAS,uBAAT,SAAS,CAAE,EAAE,CAAC,IAAI,CAC5D,KAAC,gBAAgB,KAAG,CACvB,EACA,KAAK,CAAC,WAAW,KAAK,UAAU,CAAC,SAAS,IAAI,CAC3C,KAAC,mBAAmB,IAAC,OAAO,EAAE,KAAK,CAAC,MAAM,CAAC,UAAU,CAAC,SAAS,CAAC,CAAC,OAAO,GAAI,CAC/E,KACG,CACX,EACA,SAAS,EAAE,EACX,CAAC,KAAK,CAAC,YAAY,IAAI,KAAC,YAAY,IAAC,OAAO,EAAE,YAAY,GAAI,KACpD,IACT,EACV,MAAC,cAAc,kBAAC,GAAG,EAAE,iBAAiB,iBACjC,UAAU,CAAC,SAAS,KAAI,MAAA,SAAS,aAAT,SAAS,uBAAT,SAAS,CAAE,WAAW,0CAAE,MAAM,CAAA,IAAI,CACvD,KAAC,UAAU,IACP,SAAS,EAAE,SAAS,EACpB,UAAU,EAAE,UAAU,EACtB,aAAa,EAAE,aAAa,EAC5B,WAAW,EAAE,gBAAgB,GAC/B,CACL,EACA,UAAU,CAAC,SAAS,IAAI,CACrB,MAAC,cAAc,eACX,KAAC,MAAM,kBAAC,IAAI,EAAC,OAAO,EAAC,OAAO,EAAE,aAAa,EAAE,KAAK,EAAE,EAAC,UAAU,EAAE,MAAM,EAAC,gBACnE,CAAC,CAAC,eAAe,CAAC,IACd,EACR,CAAC,CAAC,mBAAmB,IAAI,gBAAgB,CAAC,IAAI,CAC3C,KAAC,MAAM,kBAAC,IAAI,EAAC,SAAS,EAAC,IAAI,EAAC,OAAO,EAAC,OAAO,EAAE,kBAAkB,gBAC1D,CAAC,CAAC,eAAe,CAAC,IACd,CACZ,IACY,CACpB,KACY,IACV,GACR,IACG,IACf,CACN,CAAC;AACN,CAAC;AAED,eAAe,kBAAkB,CAAC"}
|
|
1
|
+
{"version":3,"file":"StandardFieldValue.js","sourceRoot":"","sources":["../../../../../../../src/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/StandardFieldValue.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import {IDateRangeValue} from '@leav/utils';
|
|
3
|
-
import {RecordFormAttributeStandardAttributeFragment} from '../../../../../../../_gqlTypes';
|
|
2
|
+
import { IDateRangeValue } from '@leav/utils';
|
|
3
|
+
import { RecordFormAttributeStandardAttributeFragment } from '../../../../../../../_gqlTypes';
|
|
4
4
|
export interface IValueOfValuesList {
|
|
5
5
|
value: string;
|
|
6
6
|
rawValue: string | IDateRangeValue;
|
|
@@ -13,5 +13,5 @@ interface IValuesListProps {
|
|
|
13
13
|
onValueSelect: (value: string | IDateRangeValue) => void;
|
|
14
14
|
onValueCopy: (value: string | IDateRangeValue) => void;
|
|
15
15
|
}
|
|
16
|
-
declare function ValuesList({attribute, valuesList: values, onValueCopy, onValueSelect}: IValuesListProps): JSX.Element;
|
|
16
|
+
declare function ValuesList({ attribute, valuesList: values, onValueCopy, onValueSelect }: IValuesListProps): JSX.Element;
|
|
17
17
|
export default ValuesList;
|
|
@@ -1,62 +1,35 @@
|
|
|
1
|
-
import {jsxs as _jsxs, jsx as _jsx} from
|
|
1
|
+
import { jsxs as _jsxs, jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
// Copyright LEAV Solutions 2017
|
|
3
3
|
// This file is released under LGPL V3
|
|
4
4
|
// License text available at https://www.gnu.org/licenses/lgpl-3.0.txt
|
|
5
|
-
import {CopyOutlined} from '@ant-design/icons';
|
|
6
|
-
import {Button, Tooltip} from 'antd';
|
|
5
|
+
import { CopyOutlined } from '@ant-design/icons';
|
|
6
|
+
import { Button, Tooltip } from 'antd';
|
|
7
7
|
import styled from 'styled-components';
|
|
8
8
|
import List from '../../../../../../../components/List';
|
|
9
|
-
import {useSharedTranslation} from '../../../../../../../hooks/useSharedTranslation';
|
|
10
|
-
import {AttributeFormat} from '../../../../../../../_gqlTypes';
|
|
11
|
-
const ListItem = styled.div`
|
|
9
|
+
import { useSharedTranslation } from '../../../../../../../hooks/useSharedTranslation';
|
|
10
|
+
import { AttributeFormat } from '../../../../../../../_gqlTypes';
|
|
11
|
+
const ListItem = styled.div `
|
|
12
12
|
cursor: pointer;
|
|
13
13
|
display: flex;
|
|
14
14
|
justify-content: space-between;
|
|
15
15
|
width: 100%;
|
|
16
16
|
`;
|
|
17
|
-
function ValuesList({attribute, valuesList: values, onValueCopy, onValueSelect}) {
|
|
18
|
-
const {t, i18n} = useSharedTranslation();
|
|
19
|
-
const _handleClick = item => {
|
|
17
|
+
function ValuesList({ attribute, valuesList: values, onValueCopy, onValueSelect }) {
|
|
18
|
+
const { t, i18n } = useSharedTranslation();
|
|
19
|
+
const _handleClick = (item) => {
|
|
20
20
|
onValueSelect(item.rawValue);
|
|
21
21
|
};
|
|
22
|
-
const renderItem = item => {
|
|
23
|
-
const _handleCopy = e => {
|
|
22
|
+
const renderItem = (item) => {
|
|
23
|
+
const _handleCopy = (e) => {
|
|
24
24
|
e.stopPropagation();
|
|
25
25
|
onValueCopy(item.rawValue);
|
|
26
26
|
};
|
|
27
|
-
const valueToDisplay =
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
return _jsxs(ListItem, {
|
|
32
|
-
children: [
|
|
33
|
-
_jsxs('span', {children: [valueToDisplay, item.isNewValue && ` (${t('record_edition.new_value')})`]}),
|
|
34
|
-
item.canCopy &&
|
|
35
|
-
_jsx(
|
|
36
|
-
Tooltip,
|
|
37
|
-
Object.assign(
|
|
38
|
-
{title: t('record_edition.copy_value')},
|
|
39
|
-
{
|
|
40
|
-
children: _jsx(Button, {
|
|
41
|
-
icon: _jsx(CopyOutlined, {}),
|
|
42
|
-
shape: 'circle',
|
|
43
|
-
onClick: _handleCopy
|
|
44
|
-
})
|
|
45
|
-
}
|
|
46
|
-
)
|
|
47
|
-
)
|
|
48
|
-
]
|
|
49
|
-
});
|
|
27
|
+
const valueToDisplay = attribute.format === AttributeFormat.date
|
|
28
|
+
? new Intl.DateTimeFormat(i18n.language).format(new Date(Number(item.value) * 1000))
|
|
29
|
+
: item.value;
|
|
30
|
+
return (_jsxs(ListItem, { children: [_jsxs("span", { children: [valueToDisplay, item.isNewValue && ` (${t('record_edition.new_value')})`] }), item.canCopy && (_jsx(Tooltip, Object.assign({ title: t('record_edition.copy_value') }, { children: _jsx(Button, { icon: _jsx(CopyOutlined, {}), shape: "circle", onClick: _handleCopy }) })))] }));
|
|
50
31
|
};
|
|
51
|
-
return _jsx(List, {
|
|
52
|
-
dataSource: values,
|
|
53
|
-
bordered: true,
|
|
54
|
-
size: 'small',
|
|
55
|
-
maxHeight: 250,
|
|
56
|
-
locale: {emptyText: t('record_edition.no_matching_value')},
|
|
57
|
-
renderItemContent: renderItem,
|
|
58
|
-
onItemClick: _handleClick
|
|
59
|
-
});
|
|
32
|
+
return (_jsx(List, { dataSource: values, bordered: true, size: "small", maxHeight: 250, locale: { emptyText: t('record_edition.no_matching_value') }, renderItemContent: renderItem, onItemClick: _handleClick }));
|
|
60
33
|
}
|
|
61
34
|
export default ValuesList;
|
|
62
|
-
//# sourceMappingURL=ValuesList.js.map
|
|
35
|
+
//# sourceMappingURL=ValuesList.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import {IFormTextBlockSettings} from '@leav/utils';
|
|
3
|
-
import {IFormElementProps} from '../../_types';
|
|
4
|
-
declare function TextBlock({element}: IFormElementProps<IFormTextBlockSettings>): JSX.Element;
|
|
2
|
+
import { IFormTextBlockSettings } from '@leav/utils';
|
|
3
|
+
import { IFormElementProps } from '../../_types';
|
|
4
|
+
declare function TextBlock({ element }: IFormElementProps<IFormTextBlockSettings>): JSX.Element;
|
|
5
5
|
export default TextBlock;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {jsx as _jsx} from
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import ReactMarkdown from 'react-markdown';
|
|
3
|
-
function TextBlock({element}) {
|
|
4
|
-
return _jsx(ReactMarkdown, {children: element.settings.content});
|
|
3
|
+
function TextBlock({ element }) {
|
|
4
|
+
return _jsx(ReactMarkdown, { children: element.settings.content });
|
|
5
5
|
}
|
|
6
6
|
export default TextBlock;
|
|
7
|
-
//# sourceMappingURL=TextBlock.js.map
|
|
7
|
+
//# sourceMappingURL=TextBlock.js.map
|
|
@@ -1,10 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import {ICommonFieldsSettings} from '@leav/utils';
|
|
3
|
-
import {IFormElementProps} from '../../_types';
|
|
4
|
-
declare function TreeField({
|
|
5
|
-
element,
|
|
6
|
-
onValueSubmit,
|
|
7
|
-
onValueDelete,
|
|
8
|
-
onDeleteMultipleValues
|
|
9
|
-
}: IFormElementProps<ICommonFieldsSettings>): JSX.Element;
|
|
2
|
+
import { ICommonFieldsSettings } from '@leav/utils';
|
|
3
|
+
import { IFormElementProps } from '../../_types';
|
|
4
|
+
declare function TreeField({ element, onValueSubmit, onValueDelete, onDeleteMultipleValues }: IFormElementProps<ICommonFieldsSettings>): JSX.Element;
|
|
10
5
|
export default TreeField;
|
|
@@ -1,22 +1,19 @@
|
|
|
1
|
-
import {jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs} from
|
|
2
|
-
import {List, Popover, theme} from 'antd';
|
|
1
|
+
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { List, Popover, theme } from 'antd';
|
|
3
3
|
import Paragraph from 'antd/lib/typography/Paragraph';
|
|
4
|
-
import {useContext, useEffect, useReducer} from 'react';
|
|
4
|
+
import { useContext, useEffect, useReducer } from 'react';
|
|
5
5
|
import styled from 'styled-components';
|
|
6
|
-
import {themeVars} from '../../../../../antdTheme';
|
|
6
|
+
import { themeVars } from '../../../../../antdTheme';
|
|
7
7
|
import Dimmer from '../../../../../components/Dimmer';
|
|
8
8
|
import ErrorMessage from '../../../../../components/ErrorMessage';
|
|
9
9
|
import CreationErrorContext from '../../../../../components/RecordEdition/EditRecordModal/creationErrorContext';
|
|
10
|
-
import {EditRecordReducerActionsTypes} from '../../../../../components/RecordEdition/editRecordModalReducer/editRecordModalReducer';
|
|
11
|
-
import {useEditRecordModalReducer} from '../../../../../components/RecordEdition/editRecordModalReducer/useEditRecordModalReducer';
|
|
12
|
-
import {useRefreshFieldValues} from '../../../../../hooks/useRefreshFieldValues';
|
|
13
|
-
import {arrayValueVersionToObject} from '../../../../../_utils';
|
|
10
|
+
import { EditRecordReducerActionsTypes } from '../../../../../components/RecordEdition/editRecordModalReducer/editRecordModalReducer';
|
|
11
|
+
import { useEditRecordModalReducer } from '../../../../../components/RecordEdition/editRecordModalReducer/useEditRecordModalReducer';
|
|
12
|
+
import { useRefreshFieldValues } from '../../../../../hooks/useRefreshFieldValues';
|
|
13
|
+
import { arrayValueVersionToObject } from '../../../../../_utils';
|
|
14
14
|
import getActiveFieldValues from '../../helpers/getActiveFieldValues';
|
|
15
|
-
import {useRecordEditionContext} from '../../hooks/useRecordEditionContext';
|
|
16
|
-
import linkFieldReducer, {
|
|
17
|
-
computeInitialState,
|
|
18
|
-
LinkFieldReducerActionsType
|
|
19
|
-
} from '../../reducers/linkFieldReducer/linkFieldReducer';
|
|
15
|
+
import { useRecordEditionContext } from '../../hooks/useRecordEditionContext';
|
|
16
|
+
import linkFieldReducer, { computeInitialState, LinkFieldReducerActionsType } from '../../reducers/linkFieldReducer/linkFieldReducer';
|
|
20
17
|
import AddValueBtn from '../../shared/AddValueBtn';
|
|
21
18
|
import DeleteAllValuesBtn from '../../shared/DeleteAllValuesBtn';
|
|
22
19
|
import FieldFooter from '../../shared/FieldFooter';
|
|
@@ -26,10 +23,10 @@ import UpdatedFieldIcon from '../../shared/UpdatedFieldIcon';
|
|
|
26
23
|
import ValueDetailsBtn from '../../shared/ValueDetailsBtn';
|
|
27
24
|
import ValuesVersionBtn from '../../shared/ValuesVersionBtn';
|
|
28
25
|
import ValuesVersionIndicator from '../../shared/ValuesVersionIndicator';
|
|
29
|
-
import {APICallStatus, FieldScope} from '../../_types';
|
|
26
|
+
import { APICallStatus, FieldScope } from '../../_types';
|
|
30
27
|
import TreeFieldValue from './TreeFieldValue';
|
|
31
28
|
import ValuesAdd from './ValuesAdd';
|
|
32
|
-
const Wrapper = styled.div`
|
|
29
|
+
const Wrapper = styled.div `
|
|
33
30
|
position: relative;
|
|
34
31
|
border: 1px solid ${themeVars.borderColor};
|
|
35
32
|
margin-bottom: 1.5em;
|
|
@@ -47,7 +44,7 @@ const Wrapper = styled.div`
|
|
|
47
44
|
border-radius: ${p => p.$themeToken.borderRadius}px;
|
|
48
45
|
}
|
|
49
46
|
`;
|
|
50
|
-
const FieldLabel = styled(Paragraph)`
|
|
47
|
+
const FieldLabel = styled(Paragraph) `
|
|
51
48
|
&& {
|
|
52
49
|
top: calc(50% - 0.9em);
|
|
53
50
|
font-size: 0.9em;
|
|
@@ -57,37 +54,25 @@ const FieldLabel = styled(Paragraph)`
|
|
|
57
54
|
margin-bottom: 0;
|
|
58
55
|
}
|
|
59
56
|
`;
|
|
60
|
-
function TreeField({element, onValueSubmit, onValueDelete, onDeleteMultipleValues}) {
|
|
57
|
+
function TreeField({ element, onValueSubmit, onValueDelete, onDeleteMultipleValues }) {
|
|
61
58
|
var _a, _b, _c, _d, _e, _f, _g;
|
|
62
|
-
const {token} = theme.useToken();
|
|
63
|
-
const {state: editRecordModalState, dispatch: editRecordModalDispatch} = useEditRecordModalReducer();
|
|
64
|
-
const {readOnly: isRecordReadOnly, record} = useRecordEditionContext();
|
|
59
|
+
const { token } = theme.useToken();
|
|
60
|
+
const { state: editRecordModalState, dispatch: editRecordModalDispatch } = useEditRecordModalReducer();
|
|
61
|
+
const { readOnly: isRecordReadOnly, record } = useRecordEditionContext();
|
|
65
62
|
const creationErrors = useContext(CreationErrorContext);
|
|
66
63
|
const isInCreationMode = record === null;
|
|
67
|
-
const [state, dispatch] = useReducer(
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
})
|
|
75
|
-
);
|
|
76
|
-
const {fetchValues} = useRefreshFieldValues(
|
|
77
|
-
(_a = record === null || record === void 0 ? void 0 : record.library) === null || _a === void 0
|
|
78
|
-
? void 0
|
|
79
|
-
: _a.id,
|
|
80
|
-
state.attribute.id,
|
|
81
|
-
record === null || record === void 0 ? void 0 : record.id
|
|
82
|
-
);
|
|
64
|
+
const [state, dispatch] = useReducer(linkFieldReducer, computeInitialState({
|
|
65
|
+
element,
|
|
66
|
+
formVersion: editRecordModalState.valuesVersion,
|
|
67
|
+
isRecordReadOnly,
|
|
68
|
+
record
|
|
69
|
+
}));
|
|
70
|
+
const { fetchValues } = useRefreshFieldValues((_a = record === null || record === void 0 ? void 0 : record.library) === null || _a === void 0 ? void 0 : _a.id, state.attribute.id, record === null || record === void 0 ? void 0 : record.id);
|
|
83
71
|
const attribute = state.attribute;
|
|
84
|
-
const isReadOnly =
|
|
85
|
-
(attribute === null || attribute === void 0 ? void 0 : attribute.readonly) ||
|
|
86
|
-
isRecordReadOnly ||
|
|
87
|
-
!attribute.permissions.edit_value;
|
|
72
|
+
const isReadOnly = (attribute === null || attribute === void 0 ? void 0 : attribute.readonly) || isRecordReadOnly || !attribute.permissions.edit_value;
|
|
88
73
|
const activeValues = getActiveFieldValues(state);
|
|
89
74
|
const activeVersion = (_b = state.values[state.activeScope]) === null || _b === void 0 ? void 0 : _b.version;
|
|
90
|
-
const data = activeValues.map(val => Object.assign(Object.assign({}, val), {key: val.id_value}));
|
|
75
|
+
const data = activeValues.map(val => (Object.assign(Object.assign({}, val), { key: val.id_value })));
|
|
91
76
|
// Cancel value editing if value details panel is closed
|
|
92
77
|
useEffect(() => {
|
|
93
78
|
if (editRecordModalState.activeValue === null && state.isValuesAddVisible) {
|
|
@@ -102,10 +87,10 @@ function TreeField({element, onValueSubmit, onValueDelete, onDeleteMultipleValue
|
|
|
102
87
|
});
|
|
103
88
|
}
|
|
104
89
|
}, [creationErrors, attribute.id]);
|
|
105
|
-
const renderItem = value => {
|
|
90
|
+
const renderItem = (value) => {
|
|
106
91
|
var _a;
|
|
107
92
|
const _handleDelete = async () => {
|
|
108
|
-
const deleteRes = await onValueDelete({id_value: value.id_value}, attribute.id);
|
|
93
|
+
const deleteRes = await onValueDelete({ id_value: value.id_value }, attribute.id);
|
|
109
94
|
if (deleteRes.status === APICallStatus.SUCCESS) {
|
|
110
95
|
dispatch({
|
|
111
96
|
type: LinkFieldReducerActionsType.DELETE_VALUE,
|
|
@@ -122,18 +107,7 @@ function TreeField({element, onValueSubmit, onValueDelete, onDeleteMultipleValue
|
|
|
122
107
|
return;
|
|
123
108
|
}
|
|
124
109
|
};
|
|
125
|
-
return _jsxs(_Fragment, {
|
|
126
|
-
children: [
|
|
127
|
-
((_a = attribute.versions_conf) === null || _a === void 0 ? void 0 : _a.versionable) &&
|
|
128
|
-
_jsx(ValuesVersionIndicator, {activeScope: state.activeScope}),
|
|
129
|
-
_jsx(TreeFieldValue, {
|
|
130
|
-
value: value,
|
|
131
|
-
attribute: attribute,
|
|
132
|
-
onDelete: _handleDelete,
|
|
133
|
-
isReadOnly: isReadOnly
|
|
134
|
-
})
|
|
135
|
-
]
|
|
136
|
-
});
|
|
110
|
+
return (_jsxs(_Fragment, { children: [((_a = attribute.versions_conf) === null || _a === void 0 ? void 0 : _a.versionable) && _jsx(ValuesVersionIndicator, { activeScope: state.activeScope }), _jsx(TreeFieldValue, { value: value, attribute: attribute, onDelete: _handleDelete, isReadOnly: isReadOnly })] }));
|
|
137
111
|
};
|
|
138
112
|
const canAddValue = !isReadOnly && (attribute.multiple_values || !activeValues.length);
|
|
139
113
|
const _handleAddValue = () => {
|
|
@@ -149,7 +123,7 @@ function TreeField({element, onValueSubmit, onValueDelete, onDeleteMultipleValue
|
|
|
149
123
|
isValuesAddVisible: true
|
|
150
124
|
});
|
|
151
125
|
};
|
|
152
|
-
const _handleSubmitSelectTreeNodeModal = async treeNodes => {
|
|
126
|
+
const _handleSubmitSelectTreeNodeModal = async (treeNodes) => {
|
|
153
127
|
var _a;
|
|
154
128
|
const valuesToSave = treeNodes.map(node => ({
|
|
155
129
|
attribute,
|
|
@@ -162,38 +136,22 @@ function TreeField({element, onValueSubmit, onValueDelete, onDeleteMultipleValue
|
|
|
162
136
|
type: LinkFieldReducerActionsType.SET_ERROR_MESSAGE,
|
|
163
137
|
errorMessage: res.error
|
|
164
138
|
});
|
|
165
|
-
}
|
|
139
|
+
}
|
|
140
|
+
else if (res.values) {
|
|
166
141
|
const formattedValues = res.values.map(v => {
|
|
167
142
|
var _a;
|
|
168
|
-
return Object.assign(Object.assign({}, v), {
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
? void 0
|
|
173
|
-
: _a.map(metadata => {
|
|
174
|
-
var _a;
|
|
175
|
-
return Object.assign(Object.assign({}, metadata), {
|
|
176
|
-
value: Object.assign(Object.assign({}, metadata.value), {
|
|
177
|
-
version: arrayValueVersionToObject(
|
|
178
|
-
(_a = metadata.value.version) !== null && _a !== void 0 ? _a : []
|
|
179
|
-
)
|
|
180
|
-
})
|
|
181
|
-
});
|
|
182
|
-
})
|
|
183
|
-
});
|
|
143
|
+
return (Object.assign(Object.assign({}, v), { version: arrayValueVersionToObject(v.version), metadata: (_a = v.metadata) === null || _a === void 0 ? void 0 : _a.map(metadata => {
|
|
144
|
+
var _a;
|
|
145
|
+
return (Object.assign(Object.assign({}, metadata), { value: Object.assign(Object.assign({}, metadata.value), { version: arrayValueVersionToObject((_a = metadata.value.version) !== null && _a !== void 0 ? _a : []) }) }));
|
|
146
|
+
}) }));
|
|
184
147
|
});
|
|
185
148
|
dispatch({
|
|
186
149
|
type: LinkFieldReducerActionsType.ADD_VALUES,
|
|
187
150
|
values: formattedValues
|
|
188
151
|
});
|
|
189
152
|
}
|
|
190
|
-
if (
|
|
191
|
-
|
|
192
|
-
) {
|
|
193
|
-
const selectedNodesById = treeNodes.reduce(
|
|
194
|
-
(acc, cur) => Object.assign(Object.assign({}, acc), {[cur.id]: cur}),
|
|
195
|
-
{}
|
|
196
|
-
);
|
|
153
|
+
if ((_a = res === null || res === void 0 ? void 0 : res.errors) === null || _a === void 0 ? void 0 : _a.length) {
|
|
154
|
+
const selectedNodesById = treeNodes.reduce((acc, cur) => (Object.assign(Object.assign({}, acc), { [cur.id]: cur })), {});
|
|
197
155
|
const errorsMessage = res.errors.map(err => {
|
|
198
156
|
const linkedRecordLabel = selectedNodesById[err.input].title || selectedNodesById[err.input].id;
|
|
199
157
|
return `${linkedRecordLabel}: ${err.message}`;
|
|
@@ -202,7 +160,8 @@ function TreeField({element, onValueSubmit, onValueDelete, onDeleteMultipleValue
|
|
|
202
160
|
type: LinkFieldReducerActionsType.SET_ERROR_MESSAGE,
|
|
203
161
|
errorMessage: errorsMessage
|
|
204
162
|
});
|
|
205
|
-
}
|
|
163
|
+
}
|
|
164
|
+
else {
|
|
206
165
|
dispatch({
|
|
207
166
|
type: LinkFieldReducerActionsType.SET_IS_VALUES_ADD_VISIBLE,
|
|
208
167
|
isValuesAddVisible: false
|
|
@@ -225,65 +184,24 @@ function TreeField({element, onValueSubmit, onValueDelete, onDeleteMultipleValue
|
|
|
225
184
|
});
|
|
226
185
|
}
|
|
227
186
|
}
|
|
228
|
-
if (
|
|
229
|
-
(_a = deleteRes === null || deleteRes === void 0 ? void 0 : deleteRes.errors) === null || _a === void 0
|
|
230
|
-
? void 0
|
|
231
|
-
: _a.length
|
|
232
|
-
) {
|
|
187
|
+
if ((_a = deleteRes === null || deleteRes === void 0 ? void 0 : deleteRes.errors) === null || _a === void 0 ? void 0 : _a.length) {
|
|
233
188
|
dispatch({
|
|
234
189
|
type: LinkFieldReducerActionsType.SET_ERROR_MESSAGE,
|
|
235
190
|
errorMessage: deleteRes.errors.map(err => err.message)
|
|
236
191
|
});
|
|
237
192
|
}
|
|
238
193
|
};
|
|
239
|
-
const _handleScopeChange = scope => {
|
|
194
|
+
const _handleScopeChange = (scope) => {
|
|
240
195
|
dispatch({
|
|
241
196
|
type: LinkFieldReducerActionsType.CHANGE_ACTIVE_SCOPE,
|
|
242
197
|
scope
|
|
243
198
|
});
|
|
244
199
|
};
|
|
245
200
|
const versions = {
|
|
246
|
-
[FieldScope.CURRENT]:
|
|
247
|
-
|
|
248
|
-
_d !== void 0
|
|
249
|
-
? _d
|
|
250
|
-
: null,
|
|
251
|
-
[FieldScope.INHERITED]:
|
|
252
|
-
(_f = (_e = state.values[FieldScope.INHERITED]) === null || _e === void 0 ? void 0 : _e.version) !== null &&
|
|
253
|
-
_f !== void 0
|
|
254
|
-
? _f
|
|
255
|
-
: null
|
|
201
|
+
[FieldScope.CURRENT]: (_d = (_c = state.values[FieldScope.CURRENT]) === null || _c === void 0 ? void 0 : _c.version) !== null && _d !== void 0 ? _d : null,
|
|
202
|
+
[FieldScope.INHERITED]: (_f = (_e = state.values[FieldScope.INHERITED]) === null || _e === void 0 ? void 0 : _e.version) !== null && _f !== void 0 ? _f : null
|
|
256
203
|
};
|
|
257
|
-
const ListFooter = _jsxs(FieldFooter, {
|
|
258
|
-
children: [
|
|
259
|
-
_jsxs('div', {
|
|
260
|
-
children: [
|
|
261
|
-
((_g = attribute === null || attribute === void 0 ? void 0 : attribute.versions_conf) === null ||
|
|
262
|
-
_g === void 0
|
|
263
|
-
? void 0
|
|
264
|
-
: _g.versionable) &&
|
|
265
|
-
_jsx(ValuesVersionBtn, {
|
|
266
|
-
versions: versions,
|
|
267
|
-
activeScope: state.activeScope,
|
|
268
|
-
onScopeChange: _handleScopeChange,
|
|
269
|
-
basic: true
|
|
270
|
-
}),
|
|
271
|
-
!isReadOnly &&
|
|
272
|
-
!!activeValues.length &&
|
|
273
|
-
_jsx(DeleteAllValuesBtn, {onDelete: _handleDeleteAllValues}),
|
|
274
|
-
_jsx(ValueDetailsBtn, {attribute: attribute, value: null, size: 'small', basic: true})
|
|
275
|
-
]
|
|
276
|
-
}),
|
|
277
|
-
!!activeValues.length &&
|
|
278
|
-
canAddValue &&
|
|
279
|
-
_jsx(AddValueBtn, {
|
|
280
|
-
activeScope: state.activeScope,
|
|
281
|
-
onClick: _handleAddValue,
|
|
282
|
-
disabled: state.isValuesAddVisible,
|
|
283
|
-
linkField: true
|
|
284
|
-
})
|
|
285
|
-
]
|
|
286
|
-
});
|
|
204
|
+
const ListFooter = (_jsxs(FieldFooter, { children: [_jsxs("div", { children: [((_g = attribute === null || attribute === void 0 ? void 0 : attribute.versions_conf) === null || _g === void 0 ? void 0 : _g.versionable) && (_jsx(ValuesVersionBtn, { versions: versions, activeScope: state.activeScope, onScopeChange: _handleScopeChange, basic: true })), !isReadOnly && !!activeValues.length && _jsx(DeleteAllValuesBtn, { onDelete: _handleDeleteAllValues }), _jsx(ValueDetailsBtn, { attribute: attribute, value: null, size: "small", basic: true })] }), !!activeValues.length && canAddValue && (_jsx(AddValueBtn, { activeScope: state.activeScope, onClick: _handleAddValue, disabled: state.isValuesAddVisible, linkField: true }))] }));
|
|
287
205
|
const _handleCloseValuesAdd = () => {
|
|
288
206
|
dispatch({
|
|
289
207
|
type: LinkFieldReducerActionsType.SET_IS_VALUES_ADD_VISIBLE,
|
|
@@ -299,64 +217,9 @@ function TreeField({element, onValueSubmit, onValueDelete, onDeleteMultipleValue
|
|
|
299
217
|
type: LinkFieldReducerActionsType.CLEAR_ERROR_MESSAGE
|
|
300
218
|
});
|
|
301
219
|
};
|
|
302
|
-
return _jsxs(_Fragment, {
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
_jsxs(
|
|
306
|
-
Wrapper,
|
|
307
|
-
Object.assign(
|
|
308
|
-
{$isValuesAddVisible: state.isValuesAddVisible, $themeToken: token},
|
|
309
|
-
{
|
|
310
|
-
children: [
|
|
311
|
-
_jsxs(
|
|
312
|
-
FieldLabel,
|
|
313
|
-
Object.assign(
|
|
314
|
-
{ellipsis: {rows: 1, tooltip: true}},
|
|
315
|
-
{
|
|
316
|
-
children: [
|
|
317
|
-
element.settings.label,
|
|
318
|
-
editRecordModalState.externalUpdate.updatedValues[
|
|
319
|
-
attribute === null || attribute === void 0 ? void 0 : attribute.id
|
|
320
|
-
] && _jsx(UpdatedFieldIcon, {}),
|
|
321
|
-
state.activeScope === FieldScope.INHERITED &&
|
|
322
|
-
_jsx(InheritedFieldLabel, {
|
|
323
|
-
version: state.values[FieldScope.INHERITED].version
|
|
324
|
-
})
|
|
325
|
-
]
|
|
326
|
-
}
|
|
327
|
-
)
|
|
328
|
-
),
|
|
329
|
-
_jsx(List, {
|
|
330
|
-
dataSource: data,
|
|
331
|
-
renderItem: renderItem,
|
|
332
|
-
split: true,
|
|
333
|
-
locale: {
|
|
334
|
-
emptyText: _jsx(NoValue, {
|
|
335
|
-
canAddValue: canAddValue,
|
|
336
|
-
onAddValue: _handleAddValue,
|
|
337
|
-
linkField: true
|
|
338
|
-
})
|
|
339
|
-
},
|
|
340
|
-
footer: ListFooter
|
|
341
|
-
}),
|
|
342
|
-
state.isValuesAddVisible &&
|
|
343
|
-
_jsx(ValuesAdd, {
|
|
344
|
-
attribute: attribute,
|
|
345
|
-
onAdd: _handleSubmitSelectTreeNodeModal,
|
|
346
|
-
onClose: _handleCloseValuesAdd
|
|
347
|
-
})
|
|
348
|
-
]
|
|
349
|
-
}
|
|
350
|
-
)
|
|
351
|
-
),
|
|
352
|
-
state.errorMessage &&
|
|
353
|
-
_jsx(Popover, {
|
|
354
|
-
placement: 'bottomLeft',
|
|
355
|
-
open: !!state.errorMessage,
|
|
356
|
-
content: _jsx(ErrorMessage, {error: state.errorMessage, onClose: _handleCloseError})
|
|
357
|
-
})
|
|
358
|
-
]
|
|
359
|
-
});
|
|
220
|
+
return (_jsxs(_Fragment, { children: [state.isValuesAddVisible && _jsx(Dimmer, { onClick: _handleCloseValuesAdd }), _jsxs(Wrapper, Object.assign({ "$isValuesAddVisible": state.isValuesAddVisible, "$themeToken": token }, { children: [_jsxs(FieldLabel, Object.assign({ ellipsis: { rows: 1, tooltip: true } }, { children: [element.settings.label, editRecordModalState.externalUpdate.updatedValues[attribute === null || attribute === void 0 ? void 0 : attribute.id] && _jsx(UpdatedFieldIcon, {}), state.activeScope === FieldScope.INHERITED && (_jsx(InheritedFieldLabel, { version: state.values[FieldScope.INHERITED].version }))] })), _jsx(List, { dataSource: data, renderItem: renderItem, split: true, locale: {
|
|
221
|
+
emptyText: _jsx(NoValue, { canAddValue: canAddValue, onAddValue: _handleAddValue, linkField: true })
|
|
222
|
+
}, footer: ListFooter }), state.isValuesAddVisible && (_jsx(ValuesAdd, { attribute: attribute, onAdd: _handleSubmitSelectTreeNodeModal, onClose: _handleCloseValuesAdd }))] })), state.errorMessage && (_jsx(Popover, { placement: "bottomLeft", open: !!state.errorMessage, content: _jsx(ErrorMessage, { error: state.errorMessage, onClose: _handleCloseError }) }))] }));
|
|
360
223
|
}
|
|
361
224
|
export default TreeField;
|
|
362
|
-
//# sourceMappingURL=TreeField.js.map
|
|
225
|
+
//# sourceMappingURL=TreeField.js.map
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import {RecordFormAttributeTreeAttributeFragment} from '../../../../../../_gqlTypes';
|
|
3
|
-
import {IRecordPropertyTree} from '../../../../../../_queries/records/getRecordPropertiesQuery';
|
|
2
|
+
import { RecordFormAttributeTreeAttributeFragment } from '../../../../../../_gqlTypes';
|
|
3
|
+
import { IRecordPropertyTree } from '../../../../../../_queries/records/getRecordPropertiesQuery';
|
|
4
4
|
interface ITreeFieldValueProps {
|
|
5
5
|
value: IRecordPropertyTree;
|
|
6
6
|
attribute: RecordFormAttributeTreeAttributeFragment;
|
|
7
7
|
onDelete: () => void;
|
|
8
8
|
isReadOnly: boolean;
|
|
9
9
|
}
|
|
10
|
-
declare function TreeFieldValue({value, attribute, onDelete, isReadOnly}: ITreeFieldValueProps): JSX.Element;
|
|
10
|
+
declare function TreeFieldValue({ value, attribute, onDelete, isReadOnly }: ITreeFieldValueProps): JSX.Element;
|
|
11
11
|
export default TreeFieldValue;
|