keevo-components 2.0.7 → 2.0.9
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.
- package/esm2022/lib/components/kv-carousel/kv-carousel.component.mjs +3 -3
- package/esm2022/lib/components/kv-image-upload/kv-image-upload.component.mjs +1 -2
- package/esm2022/lib/components/kv-inputs/kv-multi-select/kv-multi-select.component.mjs +3 -3
- package/esm2022/lib/components/kv-layout/layout/kv-layout.component.mjs +25 -24
- package/esm2022/lib/components/kv-layout/top-icons/top-icons.component.mjs +3 -3
- package/fesm2022/keevo-components.mjs +30 -30
- package/fesm2022/keevo-components.mjs.map +1 -1
- package/lib/components/kv-layout/layout/kv-layout.component.d.ts +2 -2
- package/package.json +1 -1
|
@@ -61,6 +61,8 @@ export declare class KvLayoutComponent implements OnInit, OnChanges {
|
|
|
61
61
|
action?: ((e: any) => void) | undefined;
|
|
62
62
|
}[]>;
|
|
63
63
|
topMenuOptions: TopActionsModel[];
|
|
64
|
+
topMenuOptionsReversed: boolean;
|
|
65
|
+
processar_menus: import("@angular/core").EffectRef;
|
|
64
66
|
profileImage: import("@angular/core").InputSignal<string>;
|
|
65
67
|
breadCrumbItems: {
|
|
66
68
|
label: string;
|
|
@@ -120,8 +122,6 @@ export declare class KvLayoutComponent implements OnInit, OnChanges {
|
|
|
120
122
|
}[];
|
|
121
123
|
constructor(cdr: ChangeDetectorRef, fb: FormBuilder, router: Router, activatedRoute: ActivatedRoute);
|
|
122
124
|
ngOnInit(): void;
|
|
123
|
-
topMenuOptionsReversed: boolean;
|
|
124
|
-
processar_menus: import("@angular/core").EffectRef;
|
|
125
125
|
accessKeePass(event: any): void;
|
|
126
126
|
adjustHeightCard(): number;
|
|
127
127
|
private adjustWidthCard;
|