@skysoftware-co/bayan-core-widgets-ui 0.0.17 → 0.0.19

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.
@@ -5,7 +5,6 @@ export declare class BayanCoreSettingsWidgetComponent implements OnInit, OnChang
5
5
  private readonly elementRef;
6
6
  private readonly menuService;
7
7
  private readonly alertToastService;
8
- private readonly translatePipe;
9
8
  baseUrl: string;
10
9
  licenseUrl: string;
11
10
  releaseNotesUrl: string;
@@ -8,6 +8,7 @@ import * as i0 from "@angular/core";
8
8
  export declare class BayanCoreTopMenuWidgetComponent implements OnInit {
9
9
  private elementRef;
10
10
  constructor(elementRef: ElementRef);
11
+ private TranslateService;
11
12
  globalSearchWidget?: BayanCoreGlobalSearchWidgetComponent;
12
13
  globalSearchResults: GlobalSearchMenu[];
13
14
  private readonly document;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skysoftware-co/bayan-core-widgets-ui",
3
- "version": "0.0.17",
3
+ "version": "0.0.19",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "19.2.14",
6
6
  "@angular/core": "19.2.14",