keevo-components 2.0.173 → 2.0.174

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.
@@ -142,7 +142,7 @@ export declare class KvTableComponent implements OnInit, DoCheck, AfterViewInit
142
142
  onClickEvent(event: any): void;
143
143
  styleSetter(style: string, data: string): void;
144
144
  checkMenuFiltro(col: TableConfigColumn): void;
145
- sortByPosition(): (elem1: any, elem2: any) => 1 | -1 | 0;
145
+ sortByPosition(): (elem1: any, elem2: any) => 0 | 1 | -1;
146
146
  dinamicDisableColumn(col: TableConfigColumn): boolean;
147
147
  checkHideColumns(): void;
148
148
  getCustomTemplate(templatename: string): TemplateRef<any>;
@@ -139,7 +139,7 @@ export declare class KvTableDraggableComponent implements OnInit, DoCheck, After
139
139
  onClickEvent(event: any): void;
140
140
  styleSetter(style: string, data: string): void;
141
141
  checkMenuFiltro(col: TableConfigColumn): void;
142
- sortByPosition(): (elem1: any, elem2: any) => 1 | -1 | 0;
142
+ sortByPosition(): (elem1: any, elem2: any) => 0 | 1 | -1;
143
143
  dinamicDisableColumn(col: TableConfigColumn): boolean;
144
144
  checkHideColumns(): void;
145
145
  getCustomTemplate(templatename: string): TemplateRef<any>;
@@ -68,7 +68,7 @@ export declare class KvTableExpandableComponent implements OnInit, DoCheck {
68
68
  onGlobalFilter(table: Table, event: Event): void;
69
69
  executeCollapsed(): void;
70
70
  checkMenuFiltro(col: any): void;
71
- sortByPosition(): (elem1: any, elem2: any) => 1 | -1 | 0;
71
+ sortByPosition(): (elem1: any, elem2: any) => 0 | 1 | -1;
72
72
  dinamicDisableColumn(col: TableConfigColumn): boolean;
73
73
  dinamicColumnSet(e: any, col: any): void;
74
74
  addColumn(field: string): void;
@@ -30,7 +30,7 @@ export declare class KvTableViewerComponent {
30
30
  datePipe: DatePipe;
31
31
  breakpointObserver: BreakpointObserver;
32
32
  columns: import("@angular/core").InputSignal<ColumnTableViewer[]>;
33
- actionsRow: import("@angular/core").InputSignal<MenuItem[] | []>;
33
+ actionsRow: import("@angular/core").InputSignal<[] | MenuItem[]>;
34
34
  actionsHeader: import("@angular/core").InputSignal<MenuItem[] | undefined>;
35
35
  actionsLote: import("@angular/core").InputSignal<MenuItem[] | undefined>;
36
36
  data: import("@angular/core").InputSignal<any[]>;
@@ -11,6 +11,7 @@ export declare class KvTreeEnvironmentComponent implements OnDestroy {
11
11
  showAddButton: import("@angular/core").InputSignal<boolean>;
12
12
  onAddClick: EventEmitter<void>;
13
13
  onSelectedItem: EventEmitter<any>;
14
+ private cdr;
14
15
  private mapaDeExpansao;
15
16
  private _cachedDados;
16
17
  private _dadosHash;
@@ -23,6 +24,7 @@ export declare class KvTreeEnvironmentComponent implements OnDestroy {
23
24
  constructor();
24
25
  ngOnInit(): void;
25
26
  alternarNo(noPlano: NoPlano): void;
27
+ private forcarAtualizacaoLista;
26
28
  private criarHashDados;
27
29
  private invalidarCache;
28
30
  private gerarListaPlanaOtimizada;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "keevo-components",
3
- "version": "2.0.173",
3
+ "version": "2.0.174",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.8",
6
6
  "@angular/core": "^17.3.8",