tango-app-ui-analyse-trax 3.6.0 → 3.6.2-bulktask-2

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 (56) hide show
  1. package/esm2022/lib/components/action-centre/action-centre.component.mjs +3 -3
  2. package/esm2022/lib/components/activity-log-v2/activity-log-v2.component.mjs +3 -2
  3. package/esm2022/lib/components/activity-log-v2/log-view-popup/store-user-dropdown/store-user-dropdown.component.mjs +3 -3
  4. package/esm2022/lib/components/activity-log-v2/log-view-popup/view-action/view-action.component.mjs +3 -3
  5. package/esm2022/lib/components/add-checklist/add-checklist.component.mjs +5 -3
  6. package/esm2022/lib/components/add-multitask/add-multitask.component.mjs +538 -0
  7. package/esm2022/lib/components/add-multitask/bulkcreationmodel/bulkcreationmodel.component.mjs +269 -0
  8. package/esm2022/lib/components/add-multitask/create-task.data.mjs +306 -0
  9. package/esm2022/lib/components/add-multitask/create-task.interface.mjs +2 -0
  10. package/esm2022/lib/components/add-multitask/unique-string-validator.mjs +10 -0
  11. package/esm2022/lib/components/add-multitask/whitespace-validator.mjs +10 -0
  12. package/esm2022/lib/components/add-task/add-task.component.mjs +3 -1
  13. package/esm2022/lib/components/checklist-configure/checklist-configure.component.mjs +4 -4
  14. package/esm2022/lib/components/dashboard/dashboard.component.mjs +3 -3
  15. package/esm2022/lib/components/dashboard-info/dashboard-info.component.mjs +1 -1
  16. package/esm2022/lib/components/disabled-select/disabled-select.component.mjs +158 -0
  17. package/esm2022/lib/components/export-gallery/export-gallery.component.mjs +7 -2
  18. package/esm2022/lib/components/eye-test-audit/eye-test/eye-test.component.mjs +11 -17
  19. package/esm2022/lib/components/eye-test-audit/group-select/group-select.component.mjs +3 -3
  20. package/esm2022/lib/components/eye-test-audit/reactive-select/reactive-select.component.mjs +3 -3
  21. package/esm2022/lib/components/flags/flags.component.mjs +1 -1
  22. package/esm2022/lib/components/flags-info/flags-info.component.mjs +1 -1
  23. package/esm2022/lib/components/gallery/gallery.component.mjs +324 -50
  24. package/esm2022/lib/components/reactive-select/reactive-select.component.mjs +6 -3
  25. package/esm2022/lib/components/task-configure/task-configure.component.mjs +6 -6
  26. package/esm2022/lib/components/task-info/task-info.component.mjs +1 -1
  27. package/esm2022/lib/services/trax.service.mjs +20 -2
  28. package/esm2022/lib/tango-analyse-trax.module.mjs +12 -5
  29. package/fesm2022/{tango-app-ui-analyse-trax-eye-test-audit.module-mp5zGDN4.mjs → tango-app-ui-analyse-trax-eye-test-audit.module-B6bePYMW.mjs} +20 -26
  30. package/fesm2022/tango-app-ui-analyse-trax-eye-test-audit.module-B6bePYMW.mjs.map +1 -0
  31. package/fesm2022/{tango-app-ui-analyse-trax-tango-app-ui-analyse-trax-DKvlR9IQ.mjs → tango-app-ui-analyse-trax-tango-app-ui-analyse-trax-IHj5-6FY.mjs} +1820 -253
  32. package/fesm2022/tango-app-ui-analyse-trax-tango-app-ui-analyse-trax-IHj5-6FY.mjs.map +1 -0
  33. package/fesm2022/tango-app-ui-analyse-trax.mjs +1 -1
  34. package/lib/components/activity-log-v2/activity-log-v2.component.d.ts +1 -0
  35. package/lib/components/add-multitask/add-multitask.component.d.ts +95 -0
  36. package/lib/components/add-multitask/bulkcreationmodel/bulkcreationmodel.component.d.ts +42 -0
  37. package/lib/components/add-multitask/create-task.data.d.ts +244 -0
  38. package/lib/components/add-multitask/create-task.interface.d.ts +147 -0
  39. package/lib/components/add-multitask/unique-string-validator.d.ts +2 -0
  40. package/lib/components/add-multitask/whitespace-validator.d.ts +2 -0
  41. package/lib/components/disabled-select/disabled-select.component.d.ts +34 -0
  42. package/lib/components/eye-test-audit/eye-test-audit/start-audit/start-audit.component.d.ts +2 -2
  43. package/lib/components/flags/flags.component.d.ts +2 -2
  44. package/lib/components/flags-info/flags-info.component.d.ts +3 -3
  45. package/lib/components/flags-new/flags-new.component.d.ts +2 -2
  46. package/lib/components/gallery/gallery.component.d.ts +40 -2
  47. package/lib/components/manage-task/manage-task.component.d.ts +1 -1
  48. package/lib/components/orders/orders.component.d.ts +1 -1
  49. package/lib/components/reactive-select/reactive-select.component.d.ts +2 -2
  50. package/lib/components/reports/reports.component.d.ts +2 -2
  51. package/lib/components/task-configure/task-configure.component.d.ts +3 -3
  52. package/lib/services/trax.service.d.ts +6 -1
  53. package/lib/tango-analyse-trax.module.d.ts +11 -8
  54. package/package.json +1 -1
  55. package/fesm2022/tango-app-ui-analyse-trax-eye-test-audit.module-mp5zGDN4.mjs.map +0 -1
  56. package/fesm2022/tango-app-ui-analyse-trax-tango-app-ui-analyse-trax-DKvlR9IQ.mjs.map +0 -1
@@ -1,4 +1,4 @@
1
- import { ChangeDetectorRef, ElementRef, OnDestroy, OnInit } from '@angular/core';
1
+ import { AfterViewInit, ChangeDetectorRef, ElementRef, OnDestroy, OnInit } from '@angular/core';
2
2
  import { FormBuilder, FormGroup } from '@angular/forms';
3
3
  import dayjs, { Dayjs } from "dayjs";
4
4
  import { TimePeriod } from 'ngx-daterangepicker-material/daterangepicker.component';
@@ -9,7 +9,7 @@ import { ToastService } from 'tango-app-ui-shared';
9
9
  import { Location } from '@angular/common';
10
10
  import { NgbModal } from '@ng-bootstrap/ng-bootstrap';
11
11
  import * as i0 from "@angular/core";
12
- export declare class GalleryComponent implements OnInit, OnDestroy {
12
+ export declare class GalleryComponent implements OnInit, OnDestroy, AfterViewInit {
13
13
  private fb;
14
14
  gs: GlobalStateService;
15
15
  private traxService;
@@ -21,6 +21,7 @@ export declare class GalleryComponent implements OnInit, OnDestroy {
21
21
  private location;
22
22
  private pageInfo;
23
23
  dayjs: typeof dayjs;
24
+ notifyCount: number;
24
25
  selectedDateRange: any;
25
26
  isCustomDate: (m: dayjs.Dayjs) => false | "invalid-date";
26
27
  galleryForm: FormGroup;
@@ -88,10 +89,22 @@ export declare class GalleryComponent implements OnInit, OnDestroy {
88
89
  viewImage: any;
89
90
  zoneList: any;
90
91
  approveFilter: any;
92
+ userDetails: any;
93
+ timeoutId: any;
94
+ selectedStores: any;
95
+ selectedUsers: any;
96
+ inputDataTask: any;
97
+ otherTaskData: any;
98
+ refImage: any[];
91
99
  constructor(fb: FormBuilder, gs: GlobalStateService, traxService: TraxService, cd: ChangeDetectorRef, modalService: NgbModal, route: ActivatedRoute, router: Router, toastService: ToastService, location: Location, pageInfo: PageInfoService);
100
+ ngAfterViewInit(): void;
92
101
  checktodayDate(checklistDate: any): boolean;
93
102
  ngOnDestroy(): void;
103
+ requestPermission(): void;
104
+ notify(data: any): void;
105
+ refreshnow(): void;
94
106
  ngOnInit(): void;
107
+ checkNotifications(): void;
95
108
  setPageData(): void;
96
109
  getAllGroups(): void;
97
110
  getAllTeams(): void;
@@ -140,6 +153,8 @@ export declare class GalleryComponent implements OnInit, OnDestroy {
140
153
  getcustomerunattendedview(): void;
141
154
  getmobileUsageDataview(): void;
142
155
  getfilterCount(): void;
156
+ createMultipleTask(type: any): void;
157
+ selectedmultiTask(event: any, checklist: any, data: any, checklistInfo: any, sectionInfo: any): void;
143
158
  selectsinglequestion(): void;
144
159
  appoveChecklist(): void;
145
160
  checklistApprove(): void;
@@ -173,6 +188,29 @@ export declare class GalleryComponent implements OnInit, OnDestroy {
173
188
  categoryChange(): void;
174
189
  zoomPopup: ElementRef;
175
190
  openModel(data: any): void;
191
+ getGridColumns(length: number): string;
192
+ getGridRowHeight(length: number): string;
193
+ hasReferenceImages(question: any): boolean;
194
+ hasChecklistReferenceImages(question: any): boolean;
195
+ hasQuestionReferenceImages(question: any): boolean;
196
+ isValidImage(item: any): boolean;
197
+ selectedImageUrl: any;
198
+ selectedImageName: string;
199
+ currentImageIndex: number;
200
+ imageList: string[];
201
+ imageNameList: string[];
202
+ openImagePopup1(images: string[], index: number): void;
203
+ openImagePopup(images: string[], names: string[], index: number): void;
204
+ navigateImage(direction: 'prev' | 'next'): void;
205
+ getImageUrls(userAnswers: any[]): string[];
206
+ getImageNames(userAnswers: any[]): string[];
207
+ getRefchecklistImageUrls(userAnswers: any[]): string[];
208
+ getRefchecklistImageNames(userAnswers: any[]): string[];
209
+ getQustRefchecklistImageUrls(userAnswers: any[]): string[];
210
+ getQustRefchecklistImageNames(userAnswers: any[]): string[];
211
+ getRefImageUrls(userAnswers: any[]): string[];
212
+ getRefImageNames(userAnswers: any[]): string[];
213
+ downloadVideo(fileName: string): void;
176
214
  static ɵfac: i0.ɵɵFactoryDeclaration<GalleryComponent, never>;
177
215
  static ɵcmp: i0.ɵɵComponentDeclaration<GalleryComponent, "lib-gallery", never, {}, {}, never, never, false, never>;
178
216
  }
@@ -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" | "initial" | "loaded">;
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" | "initial" | "loaded">;
20
+ tableApiState: BehaviorSubject<"initial" | "loading" | "loaded">;
21
21
  constructor(sopService: TraxService, toastService: ToastService, pageInfo: PageInfoService);
22
22
  ngOnInit(): void;
23
23
  setPageData(): void;
@@ -7,7 +7,7 @@ export declare class ReactiveSelectComponent implements ControlValueAccessor, On
7
7
  private cd;
8
8
  private onTouched;
9
9
  private onChanged;
10
- protected isDisabled: boolean;
10
+ isDisabled: boolean;
11
11
  idField: string;
12
12
  nameField: string;
13
13
  label: string;
@@ -28,5 +28,5 @@ export declare class ReactiveSelectComponent implements ControlValueAccessor, On
28
28
  isComponentClicked(targetElement: HTMLElement): boolean;
29
29
  openDropdown(): void;
30
30
  static ɵfac: i0.ɵɵFactoryDeclaration<ReactiveSelectComponent, never>;
31
- static ɵcmp: i0.ɵɵComponentDeclaration<ReactiveSelectComponent, "lib-reactive-select", never, { "idField": { "alias": "idField"; "required": false; }; "nameField": { "alias": "nameField"; "required": false; }; "label": { "alias": "label"; "required": false; }; "data": { "alias": "data"; "required": false; }; }, { "itemChange": "itemChange"; }, never, never, false, never>;
31
+ static ɵcmp: i0.ɵɵComponentDeclaration<ReactiveSelectComponent, "lib-reactive-select", never, { "isDisabled": { "alias": "isDisabled"; "required": false; }; "idField": { "alias": "idField"; "required": false; }; "nameField": { "alias": "nameField"; "required": false; }; "label": { "alias": "label"; "required": false; }; "data": { "alias": "data"; "required": false; }; }, { "itemChange": "itemChange"; }, never, never, false, never>;
32
32
  }
@@ -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" | "initial" | "loaded">;
33
+ checkListsApiState: BehaviorSubject<"initial" | "loading" | "loaded">;
34
34
  currentChecklist: Checklist | null | undefined;
35
35
  checklistReports: checkListReport[];
36
- reportsTableApiState: BehaviorSubject<"loading" | "initial" | "loaded">;
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" | "initial" | "loaded">;
37
+ assignTableApiState: BehaviorSubject<"initial" | "loading" | "loaded">;
38
38
  assignTableData: UserAssignDetails[] | null | undefined;
39
39
  itemsPerPage: number;
40
40
  currentPage: number;
@@ -57,6 +57,8 @@ export declare class TaskConfigureComponent implements OnInit, OnDestroy {
57
57
  searchInput: FormControl<string | null>;
58
58
  selectAllInput: FormControl<boolean | null>;
59
59
  removedUsers: Set<unknown>;
60
+ added: never[];
61
+ removed: never[];
60
62
  fileInput: ElementRef;
61
63
  fileInput1: ElementRef;
62
64
  bulkupload: any;
@@ -64,8 +66,6 @@ export declare class TaskConfigureComponent implements OnInit, OnDestroy {
64
66
  confirmUser: any;
65
67
  reminderRepeatSchedules: FormArray;
66
68
  reminderRepeatScheduleOptions: number[];
67
- added: never[];
68
- removed: never[];
69
69
  constructor(route: ActivatedRoute, pageInfo: PageInfoService, traxService: TraxService, dialog: NgbModal, toastService: ToastService, router: Router, cd: ChangeDetectorRef, fb: FormBuilder);
70
70
  ngOnDestroy(): void;
71
71
  ngOnInit(): void;
@@ -9,6 +9,7 @@ export declare class TraxService implements OnDestroy {
9
9
  traxUrl: any;
10
10
  storeUrl: any;
11
11
  galleryApiUrl: any;
12
+ activitylogUrl: any;
12
13
  dropDownTrigger: BehaviorSubject<any>;
13
14
  private reloadDataSubject;
14
15
  reloadData$: Observable<boolean>;
@@ -16,7 +17,6 @@ export declare class TraxService implements OnDestroy {
16
17
  clientAPiUrl: any;
17
18
  trafficApiUrl: any;
18
19
  traxTaskUrl: string;
19
- activitylogUrl: any;
20
20
  constructor(http: HttpClient, gs: GlobalStateService);
21
21
  triggerReload(): void;
22
22
  exportAsExcelFile(json: any[], excelFileName: string): void;
@@ -42,6 +42,7 @@ export declare class TraxService implements OnDestroy {
42
42
  imageupload(users: any): Observable<Object>;
43
43
  taskImageupload(users: any): Observable<Object>;
44
44
  validateUser(users: any): Observable<Object>;
45
+ taskvalidateUserData(users: any): Observable<Object>;
45
46
  assignUpload(users: any): Observable<Object>;
46
47
  validateUserv1(users: any): Observable<Object>;
47
48
  taskvalidateUserv1(users: any): Observable<Object>;
@@ -84,7 +85,10 @@ export declare class TraxService implements OnDestroy {
84
85
  getInfoCardsData(data: any): Observable<any>;
85
86
  checklistFlagTable(body: any): Observable<any>;
86
87
  CreatechecklistTask(body: any): Observable<any>;
88
+ CreatechecklistMultiTask(body: any): Observable<any>;
87
89
  redoTaskchecklist(body: any): Observable<any>;
90
+ redoTaskmultichecklist(body: any): Observable<any>;
91
+ redomultiTask(body: any): Observable<any>;
88
92
  redoTask(body: any): Observable<any>;
89
93
  getredoLogs(body: any): Observable<any>;
90
94
  exportChecklistFlagTable(body: any): Observable<any>;
@@ -116,6 +120,7 @@ export declare class TraxService implements OnDestroy {
116
120
  orderDelete(data: any): Observable<Object>;
117
121
  isLocusAuthorized(): Observable<Object>;
118
122
  reinitiateChecklist(data: any): Observable<Object>;
123
+ checkNotificationCount(data: any): Observable<Object>;
119
124
  exportAsCSVFile(json: any[], excelFileName: string, identifier?: any[]): void;
120
125
  private saveAsCSVFile;
121
126
  reInitiate(body: any): Observable<any>;
@@ -46,15 +46,18 @@ import * as i44 from "./components/activity-log-v2/activity-log-v2.component";
46
46
  import * as i45 from "./components/activity-log-v2/log-view-popup/view-action/view-action.component";
47
47
  import * as i46 from "./components/activity-log-v2/log-view-popup/store-user-dropdown/store-user-dropdown.component";
48
48
  import * as i47 from "./components/activity-log-v2/log-view-popup/date-range-picker/date-range-picker.component";
49
- import * as i48 from "@angular/common";
50
- import * as i49 from "./tango-analyse-trax-routing.module";
51
- import * as i50 from "tango-app-ui-shared";
52
- import * as i51 from "@angular/forms";
53
- import * as i52 from "@angular/cdk/drag-drop";
54
- import * as i53 from "ngx-daterangepicker-material";
55
- import * as i54 from "@ng-bootstrap/ng-bootstrap";
49
+ import * as i48 from "./components/disabled-select/disabled-select.component";
50
+ import * as i49 from "./components/add-multitask/add-multitask.component";
51
+ import * as i50 from "./components/add-multitask/bulkcreationmodel/bulkcreationmodel.component";
52
+ import * as i51 from "@angular/common";
53
+ import * as i52 from "./tango-analyse-trax-routing.module";
54
+ import * as i53 from "tango-app-ui-shared";
55
+ import * as i54 from "@angular/forms";
56
+ import * as i55 from "@angular/cdk/drag-drop";
57
+ import * as i56 from "ngx-daterangepicker-material";
58
+ import * as i57 from "@ng-bootstrap/ng-bootstrap";
56
59
  export declare class TangoAnalyseTraxModule {
57
60
  static ɵfac: i0.ɵɵFactoryDeclaration<TangoAnalyseTraxModule, never>;
58
- 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.CommonModule, typeof i49.TangoAnalyseTraxRoutingModule, typeof i50.CommonSharedModule, typeof i51.FormsModule, typeof i52.DragDropModule, typeof i51.ReactiveFormsModule, typeof i53.NgxDaterangepickerMd, typeof i54.NgbTooltipModule, typeof i54.NgbModule, typeof i54.NgbAccordionModule], never>;
61
+ 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.DisabledSelectComponent, typeof i49.AddMultitaskComponent, typeof i50.BulkcreationmodelComponent], [typeof i51.CommonModule, typeof i52.TangoAnalyseTraxRoutingModule, typeof i53.CommonSharedModule, typeof i54.FormsModule, typeof i55.DragDropModule, typeof i54.ReactiveFormsModule, typeof i56.NgxDaterangepickerMd, typeof i57.NgbTooltipModule, typeof i57.NgbModule, typeof i57.NgbAccordionModule], never>;
59
62
  static ɵinj: i0.ɵɵInjectorDeclaration<TangoAnalyseTraxModule>;
60
63
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tango-app-ui-analyse-trax",
3
- "version": "3.6.0",
3
+ "version": "3.6.2-bulktask-2",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.0",
6
6
  "@angular/core": "^17.3.0"