tango-app-ui-store-builder 1.2.22 → 1.2.23

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.
@@ -1,4 +1,4 @@
1
- export { T as TangoStoreBuilderModule, a as TangoStorePlanoModule } from './tango-app-ui-store-builder-tango-app-ui-store-builder-D1UC-7Qi.mjs';
1
+ export { T as TangoStoreBuilderModule, a as TangoStorePlanoModule } from './tango-app-ui-store-builder-tango-app-ui-store-builder-CXw6OsFW.mjs';
2
2
  import '@angular/core';
3
3
  import '@angular/router';
4
4
  import 'tango-app-ui-global';
@@ -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;
@@ -138,7 +138,9 @@ export declare class OnboardStorePlanoComponent implements AfterViewInit, OnDest
138
138
  renderFloor(update?: boolean): Promise<void>;
139
139
  drawInitialContent(): Promise<void>;
140
140
  private getFullLayoutBounds;
141
- private getWallPerimeterBounds;
141
+ private median;
142
+ private getRobustLayoutBounds;
143
+ private getRobustWallPolygon;
142
144
  private reclaimStrayElements;
143
145
  private wallAabb;
144
146
  private polygonBounds;
@@ -234,7 +236,7 @@ export declare class OnboardStorePlanoComponent implements AfterViewInit, OnDest
234
236
  onClickEdit(): void;
235
237
  private hasUnsavedLayoutChanges;
236
238
  get getProgressValue(): 0 | 25;
237
- get getStatusText(): "Draft" | "Allocation pending";
239
+ get getStatusText(): "Allocation pending" | "Draft";
238
240
  get getStatus(): any;
239
241
  getElementNumber(group: any): number | null;
240
242
  highlightFixture(group: any, blink?: boolean): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tango-app-ui-store-builder",
3
- "version": "1.2.22",
3
+ "version": "1.2.23",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.0",
6
6
  "@angular/core": "^17.3.0"