tango-app-ui-manage-tickets 3.7.0-beta.7 → 3.7.0-beta.8

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.
@@ -89,6 +89,9 @@ export declare class FootfallDicComponent implements OnInit, OnDestroy {
89
89
  onFootfallPageSizeChange(pageSize: number): void;
90
90
  totalItemsFootfall: any;
91
91
  setFootfallpageSize(): any;
92
+ footfallMulticurrentPage: any;
93
+ onFootfallMultiPageChange(pageOffset: number): void;
94
+ onFootfallMultiPageSizeChange(pageSize: number): void;
92
95
  toggleStoreSelection(store: any): void;
93
96
  toggleSelectAll(): void;
94
97
  isSelected(store: any): boolean;
@@ -119,6 +122,7 @@ export declare class FootfallDicComponent implements OnInit, OnDestroy {
119
122
  popupType: any;
120
123
  popupOpen(type: any, value: any): void;
121
124
  cancel(): void;
125
+ clear(): void;
122
126
  ClusterList: any;
123
127
  getAllGroups(): void;
124
128
  groups: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tango-app-ui-manage-tickets",
3
- "version": "3.7.0-beta.7",
3
+ "version": "3.7.0-beta.8",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.0.0",
6
6
  "@angular/core": "^17.0.0"