@amc-technology/ui-library 1.0.100 → 1.0.101
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/amc-technology-ui-library.mjs +5 -0
- package/esm2022/projects/UILibrary/src/app/Helpers.mjs +11 -0
- package/esm2022/projects/UILibrary/src/app/components/activity/activity.component.mjs +79 -0
- package/esm2022/projects/UILibrary/src/app/components/chat-box/chat-box.component.mjs +137 -0
- package/esm2022/projects/UILibrary/src/app/components/chat-message/chat-message.component.mjs +40 -0
- package/esm2022/projects/UILibrary/src/app/components/create/create.component.mjs +34 -0
- package/esm2022/projects/UILibrary/src/app/components/current-activity/current-activity.component.mjs +170 -0
- package/esm2022/projects/UILibrary/src/app/components/disposition/disposition.component.mjs +47 -0
- package/esm2022/projects/UILibrary/src/app/components/duration/duration.component.mjs +58 -0
- package/esm2022/projects/UILibrary/src/app/components/holdtimer/holdtimer.component.mjs +72 -0
- package/esm2022/projects/UILibrary/src/app/components/interaction/interaction.component.mjs +98 -0
- package/esm2022/projects/UILibrary/src/app/components/login/login.component.mjs +41 -0
- package/esm2022/projects/UILibrary/src/app/components/operation/operation.component.mjs +56 -0
- package/esm2022/projects/UILibrary/src/app/components/property/property.component.mjs +106 -0
- package/esm2022/projects/UILibrary/src/app/components/recent-activity/recent-activity.component.mjs +144 -0
- package/esm2022/projects/UILibrary/src/app/components/scenario/scenario.component.mjs +38 -0
- package/esm2022/projects/UILibrary/src/app/components/search-information/search-information.component.mjs +160 -0
- package/esm2022/projects/UILibrary/src/app/models/IActivity.mjs +2 -0
- package/esm2022/projects/UILibrary/src/app/models/IActivityDetails.mjs +2 -0
- package/esm2022/projects/UILibrary/src/app/models/IHoldActivityDetails.mjs +2 -0
- package/esm2022/projects/UILibrary/src/app/models/IInteractionActivityDetails.mjs +2 -0
- package/esm2022/projects/UILibrary/src/app/models/chat.message.mjs +7 -0
- package/esm2022/projects/UILibrary/src/app/models/chat.settings.mjs +2 -0
- package/esm2022/projects/UILibrary/src/app/models/disposition.interface.mjs +2 -0
- package/esm2022/projects/UILibrary/src/app/models/login.interface.mjs +2 -0
- package/esm2022/projects/UILibrary/src/app/models/uilibrary.model.mjs +61 -0
- package/esm2022/projects/UILibrary/src/app/uilibrary.module.mjs +106 -0
- package/esm2022/public_api.mjs +10 -0
- package/fesm2022/amc-technology-ui-library.mjs +1393 -0
- package/fesm2022/amc-technology-ui-library.mjs.map +1 -0
- package/index.d.ts +5 -0
- package/package.json +26 -21
- package/projects/UILibrary/src/app/Helpers.d.ts +1 -1
- package/projects/UILibrary/src/app/components/activity/activity.component.d.ts +26 -23
- package/projects/UILibrary/src/app/components/chat-box/chat-box.component.d.ts +38 -35
- package/projects/UILibrary/src/app/components/chat-message/chat-message.component.d.ts +16 -13
- package/projects/UILibrary/src/app/components/create/create.component.d.ts +14 -11
- package/projects/UILibrary/src/app/components/current-activity/current-activity.component.d.ts +37 -34
- package/projects/UILibrary/src/app/components/disposition/disposition.component.d.ts +15 -12
- package/projects/UILibrary/src/app/components/duration/duration.component.d.ts +19 -16
- package/projects/UILibrary/src/app/components/holdtimer/holdtimer.component.d.ts +24 -21
- package/projects/UILibrary/src/app/components/interaction/interaction.component.d.ts +44 -41
- package/projects/UILibrary/src/app/components/login/login.component.d.ts +14 -11
- package/projects/UILibrary/src/app/components/operation/operation.component.d.ts +25 -22
- package/projects/UILibrary/src/app/components/property/property.component.d.ts +44 -41
- package/projects/UILibrary/src/app/components/recent-activity/recent-activity.component.d.ts +38 -35
- package/projects/UILibrary/src/app/components/scenario/scenario.component.d.ts +16 -13
- package/projects/UILibrary/src/app/components/search-information/search-information.component.d.ts +29 -26
- package/projects/UILibrary/src/app/models/IActivity.d.ts +36 -36
- package/projects/UILibrary/src/app/models/IActivityDetails.d.ts +7 -7
- package/projects/UILibrary/src/app/models/IHoldActivityDetails.d.ts +10 -10
- package/projects/UILibrary/src/app/models/IInteractionActivityDetails.d.ts +9 -9
- package/projects/UILibrary/src/app/models/chat.message.d.ts +15 -15
- package/projects/UILibrary/src/app/models/chat.settings.d.ts +6 -6
- package/projects/UILibrary/src/app/models/disposition.interface.d.ts +12 -12
- package/projects/UILibrary/src/app/models/login.interface.d.ts +13 -13
- package/projects/UILibrary/src/app/models/uilibrary.model.d.ts +281 -281
- package/projects/UILibrary/src/app/uilibrary.module.d.ts +30 -7
- package/public_api.d.ts +9 -1
- package/webcomponents/webcomponents.js +3 -3
- package/amc-technology-ui-library.d.ts +0 -19
- package/amc-technology-ui-library.metadata.json +0 -1
- package/bundles/amc-technology-ui-library.umd.js +0 -1653
- package/bundles/amc-technology-ui-library.umd.js.map +0 -1
- package/bundles/amc-technology-ui-library.umd.min.js +0 -16
- package/bundles/amc-technology-ui-library.umd.min.js.map +0 -1
- package/esm2015/amc-technology-ui-library.js +0 -20
- package/esm2015/projects/UILibrary/src/app/Helpers.js +0 -11
- package/esm2015/projects/UILibrary/src/app/components/activity/activity.component.js +0 -83
- package/esm2015/projects/UILibrary/src/app/components/chat-box/chat-box.component.js +0 -139
- package/esm2015/projects/UILibrary/src/app/components/chat-message/chat-message.component.js +0 -44
- package/esm2015/projects/UILibrary/src/app/components/create/create.component.js +0 -35
- package/esm2015/projects/UILibrary/src/app/components/current-activity/current-activity.component.js +0 -169
- package/esm2015/projects/UILibrary/src/app/components/disposition/disposition.component.js +0 -49
- package/esm2015/projects/UILibrary/src/app/components/duration/duration.component.js +0 -58
- package/esm2015/projects/UILibrary/src/app/components/holdtimer/holdtimer.component.js +0 -72
- package/esm2015/projects/UILibrary/src/app/components/interaction/interaction.component.js +0 -93
- package/esm2015/projects/UILibrary/src/app/components/login/login.component.js +0 -43
- package/esm2015/projects/UILibrary/src/app/components/operation/operation.component.js +0 -57
- package/esm2015/projects/UILibrary/src/app/components/property/property.component.js +0 -99
- package/esm2015/projects/UILibrary/src/app/components/recent-activity/recent-activity.component.js +0 -142
- package/esm2015/projects/UILibrary/src/app/components/scenario/scenario.component.js +0 -43
- package/esm2015/projects/UILibrary/src/app/components/search-information/search-information.component.js +0 -155
- package/esm2015/projects/UILibrary/src/app/models/IActivity.js +0 -1
- package/esm2015/projects/UILibrary/src/app/models/IActivityDetails.js +0 -1
- package/esm2015/projects/UILibrary/src/app/models/IHoldActivityDetails.js +0 -1
- package/esm2015/projects/UILibrary/src/app/models/IInteractionActivityDetails.js +0 -1
- package/esm2015/projects/UILibrary/src/app/models/chat.message.js +0 -7
- package/esm2015/projects/UILibrary/src/app/models/chat.settings.js +0 -1
- package/esm2015/projects/UILibrary/src/app/models/disposition.interface.js +0 -1
- package/esm2015/projects/UILibrary/src/app/models/login.interface.js +0 -1
- package/esm2015/projects/UILibrary/src/app/models/uilibrary.model.js +0 -40
- package/esm2015/projects/UILibrary/src/app/uilibrary.module.js +0 -83
- package/esm2015/public_api.js +0 -2
- package/esm5/amc-technology-ui-library.js +0 -20
- package/esm5/projects/UILibrary/src/app/Helpers.js +0 -11
- package/esm5/projects/UILibrary/src/app/components/activity/activity.component.js +0 -84
- package/esm5/projects/UILibrary/src/app/components/chat-box/chat-box.component.js +0 -140
- package/esm5/projects/UILibrary/src/app/components/chat-message/chat-message.component.js +0 -45
- package/esm5/projects/UILibrary/src/app/components/create/create.component.js +0 -36
- package/esm5/projects/UILibrary/src/app/components/current-activity/current-activity.component.js +0 -174
- package/esm5/projects/UILibrary/src/app/components/disposition/disposition.component.js +0 -61
- package/esm5/projects/UILibrary/src/app/components/duration/duration.component.js +0 -60
- package/esm5/projects/UILibrary/src/app/components/holdtimer/holdtimer.component.js +0 -74
- package/esm5/projects/UILibrary/src/app/components/interaction/interaction.component.js +0 -98
- package/esm5/projects/UILibrary/src/app/components/login/login.component.js +0 -66
- package/esm5/projects/UILibrary/src/app/components/operation/operation.component.js +0 -58
- package/esm5/projects/UILibrary/src/app/components/property/property.component.js +0 -101
- package/esm5/projects/UILibrary/src/app/components/recent-activity/recent-activity.component.js +0 -144
- package/esm5/projects/UILibrary/src/app/components/scenario/scenario.component.js +0 -44
- package/esm5/projects/UILibrary/src/app/components/search-information/search-information.component.js +0 -156
- package/esm5/projects/UILibrary/src/app/models/IActivity.js +0 -1
- package/esm5/projects/UILibrary/src/app/models/IActivityDetails.js +0 -1
- package/esm5/projects/UILibrary/src/app/models/IHoldActivityDetails.js +0 -1
- package/esm5/projects/UILibrary/src/app/models/IInteractionActivityDetails.js +0 -1
- package/esm5/projects/UILibrary/src/app/models/chat.message.js +0 -7
- package/esm5/projects/UILibrary/src/app/models/chat.settings.js +0 -1
- package/esm5/projects/UILibrary/src/app/models/disposition.interface.js +0 -1
- package/esm5/projects/UILibrary/src/app/models/login.interface.js +0 -1
- package/esm5/projects/UILibrary/src/app/models/uilibrary.model.js +0 -43
- package/esm5/projects/UILibrary/src/app/uilibrary.module.js +0 -84
- package/esm5/public_api.js +0 -2
- package/fesm2015/amc-technology-ui-library.js +0 -1360
- package/fesm2015/amc-technology-ui-library.js.map +0 -1
- package/fesm5/amc-technology-ui-library.js +0 -1423
- package/fesm5/amc-technology-ui-library.js.map +0 -1
- package/src/typings.d.ts +0 -5
|
@@ -1,11 +1,14 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class CreateComponent {
|
|
4
|
+
CreateNewEntity: EventEmitter<string>;
|
|
5
|
+
isCreateMaximized: boolean;
|
|
6
|
+
Entities: any;
|
|
7
|
+
constructor();
|
|
8
|
+
createNewEntity(type: string): void;
|
|
9
|
+
getEntities(): string[];
|
|
10
|
+
getDisplay(entity: any): any;
|
|
11
|
+
getImage(entity: any): any;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CreateComponent, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CreateComponent, "amc-create", never, { "Entities": { "alias": "Entities"; "required": false; }; }, { "CreateNewEntity": "CreateNewEntity"; }, never, never, false, never>;
|
|
14
|
+
}
|
package/projects/UILibrary/src/app/components/current-activity/current-activity.component.d.ts
CHANGED
|
@@ -1,34 +1,37 @@
|
|
|
1
|
-
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import { IActivityDetails } from '../../models/IActivityDetails';
|
|
3
|
-
import { IActivity } from '../../models/IActivity';
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
private
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
protected
|
|
34
|
-
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { IActivityDetails } from '../../models/IActivityDetails';
|
|
3
|
+
import { IActivity } from '../../models/IActivity';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class CurrentActivityComponent implements OnInit {
|
|
6
|
+
ActivityDetails: IActivity;
|
|
7
|
+
quickCommentList: string[];
|
|
8
|
+
isAutoSave: boolean;
|
|
9
|
+
enableDiscard: boolean;
|
|
10
|
+
autoSaveTimer: number;
|
|
11
|
+
quickCommentOptionRequiredCadArray: any;
|
|
12
|
+
WhoObjectList: IActivityDetails[];
|
|
13
|
+
WhatObjectList: IActivityDetails[];
|
|
14
|
+
scenarioToCADMap: {};
|
|
15
|
+
EventEmitter: EventEmitter<{
|
|
16
|
+
eventName: string;
|
|
17
|
+
newValue?: IActivity;
|
|
18
|
+
}>;
|
|
19
|
+
private eventList;
|
|
20
|
+
private debouncer;
|
|
21
|
+
isActivityMaximized: boolean;
|
|
22
|
+
constructor();
|
|
23
|
+
ngOnInit(): Promise<void>;
|
|
24
|
+
submitActivity(): void;
|
|
25
|
+
triggerDiscardActivity(): void;
|
|
26
|
+
onNameChange(event: any): void;
|
|
27
|
+
onRelatedToChange(event: any): void;
|
|
28
|
+
onSubjectChange(): void;
|
|
29
|
+
onSubjectKeyUp(): void;
|
|
30
|
+
onCallNotesChange(): void;
|
|
31
|
+
onCallNotesKeyUp(): void;
|
|
32
|
+
addQuickCommentToDescription(comment: string): void;
|
|
33
|
+
protected parseWhoObject(whoObject: IActivityDetails): string;
|
|
34
|
+
protected parseWhatObject(whatObject: IActivityDetails): string;
|
|
35
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CurrentActivityComponent, never>;
|
|
36
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CurrentActivityComponent, "amc-current-activity", never, { "ActivityDetails": { "alias": "ActivityDetails"; "required": false; }; "quickCommentList": { "alias": "quickCommentList"; "required": false; }; "isAutoSave": { "alias": "isAutoSave"; "required": false; }; "enableDiscard": { "alias": "enableDiscard"; "required": false; }; "autoSaveTimer": { "alias": "autoSaveTimer"; "required": false; }; "quickCommentOptionRequiredCadArray": { "alias": "quickCommentOptionRequiredCadArray"; "required": false; }; "WhoObjectList": { "alias": "WhoObjectList"; "required": false; }; "WhatObjectList": { "alias": "WhatObjectList"; "required": false; }; "scenarioToCADMap": { "alias": "scenarioToCADMap"; "required": false; }; }, { "EventEmitter": "EventEmitter"; }, never, never, false, never>;
|
|
37
|
+
}
|
|
@@ -1,12 +1,15 @@
|
|
|
1
|
-
import { IDisposition, IDispositionResult } from './../../models/disposition.interface';
|
|
2
|
-
import { OnInit, EventEmitter } from '@angular/core';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
1
|
+
import { IDisposition, IDispositionResult } from './../../models/disposition.interface';
|
|
2
|
+
import { OnInit, EventEmitter } from '@angular/core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class DispositionComponent implements OnInit {
|
|
5
|
+
disposition: IDisposition;
|
|
6
|
+
dispositionEmitter: EventEmitter<IDispositionResult>;
|
|
7
|
+
selectedDispositionValue: string;
|
|
8
|
+
dispositionName: string;
|
|
9
|
+
constructor();
|
|
10
|
+
ngOnInit(): void;
|
|
11
|
+
submitDisposition(): void;
|
|
12
|
+
selectAndSubmitDisposition(event: KeyboardEvent, dispositionKey: string): void;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DispositionComponent, never>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DispositionComponent, "amc-disposition", never, { "disposition": { "alias": "disposition"; "required": false; }; }, { "dispositionEmitter": "dispositionEmitter"; }, never, never, false, never>;
|
|
15
|
+
}
|
|
@@ -1,16 +1,19 @@
|
|
|
1
|
-
import { OnInit, OnDestroy } from '@angular/core';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
1
|
+
import { OnInit, OnDestroy } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class DurationComponent implements OnInit, OnDestroy {
|
|
4
|
+
statusText: string;
|
|
5
|
+
callId: string;
|
|
6
|
+
startTime: number;
|
|
7
|
+
displayTime: string;
|
|
8
|
+
labelledByText: string;
|
|
9
|
+
private _timerId?;
|
|
10
|
+
constructor();
|
|
11
|
+
ngOnInit(): void;
|
|
12
|
+
/**
|
|
13
|
+
* @ignore
|
|
14
|
+
*/
|
|
15
|
+
private startCallCounter;
|
|
16
|
+
ngOnDestroy(): void;
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DurationComponent, never>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DurationComponent, "amc-duration", never, { "statusText": { "alias": "statusText"; "required": false; }; "callId": { "alias": "callId"; "required": false; }; "startTime": { "alias": "startTime"; "required": false; }; }, {}, never, never, false, never>;
|
|
19
|
+
}
|
|
@@ -1,21 +1,24 @@
|
|
|
1
|
-
import { OnInit, OnDestroy } from '@angular/core';
|
|
2
|
-
import { IHoldCounterData } from '../../models/uilibrary.model';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
private
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
1
|
+
import { OnInit, OnDestroy } from '@angular/core';
|
|
2
|
+
import { IHoldCounterData } from '../../models/uilibrary.model';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class HoldtimerComponent implements OnInit, OnDestroy {
|
|
5
|
+
holdCounterData: IHoldCounterData;
|
|
6
|
+
statusText: string;
|
|
7
|
+
callId: string;
|
|
8
|
+
displayTime: string;
|
|
9
|
+
labelledByText: string;
|
|
10
|
+
private _timerId?;
|
|
11
|
+
constructor();
|
|
12
|
+
ngOnInit(): void;
|
|
13
|
+
/**
|
|
14
|
+
* @ignore
|
|
15
|
+
*/
|
|
16
|
+
private startCallCounter;
|
|
17
|
+
private CaculatePastHoldDuration;
|
|
18
|
+
/**
|
|
19
|
+
* @ignore
|
|
20
|
+
*/
|
|
21
|
+
ngOnDestroy(): void;
|
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HoldtimerComponent, never>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HoldtimerComponent, "amc-holdtimer", never, { "holdCounterData": { "alias": "holdCounterData"; "required": false; }; "statusText": { "alias": "statusText"; "required": false; }; "callId": { "alias": "callId"; "required": false; }; }, {}, never, never, false, never>;
|
|
24
|
+
}
|
|
@@ -1,41 +1,44 @@
|
|
|
1
|
-
import { OnInit, EventEmitter } from '@angular/core';
|
|
2
|
-
import { IChatMessage, IInteraction } from '../../models/uilibrary.model';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
1
|
+
import { OnInit, EventEmitter } from '@angular/core';
|
|
2
|
+
import { IChatMessage, IInteraction } from '../../models/uilibrary.model';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
/**
|
|
5
|
+
* @ignore
|
|
6
|
+
*/
|
|
7
|
+
export declare class InteractionComponent implements OnInit {
|
|
8
|
+
interaction: IInteraction;
|
|
9
|
+
newMsgs: IChatMessage[];
|
|
10
|
+
minimizedChanged: EventEmitter<boolean>;
|
|
11
|
+
isAgentTyping: EventEmitter<boolean>;
|
|
12
|
+
newMessage: EventEmitter<string>;
|
|
13
|
+
/**
|
|
14
|
+
* @ignore
|
|
15
|
+
*/
|
|
16
|
+
minimized: boolean;
|
|
17
|
+
set _minimized(value: boolean);
|
|
18
|
+
get _minimized(): boolean;
|
|
19
|
+
/**
|
|
20
|
+
* @ignore
|
|
21
|
+
*/
|
|
22
|
+
constructor();
|
|
23
|
+
/**
|
|
24
|
+
* @ignore
|
|
25
|
+
*/
|
|
26
|
+
ngOnInit(): void;
|
|
27
|
+
/**
|
|
28
|
+
* @ignore
|
|
29
|
+
*/
|
|
30
|
+
minimize(): void;
|
|
31
|
+
/**
|
|
32
|
+
* @ignore
|
|
33
|
+
*/
|
|
34
|
+
maximize(): void;
|
|
35
|
+
/**
|
|
36
|
+
* @ignore
|
|
37
|
+
*/
|
|
38
|
+
isConferenceCall(): boolean;
|
|
39
|
+
collapseKeypress(event: KeyboardEvent): void;
|
|
40
|
+
expandKeypress(event: KeyboardEvent): void;
|
|
41
|
+
clickEvent(id: any): void;
|
|
42
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<InteractionComponent, never>;
|
|
43
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InteractionComponent, "amc-interaction", never, { "interaction": { "alias": "interaction"; "required": false; }; "newMsgs": { "alias": "newMsgs"; "required": false; }; }, { "minimizedChanged": "minimizedChanged"; "isAgentTyping": "isAgentTyping"; "newMessage": "newMessage"; }, never, never, false, never>;
|
|
44
|
+
}
|
|
@@ -1,11 +1,14 @@
|
|
|
1
|
-
import { ILoginData } from './../../models/login.interface';
|
|
2
|
-
import { EventEmitter, OnInit } from '@angular/core';
|
|
3
|
-
import { NgForm } from '@angular/forms';
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
1
|
+
import { ILoginData } from './../../models/login.interface';
|
|
2
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
3
|
+
import { NgForm } from '@angular/forms';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class LoginComponent implements OnInit {
|
|
6
|
+
loginData: ILoginData;
|
|
7
|
+
loginDetailsProvided: EventEmitter<ILoginData>;
|
|
8
|
+
constructor();
|
|
9
|
+
ngOnInit(): void;
|
|
10
|
+
onLogin(loginForm: NgForm): void;
|
|
11
|
+
focusOutOfInput(loginForm: NgForm, field: any): void;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LoginComponent, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LoginComponent, "amc-login", never, { "loginData": { "alias": "loginData"; "required": false; }; }, { "loginDetailsProvided": "loginDetailsProvided"; }, never, never, false, never>;
|
|
14
|
+
}
|
|
@@ -1,22 +1,25 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { IOperation } from '../../models/uilibrary.model';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { IOperation } from '../../models/uilibrary.model';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
/**
|
|
5
|
+
* @ignore
|
|
6
|
+
*/
|
|
7
|
+
export declare class OperationComponent implements OnInit {
|
|
8
|
+
statusText: string;
|
|
9
|
+
callId: string;
|
|
10
|
+
callType: string;
|
|
11
|
+
operations: IOperation[];
|
|
12
|
+
labelledByText: string;
|
|
13
|
+
describedByText: string;
|
|
14
|
+
/**
|
|
15
|
+
* @ignore
|
|
16
|
+
*/
|
|
17
|
+
constructor();
|
|
18
|
+
/**
|
|
19
|
+
* @ignore
|
|
20
|
+
*/
|
|
21
|
+
ngOnInit(): void;
|
|
22
|
+
operationKeypress(event: KeyboardEvent, operation: IOperation): void;
|
|
23
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OperationComponent, never>;
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<OperationComponent, "amc-operation", never, { "statusText": { "alias": "statusText"; "required": false; }; "callId": { "alias": "callId"; "required": false; }; "callType": { "alias": "callType"; "required": false; }; "operations": { "alias": "operations"; "required": false; }; }, {}, never, never, false, never>;
|
|
25
|
+
}
|
|
@@ -1,41 +1,44 @@
|
|
|
1
|
-
import { OnInit, OnDestroy } from '@angular/core';
|
|
2
|
-
import { IProperty } from '../../models/uilibrary.model';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
1
|
+
import { OnInit, OnDestroy } from '@angular/core';
|
|
2
|
+
import { IProperty } from '../../models/uilibrary.model';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
/**
|
|
5
|
+
* @ignore
|
|
6
|
+
*/
|
|
7
|
+
export declare class PropertyComponent implements OnInit, OnDestroy {
|
|
8
|
+
statusText: string;
|
|
9
|
+
callId: string;
|
|
10
|
+
callType: string;
|
|
11
|
+
property: IProperty;
|
|
12
|
+
labelledByText: string;
|
|
13
|
+
title: string;
|
|
14
|
+
/**
|
|
15
|
+
* @ignore
|
|
16
|
+
*/
|
|
17
|
+
processedDisplayValue: string;
|
|
18
|
+
/**
|
|
19
|
+
* @ignore
|
|
20
|
+
*/
|
|
21
|
+
private _timerId?;
|
|
22
|
+
/**
|
|
23
|
+
* @ignore
|
|
24
|
+
*/
|
|
25
|
+
constructor();
|
|
26
|
+
/**
|
|
27
|
+
* @ignore
|
|
28
|
+
*/
|
|
29
|
+
ngOnInit(): void;
|
|
30
|
+
/**
|
|
31
|
+
* @ignore
|
|
32
|
+
*/
|
|
33
|
+
initValues(): void;
|
|
34
|
+
/**
|
|
35
|
+
* @ignore
|
|
36
|
+
*/
|
|
37
|
+
private startCallCounter;
|
|
38
|
+
/**
|
|
39
|
+
* @ignore
|
|
40
|
+
*/
|
|
41
|
+
ngOnDestroy(): void;
|
|
42
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PropertyComponent, never>;
|
|
43
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PropertyComponent, "amc-property", never, { "statusText": { "alias": "statusText"; "required": false; }; "callId": { "alias": "callId"; "required": false; }; "callType": { "alias": "callType"; "required": false; }; "property": { "alias": "property"; "required": false; }; }, {}, never, never, false, never>;
|
|
44
|
+
}
|
package/projects/UILibrary/src/app/components/recent-activity/recent-activity.component.d.ts
CHANGED
|
@@ -1,35 +1,38 @@
|
|
|
1
|
-
import { EventEmitter, OnInit, OnChanges, OnDestroy } from '@angular/core';
|
|
2
|
-
import { IActivity } from '../../models/IActivity';
|
|
3
|
-
import { IActivityDetails } from '../../models/IActivityDetails';
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
private
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
1
|
+
import { EventEmitter, OnInit, OnChanges, OnDestroy } from '@angular/core';
|
|
2
|
+
import { IActivity } from '../../models/IActivity';
|
|
3
|
+
import { IActivityDetails } from '../../models/IActivityDetails';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class RecentActivityComponent implements OnInit, OnChanges, OnDestroy {
|
|
6
|
+
ActivityDetails: IActivity;
|
|
7
|
+
isInConsoleView: boolean;
|
|
8
|
+
quickCommentList: string[];
|
|
9
|
+
workingScenarioID: string;
|
|
10
|
+
idx: number;
|
|
11
|
+
last: boolean;
|
|
12
|
+
WhoObjectList: IActivityDetails[];
|
|
13
|
+
WhatObjectList: IActivityDetails[];
|
|
14
|
+
EventEmitter: EventEmitter<{
|
|
15
|
+
eventName: string;
|
|
16
|
+
idx: number;
|
|
17
|
+
newValue?: IActivity;
|
|
18
|
+
}>;
|
|
19
|
+
private debouncer;
|
|
20
|
+
private eventList;
|
|
21
|
+
constructor();
|
|
22
|
+
ngOnChanges(): void;
|
|
23
|
+
getIcon(scenario: any): string;
|
|
24
|
+
ngOnInit(): void;
|
|
25
|
+
ngOnDestroy(): void;
|
|
26
|
+
expandAndCollapseRecentActivity(isExpand: boolean): void;
|
|
27
|
+
openActivity(): void;
|
|
28
|
+
onSubjectChange(): void;
|
|
29
|
+
onSubjectKeyUp(): void;
|
|
30
|
+
onWhoObjectChange(event: any): void;
|
|
31
|
+
onRelatedToChange(event: any): void;
|
|
32
|
+
onCallNotesChange(): void;
|
|
33
|
+
onCallNotesKeyUp(): void;
|
|
34
|
+
addQuickCommentToDescription(comment: string): void;
|
|
35
|
+
submitActivity(): void;
|
|
36
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RecentActivityComponent, never>;
|
|
37
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RecentActivityComponent, "amc-recent-activity", never, { "ActivityDetails": { "alias": "ActivityDetails"; "required": false; }; "isInConsoleView": { "alias": "isInConsoleView"; "required": false; }; "quickCommentList": { "alias": "quickCommentList"; "required": false; }; "workingScenarioID": { "alias": "workingScenarioID"; "required": false; }; "idx": { "alias": "idx"; "required": false; }; "last": { "alias": "last"; "required": false; }; "WhoObjectList": { "alias": "WhoObjectList"; "required": false; }; "WhatObjectList": { "alias": "WhatObjectList"; "required": false; }; }, { "EventEmitter": "EventEmitter"; }, never, never, false, never>;
|
|
38
|
+
}
|
|
@@ -1,13 +1,16 @@
|
|
|
1
|
-
import { EventEmitter, AfterViewChecked } from '@angular/core';
|
|
2
|
-
import { IChatMessage, IScenario } from '../../models/uilibrary.model';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
1
|
+
import { EventEmitter, AfterViewChecked } from '@angular/core';
|
|
2
|
+
import { IChatMessage, IScenario } from '../../models/uilibrary.model';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class ScenarioComponent implements AfterViewChecked {
|
|
5
|
+
scenario: IScenario;
|
|
6
|
+
newMsgs: IChatMessage[];
|
|
7
|
+
minimizedChanged: EventEmitter<any>;
|
|
8
|
+
isAgentTyping: EventEmitter<boolean>;
|
|
9
|
+
newMessage: EventEmitter<string>;
|
|
10
|
+
afterViewChecked: EventEmitter<any>;
|
|
11
|
+
constructor();
|
|
12
|
+
ngAfterViewChecked(): void;
|
|
13
|
+
onMinimizedChanged(): void;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ScenarioComponent, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScenarioComponent, "amc-scenario", never, { "scenario": { "alias": "scenario"; "required": false; }; "newMsgs": { "alias": "newMsgs"; "required": false; }; }, { "minimizedChanged": "minimizedChanged"; "isAgentTyping": "isAgentTyping"; "newMessage": "newMessage"; "afterViewChecked": "afterViewChecked"; }, never, never, false, never>;
|
|
16
|
+
}
|
package/projects/UILibrary/src/app/components/search-information/search-information.component.d.ts
CHANGED
|
@@ -1,26 +1,29 @@
|
|
|
1
|
-
import { EventEmitter, OnChanges } from '@angular/core';
|
|
2
|
-
import * as api from '@amc-technology/davinci-api';
|
|
3
|
-
import { IActivity } from '../../models/IActivity';
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
protected
|
|
24
|
-
protected
|
|
25
|
-
protected
|
|
26
|
-
|
|
1
|
+
import { EventEmitter, OnChanges } from '@angular/core';
|
|
2
|
+
import * as api from '@amc-technology/davinci-api';
|
|
3
|
+
import { IActivity } from '../../models/IActivity';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class SearchInformationComponent implements OnChanges {
|
|
6
|
+
ActivityDetails: IActivity;
|
|
7
|
+
searchLayout: api.SearchLayouts;
|
|
8
|
+
searchRecordList: Array<api.IRecordItem>;
|
|
9
|
+
agentSelectedCallerInformation: EventEmitter<{
|
|
10
|
+
id: string;
|
|
11
|
+
value: string;
|
|
12
|
+
}>;
|
|
13
|
+
isSearchInformationMaximized: boolean;
|
|
14
|
+
imageLocation: string;
|
|
15
|
+
singleMatchIconSrc: string;
|
|
16
|
+
singleMatchData: any;
|
|
17
|
+
multiMatchData: any[];
|
|
18
|
+
shouldShowAllMultiMatchOptions: boolean;
|
|
19
|
+
constructor();
|
|
20
|
+
ngOnChanges(): void;
|
|
21
|
+
protected renderData(): void;
|
|
22
|
+
onAgentSelectedCallerInformation(event: any): void;
|
|
23
|
+
protected parseSearchRecordForNameSingleMatch(searchRecord: api.IRecordItem): any[];
|
|
24
|
+
protected parseSearchRecordForNameMultiMatch(searchRecord: api.IRecordItem): any[];
|
|
25
|
+
protected getEntityImgToDisplay(searchRecord: api.IRecordItem): string;
|
|
26
|
+
protected getSearchLayoutInfoForDisplay(searchRecord: api.IRecordItem): any;
|
|
27
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SearchInformationComponent, never>;
|
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SearchInformationComponent, "amc-search-information", never, { "ActivityDetails": { "alias": "ActivityDetails"; "required": false; }; "searchLayout": { "alias": "searchLayout"; "required": false; }; "searchRecordList": { "alias": "searchRecordList"; "required": false; }; }, { "agentSelectedCallerInformation": "agentSelectedCallerInformation"; }, never, never, false, never>;
|
|
29
|
+
}
|