keevo-components 1.5.198 → 1.5.200
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/lib/table/table.component.mjs +7 -2
- package/fesm2015/keevo-components.mjs +6 -1
- package/fesm2015/keevo-components.mjs.map +1 -1
- package/fesm2020/keevo-components.mjs +6 -1
- package/fesm2020/keevo-components.mjs.map +1 -1
- package/lib/table/table.component.d.ts +2 -1
- package/package.json +1 -1
|
@@ -58,6 +58,7 @@ export declare class TableComponent implements OnInit {
|
|
|
58
58
|
doubleClickEvent: EventEmitter<any>;
|
|
59
59
|
filterField: EventEmitter<any>;
|
|
60
60
|
filtrosAvancadosEmit: EventEmitter<boolean>;
|
|
61
|
+
widthScreenEmit: EventEmitter<any>;
|
|
61
62
|
menuFiltroDiv: ElementRef;
|
|
62
63
|
botaoFiltro: ElementRef;
|
|
63
64
|
constructor(datePipe: DatePipe, decimalPipe: DecimalPipe, codigoFipePipe: CodigoFipePipe, cpfCnpjPipe: CpfCnpjPipe, telefonePipe: TelefonePipe, renderer: Renderer2, elementRef: ElementRef, sanitizer: DomSanitizer);
|
|
@@ -101,5 +102,5 @@ export declare class TableComponent implements OnInit {
|
|
|
101
102
|
getCustomTemplate(templatename: string): TemplateRef<any>;
|
|
102
103
|
filtrosAvancadosEvent(e: any): void;
|
|
103
104
|
static ɵfac: i0.ɵɵFactoryDeclaration<TableComponent, never>;
|
|
104
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TableComponent, "kv-table", never, { "_templates": "templates"; "setConfig": "config"; "dataSource": "dataSource"; "selectedItems": "selectedItems"; "totalRecords": "totalRecords"; "paginator": "paginator"; "rowsPerPageOptions": "rowsPerPageOptions"; "rows": "rows"; "pageLinksOptions": "pageLinksOptions"; "showFirstLastIcon": "showFirstLastIcon"; "tableSize": "tableSize"; "applyStyle": "applyStyle"; "acoesLinhaTabela": "acoesLinhaTabela"; "filterColumnsBtn": "filterColumnsBtn"; "filtrosAvancados": "filtrosAvancados"; }, { "onActiveItem": "onActiveItem"; "onActiveItemLote": "onActiveItemLote"; "onPaginate": "onPaginate"; "onSelectionChange": "onSelectionChange"; "doubleClickEvent": "doubleClickEvent"; "filterField": "filterField"; "filtrosAvancadosEmit": "filtrosAvancadosEmit"; }, ["templates"], ["*"], false, never>;
|
|
105
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TableComponent, "kv-table", never, { "_templates": "templates"; "setConfig": "config"; "dataSource": "dataSource"; "selectedItems": "selectedItems"; "totalRecords": "totalRecords"; "paginator": "paginator"; "rowsPerPageOptions": "rowsPerPageOptions"; "rows": "rows"; "pageLinksOptions": "pageLinksOptions"; "showFirstLastIcon": "showFirstLastIcon"; "tableSize": "tableSize"; "applyStyle": "applyStyle"; "acoesLinhaTabela": "acoesLinhaTabela"; "filterColumnsBtn": "filterColumnsBtn"; "filtrosAvancados": "filtrosAvancados"; }, { "onActiveItem": "onActiveItem"; "onActiveItemLote": "onActiveItemLote"; "onPaginate": "onPaginate"; "onSelectionChange": "onSelectionChange"; "doubleClickEvent": "doubleClickEvent"; "filterField": "filterField"; "filtrosAvancadosEmit": "filtrosAvancadosEmit"; "widthScreenEmit": "widthScreenEmit"; }, ["templates"], ["*"], false, never>;
|
|
105
106
|
}
|