keevo-components 1.5.62 → 1.5.64

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.
@@ -15,7 +15,7 @@ export declare abstract class BaseComponentMultiSelect extends BaseComponentInpu
15
15
  onPanelHide: EventEmitter<any>;
16
16
  onSelectionValue: EventEmitter<any>;
17
17
  onClick: EventEmitter<any>;
18
- requestComplete: EventEmitter<any>;
18
+ loadedCombo: boolean;
19
19
  constructor(componentService: ComponentService);
20
20
  ngOnInit(): void;
21
21
  carregarCombo(filtro?: filtroCombo): void;
@@ -29,6 +29,7 @@ export declare abstract class BaseComponentMultiSelect extends BaseComponentInpu
29
29
  panelHide(event: Event): void;
30
30
  get baseInputClass(): string;
31
31
  selectionChange(event: Event): void;
32
+ requestCompleted(): boolean;
32
33
  static ɵfac: i0.ɵɵFactoryDeclaration<BaseComponentMultiSelect, never>;
33
- static ɵcmp: i0.ɵɵComponentDeclaration<BaseComponentMultiSelect, "ng-component", never, { "options": "options"; "optionLabel": "optionLabel"; "optionValue": "optionValue"; "filter": "filter"; "showClear": "showClear"; "lazy": "lazy"; "filteredOptions": "filteredOptions"; }, { "onSelectionChange": "onSelectionChange"; "onPanelHide": "onPanelHide"; "onSelectionValue": "onSelectionValue"; "onClick": "onClick"; "requestComplete": "requestComplete"; }, never, never, false, never>;
34
+ static ɵcmp: i0.ɵɵComponentDeclaration<BaseComponentMultiSelect, "ng-component", never, { "options": "options"; "optionLabel": "optionLabel"; "optionValue": "optionValue"; "filter": "filter"; "showClear": "showClear"; "lazy": "lazy"; "filteredOptions": "filteredOptions"; }, { "onSelectionChange": "onSelectionChange"; "onPanelHide": "onPanelHide"; "onSelectionValue": "onSelectionValue"; "onClick": "onClick"; }, never, never, false, never>;
34
35
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "keevo-components",
3
- "version": "1.5.62",
3
+ "version": "1.5.64",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.2.0",
6
6
  "@angular/core": "^15.2.0"