@indigina/ui-kit 1.1.363 → 1.1.364

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/index.d.ts CHANGED
@@ -4141,12 +4141,13 @@ declare class KitSidebarComponent implements OnInit {
4141
4141
  private readonly store;
4142
4142
  private readonly kitMenuBuilderService;
4143
4143
  readonly menuItems: InputSignal<KitNavigationMenuItem[]>;
4144
+ readonly hasSelectedClient: InputSignal<boolean>;
4144
4145
  readonly menuItems$: Observable<KitNavigationMenuItem[]>;
4145
4146
  readonly appsMenuItems$: Observable<KitNavigationMenuAppItem[]>;
4146
4147
  ngOnInit(): void;
4147
4148
  private fetchUserApplications;
4148
4149
  static ɵfac: i0.ɵɵFactoryDeclaration<KitSidebarComponent, never>;
4149
- static ɵcmp: i0.ɵɵComponentDeclaration<KitSidebarComponent, "kit-sidebar", never, { "menuItems": { "alias": "menuItems"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
4150
+ static ɵcmp: i0.ɵɵComponentDeclaration<KitSidebarComponent, "kit-sidebar", never, { "menuItems": { "alias": "menuItems"; "required": true; "isSignal": true; }; "hasSelectedClient": { "alias": "hasSelectedClient"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
4150
4151
  }
4151
4152
 
4152
4153
  interface KitUserMenuItem extends KitProfileMenuItem {
@@ -4166,6 +4167,7 @@ declare class KitTopBarComponent {
4166
4167
 
4167
4168
  interface KitMainMenuItem extends KitNavigationMenuItem {
4168
4169
  permission?: KitPermission;
4170
+ requiresClient?: boolean;
4169
4171
  items?: KitMainMenuItem[];
4170
4172
  }
4171
4173
 
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "components",
8
8
  "shared"
9
9
  ],
10
- "version": "1.1.363",
10
+ "version": "1.1.364",
11
11
  "peerDependencies": {
12
12
  "@angular/common": ">=20.1.3 <21.0.0",
13
13
  "@angular/core": ">=20.1.3 <21.0.0",