tango-app-ui-analyse-trax 3.7.14 → 3.7.15

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.
Files changed (24) hide show
  1. package/esm2022/lib/components/eye-test-audit/eye-test/eye-test.component.mjs +33 -17
  2. package/esm2022/lib/components/eye-test-audit/eye-test/send-alert/send-alert.component.mjs +24 -0
  3. package/esm2022/lib/components/eye-test-audit/eye-test-audit/settings-audit/settings-audit.component.mjs +164 -49
  4. package/esm2022/lib/components/eye-test-audit/eye-test-audit/start-audit/start-audit.component.mjs +18 -6
  5. package/esm2022/lib/tango-analyse-trax.module.mjs +5 -1
  6. package/fesm2022/tango-app-ui-analyse-trax.mjs +25467 -24
  7. package/fesm2022/tango-app-ui-analyse-trax.mjs.map +1 -1
  8. package/lib/components/eye-test-audit/eye-test/eye-test.component.d.ts +3 -3
  9. package/lib/components/eye-test-audit/eye-test/send-alert/send-alert.component.d.ts +12 -0
  10. package/lib/components/eye-test-audit/eye-test-audit/settings-audit/settings-audit.component.d.ts +3 -3
  11. package/lib/components/eye-test-audit/eye-test-audit/start-audit/start-audit.component.d.ts +3 -3
  12. package/lib/components/flags/flags.component.d.ts +2 -2
  13. package/lib/components/flags-info/flags-info.component.d.ts +3 -3
  14. package/lib/components/flags-new/flags-new.component.d.ts +2 -2
  15. package/lib/components/manage-task/manage-task.component.d.ts +1 -1
  16. package/lib/components/orders/orders.component.d.ts +1 -1
  17. package/lib/components/reports/reports.component.d.ts +2 -2
  18. package/lib/components/task-configure/task-configure.component.d.ts +1 -1
  19. package/lib/tango-analyse-trax.module.d.ts +6 -5
  20. package/package.json +1 -1
  21. package/fesm2022/tango-app-ui-analyse-trax-eye-test-audit.module-BYRoJ94x.mjs +0 -3508
  22. package/fesm2022/tango-app-ui-analyse-trax-eye-test-audit.module-BYRoJ94x.mjs.map +0 -1
  23. package/fesm2022/tango-app-ui-analyse-trax-tango-app-ui-analyse-trax-CIeglDHk.mjs +0 -21828
  24. package/fesm2022/tango-app-ui-analyse-trax-tango-app-ui-analyse-trax-CIeglDHk.mjs.map +0 -1
@@ -119,8 +119,8 @@ export declare class EyeTestComponent implements OnInit, OnDestroy {
119
119
  getAllGroups(event?: any): void;
120
120
  stepWiseProcess: any;
121
121
  dropdownList: any;
122
- tableLoading: BehaviorSubject<"loading" | "loaded" | "initial">;
123
- historytableLoading: BehaviorSubject<"loading" | "loaded" | "initial">;
122
+ tableLoading: BehaviorSubject<"initial" | "loading" | "loaded">;
123
+ historytableLoading: BehaviorSubject<"initial" | "loading" | "loaded">;
124
124
  selectedMinutes: string;
125
125
  selectedSeconds: string;
126
126
  minutesList: string[];
@@ -165,7 +165,7 @@ export declare class EyeTestComponent implements OnInit, OnDestroy {
165
165
  selectHumanVerified(index: number, value: boolean): void;
166
166
  findcount(): number;
167
167
  getValidaForm(): number;
168
- onsubmit(): void;
168
+ onsubmit(isReSend?: boolean): void;
169
169
  startAudit(value: any): void;
170
170
  onYes(): void;
171
171
  cancel(): void;
@@ -0,0 +1,12 @@
1
+ import { ChangeDetectorRef } from '@angular/core';
2
+ import { NgbActiveModal } from '@ng-bootstrap/ng-bootstrap';
3
+ import * as i0 from "@angular/core";
4
+ export declare class SendAlertComponent {
5
+ private activeModal;
6
+ private cd;
7
+ message: any;
8
+ constructor(activeModal: NgbActiveModal, cd: ChangeDetectorRef);
9
+ cancel(type: boolean): void;
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<SendAlertComponent, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<SendAlertComponent, "lib-send-alert", never, { "message": { "alias": "message"; "required": false; }; }, {}, never, never, false, never>;
12
+ }
@@ -53,7 +53,7 @@ export declare class SettingsAuditComponent implements OnInit {
53
53
  datechange(event: any): void;
54
54
  exportXLSX(): void;
55
55
  searchValue: any;
56
- searchData(): void;
56
+ searchData(event: any): void;
57
57
  tableData: any;
58
58
  sortedColumn: any;
59
59
  sortOrder: any;
@@ -76,7 +76,6 @@ export declare class SettingsAuditComponent implements OnInit {
76
76
  lastSavedCompliance: any;
77
77
  submitCompliance(): void;
78
78
  cancelCompliance(): void;
79
- RmList: any[];
80
79
  filteredRms: any[];
81
80
  searchRmText: string;
82
81
  ClusterList: any[];
@@ -91,6 +90,7 @@ export declare class SettingsAuditComponent implements OnInit {
91
90
  toggleRmDropdown(): void;
92
91
  toggleClusterDropdown(): void;
93
92
  closeAllDropdowns(): void;
93
+ RmList: any[];
94
94
  /** ---- RMs ---- */
95
95
  getAllRm(): void;
96
96
  filterRms(): void;
@@ -100,7 +100,7 @@ export declare class SettingsAuditComponent implements OnInit {
100
100
  selectedRmsLabel(): string;
101
101
  getSelectedRmsCount(): number;
102
102
  /** ---- Clusters ---- */
103
- getAllGroups(event?: any[]): void;
103
+ getAllGroupsPromise(event?: any[]): Promise<void>;
104
104
  filterClusters(): void;
105
105
  isAllClustersSelected(): boolean;
106
106
  toggleSelectAllClusters(event: any): void;
@@ -21,8 +21,8 @@ export declare class StartAuditComponent implements OnInit, OnDestroy {
21
21
  dropdownList: any;
22
22
  loading: boolean;
23
23
  noData: boolean;
24
- tableLoading: BehaviorSubject<"loading" | "loaded" | "initial">;
25
- historytableLoading: BehaviorSubject<"loading" | "loaded" | "initial">;
24
+ tableLoading: BehaviorSubject<"initial" | "loading" | "loaded">;
25
+ historytableLoading: BehaviorSubject<"initial" | "loading" | "loaded">;
26
26
  selectedMinutes: string;
27
27
  selectedSeconds: string;
28
28
  minutesList: string[];
@@ -72,7 +72,7 @@ export declare class StartAuditComponent implements OnInit, OnDestroy {
72
72
  selectHumanVerified(index: number, value: boolean): void;
73
73
  findcount(): number;
74
74
  getValidaForm(): number;
75
- onsubmit(): void;
75
+ onsubmit(isReSend?: boolean): void;
76
76
  startAudit(value: any): void;
77
77
  onYes(): void;
78
78
  cancel(): void;
@@ -22,9 +22,9 @@ export declare class FlagsComponent implements OnInit, OnDestroy {
22
22
  sortColumName: string;
23
23
  sortDirection: number;
24
24
  headerData: HeaderFilter | null | undefined;
25
- flagsTableApiState: BehaviorSubject<"loading" | "loaded" | "initial">;
25
+ flagsTableApiState: BehaviorSubject<"initial" | "loading" | "loaded">;
26
26
  flagsTableData: FlagsTableData[];
27
- cardMetricsApiState: BehaviorSubject<"loading" | "loaded" | "initial">;
27
+ cardMetricsApiState: BehaviorSubject<"initial" | "loading" | "loaded">;
28
28
  cardMetricsData: IFlagCards | null | undefined;
29
29
  cardMetricsComparisonData: IFlagComparisonCards | null | undefined;
30
30
  searchInput: FormControl;
@@ -31,12 +31,12 @@ export declare class FlagsInfoComponent implements OnDestroy, OnInit, OnDestroy
31
31
  checklistSelectControl: FormControl;
32
32
  searchInput: FormControl;
33
33
  checkLists: Checklist[];
34
- checkListsApiState: BehaviorSubject<"loading" | "loaded" | "initial">;
34
+ checkListsApiState: BehaviorSubject<"initial" | "loading" | "loaded">;
35
35
  currentChecklist: Checklist | null | undefined;
36
36
  checklistFlagList: ChecklistFlagList | null | undefined;
37
- flagsTableApiState: BehaviorSubject<"loading" | "loaded" | "initial">;
37
+ flagsTableApiState: BehaviorSubject<"initial" | "loading" | "loaded">;
38
38
  flagCardValues: FlagCardValues | null | undefined;
39
- flagsCardValuesState: BehaviorSubject<"loading" | "loaded" | "initial">;
39
+ flagsCardValuesState: BehaviorSubject<"initial" | "loading" | "loaded">;
40
40
  flagCardTrends: FlagCardTrends | null | undefined;
41
41
  unattendedSummaryChartNumber: number;
42
42
  dateComparisonType: 'daily' | 'weekly' | 'monthly';
@@ -24,9 +24,9 @@ export declare class FlagsNewComponent implements OnInit, OnDestroy {
24
24
  sortDirection: number;
25
25
  headerData: HeaderFilter | null | undefined;
26
26
  traxMonthlyComparisonData: any;
27
- flagsTableApiState: BehaviorSubject<"loading" | "loaded" | "initial">;
27
+ flagsTableApiState: BehaviorSubject<"initial" | "loading" | "loaded">;
28
28
  flagsTableData: FlagsTableData[];
29
- cardMetricsApiState: BehaviorSubject<"loading" | "loaded" | "initial">;
29
+ cardMetricsApiState: BehaviorSubject<"initial" | "loading" | "loaded">;
30
30
  cardMetricsData: IFlagCards | null | undefined;
31
31
  cardMetricsComparisonData: IFlagComparisonCards | null | undefined;
32
32
  searchInput: FormControl;
@@ -25,7 +25,7 @@ export declare class ManageTaskComponent implements OnDestroy, OnInit {
25
25
  pageSize: number;
26
26
  sortColumName: string;
27
27
  sortDirection: number;
28
- taskTableApiState: BehaviorSubject<"loading" | "loaded" | "initial">;
28
+ taskTableApiState: BehaviorSubject<"initial" | "loading" | "loaded">;
29
29
  taskTableData: any[];
30
30
  headerData: any;
31
31
  searchInput: FormControl;
@@ -17,7 +17,7 @@ export declare class OrdersComponent implements OnInit {
17
17
  isAuthorized: 'AUTHORIZED' | 'UNAUTHORIZED';
18
18
  isCustomDate: (m: dayjs.Dayjs) => false | "invalid-date";
19
19
  selectedDateRange: any;
20
- tableApiState: BehaviorSubject<"loading" | "loaded" | "initial">;
20
+ tableApiState: BehaviorSubject<"initial" | "loading" | "loaded">;
21
21
  constructor(sopService: TraxService, toastService: ToastService, pageInfo: PageInfoService);
22
22
  ngOnInit(): void;
23
23
  setPageData(): void;
@@ -30,10 +30,10 @@ export declare class ReportsComponent implements OnDestroy, OnInit {
30
30
  checklistSelectControl: FormControl;
31
31
  searchInput: FormControl;
32
32
  checkLists: Checklist[];
33
- checkListsApiState: BehaviorSubject<"loading" | "loaded" | "initial">;
33
+ checkListsApiState: BehaviorSubject<"initial" | "loading" | "loaded">;
34
34
  currentChecklist: Checklist | null | undefined;
35
35
  checklistReports: checkListReport[];
36
- reportsTableApiState: BehaviorSubject<"loading" | "loaded" | "initial">;
36
+ reportsTableApiState: BehaviorSubject<"initial" | "loading" | "loaded">;
37
37
  selectAllControl: FormControl<boolean | null>;
38
38
  constructor(route: ActivatedRoute, gs: GlobalStateService, traxService: TraxService, router: Router, pageInfo: PageInfoService, toastService: ToastService, modalService: NgbModal);
39
39
  ngOnDestroy(): void;
@@ -34,7 +34,7 @@ export declare class TaskConfigureComponent implements OnInit, OnDestroy {
34
34
  name: string;
35
35
  value: string;
36
36
  }[];
37
- assignTableApiState: BehaviorSubject<"loading" | "loaded" | "initial">;
37
+ assignTableApiState: BehaviorSubject<"initial" | "loading" | "loaded">;
38
38
  assignTableData: UserAssignDetails[] | null | undefined;
39
39
  itemsPerPage: number;
40
40
  currentPage: number;
@@ -53,12 +53,13 @@ import * as i51 from "./components/add-multitask/bulkcreationmodel/bulkcreationm
53
53
  import * as i52 from "@angular/common";
54
54
  import * as i53 from "./tango-analyse-trax-routing.module";
55
55
  import * as i54 from "tango-app-ui-shared";
56
- import * as i55 from "@angular/forms";
57
- import * as i56 from "@angular/cdk/drag-drop";
58
- import * as i57 from "ngx-daterangepicker-material";
59
- import * as i58 from "@ng-bootstrap/ng-bootstrap";
56
+ import * as i55 from "./components/eye-test-audit/eye-test-audit/eye-test-audit.module";
57
+ import * as i56 from "@angular/forms";
58
+ import * as i57 from "@angular/cdk/drag-drop";
59
+ import * as i58 from "ngx-daterangepicker-material";
60
+ import * as i59 from "@ng-bootstrap/ng-bootstrap";
60
61
  export declare class TangoAnalyseTraxModule {
61
62
  static ɵfac: i0.ɵɵFactoryDeclaration<TangoAnalyseTraxModule, never>;
62
- static ɵmod: i0.ɵɵNgModuleDeclaration<TangoAnalyseTraxModule, [typeof i1.TangoAnalyseTraxComponent, typeof i2.ChecklistComponent, typeof i3.AddChecklistComponent, typeof i4.TraxpopupComponent, typeof i5.ChecklistConfigureComponent, typeof i6.GalleryComponent, typeof i7.ReactiveSelectComponent, typeof i8.DashboardComponent, typeof i9.DashboardInfoComponent, typeof i7.ReactiveSelectComponent, typeof i10.FlagsComponent, typeof i11.FlagsInfoComponent, typeof i12.UnattendedPieChartComponent, typeof i13.MonthlyperformanceDatepickerComponent, typeof i14.TraxStoreComponent, typeof i15.MultiDateDatepickerComponent, typeof i16.PaginationComponent, typeof i17.ChipDropdownComponent, typeof i18.ReportsComponent, typeof i19.ManagechecklistComponent, typeof i20.ChecklistlayoutComponent, typeof i21.FlagLayoutComponent, typeof i22.DashboardLayoutComponent, typeof i23.CustomSelectComponent, typeof i24.OrdersComponent, typeof i25.ExportGalleryComponent, typeof i26.DatePickerComponent, typeof i27.CreateTaskComponent, typeof i28.TaskConfigureComponent, typeof i29.ActivityLogComponent, typeof i30.TaskComponent, typeof i31.TaskInfoComponent, typeof i32.TaskLayoutComponent, typeof i33.TaskinfoEditComponent, typeof i34.ActionCentreComponent, typeof i35.GroupSelectComponent, typeof i36.AddTaskComponent, typeof i37.TaskLogsComponent, typeof i38.ApprovalPopupComponent, typeof i39.ManageTaskComponent, typeof i40.CustomsingleSelectComponent, typeof i41.MultiChipDropdownComponent, typeof i42.FlagsNewComponent, typeof i43.AssignComponent, typeof i44.ActivityLogV2Component, typeof i45.ViewActionComponent, typeof i46.StoreUserDropdownComponent, typeof i47.DateRangePickerComponent, typeof i48.TraxRunAIPopupComponent, typeof i49.DisabledSelectComponent, typeof i50.AddMultitaskComponent, typeof i51.BulkcreationmodelComponent], [typeof i52.CommonModule, typeof i53.TangoAnalyseTraxRoutingModule, typeof i54.CommonSharedModule, typeof i55.FormsModule, typeof i56.DragDropModule, typeof i55.ReactiveFormsModule, typeof i57.NgxDaterangepickerMd, typeof i58.NgbTooltipModule, typeof i58.NgbModule, typeof i58.NgbAccordionModule], never>;
63
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TangoAnalyseTraxModule, [typeof i1.TangoAnalyseTraxComponent, typeof i2.ChecklistComponent, typeof i3.AddChecklistComponent, typeof i4.TraxpopupComponent, typeof i5.ChecklistConfigureComponent, typeof i6.GalleryComponent, typeof i7.ReactiveSelectComponent, typeof i8.DashboardComponent, typeof i9.DashboardInfoComponent, typeof i7.ReactiveSelectComponent, typeof i10.FlagsComponent, typeof i11.FlagsInfoComponent, typeof i12.UnattendedPieChartComponent, typeof i13.MonthlyperformanceDatepickerComponent, typeof i14.TraxStoreComponent, typeof i15.MultiDateDatepickerComponent, typeof i16.PaginationComponent, typeof i17.ChipDropdownComponent, typeof i18.ReportsComponent, typeof i19.ManagechecklistComponent, typeof i20.ChecklistlayoutComponent, typeof i21.FlagLayoutComponent, typeof i22.DashboardLayoutComponent, typeof i23.CustomSelectComponent, typeof i24.OrdersComponent, typeof i25.ExportGalleryComponent, typeof i26.DatePickerComponent, typeof i27.CreateTaskComponent, typeof i28.TaskConfigureComponent, typeof i29.ActivityLogComponent, typeof i30.TaskComponent, typeof i31.TaskInfoComponent, typeof i32.TaskLayoutComponent, typeof i33.TaskinfoEditComponent, typeof i34.ActionCentreComponent, typeof i35.GroupSelectComponent, typeof i36.AddTaskComponent, typeof i37.TaskLogsComponent, typeof i38.ApprovalPopupComponent, typeof i39.ManageTaskComponent, typeof i40.CustomsingleSelectComponent, typeof i41.MultiChipDropdownComponent, typeof i42.FlagsNewComponent, typeof i43.AssignComponent, typeof i44.ActivityLogV2Component, typeof i45.ViewActionComponent, typeof i46.StoreUserDropdownComponent, typeof i47.DateRangePickerComponent, typeof i48.TraxRunAIPopupComponent, typeof i49.DisabledSelectComponent, typeof i50.AddMultitaskComponent, typeof i51.BulkcreationmodelComponent], [typeof i52.CommonModule, typeof i53.TangoAnalyseTraxRoutingModule, typeof i54.CommonSharedModule, typeof i55.EyeTestAuditModule, typeof i56.FormsModule, typeof i57.DragDropModule, typeof i56.ReactiveFormsModule, typeof i58.NgxDaterangepickerMd, typeof i59.NgbTooltipModule, typeof i59.NgbModule, typeof i59.NgbAccordionModule], never>;
63
64
  static ɵinj: i0.ɵɵInjectorDeclaration<TangoAnalyseTraxModule>;
64
65
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tango-app-ui-analyse-trax",
3
- "version": "3.7.14",
3
+ "version": "3.7.15",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.0",
6
6
  "@angular/core": "^17.3.0"