keevo-components 2.0.0 → 2.0.1

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.
@@ -4,7 +4,7 @@ export declare class KvButtonComponent {
4
4
  type: import("@angular/core").InputSignal<"text" | "outline" | undefined>;
5
5
  loading: import("@angular/core").InputSignal<boolean>;
6
6
  severity: import("@angular/core").InputSignal<"primary" | "secondary" | "tertiary">;
7
- size: import("@angular/core").InputSignal<"small" | "normal" | "large">;
7
+ size: import("@angular/core").InputSignal<"normal" | "large" | "small">;
8
8
  icon: import("@angular/core").InputSignal<string>;
9
9
  iconPosition: import("@angular/core").InputSignal<"left" | "right">;
10
10
  label: import("@angular/core").InputSignal<string>;
@@ -4,7 +4,7 @@ import * as i0 from "@angular/core";
4
4
  export declare class KvButtonPopupComponent extends BaseComponentButton {
5
5
  items: MenuItem[];
6
6
  classBtn: string;
7
- size: import("@angular/core").InputSignal<"small" | "normal" | "large">;
7
+ size: import("@angular/core").InputSignal<"normal" | "large" | "small">;
8
8
  icon: string;
9
9
  constructor();
10
10
  handleShow(): void;
@@ -9,8 +9,10 @@ import * as i7 from "../kv-inputs/kv-inputs.module";
9
9
  import * as i8 from "../../api/pipes/pipes.module";
10
10
  import * as i9 from "../../api/modules/primeng.module";
11
11
  import * as i10 from "./top-icons/top-icons.component";
12
+ import * as i11 from "primeng/avatar";
13
+ import * as i12 from "primeng/avatargroup";
12
14
  export declare class KvLayoutModule {
13
15
  static ɵfac: i0.ɵɵFactoryDeclaration<KvLayoutModule, never>;
14
- static ɵmod: i0.ɵɵNgModuleDeclaration<KvLayoutModule, [typeof i1.DropdownMasterComponent, typeof i2.KvLayoutComponent], [typeof i3.CommonModule, typeof i4.FormsModule, typeof i5.KvButtonsModule, typeof i6.KvButtonModule, typeof i7.KvInputsModule, typeof i8.PipesModule, typeof i9.PrimeNgModule, typeof i4.ReactiveFormsModule, typeof i10.TopIconsComponent, typeof i6.KvButtonModule, typeof i9.PrimeNgModule], [typeof i2.KvLayoutComponent]>;
16
+ static ɵmod: i0.ɵɵNgModuleDeclaration<KvLayoutModule, [typeof i1.DropdownMasterComponent, typeof i2.KvLayoutComponent], [typeof i3.CommonModule, typeof i4.FormsModule, typeof i5.KvButtonsModule, typeof i6.KvButtonModule, typeof i7.KvInputsModule, typeof i8.PipesModule, typeof i9.PrimeNgModule, typeof i4.ReactiveFormsModule, typeof i10.TopIconsComponent, typeof i6.KvButtonModule, typeof i9.PrimeNgModule, typeof i11.AvatarModule, typeof i12.AvatarGroupModule], [typeof i2.KvLayoutComponent]>;
15
17
  static ɵinj: i0.ɵɵInjectorDeclaration<KvLayoutModule>;
16
18
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "keevo-components",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.8",
6
6
  "@angular/core": "^17.3.8",