keevo-components 1.8.478 → 1.8.479

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.
@@ -10,7 +10,6 @@ import * as i0 from "@angular/core";
10
10
  export declare class KvTreetableComponent {
11
11
  private elementRef;
12
12
  menuItems: MenuItem[];
13
- tamanhoTela: number;
14
13
  disableRowNodeSticky: boolean;
15
14
  config: TreeTableConfig;
16
15
  dataSource: any;
@@ -28,7 +27,7 @@ export declare class KvTreetableComponent {
28
27
  showHeader: boolean;
29
28
  scrollHeight: string;
30
29
  indFullPage: boolean;
31
- dataSourceTreeTable: import("@angular/core").WritableSignal<any[]>;
30
+ tamanhoTela: import("@angular/core").WritableSignal<number>;
32
31
  constructor(elementRef: ElementRef);
33
32
  /**
34
33
  * @deprecated O valor de pageLinks é atribuído de acordo com o tamanho da tela, essa propriedade não está sendo utilizada
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "keevo-components",
3
- "version": "1.8.478",
3
+ "version": "1.8.479",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.8",
6
6
  "@angular/core": "^17.3.8",