keevo-components 1.8.384 → 1.8.386

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.
@@ -19,7 +19,7 @@ export declare class KvTableComponent implements OnInit, DoCheck, AfterViewInit
19
19
  private readonly tableConfig;
20
20
  globalFilterFields: string[];
21
21
  selectedSize: string;
22
- tamanhoTela: number;
22
+ widthPage: import("@angular/core").WritableSignal<number>;
23
23
  checked: boolean;
24
24
  columns: TableConfigColumn[];
25
25
  deletedColuns: TableConfigColumn[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "keevo-components",
3
- "version": "1.8.384",
3
+ "version": "1.8.386",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.8",
6
6
  "@angular/core": "^17.3.8",