keevo-components 1.8.171 → 1.8.172

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.
@@ -47,6 +47,9 @@ export declare class KvTableComponent implements OnInit, DoCheck {
47
47
  pageLinksOptions: number;
48
48
  showFirstLastIcon: boolean;
49
49
  tableSize: number;
50
+ /**
51
+ * @deprecated Use a propriedade "tagColor" na configuração da coluna para estilizar a tag
52
+ */
50
53
  applyStyle: Function;
51
54
  filterColumnsBtn: boolean;
52
55
  filtrosAvancados: boolean;
@@ -100,7 +103,7 @@ export declare class KvTableComponent implements OnInit, DoCheck {
100
103
  addColumn(field: string): void;
101
104
  dinamicColumnSet(e: any, col: any): void;
102
105
  checkMenuFiltro(col: any): void;
103
- sortByPosition(): (elem1: any, elem2: any) => 1 | -1 | 0;
106
+ sortByPosition(): (elem1: any, elem2: any) => 0 | 1 | -1;
104
107
  dinamicDisableColumn(col: TableConfigColumn): boolean;
105
108
  checkHideColumns(): void;
106
109
  getCustomTemplate(templatename: string): TemplateRef<any>;
@@ -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.171",
3
+ "version": "1.8.172",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.8",
6
6
  "@angular/core": "^17.3.8",