@ecip/auth
Version:
23 lines (22 loc) • 816 B
TypeScript
import { ModalHelper } from '@delon/theme';
import { SFComponent, SFSchema } from '@delon/form';
import { STColumn, STComponent } from "@delon/abc";
import { NzMessageService } from "ng-zorro-antd";
import { DataSourceService, RuleService } from "@ecip/service";
export declare class AuthRuleComponent {
private modalHelper;
private messageService;
ruleService: RuleService;
private dataSourceService;
url: string;
selectedIds: string[];
params: any;
st: STComponent;
sf: SFComponent;
schema: SFSchema;
columns: STColumn[];
constructor(modalHelper: ModalHelper, messageService: NzMessageService, ruleService: RuleService, dataSourceService: DataSourceService);
checkboxChange(e: any[]): void;
formBind(): void;
multiDelete(): void;
}