keevo-components 1.7.3 → 1.7.5

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.
@@ -95,6 +95,9 @@ export declare abstract class BaseComponentCrudForm extends BaseComponentCrud im
95
95
  */
96
96
  loadData<T>(obs: Observable<any>): void;
97
97
  loadDataAsync<T>(obs: Observable<any>): Promise<void>;
98
+ /**
99
+ * Método disparado para carregamento de grids (Disparado após o loadData)
100
+ */
98
101
  loadGrids(): void;
99
102
  /**
100
103
  * Método disparado para retornar a lista
@@ -95,7 +95,7 @@ export declare class TableComponent implements OnInit {
95
95
  addColumn(field: string): void;
96
96
  dinamicColumnSet(e: any, col: any): void;
97
97
  checkMenuFiltro(col: any): void;
98
- sortByPosition(): (elem1: any, elem2: any) => 1 | 0 | -1;
98
+ sortByPosition(): (elem1: any, elem2: any) => 0 | 1 | -1;
99
99
  callDisabled(action: KvMenuItem, data: any): boolean;
100
100
  dinamicDisableColumn(col: TableConfigColumn): boolean;
101
101
  checkHideColumns(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "keevo-components",
3
- "version": "1.7.3",
3
+ "version": "1.7.5",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.2.12",
6
6
  "@angular/core": "^16.2.12",