keevo-components 1.8.401 → 1.8.402

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.
@@ -1,10 +1,11 @@
1
- import { EventEmitter, OnInit, TemplateRef } from '@angular/core';
1
+ import { ElementRef, EventEmitter, OnInit, TemplateRef } from '@angular/core';
2
2
  import { DialogService } from 'primeng/dynamicdialog';
3
3
  import { BaseComponentDropDown } from '../../../api/base-components/base-component-dropdown';
4
4
  import { ComponentService } from '../../../api/services/component.service';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class KvDropdownComponent extends BaseComponentDropDown implements OnInit {
7
- constructor(componentService: ComponentService, dialogService: DialogService);
7
+ private elRef;
8
+ constructor(componentService: ComponentService, dialogService: DialogService, elRef: ElementRef);
8
9
  filterPlaceholder: string;
9
10
  placeholder: string;
10
11
  dropDowValue: any;
@@ -13,11 +14,14 @@ export declare class KvDropdownComponent extends BaseComponentDropDown implement
13
14
  virtualScroll: boolean;
14
15
  virtualScrollItemSize: number;
15
16
  appendTo: any;
16
- windowSize: import("@angular/core").WritableSignal<number>;
17
+ changes: import("@angular/core").WritableSignal<number>;
17
18
  onLazyLoad: EventEmitter<any>;
18
19
  pDropDown: import("@angular/core").Signal<any>;
19
20
  pDropDownWidth: import("@angular/core").Signal<string>;
21
+ dropDownWidth: import("@angular/core").WritableSignal<number>;
22
+ dropDownWidthPx: import("@angular/core").Signal<string>;
20
23
  ngOnInit(): void;
24
+ ngAfterViewInit(): void;
21
25
  onWindowResize(): void;
22
26
  onInputLazyLoad(event: any): void;
23
27
  static ɵfac: i0.ɵɵFactoryDeclaration<KvDropdownComponent, never>;
@@ -127,7 +127,7 @@ export declare class KvTableComponent implements OnInit, DoCheck, AfterViewInit
127
127
  onClickEvent(event: any): void;
128
128
  styleSetter(style: string, data: string): void;
129
129
  checkMenuFiltro(col: TableConfigColumn): void;
130
- sortByPosition(): (elem1: any, elem2: any) => 1 | 0 | -1;
130
+ sortByPosition(): (elem1: any, elem2: any) => 0 | 1 | -1;
131
131
  dinamicDisableColumn(col: TableConfigColumn): boolean;
132
132
  checkHideColumns(): void;
133
133
  getCustomTemplate(templatename: string): TemplateRef<any>;
@@ -64,7 +64,7 @@ export declare class KvTableExpandableComponent implements OnInit, DoCheck {
64
64
  onGlobalFilter(table: Table, event: Event): void;
65
65
  executeCollapsed(): void;
66
66
  checkMenuFiltro(col: any): void;
67
- sortByPosition(): (elem1: any, elem2: any) => 1 | 0 | -1;
67
+ sortByPosition(): (elem1: any, elem2: any) => 0 | 1 | -1;
68
68
  dinamicDisableColumn(col: TableConfigColumn): boolean;
69
69
  dinamicColumnSet(e: any, col: any): void;
70
70
  addColumn(field: string): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "keevo-components",
3
- "version": "1.8.401",
3
+ "version": "1.8.402",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.8",
6
6
  "@angular/core": "^17.3.8",