UNPKG

@alfresco/adf-content-services

Version:
14 lines (13 loc) 677 B
import { SearchCategory } from '../../search/models/search-category.interface'; import * as i0 from "@angular/core"; export declare class ContentNodeSelectorPanelService { propertyTypes: string[]; modelPropertyTypeToSearchFilterTypeMap: Map<string, string>; customModels: any[]; constructor(); convertCustomModelPropertiesToSearchCategories(): SearchCategory[]; convertModelPropertyIntoSearchFilter(modelProperty: any): SearchCategory; isTypeSupported(dataType: string): boolean; static ɵfac: i0.ɵɵFactoryDeclaration<ContentNodeSelectorPanelService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<ContentNodeSelectorPanelService>; }