keevo-components 1.8.489 → 1.8.491

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.
@@ -40,7 +40,7 @@ export declare abstract class BaseComponentDropDown extends BaseComponentInput<a
40
40
  protected addClick(event: Event): void;
41
41
  carregarCombo(filtro?: filtroCombo): void;
42
42
  protected carregarComboObs(obs: Observable<any>): void;
43
- emptyMessage(): "Nenhum resultado encontrado" | "Digite para pesquisar";
43
+ emptyMessage(): "Digite para pesquisar" | "Nenhum resultado encontrado";
44
44
  filterOptions(field: string, value: any): void;
45
45
  protected listar(): any;
46
46
  protected listarCombo(value: any): any;
@@ -15,7 +15,7 @@ export declare class KvCardSelectionComponent {
15
15
  workspaceForm: FormGroup;
16
16
  transformCpfCnpj: import("@angular/core").Signal<(cpfCnpj: string) => string | null>;
17
17
  isEmpresa: import("@angular/core").Signal<(cpfCnpj: string) => boolean>;
18
- minWidthCard: import("@angular/core").Signal<"45rem" | "100%">;
18
+ minWidthCard: import("@angular/core").Signal<"100%" | "45rem">;
19
19
  transformRazaoSocial: import("@angular/core").Signal<(razaosocial: string) => string>;
20
20
  ngOnInit(): void;
21
21
  selectMaster(master: any): void;
@@ -34,11 +34,9 @@ export declare class KvPickListComponent implements OnInit {
34
34
  OnMoveToTarget(event: any): void;
35
35
  OnMoveAllToSource(event: any): void;
36
36
  OnMoveAllToTarget(event: any): void;
37
- onCheckboxChange(item: any, isSelected: boolean): void;
38
37
  onSelectAll(): void;
39
38
  selectAllItems(isSelected: boolean): void;
40
39
  selectCheckBox(item: any): void;
41
- oi(): void;
42
40
  isItemSelected(item: any): boolean;
43
41
  ngOnInit(): void;
44
42
  static ɵfac: i0.ɵɵFactoryDeclaration<KvPickListComponent, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "keevo-components",
3
- "version": "1.8.489",
3
+ "version": "1.8.491",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.8",
6
6
  "@angular/core": "^17.3.8",
@@ -151,17 +151,26 @@ input {
151
151
  .p-datatable .p-paginator-bottom {
152
152
  scale: 0.75;
153
153
  }
154
- .p-menuitem-text {
155
- font-size: 0.875rem;
156
- }
157
154
 
158
155
  .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link {
159
- padding: 0.5rem 0.75rem;
156
+ padding: 0.5rem 0.5rem;
157
+ }
158
+
159
+ .p-tieredmenu{
160
+ padding: 0.5rem 0.5rem;
160
161
  }
161
162
 
162
163
  .p-datatable.p-datatable-sm .p-datatable-tbody > tr > td {
163
164
  padding: 0.1rem 0.1rem;
164
165
  }
166
+
167
+ .p-dropdown-panel .p-dropdown-items .p-dropdown-item {
168
+ padding: 0.25rem !important;
169
+ }
170
+
171
+ .p-dropdown-panel .p-dropdown-items {
172
+ padding: 0.5rem 0.5rem !important;
173
+ }
165
174
  }
166
175
 
167
176
  :host {
@@ -202,7 +211,7 @@ input {
202
211
  }
203
212
 
204
213
  ::ng-deep .p-menuitem-content {
205
- padding: 0.25rem 0.5rem 0.25rem 0.5rem;
214
+ padding: 0.35rem;
206
215
  }
207
216
 
208
217
  ::ng-deep .p-disabled * {