keevo-components 1.8.105 → 1.8.107

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.
@@ -26,5 +26,6 @@ export interface ActionsLoteItem {
26
26
  showAcoesLote?: boolean;
27
27
  tooltip?: ValueOrFn<string | undefined>;
28
28
  disabled?: ValueOrFn<boolean | undefined>;
29
+ visible?: ValueOrFn<boolean | undefined>;
29
30
  command?: () => void;
30
31
  }
@@ -98,7 +98,7 @@ export declare class KvTableComponent implements OnInit, DoCheck {
98
98
  addColumn(field: string): void;
99
99
  dinamicColumnSet(e: any, col: any): void;
100
100
  checkMenuFiltro(col: any): void;
101
- sortByPosition(): (elem1: any, elem2: any) => 1 | 0 | -1;
101
+ sortByPosition(): (elem1: any, elem2: any) => 0 | 1 | -1;
102
102
  dinamicDisableColumn(col: TableConfigColumn): boolean;
103
103
  checkHideColumns(): void;
104
104
  getCustomTemplate(templatename: string): TemplateRef<any>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "keevo-components",
3
- "version": "1.8.105",
3
+ "version": "1.8.107",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.8",
6
6
  "@angular/core": "^17.3.8",