ngx-bimplus-components 0.0.3 → 0.0.4

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.
@@ -59,8 +59,8 @@ export declare class BimplusMainMenuComponent extends BimplusLocalizedWidgetComp
59
59
  ngOnChanges(changes: SimpleChanges): void;
60
60
  get footerList(): MenuListType[];
61
61
  /**--------------------------------------------------------------------------
62
- * check if app is subscribed
63
- --------------------------------------------------------------------------*/
62
+ * check if app is subscribed
63
+ --------------------------------------------------------------------------*/
64
64
  _isSubscribed(item: MenuListType): boolean;
65
65
  /**--------------------------------------------------------------------------
66
66
  * check if app is clickable
@@ -71,8 +71,8 @@ export declare class BimplusMainMenuComponent extends BimplusLocalizedWidgetComp
71
71
  --------------------------------------------------------------------------*/
72
72
  _isHidden(item: MenuListType): boolean;
73
73
  /**--------------------------------------------------------------------------
74
- * check if app is disabled
75
- --------------------------------------------------------------------------*/
74
+ * check if app is disabled
75
+ --------------------------------------------------------------------------*/
76
76
  _isDisabled(item: MenuListType): boolean;
77
77
  _getContextData(item: MenuListType, active: boolean, disabled: boolean, clickable: boolean, selected: boolean): {
78
78
  item: MenuListType;
@@ -1,6 +1,5 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class NgxBimplusComponentsService {
3
- constructor();
4
3
  static ɵfac: i0.ɵɵFactoryDeclaration<NgxBimplusComponentsService, never>;
5
4
  static ɵprov: i0.ɵɵInjectableDeclaration<NgxBimplusComponentsService>;
6
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-bimplus-components",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "license": "MIT",
5
5
  "author": "",
6
6
  "description": "bim+ angular components library",