keevo-components 1.8.313 → 1.8.314

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.
@@ -126,7 +126,7 @@ export declare class KvTableComponent implements OnInit, DoCheck, AfterViewInit
126
126
  onClickEvent(event: any): void;
127
127
  styleSetter(style: string, data: string): void;
128
128
  checkMenuFiltro(col: any): void;
129
- sortByPosition(): (elem1: any, elem2: any) => 1 | 0 | -1;
129
+ sortByPosition(): (elem1: any, elem2: any) => 0 | 1 | -1;
130
130
  dinamicDisableColumn(col: TableConfigColumn): boolean;
131
131
  checkHideColumns(): void;
132
132
  getCustomTemplate(templatename: string): TemplateRef<any>;
@@ -62,7 +62,7 @@ export declare class KvTableExpandableComponent implements OnInit, DoCheck {
62
62
  onGlobalFilter(table: Table, event: Event): void;
63
63
  adicionaAcoesTabela(): void;
64
64
  checkMenuFiltro(col: any): void;
65
- sortByPosition(): (elem1: any, elem2: any) => 1 | 0 | -1;
65
+ sortByPosition(): (elem1: any, elem2: any) => 0 | 1 | -1;
66
66
  dinamicDisableColumn(col: TableConfigColumn): boolean;
67
67
  dinamicColumnSet(e: any, col: any): void;
68
68
  addColumn(field: string): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "keevo-components",
3
- "version": "1.8.313",
3
+ "version": "1.8.314",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.8",
6
6
  "@angular/core": "^17.3.8",