declare class AddinRouterClass { name: string; childrenNames: string[]; } declare enum AddinsLocation { AccountMainBar = 1, AccountAdminMainBar = 2, ProjectMainBar = 3 } declare enum AddinsType { AccountManagement = 1, ProjectList = 2, AccountProfile = 3, AccountMemberManagement = 4, AccountProjectManagement = 5, ApplicationManagement = 6, RolesManagement = 7, AccountApp = 8, UIConfig = 9, AccountSystem = 10, ProjectProfile = 11, ProjectDocument = 12, ProjectTask = 13, ProjectMember = 14, ProjectSystem = 15, ProjectBimModel = 16, AccountProjectCockpit = 17, ProjectProjectCockpit = 18, AccountExtendAttribute = 19 } declare enum AddinRouterName { AccountProfile = "accountProfile", AccountPanel = "accountPanel", OrganizationPanel = "organizationPanel", AccountMember = "accountMember", AccountProject = "accountProject", AccountApplication = "accountApplication", AccountRole = "accountRole", AccountExtendAttribute = "extendedAttribute", AccountSystem = "accountSystem", ProjectProfile = "projectProfile", All = "all", Flow = "flow", Share = "share", Subscription = "subscription", ProjectDocument = "projectDocument", Collection = "collection", Recycle = "recycle", ReceivedShare = "receivedShare", Detail = "detail", ProjectTask = "projectTask", ProjectMember = "projectMember", ProjectSetting = "projectSetting", ProjectSettingBase = "project-setting-base", ProjectSettingPage = "project-setting-page", ProjectSettingRole = "project-setting-role", AddinsConfig = "addinsConfig", AccountApp = "accountApp", AccountAdminMainBar = "accountAdminMainBar", AccountMainBar = "accountMainBar", ProjectMainBar = "projectMainBar", BimModel = "bimModel", AccountOrganization = "organizationPanel", AccountCockpit = "accountCockpit", ProjectCockpit = "projectCockpit", ProjectViewDetail = "viewDetail", AccountPromotion = "accountPromotion", Project = "project", EnterpriseApp = "enterpriseApp", AccountAdmin = "accountAdmin" } declare class AddinsRouter { private getInternalRouterName; private getExternalRouterName; getRouterName(type: number, location: number): AddinRouterClass; } declare enum RefreshWhiteList { AccountPanelInitValue = "blank" } export { AddinsLocation, AddinsRouter, AddinsType, RefreshWhiteList, AddinRouterName }; //# sourceMappingURL=addin-enum.d.ts.map