keevo-components 1.8.61 → 1.8.62

Sign up to get free protection for your applications and to get access to all the features.
@@ -99,7 +99,7 @@ export declare class KvTableComponent implements OnInit {
99
99
  addColumn(field: string): void;
100
100
  dinamicColumnSet(e: any, col: any): void;
101
101
  checkMenuFiltro(col: any): void;
102
- sortByPosition(): (elem1: any, elem2: any) => 0 | 1 | -1;
102
+ sortByPosition(): (elem1: any, elem2: any) => 1 | 0 | -1;
103
103
  callDisabled(action: KvMenuItem, data: any): boolean;
104
104
  dinamicDisableColumn(col: TableConfigColumn): boolean;
105
105
  checkHideColumns(): void;
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "keevo-components",
3
- "version": "1.8.61",
3
+ "version": "1.8.62",
4
4
  "peerDependencies": {
5
- "@angular/common": "^16.2.12",
6
- "@angular/core": "^16.2.12",
5
+ "@angular/common": "^17.3.8",
6
+ "@angular/core": "^17.3.8",
7
7
  "@types/d3": "^7.4.3",
8
8
  "@types/d3-org-chart": "^3.1.2",
9
9
  "@types/quill": "^2.0.14",
10
- "d3": "^7.8.5",
10
+ "d3": "^7.9.0",
11
11
  "d3-org-chart": "^3.1.1",
12
12
  "keevo-api-services-keevocenter": "^0.0.52",
13
13
  "ngx-loading": "^15.0.0",