keevo-components 1.8.113 → 1.8.115

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.
@@ -56,13 +56,10 @@ export declare class KvTableComponent implements OnInit, DoCheck {
56
56
  onActiveItem: EventEmitter<any>;
57
57
  onActiveItemLote: EventEmitter<any>;
58
58
  onPaginate: EventEmitter<TablePaginate>;
59
+ onSelectionChange: EventEmitter<any>;
59
60
  doubleClickEvent: EventEmitter<any>;
60
61
  filterField: EventEmitter<any>;
61
62
  onSwitchTableChange: EventEmitter<any>;
62
- /**
63
- * @deprecated Use `onActiveItemLote` instead.
64
- */
65
- onSelectionChange: EventEmitter<any>;
66
63
  menuFiltroDiv: ElementRef;
67
64
  botaoFiltro: ElementRef;
68
65
  constructor(datePipe: DatePipe, decimalPipe: DecimalPipe, cpfCnpjPipe: CpfCnpjPipe, telefonePipe: TelefonePipe);
@@ -80,6 +77,7 @@ export declare class KvTableComponent implements OnInit, DoCheck {
80
77
  loadImage(rowData: any, col: TableConfigColumn): string;
81
78
  onGlobalFilter(table: Table, event: Event): void;
82
79
  paginate(event: any): void;
80
+ selectionChange(value: any): void;
83
81
  activeItemLote(selectedItems: any): void;
84
82
  returnRowClass(rowData: any, col: TableConfigColumn): string;
85
83
  expiredFile(rowData: any, col: TableConfigColumn): boolean;
@@ -105,6 +103,7 @@ export declare class KvTableComponent implements OnInit, DoCheck {
105
103
  checkHideColumns(): void;
106
104
  getCustomTemplate(templatename: string): TemplateRef<any>;
107
105
  onSwitchChange(estado: any, rowData: boolean, col: any): void;
106
+ console(item: any, texto: string): void;
108
107
  static ɵfac: i0.ɵɵFactoryDeclaration<KvTableComponent, never>;
109
- static ɵcmp: i0.ɵɵComponentDeclaration<KvTableComponent, "kv-table", never, { "_templates": { "alias": "templates"; "required": false; }; "setConfig": { "alias": "config"; "required": false; }; "defaultSortField": { "alias": "defaultSortField"; "required": false; }; "dataSource": { "alias": "dataSource"; "required": false; }; "selectedItems": { "alias": "selectedItems"; "required": false; }; "totalRecords": { "alias": "totalRecords"; "required": false; }; "paginator": { "alias": "paginator"; "required": false; }; "rowsPerPageOptions": { "alias": "rowsPerPageOptions"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "pageLinksOptions": { "alias": "pageLinksOptions"; "required": false; }; "showFirstLastIcon": { "alias": "showFirstLastIcon"; "required": false; }; "tableSize": { "alias": "tableSize"; "required": false; }; "applyStyle": { "alias": "applyStyle"; "required": false; }; "filterColumnsBtn": { "alias": "filterColumnsBtn"; "required": false; }; "filtrosAvancados": { "alias": "filtrosAvancados"; "required": false; }; "scrollHeight": { "alias": "scrollHeight"; "required": false; }; "isTableScrollable": { "alias": "isTableScrollable"; "required": false; }; "tableCaptalized": { "alias": "tableCaptalized"; "required": false; }; "rowTrackBy": { "alias": "rowTrackBy"; "required": false; }; "responsiveLayout": { "alias": "responsiveLayout"; "required": false; }; }, { "onActiveItem": "onActiveItem"; "onActiveItemLote": "onActiveItemLote"; "onPaginate": "onPaginate"; "doubleClickEvent": "doubleClickEvent"; "filterField": "filterField"; "onSwitchTableChange": "onSwitchTableChange"; "onSelectionChange": "onSelectionChange"; }, ["templates"], ["*"], false, never>;
108
+ static ɵcmp: i0.ɵɵComponentDeclaration<KvTableComponent, "kv-table", never, { "_templates": { "alias": "templates"; "required": false; }; "setConfig": { "alias": "config"; "required": false; }; "defaultSortField": { "alias": "defaultSortField"; "required": false; }; "dataSource": { "alias": "dataSource"; "required": false; }; "selectedItems": { "alias": "selectedItems"; "required": false; }; "totalRecords": { "alias": "totalRecords"; "required": false; }; "paginator": { "alias": "paginator"; "required": false; }; "rowsPerPageOptions": { "alias": "rowsPerPageOptions"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "pageLinksOptions": { "alias": "pageLinksOptions"; "required": false; }; "showFirstLastIcon": { "alias": "showFirstLastIcon"; "required": false; }; "tableSize": { "alias": "tableSize"; "required": false; }; "applyStyle": { "alias": "applyStyle"; "required": false; }; "filterColumnsBtn": { "alias": "filterColumnsBtn"; "required": false; }; "filtrosAvancados": { "alias": "filtrosAvancados"; "required": false; }; "scrollHeight": { "alias": "scrollHeight"; "required": false; }; "isTableScrollable": { "alias": "isTableScrollable"; "required": false; }; "tableCaptalized": { "alias": "tableCaptalized"; "required": false; }; "rowTrackBy": { "alias": "rowTrackBy"; "required": false; }; "responsiveLayout": { "alias": "responsiveLayout"; "required": false; }; }, { "onActiveItem": "onActiveItem"; "onActiveItemLote": "onActiveItemLote"; "onPaginate": "onPaginate"; "onSelectionChange": "onSelectionChange"; "doubleClickEvent": "doubleClickEvent"; "filterField": "filterField"; "onSwitchTableChange": "onSwitchTableChange"; }, ["templates"], ["*"], false, never>;
110
109
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "keevo-components",
3
- "version": "1.8.113",
3
+ "version": "1.8.115",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.8",
6
6
  "@angular/core": "^17.3.8",