@zambon-dev/library 1.1.0 → 1.2.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.
@@ -1,5 +1,5 @@
1
1
  import { AfterViewInit, OnInit } from '@angular/core';
2
- import { ISidebarProfile, SidebarMenu } from '../../models';
2
+ import { SidebarMenu } from '../../models';
3
3
  import { BaseComponent } from '../base.component';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class SidebarComponent extends BaseComponent implements AfterViewInit, OnInit {
@@ -10,18 +10,13 @@ export declare class SidebarComponent extends BaseComponent implements AfterView
10
10
  private sidebarConfigs;
11
11
  protected configErrorText: string;
12
12
  protected configLoadingText: string;
13
- protected configLogoCollapsedPath?: string;
14
- protected configLogoExpandedPath?: string;
15
13
  protected hasFailed: boolean;
16
14
  protected menus: SidebarMenu[];
17
- protected profile?: ISidebarProfile;
18
15
  private sidebarService;
19
16
  private wasClickedOutside;
20
- protected get hasProfileImage(): boolean;
21
17
  protected get isActive(): boolean;
22
18
  protected get isCollapsed(): boolean;
23
19
  protected get isLoading(): boolean;
24
- protected get isProfileLoaded(): boolean;
25
20
  constructor();
26
21
  ngAfterViewInit(): void;
27
22
  ngOnInit(): void;
@@ -30,5 +25,5 @@ export declare class SidebarComponent extends BaseComponent implements AfterView
30
25
  private deactivate;
31
26
  private updateShouldActivate;
32
27
  static ɵfac: i0.ɵɵFactoryDeclaration<SidebarComponent, never>;
33
- static ɵcmp: i0.ɵɵComponentDeclaration<SidebarComponent, "lib-sidebar", never, {}, {}, never, never, true, never>;
28
+ static ɵcmp: i0.ɵɵComponentDeclaration<SidebarComponent, "lib-sidebar", never, {}, {}, never, ["*"], true, never>;
34
29
  }
@@ -4,6 +4,7 @@ export { ICatalogResult } from './catalog-result';
4
4
  export * from './configs';
5
5
  export { IListParameters, ISummaryParameters } from './data-grid-parameters';
6
6
  export { IGridColumn } from './grid-column';
7
+ export { IListResult } from './list-result';
7
8
  export { IModal } from './modal.interface';
8
9
  export { IMultiEditorChanges } from './multi-editor-changes';
9
10
  export { IMultiSelectorChanges } from './multi-selector-changes';
@@ -0,0 +1,4 @@
1
+ export interface IListResult<T> {
2
+ items: T[];
3
+ totalRows: number;
4
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zambon-dev/library",
3
- "version": "1.1.0",
3
+ "version": "1.2.0",
4
4
  "description": "Angular UI components and shared presentation utilities for Zambon applications.",
5
5
  "keywords": [
6
6
  "angular",