1234567891011121314151617181920212223242526272829303132 |
- import { AuthProfileService } from "../auth-profile.service";
- import Parse from "parse";
- import { Router } from "@angular/router";
- import { NzModalService } from "ng-zorro-antd/modal";
- import { NzMessageService } from "ng-zorro-antd/message";
- import { CrossService } from "../../../platform/cross.service";
- import * as i0 from "@angular/core";
- export declare class ProfileBindComponent {
- private authProfile;
- private router;
- private modal;
- private message;
- cross: CrossService;
- profile: Parse.Object;
- user: Parse.User;
- profileList: Array<Parse.Object>;
- pdata: any;
- now: Date;
- currentProfile: string;
- onResize(): void;
- constructor(authProfile: AuthProfileService, router: Router, modal: NzModalService, message: NzMessageService, cross: CrossService);
- loadProfiles(): Promise<void>;
- isVisible: boolean;
- bindProfile(p?: any): void;
- profileSearched: Parse.Object;
- searchProfile(): Promise<void>;
- selectProfile(p: any): void;
- goProfileManage(): void;
- onShowModal(): void;
- static ɵfac: i0.ɵɵFactoryDeclaration<ProfileBindComponent, never>;
- static ɵcmp: i0.ɵɵComponentDeclaration<ProfileBindComponent, "fm-profile-bind", never, {}, {}, never, never, false, never>;
- }
|