tango-app-ui-store-builder 1.2.9 → 1.2.10

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 (26) hide show
  1. package/esm2022/lib/components/manage-store-plano/manage-store-plano.component.mjs +34 -12
  2. package/esm2022/lib/components/manage-store-plano/verification-feedback/zone-editable-fixture/zone-editable-fixture.component.mjs +90 -8
  3. package/esm2022/lib/components/manage-store-plano/zone-verification-feedback/zone-verification-feedback.component.mjs +3 -3
  4. package/esm2022/lib/components/onboard-store-plano/onboard-store-plano.component.mjs +17 -1
  5. package/esm2022/lib/components/plano-tools/allow-edit/allow-edit.component.mjs +14 -4
  6. package/esm2022/lib/components/plano-tools/delete-floor/delete-floor.component.mjs +252 -0
  7. package/esm2022/lib/components/plano-tools/tools-parent/tools-parent.component.mjs +3 -3
  8. package/esm2022/lib/components/planogram/plano-overview/plano-overview.component.mjs +9 -2
  9. package/esm2022/lib/components/popups/publish-plano-modal/publish-plano-modal.component.mjs +10 -4
  10. package/esm2022/lib/components/store-plano/store-plano.component.mjs +9 -2
  11. package/esm2022/lib/services/store-builder.service.mjs +12 -3
  12. package/esm2022/lib/tango-store-builder-routing.module.mjs +6 -1
  13. package/esm2022/lib/tango-store-builder.module.mjs +4 -1
  14. package/fesm2022/tango-app-ui-store-builder.mjs +439 -32
  15. package/fesm2022/tango-app-ui-store-builder.mjs.map +1 -1
  16. package/lib/components/manage-plano/rollout-table/rollout-table.component.d.ts +4 -4
  17. package/lib/components/manage-plano/verification-table/verification-table.component.d.ts +6 -6
  18. package/lib/components/manage-store-plano/manage-store-plano.component.d.ts +3 -1
  19. package/lib/components/manage-store-plano/verification-feedback/zone-editable-fixture/zone-editable-fixture.component.d.ts +14 -1
  20. package/lib/components/onboard-store-plano/onboard-store-plano.component.d.ts +2 -0
  21. package/lib/components/plano-tools/allow-edit/allow-edit.component.d.ts +2 -0
  22. package/lib/components/plano-tools/delete-floor/delete-floor.component.d.ts +85 -0
  23. package/lib/components/popups/publish-plano-modal/publish-plano-modal.component.d.ts +2 -0
  24. package/lib/services/store-builder.service.d.ts +15 -2
  25. package/lib/tango-store-builder.module.d.ts +59 -58
  26. package/package.json +1 -1
@@ -54,13 +54,13 @@ export declare class PlanoRolloutTableComponent implements OnInit, OnDestroy {
54
54
  paginationSize(): number;
55
55
  onPageChange(pageOffset: number): void;
56
56
  onPageSizeChange(pageSize: number): void;
57
- getTaskStatus(data: any, type: string): "taskAssigned" | "reviewPending" | "yetToAssign" | "completed" | undefined;
58
- getTaskTooltip(data: any, type: string): "Task Assigned" | "Review Pending" | "Completed" | "Yet to Assign" | undefined;
57
+ getTaskStatus(data: any, type: string): "completed" | "yetToAssign" | "reviewPending" | "taskAssigned" | undefined;
58
+ getTaskTooltip(data: any, type: string): "Review Pending" | "Yet to Assign" | "Task Assigned" | "Completed" | undefined;
59
59
  showBreach(data: any, type: string): boolean;
60
60
  updateQueryParams(): void;
61
61
  ngOnDestroy(): void;
62
- getStatus(data: any): "Task Assigned" | "Review Pending" | "Ready to Publish" | "Published" | "Yet to Assign" | undefined;
63
- getStatusBadge(data: any): "taskAssigned" | "reviewPending" | "yetToAssign" | "primaryBadgeStyle" | "bg-success" | undefined;
62
+ getStatus(data: any): "Review Pending" | "Yet to Assign" | "Task Assigned" | "Ready to Publish" | "Published" | undefined;
63
+ getStatusBadge(data: any): "yetToAssign" | "reviewPending" | "taskAssigned" | "primaryBadgeStyle" | "bg-success" | undefined;
64
64
  onExport(): void;
65
65
  static ɵfac: i0.ɵɵFactoryDeclaration<PlanoRolloutTableComponent, never>;
66
66
  static ɵcmp: i0.ɵɵComponentDeclaration<PlanoRolloutTableComponent, "lib-plano-rollout-table", never, {}, {}, never, never, false, never>;
@@ -54,14 +54,14 @@ export declare class PlanoVerificationTableComponent implements OnInit, OnDestro
54
54
  onPageChange(pageOffset: number): void;
55
55
  onPageSizeChange(pageSize: number): void;
56
56
  planoFloorDetails(data: any): string | 1;
57
- getTaskStatus(data: any, type: string): "taskAssigned" | "reviewPending" | "yetToAssign" | "completed" | undefined;
58
- getTaskTooltip(data: any, type: string): "Task Assigned" | "Review Pending" | "Completed" | "Yet to Assign" | "Task Scheduled" | undefined;
59
- getZoneStatus(data: any): "taskAssigned" | "reviewPending" | "yetToAssign" | "completed" | "flag";
57
+ getTaskStatus(data: any, type: string): "completed" | "yetToAssign" | "reviewPending" | "taskAssigned" | undefined;
58
+ getTaskTooltip(data: any, type: string): "Review Pending" | "Yet to Assign" | "Task Assigned" | "Task Scheduled" | "Completed" | undefined;
59
+ getZoneStatus(data: any): "completed" | "yetToAssign" | "reviewPending" | "taskAssigned" | "flag";
60
60
  getZoneTooltip(data: any): any;
61
- getProgressValue(data: any): 25 | 100 | 50;
61
+ getProgressValue(data: any): 100 | 50 | 25;
62
62
  showBreach(data: any, type: string): boolean;
63
- getStatus(data: any): "Task Assigned" | "Review Pending" | "Completed" | "Ready to Publish" | "Published" | "Yet to Assign" | "Task Scheduled" | undefined;
64
- getStatusBadge(data: any): "taskAssigned" | "reviewPending" | "yetToAssign" | "completed" | "primaryBadgeStyle" | "bg-success" | undefined;
63
+ getStatus(data: any): "Review Pending" | "Yet to Assign" | "Task Assigned" | "Ready to Publish" | "Published" | "Task Scheduled" | "Completed" | undefined;
64
+ getStatusBadge(data: any): "completed" | "yetToAssign" | "reviewPending" | "taskAssigned" | "primaryBadgeStyle" | "bg-success" | undefined;
65
65
  getSubmit(data: any): boolean;
66
66
  updateQueryParams(): void;
67
67
  ngOnDestroy(): void;
@@ -59,7 +59,7 @@ export declare class ManageStorePlanoComponent implements AfterViewInit, OnDestr
59
59
  storeFeedback: any;
60
60
  zoneFeedback: any;
61
61
  selectedZoneFeedback: any;
62
- private isClComplianceAnswer;
62
+ private isClComplianceRow;
63
63
  get zonePendingCount(): number;
64
64
  get zoneRedoCount(): number;
65
65
  get zoneRedoStatus(): boolean;
@@ -222,7 +222,9 @@ export declare class ManageStorePlanoComponent implements AfterViewInit, OnDestr
222
222
  rotateWall(eleNumber: number): void;
223
223
  addNewWall(eleNumber: number): void;
224
224
  addNewEntrance(): void;
225
+ private isAddingFixture;
225
226
  addNewFixture(fixtureType: "wall" | "floor", wallIndex?: number): Promise<void>;
227
+ private addNewFixtureInternal;
226
228
  addNewOtherElements(posType: "wall" | "floor", wallIndex?: number): void;
227
229
  findEmptyCenterSpot(objectWidthPx: number, objectHeightPx: number, tempOccupied?: {
228
230
  x: number;
@@ -8,6 +8,7 @@ export declare class ZoneEditableFixtureComponent implements OnInit, OnChanges,
8
8
  private gs;
9
9
  private cd;
10
10
  fixture: any;
11
+ planoFixture: any;
11
12
  showColors: boolean;
12
13
  showVMs: boolean;
13
14
  showBCs: boolean;
@@ -27,9 +28,15 @@ export declare class ZoneEditableFixtureComponent implements OnInit, OnChanges,
27
28
  }[];
28
29
  brandsByZone: Record<string, string[]>;
29
30
  othersModeByZone: Record<string, boolean>;
31
+ templateGroupName: string;
32
+ templateGroupOptions: string[];
33
+ templateGroupSuggestions: string[];
34
+ showTemplateGroupSuggestions: boolean;
35
+ private templateGroupLoaded;
30
36
  private allPidsLoaded;
31
37
  private originalHeaderLabel;
32
38
  private originalBrandsByZone;
39
+ private originalTemplateGroupName;
33
40
  fixtureRoot: ElementRef<HTMLElement>;
34
41
  clientId: string;
35
42
  imgCDN: string;
@@ -60,6 +67,12 @@ export declare class ZoneEditableFixtureComponent implements OnInit, OnChanges,
60
67
  ngOnInit(): void;
61
68
  ngOnChanges(changes: SimpleChanges): Promise<void>;
62
69
  private initInlineEditState;
70
+ private loadTemplateGroupOptions;
71
+ onTemplateGroupNameChange(value: string): void;
72
+ onTemplateGroupFocus(): void;
73
+ onTemplateGroupBlur(): void;
74
+ onPickTemplateGroupSuggestion(value: string): void;
75
+ private refreshTemplateGroupSuggestions;
63
76
  private detectOthersSourcedZones;
64
77
  private ensureAllPidsLoaded;
65
78
  brandOptionsForZone(zone: string): {
@@ -86,5 +99,5 @@ export declare class ZoneEditableFixtureComponent implements OnInit, OnChanges,
86
99
  applySectionConfigToShelves(sections: SectionConfig[]): ShelfConfig[];
87
100
  ngOnDestroy(): void;
88
101
  static ɵfac: i0.ɵɵFactoryDeclaration<ZoneEditableFixtureComponent, never>;
89
- static ɵcmp: i0.ɵɵComponentDeclaration<ZoneEditableFixtureComponent, "zone-editable-fixture", never, { "fixture": { "alias": "fixture"; "required": false; }; "showColors": { "alias": "showColors"; "required": false; }; "showVMs": { "alias": "showVMs"; "required": false; }; "showBCs": { "alias": "showBCs"; "required": false; }; "showHeaderFooterAlways": { "alias": "showHeaderFooterAlways"; "required": false; }; "editable": { "alias": "editable"; "required": false; }; }, {}, never, never, false, never>;
102
+ static ɵcmp: i0.ɵɵComponentDeclaration<ZoneEditableFixtureComponent, "zone-editable-fixture", never, { "fixture": { "alias": "fixture"; "required": false; }; "planoFixture": { "alias": "planoFixture"; "required": false; }; "showColors": { "alias": "showColors"; "required": false; }; "showVMs": { "alias": "showVMs"; "required": false; }; "showBCs": { "alias": "showBCs"; "required": false; }; "showHeaderFooterAlways": { "alias": "showHeaderFooterAlways"; "required": false; }; "editable": { "alias": "editable"; "required": false; }; }, {}, never, never, false, never>;
90
103
  }
@@ -189,7 +189,9 @@ export declare class OnboardStorePlanoComponent implements AfterViewInit, OnDest
189
189
  rotateWall(eleNumber: number): void;
190
190
  addNewWall(eleNumber: number): void;
191
191
  addNewEntrance(): void;
192
+ private isAddingFixture;
192
193
  addNewFixture(fixtureType: "wall" | "floor", wallIndex?: number): Promise<void>;
194
+ private addNewFixtureInternal;
193
195
  addNewOtherElements(posType: "wall" | "floor", wallIndex?: number): void;
194
196
  findEmptyCenterSpot(objectWidthPx: number, objectHeightPx: number, tempOccupied?: {
195
197
  x: number;
@@ -7,6 +7,7 @@ export declare class AllowEditComponent implements OnInit, OnDestroy {
7
7
  private sbs;
8
8
  private gs;
9
9
  clientId: string;
10
+ taskType: 'fixture' | 'zoneVerification';
10
11
  storeOptions: StoreOption[];
11
12
  initialStores: StoreOption[];
12
13
  selectedStores: StoreOption[];
@@ -21,6 +22,7 @@ export declare class AllowEditComponent implements OnInit, OnDestroy {
21
22
  constructor(sbs: StoreBuilderService, gs: GlobalStateService);
22
23
  ngOnInit(): void;
23
24
  loadStores(): void;
25
+ onTaskTypeChange(): void;
24
26
  onStoresSelected(stores: StoreOption[]): void;
25
27
  onFixtureWiseChange(): void;
26
28
  loadFixtures(): void;
@@ -0,0 +1,85 @@
1
+ import { OnDestroy, OnInit } from "@angular/core";
2
+ import { NgbModal } from "@ng-bootstrap/ng-bootstrap";
3
+ import { GlobalStateService } from "tango-app-ui-global";
4
+ import { StoreBuilderService } from "../../../services/store-builder.service";
5
+ import * as i0 from "@angular/core";
6
+ interface StoreOption {
7
+ storeId: string;
8
+ storeName: string;
9
+ }
10
+ interface FloorOption {
11
+ _id: string;
12
+ floorNumber: number;
13
+ floorName: string;
14
+ displayName: string;
15
+ }
16
+ interface FloorImpact {
17
+ floor: {
18
+ _id: string;
19
+ floorNumber: number;
20
+ floorName: string;
21
+ status: string;
22
+ isPlanoApproved?: boolean;
23
+ verificationStatus?: boolean;
24
+ merchRolloutStatus?: boolean;
25
+ vmRolloutStatus?: boolean;
26
+ planoProgress?: number;
27
+ };
28
+ planogram: {
29
+ _id: string;
30
+ storeName: string;
31
+ storeId: string;
32
+ status?: string;
33
+ layoutName?: string;
34
+ };
35
+ totalFloors: number;
36
+ isLastFloor: boolean;
37
+ willDeletePlanogram: boolean;
38
+ cascade: {
39
+ storefixtures: number;
40
+ fixtureshelves: number;
41
+ planotaskcompliances: number;
42
+ processedtasks: number;
43
+ planoglobalcomments: number;
44
+ planorevisions: number;
45
+ };
46
+ }
47
+ export declare class DeleteFloorComponent implements OnInit, OnDestroy {
48
+ private sbs;
49
+ private gs;
50
+ private modalService;
51
+ clientId: string;
52
+ storeOptions: StoreOption[];
53
+ selectedStoreId: string | null;
54
+ selectedStoreName: string | null;
55
+ isLoadingStores: boolean;
56
+ floors: FloorOption[];
57
+ selectedFloorId: string | null;
58
+ isLoadingFloors: boolean;
59
+ impact: FloorImpact | null;
60
+ isLoadingImpact: boolean;
61
+ isSubmitting: boolean;
62
+ message: string;
63
+ messageType: "success" | "error";
64
+ private readonly destroy$;
65
+ constructor(sbs: StoreBuilderService, gs: GlobalStateService, modalService: NgbModal);
66
+ ngOnInit(): void;
67
+ loadStores(): void;
68
+ onStoreSelected(storeId: string | null): void;
69
+ private resetFloorState;
70
+ private resetAll;
71
+ loadFloors(): void;
72
+ onFloorSelected(floorId: string | null): void;
73
+ private loadImpact;
74
+ formatStatus(status: string | undefined | null): string;
75
+ formatBool(v: boolean | undefined): string;
76
+ get totalCascadeRows(): number;
77
+ get canSubmit(): boolean;
78
+ onSubmit(): Promise<void>;
79
+ private confirm;
80
+ showMessage(msg: string, type: "success" | "error"): void;
81
+ ngOnDestroy(): void;
82
+ static ɵfac: i0.ɵɵFactoryDeclaration<DeleteFloorComponent, never>;
83
+ static ɵcmp: i0.ɵɵComponentDeclaration<DeleteFloorComponent, "lib-delete-floor", never, {}, {}, never, never, false, never>;
84
+ }
85
+ export {};
@@ -7,8 +7,10 @@ export declare class PublishPlanoModalComponent implements OnInit {
7
7
  private datePipe;
8
8
  revisionName: string;
9
9
  publishAsDraft: boolean;
10
+ private draftDefaultName;
10
11
  constructor(activeModal: NgbActiveModal, datePipe: DatePipe);
11
12
  ngOnInit(): void;
13
+ onDraftToggle(): void;
12
14
  onCancel(): void;
13
15
  onPublish(): void;
14
16
  static ɵfac: i0.ɵɵFactoryDeclaration<PublishPlanoModalComponent, never>;
@@ -24,6 +24,13 @@ export declare class StoreBuilderService implements OnDestroy {
24
24
  getPlano(data: any): import("rxjs").Observable<Object>;
25
25
  getPlanoDetails(data: any): import("rxjs").Observable<Object>;
26
26
  deleteFloor(data: any): import("rxjs").Observable<Object>;
27
+ getFloorDeleteImpact(data: {
28
+ floorId: string;
29
+ }): import("rxjs").Observable<Object>;
30
+ deleteFloorCascade(data: {
31
+ floorId: string;
32
+ confirmLastFloor?: boolean;
33
+ }): import("rxjs").Observable<Object>;
27
34
  addFloor(data: any): import("rxjs").Observable<Object>;
28
35
  updateFloorLayout(data: any): import("rxjs").Observable<Object>;
29
36
  getStoreDetails(data: any): import("rxjs").Observable<Object>;
@@ -78,6 +85,7 @@ export declare class StoreBuilderService implements OnDestroy {
78
85
  updateZoneVerificationStatus(data: any): import("rxjs").Observable<Object>;
79
86
  getHeadersList(storeId?: string): import("rxjs").Observable<Object>;
80
87
  getPIDList(header?: string): import("rxjs").Observable<Object>;
88
+ getTemplateGroupList(): import("rxjs").Observable<Object>;
81
89
  updateFixtureComplianceStatus(data: any): import("rxjs").Observable<Object>;
82
90
  addUpdateBrand(data: any): import("rxjs").Observable<Object>;
83
91
  uploadBrand(data: any): import("rxjs").Observable<Object>;
@@ -201,8 +209,13 @@ export declare class StoreBuilderService implements OnDestroy {
201
209
  duplicateVmRule(data: any): import("rxjs").Observable<Object>;
202
210
  assignVmRuleStores(data: any): import("rxjs").Observable<Object>;
203
211
  getActiveVmRuleForStore(storeId: string, clientId: string): import("rxjs").Observable<Object>;
204
- getFixtureNumbersByStore(storeName: string, clientId: string): import("rxjs").Observable<Object>;
205
- allowEditWithoutRemovingResponse(data: any): import("rxjs").Observable<Object>;
212
+ getFixtureNumbersByStore(storeName: string, clientId: string, taskType?: "fixture" | "zoneVerification"): import("rxjs").Observable<Object>;
213
+ allowEditWithoutRemovingResponse(data: {
214
+ storeNames: string[];
215
+ clientId: string;
216
+ taskType: "fixture" | "zoneVerification";
217
+ fixtureNumbers?: number[];
218
+ }): import("rxjs").Observable<Object>;
206
219
  getFixtureDetailsByStore(storeName: string, clientId: string): import("rxjs").Observable<Object>;
207
220
  updateFixtureType(data: any): import("rxjs").Observable<Object>;
208
221
  getStoreFixturesForReorder(storeName: string, clientId: string): import("rxjs").Observable<Object>;
@@ -66,65 +66,66 @@ import * as i64 from "./components/plano-tools/plano-migrate/plano-migrate.compo
66
66
  import * as i65 from "./components/plano-tools/cad-render/cad-render.component";
67
67
  import * as i66 from "./components/plano-tools/allow-edit/allow-edit.component";
68
68
  import * as i67 from "./components/plano-tools/delete-task/delete-task.component";
69
- import * as i68 from "./components/plano-tools/update-fixture-type/update-fixture-type.component";
70
- import * as i69 from "./components/plano-tools/modify-fixture-numbers/modify-fixture-numbers.component";
71
- import * as i70 from "./components/plano-tools/swap-template/swap-template.component";
72
- import * as i71 from "./components/plano-tools/move-bucket/move-bucket.component";
73
- import * as i72 from "./components/plano-tools/cad-files/cad-files.component";
74
- import * as i73 from "./components/plano-tools/plano-data-export/plano-data-export.component";
75
- import * as i74 from "./components/plano-tools/store-exports/store-exports.component";
76
- import * as i75 from "./components/planogram/merch-compliance/fixture-products/fixture-products.component";
77
- import * as i76 from "./components/planogram/merch-compliance/zone-products/zone-products.component";
78
- import * as i77 from "./components/planogram/plano-analytics/zone-analytics/zone-analytics.component";
79
- import * as i78 from "./components/plano-tools/tools-parent/tools-parent.component";
80
- import * as i79 from "./components/planogram/plano-table/plano-table.component";
81
- import * as i80 from "./components/planogram/plano-details-parent/plano-details-parent.component";
82
- import * as i81 from "./components/planogram/merch-compliance/merch-compliance.component";
83
- import * as i82 from "./components/planogram/plano-overview/plano-overview.component";
84
- import * as i83 from "./components/planogram/plano-overview/fixture-overview/fixture-overview.component";
85
- import * as i84 from "./components/fixture-template/template-details/template-details.component";
86
- import * as i85 from "./components/planogram/merch-compliance/product-locator/product-locator.component";
87
- import * as i86 from "./components/planogram/merch-compliance/product-locator/misplaced-product-fixture/misplaced-product-fixture.component";
88
- import * as i87 from "./components/planogram/merch-compliance/product-locator/product-zone-locator/product-zone-locator.component";
89
- import * as i88 from "./components/planogram/plano-analytics/plano-analytics.component";
90
- import * as i89 from "./components/planogram/plano-analytics/date-range-picker/date-range-picker.component";
91
- import * as i90 from "./components/planogram/plano-analytics/fixture-analytics/fixture-analytics.component";
92
- import * as i91 from "./components/planogram/plano-analytics/analytics-popup/analytics-popup.component";
93
- import * as i92 from "./tango-store-builder-routing.module";
94
- import * as i93 from "./components/reactive-select/reactive-select.component";
95
- import * as i94 from "@angular/common";
96
- import * as i95 from "@angular/forms";
97
- import * as i96 from "tango-app-ui-shared";
98
- import * as i97 from "@angular/cdk/drag-drop";
99
- import * as i98 from "@ng-bootstrap/ng-bootstrap";
100
- import * as i99 from "./pipes/time-ago.pipe";
101
- import * as i100 from "ngx-drag-drop";
102
- import * as i101 from "./components/manage-store-plano/template-basic-details/template-basic-details.component";
103
- import * as i102 from "./components/manage-store-plano/template-products/template-products.component";
104
- import * as i103 from "./components/manage-store-plano/template-vms/template-vms.component";
105
- import * as i104 from "./components/fixture-template-tree/fixture-template-tree.component";
106
- import * as i105 from "./components/store-plano/store-plano-tree-view/store-plano-tree-view.component";
107
- import * as i106 from "./components/planogram/plano-table/plano-filter/plano-filter.component";
108
- import * as i107 from "./components/manage-store-plano/verification-feedback/fixture/fixture.component";
109
- import * as i108 from "./components/multiselect-chip-dropdown/multiselect-chip-dropdown.component";
110
- import * as i109 from "./components/planogram/plano-overview/plano-comparison/plano-comparison.component";
111
- import * as i110 from "./components/fixture-overview-panel/fixture-overview-panel.component";
112
- import * as i111 from "./components/manage-store-plano/verification-feedback/editable-fixture/editable-fixture.component";
113
- import * as i112 from "./components/collection-update-ai/find-replace-table/find-replace-table.component";
114
- import * as i113 from "@angular/router";
115
- import * as i114 from "@angular/material/autocomplete";
116
- import * as i115 from "ngx-daterangepicker-material";
117
- import * as i116 from "./components/onboard-store-plano/onboard-fixture/onboard-fixture.component";
118
- import * as i117 from "./components/ivm-logic-explorer/ivm-logic-explorer.component";
119
- import * as i118 from "./components/manage-store-plano/popups/schedule-task-popup/schedule-task-popup.component";
120
- import * as i119 from "./components/date-picker/date-picker.component";
121
- import * as i120 from "./components/fixture-preview/fixture-preview.component";
122
- import * as i121 from "./components/collection-update-ai/components/store-select/store-select.component";
123
- import * as i122 from "./components/popups/publish-plano-modal/publish-plano-modal.component";
124
- import * as i123 from "./components/popups/set-current-plano-modal/set-current-plano-modal.component";
125
- import * as i124 from "./components/popups/edit-revision-name-modal/edit-revision-name-modal.component";
69
+ import * as i68 from "./components/plano-tools/delete-floor/delete-floor.component";
70
+ import * as i69 from "./components/plano-tools/update-fixture-type/update-fixture-type.component";
71
+ import * as i70 from "./components/plano-tools/modify-fixture-numbers/modify-fixture-numbers.component";
72
+ import * as i71 from "./components/plano-tools/swap-template/swap-template.component";
73
+ import * as i72 from "./components/plano-tools/move-bucket/move-bucket.component";
74
+ import * as i73 from "./components/plano-tools/cad-files/cad-files.component";
75
+ import * as i74 from "./components/plano-tools/plano-data-export/plano-data-export.component";
76
+ import * as i75 from "./components/plano-tools/store-exports/store-exports.component";
77
+ import * as i76 from "./components/planogram/merch-compliance/fixture-products/fixture-products.component";
78
+ import * as i77 from "./components/planogram/merch-compliance/zone-products/zone-products.component";
79
+ import * as i78 from "./components/planogram/plano-analytics/zone-analytics/zone-analytics.component";
80
+ import * as i79 from "./components/plano-tools/tools-parent/tools-parent.component";
81
+ import * as i80 from "./components/planogram/plano-table/plano-table.component";
82
+ import * as i81 from "./components/planogram/plano-details-parent/plano-details-parent.component";
83
+ import * as i82 from "./components/planogram/merch-compliance/merch-compliance.component";
84
+ import * as i83 from "./components/planogram/plano-overview/plano-overview.component";
85
+ import * as i84 from "./components/planogram/plano-overview/fixture-overview/fixture-overview.component";
86
+ import * as i85 from "./components/fixture-template/template-details/template-details.component";
87
+ import * as i86 from "./components/planogram/merch-compliance/product-locator/product-locator.component";
88
+ import * as i87 from "./components/planogram/merch-compliance/product-locator/misplaced-product-fixture/misplaced-product-fixture.component";
89
+ import * as i88 from "./components/planogram/merch-compliance/product-locator/product-zone-locator/product-zone-locator.component";
90
+ import * as i89 from "./components/planogram/plano-analytics/plano-analytics.component";
91
+ import * as i90 from "./components/planogram/plano-analytics/date-range-picker/date-range-picker.component";
92
+ import * as i91 from "./components/planogram/plano-analytics/fixture-analytics/fixture-analytics.component";
93
+ import * as i92 from "./components/planogram/plano-analytics/analytics-popup/analytics-popup.component";
94
+ import * as i93 from "./tango-store-builder-routing.module";
95
+ import * as i94 from "./components/reactive-select/reactive-select.component";
96
+ import * as i95 from "@angular/common";
97
+ import * as i96 from "@angular/forms";
98
+ import * as i97 from "tango-app-ui-shared";
99
+ import * as i98 from "@angular/cdk/drag-drop";
100
+ import * as i99 from "@ng-bootstrap/ng-bootstrap";
101
+ import * as i100 from "./pipes/time-ago.pipe";
102
+ import * as i101 from "ngx-drag-drop";
103
+ import * as i102 from "./components/manage-store-plano/template-basic-details/template-basic-details.component";
104
+ import * as i103 from "./components/manage-store-plano/template-products/template-products.component";
105
+ import * as i104 from "./components/manage-store-plano/template-vms/template-vms.component";
106
+ import * as i105 from "./components/fixture-template-tree/fixture-template-tree.component";
107
+ import * as i106 from "./components/store-plano/store-plano-tree-view/store-plano-tree-view.component";
108
+ import * as i107 from "./components/planogram/plano-table/plano-filter/plano-filter.component";
109
+ import * as i108 from "./components/manage-store-plano/verification-feedback/fixture/fixture.component";
110
+ import * as i109 from "./components/multiselect-chip-dropdown/multiselect-chip-dropdown.component";
111
+ import * as i110 from "./components/planogram/plano-overview/plano-comparison/plano-comparison.component";
112
+ import * as i111 from "./components/fixture-overview-panel/fixture-overview-panel.component";
113
+ import * as i112 from "./components/manage-store-plano/verification-feedback/editable-fixture/editable-fixture.component";
114
+ import * as i113 from "./components/collection-update-ai/find-replace-table/find-replace-table.component";
115
+ import * as i114 from "@angular/router";
116
+ import * as i115 from "@angular/material/autocomplete";
117
+ import * as i116 from "ngx-daterangepicker-material";
118
+ import * as i117 from "./components/onboard-store-plano/onboard-fixture/onboard-fixture.component";
119
+ import * as i118 from "./components/ivm-logic-explorer/ivm-logic-explorer.component";
120
+ import * as i119 from "./components/manage-store-plano/popups/schedule-task-popup/schedule-task-popup.component";
121
+ import * as i120 from "./components/date-picker/date-picker.component";
122
+ import * as i121 from "./components/fixture-preview/fixture-preview.component";
123
+ import * as i122 from "./components/collection-update-ai/components/store-select/store-select.component";
124
+ import * as i123 from "./components/popups/publish-plano-modal/publish-plano-modal.component";
125
+ import * as i124 from "./components/popups/set-current-plano-modal/set-current-plano-modal.component";
126
+ import * as i125 from "./components/popups/edit-revision-name-modal/edit-revision-name-modal.component";
126
127
  export declare class TangoStoreBuilderModule {
127
128
  static ɵfac: i0.ɵɵFactoryDeclaration<TangoStoreBuilderModule, never>;
128
- 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.OnboardStorePlanoComponent, typeof i18.FixtureTemplateComponent, typeof i19.FixtureTemplateTableComponent, typeof i20.TemplateVmsComponent, typeof i21.TemplateSummaryComponent, typeof i22.PlanoLibraryComponent, typeof i23.FixtureLibraryComponent, typeof i24.VmLibraryComponent, typeof i25.ProductLibraryComponent, typeof i26.CreateProductComponent, typeof i27.PlanoConfigurationsComponent, typeof i28.FixtureBulkUploadComponent, typeof i29.CreateFixtureModalComponent, typeof i30.BulkUploadFixtureTemplateComponent, typeof i31.CreateFixtureTemplateComponent, typeof i32.BulkUploadPlanogramComponent, typeof i33.AddVmTypeComponent, typeof i34.VMBulkUploadComponent, typeof i35.CustomFilterComponent, typeof i36.PopupsComponent, typeof i37.ManageStorePlanoFeedbackComponent, typeof i38.ConfirmationPopupComponent, typeof i39.PublishTaskPopupComponent, typeof i40.DeleteConfirmationComponent, typeof i41.CompleteConfirmationComponent, typeof i42.ExitConfirmationComponent, typeof i43.RevokeConfirmationComponent, typeof i44.CannotPerformComponent, typeof i45.LayoutEditConfirmationComponent, typeof i46.PlanoRolloutTableComponent, typeof i47.PlanoVerificationTableComponent, typeof i48.PlanoOnboardTableComponent, typeof i49.ManagePlanoComponent, typeof i50.PlanoRolloutComponent, typeof i51.PublishRolloutPopupComponent, typeof i52.RolloutFeedbackComponent, typeof i53.VerificationFeedbackComponent, typeof i54.ZoneVerificationFeedbackComponent, typeof i55.ZoneEditableFixtureComponent, typeof i56.ActionConfirmPopupComponent, typeof i57.TemplateAssignStoresComponent, typeof i58.PreviewModalComponent, typeof i59.FindAndReplaceComponent, typeof i60.CustomsingleSelectComponent, typeof i61.VariantPopupComponent, typeof i62.PublishConfirmationComponent, typeof i63.StoreTaskRevokeComponent, typeof i64.PlanoMigrateComponent, typeof i65.CadRenderComponent, typeof i66.AllowEditComponent, typeof i67.DeleteTaskComponent, typeof i68.UpdateFixtureTypeComponent, typeof i69.ModifyFixtureNumbersComponent, typeof i70.SwapTemplateComponent, typeof i71.MoveBucketComponent, typeof i72.CadFilesComponent, typeof i73.PlanoDataExportComponent, typeof i74.StoreExportsComponent, typeof i75.FixtureProductsComponent, typeof i76.ZoneProductsComponent, typeof i77.ZoneAnalyticsComponent, typeof i78.ToolsParentComponent, typeof i79.PlanoTableComponent, typeof i80.PlanoDetailsParentComponent, typeof i81.MerchComplianceComponent, typeof i82.PlanoOverviewComponent, typeof i83.FixtureOverviewComponent, typeof i84.TemplateDetailsComponent, typeof i85.ProductLocatorComponent, typeof i86.MisplacedProductFixtureComponent, typeof i87.ProductZoneLocatorComponent, typeof i88.PlanoAnalyticsComponent, typeof i89.DateRangePickerComponent, typeof i90.FixtureAnalyticsComponent, typeof i91.AnalyticsPopupComponent], [typeof i92.TangoStoreBuilderRoutingModule, typeof i93.ReactiveSelectComponent, typeof i94.CommonModule, typeof i95.FormsModule, typeof i96.CommonSharedModule, typeof i95.ReactiveFormsModule, typeof i97.DragDropModule, typeof i98.NgbTooltipModule, typeof i98.NgbAccordionModule, typeof i99.TimeAgoPipe, typeof i100.DndModule, typeof i101.InstanceBasicDetailsComponent, typeof i102.InstanceProductsComponent, typeof i103.InstanceVmsComponent, typeof i104.TemplateTreeComponent, typeof i105.StorePlanoTreeViewComponent, typeof i106.PlanoFilterComponent, typeof i107.FixtureComponent, typeof i108.MultiselectChipDropdownComponent, typeof i98.NgbOffcanvasModule, typeof i109.PlanoComparisonComponent, typeof i110.FixtureOverviewPanelComponent, typeof i111.EditableFixtureComponent, typeof i112.FindReplaceTableComponent, typeof i113.RouterModule, typeof i114.MatAutocompleteModule, typeof i115.NgxDaterangepickerMd, typeof i116.OnboardFixtureComponent, typeof i117.IvmLogicExplorerComponent, typeof i118.ScheduleTaskPopupComponent, typeof i119.DatePickerComponent, typeof i120.FixturePreviewComponent, typeof i121.StoreSelectComponent, typeof i98.NgbDropdownModule, typeof i122.PublishPlanoModalComponent, typeof i123.SetCurrentPlanoModalComponent, typeof i124.EditRevisionNameModalComponent], never>;
129
+ 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.OnboardStorePlanoComponent, typeof i18.FixtureTemplateComponent, typeof i19.FixtureTemplateTableComponent, typeof i20.TemplateVmsComponent, typeof i21.TemplateSummaryComponent, typeof i22.PlanoLibraryComponent, typeof i23.FixtureLibraryComponent, typeof i24.VmLibraryComponent, typeof i25.ProductLibraryComponent, typeof i26.CreateProductComponent, typeof i27.PlanoConfigurationsComponent, typeof i28.FixtureBulkUploadComponent, typeof i29.CreateFixtureModalComponent, typeof i30.BulkUploadFixtureTemplateComponent, typeof i31.CreateFixtureTemplateComponent, typeof i32.BulkUploadPlanogramComponent, typeof i33.AddVmTypeComponent, typeof i34.VMBulkUploadComponent, typeof i35.CustomFilterComponent, typeof i36.PopupsComponent, typeof i37.ManageStorePlanoFeedbackComponent, typeof i38.ConfirmationPopupComponent, typeof i39.PublishTaskPopupComponent, typeof i40.DeleteConfirmationComponent, typeof i41.CompleteConfirmationComponent, typeof i42.ExitConfirmationComponent, typeof i43.RevokeConfirmationComponent, typeof i44.CannotPerformComponent, typeof i45.LayoutEditConfirmationComponent, typeof i46.PlanoRolloutTableComponent, typeof i47.PlanoVerificationTableComponent, typeof i48.PlanoOnboardTableComponent, typeof i49.ManagePlanoComponent, typeof i50.PlanoRolloutComponent, typeof i51.PublishRolloutPopupComponent, typeof i52.RolloutFeedbackComponent, typeof i53.VerificationFeedbackComponent, typeof i54.ZoneVerificationFeedbackComponent, typeof i55.ZoneEditableFixtureComponent, typeof i56.ActionConfirmPopupComponent, typeof i57.TemplateAssignStoresComponent, typeof i58.PreviewModalComponent, typeof i59.FindAndReplaceComponent, typeof i60.CustomsingleSelectComponent, typeof i61.VariantPopupComponent, typeof i62.PublishConfirmationComponent, typeof i63.StoreTaskRevokeComponent, typeof i64.PlanoMigrateComponent, typeof i65.CadRenderComponent, typeof i66.AllowEditComponent, typeof i67.DeleteTaskComponent, typeof i68.DeleteFloorComponent, typeof i69.UpdateFixtureTypeComponent, typeof i70.ModifyFixtureNumbersComponent, typeof i71.SwapTemplateComponent, typeof i72.MoveBucketComponent, typeof i73.CadFilesComponent, typeof i74.PlanoDataExportComponent, typeof i75.StoreExportsComponent, typeof i76.FixtureProductsComponent, typeof i77.ZoneProductsComponent, typeof i78.ZoneAnalyticsComponent, typeof i79.ToolsParentComponent, typeof i80.PlanoTableComponent, typeof i81.PlanoDetailsParentComponent, typeof i82.MerchComplianceComponent, typeof i83.PlanoOverviewComponent, typeof i84.FixtureOverviewComponent, typeof i85.TemplateDetailsComponent, typeof i86.ProductLocatorComponent, typeof i87.MisplacedProductFixtureComponent, typeof i88.ProductZoneLocatorComponent, typeof i89.PlanoAnalyticsComponent, typeof i90.DateRangePickerComponent, typeof i91.FixtureAnalyticsComponent, typeof i92.AnalyticsPopupComponent], [typeof i93.TangoStoreBuilderRoutingModule, typeof i94.ReactiveSelectComponent, typeof i95.CommonModule, typeof i96.FormsModule, typeof i97.CommonSharedModule, typeof i96.ReactiveFormsModule, typeof i98.DragDropModule, typeof i99.NgbTooltipModule, typeof i99.NgbAccordionModule, typeof i100.TimeAgoPipe, typeof i101.DndModule, typeof i102.InstanceBasicDetailsComponent, typeof i103.InstanceProductsComponent, typeof i104.InstanceVmsComponent, typeof i105.TemplateTreeComponent, typeof i106.StorePlanoTreeViewComponent, typeof i107.PlanoFilterComponent, typeof i108.FixtureComponent, typeof i109.MultiselectChipDropdownComponent, typeof i99.NgbOffcanvasModule, typeof i110.PlanoComparisonComponent, typeof i111.FixtureOverviewPanelComponent, typeof i112.EditableFixtureComponent, typeof i113.FindReplaceTableComponent, typeof i114.RouterModule, typeof i115.MatAutocompleteModule, typeof i116.NgxDaterangepickerMd, typeof i117.OnboardFixtureComponent, typeof i118.IvmLogicExplorerComponent, typeof i119.ScheduleTaskPopupComponent, typeof i120.DatePickerComponent, typeof i121.FixturePreviewComponent, typeof i122.StoreSelectComponent, typeof i99.NgbDropdownModule, typeof i123.PublishPlanoModalComponent, typeof i124.SetCurrentPlanoModalComponent, typeof i125.EditRevisionNameModalComponent], never>;
129
130
  static ɵinj: i0.ɵɵInjectorDeclaration<TangoStoreBuilderModule>;
130
131
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tango-app-ui-store-builder",
3
- "version": "1.2.9",
3
+ "version": "1.2.10",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.0",
6
6
  "@angular/core": "^17.3.0"