tango-app-ui-analyse-trax 3.6.2-bulktask-10 → 3.6.2-bulktask-13
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/activity-log-v2/activity-log-v2.component.mjs +116 -96
- package/esm2022/lib/components/add-checklist/add-checklist.component.mjs +20 -17
- package/esm2022/lib/components/add-multitask/add-multitask.component.mjs +7 -3
- package/esm2022/lib/components/add-multitask/bulkcreationmodel/bulkcreationmodel.component.mjs +3 -3
- package/esm2022/lib/components/flags/flags.component.mjs +3 -3
- package/esm2022/lib/components/flags-info/flags-info.component.mjs +30 -30
- package/esm2022/lib/components/flags-new/flags-new.component.mjs +24 -15
- package/esm2022/lib/components/flags-new/flags-new.interface.mjs +1 -1
- package/esm2022/lib/components/gallery/gallery.component.mjs +5 -4
- package/esm2022/lib/components/manage-task/manage-task.component.mjs +3 -3
- package/fesm2022/{tango-app-ui-analyse-trax-eye-test-audit.module-xWCF4GYV.mjs → tango-app-ui-analyse-trax-eye-test-audit.module-VtfBAXzU.mjs} +2 -2
- package/fesm2022/{tango-app-ui-analyse-trax-eye-test-audit.module-xWCF4GYV.mjs.map → tango-app-ui-analyse-trax-eye-test-audit.module-VtfBAXzU.mjs.map} +1 -1
- package/fesm2022/{tango-app-ui-analyse-trax-tango-app-ui-analyse-trax-BthftGbi.mjs → tango-app-ui-analyse-trax-tango-app-ui-analyse-trax-DWDpA3zS.mjs} +204 -167
- package/fesm2022/tango-app-ui-analyse-trax-tango-app-ui-analyse-trax-DWDpA3zS.mjs.map +1 -0
- package/fesm2022/tango-app-ui-analyse-trax.mjs +1 -1
- package/lib/components/add-multitask/add-multitask.component.d.ts +1 -0
- package/lib/components/flags-info/flags-info.component.d.ts +1 -1
- package/lib/components/flags-new/flags-new.component.d.ts +1 -1
- package/lib/components/flags-new/flags-new.interface.d.ts +7 -0
- package/package.json +1 -1
- package/fesm2022/tango-app-ui-analyse-trax-tango-app-ui-analyse-trax-BthftGbi.mjs.map +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { b as TangoAnalyseTraxComponent, a as TangoAnalyseTraxModule } from './tango-app-ui-analyse-trax-tango-app-ui-analyse-trax-
|
|
1
|
+
export { b as TangoAnalyseTraxComponent, a as TangoAnalyseTraxModule } from './tango-app-ui-analyse-trax-tango-app-ui-analyse-trax-DWDpA3zS.mjs';
|
|
2
2
|
import '@angular/core';
|
|
3
3
|
import '@angular/common';
|
|
4
4
|
import '@angular/router';
|
|
@@ -59,6 +59,7 @@ export declare class AddMultitaskComponent implements OnDestroy {
|
|
|
59
59
|
goToSlide(index: number): void;
|
|
60
60
|
cancel(): void;
|
|
61
61
|
onSubmit(): void;
|
|
62
|
+
preventEnter(event: any): void;
|
|
62
63
|
createForm(): void;
|
|
63
64
|
addSectionForm(section?: Section): void;
|
|
64
65
|
addQuestionForm(question: Question, sectionIndex: number, insertIndex?: number): void;
|
|
@@ -40,7 +40,7 @@ export declare class FlagsInfoComponent implements OnDestroy, OnInit, OnDestroy
|
|
|
40
40
|
flagCardTrends: FlagCardTrends | null | undefined;
|
|
41
41
|
unattendedSummaryChartNumber: number;
|
|
42
42
|
dateComparisonType: 'daily' | 'weekly' | 'monthly';
|
|
43
|
-
customFlagType: 'question' | 'flag' | 'all';
|
|
43
|
+
customFlagType: 'question' | 'flag' | 'all' | 'runAI';
|
|
44
44
|
selectedlistselectControl: FormControl;
|
|
45
45
|
form: FormGroup;
|
|
46
46
|
statusselectControl: {
|
|
@@ -48,7 +48,7 @@ export declare class FlagsNewComponent implements OnInit, OnDestroy {
|
|
|
48
48
|
sortData(column: string): void;
|
|
49
49
|
onPageSizeChange(pageSize: any): void;
|
|
50
50
|
onPageChange(pageOffset: any): void;
|
|
51
|
-
viewInDetail(checklistId: string | undefined, type?: 'question' | 'time'): void;
|
|
51
|
+
viewInDetail(checklistId: string | undefined, type?: 'question' | 'time' | 'runAI'): void;
|
|
52
52
|
dateComparisonValueChange(val: 'daily' | 'weekly' | 'monthly'): void;
|
|
53
53
|
selectTabs(flag: any): void;
|
|
54
54
|
checklistCountByType(): void;
|
|
@@ -8,6 +8,10 @@ interface FlagCards {
|
|
|
8
8
|
detectionFlag: {
|
|
9
9
|
count: number;
|
|
10
10
|
};
|
|
11
|
+
runAIFlag: {
|
|
12
|
+
flagCount: number;
|
|
13
|
+
list: any;
|
|
14
|
+
};
|
|
11
15
|
totalFlag: number;
|
|
12
16
|
}
|
|
13
17
|
export interface IFlagCards {
|
|
@@ -23,6 +27,7 @@ interface FlagComparisonCards {
|
|
|
23
27
|
delayInSubmissionComparisonFlag: ComparisonFlag;
|
|
24
28
|
detectionComparisonFlag: ComparisonFlag;
|
|
25
29
|
traxMonthlyComparison: ComparisonFlag;
|
|
30
|
+
runAIComparisonFlag: ComparisonFlag;
|
|
26
31
|
}
|
|
27
32
|
export interface IFlagComparisonCards {
|
|
28
33
|
flagComparisonCards: FlagComparisonCards;
|
|
@@ -43,6 +48,8 @@ export interface FlagsTableData {
|
|
|
43
48
|
complianceRate: number;
|
|
44
49
|
customQuestionFlagCount: number;
|
|
45
50
|
customTimeFlagCount: number;
|
|
51
|
+
runAIQuestionCount: number;
|
|
52
|
+
runAIFlag: number;
|
|
46
53
|
}
|
|
47
54
|
interface DateRange {
|
|
48
55
|
startDate: string;
|