tango-app-ui-store-builder 1.2.0 → 1.2.1

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 (35) hide show
  1. package/esm2022/lib/components/create-layout/create-layout.component.mjs +1 -1
  2. package/esm2022/lib/components/create-store/create-store.component.mjs +1 -1
  3. package/esm2022/lib/components/custom-select/custom-select.component.mjs +6 -3
  4. package/esm2022/lib/components/fixture-template/template-products/template-products.component.mjs +1 -1
  5. package/esm2022/lib/components/layout-summary/layout-summary.component.mjs +1 -1
  6. package/esm2022/lib/components/manage-store-plano/manage-store-plano.component.mjs +38 -7
  7. package/esm2022/lib/components/manage-store-plano/plano-rollout/plano-rollout.component.mjs +1 -1
  8. package/esm2022/lib/components/manage-store-plano/template-products/template-products.component.mjs +2 -2
  9. package/esm2022/lib/components/manage-store-plano/verification-feedback/action-confirm-popup/action-confirm-popup.component.mjs +11 -1
  10. package/esm2022/lib/components/manage-store-plano/verification-feedback/fixture/fixture.component.mjs +1 -1
  11. package/esm2022/lib/components/manage-store-plano/verification-feedback/verification-feedback.component.mjs +2 -2
  12. package/esm2022/lib/components/manage-store-plano/verification-feedback/zone-editable-fixture/zone-editable-fixture.component.mjs +628 -0
  13. package/esm2022/lib/components/manage-store-plano/zone-verification-feedback/zone-verification-feedback.component.mjs +24 -12
  14. package/esm2022/lib/components/multiselect-chip-dropdown/multiselect-chip-dropdown.component.mjs +34 -8
  15. package/esm2022/lib/components/onboard-store-plano/create-planogram/create-planogram.component.mjs +19 -7
  16. package/esm2022/lib/components/onboard-store-plano/onboard-store-plano.component.mjs +2 -2
  17. package/esm2022/lib/components/planogram/plano-details-parent/plano-details-parent.component.mjs +1 -1
  18. package/esm2022/lib/services/store-builder.service.mjs +10 -2
  19. package/esm2022/lib/tango-store-builder.module.mjs +8 -1
  20. package/fesm2022/tango-app-ui-store-builder.mjs +761 -40
  21. package/fesm2022/tango-app-ui-store-builder.mjs.map +1 -1
  22. package/lib/components/custom-select/custom-select.component.d.ts +2 -1
  23. package/lib/components/manage-plano/onboard-table/onboard-table.component.d.ts +1 -1
  24. package/lib/components/manage-plano/rollout-table/rollout-table.component.d.ts +4 -4
  25. package/lib/components/manage-plano/verification-table/verification-table.component.d.ts +5 -5
  26. package/lib/components/manage-store-plano/manage-store-plano.component.d.ts +1 -0
  27. package/lib/components/manage-store-plano/verification-feedback/action-confirm-popup/action-confirm-popup.component.d.ts +1 -1
  28. package/lib/components/manage-store-plano/verification-feedback/zone-editable-fixture/zone-editable-fixture.component.d.ts +89 -0
  29. package/lib/components/manage-store-plano/zone-verification-feedback/zone-verification-feedback.component.d.ts +4 -1
  30. package/lib/components/multiselect-chip-dropdown/multiselect-chip-dropdown.component.d.ts +9 -2
  31. package/lib/components/onboard-store-plano/create-planogram/create-planogram.component.d.ts +1 -0
  32. package/lib/components/onboard-store-plano/onboard-store-plano.component.d.ts +1 -1
  33. package/lib/services/store-builder.service.d.ts +5 -3
  34. package/lib/tango-store-builder.module.d.ts +68 -66
  35. package/package.json +1 -1
@@ -12,6 +12,7 @@ export declare class CustomSelectComponent implements OnChanges, OnInit {
12
12
  selectedValues: any;
13
13
  disabled: boolean | undefined;
14
14
  label: string;
15
+ compact: boolean;
15
16
  selected: EventEmitter<any>;
16
17
  filteredValues: any;
17
18
  showDropdown: boolean;
@@ -29,5 +30,5 @@ export declare class CustomSelectComponent implements OnChanges, OnInit {
29
30
  emitSelectedValues(values: any[]): void;
30
31
  checkIfAllSelected(): any;
31
32
  static ɵfac: i0.ɵɵFactoryDeclaration<CustomSelectComponent, never>;
32
- static ɵcmp: i0.ɵɵComponentDeclaration<CustomSelectComponent, "lib-select-plano", never, { "items": { "alias": "items"; "required": false; }; "searchField": { "alias": "searchField"; "required": false; }; "multi": { "alias": "multi"; "required": false; }; "idField": { "alias": "idField"; "required": false; }; "selectedValues": { "alias": "selectedValues"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "label": { "alias": "label"; "required": false; }; }, { "selected": "selected"; }, never, never, false, never>;
33
+ static ɵcmp: i0.ɵɵComponentDeclaration<CustomSelectComponent, "lib-select-plano", never, { "items": { "alias": "items"; "required": false; }; "searchField": { "alias": "searchField"; "required": false; }; "multi": { "alias": "multi"; "required": false; }; "idField": { "alias": "idField"; "required": false; }; "selectedValues": { "alias": "selectedValues"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "label": { "alias": "label"; "required": false; }; "compact": { "alias": "compact"; "required": false; }; }, { "selected": "selected"; }, never, never, false, never>;
33
34
  }
@@ -57,7 +57,7 @@ export declare class PlanoOnboardTableComponent implements OnInit, OnDestroy {
57
57
  onPageSizeChange(pageSize: number): void;
58
58
  planoFloorDetails(data: any): string | 1;
59
59
  getProgressValue(plano: any): 0 | 25;
60
- getStatus(plano: any): "Draft" | "Allocation pending";
60
+ getStatus(plano: any): "Allocation pending" | "Draft";
61
61
  getStatusBadge(plano: any): any;
62
62
  getPriorityFloor(plano: any): any;
63
63
  getSubmit(data: any): boolean;
@@ -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): "yetToAssign" | "completed" | "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): "yetToAssign" | "completed" | "reviewPending" | "taskAssigned" | undefined;
58
+ getTaskTooltip(data: any, type: string): "Review Pending" | "Yet to Assign" | "Task Assigned" | "Task Scheduled" | "Completed" | undefined;
59
+ getZoneStatus(data: any): "yetToAssign" | "completed" | "reviewPending" | "taskAssigned" | "flag";
60
60
  getZoneTooltip(data: any): any;
61
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): "yetToAssign" | "completed" | "reviewPending" | "taskAssigned" | "primaryBadgeStyle" | "bg-success" | undefined;
65
65
  getSubmit(data: any): boolean;
66
66
  updateQueryParams(): void;
67
67
  ngOnDestroy(): void;
@@ -123,6 +123,7 @@ export declare class ManageStorePlanoComponent implements AfterViewInit, OnDestr
123
123
  onFixturePageCancel(): Promise<void>;
124
124
  onFixtureSubmit(event: any): void;
125
125
  togglePanel(side: "left" | "right", action?: boolean): void;
126
+ onFeedbackTabChange(tab: "fixture" | "zone"): void;
126
127
  getZoneVerificationFeedback(planoId: string, floorId: string): Promise<unknown>;
127
128
  selectZoneFeedback(fixtureId: string): void;
128
129
  getStoreFeedback(planoId: string, floorId: string, filter: any, checkPublishState?: boolean): Promise<unknown>;
@@ -5,7 +5,7 @@ import * as i0 from "@angular/core";
5
5
  export declare class ActionConfirmPopupComponent implements OnInit {
6
6
  private activeModal;
7
7
  private sanitizer;
8
- type: "redo" | "acceptAI" | "keepPlano" | "deleteVM" | "acceptResponse";
8
+ type: "redo" | "acceptAI" | "keepPlano" | "rejectResponse" | "deleteVM" | "acceptResponse";
9
9
  title: string;
10
10
  description: string;
11
11
  btnText: string;
@@ -0,0 +1,89 @@
1
+ import { AfterViewChecked, ChangeDetectorRef, ElementRef, OnChanges, OnDestroy, OnInit, SimpleChanges } from "@angular/core";
2
+ import { StoreBuilderService } from "../../../../services/store-builder.service";
3
+ import { GlobalStateService } from "tango-app-ui-global";
4
+ import { SectionConfig, ShelfConfig } from "../../../../interfaces/fixture-template.interface";
5
+ import * as i0 from "@angular/core";
6
+ export declare class ZoneEditableFixtureComponent implements OnInit, OnChanges, AfterViewChecked, OnDestroy {
7
+ private apiService;
8
+ private gs;
9
+ private cd;
10
+ fixture: any;
11
+ showColors: boolean;
12
+ showVMs: boolean;
13
+ showBCs: boolean;
14
+ showHeaderFooterAlways: boolean;
15
+ editable: boolean;
16
+ headerOptions: {
17
+ label: string;
18
+ }[];
19
+ brandOptions: {
20
+ brandName: string;
21
+ }[];
22
+ allPidsOptions: {
23
+ brandName: string;
24
+ }[];
25
+ selectedHeader: {
26
+ label: string;
27
+ }[];
28
+ brandsByZone: Record<string, string[]>;
29
+ othersModeByZone: Record<string, boolean>;
30
+ private allPidsLoaded;
31
+ private originalHeaderLabel;
32
+ private originalBrandsByZone;
33
+ fixtureRoot: ElementRef<HTMLElement>;
34
+ clientId: string;
35
+ imgCDN: string;
36
+ shelfColors: {
37
+ text: string;
38
+ textBg: string;
39
+ bg: string;
40
+ border: string;
41
+ }[];
42
+ sectionByZones: {
43
+ zone: string;
44
+ section: {
45
+ brands: string[];
46
+ categories: string[];
47
+ shelves: string[];
48
+ shelfDivs: (HTMLElement | null | undefined)[];
49
+ };
50
+ }[];
51
+ isPageLoading: boolean;
52
+ private isVMInitialized;
53
+ private isBCInitialized;
54
+ private destroy$;
55
+ get isValid(): boolean;
56
+ get validationMessage(): string;
57
+ private uniqueZones;
58
+ get isDirty(): boolean;
59
+ constructor(apiService: StoreBuilderService, gs: GlobalStateService, cd: ChangeDetectorRef);
60
+ ngOnInit(): void;
61
+ ngOnChanges(changes: SimpleChanges): Promise<void>;
62
+ private initInlineEditState;
63
+ private detectOthersSourcedZones;
64
+ private ensureAllPidsLoaded;
65
+ brandOptionsForZone(zone: string): {
66
+ brandName: string;
67
+ }[];
68
+ isToggleAvailable(): boolean;
69
+ onToggleOthers(zone: string): Promise<void>;
70
+ private snapshotBrandsByZone;
71
+ private loadHeaders;
72
+ private loadBrandsForHeader;
73
+ onHeaderChange(selected: {
74
+ label: string;
75
+ } | null): Promise<void>;
76
+ onZoneBrandsChange(zone: string, brands: string[]): void;
77
+ private applyBrandsToFixture;
78
+ private sanitizeVmConfig;
79
+ ngAfterViewChecked(): void;
80
+ private get bodyEl();
81
+ handleVmPositionAndSize(): boolean;
82
+ applyShelfColors(): boolean;
83
+ constructSequentialSection(shelfDivs: (HTMLElement | null)[]): void;
84
+ groupShelvesByZone(input: ShelfConfig[]): SectionConfig[];
85
+ applySectionConfigToShelves(sections: SectionConfig[]): ShelfConfig[];
86
+ ngOnDestroy(): void;
87
+ static ɵfac: i0.ɵɵFactoryDeclaration<ZoneEditableFixtureComponent, never>;
88
+ 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>;
89
+ }
@@ -1,5 +1,6 @@
1
1
  import { EventEmitter, OnChanges, SimpleChanges } from "@angular/core";
2
2
  import { NgbModal } from "@ng-bootstrap/ng-bootstrap";
3
+ import { ZoneEditableFixtureComponent } from "../verification-feedback/zone-editable-fixture/zone-editable-fixture.component";
3
4
  import * as i0 from "@angular/core";
4
5
  export declare class ZoneVerificationFeedbackComponent implements OnChanges {
5
6
  private ngbModal;
@@ -15,6 +16,7 @@ export declare class ZoneVerificationFeedbackComponent implements OnChanges {
15
16
  action: "next" | "previous";
16
17
  }>;
17
18
  action: EventEmitter<any>;
19
+ editableFixture?: ZoneEditableFixtureComponent;
18
20
  constructor(ngbModal: NgbModal);
19
21
  planoFixture: any;
20
22
  zoneFixture: any;
@@ -28,7 +30,7 @@ export declare class ZoneVerificationFeedbackComponent implements OnChanges {
28
30
  private panLastY;
29
31
  isImageLoading: boolean;
30
32
  private previousImageUrl;
31
- ngOnChanges(changes: SimpleChanges): void;
33
+ ngOnChanges(changes: SimpleChanges): Promise<void>;
32
34
  private buildZoneFixture;
33
35
  get hasZoneTask(): boolean;
34
36
  get isTaskOpen(): boolean;
@@ -36,6 +38,7 @@ export declare class ZoneVerificationFeedbackComponent implements OnChanges {
36
38
  get currentUserAction(): string | null;
37
39
  get isApproved(): boolean;
38
40
  get isClFixture(): boolean;
41
+ get zoneImageUrl(): string;
39
42
  get canShowActions(): boolean;
40
43
  onClickKeepPlano(): Promise<void>;
41
44
  onClickAcceptResponse(): Promise<void>;
@@ -1,4 +1,4 @@
1
- import { ElementRef, OnChanges, SimpleChanges, ChangeDetectorRef } from '@angular/core';
1
+ import { EventEmitter, ElementRef, OnChanges, SimpleChanges, ChangeDetectorRef } from '@angular/core';
2
2
  import { ControlValueAccessor } from '@angular/forms';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class MultiselectChipDropdownComponent implements ControlValueAccessor, OnChanges {
@@ -11,6 +11,11 @@ export declare class MultiselectChipDropdownComponent implements ControlValueAcc
11
11
  items: any[];
12
12
  search: boolean;
13
13
  searchField: string;
14
+ maxSelection: number;
15
+ compact: boolean;
16
+ extraActionLabel: string;
17
+ extraActionActive: boolean;
18
+ extraActionClick: EventEmitter<void>;
14
19
  selectedValues: string[];
15
20
  dropdownOpen: boolean;
16
21
  isDisabled: boolean;
@@ -28,6 +33,8 @@ export declare class MultiselectChipDropdownComponent implements ControlValueAcc
28
33
  toggleDropdown(): void;
29
34
  isItemSelected(value: string): boolean;
30
35
  toggleItemSelection(item: any): void;
36
+ get isAtMaxSelection(): boolean;
37
+ isItemDisabledByMax(item: any): boolean;
31
38
  removeChip(value: string): void;
32
39
  getItemLabel(value: string): string;
33
40
  toggleSelectAll(event: Event): void;
@@ -37,5 +44,5 @@ export declare class MultiselectChipDropdownComponent implements ControlValueAcc
37
44
  clearAll(): void;
38
45
  onSearch(): void;
39
46
  static ɵfac: i0.ɵɵFactoryDeclaration<MultiselectChipDropdownComponent, never>;
40
- static ɵcmp: i0.ɵɵComponentDeclaration<MultiselectChipDropdownComponent, "multiselect-chip-dropdown", never, { "idField": { "alias": "idField"; "required": false; }; "nameField": { "alias": "nameField"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "items": { "alias": "items"; "required": false; }; "search": { "alias": "search"; "required": false; }; "searchField": { "alias": "searchField"; "required": false; }; }, {}, never, never, true, never>;
47
+ static ɵcmp: i0.ɵɵComponentDeclaration<MultiselectChipDropdownComponent, "multiselect-chip-dropdown", never, { "idField": { "alias": "idField"; "required": false; }; "nameField": { "alias": "nameField"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "items": { "alias": "items"; "required": false; }; "search": { "alias": "search"; "required": false; }; "searchField": { "alias": "searchField"; "required": false; }; "maxSelection": { "alias": "maxSelection"; "required": false; }; "compact": { "alias": "compact"; "required": false; }; "extraActionLabel": { "alias": "extraActionLabel"; "required": false; }; "extraActionActive": { "alias": "extraActionActive"; "required": false; }; }, { "extraActionClick": "extraActionClick"; }, never, never, true, never>;
41
48
  }
@@ -58,6 +58,7 @@ export declare class CreatePlanogramComponent implements OnInit, OnDestroy {
58
58
  private destroyCadProcessingAnimation;
59
59
  onCreateStore(): Promise<void>;
60
60
  private buildPendingStoreDetails;
61
+ private toTitleCaseLocation;
61
62
  private ensureStoreForPlanoCreation;
62
63
  getSpocUserDetails(storeName: string): Promise<{
63
64
  name: string;
@@ -201,7 +201,7 @@ export declare class OnboardStorePlanoComponent implements AfterViewInit, OnDest
201
201
  updateLayout(editMode?: boolean): Promise<void>;
202
202
  onClickEdit(): void;
203
203
  get getProgressValue(): 0 | 25;
204
- get getStatusText(): "Draft" | "Allocation pending";
204
+ get getStatusText(): "Allocation pending" | "Draft";
205
205
  get getStatus(): any;
206
206
  getElementNumber(group: any): number | null;
207
207
  highlightFixture(group: any, blink?: boolean): void;
@@ -19,7 +19,7 @@ export declare class StoreBuilderService implements OnDestroy {
19
19
  layoutList(data: any): import("rxjs").Observable<Object>;
20
20
  getStoreList(data: any): import("rxjs").Observable<Object>;
21
21
  createLayout(data: any): import("rxjs").Observable<Object>;
22
- triggerCreateLayout(storeName: string, clientId: string): import("rxjs").Observable<Object>;
22
+ createAndSubmitLayoutTask(storeName: string, clientId: string): import("rxjs").Observable<Object>;
23
23
  BulkUpload(data: any): import("rxjs").Observable<Object>;
24
24
  getPlano(data: any): import("rxjs").Observable<Object>;
25
25
  getPlanoDetails(data: any): import("rxjs").Observable<Object>;
@@ -76,6 +76,8 @@ export declare class StoreBuilderService implements OnDestroy {
76
76
  getRolloutFeedback(data: any): import("rxjs").Observable<Object>;
77
77
  getZoneVerificationFeedback(data: any): import("rxjs").Observable<Object>;
78
78
  updateZoneVerificationStatus(data: any): import("rxjs").Observable<Object>;
79
+ getHeadersList(storeId?: string): import("rxjs").Observable<Object>;
80
+ getPIDList(header?: string): import("rxjs").Observable<Object>;
79
81
  updateFixtureComplianceStatus(data: any): import("rxjs").Observable<Object>;
80
82
  addUpdateBrand(data: any): import("rxjs").Observable<Object>;
81
83
  uploadBrand(data: any): import("rxjs").Observable<Object>;
@@ -214,8 +216,8 @@ export declare class StoreBuilderService implements OnDestroy {
214
216
  operator: string;
215
217
  value: any;
216
218
  }[];
217
- filterCombinator: 'AND' | 'OR';
218
- selectionMode: 'all' | 'firstN';
219
+ filterCombinator: "AND" | "OR";
220
+ selectionMode: "all" | "firstN";
219
221
  limitPerStore?: number;
220
222
  columns: {
221
223
  key: string;
@@ -53,73 +53,75 @@ import * as i51 from "./components/manage-store-plano/popups/publish-rollout-pop
53
53
  import * as i52 from "./components/manage-store-plano/rollout-feedback/rollout-feedback.component";
54
54
  import * as i53 from "./components/manage-store-plano/verification-feedback/verification-feedback.component";
55
55
  import * as i54 from "./components/manage-store-plano/zone-verification-feedback/zone-verification-feedback.component";
56
- import * as i55 from "./components/manage-store-plano/verification-feedback/action-confirm-popup/action-confirm-popup.component";
57
- import * as i56 from "./components/fixture-template/template-assign-stores/template-assign-stores.component";
58
- import * as i57 from "./components/fixture-template/template-assign-stores/preview-modal/preview-modal.component";
59
- import * as i58 from "./components/fixture-template-table/find-and-replace/find-and-replace.component";
60
- import * as i59 from "./components/fixture-template-table/custom-select/custom-select.component";
61
- import * as i60 from "./components/popups/variant-popup/variant-popup.component";
62
- import * as i61 from "./components/popups/publish-confirmation/publish-confirmation.component";
63
- import * as i62 from "./components/manage-store-plano/popups/store-task-revoke/store-task-revoke.component";
64
- import * as i63 from "./components/plano-tools/plano-migrate/plano-migrate.component";
65
- import * as i64 from "./components/plano-tools/cad-render/cad-render.component";
66
- import * as i65 from "./components/plano-tools/allow-edit/allow-edit.component";
67
- import * as i66 from "./components/plano-tools/delete-task/delete-task.component";
68
- import * as i67 from "./components/plano-tools/update-fixture-type/update-fixture-type.component";
69
- import * as i68 from "./components/plano-tools/modify-fixture-numbers/modify-fixture-numbers.component";
70
- import * as i69 from "./components/plano-tools/plano-data-export/plano-data-export.component";
71
- import * as i70 from "./components/plano-tools/store-exports/store-exports.component";
72
- import * as i71 from "./components/planogram/merch-compliance/fixture-products/fixture-products.component";
73
- import * as i72 from "./components/planogram/merch-compliance/zone-products/zone-products.component";
74
- import * as i73 from "./components/planogram/plano-analytics/zone-analytics/zone-analytics.component";
75
- import * as i74 from "./components/plano-tools/tools-parent/tools-parent.component";
76
- import * as i75 from "./components/planogram/plano-table/plano-table.component";
77
- import * as i76 from "./components/planogram/plano-details-parent/plano-details-parent.component";
78
- import * as i77 from "./components/planogram/merch-compliance/merch-compliance.component";
79
- import * as i78 from "./components/planogram/plano-overview/plano-overview.component";
80
- import * as i79 from "./components/planogram/plano-overview/fixture-overview/fixture-overview.component";
81
- import * as i80 from "./components/fixture-template/template-details/template-details.component";
82
- import * as i81 from "./components/planogram/merch-compliance/product-locator/product-locator.component";
83
- import * as i82 from "./components/planogram/merch-compliance/product-locator/misplaced-product-fixture/misplaced-product-fixture.component";
84
- import * as i83 from "./components/planogram/merch-compliance/product-locator/product-zone-locator/product-zone-locator.component";
85
- import * as i84 from "./components/planogram/plano-analytics/plano-analytics.component";
86
- import * as i85 from "./components/planogram/plano-analytics/date-range-picker/date-range-picker.component";
87
- import * as i86 from "./components/planogram/plano-analytics/fixture-analytics/fixture-analytics.component";
88
- import * as i87 from "./components/planogram/plano-analytics/analytics-popup/analytics-popup.component";
89
- import * as i88 from "./tango-store-builder-routing.module";
90
- import * as i89 from "./components/reactive-select/reactive-select.component";
91
- import * as i90 from "@angular/common";
92
- import * as i91 from "@angular/forms";
93
- import * as i92 from "tango-app-ui-shared";
94
- import * as i93 from "@angular/cdk/drag-drop";
95
- import * as i94 from "@ng-bootstrap/ng-bootstrap";
96
- import * as i95 from "./pipes/time-ago.pipe";
97
- import * as i96 from "ngx-drag-drop";
98
- import * as i97 from "./components/manage-store-plano/template-basic-details/template-basic-details.component";
99
- import * as i98 from "./components/manage-store-plano/template-products/template-products.component";
100
- import * as i99 from "./components/manage-store-plano/template-vms/template-vms.component";
101
- import * as i100 from "./components/fixture-template-tree/fixture-template-tree.component";
102
- import * as i101 from "./components/store-plano/store-plano-tree-view/store-plano-tree-view.component";
103
- import * as i102 from "./components/planogram/plano-table/plano-filter/plano-filter.component";
104
- import * as i103 from "./components/manage-store-plano/verification-feedback/fixture/fixture.component";
105
- import * as i104 from "./components/planogram/plano-overview/plano-comparison/plano-comparison.component";
106
- import * as i105 from "./components/fixture-overview-panel/fixture-overview-panel.component";
107
- import * as i106 from "./components/manage-store-plano/verification-feedback/editable-fixture/editable-fixture.component";
108
- import * as i107 from "./components/collection-update-ai/find-replace-table/find-replace-table.component";
109
- import * as i108 from "@angular/router";
110
- import * as i109 from "@angular/material/autocomplete";
111
- import * as i110 from "ngx-daterangepicker-material";
112
- import * as i111 from "./components/onboard-store-plano/onboard-fixture/onboard-fixture.component";
113
- import * as i112 from "./components/ivm-logic-explorer/ivm-logic-explorer.component";
114
- import * as i113 from "./components/manage-store-plano/popups/schedule-task-popup/schedule-task-popup.component";
115
- import * as i114 from "./components/date-picker/date-picker.component";
116
- import * as i115 from "./components/fixture-preview/fixture-preview.component";
117
- import * as i116 from "./components/collection-update-ai/components/store-select/store-select.component";
118
- import * as i117 from "./components/popups/publish-plano-modal/publish-plano-modal.component";
119
- import * as i118 from "./components/popups/set-current-plano-modal/set-current-plano-modal.component";
120
- import * as i119 from "./components/popups/edit-revision-name-modal/edit-revision-name-modal.component";
56
+ import * as i55 from "./components/manage-store-plano/verification-feedback/zone-editable-fixture/zone-editable-fixture.component";
57
+ import * as i56 from "./components/manage-store-plano/verification-feedback/action-confirm-popup/action-confirm-popup.component";
58
+ import * as i57 from "./components/fixture-template/template-assign-stores/template-assign-stores.component";
59
+ import * as i58 from "./components/fixture-template/template-assign-stores/preview-modal/preview-modal.component";
60
+ import * as i59 from "./components/fixture-template-table/find-and-replace/find-and-replace.component";
61
+ import * as i60 from "./components/fixture-template-table/custom-select/custom-select.component";
62
+ import * as i61 from "./components/popups/variant-popup/variant-popup.component";
63
+ import * as i62 from "./components/popups/publish-confirmation/publish-confirmation.component";
64
+ import * as i63 from "./components/manage-store-plano/popups/store-task-revoke/store-task-revoke.component";
65
+ import * as i64 from "./components/plano-tools/plano-migrate/plano-migrate.component";
66
+ import * as i65 from "./components/plano-tools/cad-render/cad-render.component";
67
+ import * as i66 from "./components/plano-tools/allow-edit/allow-edit.component";
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/plano-data-export/plano-data-export.component";
72
+ import * as i71 from "./components/plano-tools/store-exports/store-exports.component";
73
+ import * as i72 from "./components/planogram/merch-compliance/fixture-products/fixture-products.component";
74
+ import * as i73 from "./components/planogram/merch-compliance/zone-products/zone-products.component";
75
+ import * as i74 from "./components/planogram/plano-analytics/zone-analytics/zone-analytics.component";
76
+ import * as i75 from "./components/plano-tools/tools-parent/tools-parent.component";
77
+ import * as i76 from "./components/planogram/plano-table/plano-table.component";
78
+ import * as i77 from "./components/planogram/plano-details-parent/plano-details-parent.component";
79
+ import * as i78 from "./components/planogram/merch-compliance/merch-compliance.component";
80
+ import * as i79 from "./components/planogram/plano-overview/plano-overview.component";
81
+ import * as i80 from "./components/planogram/plano-overview/fixture-overview/fixture-overview.component";
82
+ import * as i81 from "./components/fixture-template/template-details/template-details.component";
83
+ import * as i82 from "./components/planogram/merch-compliance/product-locator/product-locator.component";
84
+ import * as i83 from "./components/planogram/merch-compliance/product-locator/misplaced-product-fixture/misplaced-product-fixture.component";
85
+ import * as i84 from "./components/planogram/merch-compliance/product-locator/product-zone-locator/product-zone-locator.component";
86
+ import * as i85 from "./components/planogram/plano-analytics/plano-analytics.component";
87
+ import * as i86 from "./components/planogram/plano-analytics/date-range-picker/date-range-picker.component";
88
+ import * as i87 from "./components/planogram/plano-analytics/fixture-analytics/fixture-analytics.component";
89
+ import * as i88 from "./components/planogram/plano-analytics/analytics-popup/analytics-popup.component";
90
+ import * as i89 from "./tango-store-builder-routing.module";
91
+ import * as i90 from "./components/reactive-select/reactive-select.component";
92
+ import * as i91 from "@angular/common";
93
+ import * as i92 from "@angular/forms";
94
+ import * as i93 from "tango-app-ui-shared";
95
+ import * as i94 from "@angular/cdk/drag-drop";
96
+ import * as i95 from "@ng-bootstrap/ng-bootstrap";
97
+ import * as i96 from "./pipes/time-ago.pipe";
98
+ import * as i97 from "ngx-drag-drop";
99
+ import * as i98 from "./components/manage-store-plano/template-basic-details/template-basic-details.component";
100
+ import * as i99 from "./components/manage-store-plano/template-products/template-products.component";
101
+ import * as i100 from "./components/manage-store-plano/template-vms/template-vms.component";
102
+ import * as i101 from "./components/fixture-template-tree/fixture-template-tree.component";
103
+ import * as i102 from "./components/store-plano/store-plano-tree-view/store-plano-tree-view.component";
104
+ import * as i103 from "./components/planogram/plano-table/plano-filter/plano-filter.component";
105
+ import * as i104 from "./components/manage-store-plano/verification-feedback/fixture/fixture.component";
106
+ import * as i105 from "./components/multiselect-chip-dropdown/multiselect-chip-dropdown.component";
107
+ import * as i106 from "./components/planogram/plano-overview/plano-comparison/plano-comparison.component";
108
+ import * as i107 from "./components/fixture-overview-panel/fixture-overview-panel.component";
109
+ import * as i108 from "./components/manage-store-plano/verification-feedback/editable-fixture/editable-fixture.component";
110
+ import * as i109 from "./components/collection-update-ai/find-replace-table/find-replace-table.component";
111
+ import * as i110 from "@angular/router";
112
+ import * as i111 from "@angular/material/autocomplete";
113
+ import * as i112 from "ngx-daterangepicker-material";
114
+ import * as i113 from "./components/onboard-store-plano/onboard-fixture/onboard-fixture.component";
115
+ import * as i114 from "./components/ivm-logic-explorer/ivm-logic-explorer.component";
116
+ import * as i115 from "./components/manage-store-plano/popups/schedule-task-popup/schedule-task-popup.component";
117
+ import * as i116 from "./components/date-picker/date-picker.component";
118
+ import * as i117 from "./components/fixture-preview/fixture-preview.component";
119
+ import * as i118 from "./components/collection-update-ai/components/store-select/store-select.component";
120
+ import * as i119 from "./components/popups/publish-plano-modal/publish-plano-modal.component";
121
+ import * as i120 from "./components/popups/set-current-plano-modal/set-current-plano-modal.component";
122
+ import * as i121 from "./components/popups/edit-revision-name-modal/edit-revision-name-modal.component";
121
123
  export declare class TangoStoreBuilderModule {
122
124
  static ɵfac: i0.ɵɵFactoryDeclaration<TangoStoreBuilderModule, never>;
123
- 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.ActionConfirmPopupComponent, typeof i56.TemplateAssignStoresComponent, typeof i57.PreviewModalComponent, typeof i58.FindAndReplaceComponent, typeof i59.CustomsingleSelectComponent, typeof i60.VariantPopupComponent, typeof i61.PublishConfirmationComponent, typeof i62.StoreTaskRevokeComponent, typeof i63.PlanoMigrateComponent, typeof i64.CadRenderComponent, typeof i65.AllowEditComponent, typeof i66.DeleteTaskComponent, typeof i67.UpdateFixtureTypeComponent, typeof i68.ModifyFixtureNumbersComponent, typeof i69.PlanoDataExportComponent, typeof i70.StoreExportsComponent, typeof i71.FixtureProductsComponent, typeof i72.ZoneProductsComponent, typeof i73.ZoneAnalyticsComponent, typeof i74.ToolsParentComponent, typeof i75.PlanoTableComponent, typeof i76.PlanoDetailsParentComponent, typeof i77.MerchComplianceComponent, typeof i78.PlanoOverviewComponent, typeof i79.FixtureOverviewComponent, typeof i80.TemplateDetailsComponent, typeof i81.ProductLocatorComponent, typeof i82.MisplacedProductFixtureComponent, typeof i83.ProductZoneLocatorComponent, typeof i84.PlanoAnalyticsComponent, typeof i85.DateRangePickerComponent, typeof i86.FixtureAnalyticsComponent, typeof i87.AnalyticsPopupComponent], [typeof i88.TangoStoreBuilderRoutingModule, typeof i89.ReactiveSelectComponent, typeof i90.CommonModule, typeof i91.FormsModule, typeof i92.CommonSharedModule, typeof i91.ReactiveFormsModule, typeof i93.DragDropModule, typeof i94.NgbTooltipModule, typeof i94.NgbAccordionModule, typeof i95.TimeAgoPipe, typeof i96.DndModule, typeof i97.InstanceBasicDetailsComponent, typeof i98.InstanceProductsComponent, typeof i99.InstanceVmsComponent, typeof i100.TemplateTreeComponent, typeof i101.StorePlanoTreeViewComponent, typeof i102.PlanoFilterComponent, typeof i103.FixtureComponent, typeof i94.NgbOffcanvasModule, typeof i104.PlanoComparisonComponent, typeof i105.FixtureOverviewPanelComponent, typeof i106.EditableFixtureComponent, typeof i107.FindReplaceTableComponent, typeof i108.RouterModule, typeof i109.MatAutocompleteModule, typeof i110.NgxDaterangepickerMd, typeof i111.OnboardFixtureComponent, typeof i112.IvmLogicExplorerComponent, typeof i113.ScheduleTaskPopupComponent, typeof i114.DatePickerComponent, typeof i115.FixturePreviewComponent, typeof i116.StoreSelectComponent, typeof i94.NgbDropdownModule, typeof i117.PublishPlanoModalComponent, typeof i118.SetCurrentPlanoModalComponent, typeof i119.EditRevisionNameModalComponent], never>;
125
+ 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.PlanoDataExportComponent, typeof i71.StoreExportsComponent, typeof i72.FixtureProductsComponent, typeof i73.ZoneProductsComponent, typeof i74.ZoneAnalyticsComponent, typeof i75.ToolsParentComponent, typeof i76.PlanoTableComponent, typeof i77.PlanoDetailsParentComponent, typeof i78.MerchComplianceComponent, typeof i79.PlanoOverviewComponent, typeof i80.FixtureOverviewComponent, typeof i81.TemplateDetailsComponent, typeof i82.ProductLocatorComponent, typeof i83.MisplacedProductFixtureComponent, typeof i84.ProductZoneLocatorComponent, typeof i85.PlanoAnalyticsComponent, typeof i86.DateRangePickerComponent, typeof i87.FixtureAnalyticsComponent, typeof i88.AnalyticsPopupComponent], [typeof i89.TangoStoreBuilderRoutingModule, typeof i90.ReactiveSelectComponent, typeof i91.CommonModule, typeof i92.FormsModule, typeof i93.CommonSharedModule, typeof i92.ReactiveFormsModule, typeof i94.DragDropModule, typeof i95.NgbTooltipModule, typeof i95.NgbAccordionModule, typeof i96.TimeAgoPipe, typeof i97.DndModule, typeof i98.InstanceBasicDetailsComponent, typeof i99.InstanceProductsComponent, typeof i100.InstanceVmsComponent, typeof i101.TemplateTreeComponent, typeof i102.StorePlanoTreeViewComponent, typeof i103.PlanoFilterComponent, typeof i104.FixtureComponent, typeof i105.MultiselectChipDropdownComponent, typeof i95.NgbOffcanvasModule, typeof i106.PlanoComparisonComponent, typeof i107.FixtureOverviewPanelComponent, typeof i108.EditableFixtureComponent, typeof i109.FindReplaceTableComponent, typeof i110.RouterModule, typeof i111.MatAutocompleteModule, typeof i112.NgxDaterangepickerMd, typeof i113.OnboardFixtureComponent, typeof i114.IvmLogicExplorerComponent, typeof i115.ScheduleTaskPopupComponent, typeof i116.DatePickerComponent, typeof i117.FixturePreviewComponent, typeof i118.StoreSelectComponent, typeof i95.NgbDropdownModule, typeof i119.PublishPlanoModalComponent, typeof i120.SetCurrentPlanoModalComponent, typeof i121.EditRevisionNameModalComponent], never>;
124
126
  static ɵinj: i0.ɵɵInjectorDeclaration<TangoStoreBuilderModule>;
125
127
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tango-app-ui-store-builder",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.0",
6
6
  "@angular/core": "^17.3.0"