ngx-sp-infra 5.19.9 → 5.21.0

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.
@@ -3,4 +3,7 @@ export declare class EnderecoByCep {
3
3
  LOGRADOURO: string;
4
4
  CIDADE: string;
5
5
  BAIRRO: string;
6
+ MESORREGIAO: string;
7
+ MICRORREGIAO: string;
8
+ CIDADEID: number;
6
9
  }
@@ -120,8 +120,10 @@ export declare class LibComboboxComponent implements OnInit, AfterViewInit, OnDe
120
120
  * @type {EventEmitter<string>} */
121
121
  changePesquisa: EventEmitter<string>;
122
122
  private _mainInput;
123
- private _searchInput;
123
+ private _searchInput?;
124
124
  private _dropdownMenu;
125
+ showSearchInput: boolean;
126
+ focusSearchInput(): void;
125
127
  constructor();
126
128
  ngOnInit(): void;
127
129
  ngAfterViewInit(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-sp-infra",
3
- "version": "5.19.9",
3
+ "version": "5.21.0",
4
4
  "description": "Biblioteca de utilitários da Infra.",
5
5
  "author": "P&D",
6
6
  "keywords": [