import './app-style2-indexview-layout.less'; import { AppLoadingService, AppNavHistory } from "../../../../app-service"; import { AppStyle2DefaultLayout } from "../app-style2-default-layout/app-style2-default-layout"; import { IPSAppMenu } from '@ibizstudio/runtime'; export declare class AppStyle2IndexViewLayout extends AppStyle2DefaultLayout { /** * 应用loading服务 * * @memberof AppLayout */ appLoadingService: AppLoadingService; /** * 菜单实例 * * @memberof AppStyle2IndexViewLayout */ menuInstance: IPSAppMenu; /** * 抽屉状态 * * @type {boolean} * @memberof AppStyle2IndexViewLayout */ contextMenuDragVisiable: boolean; /** * 导航服务 * * @memberof TabPageExpStyle2 */ protected navHistory: AppNavHistory; /** * 是否显示标题栏 * * @readonly * @memberof AppDefaultViewLayout */ get showCaption(): any; /** * 路由列表 * * @memberof AppStyle2IndexViewLayout */ get routerList(): any; /** * 当前主题 * * @memberof AppStyle2IndexViewLayout */ selectTheme(): any; /** * 路由键值 * * @memberof AppStyle2IndexViewLayout */ get routerViewKey(): any; /** * 初始化 * * @memberof AppStyle2IndexViewLayout */ created(): void; /** * 初始化完毕 * * @memberof AppStyle2IndexViewLayout */ mounted(): void; /** * 绘制内容 * * @memberof AppStyle2IndexViewLayout */ render(h: any): any; } //# sourceMappingURL=app-style2-indexview-layout.d.ts.map