keevo-components 1.8.421 → 1.8.423

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