@alfresco/adf-content-services
Version:
Alfresco ADF content services
14 lines (13 loc) • 677 B
TypeScript
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>;
}