tango-app-ui-store-builder 1.0.48 → 1.0.49

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.
@@ -15,6 +15,7 @@ export declare class FixtureAnalyticsComponent implements OnInit, OnChanges, Aft
15
15
  floorData: any;
16
16
  startDate: any;
17
17
  endDate: any;
18
+ dataType: any;
18
19
  onClose: EventEmitter<any>;
19
20
  changeFixture: EventEmitter<{
20
21
  fixtureId: string;
@@ -89,5 +90,5 @@ export declare class FixtureAnalyticsComponent implements OnInit, OnChanges, Aft
89
90
  openPopup(type: any): void;
90
91
  ngOnDestroy(): void;
91
92
  static ɵfac: i0.ɵɵFactoryDeclaration<FixtureAnalyticsComponent, never>;
92
- static ɵcmp: i0.ɵɵComponentDeclaration<FixtureAnalyticsComponent, "lib-fixture-analytics", never, { "fixtureDetails": { "alias": "fixtureDetails"; "required": false; }; "vmList": { "alias": "vmList"; "required": false; }; "floorData": { "alias": "floorData"; "required": false; }; "startDate": { "alias": "startDate"; "required": false; }; "endDate": { "alias": "endDate"; "required": false; }; }, { "onClose": "onClose"; "changeFixture": "changeFixture"; }, never, never, false, never>;
93
+ static ɵcmp: i0.ɵɵComponentDeclaration<FixtureAnalyticsComponent, "lib-fixture-analytics", never, { "fixtureDetails": { "alias": "fixtureDetails"; "required": false; }; "vmList": { "alias": "vmList"; "required": false; }; "floorData": { "alias": "floorData"; "required": false; }; "startDate": { "alias": "startDate"; "required": false; }; "endDate": { "alias": "endDate"; "required": false; }; "dataType": { "alias": "dataType"; "required": false; }; }, { "onClose": "onClose"; "changeFixture": "changeFixture"; }, never, never, false, never>;
93
94
  }
@@ -37,6 +37,7 @@ export declare class PlanoAnalyticsComponent implements OnInit {
37
37
  isPageLoading: boolean;
38
38
  selectedFixture: any;
39
39
  selectedFixtureData: any;
40
+ dataType: string;
40
41
  private activeHighlight;
41
42
  private cancelHighlightBlink;
42
43
  private readonly destroy$;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tango-app-ui-store-builder",
3
- "version": "1.0.48",
3
+ "version": "1.0.49",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.0",
6
6
  "@angular/core": "^17.3.0"