keevo-components 1.8.139 → 1.8.140

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.
@@ -31,6 +31,7 @@ export declare class KvTableComponent implements OnInit, DoCheck {
31
31
  [key: string]: any;
32
32
  };
33
33
  menuItems: MenuItem[];
34
+ actionsOffset: number;
34
35
  templates: QueryList<any>;
35
36
  _templates: any;
36
37
  table: Table;
@@ -99,11 +100,11 @@ export declare class KvTableComponent implements OnInit, DoCheck {
99
100
  addColumn(field: string): void;
100
101
  dinamicColumnSet(e: any, col: any): void;
101
102
  checkMenuFiltro(col: any): void;
102
- sortByPosition(): (elem1: any, elem2: any) => 1 | -1 | 0;
103
+ sortByPosition(): (elem1: any, elem2: any) => 0 | 1 | -1;
103
104
  dinamicDisableColumn(col: TableConfigColumn): boolean;
104
105
  checkHideColumns(): void;
105
106
  getCustomTemplate(templatename: string): TemplateRef<any>;
106
- onSwitchChange(estado: any, rowData: boolean, col: any): void;
107
+ onSwitchChange(estado: any, rowData: any, col: any): void;
107
108
  createTableActions(): void;
108
109
  onSort(e: any): void;
109
110
  static ɵfac: i0.ɵɵFactoryDeclaration<KvTableComponent, never>;
@@ -61,7 +61,7 @@ export declare class KvTableExpandableComponent implements OnInit, DoCheck {
61
61
  onGlobalFilter(table: Table, event: Event): void;
62
62
  adicionaAcoesTabela(): void;
63
63
  checkMenuFiltro(col: any): void;
64
- sortByPosition(): (elem1: any, elem2: any) => 1 | -1 | 0;
64
+ sortByPosition(): (elem1: any, elem2: any) => 0 | 1 | -1;
65
65
  dinamicDisableColumn(col: TableConfigColumn): boolean;
66
66
  dinamicColumnSet(e: any, col: any): void;
67
67
  addColumn(field: string): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "keevo-components",
3
- "version": "1.8.139",
3
+ "version": "1.8.140",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.8",
6
6
  "@angular/core": "^17.3.8",