@leav/ui 0.0.1-alpha-1 → 1.0.0-beta6
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/apollo.apiKey.js.example +7 -0
- package/codegen.ts +48 -0
- package/dist/_gqlTypes/index.d.ts +7029 -0
- package/dist/_gqlTypes/index.js +2610 -0
- package/dist/_gqlTypes/index.js.map +1 -0
- package/dist/_queries/applications/applicationDetailsFragment.d.ts +1 -0
- package/dist/_queries/applications/applicationDetailsFragment.js +26 -0
- package/dist/_queries/applications/applicationDetailsFragment.js.map +1 -0
- package/dist/_queries/applications/checkApplicationExistence.d.ts +1 -0
- package/dist/_queries/applications/checkApplicationExistence.js +11 -0
- package/dist/_queries/applications/checkApplicationExistence.js.map +1 -0
- package/dist/_queries/applications/getApplicationDetails.d.ts +1 -0
- package/dist/_queries/applications/getApplicationDetails.js +15 -0
- package/dist/_queries/applications/getApplicationDetails.js.map +1 -0
- package/dist/_queries/applications/getApplicationsModulesQuery.d.ts +1 -0
- package/dist/_queries/applications/getApplicationsModulesQuery.js +13 -0
- package/dist/_queries/applications/getApplicationsModulesQuery.js.map +1 -0
- package/dist/_queries/applications/saveApplicationMutation.d.ts +1 -0
- package/dist/_queries/applications/saveApplicationMutation.js +13 -0
- package/dist/_queries/applications/saveApplicationMutation.js.map +1 -0
- package/dist/_queries/attributes/attributeDetailsFragment.d.ts +1 -0
- package/dist/_queries/attributes/attributeDetailsFragment.js +56 -0
- package/dist/_queries/attributes/attributeDetailsFragment.js.map +1 -0
- package/dist/_queries/attributes/checkAttributeExistenceQuery.d.ts +1 -0
- package/dist/_queries/attributes/checkAttributeExistenceQuery.js +11 -0
- package/dist/_queries/attributes/checkAttributeExistenceQuery.js.map +1 -0
- package/dist/_queries/attributes/deleteAttributeMutation.d.ts +1 -0
- package/dist/_queries/attributes/deleteAttributeMutation.js +11 -0
- package/dist/_queries/attributes/deleteAttributeMutation.js.map +1 -0
- package/dist/_queries/attributes/getAttributeByIdQuery.d.ts +1 -0
- package/dist/_queries/attributes/getAttributeByIdQuery.js +15 -0
- package/dist/_queries/attributes/getAttributeByIdQuery.js.map +1 -0
- package/dist/_queries/attributes/getAttributeWithEmbeddedFields.d.ts +2 -0
- package/dist/_queries/attributes/getAttributeWithEmbeddedFields.js +30 -0
- package/dist/_queries/attributes/getAttributeWithEmbeddedFields.js.map +1 -0
- package/dist/_queries/attributes/getAttributesByLib.d.ts +1 -0
- package/dist/_queries/attributes/getAttributesByLib.js +47 -0
- package/dist/_queries/attributes/getAttributesByLib.js.map +1 -0
- package/dist/_queries/attributes/getAttributesQuery.d.ts +1 -0
- package/dist/_queries/attributes/getAttributesQuery.js +18 -0
- package/dist/_queries/attributes/getAttributesQuery.js.map +1 -0
- package/dist/_queries/attributes/getVersionProfilesQuery.d.ts +1 -0
- package/dist/_queries/attributes/getVersionProfilesQuery.js +14 -0
- package/dist/_queries/attributes/getVersionProfilesQuery.js.map +1 -0
- package/dist/_queries/attributes/getVersionableAttributesByLibrary.d.ts +1 -0
- package/dist/_queries/attributes/getVersionableAttributesByLibrary.js +23 -0
- package/dist/_queries/attributes/getVersionableAttributesByLibrary.js.map +1 -0
- package/dist/_queries/attributes/saveAttributeMutation.d.ts +1 -0
- package/dist/_queries/attributes/saveAttributeMutation.js +13 -0
- package/dist/_queries/attributes/saveAttributeMutation.js.map +1 -0
- package/dist/_queries/files/createDirectory.d.ts +1 -0
- package/dist/_queries/files/createDirectory.js +13 -0
- package/dist/_queries/files/createDirectory.js.map +1 -0
- package/dist/_queries/files/forcePreviewsGenerationMutation.d.ts +1 -0
- package/dist/_queries/files/forcePreviewsGenerationMutation.js +21 -0
- package/dist/_queries/files/forcePreviewsGenerationMutation.js.map +1 -0
- package/dist/_queries/files/getDirectoryDataQuery.d.ts +1 -0
- package/dist/_queries/files/getDirectoryDataQuery.js +52 -0
- package/dist/_queries/files/getDirectoryDataQuery.js.map +1 -0
- package/dist/_queries/files/getUploadUpdates.d.ts +1 -0
- package/dist/_queries/files/getUploadUpdates.js +22 -0
- package/dist/_queries/files/getUploadUpdates.js.map +1 -0
- package/dist/_queries/files/uploadMutation.d.ts +1 -0
- package/dist/_queries/files/uploadMutation.js +16 -0
- package/dist/_queries/files/uploadMutation.js.map +1 -0
- package/dist/_queries/import/importExcel.d.ts +1 -0
- package/dist/_queries/import/importExcel.js +9 -0
- package/dist/_queries/import/importExcel.js.map +1 -0
- package/dist/_queries/libraries/checkLibraryExistenceQuery.d.ts +1 -0
- package/dist/_queries/libraries/checkLibraryExistenceQuery.js +11 -0
- package/dist/_queries/libraries/checkLibraryExistenceQuery.js.map +1 -0
- package/dist/_queries/libraries/deleteLibraryMutation.d.ts +1 -0
- package/dist/_queries/libraries/deleteLibraryMutation.js +11 -0
- package/dist/_queries/libraries/deleteLibraryMutation.js.map +1 -0
- package/dist/_queries/libraries/getLibrariesQuery.d.ts +1 -0
- package/dist/_queries/libraries/getLibrariesQuery.js +28 -0
- package/dist/_queries/libraries/getLibrariesQuery.js.map +1 -0
- package/dist/_queries/libraries/getLibraryByIdQuery.d.ts +1 -0
- package/dist/_queries/libraries/getLibraryByIdQuery.js +15 -0
- package/dist/_queries/libraries/getLibraryByIdQuery.js.map +1 -0
- package/dist/_queries/libraries/getLibraryDetailExtendQuery.d.ts +102 -0
- package/dist/_queries/libraries/getLibraryDetailExtendQuery.js +132 -0
- package/dist/_queries/libraries/getLibraryDetailExtendQuery.js.map +1 -0
- package/dist/_queries/libraries/getLibraryPermissionsQuery.d.ts +1 -0
- package/dist/_queries/libraries/getLibraryPermissionsQuery.js +19 -0
- package/dist/_queries/libraries/getLibraryPermissionsQuery.js.map +1 -0
- package/dist/_queries/libraries/getLibraryPreviewsSettingsQuery.d.ts +1 -0
- package/dist/_queries/libraries/getLibraryPreviewsSettingsQuery.js +28 -0
- package/dist/_queries/libraries/getLibraryPreviewsSettingsQuery.js.map +1 -0
- package/dist/_queries/libraries/libraryDetailsFragment.d.ts +1 -0
- package/dist/_queries/libraries/libraryDetailsFragment.js +86 -0
- package/dist/_queries/libraries/libraryDetailsFragment.js.map +1 -0
- package/dist/_queries/libraries/saveLibraryMutation.d.ts +1 -0
- package/dist/_queries/libraries/saveLibraryMutation.js +13 -0
- package/dist/_queries/libraries/saveLibraryMutation.js.map +1 -0
- package/dist/_queries/permissions/isAllowedQuery.d.ts +1 -0
- package/dist/_queries/permissions/isAllowedQuery.js +17 -0
- package/dist/_queries/permissions/isAllowedQuery.js.map +1 -0
- package/dist/_queries/records/createRecordMutation.d.ts +2 -0
- package/dist/_queries/records/createRecordMutation.js +23 -0
- package/dist/_queries/records/createRecordMutation.js.map +1 -0
- package/dist/_queries/records/deactivateRecordsMutation.d.ts +1 -0
- package/dist/_queries/records/deactivateRecordsMutation.js +11 -0
- package/dist/_queries/records/deactivateRecordsMutation.js.map +1 -0
- package/dist/_queries/records/doesFileExistAsChild.d.ts +1 -0
- package/dist/_queries/records/doesFileExistAsChild.js +9 -0
- package/dist/_queries/records/doesFileExistAsChild.js.map +1 -0
- package/dist/_queries/records/getFileDataQuery.d.ts +14 -0
- package/dist/_queries/records/getFileDataQuery.js +57 -0
- package/dist/_queries/records/getFileDataQuery.js.map +1 -0
- package/dist/_queries/records/getRecordColumnsValues.d.ts +38 -0
- package/dist/_queries/records/getRecordColumnsValues.js +40 -0
- package/dist/_queries/records/getRecordColumnsValues.js.map +1 -0
- package/dist/_queries/records/getRecordFormQuery.d.ts +1 -0
- package/dist/_queries/records/getRecordFormQuery.js +61 -0
- package/dist/_queries/records/getRecordFormQuery.js.map +1 -0
- package/dist/_queries/records/getRecordPropertiesQuery.d.ts +73 -0
- package/dist/_queries/records/getRecordPropertiesQuery.js +76 -0
- package/dist/_queries/records/getRecordPropertiesQuery.js.map +1 -0
- package/dist/_queries/records/getRecordUpdatesSubscription.d.ts +1 -0
- package/dist/_queries/records/getRecordUpdatesSubscription.js +30 -0
- package/dist/_queries/records/getRecordUpdatesSubscription.js.map +1 -0
- package/dist/_queries/records/getRecordsFromLibraryQuery.d.ts +22 -0
- package/dist/_queries/records/getRecordsFromLibraryQuery.js +108 -0
- package/dist/_queries/records/getRecordsFromLibraryQuery.js.map +1 -0
- package/dist/_queries/records/indexRecordsMutation.d.ts +1 -0
- package/dist/_queries/records/indexRecordsMutation.js +9 -0
- package/dist/_queries/records/indexRecordsMutation.js.map +1 -0
- package/dist/_queries/records/recordFormAttributeFragment.d.ts +1 -0
- package/dist/_queries/records/recordFormAttributeFragment.js +93 -0
- package/dist/_queries/records/recordFormAttributeFragment.js.map +1 -0
- package/dist/_queries/tasks/cancelTaskMutation.d.ts +1 -0
- package/dist/_queries/tasks/cancelTaskMutation.js +9 -0
- package/dist/_queries/tasks/cancelTaskMutation.js.map +1 -0
- package/dist/_queries/trees/checkTreeExistenceQuery.d.ts +1 -0
- package/dist/_queries/trees/checkTreeExistenceQuery.js +11 -0
- package/dist/_queries/trees/checkTreeExistenceQuery.js.map +1 -0
- package/dist/_queries/trees/deleteTreeMutation.d.ts +1 -0
- package/dist/_queries/trees/deleteTreeMutation.js +11 -0
- package/dist/_queries/trees/deleteTreeMutation.js.map +1 -0
- package/dist/_queries/trees/getTreeByIdQuery.d.ts +1 -0
- package/dist/_queries/trees/getTreeByIdQuery.js +15 -0
- package/dist/_queries/trees/getTreeByIdQuery.js.map +1 -0
- package/dist/_queries/trees/getTreeLibraries.d.ts +1 -0
- package/dist/_queries/trees/getTreeLibraries.js +29 -0
- package/dist/_queries/trees/getTreeLibraries.js.map +1 -0
- package/dist/_queries/trees/getTreesQuery.d.ts +1 -0
- package/dist/_queries/trees/getTreesQuery.js +17 -0
- package/dist/_queries/trees/getTreesQuery.js.map +1 -0
- package/dist/_queries/trees/saveTreeMutation.d.ts +1 -0
- package/dist/_queries/trees/saveTreeMutation.js +13 -0
- package/dist/_queries/trees/saveTreeMutation.js.map +1 -0
- package/dist/_queries/trees/treeDetailsFragment.d.ts +1 -0
- package/dist/_queries/trees/treeDetailsFragment.js +23 -0
- package/dist/_queries/trees/treeDetailsFragment.js.map +1 -0
- package/dist/_queries/trees/treeNodeChildrenQuery.d.ts +1 -0
- package/dist/_queries/trees/treeNodeChildrenQuery.js +47 -0
- package/dist/_queries/trees/treeNodeChildrenQuery.js.map +1 -0
- package/dist/_queries/userData/getUserData.d.ts +1 -0
- package/dist/_queries/userData/getUserData.js +12 -0
- package/dist/_queries/userData/getUserData.js.map +1 -0
- package/dist/_queries/userData/saveUserData.d.ts +1 -0
- package/dist/_queries/userData/saveUserData.js +12 -0
- package/dist/_queries/userData/saveUserData.js.map +1 -0
- package/dist/_queries/values/deleteValueMutation.d.ts +1 -0
- package/dist/_queries/values/deleteValueMutation.js +13 -0
- package/dist/_queries/values/deleteValueMutation.js.map +1 -0
- package/dist/_queries/values/saveValueBatchMutation.d.ts +1 -0
- package/dist/_queries/values/saveValueBatchMutation.js +33 -0
- package/dist/_queries/values/saveValueBatchMutation.js.map +1 -0
- package/dist/_queries/values/valueDetailsFragment.d.ts +1 -0
- package/dist/_queries/values/valueDetailsFragment.js +75 -0
- package/dist/_queries/values/valueDetailsFragment.js.map +1 -0
- package/dist/_queries/values/valuesVersionFragment.d.ts +1 -0
- package/dist/_queries/values/valuesVersionFragment.js +22 -0
- package/dist/_queries/values/valuesVersionFragment.js.map +1 -0
- package/dist/_queries/views/deleteViewMutation.d.ts +8 -0
- package/dist/_queries/views/deleteViewMutation.js +13 -0
- package/dist/_queries/views/deleteViewMutation.js.map +1 -0
- package/dist/_queries/views/getViewById.d.ts +1 -0
- package/dist/_queries/views/getViewById.js +15 -0
- package/dist/_queries/views/getViewById.js.map +1 -0
- package/dist/_queries/views/getViewsListQuery.d.ts +1 -0
- package/dist/_queries/views/getViewsListQuery.js +16 -0
- package/dist/_queries/views/getViewsListQuery.js.map +1 -0
- package/dist/_queries/views/saveViewMutation.d.ts +2 -0
- package/dist/_queries/views/saveViewMutation.js +14 -0
- package/dist/_queries/views/saveViewMutation.js.map +1 -0
- package/dist/_queries/views/viewDetailsFragment.d.ts +2 -0
- package/dist/_queries/views/viewDetailsFragment.js +57 -0
- package/dist/_queries/views/viewDetailsFragment.js.map +1 -0
- package/dist/_utils/getFiltersFromRequest.d.ts +3 -0
- package/dist/_utils/getFiltersFromRequest.js +104 -0
- package/dist/_utils/getFiltersFromRequest.js.map +1 -0
- package/dist/_utils/getRequestFromFilter.d.ts +3 -0
- package/dist/_utils/getRequestFromFilter.js +51 -0
- package/dist/_utils/getRequestFromFilter.js.map +1 -0
- package/dist/_utils/index.d.ts +31 -0
- package/dist/_utils/index.js +136 -0
- package/dist/_utils/index.js.map +1 -0
- package/dist/antdTheme/index.d.ts +27 -0
- package/dist/antdTheme/index.js +100 -0
- package/dist/antdTheme/index.js.map +1 -0
- package/dist/antdTheme/types.d.ts +2 -0
- package/dist/antdTheme/types.js +1 -0
- package/dist/antdTheme/types.js.map +1 -0
- package/dist/components/AttributePicker/AttributePicker.d.ts +13 -0
- package/dist/components/AttributePicker/AttributePicker.js +25 -0
- package/dist/components/AttributePicker/AttributePicker.js.map +1 -0
- package/dist/components/AttributePicker/AttributesList/AttributesList.d.ts +11 -0
- package/dist/components/AttributePicker/AttributesList/AttributesList.js +219 -0
- package/dist/components/AttributePicker/AttributesList/AttributesList.js.map +1 -0
- package/dist/components/AttributePicker/AttributesList/index.d.ts +1 -0
- package/dist/components/AttributePicker/AttributesList/index.js +4 -0
- package/dist/components/AttributePicker/AttributesList/index.js.map +1 -0
- package/dist/components/AttributePicker/index.d.ts +1 -0
- package/dist/components/AttributePicker/index.js +4 -0
- package/dist/components/AttributePicker/index.js.map +1 -0
- package/dist/components/AttributesSelectionList/Attribute/Attribute.d.ts +4 -0
- package/dist/components/AttributesSelectionList/Attribute/Attribute.js +49 -0
- package/dist/components/AttributesSelectionList/Attribute/Attribute.js.map +1 -0
- package/dist/components/AttributesSelectionList/Attribute/index.d.ts +2 -0
- package/dist/components/AttributesSelectionList/Attribute/index.js +5 -0
- package/dist/components/AttributesSelectionList/Attribute/index.js.map +1 -0
- package/dist/components/AttributesSelectionList/AttributesSelectionList.d.ts +11 -0
- package/dist/components/AttributesSelectionList/AttributesSelectionList.js +71 -0
- package/dist/components/AttributesSelectionList/AttributesSelectionList.js.map +1 -0
- package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/SelectedAttribute.d.ts +8 -0
- package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/SelectedAttribute.js +38 -0
- package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/SelectedAttribute.js.map +1 -0
- package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/index.d.ts +2 -0
- package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/index.js +5 -0
- package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/index.js.map +1 -0
- package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttributesList.d.ts +3 -0
- package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttributesList.js +54 -0
- package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttributesList.js.map +1 -0
- package/dist/components/AttributesSelectionList/SelectedAttributesList/index.d.ts +2 -0
- package/dist/components/AttributesSelectionList/SelectedAttributesList/index.js +5 -0
- package/dist/components/AttributesSelectionList/SelectedAttributesList/index.js.map +1 -0
- package/dist/components/AttributesSelectionList/_types.d.ts +8 -0
- package/dist/components/AttributesSelectionList/_types.js +1 -0
- package/dist/components/AttributesSelectionList/_types.js.map +1 -0
- package/dist/components/AttributesSelectionList/helpers/attributeToSelectedAttribute.d.ts +3 -0
- package/dist/components/AttributesSelectionList/helpers/attributeToSelectedAttribute.js +5 -0
- package/dist/components/AttributesSelectionList/helpers/attributeToSelectedAttribute.js.map +1 -0
- package/dist/components/AttributesSelectionList/index.d.ts +2 -0
- package/dist/components/AttributesSelectionList/index.js +5 -0
- package/dist/components/AttributesSelectionList/index.js.map +1 -0
- package/dist/components/AttributesSelectionList/reducer/attributesSelectionListReducer.d.ts +33 -0
- package/dist/components/AttributesSelectionList/reducer/attributesSelectionListReducer.js +76 -0
- package/dist/components/AttributesSelectionList/reducer/attributesSelectionListReducer.js.map +1 -0
- package/dist/components/AttributesSelectionList/reducer/attributesSelectionListStateContext.d.ts +10 -0
- package/dist/components/AttributesSelectionList/reducer/attributesSelectionListStateContext.js +7 -0
- package/dist/components/AttributesSelectionList/reducer/attributesSelectionListStateContext.js.map +1 -0
- package/dist/components/AttributesSelectionList/sharedComponents.d.ts +806 -0
- package/dist/components/AttributesSelectionList/sharedComponents.js +15 -0
- package/dist/components/AttributesSelectionList/sharedComponents.js.map +1 -0
- package/dist/components/BasicButton/BasicButton.d.ts +8 -0
- package/dist/components/BasicButton/BasicButton.js +25 -0
- package/dist/components/BasicButton/BasicButton.js.map +1 -0
- package/dist/components/BasicButton/index.d.ts +1 -0
- package/dist/components/BasicButton/index.js +4 -0
- package/dist/components/BasicButton/index.js.map +1 -0
- package/dist/components/CreateDirectory/CreateDirectory.d.ts +10 -0
- package/dist/components/CreateDirectory/CreateDirectory.js +117 -0
- package/dist/components/CreateDirectory/CreateDirectory.js.map +1 -0
- package/dist/components/CreateDirectory/index.d.ts +2 -0
- package/dist/components/CreateDirectory/index.js +5 -0
- package/dist/components/CreateDirectory/index.js.map +1 -0
- package/dist/components/Dimmer/Dimmer.d.ts +6 -0
- package/dist/components/Dimmer/Dimmer.js +16 -0
- package/dist/components/Dimmer/Dimmer.js.map +1 -0
- package/dist/components/Dimmer/index.d.ts +2 -0
- package/dist/components/Dimmer/index.js +5 -0
- package/dist/components/Dimmer/index.js.map +1 -0
- package/dist/components/EditApplication/EditApplication.d.ts +4 -0
- package/dist/components/EditApplication/EditApplication.js +46 -0
- package/dist/components/EditApplication/EditApplication.js.map +1 -0
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfo.d.ts +8 -0
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfo.js +134 -0
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfo.js.map +1 -0
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/EditApplicationInfoForm.d.ts +12 -0
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/EditApplicationInfoForm.js +161 -0
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/EditApplicationInfoForm.js.map +1 -0
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/ModuleSelector/ModuleSelector.d.ts +7 -0
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/ModuleSelector/ModuleSelector.js +31 -0
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/ModuleSelector/ModuleSelector.js.map +1 -0
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/ModuleSelector/index.d.ts +2 -0
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/ModuleSelector/index.js +5 -0
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/ModuleSelector/index.js.map +1 -0
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/index.d.ts +2 -0
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/index.js +5 -0
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/index.js.map +1 -0
- package/dist/components/EditApplication/EditApplicationInfo/index.d.ts +1 -0
- package/dist/components/EditApplication/EditApplicationInfo/index.js +4 -0
- package/dist/components/EditApplication/EditApplicationInfo/index.js.map +1 -0
- package/dist/components/EditApplication/_types.d.ts +9 -0
- package/dist/components/EditApplication/_types.js +1 -0
- package/dist/components/EditApplication/_types.js.map +1 -0
- package/dist/components/EditApplication/index.d.ts +2 -0
- package/dist/components/EditApplication/index.js +5 -0
- package/dist/components/EditApplication/index.js.map +1 -0
- package/dist/components/EditAttributeModal/EditAttribute/EditAttribute.d.ts +9 -0
- package/dist/components/EditAttributeModal/EditAttribute/EditAttribute.js +49 -0
- package/dist/components/EditAttributeModal/EditAttribute/EditAttribute.js.map +1 -0
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfo.d.ts +9 -0
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfo.js +152 -0
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfo.js.map +1 -0
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/EditAttributeInfoForm.d.ts +13 -0
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/EditAttributeInfoForm.js +172 -0
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/EditAttributeInfoForm.js.map +1 -0
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/LinkedLibraryForm.d.ts +9 -0
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/LinkedLibraryForm.js +37 -0
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/LinkedLibraryForm.js.map +1 -0
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/index.d.ts +1 -0
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/index.js +4 -0
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/index.js.map +1 -0
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/LinkedTreeForm.d.ts +9 -0
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/LinkedTreeForm.js +37 -0
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/LinkedTreeForm.js.map +1 -0
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/index.d.ts +1 -0
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/index.js +4 -0
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/index.js.map +1 -0
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/ValuesVersionsForm/ValuesVersionsForm.d.ts +9 -0
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/ValuesVersionsForm/ValuesVersionsForm.js +36 -0
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/ValuesVersionsForm/ValuesVersionsForm.js.map +1 -0
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/ValuesVersionsForm/index.d.ts +1 -0
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/ValuesVersionsForm/index.js +4 -0
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/ValuesVersionsForm/index.js.map +1 -0
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/index.d.ts +1 -0
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/index.js +4 -0
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/index.js.map +1 -0
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/index.d.ts +1 -0
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/index.js +4 -0
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/index.js.map +1 -0
- package/dist/components/EditAttributeModal/EditAttribute/index.d.ts +1 -0
- package/dist/components/EditAttributeModal/EditAttribute/index.js +4 -0
- package/dist/components/EditAttributeModal/EditAttribute/index.js.map +1 -0
- package/dist/components/EditAttributeModal/EditAttributeModal.d.ts +12 -0
- package/dist/components/EditAttributeModal/EditAttributeModal.js +101 -0
- package/dist/components/EditAttributeModal/EditAttributeModal.js.map +1 -0
- package/dist/components/EditAttributeModal/index.d.ts +1 -0
- package/dist/components/EditAttributeModal/index.js +4 -0
- package/dist/components/EditAttributeModal/index.js.map +1 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibrary.d.ts +10 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibrary.js +71 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibrary.js.map +1 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/AttributeCell.d.ts +7 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/AttributeCell.js +42 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/AttributeCell.js.map +1 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/index.d.ts +1 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/index.js +4 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/index.js.map +1 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributesList.d.ts +16 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributesList.js +179 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributesList.js.map +1 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/DeleteButton.d.ts +9 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/DeleteButton.js +25 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/DeleteButton.js.map +1 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/index.d.ts +1 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/index.js +4 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/index.js.map +1 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/index.d.ts +1 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/index.js +4 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/index.js.map +1 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/EditLibraryAttributes.d.ts +8 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/EditLibraryAttributes.js +39 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/EditLibraryAttributes.js.map +1 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/index.d.ts +1 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/index.js +4 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/index.js.map +1 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/EditLibraryIndexation.d.ts +9 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/EditLibraryIndexation.js +66 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/EditLibraryIndexation.js.map +1 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/index.d.ts +1 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/index.js +4 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/index.js.map +1 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfo.d.ts +9 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfo.js +119 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfo.js.map +1 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/EditLibraryInfoForm.d.ts +13 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/EditLibraryInfoForm.js +168 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/EditLibraryInfoForm.js.map +1 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/index.d.ts +1 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/index.js +4 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/index.js.map +1 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/index.d.ts +1 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/index.js +4 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/index.js.map +1 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditLibraryPreviewsSettings.d.ts +8 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditLibraryPreviewsSettings.js +36 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditLibraryPreviewsSettings.js.map +1 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/EditPreviewsSettingsModal.d.ts +11 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/EditPreviewsSettingsModal.js +70 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/EditPreviewsSettingsModal.js.map +1 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/SizesEditor.d.ts +9 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/SizesEditor.js +110 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/SizesEditor.js.map +1 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/index.d.ts +1 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/index.js +4 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/index.js.map +1 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/index.d.ts +1 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/index.js +4 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/index.js.map +1 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/PreviewsSettingsList.d.ts +9 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/PreviewsSettingsList.js +144 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/PreviewsSettingsList.js.map +1 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/index.d.ts +1 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/index.js +4 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/index.js.map +1 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/index.d.ts +1 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/index.js +4 -0
- package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/index.js.map +1 -0
- package/dist/components/EditLibraryModal/EditLibrary/index.d.ts +1 -0
- package/dist/components/EditLibraryModal/EditLibrary/index.js +4 -0
- package/dist/components/EditLibraryModal/EditLibrary/index.js.map +1 -0
- package/dist/components/EditLibraryModal/EditLibraryModal.d.ts +13 -0
- package/dist/components/EditLibraryModal/EditLibraryModal.js +97 -0
- package/dist/components/EditLibraryModal/EditLibraryModal.js.map +1 -0
- package/dist/components/EditLibraryModal/index.d.ts +1 -0
- package/dist/components/EditLibraryModal/index.js +4 -0
- package/dist/components/EditLibraryModal/index.js.map +1 -0
- package/dist/components/EditTreeModal/EditTree/EditTree.d.ts +9 -0
- package/dist/components/EditTreeModal/EditTree/EditTree.js +49 -0
- package/dist/components/EditTreeModal/EditTree/EditTree.js.map +1 -0
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfo.d.ts +9 -0
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfo.js +134 -0
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfo.js.map +1 -0
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/EditTreeInfoForm.d.ts +14 -0
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/EditTreeInfoForm.js +116 -0
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/EditTreeInfoForm.js.map +1 -0
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/TreeLibrariesForm.d.ts +9 -0
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/TreeLibrariesForm.js +119 -0
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/TreeLibrariesForm.js.map +1 -0
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/index.d.ts +1 -0
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/index.js +4 -0
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/index.js.map +1 -0
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/index.d.ts +1 -0
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/index.js +4 -0
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/index.js.map +1 -0
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/index.d.ts +1 -0
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/index.js +4 -0
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/index.js.map +1 -0
- package/dist/components/EditTreeModal/EditTree/index.d.ts +1 -0
- package/dist/components/EditTreeModal/EditTree/index.js +4 -0
- package/dist/components/EditTreeModal/EditTree/index.js.map +1 -0
- package/dist/components/EditTreeModal/EditTreeModal.d.ts +12 -0
- package/dist/components/EditTreeModal/EditTreeModal.js +98 -0
- package/dist/components/EditTreeModal/EditTreeModal.js.map +1 -0
- package/dist/components/EditTreeModal/index.d.ts +1 -0
- package/dist/components/EditTreeModal/index.js +4 -0
- package/dist/components/EditTreeModal/index.js.map +1 -0
- package/dist/components/EntityCard/EntityCard.d.ts +17 -0
- package/dist/components/EntityCard/EntityCard.js +96 -0
- package/dist/components/EntityCard/EntityCard.js.map +1 -0
- package/dist/components/EntityCard/_types.d.ts +6 -0
- package/dist/components/EntityCard/_types.js +1 -0
- package/dist/components/EntityCard/_types.js.map +1 -0
- package/dist/components/EntityCard/index.d.ts +2 -0
- package/dist/components/EntityCard/index.js +5 -0
- package/dist/components/EntityCard/index.js.map +1 -0
- package/dist/components/EntityPreview/EntityPreview.d.ts +4 -0
- package/dist/components/EntityPreview/EntityPreview.js +14 -0
- package/dist/components/EntityPreview/EntityPreview.js.map +1 -0
- package/dist/components/EntityPreview/EntityPreviewList/EntityPreviewList.d.ts +4 -0
- package/dist/components/EntityPreview/EntityPreviewList/EntityPreviewList.js +64 -0
- package/dist/components/EntityPreview/EntityPreviewList/EntityPreviewList.js.map +1 -0
- package/dist/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/SimplisticEntityPreview.d.ts +6 -0
- package/dist/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/SimplisticEntityPreview.js +23 -0
- package/dist/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/SimplisticEntityPreview.js.map +1 -0
- package/dist/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/index.d.ts +2 -0
- package/dist/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/index.js +5 -0
- package/dist/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/index.js.map +1 -0
- package/dist/components/EntityPreview/EntityPreviewList/index.d.ts +2 -0
- package/dist/components/EntityPreview/EntityPreviewList/index.js +5 -0
- package/dist/components/EntityPreview/EntityPreviewList/index.js.map +1 -0
- package/dist/components/EntityPreview/EntityPreviewTile/EntityPreviewTile.d.ts +4 -0
- package/dist/components/EntityPreview/EntityPreviewTile/EntityPreviewTile.js +60 -0
- package/dist/components/EntityPreview/EntityPreviewTile/EntityPreviewTile.js.map +1 -0
- package/dist/components/EntityPreview/EntityPreviewTile/index.d.ts +2 -0
- package/dist/components/EntityPreview/EntityPreviewTile/index.js +5 -0
- package/dist/components/EntityPreview/EntityPreviewTile/index.js.map +1 -0
- package/dist/components/EntityPreview/_types.d.ts +21 -0
- package/dist/components/EntityPreview/_types.js +1 -0
- package/dist/components/EntityPreview/_types.js.map +1 -0
- package/dist/components/EntityPreview/index.d.ts +2 -0
- package/dist/components/EntityPreview/index.js +5 -0
- package/dist/components/EntityPreview/index.js.map +1 -0
- package/dist/components/ErrorBoundary/ErrorBoundary.d.ts +15 -0
- package/dist/components/ErrorBoundary/ErrorBoundary.js +27 -0
- package/dist/components/ErrorBoundary/ErrorBoundary.js.map +1 -0
- package/dist/components/ErrorBoundary/ErrorBoundaryContent/ErrorBoundaryContent.d.ts +8 -0
- package/dist/components/ErrorBoundary/ErrorBoundaryContent/ErrorBoundaryContent.js +44 -0
- package/dist/components/ErrorBoundary/ErrorBoundaryContent/ErrorBoundaryContent.js.map +1 -0
- package/dist/components/ErrorBoundary/ErrorBoundaryContent/index.d.ts +2 -0
- package/dist/components/ErrorBoundary/ErrorBoundaryContent/index.js +5 -0
- package/dist/components/ErrorBoundary/ErrorBoundaryContent/index.js.map +1 -0
- package/dist/components/ErrorBoundary/index.d.ts +1 -0
- package/dist/components/ErrorBoundary/index.js +4 -0
- package/dist/components/ErrorBoundary/index.js.map +1 -0
- package/dist/components/ErrorDisplay/ErrorDisplay.d.ts +11 -0
- package/dist/components/ErrorDisplay/ErrorDisplay.js +36 -0
- package/dist/components/ErrorDisplay/ErrorDisplay.js.map +1 -0
- package/dist/components/ErrorDisplay/index.d.ts +1 -0
- package/dist/components/ErrorDisplay/index.js +4 -0
- package/dist/components/ErrorDisplay/index.js.map +1 -0
- package/dist/components/ErrorMessage/ErrorMessage.d.ts +7 -0
- package/dist/components/ErrorMessage/ErrorMessage.js +20 -0
- package/dist/components/ErrorMessage/ErrorMessage.js.map +1 -0
- package/dist/components/ErrorMessage/index.d.ts +2 -0
- package/dist/components/ErrorMessage/index.js +5 -0
- package/dist/components/ErrorMessage/index.js.map +1 -0
- package/dist/components/FieldsGroup/FieldsGroup.d.ts +9 -0
- package/dist/components/FieldsGroup/FieldsGroup.js +28 -0
- package/dist/components/FieldsGroup/FieldsGroup.js.map +1 -0
- package/dist/components/FieldsGroup/index.d.ts +2 -0
- package/dist/components/FieldsGroup/index.js +5 -0
- package/dist/components/FieldsGroup/index.js.map +1 -0
- package/dist/components/FloatingMenu/FloatingMenu.d.ts +11 -0
- package/dist/components/FloatingMenu/FloatingMenu.js +42 -0
- package/dist/components/FloatingMenu/FloatingMenu.js.map +1 -0
- package/dist/components/FloatingMenu/_types.d.ts +14 -0
- package/dist/components/FloatingMenu/_types.js +1 -0
- package/dist/components/FloatingMenu/_types.js.map +1 -0
- package/dist/components/FloatingMenu/index.d.ts +2 -0
- package/dist/components/FloatingMenu/index.js +5 -0
- package/dist/components/FloatingMenu/index.js.map +1 -0
- package/dist/components/ImageLoading/ImageLoading.d.ts +6 -0
- package/dist/components/ImageLoading/ImageLoading.js +26 -0
- package/dist/components/ImageLoading/ImageLoading.js.map +1 -0
- package/dist/components/ImageLoading/index.d.ts +1 -0
- package/dist/components/ImageLoading/index.js +4 -0
- package/dist/components/ImageLoading/index.js.map +1 -0
- package/dist/components/ImageMissing/ImageMissing.d.ts +6 -0
- package/dist/components/ImageMissing/ImageMissing.js +26 -0
- package/dist/components/ImageMissing/ImageMissing.js.map +1 -0
- package/dist/components/ImageMissing/index.d.ts +1 -0
- package/dist/components/ImageMissing/index.js +4 -0
- package/dist/components/ImageMissing/index.js.map +1 -0
- package/dist/components/ImportModal/ImportModal.d.ts +11 -0
- package/dist/components/ImportModal/ImportModal.js +188 -0
- package/dist/components/ImportModal/ImportModal.js.map +1 -0
- package/dist/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/ImportKeysSelector.d.ts +9 -0
- package/dist/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/ImportKeysSelector.js +31 -0
- package/dist/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/ImportKeysSelector.js.map +1 -0
- package/dist/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/index.d.ts +2 -0
- package/dist/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/index.js +5 -0
- package/dist/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/index.js.map +1 -0
- package/dist/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/ImportMappingRowTitle.d.ts +7 -0
- package/dist/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/ImportMappingRowTitle.js +23 -0
- package/dist/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/ImportMappingRowTitle.js.map +1 -0
- package/dist/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/index.d.ts +2 -0
- package/dist/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/index.js +5 -0
- package/dist/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/index.js.map +1 -0
- package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.d.ts +8 -0
- package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.js +189 -0
- package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.js.map +1 -0
- package/dist/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/ImportScheduleModal.d.ts +11 -0
- package/dist/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/ImportScheduleModal.js +20 -0
- package/dist/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/ImportScheduleModal.js.map +1 -0
- package/dist/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/index.d.ts +2 -0
- package/dist/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/index.js +5 -0
- package/dist/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/index.js.map +1 -0
- package/dist/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/ImportSheetSettings.d.ts +13 -0
- package/dist/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/ImportSheetSettings.js +58 -0
- package/dist/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/ImportSheetSettings.js.map +1 -0
- package/dist/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/index.d.ts +2 -0
- package/dist/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/index.js +5 -0
- package/dist/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/index.js.map +1 -0
- package/dist/components/ImportModal/ImportModalConfigStep/index.d.ts +2 -0
- package/dist/components/ImportModal/ImportModalConfigStep/index.js +5 -0
- package/dist/components/ImportModal/ImportModalConfigStep/index.js.map +1 -0
- package/dist/components/ImportModal/ImportModalDoneStep/ImportModalDoneStep.d.ts +6 -0
- package/dist/components/ImportModal/ImportModalDoneStep/ImportModalDoneStep.js +14 -0
- package/dist/components/ImportModal/ImportModalDoneStep/ImportModalDoneStep.js.map +1 -0
- package/dist/components/ImportModal/ImportModalDoneStep/index.d.ts +2 -0
- package/dist/components/ImportModal/ImportModalDoneStep/index.js +5 -0
- package/dist/components/ImportModal/ImportModalDoneStep/index.js.map +1 -0
- package/dist/components/ImportModal/ImportModalProcessingStep/ImportModalProcessingStep.d.ts +3 -0
- package/dist/components/ImportModal/ImportModalProcessingStep/ImportModalProcessingStep.js +11 -0
- package/dist/components/ImportModal/ImportModalProcessingStep/ImportModalProcessingStep.js.map +1 -0
- package/dist/components/ImportModal/ImportModalProcessingStep/index.d.ts +2 -0
- package/dist/components/ImportModal/ImportModalProcessingStep/index.js +5 -0
- package/dist/components/ImportModal/ImportModalProcessingStep/index.js.map +1 -0
- package/dist/components/ImportModal/ImportModalSelectFileStep/ImportModalSelectFileStep.d.ts +7 -0
- package/dist/components/ImportModal/ImportModalSelectFileStep/ImportModalSelectFileStep.js +155 -0
- package/dist/components/ImportModal/ImportModalSelectFileStep/ImportModalSelectFileStep.js.map +1 -0
- package/dist/components/ImportModal/ImportModalSelectFileStep/index.d.ts +2 -0
- package/dist/components/ImportModal/ImportModalSelectFileStep/index.js +5 -0
- package/dist/components/ImportModal/ImportModalSelectFileStep/index.js.map +1 -0
- package/dist/components/ImportModal/_types.d.ts +34 -0
- package/dist/components/ImportModal/_types.js +17 -0
- package/dist/components/ImportModal/_types.js.map +1 -0
- package/dist/components/ImportModal/importReducer/ImportReducerContext.d.ts +11 -0
- package/dist/components/ImportModal/importReducer/ImportReducerContext.js +11 -0
- package/dist/components/ImportModal/importReducer/ImportReducerContext.js.map +1 -0
- package/dist/components/ImportModal/importReducer/importReducer.d.ts +38 -0
- package/dist/components/ImportModal/importReducer/importReducer.js +125 -0
- package/dist/components/ImportModal/importReducer/importReducer.js.map +1 -0
- package/dist/components/ImportModal/importReducer/index.d.ts +2 -0
- package/dist/components/ImportModal/importReducer/index.js +5 -0
- package/dist/components/ImportModal/importReducer/index.js.map +1 -0
- package/dist/components/ImportModal/index.d.ts +2 -0
- package/dist/components/ImportModal/index.js +5 -0
- package/dist/components/ImportModal/index.js.map +1 -0
- package/dist/components/LibraryItemsList/DisplayOptions/DisplayOptions.d.ts +3 -0
- package/dist/components/LibraryItemsList/DisplayOptions/DisplayOptions.js +79 -0
- package/dist/components/LibraryItemsList/DisplayOptions/DisplayOptions.js.map +1 -0
- package/dist/components/LibraryItemsList/DisplayOptions/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/DisplayOptions/index.js +5 -0
- package/dist/components/LibraryItemsList/DisplayOptions/index.js.map +1 -0
- package/dist/components/LibraryItemsList/DisplayTypeSelector/DisplayTypeSelector.d.ts +3 -0
- package/dist/components/LibraryItemsList/DisplayTypeSelector/DisplayTypeSelector.js +21 -0
- package/dist/components/LibraryItemsList/DisplayTypeSelector/DisplayTypeSelector.js.map +1 -0
- package/dist/components/LibraryItemsList/DisplayTypeSelector/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/DisplayTypeSelector/index.js +5 -0
- package/dist/components/LibraryItemsList/DisplayTypeSelector/index.js.map +1 -0
- package/dist/components/LibraryItemsList/FiltersDropdown/FiltersDropdown.d.ts +14 -0
- package/dist/components/LibraryItemsList/FiltersDropdown/FiltersDropdown.js +243 -0
- package/dist/components/LibraryItemsList/FiltersDropdown/FiltersDropdown.js.map +1 -0
- package/dist/components/LibraryItemsList/FiltersDropdown/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/FiltersDropdown/index.js +5 -0
- package/dist/components/LibraryItemsList/FiltersDropdown/index.js.map +1 -0
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.d.ts +16 -0
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.js +338 -0
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.js.map +1 -0
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/FilterAttributeCondition.d.ts +8 -0
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/FilterAttributeCondition.js +89 -0
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/FilterAttributeCondition.js.map +1 -0
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/index.js +5 -0
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/index.js.map +1 -0
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/BooleanFilter.d.ts +4 -0
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/BooleanFilter.js +12 -0
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/BooleanFilter.js.map +1 -0
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/index.js +5 -0
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/index.js.map +1 -0
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/DateBetweenFilter.d.ts +4 -0
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/DateBetweenFilter.js +25 -0
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/DateBetweenFilter.js.map +1 -0
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/index.js +5 -0
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/index.js.map +1 -0
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/DateFilter.d.ts +4 -0
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/DateFilter.js +21 -0
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/DateFilter.js.map +1 -0
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/index.js +5 -0
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/index.js.map +1 -0
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/NumericFilter.d.ts +4 -0
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/NumericFilter.js +34 -0
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/NumericFilter.js.map +1 -0
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/index.js +5 -0
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/index.js.map +1 -0
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/TextFilter.d.ts +4 -0
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/TextFilter.js +33 -0
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/TextFilter.js.map +1 -0
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/index.js +5 -0
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/index.js.map +1 -0
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/index.js +5 -0
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/index.js.map +1 -0
- package/dist/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/FilterDropdownButton.d.ts +8 -0
- package/dist/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/FilterDropdownButton.js +10 -0
- package/dist/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/FilterDropdownButton.js.map +1 -0
- package/dist/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/index.js +5 -0
- package/dist/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/index.js.map +1 -0
- package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/FilterTreeCondition.d.ts +7 -0
- package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/FilterTreeCondition.js +37 -0
- package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/FilterTreeCondition.js.map +1 -0
- package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/index.js +5 -0
- package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/index.js.map +1 -0
- package/dist/components/LibraryItemsList/FiltersPanel/FiltersOptions.d.ts +14 -0
- package/dist/components/LibraryItemsList/FiltersPanel/FiltersOptions.js +155 -0
- package/dist/components/LibraryItemsList/FiltersPanel/FiltersOptions.js.map +1 -0
- package/dist/components/LibraryItemsList/FiltersPanel/FiltersPanel.d.ts +3 -0
- package/dist/components/LibraryItemsList/FiltersPanel/FiltersPanel.js +124 -0
- package/dist/components/LibraryItemsList/FiltersPanel/FiltersPanel.js.map +1 -0
- package/dist/components/LibraryItemsList/FiltersPanel/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/FiltersPanel/index.js +5 -0
- package/dist/components/LibraryItemsList/FiltersPanel/index.js.map +1 -0
- package/dist/components/LibraryItemsList/FiltersPanel/mustHideValue.d.ts +3 -0
- package/dist/components/LibraryItemsList/FiltersPanel/mustHideValue.js +16 -0
- package/dist/components/LibraryItemsList/FiltersPanel/mustHideValue.js.map +1 -0
- package/dist/components/LibraryItemsList/IconViewType/IconViewType.d.ts +8 -0
- package/dist/components/LibraryItemsList/IconViewType/IconViewType.js +17 -0
- package/dist/components/LibraryItemsList/IconViewType/IconViewType.js.map +1 -0
- package/dist/components/LibraryItemsList/IconViewType/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/IconViewType/index.js +5 -0
- package/dist/components/LibraryItemsList/IconViewType/index.js.map +1 -0
- package/dist/components/LibraryItemsList/LibraryItemsList.d.ts +13 -0
- package/dist/components/LibraryItemsList/LibraryItemsList.js +16 -0
- package/dist/components/LibraryItemsList/LibraryItemsList.js.map +1 -0
- package/dist/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.d.ts +15 -0
- package/dist/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.js +189 -0
- package/dist/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.js.map +1 -0
- package/dist/components/LibraryItemsList/LibraryItemsListContent/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/LibraryItemsListContent/index.js +5 -0
- package/dist/components/LibraryItemsList/LibraryItemsListContent/index.js.map +1 -0
- package/dist/components/LibraryItemsList/LibraryItemsListEmpty/LibraryItemsListEmpty.d.ts +3 -0
- package/dist/components/LibraryItemsList/LibraryItemsListEmpty/LibraryItemsListEmpty.js +37 -0
- package/dist/components/LibraryItemsList/LibraryItemsListEmpty/LibraryItemsListEmpty.js.map +1 -0
- package/dist/components/LibraryItemsList/LibraryItemsListEmpty/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/LibraryItemsListEmpty/index.js +5 -0
- package/dist/components/LibraryItemsList/LibraryItemsListEmpty/index.js.map +1 -0
- package/dist/components/LibraryItemsList/LibraryItemsListPagination/LibraryItemsListPagination.d.ts +3 -0
- package/dist/components/LibraryItemsList/LibraryItemsListPagination/LibraryItemsListPagination.js +20 -0
- package/dist/components/LibraryItemsList/LibraryItemsListPagination/LibraryItemsListPagination.js.map +1 -0
- package/dist/components/LibraryItemsList/LibraryItemsListPagination/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/LibraryItemsListPagination/index.js +5 -0
- package/dist/components/LibraryItemsList/LibraryItemsListPagination/index.js.map +1 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyCell/BodyCell.d.ts +9 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyCell/BodyCell.js +47 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyCell/BodyCell.js.map +1 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyCell/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyCell/index.js +5 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyCell/index.js.map +1 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyRow/BodyRow.d.ts +8 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyRow/BodyRow.js +54 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyRow/BodyRow.js.map +1 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyRow/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyRow/index.js +5 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyRow/index.js.map +1 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/AllValuesCount.d.ts +8 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/AllValuesCount.js +49 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/AllValuesCount.js.map +1 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/index.js +5 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/index.js.map +1 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/Cell.d.ts +8 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/Cell.js +47 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/Cell.js.map +1 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/CellInfos.d.ts +10 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/CellInfos.js +42 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/CellInfos.js.map +1 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/index.js +5 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/index.js.map +1 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/CellSelection.d.ts +6 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/CellSelection.js +33 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/CellSelection.js.map +1 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/index.js +5 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/index.js.map +1 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/ElementsToDisplay/RichTextDisplay.d.ts +6 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/ElementsToDisplay/RichTextDisplay.js +22 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/ElementsToDisplay/RichTextDisplay.js.map +1 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/StandardCell.d.ts +9 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/StandardCell.js +73 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/StandardCell.js.map +1 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/index.js +5 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/index.js.map +1 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/index.js +5 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/index.js.map +1 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/ChooseTableColumns.d.ts +7 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/ChooseTableColumns.js +86 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/ChooseTableColumns.js.map +1 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/index.js +5 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/index.js.map +1 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/Header.d.ts +9 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/Header.js +139 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/Header.js.map +1 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/index.js +5 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/index.js.map +1 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Table.d.ts +3 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Table.js +230 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Table.js.map +1 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/index.js +5 -0
- package/dist/components/LibraryItemsList/LibraryItemsListTable/index.js.map +1 -0
- package/dist/components/LibraryItemsList/MenuItemList/MenuItemList.d.ts +8 -0
- package/dist/components/LibraryItemsList/MenuItemList/MenuItemList.js +53 -0
- package/dist/components/LibraryItemsList/MenuItemList/MenuItemList.js.map +1 -0
- package/dist/components/LibraryItemsList/MenuItemList/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/MenuItemList/index.js +5 -0
- package/dist/components/LibraryItemsList/MenuItemList/index.js.map +1 -0
- package/dist/components/LibraryItemsList/MenuItemListSelected/MenuItemListSelected.d.ts +6 -0
- package/dist/components/LibraryItemsList/MenuItemListSelected/MenuItemListSelected.js +137 -0
- package/dist/components/LibraryItemsList/MenuItemListSelected/MenuItemListSelected.js.map +1 -0
- package/dist/components/LibraryItemsList/MenuItemListSelected/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/MenuItemListSelected/index.js +5 -0
- package/dist/components/LibraryItemsList/MenuItemListSelected/index.js.map +1 -0
- package/dist/components/LibraryItemsList/MenuSelection/MenuSelection.d.ts +3 -0
- package/dist/components/LibraryItemsList/MenuSelection/MenuSelection.js +57 -0
- package/dist/components/LibraryItemsList/MenuSelection/MenuSelection.js.map +1 -0
- package/dist/components/LibraryItemsList/MenuSelection/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/MenuSelection/index.js +5 -0
- package/dist/components/LibraryItemsList/MenuSelection/index.js.map +1 -0
- package/dist/components/LibraryItemsList/MenuView/MenuView.d.ts +7 -0
- package/dist/components/LibraryItemsList/MenuView/MenuView.js +174 -0
- package/dist/components/LibraryItemsList/MenuView/MenuView.js.map +1 -0
- package/dist/components/LibraryItemsList/MenuView/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/MenuView/index.js +5 -0
- package/dist/components/LibraryItemsList/MenuView/index.js.map +1 -0
- package/dist/components/LibraryItemsList/SearchItems/SearchItems.d.ts +3 -0
- package/dist/components/LibraryItemsList/SearchItems/SearchItems.js +20 -0
- package/dist/components/LibraryItemsList/SearchItems/SearchItems.js.map +1 -0
- package/dist/components/LibraryItemsList/SearchItems/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/SearchItems/index.js +5 -0
- package/dist/components/LibraryItemsList/SearchItems/index.js.map +1 -0
- package/dist/components/LibraryItemsList/Sidebar/Sidebar.d.ts +3 -0
- package/dist/components/LibraryItemsList/Sidebar/Sidebar.js +57 -0
- package/dist/components/LibraryItemsList/Sidebar/Sidebar.js.map +1 -0
- package/dist/components/LibraryItemsList/Sidebar/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/Sidebar/index.js +5 -0
- package/dist/components/LibraryItemsList/Sidebar/index.js.map +1 -0
- package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/ItemTileDisplay.d.ts +7 -0
- package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/ItemTileDisplay.js +194 -0
- package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/ItemTileDisplay.js.map +1 -0
- package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/index.js +5 -0
- package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/index.js.map +1 -0
- package/dist/components/LibraryItemsList/TileDisplay/TileDisplay.d.ts +3 -0
- package/dist/components/LibraryItemsList/TileDisplay/TileDisplay.js +49 -0
- package/dist/components/LibraryItemsList/TileDisplay/TileDisplay.js.map +1 -0
- package/dist/components/LibraryItemsList/TileDisplay/helpers/getItemPreviewSize.d.ts +3 -0
- package/dist/components/LibraryItemsList/TileDisplay/helpers/getItemPreviewSize.js +10 -0
- package/dist/components/LibraryItemsList/TileDisplay/helpers/getItemPreviewSize.js.map +1 -0
- package/dist/components/LibraryItemsList/TileDisplay/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/TileDisplay/index.js +5 -0
- package/dist/components/LibraryItemsList/TileDisplay/index.js.map +1 -0
- package/dist/components/LibraryItemsList/VersionsPanel/VersionsPanel.d.ts +3 -0
- package/dist/components/LibraryItemsList/VersionsPanel/VersionsPanel.js +65 -0
- package/dist/components/LibraryItemsList/VersionsPanel/VersionsPanel.js.map +1 -0
- package/dist/components/LibraryItemsList/VersionsPanel/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/VersionsPanel/index.js +5 -0
- package/dist/components/LibraryItemsList/VersionsPanel/index.js.map +1 -0
- package/dist/components/LibraryItemsList/ViewPanel/EditView/EditView.d.ts +10 -0
- package/dist/components/LibraryItemsList/ViewPanel/EditView/EditView.js +85 -0
- package/dist/components/LibraryItemsList/ViewPanel/EditView/EditView.js.map +1 -0
- package/dist/components/LibraryItemsList/ViewPanel/EditView/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/ViewPanel/EditView/index.js +5 -0
- package/dist/components/LibraryItemsList/ViewPanel/EditView/index.js.map +1 -0
- package/dist/components/LibraryItemsList/ViewPanel/View/View.d.ts +10 -0
- package/dist/components/LibraryItemsList/ViewPanel/View/View.js +146 -0
- package/dist/components/LibraryItemsList/ViewPanel/View/View.js.map +1 -0
- package/dist/components/LibraryItemsList/ViewPanel/View/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/ViewPanel/View/index.js +5 -0
- package/dist/components/LibraryItemsList/ViewPanel/View/index.js.map +1 -0
- package/dist/components/LibraryItemsList/ViewPanel/ViewPanel.d.ts +3 -0
- package/dist/components/LibraryItemsList/ViewPanel/ViewPanel.js +186 -0
- package/dist/components/LibraryItemsList/ViewPanel/ViewPanel.js.map +1 -0
- package/dist/components/LibraryItemsList/ViewPanel/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/ViewPanel/index.js +5 -0
- package/dist/components/LibraryItemsList/ViewPanel/index.js.map +1 -0
- package/dist/components/LibraryItemsList/constants.d.ts +12 -0
- package/dist/components/LibraryItemsList/constants.js +18 -0
- package/dist/components/LibraryItemsList/constants.js.map +1 -0
- package/dist/components/LibraryItemsList/helpers/defaultFilterConditionByAttributeFormat.d.ts +3 -0
- package/dist/components/LibraryItemsList/helpers/defaultFilterConditionByAttributeFormat.js +17 -0
- package/dist/components/LibraryItemsList/helpers/defaultFilterConditionByAttributeFormat.js.map +1 -0
- package/dist/components/LibraryItemsList/helpers/displayTypeToPreviewSize.d.ts +3 -0
- package/dist/components/LibraryItemsList/helpers/displayTypeToPreviewSize.js +14 -0
- package/dist/components/LibraryItemsList/helpers/displayTypeToPreviewSize.js.map +1 -0
- package/dist/components/LibraryItemsList/helpers/extractAttributesFromLibrary.d.ts +4 -0
- package/dist/components/LibraryItemsList/helpers/extractAttributesFromLibrary.js +63 -0
- package/dist/components/LibraryItemsList/helpers/extractAttributesFromLibrary.js.map +1 -0
- package/dist/components/LibraryItemsList/helpers/getFieldFromKey.d.ts +5 -0
- package/dist/components/LibraryItemsList/helpers/getFieldFromKey.js +39 -0
- package/dist/components/LibraryItemsList/helpers/getFieldFromKey.js.map +1 -0
- package/dist/components/LibraryItemsList/helpers/getFieldsFromView.d.ts +6 -0
- package/dist/components/LibraryItemsList/helpers/getFieldsFromView.js +14 -0
- package/dist/components/LibraryItemsList/helpers/getFieldsFromView.js.map +1 -0
- package/dist/components/LibraryItemsList/helpers/getFieldsKeyFromAttribute.d.ts +2 -0
- package/dist/components/LibraryItemsList/helpers/getFieldsKeyFromAttribute.js +12 -0
- package/dist/components/LibraryItemsList/helpers/getFieldsKeyFromAttribute.js.map +1 -0
- package/dist/components/LibraryItemsList/helpers/getSortFieldByAttributeType.d.ts +2 -0
- package/dist/components/LibraryItemsList/helpers/getSortFieldByAttributeType.js +14 -0
- package/dist/components/LibraryItemsList/helpers/getSortFieldByAttributeType.js.map +1 -0
- package/dist/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.d.ts +8 -0
- package/dist/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.js +91 -0
- package/dist/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.js.map +1 -0
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/_types.d.ts +78 -0
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/_types.js +1 -0
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/_types.js.map +1 -0
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/index.js +5 -0
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/index.js.map +1 -0
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchContext.d.ts +7 -0
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchContext.js +6 -0
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchContext.js.map +1 -0
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.d.ts +124 -0
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.js +234 -0
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.js.map +1 -0
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/useSearchReducer.d.ts +6 -0
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/useSearchReducer.js +7 -0
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/useSearchReducer.js.map +1 -0
- package/dist/components/LibraryItemsList/hooks/useUpdateViewsOrderMutation.d.ts +7 -0
- package/dist/components/LibraryItemsList/hooks/useUpdateViewsOrderMutation.js +39 -0
- package/dist/components/LibraryItemsList/hooks/useUpdateViewsOrderMutation.js.map +1 -0
- package/dist/components/LibraryItemsList/index.d.ts +1 -0
- package/dist/components/LibraryItemsList/index.js +4 -0
- package/dist/components/LibraryItemsList/index.js.map +1 -0
- package/dist/components/LibraryItemsList/manageItems.d.ts +11 -0
- package/dist/components/LibraryItemsList/manageItems.js +101 -0
- package/dist/components/LibraryItemsList/manageItems.js.map +1 -0
- package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/DeactivateRecordBtn.d.ts +8 -0
- package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/DeactivateRecordBtn.js +37 -0
- package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/DeactivateRecordBtn.js.map +1 -0
- package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/index.d.ts +2 -0
- package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/index.js +5 -0
- package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/index.js.map +1 -0
- package/dist/components/LibraryItemsList/shared/SelectCellsBtn.d.ts +16 -0
- package/dist/components/LibraryItemsList/shared/SelectCellsBtn.js +32 -0
- package/dist/components/LibraryItemsList/shared/SelectCellsBtn.js.map +1 -0
- package/dist/components/LibraryPicker/LibrariesList/LibrariesList.d.ts +10 -0
- package/dist/components/LibraryPicker/LibrariesList/LibrariesList.js +138 -0
- package/dist/components/LibraryPicker/LibrariesList/LibrariesList.js.map +1 -0
- package/dist/components/LibraryPicker/LibrariesList/index.d.ts +1 -0
- package/dist/components/LibraryPicker/LibrariesList/index.js +4 -0
- package/dist/components/LibraryPicker/LibrariesList/index.js.map +1 -0
- package/dist/components/LibraryPicker/LibraryPicker.d.ts +12 -0
- package/dist/components/LibraryPicker/LibraryPicker.js +21 -0
- package/dist/components/LibraryPicker/LibraryPicker.js.map +1 -0
- package/dist/components/LibraryPicker/index.d.ts +1 -0
- package/dist/components/LibraryPicker/index.js +4 -0
- package/dist/components/LibraryPicker/index.js.map +1 -0
- package/dist/components/List/List.d.ts +13 -0
- package/dist/components/List/List.js +54 -0
- package/dist/components/List/List.js.map +1 -0
- package/dist/components/List/index.d.ts +2 -0
- package/dist/components/List/index.js +5 -0
- package/dist/components/List/index.js.map +1 -0
- package/dist/components/Loading/Loading.d.ts +6 -0
- package/dist/components/Loading/Loading.js +17 -0
- package/dist/components/Loading/Loading.js.map +1 -0
- package/dist/components/Loading/index.d.ts +1 -0
- package/dist/components/Loading/index.js +4 -0
- package/dist/components/Loading/index.js.map +1 -0
- package/dist/components/RecordCard/RecordCard.d.ts +4 -0
- package/dist/components/RecordCard/RecordCard.js +33 -0
- package/dist/components/RecordCard/RecordCard.js.map +1 -0
- package/dist/components/RecordCard/_types.d.ts +16 -0
- package/dist/components/RecordCard/_types.js +1 -0
- package/dist/components/RecordCard/_types.js.map +1 -0
- package/dist/components/RecordCard/index.d.ts +2 -0
- package/dist/components/RecordCard/index.js +5 -0
- package/dist/components/RecordCard/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/EditRecord.d.ts +13 -0
- package/dist/components/RecordEdition/EditRecord/EditRecord.js +86 -0
- package/dist/components/RecordEdition/EditRecord/EditRecord.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/EditRecordSkeleton.d.ts +6 -0
- package/dist/components/RecordEdition/EditRecord/EditRecordSkeleton.js +12 -0
- package/dist/components/RecordEdition/EditRecord/EditRecordSkeleton.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/_types.d.ts +109 -0
- package/dist/components/RecordEdition/EditRecord/_types.js +11 -0
- package/dist/components/RecordEdition/EditRecord/_types.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/helpers/extractFormElements/extractFormElements.d.ts +3 -0
- package/dist/components/RecordEdition/EditRecord/helpers/extractFormElements/extractFormElements.js +14 -0
- package/dist/components/RecordEdition/EditRecord/helpers/extractFormElements/extractFormElements.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/helpers/extractFormElements/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecord/helpers/extractFormElements/index.js +5 -0
- package/dist/components/RecordEdition/EditRecord/helpers/extractFormElements/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/helpers/getActiveFieldValues/getActiveFieldValues.d.ts +3 -0
- package/dist/components/RecordEdition/EditRecord/helpers/getActiveFieldValues/getActiveFieldValues.js +3 -0
- package/dist/components/RecordEdition/EditRecord/helpers/getActiveFieldValues/getActiveFieldValues.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/helpers/getActiveFieldValues/index.d.ts +1 -0
- package/dist/components/RecordEdition/EditRecord/helpers/getActiveFieldValues/index.js +4 -0
- package/dist/components/RecordEdition/EditRecord/helpers/getActiveFieldValues/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/helpers/isCurrentVersion/index.d.ts +1 -0
- package/dist/components/RecordEdition/EditRecord/helpers/isCurrentVersion/index.js +4 -0
- package/dist/components/RecordEdition/EditRecord/helpers/isCurrentVersion/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/helpers/isCurrentVersion/isCurrentVersion.d.ts +7 -0
- package/dist/components/RecordEdition/EditRecord/helpers/isCurrentVersion/isCurrentVersion.js +19 -0
- package/dist/components/RecordEdition/EditRecord/helpers/isCurrentVersion/isCurrentVersion.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/hooks/helpers/getPropertyCacheFieldName.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecord/hooks/helpers/getPropertyCacheFieldName.js +4 -0
- package/dist/components/RecordEdition/EditRecord/hooks/helpers/getPropertyCacheFieldName.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/hooks/useExecuteDeleteValueMutation.d.ts +6 -0
- package/dist/components/RecordEdition/EditRecord/hooks/useExecuteDeleteValueMutation.js +38 -0
- package/dist/components/RecordEdition/EditRecord/hooks/useExecuteDeleteValueMutation.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/hooks/useExecuteSaveValueBatchMutation.d.ts +6 -0
- package/dist/components/RecordEdition/EditRecord/hooks/useExecuteSaveValueBatchMutation.js +63 -0
- package/dist/components/RecordEdition/EditRecord/hooks/useExecuteSaveValueBatchMutation.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/hooks/useRecordEditionContext.d.ts +4 -0
- package/dist/components/RecordEdition/EditRecord/hooks/useRecordEditionContext.js +6 -0
- package/dist/components/RecordEdition/EditRecord/hooks/useRecordEditionContext.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecord/index.js +5 -0
- package/dist/components/RecordEdition/EditRecord/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/reducers/linkFieldReducer/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecord/reducers/linkFieldReducer/index.js +5 -0
- package/dist/components/RecordEdition/EditRecord/reducers/linkFieldReducer/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/reducers/linkFieldReducer/linkFieldReducer.d.ts +52 -0
- package/dist/components/RecordEdition/EditRecord/reducers/linkFieldReducer/linkFieldReducer.js +143 -0
- package/dist/components/RecordEdition/EditRecord/reducers/linkFieldReducer/linkFieldReducer.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/reducers/standardFieldReducer/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecord/reducers/standardFieldReducer/index.js +5 -0
- package/dist/components/RecordEdition/EditRecord/reducers/standardFieldReducer/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/reducers/standardFieldReducer/standardFieldReducer.d.ts +100 -0
- package/dist/components/RecordEdition/EditRecord/reducers/standardFieldReducer/standardFieldReducer.js +273 -0
- package/dist/components/RecordEdition/EditRecord/reducers/standardFieldReducer/standardFieldReducer.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/shared/AddValueBtn/AddValueBtn.d.ts +10 -0
- package/dist/components/RecordEdition/EditRecord/shared/AddValueBtn/AddValueBtn.js +18 -0
- package/dist/components/RecordEdition/EditRecord/shared/AddValueBtn/AddValueBtn.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/shared/AddValueBtn/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecord/shared/AddValueBtn/index.js +5 -0
- package/dist/components/RecordEdition/EditRecord/shared/AddValueBtn/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/shared/DeleteAllValuesBtn/DeleteAllValuesBtn.d.ts +6 -0
- package/dist/components/RecordEdition/EditRecord/shared/DeleteAllValuesBtn/DeleteAllValuesBtn.js +20 -0
- package/dist/components/RecordEdition/EditRecord/shared/DeleteAllValuesBtn/DeleteAllValuesBtn.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/shared/DeleteAllValuesBtn/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecord/shared/DeleteAllValuesBtn/index.js +5 -0
- package/dist/components/RecordEdition/EditRecord/shared/DeleteAllValuesBtn/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/shared/DeleteValueBtn/DeleteValueBtn.d.ts +7 -0
- package/dist/components/RecordEdition/EditRecord/shared/DeleteValueBtn/DeleteValueBtn.js +13 -0
- package/dist/components/RecordEdition/EditRecord/shared/DeleteValueBtn/DeleteValueBtn.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/shared/DeleteValueBtn/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecord/shared/DeleteValueBtn/index.js +5 -0
- package/dist/components/RecordEdition/EditRecord/shared/DeleteValueBtn/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/shared/FieldFooter/FieldFooter.d.ts +9 -0
- package/dist/components/RecordEdition/EditRecord/shared/FieldFooter/FieldFooter.js +27 -0
- package/dist/components/RecordEdition/EditRecord/shared/FieldFooter/FieldFooter.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/shared/FieldFooter/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecord/shared/FieldFooter/index.js +5 -0
- package/dist/components/RecordEdition/EditRecord/shared/FieldFooter/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/shared/InheritedFieldLabel/InheritedFieldLabel.d.ts +7 -0
- package/dist/components/RecordEdition/EditRecord/shared/InheritedFieldLabel/InheritedFieldLabel.js +21 -0
- package/dist/components/RecordEdition/EditRecord/shared/InheritedFieldLabel/InheritedFieldLabel.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/shared/InheritedFieldLabel/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecord/shared/InheritedFieldLabel/index.js +5 -0
- package/dist/components/RecordEdition/EditRecord/shared/InheritedFieldLabel/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/shared/NoValue/NoValue.d.ts +8 -0
- package/dist/components/RecordEdition/EditRecord/shared/NoValue/NoValue.js +32 -0
- package/dist/components/RecordEdition/EditRecord/shared/NoValue/NoValue.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/shared/NoValue/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecord/shared/NoValue/index.js +5 -0
- package/dist/components/RecordEdition/EditRecord/shared/NoValue/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/shared/UpdatedFieldIcon/UpdatedFieldIcon.d.ts +3 -0
- package/dist/components/RecordEdition/EditRecord/shared/UpdatedFieldIcon/UpdatedFieldIcon.js +12 -0
- package/dist/components/RecordEdition/EditRecord/shared/UpdatedFieldIcon/UpdatedFieldIcon.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/shared/UpdatedFieldIcon/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecord/shared/UpdatedFieldIcon/index.js +5 -0
- package/dist/components/RecordEdition/EditRecord/shared/UpdatedFieldIcon/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/shared/ValueDetailsBtn/ValueDetailsBtn.d.ts +11 -0
- package/dist/components/RecordEdition/EditRecord/shared/ValueDetailsBtn/ValueDetailsBtn.js +29 -0
- package/dist/components/RecordEdition/EditRecord/shared/ValueDetailsBtn/ValueDetailsBtn.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/shared/ValueDetailsBtn/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecord/shared/ValueDetailsBtn/index.js +5 -0
- package/dist/components/RecordEdition/EditRecord/shared/ValueDetailsBtn/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/shared/ValuesVersionBtn/ValuesVersionBtn.d.ts +14 -0
- package/dist/components/RecordEdition/EditRecord/shared/ValuesVersionBtn/ValuesVersionBtn.js +55 -0
- package/dist/components/RecordEdition/EditRecord/shared/ValuesVersionBtn/ValuesVersionBtn.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/shared/ValuesVersionBtn/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecord/shared/ValuesVersionBtn/index.js +5 -0
- package/dist/components/RecordEdition/EditRecord/shared/ValuesVersionBtn/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/shared/ValuesVersionIndicator/ValuesVersionIndicator.d.ts +9 -0
- package/dist/components/RecordEdition/EditRecord/shared/ValuesVersionIndicator/ValuesVersionIndicator.js +33 -0
- package/dist/components/RecordEdition/EditRecord/shared/ValuesVersionIndicator/ValuesVersionIndicator.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/shared/ValuesVersionIndicator/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecord/shared/ValuesVersionIndicator/index.js +5 -0
- package/dist/components/RecordEdition/EditRecord/shared/ValuesVersionIndicator/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/Container/Container.d.ts +4 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/Container/Container.js +12 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/Container/Container.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/Container/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/Container/index.js +5 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/Container/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/ErrorField/ErrorField.d.ts +5 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/ErrorField/ErrorField.js +62 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/ErrorField/ErrorField.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/ErrorField/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/ErrorField/index.js +5 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/ErrorField/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/FormDivider/FormDivider.d.ts +5 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/FormDivider/FormDivider.js +7 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/FormDivider/FormDivider.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/FormDivider/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/FormDivider/index.js +5 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/FormDivider/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/FormTabs/FormTabs.d.ts +5 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/FormTabs/FormTabs.js +44 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/FormTabs/FormTabs.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/FormTabs/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/FormTabs/index.js +5 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/FormTabs/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/FloatingMenuHandler/FloatingMenuHandler.d.ts +14 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/FloatingMenuHandler/FloatingMenuHandler.js +28 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/FloatingMenuHandler/FloatingMenuHandler.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/FloatingMenuHandler/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/FloatingMenuHandler/index.js +5 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/FloatingMenuHandler/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/LinkField.d.ts +13 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/LinkField.js +311 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/LinkField.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/RecordIdentityCell/RecordIdentityCell.d.ts +7 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/RecordIdentityCell/RecordIdentityCell.js +10 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/RecordIdentityCell/RecordIdentityCell.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/RecordIdentityCell/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/RecordIdentityCell/index.js +5 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/RecordIdentityCell/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/QuickSearch/QuickSearch.d.ts +14 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/QuickSearch/QuickSearch.js +49 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/QuickSearch/QuickSearch.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/QuickSearch/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/QuickSearch/index.js +5 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/QuickSearch/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/ValuesAdd.d.ts +10 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/ValuesAdd.js +216 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/ValuesAdd.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/index.js +5 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/index.js +5 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/LinkField/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardField.d.ts +5 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardField.js +216 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardField.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.d.ts +4 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.js +13 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.d.ts +4 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.js +21 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.d.ts +4 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.js +21 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/DateRangeInput.d.ts +4 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/DateRangeInput.js +27 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/DateRangeInput.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.d.ts +4 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.js +18 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.d.ts +4 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.js +31 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.d.ts +4 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.js +50 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.d.ts +4 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.js +25 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/StandardFieldValue.d.ts +14 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js +422 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/ValuesList/ValuesList.d.ts +17 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/ValuesList/ValuesList.js +34 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/ValuesList/ValuesList.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/ValuesList/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/ValuesList/index.js +5 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/ValuesList/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/index.js +5 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/index.js +5 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/TextBlock/TextBlock.d.ts +5 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/TextBlock/TextBlock.js +6 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/TextBlock/TextBlock.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/TextBlock/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/TextBlock/index.js +5 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/TextBlock/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/TreeField.d.ts +5 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/TreeField.js +227 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/TreeField.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/TreeFieldValue/TreeFieldValue.d.ts +11 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/TreeFieldValue/TreeFieldValue.js +49 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/TreeFieldValue/TreeFieldValue.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/TreeFieldValue/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/TreeFieldValue/index.js +5 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/TreeFieldValue/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/ValuesAdd/ValuesAdd.d.ts +10 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/ValuesAdd/ValuesAdd.js +107 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/ValuesAdd/ValuesAdd.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/ValuesAdd/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/ValuesAdd/index.js +5 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/ValuesAdd/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/index.js +5 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/TreeField/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/index.d.ts +6 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/index.js +23 -0
- package/dist/components/RecordEdition/EditRecord/uiElements/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordBtn/EditRecordBtn.d.ts +10 -0
- package/dist/components/RecordEdition/EditRecordBtn/EditRecordBtn.js +21 -0
- package/dist/components/RecordEdition/EditRecordBtn/EditRecordBtn.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordBtn/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordBtn/index.js +5 -0
- package/dist/components/RecordEdition/EditRecordBtn/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.d.ts +13 -0
- package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js +336 -0
- package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordModal/EditRecordModalHeader/EditRecordModalHeader.d.ts +3 -0
- package/dist/components/RecordEdition/EditRecordModal/EditRecordModalHeader/EditRecordModalHeader.js +53 -0
- package/dist/components/RecordEdition/EditRecordModal/EditRecordModalHeader/EditRecordModalHeader.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordModal/EditRecordModalHeader/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordModal/EditRecordModalHeader/index.js +5 -0
- package/dist/components/RecordEdition/EditRecordModal/EditRecordModalHeader/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordModal/ValuesVersionSummary/ValuesVersionSummary.d.ts +9 -0
- package/dist/components/RecordEdition/EditRecordModal/ValuesVersionSummary/ValuesVersionSummary.js +33 -0
- package/dist/components/RecordEdition/EditRecordModal/ValuesVersionSummary/ValuesVersionSummary.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordModal/ValuesVersionSummary/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordModal/ValuesVersionSummary/index.js +5 -0
- package/dist/components/RecordEdition/EditRecordModal/ValuesVersionSummary/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordModal/creationErrorContext.d.ts +7 -0
- package/dist/components/RecordEdition/EditRecordModal/creationErrorContext.js +6 -0
- package/dist/components/RecordEdition/EditRecordModal/creationErrorContext.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordModal/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordModal/index.js +5 -0
- package/dist/components/RecordEdition/EditRecordModal/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.d.ts +7 -0
- package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js +17 -0
- package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.d.ts +14 -0
- package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.js +12 -0
- package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/index.js +5 -0
- package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.d.ts +289 -0
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.js +72 -0
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/index.js +5 -0
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/AttributeDetails.d.ts +7 -0
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/AttributeDetails.js +55 -0
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/AttributeDetails.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/index.js +5 -0
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/TreeValuePath.d.ts +9 -0
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/TreeValuePath.js +42 -0
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/TreeValuePath.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/index.js +5 -0
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.d.ts +11 -0
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.js +62 -0
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/ValueInfo.d.ts +3 -0
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/ValueInfo.js +75 -0
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/ValueInfo.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/index.js +5 -0
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.d.ts +11 -0
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.js +51 -0
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/index.js +5 -0
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/index.js +5 -0
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/ValuesVersions.d.ts +3 -0
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/ValuesVersions.js +58 -0
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/ValuesVersions.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/index.js +5 -0
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordSidebar/index.js +5 -0
- package/dist/components/RecordEdition/EditRecordSidebar/index.js.map +1 -0
- package/dist/components/RecordEdition/editRecordModalReducer/editRecordModalReducer.d.ts +66 -0
- package/dist/components/RecordEdition/editRecordModalReducer/editRecordModalReducer.js +75 -0
- package/dist/components/RecordEdition/editRecordModalReducer/editRecordModalReducer.js.map +1 -0
- package/dist/components/RecordEdition/editRecordModalReducer/editRecordModalReducerContext.d.ts +7 -0
- package/dist/components/RecordEdition/editRecordModalReducer/editRecordModalReducerContext.js +9 -0
- package/dist/components/RecordEdition/editRecordModalReducer/editRecordModalReducerContext.js.map +1 -0
- package/dist/components/RecordEdition/editRecordModalReducer/index.d.ts +2 -0
- package/dist/components/RecordEdition/editRecordModalReducer/index.js +5 -0
- package/dist/components/RecordEdition/editRecordModalReducer/index.js.map +1 -0
- package/dist/components/RecordEdition/editRecordModalReducer/useEditRecordModalReducer.d.ts +1 -0
- package/dist/components/RecordEdition/editRecordModalReducer/useEditRecordModalReducer.js +6 -0
- package/dist/components/RecordEdition/editRecordModalReducer/useEditRecordModalReducer.js.map +1 -0
- package/dist/components/RecordEdition/index.d.ts +4 -0
- package/dist/components/RecordEdition/index.js +4 -0
- package/dist/components/RecordEdition/index.js.map +1 -0
- package/dist/components/RecordPreviewWithModal/FileModal/FileModal.d.ts +9 -0
- package/dist/components/RecordPreviewWithModal/FileModal/FileModal.js +38 -0
- package/dist/components/RecordPreviewWithModal/FileModal/FileModal.js.map +1 -0
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/AudioFile.d.ts +4 -0
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/AudioFile.js +15 -0
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/AudioFile.js.map +1 -0
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/index.d.ts +2 -0
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/index.js +5 -0
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/index.js.map +1 -0
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/DocumentFile.d.ts +4 -0
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/DocumentFile.js +26 -0
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/DocumentFile.js.map +1 -0
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/index.d.ts +2 -0
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/index.js +5 -0
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/index.js.map +1 -0
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalContent.d.ts +7 -0
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalContent.js +83 -0
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalContent.js.map +1 -0
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/FileModalSidebar.d.ts +7 -0
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/FileModalSidebar.js +82 -0
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/FileModalSidebar.js.map +1 -0
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/index.d.ts +2 -0
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/index.js +5 -0
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/index.js.map +1 -0
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/ImageFile.d.ts +4 -0
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/ImageFile.js +35 -0
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/ImageFile.js.map +1 -0
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/index.d.ts +2 -0
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/index.js +5 -0
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/index.js.map +1 -0
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/NoDisplayFile.d.ts +7 -0
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/NoDisplayFile.js +44 -0
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/NoDisplayFile.js.map +1 -0
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/index.d.ts +2 -0
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/index.js +5 -0
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/index.js.map +1 -0
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/VideoFile.d.ts +4 -0
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/VideoFile.js +20 -0
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/VideoFile.js.map +1 -0
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/index.d.ts +2 -0
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/index.js +5 -0
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/index.js.map +1 -0
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/_types.d.ts +7 -0
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/_types.js +1 -0
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/_types.js.map +1 -0
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/index.d.ts +2 -0
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/index.js +5 -0
- package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/index.js.map +1 -0
- package/dist/components/RecordPreviewWithModal/FileModal/_constants.d.ts +2 -0
- package/dist/components/RecordPreviewWithModal/FileModal/_constants.js +5 -0
- package/dist/components/RecordPreviewWithModal/FileModal/_constants.js.map +1 -0
- package/dist/components/RecordPreviewWithModal/FileModal/index.d.ts +2 -0
- package/dist/components/RecordPreviewWithModal/FileModal/index.js +5 -0
- package/dist/components/RecordPreviewWithModal/FileModal/index.js.map +1 -0
- package/dist/components/RecordPreviewWithModal/RecordPreviewWithModal.d.ts +9 -0
- package/dist/components/RecordPreviewWithModal/RecordPreviewWithModal.js +47 -0
- package/dist/components/RecordPreviewWithModal/RecordPreviewWithModal.js.map +1 -0
- package/dist/components/RecordPreviewWithModal/index.d.ts +1 -0
- package/dist/components/RecordPreviewWithModal/index.js +4 -0
- package/dist/components/RecordPreviewWithModal/index.js.map +1 -0
- package/dist/components/SearchModal/SearchModal.d.ts +9 -0
- package/dist/components/SearchModal/SearchModal.js +45 -0
- package/dist/components/SearchModal/SearchModal.js.map +1 -0
- package/dist/components/SearchModal/index.d.ts +1 -0
- package/dist/components/SearchModal/index.js +4 -0
- package/dist/components/SearchModal/index.js.map +1 -0
- package/dist/components/SelectTreeNode/SelectTreeNode.d.ts +17 -0
- package/dist/components/SelectTreeNode/SelectTreeNode.js +151 -0
- package/dist/components/SelectTreeNode/SelectTreeNode.js.map +1 -0
- package/dist/components/SelectTreeNode/index.d.ts +2 -0
- package/dist/components/SelectTreeNode/index.js +5 -0
- package/dist/components/SelectTreeNode/index.js.map +1 -0
- package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.d.ts +16 -0
- package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.js +31 -0
- package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.js.map +1 -0
- package/dist/components/SelectTreeNodeModal/index.d.ts +2 -0
- package/dist/components/SelectTreeNodeModal/index.js +5 -0
- package/dist/components/SelectTreeNodeModal/index.js.map +1 -0
- package/dist/components/SubmitStateNotifier/SubmitStateNotifier.d.ts +8 -0
- package/dist/components/SubmitStateNotifier/SubmitStateNotifier.js +68 -0
- package/dist/components/SubmitStateNotifier/SubmitStateNotifier.js.map +1 -0
- package/dist/components/SubmitStateNotifier/_types.d.ts +1 -0
- package/dist/components/SubmitStateNotifier/_types.js +1 -0
- package/dist/components/SubmitStateNotifier/_types.js.map +1 -0
- package/dist/components/SubmitStateNotifier/index.d.ts +2 -0
- package/dist/components/SubmitStateNotifier/index.js +5 -0
- package/dist/components/SubmitStateNotifier/index.js.map +1 -0
- package/dist/components/TreePicker/TreePicker.d.ts +12 -0
- package/dist/components/TreePicker/TreePicker.js +24 -0
- package/dist/components/TreePicker/TreePicker.js.map +1 -0
- package/dist/components/TreePicker/TreesList/TreesList.d.ts +10 -0
- package/dist/components/TreePicker/TreesList/TreesList.js +140 -0
- package/dist/components/TreePicker/TreesList/TreesList.js.map +1 -0
- package/dist/components/TreePicker/TreesList/index.d.ts +1 -0
- package/dist/components/TreePicker/TreesList/index.js +4 -0
- package/dist/components/TreePicker/TreesList/index.js.map +1 -0
- package/dist/components/TreePicker/index.d.ts +1 -0
- package/dist/components/TreePicker/index.js +4 -0
- package/dist/components/TreePicker/index.js.map +1 -0
- package/dist/components/TriggerPreviewsGenerationModal/TriggerPreviewsGenerationModal.d.ts +11 -0
- package/dist/components/TriggerPreviewsGenerationModal/TriggerPreviewsGenerationModal.js +81 -0
- package/dist/components/TriggerPreviewsGenerationModal/TriggerPreviewsGenerationModal.js.map +1 -0
- package/dist/components/TriggerPreviewsGenerationModal/index.d.ts +1 -0
- package/dist/components/TriggerPreviewsGenerationModal/index.js +2 -0
- package/dist/components/TriggerPreviewsGenerationModal/index.js.map +1 -0
- package/dist/components/UploadFiles/UploadFiles.d.ts +14 -0
- package/dist/components/UploadFiles/UploadFiles.js +221 -0
- package/dist/components/UploadFiles/UploadFiles.js.map +1 -0
- package/dist/components/UploadFiles/index.d.ts +2 -0
- package/dist/components/UploadFiles/index.js +5 -0
- package/dist/components/UploadFiles/index.js.map +1 -0
- package/dist/components/ValuesVersionConfigurator/ValuesVersionConfigurator.d.ts +10 -0
- package/dist/components/ValuesVersionConfigurator/ValuesVersionConfigurator.js +40 -0
- package/dist/components/ValuesVersionConfigurator/ValuesVersionConfigurator.js.map +1 -0
- package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.d.ts +11 -0
- package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.js +76 -0
- package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.js.map +1 -0
- package/dist/components/ValuesVersionConfigurator/VersionTree/index.d.ts +2 -0
- package/dist/components/ValuesVersionConfigurator/VersionTree/index.js +5 -0
- package/dist/components/ValuesVersionConfigurator/VersionTree/index.js.map +1 -0
- package/dist/components/ValuesVersionConfigurator/index.d.ts +2 -0
- package/dist/components/ValuesVersionConfigurator/index.js +5 -0
- package/dist/components/ValuesVersionConfigurator/index.js.map +1 -0
- package/dist/components/index.d.ts +34 -0
- package/dist/components/index.js +37 -0
- package/dist/components/index.js.map +1 -0
- package/dist/constants.d.ts +26 -0
- package/dist/constants.js +43 -0
- package/dist/constants.js.map +1 -0
- package/dist/contexts/LangContext/LangContext.d.ts +4 -0
- package/dist/contexts/LangContext/LangContext.js +6 -0
- package/dist/contexts/LangContext/LangContext.js.map +1 -0
- package/dist/contexts/LangContext/_types.d.ts +6 -0
- package/dist/contexts/LangContext/_types.js +1 -0
- package/dist/contexts/LangContext/_types.js.map +1 -0
- package/dist/contexts/LangContext/index.d.ts +2 -0
- package/dist/contexts/LangContext/index.js +5 -0
- package/dist/contexts/LangContext/index.js.map +1 -0
- package/dist/contexts/UserContext/UserContext.d.ts +3 -0
- package/dist/contexts/UserContext/UserContext.js +5 -0
- package/dist/contexts/UserContext/UserContext.js.map +1 -0
- package/dist/contexts/UserContext/index.d.ts +2 -0
- package/dist/contexts/UserContext/index.js +2 -0
- package/dist/contexts/UserContext/index.js.map +1 -0
- package/dist/contexts/UserContext/types.d.ts +9 -0
- package/dist/contexts/UserContext/types.js +1 -0
- package/dist/contexts/UserContext/types.js.map +1 -0
- package/dist/contexts/index.d.ts +2 -0
- package/dist/contexts/index.js +5 -0
- package/dist/contexts/index.js.map +1 -0
- package/dist/gqlFragments/index.d.ts +1 -0
- package/dist/gqlFragments/index.js +4 -0
- package/dist/gqlFragments/index.js.map +1 -0
- package/dist/gqlFragments/recordIdentityFragment.d.ts +1 -0
- package/dist/gqlFragments/recordIdentityFragment.js +20 -0
- package/dist/gqlFragments/recordIdentityFragment.js.map +1 -0
- package/dist/gqlPossibleTypes/index.d.ts +20 -0
- package/dist/gqlPossibleTypes/index.js +23 -0
- package/dist/gqlPossibleTypes/index.js.map +1 -0
- package/dist/hooks/index.d.ts +12 -0
- package/dist/hooks/index.js +15 -0
- package/dist/hooks/index.js.map +1 -0
- package/dist/hooks/useAntdLocale/index.d.ts +1 -0
- package/dist/hooks/useAntdLocale/index.js +4 -0
- package/dist/hooks/useAntdLocale/index.js.map +1 -0
- package/dist/hooks/useAntdLocale/useAntdLocale.d.ts +3 -0
- package/dist/hooks/useAntdLocale/useAntdLocale.js +10 -0
- package/dist/hooks/useAntdLocale/useAntdLocale.js.map +1 -0
- package/dist/hooks/useAppLang/index.d.ts +1 -0
- package/dist/hooks/useAppLang/index.js +4 -0
- package/dist/hooks/useAppLang/index.js.map +1 -0
- package/dist/hooks/useAppLang/useAppLang.d.ts +5 -0
- package/dist/hooks/useAppLang/useAppLang.js +32 -0
- package/dist/hooks/useAppLang/useAppLang.js.map +1 -0
- package/dist/hooks/useAuth/index.d.ts +1 -0
- package/dist/hooks/useAuth/index.js +4 -0
- package/dist/hooks/useAuth/index.js.map +1 -0
- package/dist/hooks/useAuth/useAuth.d.ts +5 -0
- package/dist/hooks/useAuth/useAuth.js +15 -0
- package/dist/hooks/useAuth/useAuth.js.map +1 -0
- package/dist/hooks/useCanEditRecord/index.d.ts +1 -0
- package/dist/hooks/useCanEditRecord/index.js +1 -0
- package/dist/hooks/useCanEditRecord/index.js.map +1 -0
- package/dist/hooks/useCanEditRecord/useCanEditRecord.d.ts +8 -0
- package/dist/hooks/useCanEditRecord/useCanEditRecord.js +48 -0
- package/dist/hooks/useCanEditRecord/useCanEditRecord.js.map +1 -0
- package/dist/hooks/useExecuteAddViewMutation/useExecuteAddViewMutation.d.ts +6 -0
- package/dist/hooks/useExecuteAddViewMutation/useExecuteAddViewMutation.js +35 -0
- package/dist/hooks/useExecuteAddViewMutation/useExecuteAddViewMutation.js.map +1 -0
- package/dist/hooks/useExecuteDeleteViewMutation/useExecuteDeleteViewMutation.d.ts +6 -0
- package/dist/hooks/useExecuteDeleteViewMutation/useExecuteDeleteViewMutation.js +18 -0
- package/dist/hooks/useExecuteDeleteViewMutation/useExecuteDeleteViewMutation.js.map +1 -0
- package/dist/hooks/useGetLibraryDetailExtendedQuery/useGetLibraryDetailExtendedQuery.d.ts +5 -0
- package/dist/hooks/useGetLibraryDetailExtendedQuery/useGetLibraryDetailExtendedQuery.js +15 -0
- package/dist/hooks/useGetLibraryDetailExtendedQuery/useGetLibraryDetailExtendedQuery.js.map +1 -0
- package/dist/hooks/useGetPreparedFileData/useGetPreparedFileData.d.ts +8 -0
- package/dist/hooks/useGetPreparedFileData/useGetPreparedFileData.js +39 -0
- package/dist/hooks/useGetPreparedFileData/useGetPreparedFileData.js.map +1 -0
- package/dist/hooks/useGetRecordForm/index.d.ts +2 -0
- package/dist/hooks/useGetRecordForm/index.js +5 -0
- package/dist/hooks/useGetRecordForm/index.js.map +1 -0
- package/dist/hooks/useGetRecordForm/useGetRecordForm.d.ts +51 -0
- package/dist/hooks/useGetRecordForm/useGetRecordForm.js +62 -0
- package/dist/hooks/useGetRecordForm/useGetRecordForm.js.map +1 -0
- package/dist/hooks/useGetRecordUpdatesSubscription/index.d.ts +1 -0
- package/dist/hooks/useGetRecordUpdatesSubscription/index.js +4 -0
- package/dist/hooks/useGetRecordUpdatesSubscription/index.js.map +1 -0
- package/dist/hooks/useGetRecordUpdatesSubscription/useGetRecordUpdatesSubscription.d.ts +4 -0
- package/dist/hooks/useGetRecordUpdatesSubscription/useGetRecordUpdatesSubscription.js +16 -0
- package/dist/hooks/useGetRecordUpdatesSubscription/useGetRecordUpdatesSubscription.js.map +1 -0
- package/dist/hooks/useGetRecordValuesQuery/useGetRecordValuesQuery.d.ts +10 -0
- package/dist/hooks/useGetRecordValuesQuery/useGetRecordValuesQuery.js +49 -0
- package/dist/hooks/useGetRecordValuesQuery/useGetRecordValuesQuery.js.map +1 -0
- package/dist/hooks/useLang/index.d.ts +2 -0
- package/dist/hooks/useLang/index.js +5 -0
- package/dist/hooks/useLang/index.js.map +1 -0
- package/dist/hooks/useLang/useLang.d.ts +3 -0
- package/dist/hooks/useLang/useLang.js +13 -0
- package/dist/hooks/useLang/useLang.js.map +1 -0
- package/dist/hooks/useLibraryVersionTrees/index.d.ts +1 -0
- package/dist/hooks/useLibraryVersionTrees/index.js +4 -0
- package/dist/hooks/useLibraryVersionTrees/index.js.map +1 -0
- package/dist/hooks/useLibraryVersionTrees/useLibraryVersionTrees.d.ts +10 -0
- package/dist/hooks/useLibraryVersionTrees/useLibraryVersionTrees.js +18 -0
- package/dist/hooks/useLibraryVersionTrees/useLibraryVersionTrees.js.map +1 -0
- package/dist/hooks/useLocalStorage/index.d.ts +1 -0
- package/dist/hooks/useLocalStorage/index.js +4 -0
- package/dist/hooks/useLocalStorage/index.js.map +1 -0
- package/dist/hooks/useLocalStorage/useLocalStorage.d.ts +2 -0
- package/dist/hooks/useLocalStorage/useLocalStorage.js +18 -0
- package/dist/hooks/useLocalStorage/useLocalStorage.js.map +1 -0
- package/dist/hooks/useRecordsConsultationHistory/index.d.ts +2 -0
- package/dist/hooks/useRecordsConsultationHistory/index.js +5 -0
- package/dist/hooks/useRecordsConsultationHistory/index.js.map +1 -0
- package/dist/hooks/useRecordsConsultationHistory/useRecordsConsultationHistory.d.ts +1 -0
- package/dist/hooks/useRecordsConsultationHistory/useRecordsConsultationHistory.js +32 -0
- package/dist/hooks/useRecordsConsultationHistory/useRecordsConsultationHistory.js.map +1 -0
- package/dist/hooks/useRefreshFieldValues/index.d.ts +1 -0
- package/dist/hooks/useRefreshFieldValues/index.js +4 -0
- package/dist/hooks/useRefreshFieldValues/index.js.map +1 -0
- package/dist/hooks/useRefreshFieldValues/useRefreshFieldValues.d.ts +7 -0
- package/dist/hooks/useRefreshFieldValues/useRefreshFieldValues.js +41 -0
- package/dist/hooks/useRefreshFieldValues/useRefreshFieldValues.js.map +1 -0
- package/dist/hooks/useRefreshToken/index.d.ts +1 -0
- package/dist/hooks/useRefreshToken/index.js +4 -0
- package/dist/hooks/useRefreshToken/index.js.map +1 -0
- package/dist/hooks/useRefreshToken/useRefreshToken.d.ts +4 -0
- package/dist/hooks/useRefreshToken/useRefreshToken.js +29 -0
- package/dist/hooks/useRefreshToken/useRefreshToken.js.map +1 -0
- package/dist/hooks/useSharedTranslation/index.d.ts +1 -0
- package/dist/hooks/useSharedTranslation/index.js +4 -0
- package/dist/hooks/useSharedTranslation/index.js.map +1 -0
- package/dist/hooks/useSharedTranslation/useSharedTranslation.d.ts +2 -0
- package/dist/hooks/useSharedTranslation/useSharedTranslation.js +34 -0
- package/dist/hooks/useSharedTranslation/useSharedTranslation.js.map +1 -0
- package/dist/hooks/useUser/useUser.d.ts +1 -0
- package/dist/hooks/useUser/useUser.js +12 -0
- package/dist/hooks/useUser/useUser.js.map +1 -0
- package/dist/hooks/useValuesCacheUpdate/index.d.ts +1 -0
- package/dist/hooks/useValuesCacheUpdate/index.js +4 -0
- package/dist/hooks/useValuesCacheUpdate/index.js.map +1 -0
- package/dist/hooks/useValuesCacheUpdate/useValuesCacheUpdate.d.ts +4 -0
- package/dist/hooks/useValuesCacheUpdate/useValuesCacheUpdate.js +42 -0
- package/dist/hooks/useValuesCacheUpdate/useValuesCacheUpdate.js.map +1 -0
- package/dist/index.d.ts +8 -0
- package/dist/index.js +11 -0
- package/dist/index.js.map +1 -0
- package/dist/locales/en/shared.json +147 -0
- package/dist/locales/fr/shared.json +148 -0
- package/dist/types/attributes.d.ts +21 -0
- package/dist/types/attributes.js +1 -0
- package/dist/types/attributes.js.map +1 -0
- package/dist/types/index.d.ts +8 -0
- package/dist/types/index.js +8 -0
- package/dist/types/index.js.map +1 -0
- package/dist/types/misc.d.ts +2 -0
- package/dist/types/misc.js +1 -0
- package/dist/types/misc.js.map +1 -0
- package/dist/types/records.d.ts +25 -0
- package/dist/types/records.js +1 -0
- package/dist/types/records.js.map +1 -0
- package/dist/types/scalars.d.ts +1 -0
- package/dist/types/scalars.js +1 -0
- package/dist/types/scalars.js.map +1 -0
- package/dist/types/search.d.ts +189 -0
- package/dist/types/search.js +45 -0
- package/dist/types/search.js.map +1 -0
- package/dist/types/trees.d.ts +17 -0
- package/dist/types/trees.js +1 -0
- package/dist/types/trees.js.map +1 -0
- package/dist/types/values.d.ts +7 -0
- package/dist/types/values.js +1 -0
- package/dist/types/values.js.map +1 -0
- package/dist/types/views.d.ts +34 -0
- package/dist/types/views.js +1 -0
- package/dist/types/views.js.map +1 -0
- package/graphql_codegen.ts +19 -0
- package/jest.config.js +21 -0
- package/package.json +8 -25
- package/scripts/createComponent.js +79 -0
- package/setupTests.ts +19 -0
- package/src/__mocks__/common/application.ts +30 -0
- package/src/__mocks__/common/attribute.ts +164 -0
- package/src/__mocks__/common/filter.ts +41 -0
- package/src/__mocks__/common/form.tsx +291 -0
- package/src/__mocks__/common/import.ts +31 -0
- package/src/__mocks__/common/label.ts +7 -0
- package/src/__mocks__/common/library.ts +111 -0
- package/src/__mocks__/common/mockSearchContextProvider.tsx +23 -0
- package/src/__mocks__/common/record.ts +27 -0
- package/src/__mocks__/common/tree.ts +33 -0
- package/src/__mocks__/common/treeElements.ts +73 -0
- package/src/__mocks__/common/value.ts +48 -0
- package/src/__mocks__/common/versionProfile.ts +10 -0
- package/src/__mocks__/common/view.ts +28 -0
- package/src/__mocks__/mockQuery/mockGetLibraryDetailExtendedQuery.ts +66 -0
- package/src/__mocks__/mockQuery/mockGetRecordsFromLibraryQuery.ts +42 -0
- package/src/__mocks__/mockQuery/mockGetViewListQuery.ts +52 -0
- package/src/__mocks__/react-i18next.js +69 -0
- package/src/_gqlTypes/index.ts +3808 -0
- package/src/_queries/applications/applicationDetailsFragment.ts +27 -0
- package/src/_queries/applications/checkApplicationExistence.ts +12 -0
- package/src/_queries/applications/getApplicationDetails.ts +16 -0
- package/src/_queries/applications/getApplicationsModulesQuery.ts +14 -0
- package/src/_queries/applications/saveApplicationMutation.ts +14 -0
- package/src/_queries/attributes/attributeDetailsFragment.ts +57 -0
- package/src/_queries/attributes/checkAttributeExistenceQuery.ts +12 -0
- package/src/_queries/attributes/deleteAttributeMutation.ts +12 -0
- package/src/_queries/attributes/getAttributeByIdQuery.ts +16 -0
- package/src/_queries/attributes/getAttributeWithEmbeddedFields.ts +32 -0
- package/src/_queries/attributes/getAttributesByLib.ts +48 -0
- package/src/_queries/attributes/getAttributesQuery.ts +19 -0
- package/src/_queries/attributes/getVersionProfilesQuery.ts +15 -0
- package/src/_queries/attributes/getVersionableAttributesByLibrary.ts +24 -0
- package/src/_queries/attributes/saveAttributeMutation.ts +14 -0
- package/src/_queries/files/createDirectory.ts +14 -0
- package/src/_queries/files/forcePreviewsGenerationMutation.ts +22 -0
- package/src/_queries/files/getDirectoryDataQuery.ts +53 -0
- package/src/_queries/files/getUploadUpdates.ts +23 -0
- package/src/_queries/files/uploadMutation.ts +18 -0
- package/src/_queries/import/importExcel.ts +11 -0
- package/src/_queries/libraries/checkLibraryExistenceQuery.ts +12 -0
- package/src/_queries/libraries/deleteLibraryMutation.ts +12 -0
- package/src/_queries/libraries/getLibrariesQuery.ts +29 -0
- package/src/_queries/libraries/getLibraryByIdQuery.ts +16 -0
- package/src/_queries/libraries/getLibraryDetailExtendQuery.ts +259 -0
- package/src/_queries/libraries/getLibraryPermissionsQuery.ts +20 -0
- package/src/_queries/libraries/getLibraryPreviewsSettingsQuery.ts +29 -0
- package/src/_queries/libraries/libraryDetailsFragment.ts +87 -0
- package/src/_queries/libraries/saveLibraryMutation.ts +14 -0
- package/src/_queries/permissions/isAllowedQuery.ts +18 -0
- package/src/_queries/records/createRecordMutation.ts +26 -0
- package/src/_queries/records/deactivateRecordsMutation.ts +12 -0
- package/src/_queries/records/doesFileExistAsChild.ts +10 -0
- package/src/_queries/records/getFileDataQuery.ts +77 -0
- package/src/_queries/records/getRecordColumnsValues.ts +90 -0
- package/src/_queries/records/getRecordFormQuery.ts +62 -0
- package/src/_queries/records/getRecordPropertiesQuery.ts +165 -0
- package/src/_queries/records/getRecordUpdatesSubscription.ts +31 -0
- package/src/_queries/records/getRecordsFromLibraryQuery.ts +137 -0
- package/src/_queries/records/indexRecordsMutation.ts +10 -0
- package/src/_queries/records/recordFormAttributeFragment.ts +94 -0
- package/src/_queries/tasks/cancelTaskMutation.ts +10 -0
- package/src/_queries/trees/checkTreeExistenceQuery.ts +12 -0
- package/src/_queries/trees/deleteTreeMutation.ts +12 -0
- package/src/_queries/trees/getTreeByIdQuery.ts +16 -0
- package/src/_queries/trees/getTreeLibraries.ts +30 -0
- package/src/_queries/trees/getTreesQuery.ts +18 -0
- package/src/_queries/trees/saveTreeMutation.ts +14 -0
- package/src/_queries/trees/treeDetailsFragment.ts +24 -0
- package/src/_queries/trees/treeNodeChildrenQuery.ts +48 -0
- package/src/_queries/userData/getUserData.ts +13 -0
- package/src/_queries/userData/saveUserData.ts +13 -0
- package/src/_queries/values/deleteValueMutation.ts +14 -0
- package/src/_queries/values/saveValueBatchMutation.ts +34 -0
- package/src/_queries/values/valueDetailsFragment.ts +76 -0
- package/src/_queries/values/valuesVersionFragment.ts +23 -0
- package/src/_queries/views/deleteViewMutation.ts +23 -0
- package/src/_queries/views/getViewById.ts +16 -0
- package/src/_queries/views/getViewsListQuery.ts +17 -0
- package/src/_queries/views/saveViewMutation.ts +16 -0
- package/src/_queries/views/viewDetailsFragment.ts +59 -0
- package/src/_tests/testUtils.tsx +46 -0
- package/src/_utils/getFiltersFromRequest.ts +136 -0
- package/src/_utils/getRequestFromFilter.ts +61 -0
- package/src/_utils/index.ts +189 -0
- package/src/antdTheme/index.ts +108 -0
- package/src/antdTheme/types.ts +5 -0
- package/src/components/AttributePicker/AttributePicker.test.tsx +286 -0
- package/src/components/AttributePicker/AttributePicker.tsx +71 -0
- package/src/components/AttributePicker/AttributesList/AttributesList.tsx +330 -0
- package/src/components/AttributePicker/AttributesList/index.ts +4 -0
- package/src/components/AttributePicker/index.ts +4 -0
- package/src/components/AttributesSelectionList/Attribute/Attribute.tsx +67 -0
- package/src/components/AttributesSelectionList/Attribute/index.ts +5 -0
- package/src/components/AttributesSelectionList/AttributesSelectionList.test.tsx +115 -0
- package/src/components/AttributesSelectionList/AttributesSelectionList.tsx +132 -0
- package/src/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/SelectedAttribute.tsx +69 -0
- package/src/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/index.ts +5 -0
- package/src/components/AttributesSelectionList/SelectedAttributesList/SelectedAttributesList.tsx +96 -0
- package/src/components/AttributesSelectionList/SelectedAttributesList/index.ts +5 -0
- package/src/components/AttributesSelectionList/_types.ts +16 -0
- package/src/components/AttributesSelectionList/helpers/attributeToSelectedAttribute.ts +11 -0
- package/src/components/AttributesSelectionList/index.ts +5 -0
- package/src/components/AttributesSelectionList/reducer/__mocks__/attributesSelectionListStateContext.ts +10 -0
- package/src/components/AttributesSelectionList/reducer/attributesSelectionListReducer.test.tsx +202 -0
- package/src/components/AttributesSelectionList/reducer/attributesSelectionListReducer.tsx +118 -0
- package/src/components/AttributesSelectionList/reducer/attributesSelectionListStateContext.ts +16 -0
- package/src/components/AttributesSelectionList/sharedComponents.tsx +18 -0
- package/src/components/BasicButton/BasicButton.test.tsx +14 -0
- package/src/components/BasicButton/BasicButton.tsx +36 -0
- package/src/components/BasicButton/index.ts +4 -0
- package/src/components/CreateDirectory/CreateDirectory.test.tsx +277 -0
- package/src/components/CreateDirectory/CreateDirectory.tsx +222 -0
- package/src/components/CreateDirectory/index.ts +5 -0
- package/src/components/Dimmer/Dimmer.test.tsx +21 -0
- package/src/components/Dimmer/Dimmer.tsx +27 -0
- package/src/components/Dimmer/index.ts +5 -0
- package/src/components/EditApplication/EditApplication.test.tsx +315 -0
- package/src/components/EditApplication/EditApplication.tsx +64 -0
- package/src/components/EditApplication/EditApplicationInfo/EditApplicationInfo.tsx +166 -0
- package/src/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/EditApplicationInfoForm.tsx +316 -0
- package/src/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/ModuleSelector/ModuleSelector.tsx +51 -0
- package/src/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/ModuleSelector/index.ts +5 -0
- package/src/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/index.ts +5 -0
- package/src/components/EditApplication/EditApplicationInfo/index.ts +4 -0
- package/src/components/EditApplication/_types.ts +12 -0
- package/src/components/EditApplication/index.ts +5 -0
- package/src/components/EditAttributeModal/EditAttribute/EditAttribute.tsx +68 -0
- package/src/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfo.tsx +188 -0
- package/src/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/EditAttributeInfoForm.tsx +382 -0
- package/src/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/LinkedLibraryForm.tsx +88 -0
- package/src/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/index.ts +4 -0
- package/src/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/LinkedTreeForm.tsx +84 -0
- package/src/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/index.ts +4 -0
- package/src/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/ValuesVersionsForm/ValuesVersionsForm.tsx +100 -0
- package/src/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/ValuesVersionsForm/index.ts +4 -0
- package/src/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/index.ts +4 -0
- package/src/components/EditAttributeModal/EditAttribute/EditAttributeInfo/index.ts +4 -0
- package/src/components/EditAttributeModal/EditAttribute/index.ts +4 -0
- package/src/components/EditAttributeModal/EditAttributeModal.test.tsx +335 -0
- package/src/components/EditAttributeModal/EditAttributeModal.tsx +178 -0
- package/src/components/EditAttributeModal/index.ts +4 -0
- package/src/components/EditLibraryModal/EditLibrary/EditLibrary.tsx +119 -0
- package/src/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/AttributeCell.tsx +61 -0
- package/src/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/index.ts +4 -0
- package/src/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributesList.tsx +273 -0
- package/src/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/DeleteButton.tsx +52 -0
- package/src/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/index.ts +4 -0
- package/src/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/index.ts +4 -0
- package/src/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/EditLibraryAttributes.test.tsx +116 -0
- package/src/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/EditLibraryAttributes.tsx +56 -0
- package/src/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/index.ts +4 -0
- package/src/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/EditLibraryIndexation.tsx +134 -0
- package/src/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/index.ts +4 -0
- package/src/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfo.tsx +159 -0
- package/src/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/EditLibraryInfoForm.tsx +306 -0
- package/src/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/index.ts +4 -0
- package/src/components/EditLibraryModal/EditLibrary/EditLibraryInfo/index.ts +4 -0
- package/src/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditLibraryPreviewsSettings.test.tsx +85 -0
- package/src/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditLibraryPreviewsSettings.tsx +51 -0
- package/src/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/EditPreviewsSettingsModal.test.tsx +76 -0
- package/src/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/EditPreviewsSettingsModal.tsx +180 -0
- package/src/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/SizesEditor.tsx +182 -0
- package/src/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/index.ts +4 -0
- package/src/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/index.ts +4 -0
- package/src/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/PreviewsSettingsList.tsx +241 -0
- package/src/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/index.ts +4 -0
- package/src/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/index.ts +4 -0
- package/src/components/EditLibraryModal/EditLibrary/index.ts +4 -0
- package/src/components/EditLibraryModal/EditLibraryModal.test.tsx +346 -0
- package/src/components/EditLibraryModal/EditLibraryModal.tsx +178 -0
- package/src/components/EditLibraryModal/index.ts +4 -0
- package/src/components/EditTreeModal/EditTree/EditTree.tsx +68 -0
- package/src/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfo.tsx +171 -0
- package/src/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/EditTreeInfoForm.tsx +216 -0
- package/src/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/TreeLibrariesForm.tsx +239 -0
- package/src/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/index.ts +4 -0
- package/src/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/index.ts +4 -0
- package/src/components/EditTreeModal/EditTree/EditTreeInfo/index.ts +4 -0
- package/src/components/EditTreeModal/EditTree/index.ts +4 -0
- package/src/components/EditTreeModal/EditTreeModal.test.tsx +516 -0
- package/src/components/EditTreeModal/EditTreeModal.tsx +167 -0
- package/src/components/EditTreeModal/index.ts +4 -0
- package/src/components/EntityCard/EntityCard.test.tsx +50 -0
- package/src/components/EntityCard/EntityCard.tsx +177 -0
- package/src/components/EntityCard/_types.ts +9 -0
- package/src/components/EntityCard/index.ts +5 -0
- package/src/components/EntityPreview/EntityPreview.test.tsx +50 -0
- package/src/components/EntityPreview/EntityPreview.tsx +17 -0
- package/src/components/EntityPreview/EntityPreviewList/EntityPreviewList.tsx +106 -0
- package/src/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/SimplisticEntityPreview.tsx +34 -0
- package/src/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/index.ts +5 -0
- package/src/components/EntityPreview/EntityPreviewList/index.ts +5 -0
- package/src/components/EntityPreview/EntityPreviewTile/EntityPreviewTile.tsx +105 -0
- package/src/components/EntityPreview/EntityPreviewTile/index.ts +5 -0
- package/src/components/EntityPreview/_types.ts +25 -0
- package/src/components/EntityPreview/index.ts +5 -0
- package/src/components/ErrorBoundary/ErrorBoundary.test.tsx +38 -0
- package/src/components/ErrorBoundary/ErrorBoundary.tsx +46 -0
- package/src/components/ErrorBoundary/ErrorBoundaryContent/ErrorBoundaryContent.tsx +78 -0
- package/src/components/ErrorBoundary/ErrorBoundaryContent/index.ts +5 -0
- package/src/components/ErrorBoundary/index.ts +4 -0
- package/src/components/ErrorDisplay/ErrorDisplay.test.tsx +15 -0
- package/src/components/ErrorDisplay/ErrorDisplay.tsx +66 -0
- package/src/components/ErrorDisplay/index.ts +4 -0
- package/src/components/ErrorMessage/ErrorMessage.test.tsx +30 -0
- package/src/components/ErrorMessage/ErrorMessage.tsx +45 -0
- package/src/components/ErrorMessage/index.ts +5 -0
- package/src/components/FieldsGroup/FieldsGroup.test.tsx +18 -0
- package/src/components/FieldsGroup/FieldsGroup.tsx +43 -0
- package/src/components/FieldsGroup/index.ts +5 -0
- package/src/components/FloatingMenu/FloatingMenu.test.tsx +81 -0
- package/src/components/FloatingMenu/FloatingMenu.tsx +94 -0
- package/src/components/FloatingMenu/_types.ts +20 -0
- package/src/components/FloatingMenu/index.ts +5 -0
- package/src/components/ImageLoading/ImageLoading.tsx +32 -0
- package/src/components/ImageLoading/index.ts +4 -0
- package/src/components/ImageMissing/ImageMissing.tsx +38 -0
- package/src/components/ImageMissing/index.ts +4 -0
- package/src/components/ImportModal/ImportModal.tsx +289 -0
- package/src/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/ImportKeysSelector.tsx +60 -0
- package/src/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/index.ts +5 -0
- package/src/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/ImportMappingRowTitle.tsx +37 -0
- package/src/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/index.ts +5 -0
- package/src/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.tsx +298 -0
- package/src/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/ImportScheduleModal.tsx +52 -0
- package/src/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/index.ts +5 -0
- package/src/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/ImportSheetSettings.tsx +155 -0
- package/src/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/index.ts +5 -0
- package/src/components/ImportModal/ImportModalConfigStep/index.ts +5 -0
- package/src/components/ImportModal/ImportModalDoneStep/ImportModalDoneStep.tsx +28 -0
- package/src/components/ImportModal/ImportModalDoneStep/index.ts +5 -0
- package/src/components/ImportModal/ImportModalProcessingStep/ImportModalProcessingStep.tsx +18 -0
- package/src/components/ImportModal/ImportModalProcessingStep/index.ts +5 -0
- package/src/components/ImportModal/ImportModalSelectFileStep/ImportModalSelectFileStep.tsx +212 -0
- package/src/components/ImportModal/ImportModalSelectFileStep/index.ts +5 -0
- package/src/components/ImportModal/_types.ts +44 -0
- package/src/components/ImportModal/importReducer/ImportReducerContext.ts +17 -0
- package/src/components/ImportModal/importReducer/importReducer.test.ts +125 -0
- package/src/components/ImportModal/importReducer/importReducer.ts +171 -0
- package/src/components/ImportModal/importReducer/index.ts +5 -0
- package/src/components/ImportModal/index.ts +5 -0
- package/src/components/LibraryItemsList/DisplayOptions/DisplayOptions.tsx +121 -0
- package/src/components/LibraryItemsList/DisplayOptions/index.ts +5 -0
- package/src/components/LibraryItemsList/DisplayTypeSelector/DisplayTypeSelector.test.tsx +29 -0
- package/src/components/LibraryItemsList/DisplayTypeSelector/DisplayTypeSelector.tsx +23 -0
- package/src/components/LibraryItemsList/DisplayTypeSelector/index.ts +5 -0
- package/src/components/LibraryItemsList/FiltersDropdown/FiltersDropdown.tsx +341 -0
- package/src/components/LibraryItemsList/FiltersDropdown/index.ts +5 -0
- package/src/components/LibraryItemsList/FiltersPanel/Filter/Filter.test.tsx +75 -0
- package/src/components/LibraryItemsList/FiltersPanel/Filter/Filter.tsx +543 -0
- package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/FilterAttributeCondition.tsx +134 -0
- package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/index.ts +5 -0
- package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/BooleanFilter.test.tsx +38 -0
- package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/BooleanFilter.tsx +23 -0
- package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/index.ts +5 -0
- package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/DateBetweenFilter.test.tsx +14 -0
- package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/DateBetweenFilter.tsx +43 -0
- package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/index.ts +5 -0
- package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/DateFilter.test.tsx +14 -0
- package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/DateFilter.tsx +36 -0
- package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/index.ts +5 -0
- package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/NumericFilter.test.tsx +14 -0
- package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/NumericFilter.tsx +50 -0
- package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/index.ts +5 -0
- package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/TextFilter.test.tsx +16 -0
- package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/TextFilter.tsx +52 -0
- package/src/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/index.ts +5 -0
- package/src/components/LibraryItemsList/FiltersPanel/Filter/index.ts +5 -0
- package/src/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/FilterDropdownButton.tsx +27 -0
- package/src/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/index.ts +5 -0
- package/src/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/FilterTreeCondition.test.tsx +23 -0
- package/src/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/FilterTreeCondition.tsx +54 -0
- package/src/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/index.ts +5 -0
- package/src/components/LibraryItemsList/FiltersPanel/FiltersOptions.tsx +192 -0
- package/src/components/LibraryItemsList/FiltersPanel/FiltersPanel.tsx +190 -0
- package/src/components/LibraryItemsList/FiltersPanel/index.ts +5 -0
- package/src/components/LibraryItemsList/FiltersPanel/mustHideValue.ts +19 -0
- package/src/components/LibraryItemsList/IconViewType/IconViewType.tsx +24 -0
- package/src/components/LibraryItemsList/IconViewType/index.ts +5 -0
- package/src/components/LibraryItemsList/LibraryItemsList.test.tsx +104 -0
- package/src/components/LibraryItemsList/LibraryItemsList.tsx +51 -0
- package/src/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.tsx +274 -0
- package/src/components/LibraryItemsList/LibraryItemsListContent/index.ts +5 -0
- package/src/components/LibraryItemsList/LibraryItemsListEmpty/LibraryItemsListEmpty.tsx +106 -0
- package/src/components/LibraryItemsList/LibraryItemsListEmpty/index.ts +5 -0
- package/src/components/LibraryItemsList/LibraryItemsListPagination/LibraryItemsListPagination.test.tsx +20 -0
- package/src/components/LibraryItemsList/LibraryItemsListPagination/LibraryItemsListPagination.tsx +36 -0
- package/src/components/LibraryItemsList/LibraryItemsListPagination/index.ts +5 -0
- package/src/components/LibraryItemsList/LibraryItemsListTable/BodyCell/BodyCell.test.tsx +39 -0
- package/src/components/LibraryItemsList/LibraryItemsListTable/BodyCell/BodyCell.tsx +70 -0
- package/src/components/LibraryItemsList/LibraryItemsListTable/BodyCell/index.ts +6 -0
- package/src/components/LibraryItemsList/LibraryItemsListTable/BodyRow/BodyRow.test.tsx +48 -0
- package/src/components/LibraryItemsList/LibraryItemsListTable/BodyRow/BodyRow.tsx +93 -0
- package/src/components/LibraryItemsList/LibraryItemsListTable/BodyRow/index.ts +5 -0
- package/src/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/AllValuesCount.tsx +87 -0
- package/src/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/index.ts +5 -0
- package/src/components/LibraryItemsList/LibraryItemsListTable/Cell/Cell.test.tsx +75 -0
- package/src/components/LibraryItemsList/LibraryItemsListTable/Cell/Cell.tsx +76 -0
- package/src/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/CellInfos.test.tsx +38 -0
- package/src/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/CellInfos.tsx +90 -0
- package/src/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/index.ts +5 -0
- package/src/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/CellSelection.test.tsx +13 -0
- package/src/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/CellSelection.tsx +46 -0
- package/src/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/index.ts +5 -0
- package/src/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/ElementsToDisplay/RichTextDisplay.tsx +33 -0
- package/src/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/StandardCell.tsx +117 -0
- package/src/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/index.ts +5 -0
- package/src/components/LibraryItemsList/LibraryItemsListTable/Cell/index.ts +5 -0
- package/src/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/ChooseTableColumns.css +3 -0
- package/src/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/ChooseTableColumns.test.tsx +45 -0
- package/src/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/ChooseTableColumns.tsx +144 -0
- package/src/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/index.ts +5 -0
- package/src/components/LibraryItemsList/LibraryItemsListTable/Header/Header.test.tsx +73 -0
- package/src/components/LibraryItemsList/LibraryItemsListTable/Header/Header.tsx +197 -0
- package/src/components/LibraryItemsList/LibraryItemsListTable/Header/index.ts +5 -0
- package/src/components/LibraryItemsList/LibraryItemsListTable/Table.test.tsx +39 -0
- package/src/components/LibraryItemsList/LibraryItemsListTable/Table.tsx +326 -0
- package/src/components/LibraryItemsList/LibraryItemsListTable/index.ts +5 -0
- package/src/components/LibraryItemsList/MenuItemList/MenuItemList.test.tsx +75 -0
- package/src/components/LibraryItemsList/MenuItemList/MenuItemList.tsx +104 -0
- package/src/components/LibraryItemsList/MenuItemList/index.ts +5 -0
- package/src/components/LibraryItemsList/MenuItemListSelected/MenuItemListSelected.test.tsx +13 -0
- package/src/components/LibraryItemsList/MenuItemListSelected/MenuItemListSelected.tsx +182 -0
- package/src/components/LibraryItemsList/MenuItemListSelected/index.ts +5 -0
- package/src/components/LibraryItemsList/MenuSelection/MenuSelection.test.tsx +16 -0
- package/src/components/LibraryItemsList/MenuSelection/MenuSelection.tsx +74 -0
- package/src/components/LibraryItemsList/MenuSelection/index.ts +5 -0
- package/src/components/LibraryItemsList/MenuView/MenuView.test.tsx +20 -0
- package/src/components/LibraryItemsList/MenuView/MenuView.tsx +254 -0
- package/src/components/LibraryItemsList/MenuView/index.ts +5 -0
- package/src/components/LibraryItemsList/SearchItems/SearchItems.test.tsx +20 -0
- package/src/components/LibraryItemsList/SearchItems/SearchItems.tsx +37 -0
- package/src/components/LibraryItemsList/SearchItems/index.ts +5 -0
- package/src/components/LibraryItemsList/Sidebar/Sidebar.test.tsx +66 -0
- package/src/components/LibraryItemsList/Sidebar/Sidebar.tsx +71 -0
- package/src/components/LibraryItemsList/Sidebar/index.ts +5 -0
- package/src/components/LibraryItemsList/TileDisplay/ItemTileDisplay/ItemTileDisplay.test.tsx +40 -0
- package/src/components/LibraryItemsList/TileDisplay/ItemTileDisplay/ItemTileDisplay.tsx +320 -0
- package/src/components/LibraryItemsList/TileDisplay/ItemTileDisplay/index.ts +5 -0
- package/src/components/LibraryItemsList/TileDisplay/TileDisplay.test.tsx +50 -0
- package/src/components/LibraryItemsList/TileDisplay/TileDisplay.tsx +75 -0
- package/src/components/LibraryItemsList/TileDisplay/helpers/getItemPreviewSize.ts +13 -0
- package/src/components/LibraryItemsList/TileDisplay/index.ts +5 -0
- package/src/components/LibraryItemsList/VersionsPanel/VersionsPanel.test.tsx +24 -0
- package/src/components/LibraryItemsList/VersionsPanel/VersionsPanel.tsx +85 -0
- package/src/components/LibraryItemsList/VersionsPanel/index.ts +5 -0
- package/src/components/LibraryItemsList/ViewPanel/EditView/EditView.test.tsx +41 -0
- package/src/components/LibraryItemsList/ViewPanel/EditView/EditView.tsx +176 -0
- package/src/components/LibraryItemsList/ViewPanel/EditView/index.ts +5 -0
- package/src/components/LibraryItemsList/ViewPanel/View/View.test.tsx +36 -0
- package/src/components/LibraryItemsList/ViewPanel/View/View.tsx +262 -0
- package/src/components/LibraryItemsList/ViewPanel/View/index.ts +5 -0
- package/src/components/LibraryItemsList/ViewPanel/ViewPanel.test.tsx +143 -0
- package/src/components/LibraryItemsList/ViewPanel/ViewPanel.tsx +299 -0
- package/src/components/LibraryItemsList/ViewPanel/index.ts +5 -0
- package/src/components/LibraryItemsList/constants.ts +24 -0
- package/src/components/LibraryItemsList/helpers/defaultFilterConditionByAttributeFormat.ts +18 -0
- package/src/components/LibraryItemsList/helpers/displayTypeToPreviewSize.ts +15 -0
- package/src/components/LibraryItemsList/helpers/extractAttributesFromLibrary.ts +86 -0
- package/src/components/LibraryItemsList/helpers/getFieldFromKey.ts +50 -0
- package/src/components/LibraryItemsList/helpers/getFieldsFromView.ts +23 -0
- package/src/components/LibraryItemsList/helpers/getFieldsKeyFromAttribute.ts +14 -0
- package/src/components/LibraryItemsList/helpers/getSortFieldByAttributeType.ts +16 -0
- package/src/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.test.tsx +146 -0
- package/src/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.tsx +113 -0
- package/src/components/LibraryItemsList/hooks/useSearchReducer/_types.ts +91 -0
- package/src/components/LibraryItemsList/hooks/useSearchReducer/index.ts +6 -0
- package/src/components/LibraryItemsList/hooks/useSearchReducer/searchContext.ts +11 -0
- package/src/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.test.ts +380 -0
- package/src/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.ts +302 -0
- package/src/components/LibraryItemsList/hooks/useSearchReducer/useSearchReducer.ts +9 -0
- package/src/components/LibraryItemsList/hooks/useUpdateViewsOrderMutation.ts +54 -0
- package/src/components/LibraryItemsList/index.ts +4 -0
- package/src/components/LibraryItemsList/manageItems.test.ts +367 -0
- package/src/components/LibraryItemsList/manageItems.ts +124 -0
- package/src/components/LibraryItemsList/shared/DeactivateRecordBtn/DeactivateRecordBtn.test.tsx +49 -0
- package/src/components/LibraryItemsList/shared/DeactivateRecordBtn/DeactivateRecordBtn.tsx +53 -0
- package/src/components/LibraryItemsList/shared/DeactivateRecordBtn/index.ts +5 -0
- package/src/components/LibraryItemsList/shared/SelectCellsBtn.tsx +50 -0
- package/src/components/LibraryPicker/LibrariesList/LibrariesList.tsx +211 -0
- package/src/components/LibraryPicker/LibrariesList/index.ts +4 -0
- package/src/components/LibraryPicker/LibraryPicker.test.tsx +207 -0
- package/src/components/LibraryPicker/LibraryPicker.tsx +62 -0
- package/src/components/LibraryPicker/index.ts +4 -0
- package/src/components/List/List.test.tsx +66 -0
- package/src/components/List/List.tsx +95 -0
- package/src/components/List/index.ts +5 -0
- package/src/components/Loading/Loading.tsx +23 -0
- package/src/components/Loading/index.ts +4 -0
- package/src/components/RecordCard/RecordCard.test.tsx +40 -0
- package/src/components/RecordCard/RecordCard.tsx +64 -0
- package/src/components/RecordCard/_types.ts +19 -0
- package/src/components/RecordCard/index.ts +5 -0
- package/src/components/RecordEdition/EditRecord/EditRecord.test.tsx +133 -0
- package/src/components/RecordEdition/EditRecord/EditRecord.tsx +140 -0
- package/src/components/RecordEdition/EditRecord/EditRecordSkeleton.tsx +29 -0
- package/src/components/RecordEdition/EditRecord/_types.ts +154 -0
- package/src/components/RecordEdition/EditRecord/helpers/extractFormElements/extractFormElements.test.ts +109 -0
- package/src/components/RecordEdition/EditRecord/helpers/extractFormElements/extractFormElements.tsx +26 -0
- package/src/components/RecordEdition/EditRecord/helpers/extractFormElements/index.ts +5 -0
- package/src/components/RecordEdition/EditRecord/helpers/getActiveFieldValues/getActiveFieldValues.ts +8 -0
- package/src/components/RecordEdition/EditRecord/helpers/getActiveFieldValues/index.ts +4 -0
- package/src/components/RecordEdition/EditRecord/helpers/isCurrentVersion/index.ts +4 -0
- package/src/components/RecordEdition/EditRecord/helpers/isCurrentVersion/isCurrentVersion.test.ts +87 -0
- package/src/components/RecordEdition/EditRecord/helpers/isCurrentVersion/isCurrentVersion.ts +27 -0
- package/src/components/RecordEdition/EditRecord/hooks/__mocks__/useDeleteValueMutation.ts +8 -0
- package/src/components/RecordEdition/EditRecord/hooks/__mocks__/useSaveValueMutation.ts +8 -0
- package/src/components/RecordEdition/EditRecord/hooks/helpers/getPropertyCacheFieldName.ts +4 -0
- package/src/components/RecordEdition/EditRecord/hooks/useExecuteDeleteValueMutation.ts +50 -0
- package/src/components/RecordEdition/EditRecord/hooks/useExecuteSaveValueBatchMutation.ts +75 -0
- package/src/components/RecordEdition/EditRecord/hooks/useRecordEditionContext.ts +9 -0
- package/src/components/RecordEdition/EditRecord/hooks/useSaveValueBatchMutation.test.ts +134 -0
- package/src/components/RecordEdition/EditRecord/index.ts +5 -0
- package/src/components/RecordEdition/EditRecord/reducers/linkFieldReducer/index.ts +5 -0
- package/src/components/RecordEdition/EditRecord/reducers/linkFieldReducer/linkFieldReducer.test.ts +173 -0
- package/src/components/RecordEdition/EditRecord/reducers/linkFieldReducer/linkFieldReducer.ts +205 -0
- package/src/components/RecordEdition/EditRecord/reducers/standardFieldReducer/index.ts +5 -0
- package/src/components/RecordEdition/EditRecord/reducers/standardFieldReducer/standardFieldReducer.test.ts +473 -0
- package/src/components/RecordEdition/EditRecord/reducers/standardFieldReducer/standardFieldReducer.ts +434 -0
- package/src/components/RecordEdition/EditRecord/shared/AddValueBtn/AddValueBtn.test.tsx +27 -0
- package/src/components/RecordEdition/EditRecord/shared/AddValueBtn/AddValueBtn.tsx +36 -0
- package/src/components/RecordEdition/EditRecord/shared/AddValueBtn/index.ts +5 -0
- package/src/components/RecordEdition/EditRecord/shared/DeleteAllValuesBtn/DeleteAllValuesBtn.test.tsx +25 -0
- package/src/components/RecordEdition/EditRecord/shared/DeleteAllValuesBtn/DeleteAllValuesBtn.tsx +48 -0
- package/src/components/RecordEdition/EditRecord/shared/DeleteAllValuesBtn/index.ts +5 -0
- package/src/components/RecordEdition/EditRecord/shared/DeleteValueBtn/DeleteValueBtn.test.tsx +26 -0
- package/src/components/RecordEdition/EditRecord/shared/DeleteValueBtn/DeleteValueBtn.tsx +41 -0
- package/src/components/RecordEdition/EditRecord/shared/DeleteValueBtn/index.ts +5 -0
- package/src/components/RecordEdition/EditRecord/shared/FieldFooter/FieldFooter.test.tsx +17 -0
- package/src/components/RecordEdition/EditRecord/shared/FieldFooter/FieldFooter.tsx +42 -0
- package/src/components/RecordEdition/EditRecord/shared/FieldFooter/index.ts +5 -0
- package/src/components/RecordEdition/EditRecord/shared/InheritedFieldLabel/InheritedFieldLabel.test.tsx +28 -0
- package/src/components/RecordEdition/EditRecord/shared/InheritedFieldLabel/InheritedFieldLabel.tsx +33 -0
- package/src/components/RecordEdition/EditRecord/shared/InheritedFieldLabel/index.ts +5 -0
- package/src/components/RecordEdition/EditRecord/shared/NoValue/NoValue.test.tsx +29 -0
- package/src/components/RecordEdition/EditRecord/shared/NoValue/NoValue.tsx +56 -0
- package/src/components/RecordEdition/EditRecord/shared/NoValue/index.ts +5 -0
- package/src/components/RecordEdition/EditRecord/shared/UpdatedFieldIcon/UpdatedFieldIcon.tsx +18 -0
- package/src/components/RecordEdition/EditRecord/shared/UpdatedFieldIcon/index.ts +5 -0
- package/src/components/RecordEdition/EditRecord/shared/ValueDetailsBtn/ValueDetailsBtn.test.tsx +54 -0
- package/src/components/RecordEdition/EditRecord/shared/ValueDetailsBtn/ValueDetailsBtn.tsx +45 -0
- package/src/components/RecordEdition/EditRecord/shared/ValueDetailsBtn/index.ts +5 -0
- package/src/components/RecordEdition/EditRecord/shared/ValuesVersionBtn/ValuesVersionBtn.test.tsx +49 -0
- package/src/components/RecordEdition/EditRecord/shared/ValuesVersionBtn/ValuesVersionBtn.tsx +104 -0
- package/src/components/RecordEdition/EditRecord/shared/ValuesVersionBtn/index.ts +5 -0
- package/src/components/RecordEdition/EditRecord/shared/ValuesVersionIndicator/ValuesVersionIndicator.tsx +42 -0
- package/src/components/RecordEdition/EditRecord/shared/ValuesVersionIndicator/index.ts +5 -0
- package/src/components/RecordEdition/EditRecord/uiElements/Container/Container.test.tsx +35 -0
- package/src/components/RecordEdition/EditRecord/uiElements/Container/Container.tsx +37 -0
- package/src/components/RecordEdition/EditRecord/uiElements/Container/index.ts +5 -0
- package/src/components/RecordEdition/EditRecord/uiElements/ErrorField/ErrorField.test.tsx +35 -0
- package/src/components/RecordEdition/EditRecord/uiElements/ErrorField/ErrorField.tsx +82 -0
- package/src/components/RecordEdition/EditRecord/uiElements/ErrorField/index.ts +5 -0
- package/src/components/RecordEdition/EditRecord/uiElements/FormDivider/FormDivider.test.tsx +25 -0
- package/src/components/RecordEdition/EditRecord/uiElements/FormDivider/FormDivider.tsx +14 -0
- package/src/components/RecordEdition/EditRecord/uiElements/FormDivider/index.ts +5 -0
- package/src/components/RecordEdition/EditRecord/uiElements/FormTabs/FormTabs.test.tsx +35 -0
- package/src/components/RecordEdition/EditRecord/uiElements/FormTabs/FormTabs.tsx +50 -0
- package/src/components/RecordEdition/EditRecord/uiElements/FormTabs/index.ts +5 -0
- package/src/components/RecordEdition/EditRecord/uiElements/LinkField/FloatingMenuHandler/FloatingMenuHandler.tsx +60 -0
- package/src/components/RecordEdition/EditRecord/uiElements/LinkField/FloatingMenuHandler/index.ts +5 -0
- package/src/components/RecordEdition/EditRecord/uiElements/LinkField/LinkField.test.tsx +595 -0
- package/src/components/RecordEdition/EditRecord/uiElements/LinkField/LinkField.tsx +494 -0
- package/src/components/RecordEdition/EditRecord/uiElements/LinkField/RecordIdentityCell/RecordIdentityCell.tsx +16 -0
- package/src/components/RecordEdition/EditRecord/uiElements/LinkField/RecordIdentityCell/index.ts +5 -0
- package/src/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/QuickSearch/QuickSearch.tsx +83 -0
- package/src/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/QuickSearch/index.ts +5 -0
- package/src/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/ValuesAdd.tsx +420 -0
- package/src/components/RecordEdition/EditRecord/uiElements/LinkField/ValuesAdd/index.ts +5 -0
- package/src/components/RecordEdition/EditRecord/uiElements/LinkField/index.ts +5 -0
- package/src/components/RecordEdition/EditRecord/uiElements/StandardField/StandardField.test.tsx +627 -0
- package/src/components/RecordEdition/EditRecord/uiElements/StandardField/StandardField.tsx +320 -0
- package/src/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.tsx +26 -0
- package/src/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.tsx +38 -0
- package/src/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.tsx +62 -0
- package/src/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/DateRangeInput.tsx +67 -0
- package/src/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.tsx +34 -0
- package/src/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.tsx +53 -0
- package/src/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.tsx +67 -0
- package/src/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.tsx +44 -0
- package/src/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/StandardFieldValue.tsx +629 -0
- package/src/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/ValuesList/ValuesList.tsx +79 -0
- package/src/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/ValuesList/index.ts +5 -0
- package/src/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/index.ts +5 -0
- package/src/components/RecordEdition/EditRecord/uiElements/StandardField/index.ts +5 -0
- package/src/components/RecordEdition/EditRecord/uiElements/TextBlock/TextBlock.test.tsx +15 -0
- package/src/components/RecordEdition/EditRecord/uiElements/TextBlock/TextBlock.tsx +13 -0
- package/src/components/RecordEdition/EditRecord/uiElements/TextBlock/index.ts +5 -0
- package/src/components/RecordEdition/EditRecord/uiElements/TreeField/TreeField.test.tsx +251 -0
- package/src/components/RecordEdition/EditRecord/uiElements/TreeField/TreeField.tsx +349 -0
- package/src/components/RecordEdition/EditRecord/uiElements/TreeField/TreeFieldValue/TreeFieldValue.tsx +68 -0
- package/src/components/RecordEdition/EditRecord/uiElements/TreeField/TreeFieldValue/index.ts +5 -0
- package/src/components/RecordEdition/EditRecord/uiElements/TreeField/ValuesAdd/ValuesAdd.tsx +198 -0
- package/src/components/RecordEdition/EditRecord/uiElements/TreeField/ValuesAdd/index.ts +5 -0
- package/src/components/RecordEdition/EditRecord/uiElements/TreeField/index.ts +5 -0
- package/src/components/RecordEdition/EditRecord/uiElements/index.tsx +27 -0
- package/src/components/RecordEdition/EditRecordBtn/EditRecordBtn.test.tsx +30 -0
- package/src/components/RecordEdition/EditRecordBtn/EditRecordBtn.tsx +52 -0
- package/src/components/RecordEdition/EditRecordBtn/index.ts +5 -0
- package/src/components/RecordEdition/EditRecordModal/EditRecordModal.test.tsx +84 -0
- package/src/components/RecordEdition/EditRecordModal/EditRecordModal.tsx +531 -0
- package/src/components/RecordEdition/EditRecordModal/EditRecordModalHeader/EditRecordModalHeader.tsx +93 -0
- package/src/components/RecordEdition/EditRecordModal/EditRecordModalHeader/index.ts +5 -0
- package/src/components/RecordEdition/EditRecordModal/ValuesVersionSummary/ValuesVersionSummary.tsx +57 -0
- package/src/components/RecordEdition/EditRecordModal/ValuesVersionSummary/index.ts +5 -0
- package/src/components/RecordEdition/EditRecordModal/creationErrorContext.ts +12 -0
- package/src/components/RecordEdition/EditRecordModal/index.ts +5 -0
- package/src/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.test.tsx +159 -0
- package/src/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.tsx +33 -0
- package/src/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.test.tsx +36 -0
- package/src/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.tsx +46 -0
- package/src/components/RecordEdition/EditRecordSidebar/PropertiesList/index.ts +5 -0
- package/src/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.test.tsx +50 -0
- package/src/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.tsx +107 -0
- package/src/components/RecordEdition/EditRecordSidebar/RecordSummary/index.ts +5 -0
- package/src/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/AttributeDetails.tsx +75 -0
- package/src/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/index.ts +5 -0
- package/src/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/TreeValuePath.tsx +56 -0
- package/src/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/index.ts +5 -0
- package/src/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.tsx +109 -0
- package/src/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/ValueInfo.tsx +106 -0
- package/src/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/index.ts +5 -0
- package/src/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.tsx +96 -0
- package/src/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/index.ts +5 -0
- package/src/components/RecordEdition/EditRecordSidebar/ValueDetails/index.ts +5 -0
- package/src/components/RecordEdition/EditRecordSidebar/ValuesVersions/ValuesVersions.tsx +91 -0
- package/src/components/RecordEdition/EditRecordSidebar/ValuesVersions/index.ts +5 -0
- package/src/components/RecordEdition/EditRecordSidebar/index.ts +5 -0
- package/src/components/RecordEdition/editRecordModalReducer/editRecordModalReducer.test.ts +174 -0
- package/src/components/RecordEdition/editRecordModalReducer/editRecordModalReducer.ts +155 -0
- package/src/components/RecordEdition/editRecordModalReducer/editRecordModalReducerContext.ts +15 -0
- package/src/components/RecordEdition/editRecordModalReducer/index.ts +5 -0
- package/src/components/RecordEdition/editRecordModalReducer/useEditRecordModalReducer.ts +7 -0
- package/src/components/RecordEdition/index.ts +4 -0
- package/src/components/RecordPreviewWithModal/FileModal/FileModal.test.tsx +357 -0
- package/src/components/RecordPreviewWithModal/FileModal/FileModal.tsx +71 -0
- package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/AudioFile.tsx +27 -0
- package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/index.ts +5 -0
- package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/DocumentFile.tsx +44 -0
- package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/index.ts +5 -0
- package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalContent.tsx +103 -0
- package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/FileModalSidebar.tsx +127 -0
- package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/index.ts +5 -0
- package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/ImageFile.tsx +52 -0
- package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/index.ts +5 -0
- package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/NoDisplayFile.tsx +79 -0
- package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/index.ts +5 -0
- package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/VideoFile.tsx +33 -0
- package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/index.ts +5 -0
- package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/_types.ts +11 -0
- package/src/components/RecordPreviewWithModal/FileModal/FileModalContent/index.ts +5 -0
- package/src/components/RecordPreviewWithModal/FileModal/_constants.ts +5 -0
- package/src/components/RecordPreviewWithModal/FileModal/index.ts +5 -0
- package/src/components/RecordPreviewWithModal/RecordPreviewWithModal.test.tsx +48 -0
- package/src/components/RecordPreviewWithModal/RecordPreviewWithModal.tsx +84 -0
- package/src/components/RecordPreviewWithModal/index.ts +4 -0
- package/src/components/SearchModal/SearchModal.test.tsx +42 -0
- package/src/components/SearchModal/SearchModal.tsx +86 -0
- package/src/components/SearchModal/index.ts +4 -0
- package/src/components/SelectTreeNode/SelectTreeNode.test.tsx +98 -0
- package/src/components/SelectTreeNode/SelectTreeNode.tsx +232 -0
- package/src/components/SelectTreeNode/index.ts +5 -0
- package/src/components/SelectTreeNodeModal/SelectTreeNodeModal.test.tsx +39 -0
- package/src/components/SelectTreeNodeModal/SelectTreeNodeModal.tsx +75 -0
- package/src/components/SelectTreeNodeModal/index.ts +5 -0
- package/src/components/SubmitStateNotifier/SubmitStateNotifier.test.tsx +13 -0
- package/src/components/SubmitStateNotifier/SubmitStateNotifier.tsx +83 -0
- package/src/components/SubmitStateNotifier/_types.ts +4 -0
- package/src/components/SubmitStateNotifier/index.ts +5 -0
- package/src/components/TreePicker/TreePicker.test.tsx +208 -0
- package/src/components/TreePicker/TreePicker.tsx +60 -0
- package/src/components/TreePicker/TreesList/TreesList.tsx +208 -0
- package/src/components/TreePicker/TreesList/index.ts +4 -0
- package/src/components/TreePicker/index.ts +4 -0
- package/src/components/TriggerPreviewsGenerationModal/TriggerPreviewsGenerationModal.test.tsx +161 -0
- package/src/components/TriggerPreviewsGenerationModal/TriggerPreviewsGenerationModal.tsx +143 -0
- package/src/components/TriggerPreviewsGenerationModal/index.ts +2 -0
- package/src/components/UploadFiles/UploadFiles.test.tsx +184 -0
- package/src/components/UploadFiles/UploadFiles.tsx +404 -0
- package/src/components/UploadFiles/index.ts +5 -0
- package/src/components/ValuesVersionConfigurator/ValuesVersionConfigurator.test.tsx +106 -0
- package/src/components/ValuesVersionConfigurator/ValuesVersionConfigurator.tsx +72 -0
- package/src/components/ValuesVersionConfigurator/VersionTree/VersionTree.tsx +125 -0
- package/src/components/ValuesVersionConfigurator/VersionTree/index.ts +5 -0
- package/src/components/ValuesVersionConfigurator/index.ts +5 -0
- package/src/components/index.ts +37 -0
- package/src/constants.ts +52 -0
- package/src/contexts/LangContext/LangContext.tsx +9 -0
- package/src/contexts/LangContext/_types.ts +9 -0
- package/src/contexts/LangContext/index.ts +5 -0
- package/src/contexts/UserContext/UserContext.ts +7 -0
- package/src/contexts/UserContext/index.ts +2 -0
- package/src/contexts/UserContext/types.ts +11 -0
- package/src/contexts/index.ts +5 -0
- package/src/gqlFragments/index.ts +4 -0
- package/src/gqlFragments/recordIdentityFragment.ts +21 -0
- package/src/gqlPossibleTypes/index.ts +28 -0
- package/src/hooks/index.ts +16 -0
- package/src/hooks/useAntdLocale/index.ts +4 -0
- package/src/hooks/useAntdLocale/useAntdLocale.ts +17 -0
- package/src/hooks/useAppLang/index.ts +4 -0
- package/src/hooks/useAppLang/useAppLang.tsx +39 -0
- package/src/hooks/useAuth/index.ts +4 -0
- package/src/hooks/useAuth/useAuth.ts +23 -0
- package/src/hooks/useCanEditRecord/index.ts +1 -0
- package/src/hooks/useCanEditRecord/useCanEditRecord.test.tsx +195 -0
- package/src/hooks/useCanEditRecord/useCanEditRecord.ts +71 -0
- package/src/hooks/useExecuteAddViewMutation/useExecuteAddViewMutation.ts +54 -0
- package/src/hooks/useExecuteDeleteViewMutation/useExecuteDeleteViewMutation.ts +29 -0
- package/src/hooks/useGetLibraryDetailExtendedQuery/useGetLibraryDetailExtendedQuery.ts +30 -0
- package/src/hooks/useGetPreparedFileData/useGetPreparedFileData.ts +54 -0
- package/src/hooks/useGetRecordForm/index.ts +5 -0
- package/src/hooks/useGetRecordForm/useGetRecordForm.test.tsx +159 -0
- package/src/hooks/useGetRecordForm/useGetRecordForm.ts +153 -0
- package/src/hooks/useGetRecordUpdatesSubscription/index.ts +4 -0
- package/src/hooks/useGetRecordUpdatesSubscription/useGetRecordUpdatesSubscription.ts +21 -0
- package/src/hooks/useGetRecordValuesQuery/useGetRecordValuesQuery.ts +82 -0
- package/src/hooks/useLang/__mocks__/index.ts +5 -0
- package/src/hooks/useLang/__mocks__/useLang.tsx +13 -0
- package/src/hooks/useLang/index.ts +5 -0
- package/src/hooks/useLang/useLang.test.tsx +34 -0
- package/src/hooks/useLang/useLang.tsx +17 -0
- package/src/hooks/useLibraryVersionTrees/index.ts +4 -0
- package/src/hooks/useLibraryVersionTrees/useLibraryVersionTrees.test.tsx +95 -0
- package/src/hooks/useLibraryVersionTrees/useLibraryVersionTrees.ts +35 -0
- package/src/hooks/useLocalStorage/index.ts +4 -0
- package/src/hooks/useLocalStorage/useLocalStorage.ts +23 -0
- package/src/hooks/useRecordsConsultationHistory/index.ts +5 -0
- package/src/hooks/useRecordsConsultationHistory/useRecordsConsultationHistory.ts +38 -0
- package/src/hooks/useRefreshFieldValues/index.ts +4 -0
- package/src/hooks/useRefreshFieldValues/useRefreshFieldValues.test.tsx +75 -0
- package/src/hooks/useRefreshFieldValues/useRefreshFieldValues.ts +63 -0
- package/src/hooks/useRefreshToken/index.ts +4 -0
- package/src/hooks/useRefreshToken/useRefreshToken.ts +34 -0
- package/src/hooks/useSharedTranslation/__mocks__/index.ts +4 -0
- package/src/hooks/useSharedTranslation/__mocks__/useSharedTranslation.ts +21 -0
- package/src/hooks/useSharedTranslation/index.ts +4 -0
- package/src/hooks/useSharedTranslation/useSharedTranslation.ts +45 -0
- package/src/hooks/useUser/useUser.test.tsx +28 -0
- package/src/hooks/useUser/useUser.ts +15 -0
- package/src/hooks/useValuesCacheUpdate/index.ts +4 -0
- package/src/hooks/useValuesCacheUpdate/useValuesCacheUpdate.ts +56 -0
- package/src/index.ts +11 -0
- package/src/locales/en/shared.json +147 -0
- package/src/locales/fr/shared.json +148 -0
- package/src/testing/MockedLangContextProvider/MockedLangContextProvider.tsx +17 -0
- package/src/testing/MockedLangContextProvider/index.ts +5 -0
- package/src/testing/MockedUserContextProvider/MockedUserContextProvider.tsx +27 -0
- package/src/testing/MockedUserContextProvider/index.ts +5 -0
- package/src/testing/index.ts +4 -0
- package/src/types/attributes.ts +23 -0
- package/src/types/index.ts +8 -0
- package/src/types/misc.ts +3 -0
- package/src/types/records.ts +32 -0
- package/src/types/scalars.ts +4 -0
- package/src/types/search.ts +188 -0
- package/src/types/trees.ts +20 -0
- package/src/types/values.ts +8 -0
- package/src/types/views.ts +39 -0
- package/tsconfig.build.json +17 -0
- package/tsconfig.json +22 -0
- package/dist/RichTextDisplay-VHFbHGsa.js +0 -3622
- package/dist/RichTextEditorInput-Iw9u6qzh.js +0 -30331
- package/dist/index-9w_Vhu14.js +0 -21765
- package/dist/index-PMijvJqf.js +0 -155554
- package/dist/index-bDhlCrqn.js +0 -12
- package/dist/index-dqtAhqlh.js +0 -17
- package/dist/index-eZQTM_lC.js +0 -322
- package/dist/minimatch-x8aONUPa.js +0 -1573
- package/dist/ui.js +0 -1148
- package/dist/ui2.js +0 -66
|
@@ -0,0 +1,2610 @@
|
|
|
1
|
+
import { gql } from '@apollo/client';
|
|
2
|
+
import * as Apollo from '@apollo/client';
|
|
3
|
+
const defaultOptions = {};
|
|
4
|
+
export var ActionIoTypes;
|
|
5
|
+
(function (ActionIoTypes) {
|
|
6
|
+
ActionIoTypes["boolean"] = "boolean";
|
|
7
|
+
ActionIoTypes["number"] = "number";
|
|
8
|
+
ActionIoTypes["object"] = "object";
|
|
9
|
+
ActionIoTypes["string"] = "string";
|
|
10
|
+
})(ActionIoTypes || (ActionIoTypes = {}));
|
|
11
|
+
export var ApiKeysSortableFields;
|
|
12
|
+
(function (ApiKeysSortableFields) {
|
|
13
|
+
ApiKeysSortableFields["createdAt"] = "createdAt";
|
|
14
|
+
ApiKeysSortableFields["createdBy"] = "createdBy";
|
|
15
|
+
ApiKeysSortableFields["expiresAt"] = "expiresAt";
|
|
16
|
+
ApiKeysSortableFields["label"] = "label";
|
|
17
|
+
ApiKeysSortableFields["modifiedAt"] = "modifiedAt";
|
|
18
|
+
ApiKeysSortableFields["modifiedBy"] = "modifiedBy";
|
|
19
|
+
})(ApiKeysSortableFields || (ApiKeysSortableFields = {}));
|
|
20
|
+
export var ApplicationEventTypes;
|
|
21
|
+
(function (ApplicationEventTypes) {
|
|
22
|
+
ApplicationEventTypes["DELETE"] = "DELETE";
|
|
23
|
+
ApplicationEventTypes["SAVE"] = "SAVE";
|
|
24
|
+
})(ApplicationEventTypes || (ApplicationEventTypes = {}));
|
|
25
|
+
export var ApplicationSortableFields;
|
|
26
|
+
(function (ApplicationSortableFields) {
|
|
27
|
+
ApplicationSortableFields["endpoint"] = "endpoint";
|
|
28
|
+
ApplicationSortableFields["id"] = "id";
|
|
29
|
+
ApplicationSortableFields["module"] = "module";
|
|
30
|
+
ApplicationSortableFields["system"] = "system";
|
|
31
|
+
ApplicationSortableFields["type"] = "type";
|
|
32
|
+
})(ApplicationSortableFields || (ApplicationSortableFields = {}));
|
|
33
|
+
export var ApplicationType;
|
|
34
|
+
(function (ApplicationType) {
|
|
35
|
+
ApplicationType["external"] = "external";
|
|
36
|
+
ApplicationType["internal"] = "internal";
|
|
37
|
+
})(ApplicationType || (ApplicationType = {}));
|
|
38
|
+
export var AttributeFormat;
|
|
39
|
+
(function (AttributeFormat) {
|
|
40
|
+
AttributeFormat["boolean"] = "boolean";
|
|
41
|
+
AttributeFormat["color"] = "color";
|
|
42
|
+
AttributeFormat["date"] = "date";
|
|
43
|
+
AttributeFormat["date_range"] = "date_range";
|
|
44
|
+
AttributeFormat["encrypted"] = "encrypted";
|
|
45
|
+
AttributeFormat["extended"] = "extended";
|
|
46
|
+
AttributeFormat["numeric"] = "numeric";
|
|
47
|
+
AttributeFormat["rich_text"] = "rich_text";
|
|
48
|
+
AttributeFormat["text"] = "text";
|
|
49
|
+
})(AttributeFormat || (AttributeFormat = {}));
|
|
50
|
+
export var AttributeType;
|
|
51
|
+
(function (AttributeType) {
|
|
52
|
+
AttributeType["advanced"] = "advanced";
|
|
53
|
+
AttributeType["advanced_link"] = "advanced_link";
|
|
54
|
+
AttributeType["simple"] = "simple";
|
|
55
|
+
AttributeType["simple_link"] = "simple_link";
|
|
56
|
+
AttributeType["tree"] = "tree";
|
|
57
|
+
})(AttributeType || (AttributeType = {}));
|
|
58
|
+
export var AttributesSortableFields;
|
|
59
|
+
(function (AttributesSortableFields) {
|
|
60
|
+
AttributesSortableFields["format"] = "format";
|
|
61
|
+
AttributesSortableFields["id"] = "id";
|
|
62
|
+
AttributesSortableFields["linked_library"] = "linked_library";
|
|
63
|
+
AttributesSortableFields["linked_tree"] = "linked_tree";
|
|
64
|
+
AttributesSortableFields["multiple_values"] = "multiple_values";
|
|
65
|
+
AttributesSortableFields["type"] = "type";
|
|
66
|
+
})(AttributesSortableFields || (AttributesSortableFields = {}));
|
|
67
|
+
export var AvailableLanguage;
|
|
68
|
+
(function (AvailableLanguage) {
|
|
69
|
+
AvailableLanguage["en"] = "en";
|
|
70
|
+
AvailableLanguage["fr"] = "fr";
|
|
71
|
+
})(AvailableLanguage || (AvailableLanguage = {}));
|
|
72
|
+
export var FileType;
|
|
73
|
+
(function (FileType) {
|
|
74
|
+
FileType["audio"] = "audio";
|
|
75
|
+
FileType["document"] = "document";
|
|
76
|
+
FileType["image"] = "image";
|
|
77
|
+
FileType["other"] = "other";
|
|
78
|
+
FileType["video"] = "video";
|
|
79
|
+
})(FileType || (FileType = {}));
|
|
80
|
+
export var FormElementTypes;
|
|
81
|
+
(function (FormElementTypes) {
|
|
82
|
+
FormElementTypes["field"] = "field";
|
|
83
|
+
FormElementTypes["layout"] = "layout";
|
|
84
|
+
})(FormElementTypes || (FormElementTypes = {}));
|
|
85
|
+
export var FormsSortableFields;
|
|
86
|
+
(function (FormsSortableFields) {
|
|
87
|
+
FormsSortableFields["id"] = "id";
|
|
88
|
+
FormsSortableFields["library"] = "library";
|
|
89
|
+
FormsSortableFields["system"] = "system";
|
|
90
|
+
})(FormsSortableFields || (FormsSortableFields = {}));
|
|
91
|
+
export var IoTypes;
|
|
92
|
+
(function (IoTypes) {
|
|
93
|
+
IoTypes["boolean"] = "boolean";
|
|
94
|
+
IoTypes["number"] = "number";
|
|
95
|
+
IoTypes["object"] = "object";
|
|
96
|
+
IoTypes["string"] = "string";
|
|
97
|
+
})(IoTypes || (IoTypes = {}));
|
|
98
|
+
export var ImportMode;
|
|
99
|
+
(function (ImportMode) {
|
|
100
|
+
ImportMode["insert"] = "insert";
|
|
101
|
+
ImportMode["update"] = "update";
|
|
102
|
+
ImportMode["upsert"] = "upsert";
|
|
103
|
+
})(ImportMode || (ImportMode = {}));
|
|
104
|
+
export var ImportType;
|
|
105
|
+
(function (ImportType) {
|
|
106
|
+
ImportType["IGNORE"] = "IGNORE";
|
|
107
|
+
ImportType["LINK"] = "LINK";
|
|
108
|
+
ImportType["STANDARD"] = "STANDARD";
|
|
109
|
+
})(ImportType || (ImportType = {}));
|
|
110
|
+
export var LibrariesSortableFields;
|
|
111
|
+
(function (LibrariesSortableFields) {
|
|
112
|
+
LibrariesSortableFields["behavior"] = "behavior";
|
|
113
|
+
LibrariesSortableFields["id"] = "id";
|
|
114
|
+
LibrariesSortableFields["system"] = "system";
|
|
115
|
+
})(LibrariesSortableFields || (LibrariesSortableFields = {}));
|
|
116
|
+
export var LibraryBehavior;
|
|
117
|
+
(function (LibraryBehavior) {
|
|
118
|
+
LibraryBehavior["directories"] = "directories";
|
|
119
|
+
LibraryBehavior["files"] = "files";
|
|
120
|
+
LibraryBehavior["standard"] = "standard";
|
|
121
|
+
})(LibraryBehavior || (LibraryBehavior = {}));
|
|
122
|
+
export var LogAction;
|
|
123
|
+
(function (LogAction) {
|
|
124
|
+
LogAction["API_KEY_DELETE"] = "API_KEY_DELETE";
|
|
125
|
+
LogAction["API_KEY_SAVE"] = "API_KEY_SAVE";
|
|
126
|
+
LogAction["APP_DELETE"] = "APP_DELETE";
|
|
127
|
+
LogAction["APP_SAVE"] = "APP_SAVE";
|
|
128
|
+
LogAction["ATTRIBUTE_DELETE"] = "ATTRIBUTE_DELETE";
|
|
129
|
+
LogAction["ATTRIBUTE_SAVE"] = "ATTRIBUTE_SAVE";
|
|
130
|
+
LogAction["CONFIG_IMPORT_END"] = "CONFIG_IMPORT_END";
|
|
131
|
+
LogAction["CONFIG_IMPORT_START"] = "CONFIG_IMPORT_START";
|
|
132
|
+
LogAction["DATA_IMPORT_END"] = "DATA_IMPORT_END";
|
|
133
|
+
LogAction["DATA_IMPORT_START"] = "DATA_IMPORT_START";
|
|
134
|
+
LogAction["EXPORT_END"] = "EXPORT_END";
|
|
135
|
+
LogAction["EXPORT_START"] = "EXPORT_START";
|
|
136
|
+
LogAction["GLOBAL_SETTINGS_SAVE"] = "GLOBAL_SETTINGS_SAVE";
|
|
137
|
+
LogAction["LIBRARY_DELETE"] = "LIBRARY_DELETE";
|
|
138
|
+
LogAction["LIBRARY_PURGE"] = "LIBRARY_PURGE";
|
|
139
|
+
LogAction["LIBRARY_SAVE"] = "LIBRARY_SAVE";
|
|
140
|
+
LogAction["PERMISSION_SAVE"] = "PERMISSION_SAVE";
|
|
141
|
+
LogAction["RECORD_DELETE"] = "RECORD_DELETE";
|
|
142
|
+
LogAction["RECORD_SAVE"] = "RECORD_SAVE";
|
|
143
|
+
LogAction["TASKS_DELETE"] = "TASKS_DELETE";
|
|
144
|
+
LogAction["TREE_ADD_ELEMENT"] = "TREE_ADD_ELEMENT";
|
|
145
|
+
LogAction["TREE_DELETE"] = "TREE_DELETE";
|
|
146
|
+
LogAction["TREE_DELETE_ELEMENT"] = "TREE_DELETE_ELEMENT";
|
|
147
|
+
LogAction["TREE_MOVE_ELEMENT"] = "TREE_MOVE_ELEMENT";
|
|
148
|
+
LogAction["TREE_SAVE"] = "TREE_SAVE";
|
|
149
|
+
LogAction["VALUE_DELETE"] = "VALUE_DELETE";
|
|
150
|
+
LogAction["VALUE_SAVE"] = "VALUE_SAVE";
|
|
151
|
+
LogAction["VERSION_PROFILE_DELETE"] = "VERSION_PROFILE_DELETE";
|
|
152
|
+
LogAction["VERSION_PROFILE_SAVE"] = "VERSION_PROFILE_SAVE";
|
|
153
|
+
})(LogAction || (LogAction = {}));
|
|
154
|
+
export var LogSortableField;
|
|
155
|
+
(function (LogSortableField) {
|
|
156
|
+
LogSortableField["action"] = "action";
|
|
157
|
+
LogSortableField["instanceId"] = "instanceId";
|
|
158
|
+
LogSortableField["queryId"] = "queryId";
|
|
159
|
+
LogSortableField["time"] = "time";
|
|
160
|
+
LogSortableField["trigger"] = "trigger";
|
|
161
|
+
LogSortableField["userId"] = "userId";
|
|
162
|
+
})(LogSortableField || (LogSortableField = {}));
|
|
163
|
+
export var PermissionTypes;
|
|
164
|
+
(function (PermissionTypes) {
|
|
165
|
+
PermissionTypes["admin"] = "admin";
|
|
166
|
+
PermissionTypes["application"] = "application";
|
|
167
|
+
PermissionTypes["attribute"] = "attribute";
|
|
168
|
+
PermissionTypes["library"] = "library";
|
|
169
|
+
PermissionTypes["record"] = "record";
|
|
170
|
+
PermissionTypes["record_attribute"] = "record_attribute";
|
|
171
|
+
PermissionTypes["tree"] = "tree";
|
|
172
|
+
PermissionTypes["tree_library"] = "tree_library";
|
|
173
|
+
PermissionTypes["tree_node"] = "tree_node";
|
|
174
|
+
})(PermissionTypes || (PermissionTypes = {}));
|
|
175
|
+
export var PermissionsActions;
|
|
176
|
+
(function (PermissionsActions) {
|
|
177
|
+
PermissionsActions["access_application"] = "access_application";
|
|
178
|
+
PermissionsActions["access_attribute"] = "access_attribute";
|
|
179
|
+
PermissionsActions["access_library"] = "access_library";
|
|
180
|
+
PermissionsActions["access_record"] = "access_record";
|
|
181
|
+
PermissionsActions["access_tree"] = "access_tree";
|
|
182
|
+
PermissionsActions["admin_access_api_keys"] = "admin_access_api_keys";
|
|
183
|
+
PermissionsActions["admin_access_applications"] = "admin_access_applications";
|
|
184
|
+
PermissionsActions["admin_access_attributes"] = "admin_access_attributes";
|
|
185
|
+
PermissionsActions["admin_access_libraries"] = "admin_access_libraries";
|
|
186
|
+
PermissionsActions["admin_access_permissions"] = "admin_access_permissions";
|
|
187
|
+
PermissionsActions["admin_access_tasks"] = "admin_access_tasks";
|
|
188
|
+
PermissionsActions["admin_access_trees"] = "admin_access_trees";
|
|
189
|
+
PermissionsActions["admin_access_version_profiles"] = "admin_access_version_profiles";
|
|
190
|
+
PermissionsActions["admin_application"] = "admin_application";
|
|
191
|
+
PermissionsActions["admin_cancel_task"] = "admin_cancel_task";
|
|
192
|
+
PermissionsActions["admin_create_api_key"] = "admin_create_api_key";
|
|
193
|
+
PermissionsActions["admin_create_application"] = "admin_create_application";
|
|
194
|
+
PermissionsActions["admin_create_attribute"] = "admin_create_attribute";
|
|
195
|
+
PermissionsActions["admin_create_library"] = "admin_create_library";
|
|
196
|
+
PermissionsActions["admin_create_tree"] = "admin_create_tree";
|
|
197
|
+
PermissionsActions["admin_create_version_profile"] = "admin_create_version_profile";
|
|
198
|
+
PermissionsActions["admin_delete_api_key"] = "admin_delete_api_key";
|
|
199
|
+
PermissionsActions["admin_delete_application"] = "admin_delete_application";
|
|
200
|
+
PermissionsActions["admin_delete_attribute"] = "admin_delete_attribute";
|
|
201
|
+
PermissionsActions["admin_delete_library"] = "admin_delete_library";
|
|
202
|
+
PermissionsActions["admin_delete_task"] = "admin_delete_task";
|
|
203
|
+
PermissionsActions["admin_delete_tree"] = "admin_delete_tree";
|
|
204
|
+
PermissionsActions["admin_delete_version_profile"] = "admin_delete_version_profile";
|
|
205
|
+
PermissionsActions["admin_edit_api_key"] = "admin_edit_api_key";
|
|
206
|
+
PermissionsActions["admin_edit_application"] = "admin_edit_application";
|
|
207
|
+
PermissionsActions["admin_edit_attribute"] = "admin_edit_attribute";
|
|
208
|
+
PermissionsActions["admin_edit_global_settings"] = "admin_edit_global_settings";
|
|
209
|
+
PermissionsActions["admin_edit_library"] = "admin_edit_library";
|
|
210
|
+
PermissionsActions["admin_edit_permission"] = "admin_edit_permission";
|
|
211
|
+
PermissionsActions["admin_edit_tree"] = "admin_edit_tree";
|
|
212
|
+
PermissionsActions["admin_edit_version_profile"] = "admin_edit_version_profile";
|
|
213
|
+
PermissionsActions["admin_library"] = "admin_library";
|
|
214
|
+
PermissionsActions["admin_manage_global_preferences"] = "admin_manage_global_preferences";
|
|
215
|
+
PermissionsActions["create_record"] = "create_record";
|
|
216
|
+
PermissionsActions["delete_record"] = "delete_record";
|
|
217
|
+
PermissionsActions["detach"] = "detach";
|
|
218
|
+
PermissionsActions["edit_children"] = "edit_children";
|
|
219
|
+
PermissionsActions["edit_record"] = "edit_record";
|
|
220
|
+
PermissionsActions["edit_value"] = "edit_value";
|
|
221
|
+
})(PermissionsActions || (PermissionsActions = {}));
|
|
222
|
+
export var PermissionsRelation;
|
|
223
|
+
(function (PermissionsRelation) {
|
|
224
|
+
PermissionsRelation["and"] = "and";
|
|
225
|
+
PermissionsRelation["or"] = "or";
|
|
226
|
+
})(PermissionsRelation || (PermissionsRelation = {}));
|
|
227
|
+
export var RecordFilterCondition;
|
|
228
|
+
(function (RecordFilterCondition) {
|
|
229
|
+
RecordFilterCondition["BEGIN_WITH"] = "BEGIN_WITH";
|
|
230
|
+
RecordFilterCondition["BETWEEN"] = "BETWEEN";
|
|
231
|
+
RecordFilterCondition["CLASSIFIED_IN"] = "CLASSIFIED_IN";
|
|
232
|
+
RecordFilterCondition["CONTAINS"] = "CONTAINS";
|
|
233
|
+
RecordFilterCondition["END_AFTER"] = "END_AFTER";
|
|
234
|
+
RecordFilterCondition["END_BEFORE"] = "END_BEFORE";
|
|
235
|
+
RecordFilterCondition["END_ON"] = "END_ON";
|
|
236
|
+
RecordFilterCondition["END_WITH"] = "END_WITH";
|
|
237
|
+
RecordFilterCondition["EQUAL"] = "EQUAL";
|
|
238
|
+
RecordFilterCondition["GREATER_THAN"] = "GREATER_THAN";
|
|
239
|
+
RecordFilterCondition["IS_EMPTY"] = "IS_EMPTY";
|
|
240
|
+
RecordFilterCondition["IS_NOT_EMPTY"] = "IS_NOT_EMPTY";
|
|
241
|
+
RecordFilterCondition["LAST_MONTH"] = "LAST_MONTH";
|
|
242
|
+
RecordFilterCondition["LESS_THAN"] = "LESS_THAN";
|
|
243
|
+
RecordFilterCondition["NEXT_MONTH"] = "NEXT_MONTH";
|
|
244
|
+
RecordFilterCondition["NOT_CLASSIFIED_IN"] = "NOT_CLASSIFIED_IN";
|
|
245
|
+
RecordFilterCondition["NOT_CONTAINS"] = "NOT_CONTAINS";
|
|
246
|
+
RecordFilterCondition["NOT_EQUAL"] = "NOT_EQUAL";
|
|
247
|
+
RecordFilterCondition["START_AFTER"] = "START_AFTER";
|
|
248
|
+
RecordFilterCondition["START_BEFORE"] = "START_BEFORE";
|
|
249
|
+
RecordFilterCondition["START_ON"] = "START_ON";
|
|
250
|
+
RecordFilterCondition["TODAY"] = "TODAY";
|
|
251
|
+
RecordFilterCondition["TOMORROW"] = "TOMORROW";
|
|
252
|
+
RecordFilterCondition["VALUES_COUNT_EQUAL"] = "VALUES_COUNT_EQUAL";
|
|
253
|
+
RecordFilterCondition["VALUES_COUNT_GREATER_THAN"] = "VALUES_COUNT_GREATER_THAN";
|
|
254
|
+
RecordFilterCondition["VALUES_COUNT_LOWER_THAN"] = "VALUES_COUNT_LOWER_THAN";
|
|
255
|
+
RecordFilterCondition["YESTERDAY"] = "YESTERDAY";
|
|
256
|
+
})(RecordFilterCondition || (RecordFilterCondition = {}));
|
|
257
|
+
export var RecordFilterOperator;
|
|
258
|
+
(function (RecordFilterOperator) {
|
|
259
|
+
RecordFilterOperator["AND"] = "AND";
|
|
260
|
+
RecordFilterOperator["CLOSE_BRACKET"] = "CLOSE_BRACKET";
|
|
261
|
+
RecordFilterOperator["OPEN_BRACKET"] = "OPEN_BRACKET";
|
|
262
|
+
RecordFilterOperator["OR"] = "OR";
|
|
263
|
+
})(RecordFilterOperator || (RecordFilterOperator = {}));
|
|
264
|
+
export var SortOrder;
|
|
265
|
+
(function (SortOrder) {
|
|
266
|
+
SortOrder["asc"] = "asc";
|
|
267
|
+
SortOrder["desc"] = "desc";
|
|
268
|
+
})(SortOrder || (SortOrder = {}));
|
|
269
|
+
export var TaskStatus;
|
|
270
|
+
(function (TaskStatus) {
|
|
271
|
+
TaskStatus["CANCELED"] = "CANCELED";
|
|
272
|
+
TaskStatus["CREATED"] = "CREATED";
|
|
273
|
+
TaskStatus["DONE"] = "DONE";
|
|
274
|
+
TaskStatus["FAILED"] = "FAILED";
|
|
275
|
+
TaskStatus["PENDING"] = "PENDING";
|
|
276
|
+
TaskStatus["PENDING_CANCEL"] = "PENDING_CANCEL";
|
|
277
|
+
TaskStatus["RUNNING"] = "RUNNING";
|
|
278
|
+
})(TaskStatus || (TaskStatus = {}));
|
|
279
|
+
export var TaskType;
|
|
280
|
+
(function (TaskType) {
|
|
281
|
+
TaskType["EXPORT"] = "EXPORT";
|
|
282
|
+
TaskType["IMPORT_CONFIG"] = "IMPORT_CONFIG";
|
|
283
|
+
TaskType["IMPORT_DATA"] = "IMPORT_DATA";
|
|
284
|
+
TaskType["INDEXATION"] = "INDEXATION";
|
|
285
|
+
})(TaskType || (TaskType = {}));
|
|
286
|
+
export var TreeBehavior;
|
|
287
|
+
(function (TreeBehavior) {
|
|
288
|
+
TreeBehavior["files"] = "files";
|
|
289
|
+
TreeBehavior["standard"] = "standard";
|
|
290
|
+
})(TreeBehavior || (TreeBehavior = {}));
|
|
291
|
+
export var TreeEventTypes;
|
|
292
|
+
(function (TreeEventTypes) {
|
|
293
|
+
TreeEventTypes["add"] = "add";
|
|
294
|
+
TreeEventTypes["move"] = "move";
|
|
295
|
+
TreeEventTypes["remove"] = "remove";
|
|
296
|
+
})(TreeEventTypes || (TreeEventTypes = {}));
|
|
297
|
+
export var TreesSortableFields;
|
|
298
|
+
(function (TreesSortableFields) {
|
|
299
|
+
TreesSortableFields["behavior"] = "behavior";
|
|
300
|
+
TreesSortableFields["id"] = "id";
|
|
301
|
+
TreesSortableFields["system"] = "system";
|
|
302
|
+
})(TreesSortableFields || (TreesSortableFields = {}));
|
|
303
|
+
export var UserCoreDataKeys;
|
|
304
|
+
(function (UserCoreDataKeys) {
|
|
305
|
+
UserCoreDataKeys["applications_consultation"] = "applications_consultation";
|
|
306
|
+
})(UserCoreDataKeys || (UserCoreDataKeys = {}));
|
|
307
|
+
export var ValueVersionMode;
|
|
308
|
+
(function (ValueVersionMode) {
|
|
309
|
+
ValueVersionMode["simple"] = "simple";
|
|
310
|
+
ValueVersionMode["smart"] = "smart";
|
|
311
|
+
})(ValueVersionMode || (ValueVersionMode = {}));
|
|
312
|
+
export var VersionProfilesSortableFields;
|
|
313
|
+
(function (VersionProfilesSortableFields) {
|
|
314
|
+
VersionProfilesSortableFields["id"] = "id";
|
|
315
|
+
})(VersionProfilesSortableFields || (VersionProfilesSortableFields = {}));
|
|
316
|
+
export var ViewSizes;
|
|
317
|
+
(function (ViewSizes) {
|
|
318
|
+
ViewSizes["BIG"] = "BIG";
|
|
319
|
+
ViewSizes["MEDIUM"] = "MEDIUM";
|
|
320
|
+
ViewSizes["SMALL"] = "SMALL";
|
|
321
|
+
})(ViewSizes || (ViewSizes = {}));
|
|
322
|
+
export var ViewTypes;
|
|
323
|
+
(function (ViewTypes) {
|
|
324
|
+
ViewTypes["cards"] = "cards";
|
|
325
|
+
ViewTypes["list"] = "list";
|
|
326
|
+
ViewTypes["timeline"] = "timeline";
|
|
327
|
+
})(ViewTypes || (ViewTypes = {}));
|
|
328
|
+
export const RecordIdentityFragmentDoc = gql `
|
|
329
|
+
fragment RecordIdentity on Record {
|
|
330
|
+
id
|
|
331
|
+
whoAmI {
|
|
332
|
+
id
|
|
333
|
+
label
|
|
334
|
+
subLabel
|
|
335
|
+
color
|
|
336
|
+
library {
|
|
337
|
+
id
|
|
338
|
+
label
|
|
339
|
+
}
|
|
340
|
+
preview
|
|
341
|
+
}
|
|
342
|
+
}
|
|
343
|
+
`;
|
|
344
|
+
export const DetailsApplicationFragmentDoc = gql `
|
|
345
|
+
fragment DetailsApplication on Application {
|
|
346
|
+
id
|
|
347
|
+
label
|
|
348
|
+
type
|
|
349
|
+
description
|
|
350
|
+
endpoint
|
|
351
|
+
url
|
|
352
|
+
color
|
|
353
|
+
icon {
|
|
354
|
+
...RecordIdentity
|
|
355
|
+
}
|
|
356
|
+
module
|
|
357
|
+
permissions {
|
|
358
|
+
access_application
|
|
359
|
+
admin_application
|
|
360
|
+
}
|
|
361
|
+
settings
|
|
362
|
+
}
|
|
363
|
+
${RecordIdentityFragmentDoc}`;
|
|
364
|
+
export const AttributeDetailsFragmentDoc = gql `
|
|
365
|
+
fragment AttributeDetails on Attribute {
|
|
366
|
+
id
|
|
367
|
+
type
|
|
368
|
+
format
|
|
369
|
+
system
|
|
370
|
+
readonly
|
|
371
|
+
label
|
|
372
|
+
description
|
|
373
|
+
multiple_values
|
|
374
|
+
metadata_fields {
|
|
375
|
+
id
|
|
376
|
+
label
|
|
377
|
+
type
|
|
378
|
+
format
|
|
379
|
+
}
|
|
380
|
+
versions_conf {
|
|
381
|
+
versionable
|
|
382
|
+
mode
|
|
383
|
+
profile {
|
|
384
|
+
id
|
|
385
|
+
label
|
|
386
|
+
trees {
|
|
387
|
+
id
|
|
388
|
+
label
|
|
389
|
+
}
|
|
390
|
+
}
|
|
391
|
+
}
|
|
392
|
+
libraries {
|
|
393
|
+
id
|
|
394
|
+
label
|
|
395
|
+
}
|
|
396
|
+
... on StandardAttribute {
|
|
397
|
+
unique
|
|
398
|
+
}
|
|
399
|
+
... on LinkAttribute {
|
|
400
|
+
linked_library {
|
|
401
|
+
id
|
|
402
|
+
label
|
|
403
|
+
}
|
|
404
|
+
reverse_link
|
|
405
|
+
}
|
|
406
|
+
... on TreeAttribute {
|
|
407
|
+
linked_tree {
|
|
408
|
+
id
|
|
409
|
+
label
|
|
410
|
+
}
|
|
411
|
+
}
|
|
412
|
+
}
|
|
413
|
+
`;
|
|
414
|
+
export const AttributesByLibAttributeFragmentDoc = gql `
|
|
415
|
+
fragment AttributesByLibAttribute on Attribute {
|
|
416
|
+
id
|
|
417
|
+
type
|
|
418
|
+
format
|
|
419
|
+
label
|
|
420
|
+
multiple_values
|
|
421
|
+
system
|
|
422
|
+
readonly
|
|
423
|
+
... on LinkAttribute {
|
|
424
|
+
linked_library {
|
|
425
|
+
id
|
|
426
|
+
}
|
|
427
|
+
}
|
|
428
|
+
... on TreeAttribute {
|
|
429
|
+
linked_tree {
|
|
430
|
+
id
|
|
431
|
+
label
|
|
432
|
+
libraries {
|
|
433
|
+
library {
|
|
434
|
+
id
|
|
435
|
+
label
|
|
436
|
+
}
|
|
437
|
+
}
|
|
438
|
+
}
|
|
439
|
+
}
|
|
440
|
+
... on StandardAttribute {
|
|
441
|
+
embedded_fields {
|
|
442
|
+
id
|
|
443
|
+
format
|
|
444
|
+
label
|
|
445
|
+
}
|
|
446
|
+
}
|
|
447
|
+
}
|
|
448
|
+
`;
|
|
449
|
+
export const LibraryLightFragmentDoc = gql `
|
|
450
|
+
fragment LibraryLight on Library {
|
|
451
|
+
id
|
|
452
|
+
label
|
|
453
|
+
icon {
|
|
454
|
+
id
|
|
455
|
+
whoAmI {
|
|
456
|
+
id
|
|
457
|
+
library {
|
|
458
|
+
id
|
|
459
|
+
}
|
|
460
|
+
preview
|
|
461
|
+
}
|
|
462
|
+
}
|
|
463
|
+
}
|
|
464
|
+
`;
|
|
465
|
+
export const LibraryLinkAttributeDetailsFragmentDoc = gql `
|
|
466
|
+
fragment LibraryLinkAttributeDetails on LinkAttribute {
|
|
467
|
+
linked_library {
|
|
468
|
+
id
|
|
469
|
+
behavior
|
|
470
|
+
}
|
|
471
|
+
}
|
|
472
|
+
`;
|
|
473
|
+
export const LibraryAttributesFragmentDoc = gql `
|
|
474
|
+
fragment LibraryAttributes on Attribute {
|
|
475
|
+
id
|
|
476
|
+
label
|
|
477
|
+
system
|
|
478
|
+
type
|
|
479
|
+
format
|
|
480
|
+
...LibraryLinkAttributeDetails
|
|
481
|
+
}
|
|
482
|
+
${LibraryLinkAttributeDetailsFragmentDoc}`;
|
|
483
|
+
export const LibraryPreviewsSettingsFragmentDoc = gql `
|
|
484
|
+
fragment LibraryPreviewsSettings on LibraryPreviewsSettings {
|
|
485
|
+
label
|
|
486
|
+
description
|
|
487
|
+
system
|
|
488
|
+
versions {
|
|
489
|
+
background
|
|
490
|
+
density
|
|
491
|
+
sizes {
|
|
492
|
+
name
|
|
493
|
+
size
|
|
494
|
+
}
|
|
495
|
+
}
|
|
496
|
+
}
|
|
497
|
+
`;
|
|
498
|
+
export const LibraryDetailsFragmentDoc = gql `
|
|
499
|
+
fragment LibraryDetails on Library {
|
|
500
|
+
id
|
|
501
|
+
label
|
|
502
|
+
behavior
|
|
503
|
+
system
|
|
504
|
+
label
|
|
505
|
+
fullTextAttributes {
|
|
506
|
+
id
|
|
507
|
+
label
|
|
508
|
+
}
|
|
509
|
+
attributes {
|
|
510
|
+
...LibraryAttributes
|
|
511
|
+
}
|
|
512
|
+
permissions_conf {
|
|
513
|
+
permissionTreeAttributes {
|
|
514
|
+
id
|
|
515
|
+
... on TreeAttribute {
|
|
516
|
+
linked_tree {
|
|
517
|
+
id
|
|
518
|
+
}
|
|
519
|
+
}
|
|
520
|
+
label
|
|
521
|
+
}
|
|
522
|
+
relation
|
|
523
|
+
}
|
|
524
|
+
recordIdentityConf {
|
|
525
|
+
label
|
|
526
|
+
subLabel
|
|
527
|
+
color
|
|
528
|
+
preview
|
|
529
|
+
treeColorPreview
|
|
530
|
+
}
|
|
531
|
+
permissions {
|
|
532
|
+
admin_library
|
|
533
|
+
access_library
|
|
534
|
+
access_record
|
|
535
|
+
create_record
|
|
536
|
+
edit_record
|
|
537
|
+
delete_record
|
|
538
|
+
}
|
|
539
|
+
icon {
|
|
540
|
+
...RecordIdentity
|
|
541
|
+
}
|
|
542
|
+
previewsSettings {
|
|
543
|
+
...LibraryPreviewsSettings
|
|
544
|
+
}
|
|
545
|
+
}
|
|
546
|
+
${LibraryAttributesFragmentDoc}
|
|
547
|
+
${RecordIdentityFragmentDoc}
|
|
548
|
+
${LibraryPreviewsSettingsFragmentDoc}`;
|
|
549
|
+
export const ValuesVersionDetailsFragmentDoc = gql `
|
|
550
|
+
fragment ValuesVersionDetails on ValueVersion {
|
|
551
|
+
treeId
|
|
552
|
+
treeNode {
|
|
553
|
+
id
|
|
554
|
+
record {
|
|
555
|
+
id
|
|
556
|
+
whoAmI {
|
|
557
|
+
id
|
|
558
|
+
label
|
|
559
|
+
library {
|
|
560
|
+
id
|
|
561
|
+
}
|
|
562
|
+
}
|
|
563
|
+
}
|
|
564
|
+
}
|
|
565
|
+
}
|
|
566
|
+
`;
|
|
567
|
+
export const ValueDetailsFragmentDoc = gql `
|
|
568
|
+
fragment ValueDetails on GenericValue {
|
|
569
|
+
id_value
|
|
570
|
+
modified_at
|
|
571
|
+
modified_by {
|
|
572
|
+
...RecordIdentity
|
|
573
|
+
}
|
|
574
|
+
created_at
|
|
575
|
+
created_by {
|
|
576
|
+
...RecordIdentity
|
|
577
|
+
}
|
|
578
|
+
version {
|
|
579
|
+
...ValuesVersionDetails
|
|
580
|
+
}
|
|
581
|
+
attribute {
|
|
582
|
+
id
|
|
583
|
+
format
|
|
584
|
+
type
|
|
585
|
+
system
|
|
586
|
+
}
|
|
587
|
+
metadata {
|
|
588
|
+
name
|
|
589
|
+
value {
|
|
590
|
+
id_value
|
|
591
|
+
modified_at
|
|
592
|
+
modified_by {
|
|
593
|
+
...RecordIdentity
|
|
594
|
+
}
|
|
595
|
+
created_at
|
|
596
|
+
created_by {
|
|
597
|
+
...RecordIdentity
|
|
598
|
+
}
|
|
599
|
+
version {
|
|
600
|
+
...ValuesVersionDetails
|
|
601
|
+
}
|
|
602
|
+
value
|
|
603
|
+
raw_value
|
|
604
|
+
}
|
|
605
|
+
}
|
|
606
|
+
... on Value {
|
|
607
|
+
value
|
|
608
|
+
raw_value
|
|
609
|
+
}
|
|
610
|
+
... on LinkValue {
|
|
611
|
+
linkValue: value {
|
|
612
|
+
...RecordIdentity
|
|
613
|
+
}
|
|
614
|
+
}
|
|
615
|
+
... on TreeValue {
|
|
616
|
+
treeValue: value {
|
|
617
|
+
id
|
|
618
|
+
record {
|
|
619
|
+
...RecordIdentity
|
|
620
|
+
}
|
|
621
|
+
ancestors {
|
|
622
|
+
record {
|
|
623
|
+
...RecordIdentity
|
|
624
|
+
}
|
|
625
|
+
}
|
|
626
|
+
}
|
|
627
|
+
}
|
|
628
|
+
}
|
|
629
|
+
${RecordIdentityFragmentDoc}
|
|
630
|
+
${ValuesVersionDetailsFragmentDoc}`;
|
|
631
|
+
export const StandardValuesListFragmentFragmentDoc = gql `
|
|
632
|
+
fragment StandardValuesListFragment on StandardValuesListConf {
|
|
633
|
+
... on StandardStringValuesListConf {
|
|
634
|
+
enable
|
|
635
|
+
allowFreeEntry
|
|
636
|
+
values
|
|
637
|
+
}
|
|
638
|
+
... on StandardDateRangeValuesListConf {
|
|
639
|
+
enable
|
|
640
|
+
allowFreeEntry
|
|
641
|
+
dateRangeValues: values {
|
|
642
|
+
from
|
|
643
|
+
to
|
|
644
|
+
}
|
|
645
|
+
}
|
|
646
|
+
}
|
|
647
|
+
`;
|
|
648
|
+
export const RecordFormAttributeFragmentDoc = gql `
|
|
649
|
+
fragment RecordFormAttribute on Attribute {
|
|
650
|
+
id
|
|
651
|
+
label
|
|
652
|
+
description
|
|
653
|
+
type
|
|
654
|
+
format
|
|
655
|
+
system
|
|
656
|
+
readonly
|
|
657
|
+
multiple_values
|
|
658
|
+
permissions(record: {id: $recordId, library: $libraryId}) {
|
|
659
|
+
access_attribute
|
|
660
|
+
edit_value
|
|
661
|
+
}
|
|
662
|
+
versions_conf {
|
|
663
|
+
versionable
|
|
664
|
+
profile {
|
|
665
|
+
id
|
|
666
|
+
trees {
|
|
667
|
+
id
|
|
668
|
+
label
|
|
669
|
+
}
|
|
670
|
+
}
|
|
671
|
+
}
|
|
672
|
+
metadata_fields {
|
|
673
|
+
id
|
|
674
|
+
label
|
|
675
|
+
description
|
|
676
|
+
type
|
|
677
|
+
format
|
|
678
|
+
system
|
|
679
|
+
readonly
|
|
680
|
+
multiple_values
|
|
681
|
+
permissions(record: {id: $recordId, library: $libraryId}) {
|
|
682
|
+
access_attribute
|
|
683
|
+
edit_value
|
|
684
|
+
}
|
|
685
|
+
values_list {
|
|
686
|
+
...StandardValuesListFragment
|
|
687
|
+
}
|
|
688
|
+
metadata_fields {
|
|
689
|
+
id
|
|
690
|
+
}
|
|
691
|
+
}
|
|
692
|
+
... on StandardAttribute {
|
|
693
|
+
values_list {
|
|
694
|
+
...StandardValuesListFragment
|
|
695
|
+
}
|
|
696
|
+
}
|
|
697
|
+
... on LinkAttribute {
|
|
698
|
+
linked_library {
|
|
699
|
+
id
|
|
700
|
+
label
|
|
701
|
+
behavior
|
|
702
|
+
permissions {
|
|
703
|
+
create_record
|
|
704
|
+
}
|
|
705
|
+
}
|
|
706
|
+
linkValuesList: values_list {
|
|
707
|
+
enable
|
|
708
|
+
allowFreeEntry
|
|
709
|
+
values {
|
|
710
|
+
...RecordIdentity
|
|
711
|
+
}
|
|
712
|
+
}
|
|
713
|
+
}
|
|
714
|
+
... on TreeAttribute {
|
|
715
|
+
linked_tree {
|
|
716
|
+
id
|
|
717
|
+
label
|
|
718
|
+
}
|
|
719
|
+
treeValuesList: values_list {
|
|
720
|
+
enable
|
|
721
|
+
allowFreeEntry
|
|
722
|
+
values {
|
|
723
|
+
id
|
|
724
|
+
record {
|
|
725
|
+
...RecordIdentity
|
|
726
|
+
}
|
|
727
|
+
ancestors {
|
|
728
|
+
record {
|
|
729
|
+
...RecordIdentity
|
|
730
|
+
}
|
|
731
|
+
}
|
|
732
|
+
}
|
|
733
|
+
}
|
|
734
|
+
}
|
|
735
|
+
}
|
|
736
|
+
${StandardValuesListFragmentFragmentDoc}
|
|
737
|
+
${RecordIdentityFragmentDoc}`;
|
|
738
|
+
export const RecordFormElementFragmentDoc = gql `
|
|
739
|
+
fragment RecordFormElement on FormElementWithValues {
|
|
740
|
+
id
|
|
741
|
+
containerId
|
|
742
|
+
uiElementType
|
|
743
|
+
type
|
|
744
|
+
valueError
|
|
745
|
+
values {
|
|
746
|
+
...ValueDetails
|
|
747
|
+
}
|
|
748
|
+
attribute {
|
|
749
|
+
...RecordFormAttribute
|
|
750
|
+
}
|
|
751
|
+
settings {
|
|
752
|
+
key
|
|
753
|
+
value
|
|
754
|
+
}
|
|
755
|
+
}
|
|
756
|
+
${ValueDetailsFragmentDoc}
|
|
757
|
+
${RecordFormAttributeFragmentDoc}`;
|
|
758
|
+
export const TreeLightFragmentDoc = gql `
|
|
759
|
+
fragment TreeLight on Tree {
|
|
760
|
+
id
|
|
761
|
+
label
|
|
762
|
+
}
|
|
763
|
+
`;
|
|
764
|
+
export const TreeDetailsFragmentDoc = gql `
|
|
765
|
+
fragment TreeDetails on Tree {
|
|
766
|
+
id
|
|
767
|
+
label
|
|
768
|
+
behavior
|
|
769
|
+
system
|
|
770
|
+
libraries {
|
|
771
|
+
library {
|
|
772
|
+
id
|
|
773
|
+
label
|
|
774
|
+
}
|
|
775
|
+
settings {
|
|
776
|
+
allowMultiplePositions
|
|
777
|
+
allowedAtRoot
|
|
778
|
+
allowedChildren
|
|
779
|
+
}
|
|
780
|
+
}
|
|
781
|
+
}
|
|
782
|
+
`;
|
|
783
|
+
export const TreeNodeChildFragmentDoc = gql `
|
|
784
|
+
fragment TreeNodeChild on TreeNodeLight {
|
|
785
|
+
id
|
|
786
|
+
order
|
|
787
|
+
childrenCount
|
|
788
|
+
record {
|
|
789
|
+
...RecordIdentity
|
|
790
|
+
active: property(attribute: "active") {
|
|
791
|
+
... on Value {
|
|
792
|
+
value
|
|
793
|
+
}
|
|
794
|
+
}
|
|
795
|
+
}
|
|
796
|
+
ancestors {
|
|
797
|
+
id
|
|
798
|
+
record {
|
|
799
|
+
id
|
|
800
|
+
library {
|
|
801
|
+
id
|
|
802
|
+
label
|
|
803
|
+
}
|
|
804
|
+
...RecordIdentity
|
|
805
|
+
}
|
|
806
|
+
}
|
|
807
|
+
permissions {
|
|
808
|
+
access_tree
|
|
809
|
+
detach
|
|
810
|
+
edit_children
|
|
811
|
+
}
|
|
812
|
+
}
|
|
813
|
+
${RecordIdentityFragmentDoc}`;
|
|
814
|
+
export const ViewDetailsFragmentDoc = gql `
|
|
815
|
+
fragment ViewDetails on View {
|
|
816
|
+
id
|
|
817
|
+
display {
|
|
818
|
+
size
|
|
819
|
+
type
|
|
820
|
+
}
|
|
821
|
+
shared
|
|
822
|
+
created_by {
|
|
823
|
+
id
|
|
824
|
+
whoAmI {
|
|
825
|
+
id
|
|
826
|
+
label
|
|
827
|
+
library {
|
|
828
|
+
id
|
|
829
|
+
}
|
|
830
|
+
}
|
|
831
|
+
}
|
|
832
|
+
label
|
|
833
|
+
description
|
|
834
|
+
color
|
|
835
|
+
filters {
|
|
836
|
+
field
|
|
837
|
+
value
|
|
838
|
+
tree {
|
|
839
|
+
id
|
|
840
|
+
label
|
|
841
|
+
}
|
|
842
|
+
condition
|
|
843
|
+
operator
|
|
844
|
+
}
|
|
845
|
+
sort {
|
|
846
|
+
field
|
|
847
|
+
order
|
|
848
|
+
}
|
|
849
|
+
valuesVersions {
|
|
850
|
+
treeId
|
|
851
|
+
treeNode {
|
|
852
|
+
id
|
|
853
|
+
record {
|
|
854
|
+
...RecordIdentity
|
|
855
|
+
}
|
|
856
|
+
}
|
|
857
|
+
}
|
|
858
|
+
settings {
|
|
859
|
+
name
|
|
860
|
+
value
|
|
861
|
+
}
|
|
862
|
+
}
|
|
863
|
+
${RecordIdentityFragmentDoc}`;
|
|
864
|
+
export const CheckApplicationExistenceDocument = gql `
|
|
865
|
+
query CHECK_APPLICATION_EXISTENCE($id: ID, $endpoint: String) {
|
|
866
|
+
applications(filters: {id: $id, endpoint: $endpoint}) {
|
|
867
|
+
totalCount
|
|
868
|
+
}
|
|
869
|
+
}
|
|
870
|
+
`;
|
|
871
|
+
/**
|
|
872
|
+
* __useCheckApplicationExistenceQuery__
|
|
873
|
+
*
|
|
874
|
+
* To run a query within a React component, call `useCheckApplicationExistenceQuery` and pass it any options that fit your needs.
|
|
875
|
+
* When your component renders, `useCheckApplicationExistenceQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
876
|
+
* you can use to render your UI.
|
|
877
|
+
*
|
|
878
|
+
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
879
|
+
*
|
|
880
|
+
* @example
|
|
881
|
+
* const { data, loading, error } = useCheckApplicationExistenceQuery({
|
|
882
|
+
* variables: {
|
|
883
|
+
* id: // value for 'id'
|
|
884
|
+
* endpoint: // value for 'endpoint'
|
|
885
|
+
* },
|
|
886
|
+
* });
|
|
887
|
+
*/
|
|
888
|
+
export function useCheckApplicationExistenceQuery(baseOptions) {
|
|
889
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
890
|
+
return Apollo.useQuery(CheckApplicationExistenceDocument, options);
|
|
891
|
+
}
|
|
892
|
+
export function useCheckApplicationExistenceLazyQuery(baseOptions) {
|
|
893
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
894
|
+
return Apollo.useLazyQuery(CheckApplicationExistenceDocument, options);
|
|
895
|
+
}
|
|
896
|
+
export const GetApplicationByIdDocument = gql `
|
|
897
|
+
query GET_APPLICATION_BY_ID($id: ID!) {
|
|
898
|
+
applications(filters: {id: $id}) {
|
|
899
|
+
list {
|
|
900
|
+
...DetailsApplication
|
|
901
|
+
}
|
|
902
|
+
}
|
|
903
|
+
}
|
|
904
|
+
${DetailsApplicationFragmentDoc}`;
|
|
905
|
+
/**
|
|
906
|
+
* __useGetApplicationByIdQuery__
|
|
907
|
+
*
|
|
908
|
+
* To run a query within a React component, call `useGetApplicationByIdQuery` and pass it any options that fit your needs.
|
|
909
|
+
* When your component renders, `useGetApplicationByIdQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
910
|
+
* you can use to render your UI.
|
|
911
|
+
*
|
|
912
|
+
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
913
|
+
*
|
|
914
|
+
* @example
|
|
915
|
+
* const { data, loading, error } = useGetApplicationByIdQuery({
|
|
916
|
+
* variables: {
|
|
917
|
+
* id: // value for 'id'
|
|
918
|
+
* },
|
|
919
|
+
* });
|
|
920
|
+
*/
|
|
921
|
+
export function useGetApplicationByIdQuery(baseOptions) {
|
|
922
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
923
|
+
return Apollo.useQuery(GetApplicationByIdDocument, options);
|
|
924
|
+
}
|
|
925
|
+
export function useGetApplicationByIdLazyQuery(baseOptions) {
|
|
926
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
927
|
+
return Apollo.useLazyQuery(GetApplicationByIdDocument, options);
|
|
928
|
+
}
|
|
929
|
+
export const GetApplicationModulesDocument = gql `
|
|
930
|
+
query GET_APPLICATION_MODULES {
|
|
931
|
+
applicationsModules {
|
|
932
|
+
id
|
|
933
|
+
description
|
|
934
|
+
version
|
|
935
|
+
}
|
|
936
|
+
}
|
|
937
|
+
`;
|
|
938
|
+
/**
|
|
939
|
+
* __useGetApplicationModulesQuery__
|
|
940
|
+
*
|
|
941
|
+
* To run a query within a React component, call `useGetApplicationModulesQuery` and pass it any options that fit your needs.
|
|
942
|
+
* When your component renders, `useGetApplicationModulesQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
943
|
+
* you can use to render your UI.
|
|
944
|
+
*
|
|
945
|
+
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
946
|
+
*
|
|
947
|
+
* @example
|
|
948
|
+
* const { data, loading, error } = useGetApplicationModulesQuery({
|
|
949
|
+
* variables: {
|
|
950
|
+
* },
|
|
951
|
+
* });
|
|
952
|
+
*/
|
|
953
|
+
export function useGetApplicationModulesQuery(baseOptions) {
|
|
954
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
955
|
+
return Apollo.useQuery(GetApplicationModulesDocument, options);
|
|
956
|
+
}
|
|
957
|
+
export function useGetApplicationModulesLazyQuery(baseOptions) {
|
|
958
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
959
|
+
return Apollo.useLazyQuery(GetApplicationModulesDocument, options);
|
|
960
|
+
}
|
|
961
|
+
export const SaveApplicationDocument = gql `
|
|
962
|
+
mutation SAVE_APPLICATION($application: ApplicationInput!) {
|
|
963
|
+
saveApplication(application: $application) {
|
|
964
|
+
...DetailsApplication
|
|
965
|
+
}
|
|
966
|
+
}
|
|
967
|
+
${DetailsApplicationFragmentDoc}`;
|
|
968
|
+
/**
|
|
969
|
+
* __useSaveApplicationMutation__
|
|
970
|
+
*
|
|
971
|
+
* To run a mutation, you first call `useSaveApplicationMutation` within a React component and pass it any options that fit your needs.
|
|
972
|
+
* When your component renders, `useSaveApplicationMutation` returns a tuple that includes:
|
|
973
|
+
* - A mutate function that you can call at any time to execute the mutation
|
|
974
|
+
* - An object with fields that represent the current status of the mutation's execution
|
|
975
|
+
*
|
|
976
|
+
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
|
977
|
+
*
|
|
978
|
+
* @example
|
|
979
|
+
* const [saveApplicationMutation, { data, loading, error }] = useSaveApplicationMutation({
|
|
980
|
+
* variables: {
|
|
981
|
+
* application: // value for 'application'
|
|
982
|
+
* },
|
|
983
|
+
* });
|
|
984
|
+
*/
|
|
985
|
+
export function useSaveApplicationMutation(baseOptions) {
|
|
986
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
987
|
+
return Apollo.useMutation(SaveApplicationDocument, options);
|
|
988
|
+
}
|
|
989
|
+
export const CheckAttributeExistenceDocument = gql `
|
|
990
|
+
query CHECK_ATTRIBUTE_EXISTENCE($id: ID!) {
|
|
991
|
+
attributes(filters: {id: $id}) {
|
|
992
|
+
totalCount
|
|
993
|
+
}
|
|
994
|
+
}
|
|
995
|
+
`;
|
|
996
|
+
/**
|
|
997
|
+
* __useCheckAttributeExistenceQuery__
|
|
998
|
+
*
|
|
999
|
+
* To run a query within a React component, call `useCheckAttributeExistenceQuery` and pass it any options that fit your needs.
|
|
1000
|
+
* When your component renders, `useCheckAttributeExistenceQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
1001
|
+
* you can use to render your UI.
|
|
1002
|
+
*
|
|
1003
|
+
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
1004
|
+
*
|
|
1005
|
+
* @example
|
|
1006
|
+
* const { data, loading, error } = useCheckAttributeExistenceQuery({
|
|
1007
|
+
* variables: {
|
|
1008
|
+
* id: // value for 'id'
|
|
1009
|
+
* },
|
|
1010
|
+
* });
|
|
1011
|
+
*/
|
|
1012
|
+
export function useCheckAttributeExistenceQuery(baseOptions) {
|
|
1013
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1014
|
+
return Apollo.useQuery(CheckAttributeExistenceDocument, options);
|
|
1015
|
+
}
|
|
1016
|
+
export function useCheckAttributeExistenceLazyQuery(baseOptions) {
|
|
1017
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1018
|
+
return Apollo.useLazyQuery(CheckAttributeExistenceDocument, options);
|
|
1019
|
+
}
|
|
1020
|
+
export const DeleteAttributeDocument = gql `
|
|
1021
|
+
mutation DELETE_ATTRIBUTE($id: ID) {
|
|
1022
|
+
deleteAttribute(id: $id) {
|
|
1023
|
+
id
|
|
1024
|
+
}
|
|
1025
|
+
}
|
|
1026
|
+
`;
|
|
1027
|
+
/**
|
|
1028
|
+
* __useDeleteAttributeMutation__
|
|
1029
|
+
*
|
|
1030
|
+
* To run a mutation, you first call `useDeleteAttributeMutation` within a React component and pass it any options that fit your needs.
|
|
1031
|
+
* When your component renders, `useDeleteAttributeMutation` returns a tuple that includes:
|
|
1032
|
+
* - A mutate function that you can call at any time to execute the mutation
|
|
1033
|
+
* - An object with fields that represent the current status of the mutation's execution
|
|
1034
|
+
*
|
|
1035
|
+
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
|
1036
|
+
*
|
|
1037
|
+
* @example
|
|
1038
|
+
* const [deleteAttributeMutation, { data, loading, error }] = useDeleteAttributeMutation({
|
|
1039
|
+
* variables: {
|
|
1040
|
+
* id: // value for 'id'
|
|
1041
|
+
* },
|
|
1042
|
+
* });
|
|
1043
|
+
*/
|
|
1044
|
+
export function useDeleteAttributeMutation(baseOptions) {
|
|
1045
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1046
|
+
return Apollo.useMutation(DeleteAttributeDocument, options);
|
|
1047
|
+
}
|
|
1048
|
+
export const GetAttributeByIdDocument = gql `
|
|
1049
|
+
query GET_ATTRIBUTE_BY_ID($id: ID) {
|
|
1050
|
+
attributes(filters: {id: $id}) {
|
|
1051
|
+
list {
|
|
1052
|
+
...AttributeDetails
|
|
1053
|
+
}
|
|
1054
|
+
}
|
|
1055
|
+
}
|
|
1056
|
+
${AttributeDetailsFragmentDoc}`;
|
|
1057
|
+
/**
|
|
1058
|
+
* __useGetAttributeByIdQuery__
|
|
1059
|
+
*
|
|
1060
|
+
* To run a query within a React component, call `useGetAttributeByIdQuery` and pass it any options that fit your needs.
|
|
1061
|
+
* When your component renders, `useGetAttributeByIdQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
1062
|
+
* you can use to render your UI.
|
|
1063
|
+
*
|
|
1064
|
+
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
1065
|
+
*
|
|
1066
|
+
* @example
|
|
1067
|
+
* const { data, loading, error } = useGetAttributeByIdQuery({
|
|
1068
|
+
* variables: {
|
|
1069
|
+
* id: // value for 'id'
|
|
1070
|
+
* },
|
|
1071
|
+
* });
|
|
1072
|
+
*/
|
|
1073
|
+
export function useGetAttributeByIdQuery(baseOptions) {
|
|
1074
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1075
|
+
return Apollo.useQuery(GetAttributeByIdDocument, options);
|
|
1076
|
+
}
|
|
1077
|
+
export function useGetAttributeByIdLazyQuery(baseOptions) {
|
|
1078
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1079
|
+
return Apollo.useLazyQuery(GetAttributeByIdDocument, options);
|
|
1080
|
+
}
|
|
1081
|
+
export const GetAttributesByLibDocument = gql `
|
|
1082
|
+
query GET_ATTRIBUTES_BY_LIB($library: String!) {
|
|
1083
|
+
attributes(filters: {libraries: [$library]}) {
|
|
1084
|
+
list {
|
|
1085
|
+
...AttributesByLibAttribute
|
|
1086
|
+
}
|
|
1087
|
+
}
|
|
1088
|
+
}
|
|
1089
|
+
${AttributesByLibAttributeFragmentDoc}`;
|
|
1090
|
+
/**
|
|
1091
|
+
* __useGetAttributesByLibQuery__
|
|
1092
|
+
*
|
|
1093
|
+
* To run a query within a React component, call `useGetAttributesByLibQuery` and pass it any options that fit your needs.
|
|
1094
|
+
* When your component renders, `useGetAttributesByLibQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
1095
|
+
* you can use to render your UI.
|
|
1096
|
+
*
|
|
1097
|
+
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
1098
|
+
*
|
|
1099
|
+
* @example
|
|
1100
|
+
* const { data, loading, error } = useGetAttributesByLibQuery({
|
|
1101
|
+
* variables: {
|
|
1102
|
+
* library: // value for 'library'
|
|
1103
|
+
* },
|
|
1104
|
+
* });
|
|
1105
|
+
*/
|
|
1106
|
+
export function useGetAttributesByLibQuery(baseOptions) {
|
|
1107
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1108
|
+
return Apollo.useQuery(GetAttributesByLibDocument, options);
|
|
1109
|
+
}
|
|
1110
|
+
export function useGetAttributesByLibLazyQuery(baseOptions) {
|
|
1111
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1112
|
+
return Apollo.useLazyQuery(GetAttributesByLibDocument, options);
|
|
1113
|
+
}
|
|
1114
|
+
export const GetAttributesDocument = gql `
|
|
1115
|
+
query GET_ATTRIBUTES($pagination: Pagination, $sort: SortAttributes, $filters: AttributesFiltersInput) {
|
|
1116
|
+
attributes(pagination: $pagination, sort: $sort, filters: $filters) {
|
|
1117
|
+
totalCount
|
|
1118
|
+
list {
|
|
1119
|
+
id
|
|
1120
|
+
label
|
|
1121
|
+
type
|
|
1122
|
+
format
|
|
1123
|
+
system
|
|
1124
|
+
}
|
|
1125
|
+
}
|
|
1126
|
+
}
|
|
1127
|
+
`;
|
|
1128
|
+
/**
|
|
1129
|
+
* __useGetAttributesQuery__
|
|
1130
|
+
*
|
|
1131
|
+
* To run a query within a React component, call `useGetAttributesQuery` and pass it any options that fit your needs.
|
|
1132
|
+
* When your component renders, `useGetAttributesQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
1133
|
+
* you can use to render your UI.
|
|
1134
|
+
*
|
|
1135
|
+
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
1136
|
+
*
|
|
1137
|
+
* @example
|
|
1138
|
+
* const { data, loading, error } = useGetAttributesQuery({
|
|
1139
|
+
* variables: {
|
|
1140
|
+
* pagination: // value for 'pagination'
|
|
1141
|
+
* sort: // value for 'sort'
|
|
1142
|
+
* filters: // value for 'filters'
|
|
1143
|
+
* },
|
|
1144
|
+
* });
|
|
1145
|
+
*/
|
|
1146
|
+
export function useGetAttributesQuery(baseOptions) {
|
|
1147
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1148
|
+
return Apollo.useQuery(GetAttributesDocument, options);
|
|
1149
|
+
}
|
|
1150
|
+
export function useGetAttributesLazyQuery(baseOptions) {
|
|
1151
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1152
|
+
return Apollo.useLazyQuery(GetAttributesDocument, options);
|
|
1153
|
+
}
|
|
1154
|
+
export const GetVersionProfilesDocument = gql `
|
|
1155
|
+
query GET_VERSION_PROFILES($filters: VersionProfilesFiltersInput, $sort: SortVersionProfilesInput) {
|
|
1156
|
+
versionProfiles(filters: $filters, sort: $sort) {
|
|
1157
|
+
list {
|
|
1158
|
+
id
|
|
1159
|
+
label
|
|
1160
|
+
}
|
|
1161
|
+
}
|
|
1162
|
+
}
|
|
1163
|
+
`;
|
|
1164
|
+
/**
|
|
1165
|
+
* __useGetVersionProfilesQuery__
|
|
1166
|
+
*
|
|
1167
|
+
* To run a query within a React component, call `useGetVersionProfilesQuery` and pass it any options that fit your needs.
|
|
1168
|
+
* When your component renders, `useGetVersionProfilesQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
1169
|
+
* you can use to render your UI.
|
|
1170
|
+
*
|
|
1171
|
+
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
1172
|
+
*
|
|
1173
|
+
* @example
|
|
1174
|
+
* const { data, loading, error } = useGetVersionProfilesQuery({
|
|
1175
|
+
* variables: {
|
|
1176
|
+
* filters: // value for 'filters'
|
|
1177
|
+
* sort: // value for 'sort'
|
|
1178
|
+
* },
|
|
1179
|
+
* });
|
|
1180
|
+
*/
|
|
1181
|
+
export function useGetVersionProfilesQuery(baseOptions) {
|
|
1182
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1183
|
+
return Apollo.useQuery(GetVersionProfilesDocument, options);
|
|
1184
|
+
}
|
|
1185
|
+
export function useGetVersionProfilesLazyQuery(baseOptions) {
|
|
1186
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1187
|
+
return Apollo.useLazyQuery(GetVersionProfilesDocument, options);
|
|
1188
|
+
}
|
|
1189
|
+
export const GetVersionableAttributesByLibraryDocument = gql `
|
|
1190
|
+
query GET_VERSIONABLE_ATTRIBUTES_BY_LIBRARY($libraryId: String!) {
|
|
1191
|
+
attributes(filters: {libraries: [$libraryId], versionable: true}) {
|
|
1192
|
+
list {
|
|
1193
|
+
id
|
|
1194
|
+
versions_conf {
|
|
1195
|
+
versionable
|
|
1196
|
+
profile {
|
|
1197
|
+
id
|
|
1198
|
+
trees {
|
|
1199
|
+
id
|
|
1200
|
+
label
|
|
1201
|
+
}
|
|
1202
|
+
}
|
|
1203
|
+
}
|
|
1204
|
+
}
|
|
1205
|
+
}
|
|
1206
|
+
}
|
|
1207
|
+
`;
|
|
1208
|
+
/**
|
|
1209
|
+
* __useGetVersionableAttributesByLibraryQuery__
|
|
1210
|
+
*
|
|
1211
|
+
* To run a query within a React component, call `useGetVersionableAttributesByLibraryQuery` and pass it any options that fit your needs.
|
|
1212
|
+
* When your component renders, `useGetVersionableAttributesByLibraryQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
1213
|
+
* you can use to render your UI.
|
|
1214
|
+
*
|
|
1215
|
+
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
1216
|
+
*
|
|
1217
|
+
* @example
|
|
1218
|
+
* const { data, loading, error } = useGetVersionableAttributesByLibraryQuery({
|
|
1219
|
+
* variables: {
|
|
1220
|
+
* libraryId: // value for 'libraryId'
|
|
1221
|
+
* },
|
|
1222
|
+
* });
|
|
1223
|
+
*/
|
|
1224
|
+
export function useGetVersionableAttributesByLibraryQuery(baseOptions) {
|
|
1225
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1226
|
+
return Apollo.useQuery(GetVersionableAttributesByLibraryDocument, options);
|
|
1227
|
+
}
|
|
1228
|
+
export function useGetVersionableAttributesByLibraryLazyQuery(baseOptions) {
|
|
1229
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1230
|
+
return Apollo.useLazyQuery(GetVersionableAttributesByLibraryDocument, options);
|
|
1231
|
+
}
|
|
1232
|
+
export const SaveAttributeDocument = gql `
|
|
1233
|
+
mutation SAVE_ATTRIBUTE($attribute: AttributeInput!) {
|
|
1234
|
+
saveAttribute(attribute: $attribute) {
|
|
1235
|
+
...AttributeDetails
|
|
1236
|
+
}
|
|
1237
|
+
}
|
|
1238
|
+
${AttributeDetailsFragmentDoc}`;
|
|
1239
|
+
/**
|
|
1240
|
+
* __useSaveAttributeMutation__
|
|
1241
|
+
*
|
|
1242
|
+
* To run a mutation, you first call `useSaveAttributeMutation` within a React component and pass it any options that fit your needs.
|
|
1243
|
+
* When your component renders, `useSaveAttributeMutation` returns a tuple that includes:
|
|
1244
|
+
* - A mutate function that you can call at any time to execute the mutation
|
|
1245
|
+
* - An object with fields that represent the current status of the mutation's execution
|
|
1246
|
+
*
|
|
1247
|
+
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
|
1248
|
+
*
|
|
1249
|
+
* @example
|
|
1250
|
+
* const [saveAttributeMutation, { data, loading, error }] = useSaveAttributeMutation({
|
|
1251
|
+
* variables: {
|
|
1252
|
+
* attribute: // value for 'attribute'
|
|
1253
|
+
* },
|
|
1254
|
+
* });
|
|
1255
|
+
*/
|
|
1256
|
+
export function useSaveAttributeMutation(baseOptions) {
|
|
1257
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1258
|
+
return Apollo.useMutation(SaveAttributeDocument, options);
|
|
1259
|
+
}
|
|
1260
|
+
export const CreateDirectoryDocument = gql `
|
|
1261
|
+
mutation CREATE_DIRECTORY($library: String!, $nodeId: String!, $name: String!) {
|
|
1262
|
+
createDirectory(library: $library, nodeId: $nodeId, name: $name) {
|
|
1263
|
+
...RecordIdentity
|
|
1264
|
+
}
|
|
1265
|
+
}
|
|
1266
|
+
${RecordIdentityFragmentDoc}`;
|
|
1267
|
+
/**
|
|
1268
|
+
* __useCreateDirectoryMutation__
|
|
1269
|
+
*
|
|
1270
|
+
* To run a mutation, you first call `useCreateDirectoryMutation` within a React component and pass it any options that fit your needs.
|
|
1271
|
+
* When your component renders, `useCreateDirectoryMutation` returns a tuple that includes:
|
|
1272
|
+
* - A mutate function that you can call at any time to execute the mutation
|
|
1273
|
+
* - An object with fields that represent the current status of the mutation's execution
|
|
1274
|
+
*
|
|
1275
|
+
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
|
1276
|
+
*
|
|
1277
|
+
* @example
|
|
1278
|
+
* const [createDirectoryMutation, { data, loading, error }] = useCreateDirectoryMutation({
|
|
1279
|
+
* variables: {
|
|
1280
|
+
* library: // value for 'library'
|
|
1281
|
+
* nodeId: // value for 'nodeId'
|
|
1282
|
+
* name: // value for 'name'
|
|
1283
|
+
* },
|
|
1284
|
+
* });
|
|
1285
|
+
*/
|
|
1286
|
+
export function useCreateDirectoryMutation(baseOptions) {
|
|
1287
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1288
|
+
return Apollo.useMutation(CreateDirectoryDocument, options);
|
|
1289
|
+
}
|
|
1290
|
+
export const ForcePreviewsGenerationDocument = gql `
|
|
1291
|
+
mutation FORCE_PREVIEWS_GENERATION($libraryId: ID!, $filters: [RecordFilterInput!], $recordIds: [ID!], $failedOnly: Boolean, $previewVersionSizeNames: [String!]) {
|
|
1292
|
+
forcePreviewsGeneration(
|
|
1293
|
+
libraryId: $libraryId
|
|
1294
|
+
filters: $filters
|
|
1295
|
+
recordIds: $recordIds
|
|
1296
|
+
failedOnly: $failedOnly
|
|
1297
|
+
previewVersionSizeNames: $previewVersionSizeNames
|
|
1298
|
+
)
|
|
1299
|
+
}
|
|
1300
|
+
`;
|
|
1301
|
+
/**
|
|
1302
|
+
* __useForcePreviewsGenerationMutation__
|
|
1303
|
+
*
|
|
1304
|
+
* To run a mutation, you first call `useForcePreviewsGenerationMutation` within a React component and pass it any options that fit your needs.
|
|
1305
|
+
* When your component renders, `useForcePreviewsGenerationMutation` returns a tuple that includes:
|
|
1306
|
+
* - A mutate function that you can call at any time to execute the mutation
|
|
1307
|
+
* - An object with fields that represent the current status of the mutation's execution
|
|
1308
|
+
*
|
|
1309
|
+
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
|
1310
|
+
*
|
|
1311
|
+
* @example
|
|
1312
|
+
* const [forcePreviewsGenerationMutation, { data, loading, error }] = useForcePreviewsGenerationMutation({
|
|
1313
|
+
* variables: {
|
|
1314
|
+
* libraryId: // value for 'libraryId'
|
|
1315
|
+
* filters: // value for 'filters'
|
|
1316
|
+
* recordIds: // value for 'recordIds'
|
|
1317
|
+
* failedOnly: // value for 'failedOnly'
|
|
1318
|
+
* previewVersionSizeNames: // value for 'previewVersionSizeNames'
|
|
1319
|
+
* },
|
|
1320
|
+
* });
|
|
1321
|
+
*/
|
|
1322
|
+
export function useForcePreviewsGenerationMutation(baseOptions) {
|
|
1323
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1324
|
+
return Apollo.useMutation(ForcePreviewsGenerationDocument, options);
|
|
1325
|
+
}
|
|
1326
|
+
export const GetDirectoryDataDocument = gql `
|
|
1327
|
+
query GET_DIRECTORY_DATA($library: ID!, $directoryId: String!) {
|
|
1328
|
+
records(
|
|
1329
|
+
library: $library
|
|
1330
|
+
filters: [{field: "id", value: $directoryId, condition: EQUAL}]
|
|
1331
|
+
) {
|
|
1332
|
+
list {
|
|
1333
|
+
...RecordIdentity
|
|
1334
|
+
created_at: property(attribute: "created_at") {
|
|
1335
|
+
... on Value {
|
|
1336
|
+
value
|
|
1337
|
+
}
|
|
1338
|
+
}
|
|
1339
|
+
created_by: property(attribute: "created_by") {
|
|
1340
|
+
... on LinkValue {
|
|
1341
|
+
value {
|
|
1342
|
+
...RecordIdentity
|
|
1343
|
+
}
|
|
1344
|
+
}
|
|
1345
|
+
}
|
|
1346
|
+
modified_at: property(attribute: "modified_at") {
|
|
1347
|
+
... on Value {
|
|
1348
|
+
value
|
|
1349
|
+
}
|
|
1350
|
+
}
|
|
1351
|
+
modified_by: property(attribute: "modified_by") {
|
|
1352
|
+
... on LinkValue {
|
|
1353
|
+
value {
|
|
1354
|
+
...RecordIdentity
|
|
1355
|
+
}
|
|
1356
|
+
}
|
|
1357
|
+
}
|
|
1358
|
+
file_name: property(attribute: "file_name") {
|
|
1359
|
+
... on Value {
|
|
1360
|
+
value
|
|
1361
|
+
}
|
|
1362
|
+
}
|
|
1363
|
+
file_path: property(attribute: "file_path") {
|
|
1364
|
+
... on Value {
|
|
1365
|
+
value
|
|
1366
|
+
}
|
|
1367
|
+
}
|
|
1368
|
+
library {
|
|
1369
|
+
behavior
|
|
1370
|
+
}
|
|
1371
|
+
}
|
|
1372
|
+
}
|
|
1373
|
+
}
|
|
1374
|
+
${RecordIdentityFragmentDoc}`;
|
|
1375
|
+
/**
|
|
1376
|
+
* __useGetDirectoryDataQuery__
|
|
1377
|
+
*
|
|
1378
|
+
* To run a query within a React component, call `useGetDirectoryDataQuery` and pass it any options that fit your needs.
|
|
1379
|
+
* When your component renders, `useGetDirectoryDataQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
1380
|
+
* you can use to render your UI.
|
|
1381
|
+
*
|
|
1382
|
+
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
1383
|
+
*
|
|
1384
|
+
* @example
|
|
1385
|
+
* const { data, loading, error } = useGetDirectoryDataQuery({
|
|
1386
|
+
* variables: {
|
|
1387
|
+
* library: // value for 'library'
|
|
1388
|
+
* directoryId: // value for 'directoryId'
|
|
1389
|
+
* },
|
|
1390
|
+
* });
|
|
1391
|
+
*/
|
|
1392
|
+
export function useGetDirectoryDataQuery(baseOptions) {
|
|
1393
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1394
|
+
return Apollo.useQuery(GetDirectoryDataDocument, options);
|
|
1395
|
+
}
|
|
1396
|
+
export function useGetDirectoryDataLazyQuery(baseOptions) {
|
|
1397
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1398
|
+
return Apollo.useLazyQuery(GetDirectoryDataDocument, options);
|
|
1399
|
+
}
|
|
1400
|
+
export const UploadUpdateDocument = gql `
|
|
1401
|
+
subscription UPLOAD_UPDATE($filters: UploadFiltersInput) {
|
|
1402
|
+
upload(filters: $filters) {
|
|
1403
|
+
userId
|
|
1404
|
+
progress {
|
|
1405
|
+
length
|
|
1406
|
+
transferred
|
|
1407
|
+
speed
|
|
1408
|
+
runtime
|
|
1409
|
+
remaining
|
|
1410
|
+
percentage
|
|
1411
|
+
eta
|
|
1412
|
+
delta
|
|
1413
|
+
}
|
|
1414
|
+
uid
|
|
1415
|
+
}
|
|
1416
|
+
}
|
|
1417
|
+
`;
|
|
1418
|
+
/**
|
|
1419
|
+
* __useUploadUpdateSubscription__
|
|
1420
|
+
*
|
|
1421
|
+
* To run a query within a React component, call `useUploadUpdateSubscription` and pass it any options that fit your needs.
|
|
1422
|
+
* When your component renders, `useUploadUpdateSubscription` returns an object from Apollo Client that contains loading, error, and data properties
|
|
1423
|
+
* you can use to render your UI.
|
|
1424
|
+
*
|
|
1425
|
+
* @param baseOptions options that will be passed into the subscription, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
1426
|
+
*
|
|
1427
|
+
* @example
|
|
1428
|
+
* const { data, loading, error } = useUploadUpdateSubscription({
|
|
1429
|
+
* variables: {
|
|
1430
|
+
* filters: // value for 'filters'
|
|
1431
|
+
* },
|
|
1432
|
+
* });
|
|
1433
|
+
*/
|
|
1434
|
+
export function useUploadUpdateSubscription(baseOptions) {
|
|
1435
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1436
|
+
return Apollo.useSubscription(UploadUpdateDocument, options);
|
|
1437
|
+
}
|
|
1438
|
+
export const UploadDocument = gql `
|
|
1439
|
+
mutation UPLOAD($library: String!, $nodeId: String!, $files: [FileInput!]!) {
|
|
1440
|
+
upload(library: $library, nodeId: $nodeId, files: $files) {
|
|
1441
|
+
uid
|
|
1442
|
+
record {
|
|
1443
|
+
...RecordIdentity
|
|
1444
|
+
}
|
|
1445
|
+
}
|
|
1446
|
+
}
|
|
1447
|
+
${RecordIdentityFragmentDoc}`;
|
|
1448
|
+
/**
|
|
1449
|
+
* __useUploadMutation__
|
|
1450
|
+
*
|
|
1451
|
+
* To run a mutation, you first call `useUploadMutation` within a React component and pass it any options that fit your needs.
|
|
1452
|
+
* When your component renders, `useUploadMutation` returns a tuple that includes:
|
|
1453
|
+
* - A mutate function that you can call at any time to execute the mutation
|
|
1454
|
+
* - An object with fields that represent the current status of the mutation's execution
|
|
1455
|
+
*
|
|
1456
|
+
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
|
1457
|
+
*
|
|
1458
|
+
* @example
|
|
1459
|
+
* const [uploadMutation, { data, loading, error }] = useUploadMutation({
|
|
1460
|
+
* variables: {
|
|
1461
|
+
* library: // value for 'library'
|
|
1462
|
+
* nodeId: // value for 'nodeId'
|
|
1463
|
+
* files: // value for 'files'
|
|
1464
|
+
* },
|
|
1465
|
+
* });
|
|
1466
|
+
*/
|
|
1467
|
+
export function useUploadMutation(baseOptions) {
|
|
1468
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1469
|
+
return Apollo.useMutation(UploadDocument, options);
|
|
1470
|
+
}
|
|
1471
|
+
export const ImportExcelDocument = gql `
|
|
1472
|
+
mutation IMPORT_EXCEL($file: Upload!, $sheets: [SheetInput], $startAt: Int) {
|
|
1473
|
+
importExcel(file: $file, sheets: $sheets, startAt: $startAt)
|
|
1474
|
+
}
|
|
1475
|
+
`;
|
|
1476
|
+
/**
|
|
1477
|
+
* __useImportExcelMutation__
|
|
1478
|
+
*
|
|
1479
|
+
* To run a mutation, you first call `useImportExcelMutation` within a React component and pass it any options that fit your needs.
|
|
1480
|
+
* When your component renders, `useImportExcelMutation` returns a tuple that includes:
|
|
1481
|
+
* - A mutate function that you can call at any time to execute the mutation
|
|
1482
|
+
* - An object with fields that represent the current status of the mutation's execution
|
|
1483
|
+
*
|
|
1484
|
+
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
|
1485
|
+
*
|
|
1486
|
+
* @example
|
|
1487
|
+
* const [importExcelMutation, { data, loading, error }] = useImportExcelMutation({
|
|
1488
|
+
* variables: {
|
|
1489
|
+
* file: // value for 'file'
|
|
1490
|
+
* sheets: // value for 'sheets'
|
|
1491
|
+
* startAt: // value for 'startAt'
|
|
1492
|
+
* },
|
|
1493
|
+
* });
|
|
1494
|
+
*/
|
|
1495
|
+
export function useImportExcelMutation(baseOptions) {
|
|
1496
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1497
|
+
return Apollo.useMutation(ImportExcelDocument, options);
|
|
1498
|
+
}
|
|
1499
|
+
export const CheckLibraryExistenceDocument = gql `
|
|
1500
|
+
query CHECK_LIBRARY_EXISTENCE($id: [ID!]) {
|
|
1501
|
+
libraries(filters: {id: $id}) {
|
|
1502
|
+
totalCount
|
|
1503
|
+
}
|
|
1504
|
+
}
|
|
1505
|
+
`;
|
|
1506
|
+
/**
|
|
1507
|
+
* __useCheckLibraryExistenceQuery__
|
|
1508
|
+
*
|
|
1509
|
+
* To run a query within a React component, call `useCheckLibraryExistenceQuery` and pass it any options that fit your needs.
|
|
1510
|
+
* When your component renders, `useCheckLibraryExistenceQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
1511
|
+
* you can use to render your UI.
|
|
1512
|
+
*
|
|
1513
|
+
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
1514
|
+
*
|
|
1515
|
+
* @example
|
|
1516
|
+
* const { data, loading, error } = useCheckLibraryExistenceQuery({
|
|
1517
|
+
* variables: {
|
|
1518
|
+
* id: // value for 'id'
|
|
1519
|
+
* },
|
|
1520
|
+
* });
|
|
1521
|
+
*/
|
|
1522
|
+
export function useCheckLibraryExistenceQuery(baseOptions) {
|
|
1523
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1524
|
+
return Apollo.useQuery(CheckLibraryExistenceDocument, options);
|
|
1525
|
+
}
|
|
1526
|
+
export function useCheckLibraryExistenceLazyQuery(baseOptions) {
|
|
1527
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1528
|
+
return Apollo.useLazyQuery(CheckLibraryExistenceDocument, options);
|
|
1529
|
+
}
|
|
1530
|
+
export const DeleteLibraryDocument = gql `
|
|
1531
|
+
mutation DELETE_LIBRARY($id: ID) {
|
|
1532
|
+
deleteLibrary(id: $id) {
|
|
1533
|
+
id
|
|
1534
|
+
}
|
|
1535
|
+
}
|
|
1536
|
+
`;
|
|
1537
|
+
/**
|
|
1538
|
+
* __useDeleteLibraryMutation__
|
|
1539
|
+
*
|
|
1540
|
+
* To run a mutation, you first call `useDeleteLibraryMutation` within a React component and pass it any options that fit your needs.
|
|
1541
|
+
* When your component renders, `useDeleteLibraryMutation` returns a tuple that includes:
|
|
1542
|
+
* - A mutate function that you can call at any time to execute the mutation
|
|
1543
|
+
* - An object with fields that represent the current status of the mutation's execution
|
|
1544
|
+
*
|
|
1545
|
+
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
|
1546
|
+
*
|
|
1547
|
+
* @example
|
|
1548
|
+
* const [deleteLibraryMutation, { data, loading, error }] = useDeleteLibraryMutation({
|
|
1549
|
+
* variables: {
|
|
1550
|
+
* id: // value for 'id'
|
|
1551
|
+
* },
|
|
1552
|
+
* });
|
|
1553
|
+
*/
|
|
1554
|
+
export function useDeleteLibraryMutation(baseOptions) {
|
|
1555
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1556
|
+
return Apollo.useMutation(DeleteLibraryDocument, options);
|
|
1557
|
+
}
|
|
1558
|
+
export const GetLibrariesDocument = gql `
|
|
1559
|
+
query GET_LIBRARIES {
|
|
1560
|
+
libraries {
|
|
1561
|
+
list {
|
|
1562
|
+
...LibraryLight
|
|
1563
|
+
}
|
|
1564
|
+
}
|
|
1565
|
+
}
|
|
1566
|
+
${LibraryLightFragmentDoc}`;
|
|
1567
|
+
/**
|
|
1568
|
+
* __useGetLibrariesQuery__
|
|
1569
|
+
*
|
|
1570
|
+
* To run a query within a React component, call `useGetLibrariesQuery` and pass it any options that fit your needs.
|
|
1571
|
+
* When your component renders, `useGetLibrariesQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
1572
|
+
* you can use to render your UI.
|
|
1573
|
+
*
|
|
1574
|
+
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
1575
|
+
*
|
|
1576
|
+
* @example
|
|
1577
|
+
* const { data, loading, error } = useGetLibrariesQuery({
|
|
1578
|
+
* variables: {
|
|
1579
|
+
* },
|
|
1580
|
+
* });
|
|
1581
|
+
*/
|
|
1582
|
+
export function useGetLibrariesQuery(baseOptions) {
|
|
1583
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1584
|
+
return Apollo.useQuery(GetLibrariesDocument, options);
|
|
1585
|
+
}
|
|
1586
|
+
export function useGetLibrariesLazyQuery(baseOptions) {
|
|
1587
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1588
|
+
return Apollo.useLazyQuery(GetLibrariesDocument, options);
|
|
1589
|
+
}
|
|
1590
|
+
export const GetLibraryByIdDocument = gql `
|
|
1591
|
+
query GET_LIBRARY_BY_ID($id: [ID!]) {
|
|
1592
|
+
libraries(filters: {id: $id}) {
|
|
1593
|
+
list {
|
|
1594
|
+
...LibraryDetails
|
|
1595
|
+
}
|
|
1596
|
+
}
|
|
1597
|
+
}
|
|
1598
|
+
${LibraryDetailsFragmentDoc}`;
|
|
1599
|
+
/**
|
|
1600
|
+
* __useGetLibraryByIdQuery__
|
|
1601
|
+
*
|
|
1602
|
+
* To run a query within a React component, call `useGetLibraryByIdQuery` and pass it any options that fit your needs.
|
|
1603
|
+
* When your component renders, `useGetLibraryByIdQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
1604
|
+
* you can use to render your UI.
|
|
1605
|
+
*
|
|
1606
|
+
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
1607
|
+
*
|
|
1608
|
+
* @example
|
|
1609
|
+
* const { data, loading, error } = useGetLibraryByIdQuery({
|
|
1610
|
+
* variables: {
|
|
1611
|
+
* id: // value for 'id'
|
|
1612
|
+
* },
|
|
1613
|
+
* });
|
|
1614
|
+
*/
|
|
1615
|
+
export function useGetLibraryByIdQuery(baseOptions) {
|
|
1616
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1617
|
+
return Apollo.useQuery(GetLibraryByIdDocument, options);
|
|
1618
|
+
}
|
|
1619
|
+
export function useGetLibraryByIdLazyQuery(baseOptions) {
|
|
1620
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1621
|
+
return Apollo.useLazyQuery(GetLibraryByIdDocument, options);
|
|
1622
|
+
}
|
|
1623
|
+
export const GetLibraryPermissionsDocument = gql `
|
|
1624
|
+
query GET_LIBRARY_PERMISSIONS($libraryId: [ID!]) {
|
|
1625
|
+
libraries(filters: {id: $libraryId}) {
|
|
1626
|
+
list {
|
|
1627
|
+
permissions {
|
|
1628
|
+
access_library
|
|
1629
|
+
access_record
|
|
1630
|
+
create_record
|
|
1631
|
+
edit_record
|
|
1632
|
+
delete_record
|
|
1633
|
+
}
|
|
1634
|
+
}
|
|
1635
|
+
}
|
|
1636
|
+
}
|
|
1637
|
+
`;
|
|
1638
|
+
/**
|
|
1639
|
+
* __useGetLibraryPermissionsQuery__
|
|
1640
|
+
*
|
|
1641
|
+
* To run a query within a React component, call `useGetLibraryPermissionsQuery` and pass it any options that fit your needs.
|
|
1642
|
+
* When your component renders, `useGetLibraryPermissionsQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
1643
|
+
* you can use to render your UI.
|
|
1644
|
+
*
|
|
1645
|
+
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
1646
|
+
*
|
|
1647
|
+
* @example
|
|
1648
|
+
* const { data, loading, error } = useGetLibraryPermissionsQuery({
|
|
1649
|
+
* variables: {
|
|
1650
|
+
* libraryId: // value for 'libraryId'
|
|
1651
|
+
* },
|
|
1652
|
+
* });
|
|
1653
|
+
*/
|
|
1654
|
+
export function useGetLibraryPermissionsQuery(baseOptions) {
|
|
1655
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1656
|
+
return Apollo.useQuery(GetLibraryPermissionsDocument, options);
|
|
1657
|
+
}
|
|
1658
|
+
export function useGetLibraryPermissionsLazyQuery(baseOptions) {
|
|
1659
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1660
|
+
return Apollo.useLazyQuery(GetLibraryPermissionsDocument, options);
|
|
1661
|
+
}
|
|
1662
|
+
export const GetLibraryPreviewsSettingsDocument = gql `
|
|
1663
|
+
query GET_LIBRARY_PREVIEWS_SETTINGS($id: ID!) {
|
|
1664
|
+
libraries(filters: {id: [$id]}) {
|
|
1665
|
+
list {
|
|
1666
|
+
id
|
|
1667
|
+
label
|
|
1668
|
+
behavior
|
|
1669
|
+
previewsSettings {
|
|
1670
|
+
description
|
|
1671
|
+
label
|
|
1672
|
+
system
|
|
1673
|
+
versions {
|
|
1674
|
+
background
|
|
1675
|
+
density
|
|
1676
|
+
sizes {
|
|
1677
|
+
name
|
|
1678
|
+
size
|
|
1679
|
+
}
|
|
1680
|
+
}
|
|
1681
|
+
}
|
|
1682
|
+
}
|
|
1683
|
+
}
|
|
1684
|
+
}
|
|
1685
|
+
`;
|
|
1686
|
+
/**
|
|
1687
|
+
* __useGetLibraryPreviewsSettingsQuery__
|
|
1688
|
+
*
|
|
1689
|
+
* To run a query within a React component, call `useGetLibraryPreviewsSettingsQuery` and pass it any options that fit your needs.
|
|
1690
|
+
* When your component renders, `useGetLibraryPreviewsSettingsQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
1691
|
+
* you can use to render your UI.
|
|
1692
|
+
*
|
|
1693
|
+
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
1694
|
+
*
|
|
1695
|
+
* @example
|
|
1696
|
+
* const { data, loading, error } = useGetLibraryPreviewsSettingsQuery({
|
|
1697
|
+
* variables: {
|
|
1698
|
+
* id: // value for 'id'
|
|
1699
|
+
* },
|
|
1700
|
+
* });
|
|
1701
|
+
*/
|
|
1702
|
+
export function useGetLibraryPreviewsSettingsQuery(baseOptions) {
|
|
1703
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1704
|
+
return Apollo.useQuery(GetLibraryPreviewsSettingsDocument, options);
|
|
1705
|
+
}
|
|
1706
|
+
export function useGetLibraryPreviewsSettingsLazyQuery(baseOptions) {
|
|
1707
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1708
|
+
return Apollo.useLazyQuery(GetLibraryPreviewsSettingsDocument, options);
|
|
1709
|
+
}
|
|
1710
|
+
export const SaveLibraryDocument = gql `
|
|
1711
|
+
mutation saveLibrary($library: LibraryInput!) {
|
|
1712
|
+
saveLibrary(library: $library) {
|
|
1713
|
+
...LibraryDetails
|
|
1714
|
+
}
|
|
1715
|
+
}
|
|
1716
|
+
${LibraryDetailsFragmentDoc}`;
|
|
1717
|
+
/**
|
|
1718
|
+
* __useSaveLibraryMutation__
|
|
1719
|
+
*
|
|
1720
|
+
* To run a mutation, you first call `useSaveLibraryMutation` within a React component and pass it any options that fit your needs.
|
|
1721
|
+
* When your component renders, `useSaveLibraryMutation` returns a tuple that includes:
|
|
1722
|
+
* - A mutate function that you can call at any time to execute the mutation
|
|
1723
|
+
* - An object with fields that represent the current status of the mutation's execution
|
|
1724
|
+
*
|
|
1725
|
+
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
|
1726
|
+
*
|
|
1727
|
+
* @example
|
|
1728
|
+
* const [saveLibraryMutation, { data, loading, error }] = useSaveLibraryMutation({
|
|
1729
|
+
* variables: {
|
|
1730
|
+
* library: // value for 'library'
|
|
1731
|
+
* },
|
|
1732
|
+
* });
|
|
1733
|
+
*/
|
|
1734
|
+
export function useSaveLibraryMutation(baseOptions) {
|
|
1735
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1736
|
+
return Apollo.useMutation(SaveLibraryDocument, options);
|
|
1737
|
+
}
|
|
1738
|
+
export const IsAllowedDocument = gql `
|
|
1739
|
+
query IS_ALLOWED($type: PermissionTypes!, $actions: [PermissionsActions!]!, $applyTo: ID, $target: PermissionTarget) {
|
|
1740
|
+
isAllowed(type: $type, actions: $actions, applyTo: $applyTo, target: $target) {
|
|
1741
|
+
name
|
|
1742
|
+
allowed
|
|
1743
|
+
}
|
|
1744
|
+
}
|
|
1745
|
+
`;
|
|
1746
|
+
/**
|
|
1747
|
+
* __useIsAllowedQuery__
|
|
1748
|
+
*
|
|
1749
|
+
* To run a query within a React component, call `useIsAllowedQuery` and pass it any options that fit your needs.
|
|
1750
|
+
* When your component renders, `useIsAllowedQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
1751
|
+
* you can use to render your UI.
|
|
1752
|
+
*
|
|
1753
|
+
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
1754
|
+
*
|
|
1755
|
+
* @example
|
|
1756
|
+
* const { data, loading, error } = useIsAllowedQuery({
|
|
1757
|
+
* variables: {
|
|
1758
|
+
* type: // value for 'type'
|
|
1759
|
+
* actions: // value for 'actions'
|
|
1760
|
+
* applyTo: // value for 'applyTo'
|
|
1761
|
+
* target: // value for 'target'
|
|
1762
|
+
* },
|
|
1763
|
+
* });
|
|
1764
|
+
*/
|
|
1765
|
+
export function useIsAllowedQuery(baseOptions) {
|
|
1766
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1767
|
+
return Apollo.useQuery(IsAllowedDocument, options);
|
|
1768
|
+
}
|
|
1769
|
+
export function useIsAllowedLazyQuery(baseOptions) {
|
|
1770
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1771
|
+
return Apollo.useLazyQuery(IsAllowedDocument, options);
|
|
1772
|
+
}
|
|
1773
|
+
export const CreateRecordDocument = gql `
|
|
1774
|
+
mutation CREATE_RECORD($library: ID!, $data: CreateRecordDataInput) {
|
|
1775
|
+
createRecord(library: $library, data: $data) {
|
|
1776
|
+
record {
|
|
1777
|
+
...RecordIdentity
|
|
1778
|
+
}
|
|
1779
|
+
valuesErrors {
|
|
1780
|
+
attributeId
|
|
1781
|
+
id_value
|
|
1782
|
+
input
|
|
1783
|
+
message
|
|
1784
|
+
type
|
|
1785
|
+
}
|
|
1786
|
+
}
|
|
1787
|
+
}
|
|
1788
|
+
${RecordIdentityFragmentDoc}`;
|
|
1789
|
+
/**
|
|
1790
|
+
* __useCreateRecordMutation__
|
|
1791
|
+
*
|
|
1792
|
+
* To run a mutation, you first call `useCreateRecordMutation` within a React component and pass it any options that fit your needs.
|
|
1793
|
+
* When your component renders, `useCreateRecordMutation` returns a tuple that includes:
|
|
1794
|
+
* - A mutate function that you can call at any time to execute the mutation
|
|
1795
|
+
* - An object with fields that represent the current status of the mutation's execution
|
|
1796
|
+
*
|
|
1797
|
+
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
|
1798
|
+
*
|
|
1799
|
+
* @example
|
|
1800
|
+
* const [createRecordMutation, { data, loading, error }] = useCreateRecordMutation({
|
|
1801
|
+
* variables: {
|
|
1802
|
+
* library: // value for 'library'
|
|
1803
|
+
* data: // value for 'data'
|
|
1804
|
+
* },
|
|
1805
|
+
* });
|
|
1806
|
+
*/
|
|
1807
|
+
export function useCreateRecordMutation(baseOptions) {
|
|
1808
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1809
|
+
return Apollo.useMutation(CreateRecordDocument, options);
|
|
1810
|
+
}
|
|
1811
|
+
export const DeactivateRecordsDocument = gql `
|
|
1812
|
+
mutation DEACTIVATE_RECORDS($libraryId: String!, $recordsIds: [String!], $filters: [RecordFilterInput!]) {
|
|
1813
|
+
deactivateRecords(
|
|
1814
|
+
recordsIds: $recordsIds
|
|
1815
|
+
filters: $filters
|
|
1816
|
+
libraryId: $libraryId
|
|
1817
|
+
) {
|
|
1818
|
+
id
|
|
1819
|
+
}
|
|
1820
|
+
}
|
|
1821
|
+
`;
|
|
1822
|
+
/**
|
|
1823
|
+
* __useDeactivateRecordsMutation__
|
|
1824
|
+
*
|
|
1825
|
+
* To run a mutation, you first call `useDeactivateRecordsMutation` within a React component and pass it any options that fit your needs.
|
|
1826
|
+
* When your component renders, `useDeactivateRecordsMutation` returns a tuple that includes:
|
|
1827
|
+
* - A mutate function that you can call at any time to execute the mutation
|
|
1828
|
+
* - An object with fields that represent the current status of the mutation's execution
|
|
1829
|
+
*
|
|
1830
|
+
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
|
1831
|
+
*
|
|
1832
|
+
* @example
|
|
1833
|
+
* const [deactivateRecordsMutation, { data, loading, error }] = useDeactivateRecordsMutation({
|
|
1834
|
+
* variables: {
|
|
1835
|
+
* libraryId: // value for 'libraryId'
|
|
1836
|
+
* recordsIds: // value for 'recordsIds'
|
|
1837
|
+
* filters: // value for 'filters'
|
|
1838
|
+
* },
|
|
1839
|
+
* });
|
|
1840
|
+
*/
|
|
1841
|
+
export function useDeactivateRecordsMutation(baseOptions) {
|
|
1842
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1843
|
+
return Apollo.useMutation(DeactivateRecordsDocument, options);
|
|
1844
|
+
}
|
|
1845
|
+
export const DoesFileExistAsChildDocument = gql `
|
|
1846
|
+
query DOES_FILE_EXIST_AS_CHILD($parentNode: ID, $treeId: ID!, $filename: String!) {
|
|
1847
|
+
doesFileExistAsChild(
|
|
1848
|
+
parentNode: $parentNode
|
|
1849
|
+
treeId: $treeId
|
|
1850
|
+
filename: $filename
|
|
1851
|
+
)
|
|
1852
|
+
}
|
|
1853
|
+
`;
|
|
1854
|
+
/**
|
|
1855
|
+
* __useDoesFileExistAsChildQuery__
|
|
1856
|
+
*
|
|
1857
|
+
* To run a query within a React component, call `useDoesFileExistAsChildQuery` and pass it any options that fit your needs.
|
|
1858
|
+
* When your component renders, `useDoesFileExistAsChildQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
1859
|
+
* you can use to render your UI.
|
|
1860
|
+
*
|
|
1861
|
+
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
1862
|
+
*
|
|
1863
|
+
* @example
|
|
1864
|
+
* const { data, loading, error } = useDoesFileExistAsChildQuery({
|
|
1865
|
+
* variables: {
|
|
1866
|
+
* parentNode: // value for 'parentNode'
|
|
1867
|
+
* treeId: // value for 'treeId'
|
|
1868
|
+
* filename: // value for 'filename'
|
|
1869
|
+
* },
|
|
1870
|
+
* });
|
|
1871
|
+
*/
|
|
1872
|
+
export function useDoesFileExistAsChildQuery(baseOptions) {
|
|
1873
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1874
|
+
return Apollo.useQuery(DoesFileExistAsChildDocument, options);
|
|
1875
|
+
}
|
|
1876
|
+
export function useDoesFileExistAsChildLazyQuery(baseOptions) {
|
|
1877
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1878
|
+
return Apollo.useLazyQuery(DoesFileExistAsChildDocument, options);
|
|
1879
|
+
}
|
|
1880
|
+
export const GetFileDataDocument = gql `
|
|
1881
|
+
query GET_FILE_DATA($library: ID!, $fileId: String!, $previewsStatusAttribute: ID!) {
|
|
1882
|
+
records(
|
|
1883
|
+
library: $library
|
|
1884
|
+
filters: [{field: "id", value: $fileId, condition: EQUAL}]
|
|
1885
|
+
) {
|
|
1886
|
+
list {
|
|
1887
|
+
...RecordIdentity
|
|
1888
|
+
created_at: property(attribute: "created_at") {
|
|
1889
|
+
... on Value {
|
|
1890
|
+
value
|
|
1891
|
+
}
|
|
1892
|
+
}
|
|
1893
|
+
created_by: property(attribute: "created_by") {
|
|
1894
|
+
... on LinkValue {
|
|
1895
|
+
value {
|
|
1896
|
+
...RecordIdentity
|
|
1897
|
+
}
|
|
1898
|
+
}
|
|
1899
|
+
}
|
|
1900
|
+
modified_at: property(attribute: "modified_at") {
|
|
1901
|
+
... on Value {
|
|
1902
|
+
value
|
|
1903
|
+
}
|
|
1904
|
+
}
|
|
1905
|
+
modified_by: property(attribute: "modified_by") {
|
|
1906
|
+
... on LinkValue {
|
|
1907
|
+
value {
|
|
1908
|
+
...RecordIdentity
|
|
1909
|
+
}
|
|
1910
|
+
}
|
|
1911
|
+
}
|
|
1912
|
+
file_name: property(attribute: "file_name") {
|
|
1913
|
+
... on Value {
|
|
1914
|
+
value
|
|
1915
|
+
}
|
|
1916
|
+
}
|
|
1917
|
+
file_path: property(attribute: "file_path") {
|
|
1918
|
+
... on Value {
|
|
1919
|
+
value
|
|
1920
|
+
}
|
|
1921
|
+
}
|
|
1922
|
+
previews_status: property(attribute: $previewsStatusAttribute) {
|
|
1923
|
+
... on Value {
|
|
1924
|
+
value
|
|
1925
|
+
}
|
|
1926
|
+
}
|
|
1927
|
+
library {
|
|
1928
|
+
behavior
|
|
1929
|
+
}
|
|
1930
|
+
}
|
|
1931
|
+
}
|
|
1932
|
+
}
|
|
1933
|
+
${RecordIdentityFragmentDoc}`;
|
|
1934
|
+
/**
|
|
1935
|
+
* __useGetFileDataQuery__
|
|
1936
|
+
*
|
|
1937
|
+
* To run a query within a React component, call `useGetFileDataQuery` and pass it any options that fit your needs.
|
|
1938
|
+
* When your component renders, `useGetFileDataQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
1939
|
+
* you can use to render your UI.
|
|
1940
|
+
*
|
|
1941
|
+
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
1942
|
+
*
|
|
1943
|
+
* @example
|
|
1944
|
+
* const { data, loading, error } = useGetFileDataQuery({
|
|
1945
|
+
* variables: {
|
|
1946
|
+
* library: // value for 'library'
|
|
1947
|
+
* fileId: // value for 'fileId'
|
|
1948
|
+
* previewsStatusAttribute: // value for 'previewsStatusAttribute'
|
|
1949
|
+
* },
|
|
1950
|
+
* });
|
|
1951
|
+
*/
|
|
1952
|
+
export function useGetFileDataQuery(baseOptions) {
|
|
1953
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1954
|
+
return Apollo.useQuery(GetFileDataDocument, options);
|
|
1955
|
+
}
|
|
1956
|
+
export function useGetFileDataLazyQuery(baseOptions) {
|
|
1957
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1958
|
+
return Apollo.useLazyQuery(GetFileDataDocument, options);
|
|
1959
|
+
}
|
|
1960
|
+
export const RecordFormDocument = gql `
|
|
1961
|
+
query RECORD_FORM($libraryId: String!, $formId: String!, $recordId: String, $version: [ValueVersionInput!]) {
|
|
1962
|
+
recordForm(
|
|
1963
|
+
recordId: $recordId
|
|
1964
|
+
libraryId: $libraryId
|
|
1965
|
+
formId: $formId
|
|
1966
|
+
version: $version
|
|
1967
|
+
) {
|
|
1968
|
+
id
|
|
1969
|
+
recordId
|
|
1970
|
+
library {
|
|
1971
|
+
id
|
|
1972
|
+
}
|
|
1973
|
+
dependencyAttributes {
|
|
1974
|
+
id
|
|
1975
|
+
}
|
|
1976
|
+
elements {
|
|
1977
|
+
...RecordFormElement
|
|
1978
|
+
}
|
|
1979
|
+
}
|
|
1980
|
+
}
|
|
1981
|
+
${RecordFormElementFragmentDoc}`;
|
|
1982
|
+
/**
|
|
1983
|
+
* __useRecordFormQuery__
|
|
1984
|
+
*
|
|
1985
|
+
* To run a query within a React component, call `useRecordFormQuery` and pass it any options that fit your needs.
|
|
1986
|
+
* When your component renders, `useRecordFormQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
1987
|
+
* you can use to render your UI.
|
|
1988
|
+
*
|
|
1989
|
+
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
1990
|
+
*
|
|
1991
|
+
* @example
|
|
1992
|
+
* const { data, loading, error } = useRecordFormQuery({
|
|
1993
|
+
* variables: {
|
|
1994
|
+
* libraryId: // value for 'libraryId'
|
|
1995
|
+
* formId: // value for 'formId'
|
|
1996
|
+
* recordId: // value for 'recordId'
|
|
1997
|
+
* version: // value for 'version'
|
|
1998
|
+
* },
|
|
1999
|
+
* });
|
|
2000
|
+
*/
|
|
2001
|
+
export function useRecordFormQuery(baseOptions) {
|
|
2002
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2003
|
+
return Apollo.useQuery(RecordFormDocument, options);
|
|
2004
|
+
}
|
|
2005
|
+
export function useRecordFormLazyQuery(baseOptions) {
|
|
2006
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2007
|
+
return Apollo.useLazyQuery(RecordFormDocument, options);
|
|
2008
|
+
}
|
|
2009
|
+
export const RecordUpdateDocument = gql `
|
|
2010
|
+
subscription RECORD_UPDATE($filters: RecordUpdateFilterInput) {
|
|
2011
|
+
recordUpdate(filters: $filters) {
|
|
2012
|
+
record {
|
|
2013
|
+
...RecordIdentity
|
|
2014
|
+
modified_by: property(attribute: "modified_by") {
|
|
2015
|
+
... on LinkValue {
|
|
2016
|
+
value {
|
|
2017
|
+
...RecordIdentity
|
|
2018
|
+
}
|
|
2019
|
+
}
|
|
2020
|
+
}
|
|
2021
|
+
}
|
|
2022
|
+
updatedValues {
|
|
2023
|
+
attribute
|
|
2024
|
+
value {
|
|
2025
|
+
...ValueDetails
|
|
2026
|
+
}
|
|
2027
|
+
}
|
|
2028
|
+
}
|
|
2029
|
+
}
|
|
2030
|
+
${RecordIdentityFragmentDoc}
|
|
2031
|
+
${ValueDetailsFragmentDoc}`;
|
|
2032
|
+
/**
|
|
2033
|
+
* __useRecordUpdateSubscription__
|
|
2034
|
+
*
|
|
2035
|
+
* To run a query within a React component, call `useRecordUpdateSubscription` and pass it any options that fit your needs.
|
|
2036
|
+
* When your component renders, `useRecordUpdateSubscription` returns an object from Apollo Client that contains loading, error, and data properties
|
|
2037
|
+
* you can use to render your UI.
|
|
2038
|
+
*
|
|
2039
|
+
* @param baseOptions options that will be passed into the subscription, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
2040
|
+
*
|
|
2041
|
+
* @example
|
|
2042
|
+
* const { data, loading, error } = useRecordUpdateSubscription({
|
|
2043
|
+
* variables: {
|
|
2044
|
+
* filters: // value for 'filters'
|
|
2045
|
+
* },
|
|
2046
|
+
* });
|
|
2047
|
+
*/
|
|
2048
|
+
export function useRecordUpdateSubscription(baseOptions) {
|
|
2049
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2050
|
+
return Apollo.useSubscription(RecordUpdateDocument, options);
|
|
2051
|
+
}
|
|
2052
|
+
export const IndexRecordsDocument = gql `
|
|
2053
|
+
mutation INDEX_RECORDS($libraryId: String!, $records: [String!]) {
|
|
2054
|
+
indexRecords(libraryId: $libraryId, records: $records)
|
|
2055
|
+
}
|
|
2056
|
+
`;
|
|
2057
|
+
/**
|
|
2058
|
+
* __useIndexRecordsMutation__
|
|
2059
|
+
*
|
|
2060
|
+
* To run a mutation, you first call `useIndexRecordsMutation` within a React component and pass it any options that fit your needs.
|
|
2061
|
+
* When your component renders, `useIndexRecordsMutation` returns a tuple that includes:
|
|
2062
|
+
* - A mutate function that you can call at any time to execute the mutation
|
|
2063
|
+
* - An object with fields that represent the current status of the mutation's execution
|
|
2064
|
+
*
|
|
2065
|
+
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
|
2066
|
+
*
|
|
2067
|
+
* @example
|
|
2068
|
+
* const [indexRecordsMutation, { data, loading, error }] = useIndexRecordsMutation({
|
|
2069
|
+
* variables: {
|
|
2070
|
+
* libraryId: // value for 'libraryId'
|
|
2071
|
+
* records: // value for 'records'
|
|
2072
|
+
* },
|
|
2073
|
+
* });
|
|
2074
|
+
*/
|
|
2075
|
+
export function useIndexRecordsMutation(baseOptions) {
|
|
2076
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2077
|
+
return Apollo.useMutation(IndexRecordsDocument, options);
|
|
2078
|
+
}
|
|
2079
|
+
export const CancelTaskDocument = gql `
|
|
2080
|
+
mutation CANCEL_TASK($taskId: ID!) {
|
|
2081
|
+
cancelTask(taskId: $taskId)
|
|
2082
|
+
}
|
|
2083
|
+
`;
|
|
2084
|
+
/**
|
|
2085
|
+
* __useCancelTaskMutation__
|
|
2086
|
+
*
|
|
2087
|
+
* To run a mutation, you first call `useCancelTaskMutation` within a React component and pass it any options that fit your needs.
|
|
2088
|
+
* When your component renders, `useCancelTaskMutation` returns a tuple that includes:
|
|
2089
|
+
* - A mutate function that you can call at any time to execute the mutation
|
|
2090
|
+
* - An object with fields that represent the current status of the mutation's execution
|
|
2091
|
+
*
|
|
2092
|
+
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
|
2093
|
+
*
|
|
2094
|
+
* @example
|
|
2095
|
+
* const [cancelTaskMutation, { data, loading, error }] = useCancelTaskMutation({
|
|
2096
|
+
* variables: {
|
|
2097
|
+
* taskId: // value for 'taskId'
|
|
2098
|
+
* },
|
|
2099
|
+
* });
|
|
2100
|
+
*/
|
|
2101
|
+
export function useCancelTaskMutation(baseOptions) {
|
|
2102
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2103
|
+
return Apollo.useMutation(CancelTaskDocument, options);
|
|
2104
|
+
}
|
|
2105
|
+
export const CheckTreeExistenceDocument = gql `
|
|
2106
|
+
query CHECK_TREE_EXISTENCE($id: [ID!]) {
|
|
2107
|
+
trees(filters: {id: $id}) {
|
|
2108
|
+
totalCount
|
|
2109
|
+
}
|
|
2110
|
+
}
|
|
2111
|
+
`;
|
|
2112
|
+
/**
|
|
2113
|
+
* __useCheckTreeExistenceQuery__
|
|
2114
|
+
*
|
|
2115
|
+
* To run a query within a React component, call `useCheckTreeExistenceQuery` and pass it any options that fit your needs.
|
|
2116
|
+
* When your component renders, `useCheckTreeExistenceQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
2117
|
+
* you can use to render your UI.
|
|
2118
|
+
*
|
|
2119
|
+
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
2120
|
+
*
|
|
2121
|
+
* @example
|
|
2122
|
+
* const { data, loading, error } = useCheckTreeExistenceQuery({
|
|
2123
|
+
* variables: {
|
|
2124
|
+
* id: // value for 'id'
|
|
2125
|
+
* },
|
|
2126
|
+
* });
|
|
2127
|
+
*/
|
|
2128
|
+
export function useCheckTreeExistenceQuery(baseOptions) {
|
|
2129
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2130
|
+
return Apollo.useQuery(CheckTreeExistenceDocument, options);
|
|
2131
|
+
}
|
|
2132
|
+
export function useCheckTreeExistenceLazyQuery(baseOptions) {
|
|
2133
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2134
|
+
return Apollo.useLazyQuery(CheckTreeExistenceDocument, options);
|
|
2135
|
+
}
|
|
2136
|
+
export const DeleteTreeDocument = gql `
|
|
2137
|
+
mutation DELETE_TREE($id: ID!) {
|
|
2138
|
+
deleteTree(id: $id) {
|
|
2139
|
+
id
|
|
2140
|
+
}
|
|
2141
|
+
}
|
|
2142
|
+
`;
|
|
2143
|
+
/**
|
|
2144
|
+
* __useDeleteTreeMutation__
|
|
2145
|
+
*
|
|
2146
|
+
* To run a mutation, you first call `useDeleteTreeMutation` within a React component and pass it any options that fit your needs.
|
|
2147
|
+
* When your component renders, `useDeleteTreeMutation` returns a tuple that includes:
|
|
2148
|
+
* - A mutate function that you can call at any time to execute the mutation
|
|
2149
|
+
* - An object with fields that represent the current status of the mutation's execution
|
|
2150
|
+
*
|
|
2151
|
+
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
|
2152
|
+
*
|
|
2153
|
+
* @example
|
|
2154
|
+
* const [deleteTreeMutation, { data, loading, error }] = useDeleteTreeMutation({
|
|
2155
|
+
* variables: {
|
|
2156
|
+
* id: // value for 'id'
|
|
2157
|
+
* },
|
|
2158
|
+
* });
|
|
2159
|
+
*/
|
|
2160
|
+
export function useDeleteTreeMutation(baseOptions) {
|
|
2161
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2162
|
+
return Apollo.useMutation(DeleteTreeDocument, options);
|
|
2163
|
+
}
|
|
2164
|
+
export const GetTreeByIdDocument = gql `
|
|
2165
|
+
query GET_TREE_BY_ID($id: [ID!]) {
|
|
2166
|
+
trees(filters: {id: $id}) {
|
|
2167
|
+
list {
|
|
2168
|
+
...TreeDetails
|
|
2169
|
+
}
|
|
2170
|
+
}
|
|
2171
|
+
}
|
|
2172
|
+
${TreeDetailsFragmentDoc}`;
|
|
2173
|
+
/**
|
|
2174
|
+
* __useGetTreeByIdQuery__
|
|
2175
|
+
*
|
|
2176
|
+
* To run a query within a React component, call `useGetTreeByIdQuery` and pass it any options that fit your needs.
|
|
2177
|
+
* When your component renders, `useGetTreeByIdQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
2178
|
+
* you can use to render your UI.
|
|
2179
|
+
*
|
|
2180
|
+
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
2181
|
+
*
|
|
2182
|
+
* @example
|
|
2183
|
+
* const { data, loading, error } = useGetTreeByIdQuery({
|
|
2184
|
+
* variables: {
|
|
2185
|
+
* id: // value for 'id'
|
|
2186
|
+
* },
|
|
2187
|
+
* });
|
|
2188
|
+
*/
|
|
2189
|
+
export function useGetTreeByIdQuery(baseOptions) {
|
|
2190
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2191
|
+
return Apollo.useQuery(GetTreeByIdDocument, options);
|
|
2192
|
+
}
|
|
2193
|
+
export function useGetTreeByIdLazyQuery(baseOptions) {
|
|
2194
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2195
|
+
return Apollo.useLazyQuery(GetTreeByIdDocument, options);
|
|
2196
|
+
}
|
|
2197
|
+
export const GetTreeLibrariesDocument = gql `
|
|
2198
|
+
query GET_TREE_LIBRARIES($treeId: [ID!], $library: String) {
|
|
2199
|
+
trees(filters: {id: $treeId, library: $library}) {
|
|
2200
|
+
totalCount
|
|
2201
|
+
list {
|
|
2202
|
+
id
|
|
2203
|
+
behavior
|
|
2204
|
+
system
|
|
2205
|
+
libraries {
|
|
2206
|
+
library {
|
|
2207
|
+
id
|
|
2208
|
+
label
|
|
2209
|
+
behavior
|
|
2210
|
+
system
|
|
2211
|
+
}
|
|
2212
|
+
settings {
|
|
2213
|
+
allowMultiplePositions
|
|
2214
|
+
allowedChildren
|
|
2215
|
+
allowedAtRoot
|
|
2216
|
+
}
|
|
2217
|
+
}
|
|
2218
|
+
}
|
|
2219
|
+
}
|
|
2220
|
+
}
|
|
2221
|
+
`;
|
|
2222
|
+
/**
|
|
2223
|
+
* __useGetTreeLibrariesQuery__
|
|
2224
|
+
*
|
|
2225
|
+
* To run a query within a React component, call `useGetTreeLibrariesQuery` and pass it any options that fit your needs.
|
|
2226
|
+
* When your component renders, `useGetTreeLibrariesQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
2227
|
+
* you can use to render your UI.
|
|
2228
|
+
*
|
|
2229
|
+
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
2230
|
+
*
|
|
2231
|
+
* @example
|
|
2232
|
+
* const { data, loading, error } = useGetTreeLibrariesQuery({
|
|
2233
|
+
* variables: {
|
|
2234
|
+
* treeId: // value for 'treeId'
|
|
2235
|
+
* library: // value for 'library'
|
|
2236
|
+
* },
|
|
2237
|
+
* });
|
|
2238
|
+
*/
|
|
2239
|
+
export function useGetTreeLibrariesQuery(baseOptions) {
|
|
2240
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2241
|
+
return Apollo.useQuery(GetTreeLibrariesDocument, options);
|
|
2242
|
+
}
|
|
2243
|
+
export function useGetTreeLibrariesLazyQuery(baseOptions) {
|
|
2244
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2245
|
+
return Apollo.useLazyQuery(GetTreeLibrariesDocument, options);
|
|
2246
|
+
}
|
|
2247
|
+
export const GetTreesDocument = gql `
|
|
2248
|
+
query GET_TREES {
|
|
2249
|
+
trees {
|
|
2250
|
+
list {
|
|
2251
|
+
...TreeLight
|
|
2252
|
+
}
|
|
2253
|
+
}
|
|
2254
|
+
}
|
|
2255
|
+
${TreeLightFragmentDoc}`;
|
|
2256
|
+
/**
|
|
2257
|
+
* __useGetTreesQuery__
|
|
2258
|
+
*
|
|
2259
|
+
* To run a query within a React component, call `useGetTreesQuery` and pass it any options that fit your needs.
|
|
2260
|
+
* When your component renders, `useGetTreesQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
2261
|
+
* you can use to render your UI.
|
|
2262
|
+
*
|
|
2263
|
+
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
2264
|
+
*
|
|
2265
|
+
* @example
|
|
2266
|
+
* const { data, loading, error } = useGetTreesQuery({
|
|
2267
|
+
* variables: {
|
|
2268
|
+
* },
|
|
2269
|
+
* });
|
|
2270
|
+
*/
|
|
2271
|
+
export function useGetTreesQuery(baseOptions) {
|
|
2272
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2273
|
+
return Apollo.useQuery(GetTreesDocument, options);
|
|
2274
|
+
}
|
|
2275
|
+
export function useGetTreesLazyQuery(baseOptions) {
|
|
2276
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2277
|
+
return Apollo.useLazyQuery(GetTreesDocument, options);
|
|
2278
|
+
}
|
|
2279
|
+
export const SaveTreeDocument = gql `
|
|
2280
|
+
mutation SAVE_TREE($tree: TreeInput!) {
|
|
2281
|
+
saveTree(tree: $tree) {
|
|
2282
|
+
...TreeDetails
|
|
2283
|
+
}
|
|
2284
|
+
}
|
|
2285
|
+
${TreeDetailsFragmentDoc}`;
|
|
2286
|
+
/**
|
|
2287
|
+
* __useSaveTreeMutation__
|
|
2288
|
+
*
|
|
2289
|
+
* To run a mutation, you first call `useSaveTreeMutation` within a React component and pass it any options that fit your needs.
|
|
2290
|
+
* When your component renders, `useSaveTreeMutation` returns a tuple that includes:
|
|
2291
|
+
* - A mutate function that you can call at any time to execute the mutation
|
|
2292
|
+
* - An object with fields that represent the current status of the mutation's execution
|
|
2293
|
+
*
|
|
2294
|
+
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
|
2295
|
+
*
|
|
2296
|
+
* @example
|
|
2297
|
+
* const [saveTreeMutation, { data, loading, error }] = useSaveTreeMutation({
|
|
2298
|
+
* variables: {
|
|
2299
|
+
* tree: // value for 'tree'
|
|
2300
|
+
* },
|
|
2301
|
+
* });
|
|
2302
|
+
*/
|
|
2303
|
+
export function useSaveTreeMutation(baseOptions) {
|
|
2304
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2305
|
+
return Apollo.useMutation(SaveTreeDocument, options);
|
|
2306
|
+
}
|
|
2307
|
+
export const TreeNodeChildrenDocument = gql `
|
|
2308
|
+
query TREE_NODE_CHILDREN($treeId: ID!, $node: ID, $pagination: Pagination) {
|
|
2309
|
+
treeNodeChildren(treeId: $treeId, node: $node, pagination: $pagination) {
|
|
2310
|
+
totalCount
|
|
2311
|
+
list {
|
|
2312
|
+
...TreeNodeChild
|
|
2313
|
+
}
|
|
2314
|
+
}
|
|
2315
|
+
}
|
|
2316
|
+
${TreeNodeChildFragmentDoc}`;
|
|
2317
|
+
/**
|
|
2318
|
+
* __useTreeNodeChildrenQuery__
|
|
2319
|
+
*
|
|
2320
|
+
* To run a query within a React component, call `useTreeNodeChildrenQuery` and pass it any options that fit your needs.
|
|
2321
|
+
* When your component renders, `useTreeNodeChildrenQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
2322
|
+
* you can use to render your UI.
|
|
2323
|
+
*
|
|
2324
|
+
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
2325
|
+
*
|
|
2326
|
+
* @example
|
|
2327
|
+
* const { data, loading, error } = useTreeNodeChildrenQuery({
|
|
2328
|
+
* variables: {
|
|
2329
|
+
* treeId: // value for 'treeId'
|
|
2330
|
+
* node: // value for 'node'
|
|
2331
|
+
* pagination: // value for 'pagination'
|
|
2332
|
+
* },
|
|
2333
|
+
* });
|
|
2334
|
+
*/
|
|
2335
|
+
export function useTreeNodeChildrenQuery(baseOptions) {
|
|
2336
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2337
|
+
return Apollo.useQuery(TreeNodeChildrenDocument, options);
|
|
2338
|
+
}
|
|
2339
|
+
export function useTreeNodeChildrenLazyQuery(baseOptions) {
|
|
2340
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2341
|
+
return Apollo.useLazyQuery(TreeNodeChildrenDocument, options);
|
|
2342
|
+
}
|
|
2343
|
+
export const GetUserDataDocument = gql `
|
|
2344
|
+
query GET_USER_DATA($keys: [String!]!, $global: Boolean) {
|
|
2345
|
+
userData(keys: $keys, global: $global) {
|
|
2346
|
+
global
|
|
2347
|
+
data
|
|
2348
|
+
}
|
|
2349
|
+
}
|
|
2350
|
+
`;
|
|
2351
|
+
/**
|
|
2352
|
+
* __useGetUserDataQuery__
|
|
2353
|
+
*
|
|
2354
|
+
* To run a query within a React component, call `useGetUserDataQuery` and pass it any options that fit your needs.
|
|
2355
|
+
* When your component renders, `useGetUserDataQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
2356
|
+
* you can use to render your UI.
|
|
2357
|
+
*
|
|
2358
|
+
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
2359
|
+
*
|
|
2360
|
+
* @example
|
|
2361
|
+
* const { data, loading, error } = useGetUserDataQuery({
|
|
2362
|
+
* variables: {
|
|
2363
|
+
* keys: // value for 'keys'
|
|
2364
|
+
* global: // value for 'global'
|
|
2365
|
+
* },
|
|
2366
|
+
* });
|
|
2367
|
+
*/
|
|
2368
|
+
export function useGetUserDataQuery(baseOptions) {
|
|
2369
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2370
|
+
return Apollo.useQuery(GetUserDataDocument, options);
|
|
2371
|
+
}
|
|
2372
|
+
export function useGetUserDataLazyQuery(baseOptions) {
|
|
2373
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2374
|
+
return Apollo.useLazyQuery(GetUserDataDocument, options);
|
|
2375
|
+
}
|
|
2376
|
+
export const SaveUserDataDocument = gql `
|
|
2377
|
+
mutation SAVE_USER_DATA($key: String!, $value: Any, $global: Boolean!) {
|
|
2378
|
+
saveUserData(key: $key, value: $value, global: $global) {
|
|
2379
|
+
global
|
|
2380
|
+
data
|
|
2381
|
+
}
|
|
2382
|
+
}
|
|
2383
|
+
`;
|
|
2384
|
+
/**
|
|
2385
|
+
* __useSaveUserDataMutation__
|
|
2386
|
+
*
|
|
2387
|
+
* To run a mutation, you first call `useSaveUserDataMutation` within a React component and pass it any options that fit your needs.
|
|
2388
|
+
* When your component renders, `useSaveUserDataMutation` returns a tuple that includes:
|
|
2389
|
+
* - A mutate function that you can call at any time to execute the mutation
|
|
2390
|
+
* - An object with fields that represent the current status of the mutation's execution
|
|
2391
|
+
*
|
|
2392
|
+
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
|
2393
|
+
*
|
|
2394
|
+
* @example
|
|
2395
|
+
* const [saveUserDataMutation, { data, loading, error }] = useSaveUserDataMutation({
|
|
2396
|
+
* variables: {
|
|
2397
|
+
* key: // value for 'key'
|
|
2398
|
+
* value: // value for 'value'
|
|
2399
|
+
* global: // value for 'global'
|
|
2400
|
+
* },
|
|
2401
|
+
* });
|
|
2402
|
+
*/
|
|
2403
|
+
export function useSaveUserDataMutation(baseOptions) {
|
|
2404
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2405
|
+
return Apollo.useMutation(SaveUserDataDocument, options);
|
|
2406
|
+
}
|
|
2407
|
+
export const DeleteValueDocument = gql `
|
|
2408
|
+
mutation DELETE_VALUE($library: ID!, $recordId: ID!, $attribute: ID!, $value: ValueInput) {
|
|
2409
|
+
deleteValue(
|
|
2410
|
+
library: $library
|
|
2411
|
+
recordId: $recordId
|
|
2412
|
+
attribute: $attribute
|
|
2413
|
+
value: $value
|
|
2414
|
+
) {
|
|
2415
|
+
...ValueDetails
|
|
2416
|
+
}
|
|
2417
|
+
}
|
|
2418
|
+
${ValueDetailsFragmentDoc}`;
|
|
2419
|
+
/**
|
|
2420
|
+
* __useDeleteValueMutation__
|
|
2421
|
+
*
|
|
2422
|
+
* To run a mutation, you first call `useDeleteValueMutation` within a React component and pass it any options that fit your needs.
|
|
2423
|
+
* When your component renders, `useDeleteValueMutation` returns a tuple that includes:
|
|
2424
|
+
* - A mutate function that you can call at any time to execute the mutation
|
|
2425
|
+
* - An object with fields that represent the current status of the mutation's execution
|
|
2426
|
+
*
|
|
2427
|
+
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
|
2428
|
+
*
|
|
2429
|
+
* @example
|
|
2430
|
+
* const [deleteValueMutation, { data, loading, error }] = useDeleteValueMutation({
|
|
2431
|
+
* variables: {
|
|
2432
|
+
* library: // value for 'library'
|
|
2433
|
+
* recordId: // value for 'recordId'
|
|
2434
|
+
* attribute: // value for 'attribute'
|
|
2435
|
+
* value: // value for 'value'
|
|
2436
|
+
* },
|
|
2437
|
+
* });
|
|
2438
|
+
*/
|
|
2439
|
+
export function useDeleteValueMutation(baseOptions) {
|
|
2440
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2441
|
+
return Apollo.useMutation(DeleteValueDocument, options);
|
|
2442
|
+
}
|
|
2443
|
+
export const SaveValueBatchDocument = gql `
|
|
2444
|
+
mutation SAVE_VALUE_BATCH($library: ID!, $recordId: ID!, $version: [ValueVersionInput!], $values: [ValueBatchInput!]!, $deleteEmpty: Boolean) {
|
|
2445
|
+
saveValueBatch(
|
|
2446
|
+
library: $library
|
|
2447
|
+
recordId: $recordId
|
|
2448
|
+
version: $version
|
|
2449
|
+
values: $values
|
|
2450
|
+
deleteEmpty: $deleteEmpty
|
|
2451
|
+
) {
|
|
2452
|
+
values {
|
|
2453
|
+
...ValueDetails
|
|
2454
|
+
}
|
|
2455
|
+
errors {
|
|
2456
|
+
type
|
|
2457
|
+
attribute
|
|
2458
|
+
input
|
|
2459
|
+
message
|
|
2460
|
+
}
|
|
2461
|
+
}
|
|
2462
|
+
}
|
|
2463
|
+
${ValueDetailsFragmentDoc}`;
|
|
2464
|
+
/**
|
|
2465
|
+
* __useSaveValueBatchMutation__
|
|
2466
|
+
*
|
|
2467
|
+
* To run a mutation, you first call `useSaveValueBatchMutation` within a React component and pass it any options that fit your needs.
|
|
2468
|
+
* When your component renders, `useSaveValueBatchMutation` returns a tuple that includes:
|
|
2469
|
+
* - A mutate function that you can call at any time to execute the mutation
|
|
2470
|
+
* - An object with fields that represent the current status of the mutation's execution
|
|
2471
|
+
*
|
|
2472
|
+
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
|
2473
|
+
*
|
|
2474
|
+
* @example
|
|
2475
|
+
* const [saveValueBatchMutation, { data, loading, error }] = useSaveValueBatchMutation({
|
|
2476
|
+
* variables: {
|
|
2477
|
+
* library: // value for 'library'
|
|
2478
|
+
* recordId: // value for 'recordId'
|
|
2479
|
+
* version: // value for 'version'
|
|
2480
|
+
* values: // value for 'values'
|
|
2481
|
+
* deleteEmpty: // value for 'deleteEmpty'
|
|
2482
|
+
* },
|
|
2483
|
+
* });
|
|
2484
|
+
*/
|
|
2485
|
+
export function useSaveValueBatchMutation(baseOptions) {
|
|
2486
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2487
|
+
return Apollo.useMutation(SaveValueBatchDocument, options);
|
|
2488
|
+
}
|
|
2489
|
+
export const DeleteViewDocument = gql `
|
|
2490
|
+
mutation DELETE_VIEW($viewId: String!) {
|
|
2491
|
+
deleteView(viewId: $viewId) {
|
|
2492
|
+
id
|
|
2493
|
+
library
|
|
2494
|
+
}
|
|
2495
|
+
}
|
|
2496
|
+
`;
|
|
2497
|
+
/**
|
|
2498
|
+
* __useDeleteViewMutation__
|
|
2499
|
+
*
|
|
2500
|
+
* To run a mutation, you first call `useDeleteViewMutation` within a React component and pass it any options that fit your needs.
|
|
2501
|
+
* When your component renders, `useDeleteViewMutation` returns a tuple that includes:
|
|
2502
|
+
* - A mutate function that you can call at any time to execute the mutation
|
|
2503
|
+
* - An object with fields that represent the current status of the mutation's execution
|
|
2504
|
+
*
|
|
2505
|
+
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
|
2506
|
+
*
|
|
2507
|
+
* @example
|
|
2508
|
+
* const [deleteViewMutation, { data, loading, error }] = useDeleteViewMutation({
|
|
2509
|
+
* variables: {
|
|
2510
|
+
* viewId: // value for 'viewId'
|
|
2511
|
+
* },
|
|
2512
|
+
* });
|
|
2513
|
+
*/
|
|
2514
|
+
export function useDeleteViewMutation(baseOptions) {
|
|
2515
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2516
|
+
return Apollo.useMutation(DeleteViewDocument, options);
|
|
2517
|
+
}
|
|
2518
|
+
export const GetViewDocument = gql `
|
|
2519
|
+
query GET_VIEW($viewId: String!) {
|
|
2520
|
+
view(viewId: $viewId) {
|
|
2521
|
+
...ViewDetails
|
|
2522
|
+
}
|
|
2523
|
+
}
|
|
2524
|
+
${ViewDetailsFragmentDoc}`;
|
|
2525
|
+
/**
|
|
2526
|
+
* __useGetViewQuery__
|
|
2527
|
+
*
|
|
2528
|
+
* To run a query within a React component, call `useGetViewQuery` and pass it any options that fit your needs.
|
|
2529
|
+
* When your component renders, `useGetViewQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
2530
|
+
* you can use to render your UI.
|
|
2531
|
+
*
|
|
2532
|
+
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
2533
|
+
*
|
|
2534
|
+
* @example
|
|
2535
|
+
* const { data, loading, error } = useGetViewQuery({
|
|
2536
|
+
* variables: {
|
|
2537
|
+
* viewId: // value for 'viewId'
|
|
2538
|
+
* },
|
|
2539
|
+
* });
|
|
2540
|
+
*/
|
|
2541
|
+
export function useGetViewQuery(baseOptions) {
|
|
2542
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2543
|
+
return Apollo.useQuery(GetViewDocument, options);
|
|
2544
|
+
}
|
|
2545
|
+
export function useGetViewLazyQuery(baseOptions) {
|
|
2546
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2547
|
+
return Apollo.useLazyQuery(GetViewDocument, options);
|
|
2548
|
+
}
|
|
2549
|
+
export const GetViewsListDocument = gql `
|
|
2550
|
+
query GET_VIEWS_LIST($libraryId: String!) {
|
|
2551
|
+
views(library: $libraryId) {
|
|
2552
|
+
totalCount
|
|
2553
|
+
list {
|
|
2554
|
+
...ViewDetails
|
|
2555
|
+
}
|
|
2556
|
+
}
|
|
2557
|
+
}
|
|
2558
|
+
${ViewDetailsFragmentDoc}`;
|
|
2559
|
+
/**
|
|
2560
|
+
* __useGetViewsListQuery__
|
|
2561
|
+
*
|
|
2562
|
+
* To run a query within a React component, call `useGetViewsListQuery` and pass it any options that fit your needs.
|
|
2563
|
+
* When your component renders, `useGetViewsListQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
2564
|
+
* you can use to render your UI.
|
|
2565
|
+
*
|
|
2566
|
+
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
2567
|
+
*
|
|
2568
|
+
* @example
|
|
2569
|
+
* const { data, loading, error } = useGetViewsListQuery({
|
|
2570
|
+
* variables: {
|
|
2571
|
+
* libraryId: // value for 'libraryId'
|
|
2572
|
+
* },
|
|
2573
|
+
* });
|
|
2574
|
+
*/
|
|
2575
|
+
export function useGetViewsListQuery(baseOptions) {
|
|
2576
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2577
|
+
return Apollo.useQuery(GetViewsListDocument, options);
|
|
2578
|
+
}
|
|
2579
|
+
export function useGetViewsListLazyQuery(baseOptions) {
|
|
2580
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2581
|
+
return Apollo.useLazyQuery(GetViewsListDocument, options);
|
|
2582
|
+
}
|
|
2583
|
+
export const AddViewDocument = gql `
|
|
2584
|
+
mutation ADD_VIEW($view: ViewInput!) {
|
|
2585
|
+
saveView(view: $view) {
|
|
2586
|
+
...ViewDetails
|
|
2587
|
+
}
|
|
2588
|
+
}
|
|
2589
|
+
${ViewDetailsFragmentDoc}`;
|
|
2590
|
+
/**
|
|
2591
|
+
* __useAddViewMutation__
|
|
2592
|
+
*
|
|
2593
|
+
* To run a mutation, you first call `useAddViewMutation` within a React component and pass it any options that fit your needs.
|
|
2594
|
+
* When your component renders, `useAddViewMutation` returns a tuple that includes:
|
|
2595
|
+
* - A mutate function that you can call at any time to execute the mutation
|
|
2596
|
+
* - An object with fields that represent the current status of the mutation's execution
|
|
2597
|
+
*
|
|
2598
|
+
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
|
2599
|
+
*
|
|
2600
|
+
* @example
|
|
2601
|
+
* const [addViewMutation, { data, loading, error }] = useAddViewMutation({
|
|
2602
|
+
* variables: {
|
|
2603
|
+
* view: // value for 'view'
|
|
2604
|
+
* },
|
|
2605
|
+
* });
|
|
2606
|
+
*/
|
|
2607
|
+
export function useAddViewMutation(baseOptions) {
|
|
2608
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2609
|
+
return Apollo.useMutation(AddViewDocument, options);
|
|
2610
|
+
}
|