tango-app-ui-manage-tickets 3.7.0-beta.39 → 3.7.0-beta.40
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.
- package/esm2022/lib/components/ticket-footfall-new/ticket-footfall-new.component.mjs +2 -2
- package/fesm2022/tango-app-ui-manage-tickets.mjs +3 -4
- package/fesm2022/tango-app-ui-manage-tickets.mjs.map +1 -1
- package/lib/components/ticket-footfall-new/ticket-footfall-new.component.d.ts +1 -1
- package/package.json +1 -1
|
@@ -16,8 +16,7 @@ import * as i4 from 'tango-app-ui-shared';
|
|
|
16
16
|
import { CommonSharedModule } from 'tango-app-ui-shared';
|
|
17
17
|
import * as FileSaver from 'file-saver';
|
|
18
18
|
import * as XLSX from 'xlsx';
|
|
19
|
-
import
|
|
20
|
-
import dayjs__default from 'dayjs';
|
|
19
|
+
import dayjs from 'dayjs';
|
|
21
20
|
import 'dayjs/locale/en';
|
|
22
21
|
import customParseFormat from 'dayjs/plugin/customParseFormat';
|
|
23
22
|
import * as i10 from 'ngx-daterangepicker-material';
|
|
@@ -1486,7 +1485,7 @@ class AuditMetricsComponent {
|
|
|
1486
1485
|
limit = 10;
|
|
1487
1486
|
offset = 1;
|
|
1488
1487
|
selectedValue;
|
|
1489
|
-
dayjs =
|
|
1488
|
+
dayjs = dayjs;
|
|
1490
1489
|
filterByStore = [];
|
|
1491
1490
|
totalCount;
|
|
1492
1491
|
selectedTab = '';
|
|
@@ -5631,7 +5630,7 @@ class FootfallDicviewComponent {
|
|
|
5631
5630
|
toast;
|
|
5632
5631
|
modalService;
|
|
5633
5632
|
fb;
|
|
5634
|
-
dayjs =
|
|
5633
|
+
dayjs = dayjs;
|
|
5635
5634
|
filterForm;
|
|
5636
5635
|
form;
|
|
5637
5636
|
paginationSizes = [10, 20, 30];
|