keevo-components 1.8.129 → 1.8.131

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.
@@ -8,14 +8,12 @@ import { TableConfig } from '../../api/components/table/table.config';
8
8
  import { TableConfigColumn } from '../../api/components/table/table.config.column';
9
9
  import { TablePaginate } from '../../api/components/table/table.paginate';
10
10
  import { TelefonePipe } from '../../api/pipes/telefone.pipe';
11
- import { CapitalizePipe } from '../../api/pipes/capitalize.pipe';
12
11
  import * as i0 from "@angular/core";
13
12
  export declare class KvTableComponent implements OnInit, DoCheck {
14
13
  private readonly datePipe;
15
14
  private readonly decimalPipe;
16
15
  private readonly cpfCnpjPipe;
17
16
  private readonly telefonePipe;
18
- private readonly capitalizePipe;
19
17
  config: TableConfig;
20
18
  globalFilterFields: string[];
21
19
  selectedSize: string;
@@ -65,7 +63,7 @@ export declare class KvTableComponent implements OnInit, DoCheck {
65
63
  onSwitchTableChange: EventEmitter<any>;
66
64
  menuFiltroDiv: ElementRef;
67
65
  botaoFiltro: ElementRef;
68
- constructor(datePipe: DatePipe, decimalPipe: DecimalPipe, cpfCnpjPipe: CpfCnpjPipe, telefonePipe: TelefonePipe, capitalizePipe: CapitalizePipe);
66
+ constructor(datePipe: DatePipe, decimalPipe: DecimalPipe, cpfCnpjPipe: CpfCnpjPipe, telefonePipe: TelefonePipe);
69
67
  ngDoCheck(): void;
70
68
  ngOnInit(): void;
71
69
  onWindowResize(): void;
@@ -101,7 +99,7 @@ export declare class KvTableComponent implements OnInit, DoCheck {
101
99
  addColumn(field: string): void;
102
100
  dinamicColumnSet(e: any, col: any): void;
103
101
  checkMenuFiltro(col: any): void;
104
- sortByPosition(): (elem1: any, elem2: any) => 0 | 1 | -1;
102
+ sortByPosition(): (elem1: any, elem2: any) => 1 | 0 | -1;
105
103
  dinamicDisableColumn(col: TableConfigColumn): boolean;
106
104
  checkHideColumns(): void;
107
105
  getCustomTemplate(templatename: string): TemplateRef<any>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "keevo-components",
3
- "version": "1.8.129",
3
+ "version": "1.8.131",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.8",
6
6
  "@angular/core": "^17.3.8",