tango-app-ui-analyse-trax 3.3.1-alpha-task.62 → 3.3.1-alpha-task.63

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.
@@ -0,0 +1,38 @@
1
+ import { ChangeDetectorRef, OnInit } from '@angular/core';
2
+ import { FormBuilder, FormGroup } from '@angular/forms';
3
+ import { GlobalStateService } from 'tango-app-ui-global';
4
+ import { TraxService } from '../../services/trax.service';
5
+ import { NgbModal } from '@ng-bootstrap/ng-bootstrap';
6
+ import { Router } from '@angular/router';
7
+ import * as i0 from "@angular/core";
8
+ export declare class AddTaskComponent implements OnInit {
9
+ private fb;
10
+ private gs;
11
+ private traxService;
12
+ private cd;
13
+ private modalService;
14
+ private router;
15
+ addTaskForm: FormGroup;
16
+ type: any;
17
+ answerType: {
18
+ label: string;
19
+ value: string;
20
+ }[];
21
+ taskContainer: HTMLElement | null;
22
+ taskDetails: any;
23
+ constructor(fb: FormBuilder, gs: GlobalStateService, traxService: TraxService, cd: ChangeDetectorRef, modalService: NgbModal, router: Router);
24
+ ngOnInit(): void;
25
+ tasks: number[];
26
+ taskCounter: number;
27
+ addTask(): void;
28
+ removeTask(taskId: number): void;
29
+ cancel(): void;
30
+ onSubmit(): void;
31
+ createForm(): void;
32
+ openDropdown(event: MouseEvent): void;
33
+ selectedItem: any;
34
+ dropDown: boolean;
35
+ selectItem(value: any): void;
36
+ static ɵfac: i0.ɵɵFactoryDeclaration<AddTaskComponent, never>;
37
+ static ɵcmp: i0.ɵɵComponentDeclaration<AddTaskComponent, "lib-add-task", never, { "type": { "alias": "type"; "required": false; }; }, {}, never, never, false, never>;
38
+ }
@@ -3,6 +3,7 @@ import { ActivatedRoute, Router } from '@angular/router';
3
3
  import { GlobalStateService, PageInfoService } from 'tango-app-ui-global';
4
4
  import { ToastService } from 'tango-app-ui-shared';
5
5
  import { TraxService } from '../../services/trax.service';
6
+ import dayjs from 'dayjs';
6
7
  import * as i0 from "@angular/core";
7
8
  export declare class DashboardComponent implements OnDestroy, OnInit {
8
9
  private route;
@@ -12,6 +13,7 @@ export declare class DashboardComponent implements OnDestroy, OnInit {
12
13
  private toast;
13
14
  private TraxService;
14
15
  private pageInfo;
16
+ dayjs: typeof dayjs;
15
17
  receivedData: string;
16
18
  private destroy$;
17
19
  isExport: boolean;
@@ -78,6 +78,7 @@ export declare class GalleryComponent implements OnInit, OnDestroy {
78
78
  resetValidation(): void;
79
79
  onStartDateChange(event: any): void;
80
80
  selectAllStore(event: any): void;
81
+ datashow: boolean;
81
82
  updateCheck(event: any, storedata: any): void;
82
83
  createForm(): void;
83
84
  datechange(event: TimePeriod): void;
@@ -107,7 +108,6 @@ export declare class GalleryComponent implements OnInit, OnDestroy {
107
108
  viewChecklists(sectionName: any, questionName: any): void;
108
109
  exportXLSX(type: any): void;
109
110
  taskCreate(): void;
110
- redo(): void;
111
111
  showsidenav: boolean;
112
112
  sidenav(): void;
113
113
  onPageChange(page: number): void;
@@ -120,6 +120,7 @@ export declare class GalleryComponent implements OnInit, OnDestroy {
120
120
  questionscount(data: any): number;
121
121
  setExportAsPPT(type: any, fileType: any): void;
122
122
  reset(): void;
123
+ addTask(type: any): void;
123
124
  static ɵfac: i0.ɵɵFactoryDeclaration<GalleryComponent, never>;
124
125
  static ɵcmp: i0.ɵɵComponentDeclaration<GalleryComponent, "lib-gallery", never, {}, {}, never, never, false, never>;
125
126
  }
@@ -34,15 +34,16 @@ import * as i32 from "./components/task-layout/task-layout.component";
34
34
  import * as i33 from "./components/task-info/taskinfo-edit/taskinfo-edit.component";
35
35
  import * as i34 from "./components/action-centre/action-centre.component";
36
36
  import * as i35 from "./components/group-select/group-select.component";
37
- import * as i36 from "@angular/common";
38
- import * as i37 from "./tango-analyse-trax-routing.module";
39
- import * as i38 from "tango-app-ui-shared";
40
- import * as i39 from "@angular/forms";
41
- import * as i40 from "@angular/cdk/drag-drop";
42
- import * as i41 from "ngx-daterangepicker-material";
43
- import * as i42 from "@ng-bootstrap/ng-bootstrap";
37
+ import * as i36 from "./components/add-task/add-task.component";
38
+ import * as i37 from "@angular/common";
39
+ import * as i38 from "./tango-analyse-trax-routing.module";
40
+ import * as i39 from "tango-app-ui-shared";
41
+ import * as i40 from "@angular/forms";
42
+ import * as i41 from "@angular/cdk/drag-drop";
43
+ import * as i42 from "ngx-daterangepicker-material";
44
+ import * as i43 from "@ng-bootstrap/ng-bootstrap";
44
45
  export declare class TangoAnalyseTraxModule {
45
46
  static ɵfac: i0.ɵɵFactoryDeclaration<TangoAnalyseTraxModule, never>;
46
- 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.CommonModule, typeof i37.TangoAnalyseTraxRoutingModule, typeof i38.CommonSharedModule, typeof i39.FormsModule, typeof i40.DragDropModule, typeof i39.ReactiveFormsModule, typeof i41.NgxDaterangepickerMd, typeof i42.NgbTooltipModule, typeof i42.NgbModule, typeof i42.NgbAccordionModule], never>;
47
+ 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.CommonModule, typeof i38.TangoAnalyseTraxRoutingModule, typeof i39.CommonSharedModule, typeof i40.FormsModule, typeof i41.DragDropModule, typeof i40.ReactiveFormsModule, typeof i42.NgxDaterangepickerMd, typeof i43.NgbTooltipModule, typeof i43.NgbModule, typeof i43.NgbAccordionModule], never>;
47
48
  static ɵinj: i0.ɵɵInjectorDeclaration<TangoAnalyseTraxModule>;
48
49
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tango-app-ui-analyse-trax",
3
- "version": "3.3.1-alpha-task.62",
3
+ "version": "3.3.1-alpha-task.63",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.0",
6
6
  "@angular/core": "^17.3.0"