tango-app-ui-store-builder 1.0.47 → 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.
Files changed (54) hide show
  1. package/esm2022/lib/components/collection-update-ai/find-replace-layout/prepare-template/prepare-template.component.mjs +39 -19
  2. package/esm2022/lib/components/create-fixture/create-fixture.component.mjs +233 -138
  3. package/esm2022/lib/components/fixture-template/template-assign-stores/preview-modal/preview-modal.component.mjs +4 -2
  4. package/esm2022/lib/components/fixture-template/template-assign-stores/template-assign-stores.component.mjs +4 -2
  5. package/esm2022/lib/components/fixture-template/template-basic-details/template-basic-details.component.mjs +40 -4
  6. package/esm2022/lib/components/fixture-template/template-products/template-products.component.mjs +3 -3
  7. package/esm2022/lib/components/fixture-template/template-summary/template-summary.component.mjs +3 -3
  8. package/esm2022/lib/components/fixture-template/template-vms/template-vms.component.mjs +108 -79
  9. package/esm2022/lib/components/fixture-template-tree/fixture-template-tree.component.mjs +7 -3
  10. package/esm2022/lib/components/manage-store-plano/manage-store-plano.component.mjs +4 -2
  11. package/esm2022/lib/components/manage-store-plano/template-basic-details/template-basic-details.component.mjs +27 -4
  12. package/esm2022/lib/components/manage-store-plano/template-products/template-products.component.mjs +3 -3
  13. package/esm2022/lib/components/manage-store-plano/template-vms/template-vms.component.mjs +10 -14
  14. package/esm2022/lib/components/manage-store-plano/verification-feedback/editable-fixture/editable-fixture.component.mjs +3 -3
  15. package/esm2022/lib/components/manage-store-plano/verification-feedback/verification-feedback.component.mjs +3 -3
  16. package/esm2022/lib/components/planogram/merch-compliance/merch-compliance.component.mjs +4 -2
  17. package/esm2022/lib/components/planogram/merch-compliance/product-locator/misplaced-product-fixture/misplaced-product-fixture.component.mjs +11 -5
  18. package/esm2022/lib/components/planogram/merch-compliance/product-locator/product-locator.component.mjs +14 -9
  19. package/esm2022/lib/components/planogram/merch-compliance/product-locator/product-zone-locator/product-zone-locator.component.mjs +39 -7
  20. package/esm2022/lib/components/planogram/merch-compliance/zone-products/zone-products.component.mjs +18 -5
  21. package/esm2022/lib/components/planogram/plano-analytics/analytics-popup/analytics-popup.component.mjs +68 -0
  22. package/esm2022/lib/components/planogram/plano-analytics/date-range-picker/date-range-picker.component.mjs +5 -5
  23. package/esm2022/lib/components/planogram/plano-analytics/fixture-analytics/fixture-analytics.component.mjs +649 -0
  24. package/esm2022/lib/components/planogram/plano-analytics/plano-analytics.component.mjs +1197 -25
  25. package/esm2022/lib/components/planogram/plano-details-parent/plano-details-parent.component.mjs +14 -7
  26. package/esm2022/lib/components/planogram/plano-overview/plano-comparison/plano-comparison.component.mjs +8 -4
  27. package/esm2022/lib/components/planogram/plano-overview/plano-overview.component.mjs +17 -9
  28. package/esm2022/lib/components/planogram/plano-table/plano-table.component.mjs +3 -3
  29. package/esm2022/lib/components/store-plano/store-plano-tree-view/store-plano-tree-view.component.mjs +3 -2
  30. package/esm2022/lib/components/store-plano/store-plano.component.mjs +4 -2
  31. package/esm2022/lib/interfaces/fixture-library.interface.mjs +1 -1
  32. package/esm2022/lib/services/store-builder.service.mjs +4 -1
  33. package/esm2022/lib/tango-store-builder.module.mjs +8 -2
  34. package/fesm2022/tango-app-ui-store-builder.mjs +2996 -834
  35. package/fesm2022/tango-app-ui-store-builder.mjs.map +1 -1
  36. package/lib/components/create-fixture/create-fixture.component.d.ts +15 -14
  37. package/lib/components/fixture-template/template-basic-details/template-basic-details.component.d.ts +2 -0
  38. package/lib/components/fixture-template/template-vms/template-vms.component.d.ts +12 -12
  39. package/lib/components/manage-plano/rollout-table/rollout-table.component.d.ts +2 -2
  40. package/lib/components/manage-plano/verification-table/verification-table.component.d.ts +4 -4
  41. package/lib/components/manage-store-plano/template-basic-details/template-basic-details.component.d.ts +2 -0
  42. package/lib/components/manage-store-plano/template-vms/template-vms.component.d.ts +0 -1
  43. package/lib/components/planogram/merch-compliance/product-locator/misplaced-product-fixture/misplaced-product-fixture.component.d.ts +4 -2
  44. package/lib/components/planogram/merch-compliance/product-locator/product-locator.component.d.ts +3 -2
  45. package/lib/components/planogram/merch-compliance/product-locator/product-zone-locator/product-zone-locator.component.d.ts +10 -3
  46. package/lib/components/planogram/merch-compliance/zone-products/zone-products.component.d.ts +4 -2
  47. package/lib/components/planogram/plano-analytics/analytics-popup/analytics-popup.component.d.ts +25 -0
  48. package/lib/components/planogram/plano-analytics/fixture-analytics/fixture-analytics.component.d.ts +94 -0
  49. package/lib/components/planogram/plano-analytics/plano-analytics.component.d.ts +76 -3
  50. package/lib/components/planogram/plano-details-parent/plano-details-parent.component.d.ts +3 -2
  51. package/lib/interfaces/fixture-library.interface.d.ts +1 -1
  52. package/lib/services/store-builder.service.d.ts +1 -0
  53. package/lib/tango-store-builder.module.d.ts +26 -24
  54. package/package.json +1 -1
@@ -1,13 +1,13 @@
1
- import { OnInit, OnDestroy } from '@angular/core';
2
- import { FormBuilder, FormGroup, FormArray } from '@angular/forms';
3
- import { ActivatedRoute, Router } from '@angular/router';
4
- import { NgbModal } from '@ng-bootstrap/ng-bootstrap';
5
- import { ToastService } from 'tango-app-ui-shared';
6
- import { StoreBuilderService } from '../../services/store-builder.service';
7
- import { FixtureLibraryDetails, FixtureLibraryShelfConfig } from '../../interfaces/fixture-library.interface';
8
- import { DropdownIF } from '../../interfaces/plano-general.interface';
9
- import { CanExitGuard } from '../../functions/exit.guard';
10
- import { GlobalStateService, PageInfoService } from 'tango-app-ui-global';
1
+ import { OnInit, OnDestroy } from "@angular/core";
2
+ import { FormBuilder, FormGroup, FormArray } from "@angular/forms";
3
+ import { ActivatedRoute, Router } from "@angular/router";
4
+ import { NgbModal } from "@ng-bootstrap/ng-bootstrap";
5
+ import { ToastService } from "tango-app-ui-shared";
6
+ import { StoreBuilderService } from "../../services/store-builder.service";
7
+ import { FixtureLibraryDetails, FixtureLibraryShelfConfig } from "../../interfaces/fixture-library.interface";
8
+ import { DropdownIF } from "../../interfaces/plano-general.interface";
9
+ import { CanExitGuard } from "../../functions/exit.guard";
10
+ import { GlobalStateService, PageInfoService } from "tango-app-ui-global";
11
11
  import * as i0 from "@angular/core";
12
12
  export declare class CreateFixtureComponent implements OnInit, OnDestroy, CanExitGuard {
13
13
  private route;
@@ -46,14 +46,15 @@ export declare class CreateFixtureComponent implements OnInit, OnDestroy, CanExi
46
46
  width: import("@angular/forms").FormControl<number | null>;
47
47
  length: import("@angular/forms").FormControl<number | null>;
48
48
  }>;
49
- addShelf(shelf?: FixtureLibraryShelfConfig): void;
49
+ addShelf(shelf?: any): void;
50
+ updateProductPerShelfMinValidator(shelfGroup: FormGroup, shelfType: string): void;
50
51
  setupShelfTypeListener(shelfGroup: FormGroup): void;
51
52
  removeShelf(index?: number): void;
52
53
  addPanel(panel?: FixtureLibraryShelfConfig): void;
53
54
  removePanel(index?: number): void;
54
- toggleSection(section: 'header' | 'body' | 'footer'): void;
55
- toggleSectionForm(section: 'header' | 'body' | 'footer'): void;
56
- toggleSectionCheckBox(section: 'header' | 'body' | 'footer'): void;
55
+ toggleSection(section: "header" | "body" | "footer"): void;
56
+ toggleSectionForm(section: "header" | "body" | "footer"): void;
57
+ toggleSectionCheckBox(section: "header" | "body" | "footer"): void;
57
58
  mapFormToApi(form: FormGroup, status: string): any;
58
59
  onSubmit(status: string): Promise<boolean>;
59
60
  canDeactivate(): Promise<boolean>;
@@ -27,6 +27,8 @@ export declare class TemplateBasicDetailsComponent implements OnInit, OnDestroy
27
27
  setPageData(): void;
28
28
  initializeForm(): void;
29
29
  addShelf(shelf?: any): void;
30
+ setupShelfTypeListener(shelfGroup: FormGroup): void;
31
+ updateProductPerShelfMinValidator(shelfGroup: FormGroup, shelfType: string): void;
30
32
  removeShelf(index?: number): void;
31
33
  get shelfArray(): FormArray;
32
34
  get totalProductCapacity(): number;
@@ -1,15 +1,15 @@
1
- import { AfterViewChecked, ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core';
2
- import { FormArray, FormBuilder, FormGroup } from '@angular/forms';
3
- import { NgbModal } from '@ng-bootstrap/ng-bootstrap';
4
- import { ActivatedRoute, Router } from '@angular/router';
5
- import { ToastService } from 'tango-app-ui-shared';
6
- import { GlobalStateService, PageInfoService } from 'tango-app-ui-global';
7
- import { FixtureTemplateDetails, SectionConfig, ShelfConfig, VMConfig } from '../../../interfaces/fixture-template.interface';
8
- import { DropdownIF } from '../../../interfaces/plano-general.interface';
9
- import { PlanoDataService } from '../../../services/plano-data.service';
10
- import { VmLibraryList } from '../../../interfaces/vm-library.interface';
11
- import { StoreBuilderService } from '../../../services/store-builder.service';
12
- import { TitleCasePipe } from '@angular/common';
1
+ import { AfterViewChecked, ChangeDetectorRef, OnDestroy, OnInit } from "@angular/core";
2
+ import { FormArray, FormBuilder, FormGroup } from "@angular/forms";
3
+ import { NgbModal } from "@ng-bootstrap/ng-bootstrap";
4
+ import { ActivatedRoute, Router } from "@angular/router";
5
+ import { ToastService } from "tango-app-ui-shared";
6
+ import { GlobalStateService, PageInfoService } from "tango-app-ui-global";
7
+ import { FixtureTemplateDetails, SectionConfig, ShelfConfig, VMConfig } from "../../../interfaces/fixture-template.interface";
8
+ import { DropdownIF } from "../../../interfaces/plano-general.interface";
9
+ import { PlanoDataService } from "../../../services/plano-data.service";
10
+ import { VmLibraryList } from "../../../interfaces/vm-library.interface";
11
+ import { StoreBuilderService } from "../../../services/store-builder.service";
12
+ import { TitleCasePipe } from "@angular/common";
13
13
  import * as i0 from "@angular/core";
14
14
  export declare class TemplateVmsComponent implements OnInit, OnDestroy, AfterViewChecked {
15
15
  private fb;
@@ -53,8 +53,8 @@ export declare class PlanoRolloutTableComponent implements OnInit, OnDestroy {
53
53
  paginationSize(): number;
54
54
  onPageChange(pageOffset: number): void;
55
55
  onPageSizeChange(pageSize: number): void;
56
- getTaskStatus(data: any, type: string): "yetToAssign" | "completed" | "reviewPending" | "taskAssigned" | undefined;
57
- getTaskTooltip(data: any, type: string): "Review Pending" | "Yet to Assign" | "Task Assigned" | "Completed" | undefined;
56
+ getTaskStatus(data: any, type: string): "completed" | "yetToAssign" | "reviewPending" | "taskAssigned" | undefined;
57
+ getTaskTooltip(data: any, type: string): "Completed" | "Review Pending" | "Yet to Assign" | "Task Assigned" | undefined;
58
58
  showBreach(data: any, type: string): boolean;
59
59
  updateQueryParams(): void;
60
60
  ngOnDestroy(): void;
@@ -53,12 +53,12 @@ export declare class PlanoVerificationTableComponent implements OnInit, OnDestro
53
53
  onPageChange(pageOffset: number): void;
54
54
  onPageSizeChange(pageSize: number): void;
55
55
  planoFloorDetails(data: any): string | 1;
56
- getTaskStatus(data: any, type: string): "yetToAssign" | "completed" | "reviewPending" | "taskAssigned" | undefined;
57
- getTaskTooltip(data: any, type: string): "reviewPending" | "Yet to Assign" | "Task Assigned" | "Completed" | undefined;
56
+ getTaskStatus(data: any, type: string): "completed" | "yetToAssign" | "reviewPending" | "taskAssigned" | undefined;
57
+ getTaskTooltip(data: any, type: string): "Completed" | "reviewPending" | "Yet to Assign" | "Task Assigned" | undefined;
58
58
  getProgressValue(data: any): 100 | 50 | 25;
59
59
  showBreach(data: any, type: string): boolean;
60
- getStatus(data: any): "reviewPending" | "Yet to Assign" | "Task Assigned" | "Completed" | "Ready to Publish" | "Published" | undefined;
61
- getStatusBadge(data: any): "yetToAssign" | "completed" | "reviewPending" | "taskAssigned" | "primaryBadgeStyle" | "bg-success" | undefined;
60
+ getStatus(data: any): "Completed" | "reviewPending" | "Yet to Assign" | "Task Assigned" | "Ready to Publish" | "Published" | undefined;
61
+ getStatusBadge(data: any): "completed" | "yetToAssign" | "reviewPending" | "taskAssigned" | "primaryBadgeStyle" | "bg-success" | undefined;
62
62
  getSubmit(data: any): boolean;
63
63
  updateQueryParams(): void;
64
64
  ngOnDestroy(): void;
@@ -24,11 +24,13 @@ export declare class InstanceBasicDetailsComponent implements OnChanges, OnDestr
24
24
  initializeForm(): void;
25
25
  addShelf(shelf?: any): void;
26
26
  setupShelfTypeListener(shelfGroup: FormGroup): void;
27
+ updateProductPerShelfMinValidator(shelfGroup: FormGroup, shelfType: string): void;
27
28
  removeShelf(index?: number): void;
28
29
  get shelfArray(): FormArray;
29
30
  get totalProductCapacity(): number;
30
31
  submitForm(): void;
31
32
  validateFixtureData(): void;
33
+ getShelfTitle(shelf: FormGroup, index: number): string;
32
34
  getFixtureLibrary(): string;
33
35
  ngOnDestroy(): void;
34
36
  static ɵfac: i0.ɵɵFactoryDeclaration<InstanceBasicDetailsComponent, never>;
@@ -73,7 +73,6 @@ export declare class InstanceVmsComponent implements OnDestroy, AfterViewChecked
73
73
  addVM(vm?: VMConfig, i?: number): void;
74
74
  setupVMListener(vmGroup: FormGroup, i: string): void;
75
75
  onChangeStartY(i: number, event: any): void;
76
- onVmChange(val: any): void;
77
76
  removeVM(index: number): void;
78
77
  handleVmPositionAndSize(): boolean;
79
78
  applyShelfColors(): boolean;
@@ -1,4 +1,4 @@
1
- import { AfterViewChecked, ChangeDetectorRef, ElementRef, OnChanges, OnDestroy, OnInit, SimpleChanges } from "@angular/core";
1
+ import { AfterViewChecked, ChangeDetectorRef, ElementRef, EventEmitter, OnChanges, OnDestroy, OnInit, SimpleChanges } from "@angular/core";
2
2
  import { StoreBuilderService } from "../../../../../services/store-builder.service";
3
3
  import { ShelfConfig, SectionConfig } from "../../../../../interfaces/fixture-template.interface";
4
4
  import { GlobalStateService } from "tango-app-ui-global";
@@ -10,9 +10,11 @@ export declare class MisplacedProductFixtureComponent implements OnInit, OnChang
10
10
  fixtureDetails: any;
11
11
  fixtureTemplateDetails: any;
12
12
  selectedProduct: any;
13
+ targetFixtureFullDetails: EventEmitter<any>;
13
14
  fixtureRoot: ElementRef<HTMLElement>;
14
15
  clientId: string;
15
16
  imgCDN: string;
17
+ targetPID: any;
16
18
  sectionByZones: {
17
19
  zone: string;
18
20
  section: {
@@ -41,5 +43,5 @@ export declare class MisplacedProductFixtureComponent implements OnInit, OnChang
41
43
  private get bodyEl();
42
44
  ngOnDestroy(): void;
43
45
  static ɵfac: i0.ɵɵFactoryDeclaration<MisplacedProductFixtureComponent, never>;
44
- static ɵcmp: i0.ɵɵComponentDeclaration<MisplacedProductFixtureComponent, "misplaced-product-fixture", never, { "fixtureDetails": { "alias": "fixtureDetails"; "required": false; }; "selectedProduct": { "alias": "selectedProduct"; "required": false; }; }, {}, never, never, false, never>;
46
+ static ɵcmp: i0.ɵɵComponentDeclaration<MisplacedProductFixtureComponent, "misplaced-product-fixture", never, { "fixtureDetails": { "alias": "fixtureDetails"; "required": false; }; "selectedProduct": { "alias": "selectedProduct"; "required": false; }; }, { "targetFixtureFullDetails": "targetFixtureFullDetails"; }, never, never, false, never>;
45
47
  }
@@ -1,5 +1,5 @@
1
1
  import { TitleCasePipe } from "@angular/common";
2
- import { AfterViewInit, ElementRef, OnChanges, OnDestroy, SimpleChanges } from "@angular/core";
2
+ import { AfterViewInit, ElementRef, EventEmitter, OnChanges, OnDestroy, SimpleChanges } from "@angular/core";
3
3
  import { GlobalStateService } from "tango-app-ui-global";
4
4
  import * as fabric from "fabric";
5
5
  import * as i0 from "@angular/core";
@@ -10,6 +10,7 @@ export declare class ProductLocatorComponent implements AfterViewInit, OnChanges
10
10
  selectedProduct?: any;
11
11
  canvasEl: ElementRef<HTMLCanvasElement>;
12
12
  containerRef: ElementRef<HTMLDivElement>;
13
+ targetFixtureFullDetails: EventEmitter<any>;
13
14
  onResize(): void;
14
15
  canvas: fabric.Canvas;
15
16
  clientId: string;
@@ -65,5 +66,5 @@ export declare class ProductLocatorComponent implements AfterViewInit, OnChanges
65
66
  onClickClose(): void;
66
67
  ngOnDestroy(): void;
67
68
  static ɵfac: i0.ɵɵFactoryDeclaration<ProductLocatorComponent, never>;
68
- static ɵcmp: i0.ɵɵComponentDeclaration<ProductLocatorComponent, "product-fixture-locator", never, { "floorData": { "alias": "floorData"; "required": false; }; "selectedProduct": { "alias": "selectedProduct"; "required": false; }; }, {}, never, never, false, never>;
69
+ static ɵcmp: i0.ɵɵComponentDeclaration<ProductLocatorComponent, "product-fixture-locator", never, { "floorData": { "alias": "floorData"; "required": false; }; "selectedProduct": { "alias": "selectedProduct"; "required": false; }; }, { "targetFixtureFullDetails": "targetFixtureFullDetails"; }, never, never, false, never>;
69
70
  }
@@ -1,9 +1,16 @@
1
+ import { OnChanges, OnInit, SimpleChanges } from "@angular/core";
1
2
  import * as i0 from "@angular/core";
2
- export declare class ProductZoneLocatorComponent {
3
+ export declare class ProductZoneLocatorComponent implements OnChanges, OnInit {
4
+ targetProduct: any;
5
+ targetFixture: any;
3
6
  data: any;
4
- selectedProduct: any;
5
7
  allBrands: any;
6
8
  zoneCapacity: number;
9
+ allProducts: any[];
10
+ targetPID: any;
11
+ ngOnInit(): void;
12
+ ngOnChanges(changes: SimpleChanges): void;
13
+ distributeRoundRobin(products: any, trayRows: number): any;
7
14
  static ɵfac: i0.ɵɵFactoryDeclaration<ProductZoneLocatorComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<ProductZoneLocatorComponent, "product-zone-locator", never, { "data": { "alias": "data"; "required": false; }; "selectedProduct": { "alias": "selectedProduct"; "required": false; }; }, {}, never, never, false, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<ProductZoneLocatorComponent, "product-zone-locator", never, { "targetProduct": { "alias": "targetProduct"; "required": false; }; "targetFixture": { "alias": "targetFixture"; "required": false; }; }, {}, never, never, false, never>;
9
16
  }
@@ -1,7 +1,7 @@
1
1
  import { OnChanges, OnInit, SimpleChanges } from "@angular/core";
2
2
  import { NgbActiveModal } from "@ng-bootstrap/ng-bootstrap";
3
3
  import { ToastService } from "tango-app-ui-shared";
4
- import { VmLibraryList } from '../../../../interfaces/vm-library.interface';
4
+ import { VmLibraryList } from "../../../../interfaces/vm-library.interface";
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class ZoneProductsComponent implements OnChanges, OnInit {
7
7
  activeModal: NgbActiveModal;
@@ -21,6 +21,7 @@ export declare class ZoneProductsComponent implements OnChanges, OnInit {
21
21
  brandName: string;
22
22
  allBrands: any;
23
23
  showProductLocation: boolean;
24
+ misplacedTargetFixture: any;
24
25
  constructor(activeModal: NgbActiveModal, toastService: ToastService);
25
26
  ngOnInit(): void;
26
27
  ngOnChanges(changes: SimpleChanges): void;
@@ -29,7 +30,8 @@ export declare class ZoneProductsComponent implements OnChanges, OnInit {
29
30
  onClickClose(): void;
30
31
  distributeRoundRobin(products: any, trayRows: number): any;
31
32
  copySKU(text: string): void;
32
- onClickLocateFixture(fixtureDetails: any): void;
33
+ onClickLocateFixture(product: any): void;
34
+ onLoadTargetFixture(targetFixtureDetails: any): void;
33
35
  static ɵfac: i0.ɵɵFactoryDeclaration<ZoneProductsComponent, never>;
34
36
  static ɵcmp: i0.ɵɵComponentDeclaration<ZoneProductsComponent, "zone-products", never, { "data": { "alias": "data"; "required": false; }; "level": { "alias": "level"; "required": false; }; "floorData": { "alias": "floorData"; "required": false; }; "vmList": { "alias": "vmList"; "required": false; }; "productLocation": { "alias": "productLocation"; "required": false; }; }, {}, never, never, false, never>;
35
37
  }
@@ -0,0 +1,25 @@
1
+ import { NgbActiveModal } from "@ng-bootstrap/ng-bootstrap";
2
+ import { OnInit } from "@angular/core";
3
+ import { StoreBuilderService } from '../../../../services/store-builder.service';
4
+ import * as i0 from "@angular/core";
5
+ export declare class AnalyticsPopupComponent implements OnInit {
6
+ activeModal: NgbActiveModal;
7
+ private apiService;
8
+ data: any;
9
+ type: any;
10
+ tableData: any;
11
+ searchTerm: any;
12
+ sortedColumn: any;
13
+ sortOrder: any;
14
+ columnHeader: any;
15
+ title: string;
16
+ dataList: any;
17
+ constructor(activeModal: NgbActiveModal, apiService: StoreBuilderService);
18
+ onClickClose(): void;
19
+ onSearch(): void;
20
+ onExport(): void;
21
+ onSortTable(column: any): void;
22
+ ngOnInit(): void;
23
+ static ɵfac: i0.ɵɵFactoryDeclaration<AnalyticsPopupComponent, never>;
24
+ static ɵcmp: i0.ɵɵComponentDeclaration<AnalyticsPopupComponent, "lib-analytics-popup", never, { "data": { "alias": "data"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, {}, never, never, false, never>;
25
+ }
@@ -0,0 +1,94 @@
1
+ import { AfterViewChecked, ChangeDetectorRef, EventEmitter, OnChanges, OnDestroy, OnInit, SimpleChanges } from "@angular/core";
2
+ import { NgbModal } from "@ng-bootstrap/ng-bootstrap";
3
+ import { VmLibraryList } from "../../../../interfaces/vm-library.interface";
4
+ import { StoreBuilderService } from "../../../../services/store-builder.service";
5
+ import { GlobalStateService } from "tango-app-ui-global";
6
+ import { ShelfConfig, SectionConfig } from "../../../../interfaces/fixture-template.interface";
7
+ import * as i0 from "@angular/core";
8
+ export declare class FixtureAnalyticsComponent implements OnInit, OnChanges, AfterViewChecked, OnDestroy {
9
+ private storeBuilderService;
10
+ private gs;
11
+ private cd;
12
+ private ngbModal;
13
+ fixtureDetails: any;
14
+ vmList: VmLibraryList[];
15
+ floorData: any;
16
+ startDate: any;
17
+ endDate: any;
18
+ dataType: any;
19
+ onClose: EventEmitter<any>;
20
+ changeFixture: EventEmitter<{
21
+ fixtureId: string;
22
+ fixtureName: string;
23
+ shelfId: string;
24
+ zone: string;
25
+ }>;
26
+ fixtureTemplateDetails: any;
27
+ clientId: string;
28
+ imgCDN: string;
29
+ zoneColor: {
30
+ right: {
31
+ bg: string;
32
+ text: string;
33
+ border: string;
34
+ productBorder: string;
35
+ productBg: string;
36
+ };
37
+ wrong: {
38
+ bg: string;
39
+ text: string;
40
+ border: string;
41
+ productBorder: string;
42
+ productBg: string;
43
+ };
44
+ };
45
+ sectionByZones: {
46
+ zone: string;
47
+ section: {
48
+ brands: string[];
49
+ categories: string[];
50
+ shelves: string[];
51
+ shelfDivs: (HTMLElement | null | undefined)[];
52
+ products: any;
53
+ improper: boolean;
54
+ missing: number;
55
+ misplaced: number;
56
+ capacity: number;
57
+ };
58
+ }[];
59
+ isPageLoading: boolean;
60
+ showVMs: boolean;
61
+ private isVMInitialized;
62
+ private isBCInitialized;
63
+ private destroy$;
64
+ engagersList: any;
65
+ fixtureFootfall: any;
66
+ constructor(storeBuilderService: StoreBuilderService, gs: GlobalStateService, cd: ChangeDetectorRef, ngbModal: NgbModal);
67
+ ngOnInit(): void;
68
+ getEngagersList(): void;
69
+ topEngagers(): any;
70
+ leastEngagers(): any[];
71
+ getFixtureFootfall(): void;
72
+ ngOnChanges(changes: SimpleChanges): Promise<void>;
73
+ ngAfterViewChecked(): void;
74
+ getFixtureShelfDetails(data: any): Promise<void>;
75
+ getSelectedVM(vm: any): VmLibraryList | undefined;
76
+ handleVmPositionAndSize(): boolean;
77
+ applyShelfColors(): boolean;
78
+ constructSequentialSection(shelfDivs: (HTMLElement | null)[]): void;
79
+ groupShelvesByZone(input: ShelfConfig[]): SectionConfig[];
80
+ applySectionConfigToShelves(sections: SectionConfig[]): ShelfConfig[];
81
+ openZoneLevelProductModalByProduct(p: any, s: any): void;
82
+ openZoneLevelProductModal(zoneData: any, level: string, pLocator?: {
83
+ s: number;
84
+ pid: any;
85
+ }): void;
86
+ openStoreBoxProducts(): void;
87
+ distributeRoundRobin(products: any, trayRows: number): any;
88
+ getShelfRowWithProducts(): void;
89
+ onClickClose(): void;
90
+ openPopup(type: any): void;
91
+ ngOnDestroy(): void;
92
+ static ɵfac: i0.ɵɵFactoryDeclaration<FixtureAnalyticsComponent, 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>;
94
+ }
@@ -1,17 +1,49 @@
1
- import { OnInit } from '@angular/core';
1
+ import { ElementRef, OnInit, SimpleChanges } from '@angular/core';
2
2
  import { StoreBuilderService } from '../../../services/store-builder.service';
3
+ import * as fabric from "fabric";
4
+ import { VmLibraryList } from "../../../interfaces/vm-library.interface";
5
+ import { TitleCasePipe } from "@angular/common";
6
+ import { GlobalStateService } from 'tango-app-ui-global';
7
+ import { NgbModal } from "@ng-bootstrap/ng-bootstrap";
8
+ import dayjs from 'dayjs';
3
9
  import * as i0 from "@angular/core";
4
10
  export declare class PlanoAnalyticsComponent implements OnInit {
5
11
  private apiService;
12
+ private gs;
13
+ private titleCase;
14
+ private ngbModal;
6
15
  floorData: any;
7
- vmList: any;
16
+ vmList: VmLibraryList[];
8
17
  footfallList: any;
9
18
  cardData: any;
10
19
  topPerformingZoneList: any;
20
+ dayjs: dayjs.Dayjs;
11
21
  engagersList: any;
22
+ canvasEl: ElementRef<HTMLCanvasElement>;
23
+ containerRef: ElementRef<HTMLDivElement>;
24
+ startDate: string;
25
+ endDate: string;
26
+ pageLoading: boolean;
27
+ showCard: boolean;
28
+ onResize(): void;
29
+ canvas: fabric.Canvas;
30
+ clientId: string;
31
+ cdnUrl: string;
32
+ zoomLevel: number;
33
+ fixtureHeight: number;
34
+ fixtureWidth: number;
35
+ wallThickness: number;
36
+ verticalMargin: number;
37
+ isPageLoading: boolean;
38
+ selectedFixture: any;
39
+ selectedFixtureData: any;
40
+ dataType: string;
41
+ private activeHighlight;
42
+ private cancelHighlightBlink;
12
43
  private readonly destroy$;
13
- constructor(apiService: StoreBuilderService);
44
+ constructor(apiService: StoreBuilderService, gs: GlobalStateService, titleCase: TitleCasePipe, ngbModal: NgbModal);
14
45
  ngOnInit(): void;
46
+ getDetails(): Promise<void>;
15
47
  getFootfallDetails(): void;
16
48
  getTopPerformingZones(): void;
17
49
  getStoreEngagers(): void;
@@ -19,6 +51,47 @@ export declare class PlanoAnalyticsComponent implements OnInit {
19
51
  topEngagers(): any;
20
52
  leastEngagers(): any;
21
53
  nonEngagers(): any;
54
+ ngOnChanges(changes: SimpleChanges): void;
55
+ ngAfterViewInit(): void;
56
+ resizeCanvas(): void;
57
+ setupZoomHandlers(): void;
58
+ renderFloor(): Promise<void>;
59
+ private fitCanvasToLayoutAnimated;
60
+ drawLayoutElements(): Promise<void>;
61
+ drawWall(canvas: fabric.Canvas, x: number, y: number, height: number, width: number, elementData: any): fabric.Group & {
62
+ objType: string;
63
+ data: any;
64
+ };
65
+ drawEntrance(canvas: fabric.Canvas, x: number, y: number, width: number, height: number, arrowWidth: number, elementData: any): void;
66
+ drawFixture(canvas: fabric.Canvas, x: number, y: number, height: number, width: number, fixtureData: any): Promise<fabric.Group & {
67
+ wallIndex: number;
68
+ fixtureIndex: number;
69
+ fixtureId: string;
70
+ fixtureType: "wall" | "floor";
71
+ issue: boolean;
72
+ issueData: any;
73
+ taskType: string;
74
+ vmConfig: [];
75
+ objType: string;
76
+ }>;
77
+ selectFixture(target: any): void;
78
+ drawLabeledRectangle(canvas: fabric.Canvas, x: number, y: number, width: number, height: number, element: any): fabric.Group;
79
+ toPixels(value: number, unit: string, dpi?: number): number;
80
+ calcMerchCompliancePercentage(): number;
81
+ private getFullLayoutBounds;
82
+ rotateCanvas(canvas: fabric.Canvas, angleDeg: number): void;
83
+ downloadCanvas(): void;
84
+ highlightFixture(group: any, blink?: boolean): void;
85
+ removeHighlight(): void;
86
+ onChangeFixture({ fixtureId, fixtureName, shelfId, zone, }: {
87
+ fixtureId: string;
88
+ fixtureName: string;
89
+ shelfId: string;
90
+ zone: string;
91
+ }): void;
92
+ onClickClose(): void;
93
+ ngOnDestroy(): void;
94
+ openPopup(type: any): void;
22
95
  datechange(event: any): void;
23
96
  static ɵfac: i0.ɵɵFactoryDeclaration<PlanoAnalyticsComponent, never>;
24
97
  static ɵcmp: i0.ɵɵComponentDeclaration<PlanoAnalyticsComponent, "lib-plano-analytics", never, { "floorData": { "alias": "floorData"; "required": false; }; "vmList": { "alias": "vmList"; "required": false; }; }, {}, never, never, false, never>;
@@ -31,7 +31,7 @@ export declare class PlanoDetailsParentComponent implements OnInit, OnDestroy {
31
31
  constructor(apiService: StoreBuilderService, gs: GlobalStateService, route: ActivatedRoute, router: Router, location: Location, pageInfo: PageInfoService);
32
32
  ngOnInit(): void;
33
33
  setPageData(): void;
34
- getStoreFixtures(storeId: string): void;
34
+ getStoreFixtures(storeId: string): Promise<void>;
35
35
  getVmsList(): Promise<void>;
36
36
  getLayoutRolloutStatus(): void;
37
37
  getStoreComplianceDetails(): Promise<void>;
@@ -39,7 +39,7 @@ export declare class PlanoDetailsParentComponent implements OnInit, OnDestroy {
39
39
  getAllFixtures(): any[];
40
40
  calcMerchCompliancePercentage(): number;
41
41
  updateQueryParams(): void;
42
- onClickReload(event: MouseEvent): Promise<void>;
42
+ onClickReload(event?: MouseEvent): Promise<void>;
43
43
  ngOnDestroy(): void;
44
44
  getStoreList(planoId?: string): void;
45
45
  onSelected(event: any): Promise<void>;
@@ -60,5 +60,6 @@ interface PlanoBriefDetails {
60
60
  missedCount: number | null;
61
61
  misplacedCount: number | null;
62
62
  productCount: number | null;
63
+ storeName: String | null;
63
64
  }
64
65
  export {};
@@ -52,7 +52,7 @@ export interface FixtureLibraryExcelRow {
52
52
  headerHeight: number;
53
53
  footerHeight: number;
54
54
  shelfNumber: number;
55
- shelfType?: 'shelf' | 'tray';
55
+ shelfType?: 'shelf' | 'tray' | 'vmonly';
56
56
  shelfName?: string;
57
57
  trayRows?: number;
58
58
  productPerShelf?: number;
@@ -150,6 +150,7 @@ export declare class StoreBuilderService implements OnDestroy {
150
150
  getTopPerformingZones(data: any): import("rxjs").Observable<Object>;
151
151
  getStoreEngagers(data: any): import("rxjs").Observable<Object>;
152
152
  getStoreFixtureEngagers(data: any): import("rxjs").Observable<Object>;
153
+ getStoreFixtureFootfall(data: any): import("rxjs").Observable<Object>;
153
154
  ngOnDestroy(): void;
154
155
  static ɵfac: i0.ɵɵFactoryDeclaration<StoreBuilderService, never>;
155
156
  static ɵprov: i0.ɵɵInjectableDeclaration<StoreBuilderService>;
@@ -72,31 +72,33 @@ import * as i70 from "./components/planogram/merch-compliance/product-locator/mi
72
72
  import * as i71 from "./components/planogram/merch-compliance/product-locator/product-zone-locator/product-zone-locator.component";
73
73
  import * as i72 from "./components/planogram/plano-analytics/plano-analytics.component";
74
74
  import * as i73 from "./components/planogram/plano-analytics/date-range-picker/date-range-picker.component";
75
- import * as i74 from "./tango-store-builder-routing.module";
76
- import * as i75 from "./components/reactive-select/reactive-select.component";
77
- import * as i76 from "@angular/common";
78
- import * as i77 from "@angular/forms";
79
- import * as i78 from "tango-app-ui-shared";
80
- import * as i79 from "@angular/cdk/drag-drop";
81
- import * as i80 from "@ng-bootstrap/ng-bootstrap";
82
- import * as i81 from "./pipes/time-ago.pipe";
83
- import * as i82 from "ngx-drag-drop";
84
- import * as i83 from "./components/manage-store-plano/template-basic-details/template-basic-details.component";
85
- import * as i84 from "./components/manage-store-plano/template-products/template-products.component";
86
- import * as i85 from "./components/manage-store-plano/template-vms/template-vms.component";
87
- import * as i86 from "./components/fixture-template-tree/fixture-template-tree.component";
88
- import * as i87 from "./components/store-plano/store-plano-tree-view/store-plano-tree-view.component";
89
- import * as i88 from "./components/planogram/plano-table/plano-filter/plano-filter.component";
90
- import * as i89 from "./components/manage-store-plano/verification-feedback/fixture/fixture.component";
91
- import * as i90 from "./components/planogram/plano-overview/plano-comparison/plano-comparison.component";
92
- import * as i91 from "./components/fixture-overview-panel/fixture-overview-panel.component";
93
- import * as i92 from "./components/manage-store-plano/verification-feedback/editable-fixture/editable-fixture.component";
94
- import * as i93 from "./components/collection-update-ai/find-replace-table/find-replace-table.component";
95
- import * as i94 from "@angular/router";
96
- import * as i95 from "@angular/material/autocomplete";
97
- import * as i96 from "ngx-daterangepicker-material";
75
+ import * as i74 from "./components/planogram/plano-analytics/fixture-analytics/fixture-analytics.component";
76
+ import * as i75 from "./components/planogram/plano-analytics/analytics-popup/analytics-popup.component";
77
+ import * as i76 from "./tango-store-builder-routing.module";
78
+ import * as i77 from "./components/reactive-select/reactive-select.component";
79
+ import * as i78 from "@angular/common";
80
+ import * as i79 from "@angular/forms";
81
+ import * as i80 from "tango-app-ui-shared";
82
+ import * as i81 from "@angular/cdk/drag-drop";
83
+ import * as i82 from "@ng-bootstrap/ng-bootstrap";
84
+ import * as i83 from "./pipes/time-ago.pipe";
85
+ import * as i84 from "ngx-drag-drop";
86
+ import * as i85 from "./components/manage-store-plano/template-basic-details/template-basic-details.component";
87
+ import * as i86 from "./components/manage-store-plano/template-products/template-products.component";
88
+ import * as i87 from "./components/manage-store-plano/template-vms/template-vms.component";
89
+ import * as i88 from "./components/fixture-template-tree/fixture-template-tree.component";
90
+ import * as i89 from "./components/store-plano/store-plano-tree-view/store-plano-tree-view.component";
91
+ import * as i90 from "./components/planogram/plano-table/plano-filter/plano-filter.component";
92
+ import * as i91 from "./components/manage-store-plano/verification-feedback/fixture/fixture.component";
93
+ import * as i92 from "./components/planogram/plano-overview/plano-comparison/plano-comparison.component";
94
+ import * as i93 from "./components/fixture-overview-panel/fixture-overview-panel.component";
95
+ import * as i94 from "./components/manage-store-plano/verification-feedback/editable-fixture/editable-fixture.component";
96
+ import * as i95 from "./components/collection-update-ai/find-replace-table/find-replace-table.component";
97
+ import * as i96 from "@angular/router";
98
+ import * as i97 from "@angular/material/autocomplete";
99
+ import * as i98 from "ngx-daterangepicker-material";
98
100
  export declare class TangoStoreBuilderModule {
99
101
  static ɵfac: i0.ɵɵFactoryDeclaration<TangoStoreBuilderModule, never>;
100
- static ɵmod: i0.ɵɵNgModuleDeclaration<TangoStoreBuilderModule, [typeof i1.LayoutBuilderComponent, typeof i2.CreateLayoutComponent, typeof i3.LayoutSummaryComponent, typeof i4.StoreLayoutTableComponent, typeof i5.CustomSelectComponent, typeof i6.StoreOffcanvasComponentComponent, typeof i7.AddFloorComponent, typeof i8.ClearAllStepsComponent, typeof i9.DeleteLayoutComponent, typeof i10.CompleteLayoutComponent, typeof i11.StoreBuilderComponent, typeof i12.CreateStoreComponent, typeof i13.LayoutElementsComponent, typeof i14.ElementFormComponent, typeof i15.VisualizeVmDataComponent, typeof i16.ManageStorePlanoComponent, typeof i17.FixtureTemplateComponent, typeof i18.FixtureTemplateTableComponent, typeof i19.TemplateVmsComponent, typeof i20.TemplateSummaryComponent, typeof i21.PlanoLibraryComponent, typeof i22.FixtureLibraryComponent, typeof i23.VmLibraryComponent, typeof i24.ProductLibraryComponent, typeof i25.CreateProductComponent, typeof i26.PlanoConfigurationsComponent, typeof i27.FixtureBulkUploadComponent, typeof i28.CreateFixtureModalComponent, typeof i29.BulkUploadFixtureTemplateComponent, typeof i30.CreateFixtureTemplateComponent, typeof i31.BulkUploadPlanogramComponent, typeof i32.AddVmTypeComponent, typeof i33.VMBulkUploadComponent, typeof i34.CustomFilterComponent, typeof i35.PopupsComponent, typeof i36.ManageStorePlanoFeedbackComponent, typeof i37.ConfirmationPopupComponent, typeof i38.PublishtaskPopupComponent, typeof i39.DeleteConfirmationComponent, typeof i40.CompleteConfirmationComponent, typeof i41.ExitConfirmationComponent, typeof i42.CannotPerformComponent, typeof i43.LayoutEditConfirmationComponent, typeof i44.PlanoRolloutTableComponent, typeof i45.PlanoVerificationTableComponent, typeof i46.ManagePlanoComponent, typeof i47.PlanoRolloutComponent, typeof i48.PublishRolloutPopupComponent, typeof i49.RolloutFeedbackComponent, typeof i50.VerificationFeedbackComponent, typeof i51.ActionConfirmPopupComponent, typeof i52.TemplateAssignStoresComponent, typeof i53.PreviewModalComponent, typeof i54.FindAndReplaceComponent, typeof i55.CustomsingleSelectComponent, typeof i56.VariantPopupComponent, typeof i57.PublishConfirmationComponent, typeof i58.StoreTaskRevokeComponent, typeof i59.PlanoMigrateComponent, typeof i60.FixtureProductsComponent, typeof i61.ZoneProductsComponent, typeof i62.ToolsParentComponent, typeof i63.PlanoTableComponent, typeof i64.PlanoDetailsParentComponent, typeof i65.MerchComplianceComponent, typeof i66.PlanoOverviewComponent, typeof i67.FixtureOverviewComponent, typeof i68.TemplateDetailsComponent, typeof i69.ProductLocatorComponent, typeof i70.MisplacedProductFixtureComponent, typeof i71.ProductZoneLocatorComponent, typeof i72.PlanoAnalyticsComponent, typeof i73.DateRangePickerComponent], [typeof i74.TangoStoreBuilderRoutingModule, typeof i75.ReactiveSelectComponent, typeof i76.CommonModule, typeof i77.FormsModule, typeof i78.CommonSharedModule, typeof i77.ReactiveFormsModule, typeof i79.DragDropModule, typeof i80.NgbTooltipModule, typeof i80.NgbAccordionModule, typeof i81.TimeAgoPipe, typeof i82.DndModule, typeof i83.InstanceBasicDetailsComponent, typeof i84.InstanceProductsComponent, typeof i85.InstanceVmsComponent, typeof i86.TemplateTreeComponent, typeof i87.StorePlanoTreeViewComponent, typeof i88.PlanoFilterComponent, typeof i89.FixtureComponent, typeof i80.NgbOffcanvasModule, typeof i90.PlanoComparisonComponent, typeof i91.FixtureOverviewPanelComponent, typeof i92.EditableFixtureComponent, typeof i93.FindReplaceTableComponent, typeof i94.RouterModule, typeof i95.MatAutocompleteModule, typeof i96.NgxDaterangepickerMd], never>;
102
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TangoStoreBuilderModule, [typeof i1.LayoutBuilderComponent, typeof i2.CreateLayoutComponent, typeof i3.LayoutSummaryComponent, typeof i4.StoreLayoutTableComponent, typeof i5.CustomSelectComponent, typeof i6.StoreOffcanvasComponentComponent, typeof i7.AddFloorComponent, typeof i8.ClearAllStepsComponent, typeof i9.DeleteLayoutComponent, typeof i10.CompleteLayoutComponent, typeof i11.StoreBuilderComponent, typeof i12.CreateStoreComponent, typeof i13.LayoutElementsComponent, typeof i14.ElementFormComponent, typeof i15.VisualizeVmDataComponent, typeof i16.ManageStorePlanoComponent, typeof i17.FixtureTemplateComponent, typeof i18.FixtureTemplateTableComponent, typeof i19.TemplateVmsComponent, typeof i20.TemplateSummaryComponent, typeof i21.PlanoLibraryComponent, typeof i22.FixtureLibraryComponent, typeof i23.VmLibraryComponent, typeof i24.ProductLibraryComponent, typeof i25.CreateProductComponent, typeof i26.PlanoConfigurationsComponent, typeof i27.FixtureBulkUploadComponent, typeof i28.CreateFixtureModalComponent, typeof i29.BulkUploadFixtureTemplateComponent, typeof i30.CreateFixtureTemplateComponent, typeof i31.BulkUploadPlanogramComponent, typeof i32.AddVmTypeComponent, typeof i33.VMBulkUploadComponent, typeof i34.CustomFilterComponent, typeof i35.PopupsComponent, typeof i36.ManageStorePlanoFeedbackComponent, typeof i37.ConfirmationPopupComponent, typeof i38.PublishtaskPopupComponent, typeof i39.DeleteConfirmationComponent, typeof i40.CompleteConfirmationComponent, typeof i41.ExitConfirmationComponent, typeof i42.CannotPerformComponent, typeof i43.LayoutEditConfirmationComponent, typeof i44.PlanoRolloutTableComponent, typeof i45.PlanoVerificationTableComponent, typeof i46.ManagePlanoComponent, typeof i47.PlanoRolloutComponent, typeof i48.PublishRolloutPopupComponent, typeof i49.RolloutFeedbackComponent, typeof i50.VerificationFeedbackComponent, typeof i51.ActionConfirmPopupComponent, typeof i52.TemplateAssignStoresComponent, typeof i53.PreviewModalComponent, typeof i54.FindAndReplaceComponent, typeof i55.CustomsingleSelectComponent, typeof i56.VariantPopupComponent, typeof i57.PublishConfirmationComponent, typeof i58.StoreTaskRevokeComponent, typeof i59.PlanoMigrateComponent, typeof i60.FixtureProductsComponent, typeof i61.ZoneProductsComponent, typeof i62.ToolsParentComponent, typeof i63.PlanoTableComponent, typeof i64.PlanoDetailsParentComponent, typeof i65.MerchComplianceComponent, typeof i66.PlanoOverviewComponent, typeof i67.FixtureOverviewComponent, typeof i68.TemplateDetailsComponent, typeof i69.ProductLocatorComponent, typeof i70.MisplacedProductFixtureComponent, typeof i71.ProductZoneLocatorComponent, typeof i72.PlanoAnalyticsComponent, typeof i73.DateRangePickerComponent, typeof i74.FixtureAnalyticsComponent, typeof i75.AnalyticsPopupComponent], [typeof i76.TangoStoreBuilderRoutingModule, typeof i77.ReactiveSelectComponent, typeof i78.CommonModule, typeof i79.FormsModule, typeof i80.CommonSharedModule, typeof i79.ReactiveFormsModule, typeof i81.DragDropModule, typeof i82.NgbTooltipModule, typeof i82.NgbAccordionModule, typeof i83.TimeAgoPipe, typeof i84.DndModule, typeof i85.InstanceBasicDetailsComponent, typeof i86.InstanceProductsComponent, typeof i87.InstanceVmsComponent, typeof i88.TemplateTreeComponent, typeof i89.StorePlanoTreeViewComponent, typeof i90.PlanoFilterComponent, typeof i91.FixtureComponent, typeof i82.NgbOffcanvasModule, typeof i92.PlanoComparisonComponent, typeof i93.FixtureOverviewPanelComponent, typeof i94.EditableFixtureComponent, typeof i95.FindReplaceTableComponent, typeof i96.RouterModule, typeof i97.MatAutocompleteModule, typeof i98.NgxDaterangepickerMd], never>;
101
103
  static ɵinj: i0.ɵɵInjectorDeclaration<TangoStoreBuilderModule>;
102
104
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tango-app-ui-store-builder",
3
- "version": "1.0.47",
3
+ "version": "1.0.49",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.0",
6
6
  "@angular/core": "^17.3.0"