keevo-components 1.8.414 → 1.8.416

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