UNPKG

gw3-web-guid

Version:

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.2.14.

37 lines (36 loc) 1.05 kB
import { EventEmitter, OnInit } from '@angular/core'; export declare class AppTreeViewComponent implements OnInit { _collapseAll: boolean; collapseAttr: string; data: any[]; collapseAll: boolean; eventNewChildren: EventEmitter<any>; eventUpdate: EventEmitter<any>; eventDelete: EventEmitter<any>; constructor(); ngOnInit(): void; addChildren(entry: any): void; goToUpdate(id: any): void; goToDelete(id: any): void; newChildren($event: any): void; updated($event: any): void; deleted($event: any): void; private _recursiveEdit; } export declare const APP_TREEVIEW_COMPONENTS: (typeof AppTreeViewComponent)[]; /*** * Api Data = [ * { Parent_cont_asiento_id: "154723678396393754" children: [] collapse: false cont_asiento_clase: "A" cont_asiento_cuenta: 10 cont_asiento_estado: true cont_asiento_id: "154723989141661240" cont_asiento_nivel: "2" cont_asiento_nombre: "Efectivo y equivalentes de efectivo" } ] */