tango-app-ui-shared 3.7.3-dev6-demo11 → 3.7.3-dev6-demo13
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.
|
@@ -8407,9 +8407,9 @@ class ZoneHeaderComponent {
|
|
|
8407
8407
|
selectedDateRange = { startDate: dayjs().subtract(30, 'days'),
|
|
8408
8408
|
endDate: dayjs().subtract(1, "days"), };
|
|
8409
8409
|
selectedFilters = {
|
|
8410
|
-
client:
|
|
8410
|
+
client: '11',
|
|
8411
8411
|
clientName: null,
|
|
8412
|
-
clients: [],
|
|
8412
|
+
clients: ['11'],
|
|
8413
8413
|
store: null,
|
|
8414
8414
|
stores: [],
|
|
8415
8415
|
date: { startDate: "2025-09-09", endDate: "2025-09-09" },
|
|
@@ -8542,7 +8542,7 @@ class ZoneHeaderComponent {
|
|
|
8542
8542
|
clients: headerFilters.clients || [],
|
|
8543
8543
|
store: headerFilters.store || null,
|
|
8544
8544
|
date: headerFilters.date || this.selectedFilters.date,
|
|
8545
|
-
stores: headerFilters.stores ||
|
|
8545
|
+
stores: headerFilters.stores || this.zoneData,
|
|
8546
8546
|
group: headerFilters.group || [],
|
|
8547
8547
|
location: headerFilters.location || [],
|
|
8548
8548
|
country: headerFilters.country || []
|
|
@@ -8588,9 +8588,9 @@ class ZoneHeaderComponent {
|
|
|
8588
8588
|
*/
|
|
8589
8589
|
resetFilters() {
|
|
8590
8590
|
this.selectedFilters = {
|
|
8591
|
-
client:
|
|
8591
|
+
client: '11',
|
|
8592
8592
|
clientName: '',
|
|
8593
|
-
clients: [],
|
|
8593
|
+
clients: ['11'],
|
|
8594
8594
|
store: null,
|
|
8595
8595
|
date: { startDate: "2025-09-09", endDate: "2025-09-09" },
|
|
8596
8596
|
stores: [],
|