tango-app-ui-analyse-zone 3.7.1-beta.20 → 3.7.1-beta.22

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.
@@ -67,6 +67,12 @@ export declare class CustomerJourneyChartComponent implements OnInit, AfterViewI
67
67
  applyZones(): void;
68
68
  onExport(): void;
69
69
  nobUpload(): void;
70
+ draggedIndex: number | null;
71
+ onDragStart(index: number): void;
72
+ onDragOver(event: DragEvent): void;
73
+ onDrop(targetIndex: number): void;
74
+ enableDrag(event: MouseEvent): void;
75
+ disableDrag(event: MouseEvent): void;
70
76
  static ɵfac: i0.ɵɵFactoryDeclaration<CustomerJourneyChartComponent, never>;
71
77
  static ɵcmp: i0.ɵɵComponentDeclaration<CustomerJourneyChartComponent, "lib-customer-journey-chart", never, { "clientData": { "alias": "clientData"; "required": false; }; }, {}, never, never, false, never>;
72
78
  }
@@ -39,6 +39,7 @@ export declare class OverallcardsComponent implements OnDestroy, OnInit {
39
39
  getOverallStoreCards(): void;
40
40
  ngOnDestroy(): void;
41
41
  genderchart(): void;
42
+ genderchart1(): void;
42
43
  getCardData(): void;
43
44
  sortData(column: string): void;
44
45
  searchField(): void;
@@ -58,18 +59,14 @@ export declare class OverallcardsComponent implements OnDestroy, OnInit {
58
59
  customerTravelPath: any;
59
60
  paths: any[];
60
61
  activePathIndex: number;
61
- autoSlideInterval: any;
62
62
  pathLoading: boolean;
63
63
  pathNoData: boolean;
64
- private pathApiCancel$;
64
+ private autoSlideStop$;
65
65
  getCustomPath(): void;
66
66
  next(): void;
67
67
  prev(): void;
68
68
  goTo(index: number): void;
69
- autoSlideTimer: any;
70
- startAutoSlide(): void;
71
- stopAutoSlide(): void;
72
- restartAutoSlide(): void;
69
+ startAutoCarousel(): void;
73
70
  availableZones: any;
74
71
  selectedZone: any;
75
72
  getAvailableZones(): void;
@@ -34,6 +34,8 @@ export declare class ZoneJourneyComponent implements OnDestroy, OnChanges {
34
34
  zoneDropdown: ElementRef;
35
35
  toggleDropdown(event: MouseEvent): void;
36
36
  onDocumentClick(event: MouseEvent): void;
37
+ toggleSelectAll(event: any): void;
38
+ isAllSelected(): boolean;
37
39
  filterZones(): void;
38
40
  applyZones(): void;
39
41
  resetZones(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tango-app-ui-analyse-zone",
3
- "version": "3.7.1-beta.20",
3
+ "version": "3.7.1-beta.22",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.0",
6
6
  "@angular/core": "^17.3.0"