@koredev/kore-web-sdk 10.0.0-rc.15840b7
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/dist/components/base-sdk/kore-bot-sdk-client.d.ts +2 -0
- package/dist/components/chatwindow/chatWindow.d.ts +249 -0
- package/dist/components/chatwindow/config/kore-config.d.ts +2 -0
- package/dist/components/widgets/config/kore-widgets-config.d.ts +8 -0
- package/dist/components/widgets/kore-widgets.d.ts +113 -0
- package/dist/esm/exports.d.ts +34 -0
- package/dist/esm/exports.js +1 -0
- package/dist/esm/kore-web-sdk-chat.min.js +1 -0
- package/dist/esm/kore-web-sdk-widgets.js +1 -0
- package/dist/esm/plugins/agent-desktop.js +1 -0
- package/dist/esm/plugins/azure-stt-plugin.js +1 -0
- package/dist/esm/plugins/azure-tts-plugin.js +1 -0
- package/dist/esm/plugins/browser-tts-plugin.js +1 -0
- package/dist/esm/plugins/file-upload-umd.js +1 -0
- package/dist/esm/plugins/file-upload.js +1 -0
- package/dist/esm/plugins/google-stt-plugin.js +1 -0
- package/dist/esm/plugins/google-tts-plugin.js +1 -0
- package/dist/esm/plugins/kore-desktop-notification.js +1 -0
- package/dist/esm/plugins/kore-graph-templates-plugin.js +1 -0
- package/dist/esm/plugins/kore-picker-plugin.js +1 -0
- package/dist/esm/plugins/koreawspolly-st-plugin.js +1 -0
- package/dist/esm/plugins/search-suggestions.js +1 -0
- package/dist/esm/plugins/webapi-stt-plugin.js +1 -0
- package/dist/hot/hot-update.js +47 -0
- package/dist/hot/hot-update.js.map +1 -0
- package/dist/index_chat.d.ts +3 -0
- package/dist/index_plugins/AzureSTT.d.ts +2 -0
- package/dist/index_plugins/AzureTTS.d.ts +2 -0
- package/dist/index_plugins/BrowserTTS.d.ts +2 -0
- package/dist/index_plugins/KoreAWSST.d.ts +2 -0
- package/dist/index_plugins/KoreDesktopNotification.d.ts +2 -0
- package/dist/index_plugins/SearchSuggestions.d.ts +2 -0
- package/dist/index_plugins/WebKitSTT.d.ts +2 -0
- package/dist/index_plugins/agentDesktop.d.ts +2 -0
- package/dist/index_plugins/fileUpload_umd.d.ts +2 -0
- package/dist/index_plugins/googleSTT.d.ts +2 -0
- package/dist/index_plugins/googleTTS.d.ts +2 -0
- package/dist/index_plugins/graphTemplates.d.ts +2 -0
- package/dist/index_plugins/korepicker.d.ts +2 -0
- package/dist/index_widgets.d.ts +3 -0
- package/dist/kore-web-sdk.esm.browser.js +1 -0
- package/dist/kore-web-sdk.esm.browser.js.map +1 -0
- package/dist/libs/emoji.d.ts +2 -0
- package/dist/libs/jquery-clockpicker/jquery-clockpicker.d.ts +9 -0
- package/dist/libs/jquery-daterangepicker/jquery.daterangepicker.d.ts +2 -0
- package/dist/libs/kore-graph-adapter/KoreGraphAdapter.d.ts +27 -0
- package/dist/libs/korejquery.d.ts +2 -0
- package/dist/libs/purejscarousel/purejscarousel.d.ts +34 -0
- package/dist/plugins/agentDesktop/ac_webrtc.d.ts +232 -0
- package/dist/plugins/agentDesktop/agentdesktop.d.ts +20 -0
- package/dist/plugins/desktopNotifications/desktopnotifications.d.ts +10 -0
- package/dist/plugins/fileUploader/fileUploader.d.ts +144 -0
- package/dist/plugins/graphTemplatesPlugin.d.ts +20 -0
- package/dist/plugins/i18n.d.ts +28 -0
- package/dist/plugins/korePickers.d.ts +172 -0
- package/dist/plugins/searchSuggestions/searchSuggestions.d.ts +75 -0
- package/dist/plugins/speechToText/AzureSTT/AzureSTT.d.ts +19 -0
- package/dist/plugins/speechToText/BaseSTT.d.ts +8 -0
- package/dist/plugins/speechToText/GoogleSTT/GoogleSTT.d.ts +48 -0
- package/dist/plugins/speechToText/GoogleSTT/recorder.d.ts +21 -0
- package/dist/plugins/speechToText/WebKitSTT/WebKitSTT.d.ts +31 -0
- package/dist/plugins/textToSpeech/AzureTTS/AzureTTS.d.ts +22 -0
- package/dist/plugins/textToSpeech/BaseTTS.d.ts +8 -0
- package/dist/plugins/textToSpeech/BrowserTTS/BrowserTTS.d.ts +15 -0
- package/dist/plugins/textToSpeech/GoogleTTS/GoogleTTS.d.ts +32 -0
- package/dist/plugins/textToSpeech/KoreAWSPolly/kore-aws-polly.d.ts +22 -0
- package/dist/templatemanager/templateManager.d.ts +11 -0
- package/dist/templatemanager/templates/advancedListTemplate/advancedListTemplate.d.ts +7 -0
- package/dist/templatemanager/templates/advancedMultiSelect/advancedMultiSelect.d.ts +7 -0
- package/dist/templatemanager/templates/barChartTemplate/barChartTemplate.d.ts +9 -0
- package/dist/templatemanager/templates/button/buttonTemplate.d.ts +7 -0
- package/dist/templatemanager/templates/cardTemplate/cardTemplate.d.ts +7 -0
- package/dist/templatemanager/templates/carouselTemplate/carouselTemplate.d.ts +7 -0
- package/dist/templatemanager/templates/checkBoxesTemplate/checkBoxesTemplate.d.ts +7 -0
- package/dist/templatemanager/templates/clockPicker/clockPicker.d.ts +12 -0
- package/dist/templatemanager/templates/datePicker/datePicker.d.ts +12 -0
- package/dist/templatemanager/templates/dateRangePicker/dateRangePicker.d.ts +12 -0
- package/dist/templatemanager/templates/dropdownTemplate/dropdownTemplate.d.ts +7 -0
- package/dist/templatemanager/templates/formTemplate/formTemplate.d.ts +7 -0
- package/dist/templatemanager/templates/iframeTemplate/iframeTemplate.d.ts +7 -0
- package/dist/templatemanager/templates/likeDislikeTemplate/likeDislikeTemplate.d.ts +7 -0
- package/dist/templatemanager/templates/lineChartTemplate/lineChartTemplate.d.ts +9 -0
- package/dist/templatemanager/templates/listTemplate/listTemplate.d.ts +7 -0
- package/dist/templatemanager/templates/listViewTemplate/listViewTemplate.d.ts +9 -0
- package/dist/templatemanager/templates/listWidgetTemplate/listWidgetTemplate.d.ts +9 -0
- package/dist/templatemanager/templates/messageTemplate/messageTemplate.d.ts +6 -0
- package/dist/templatemanager/templates/miniTableTemplate/miniTableTemplate.d.ts +7 -0
- package/dist/templatemanager/templates/pieChartTemplate/pieChartTemplate.d.ts +9 -0
- package/dist/templatemanager/templates/quickReplyTemplate/quickReplyTemplate.d.ts +11 -0
- package/dist/templatemanager/templates/radioOptionPicker/radioOptionPicker.d.ts +10 -0
- package/dist/templatemanager/templates/ratingTemplate/ratingTemplate.d.ts +8 -0
- package/dist/templatemanager/templates/systemTemplate/systemTemplate.d.ts +7 -0
- package/dist/templatemanager/templates/tableListTemplate/tableListTemplate.d.ts +8 -0
- package/dist/templatemanager/templates/tableTemplate/tableTemplate.d.ts +7 -0
- package/dist/templatemanager/templates/taskPickerTemplate/taskPickerTemplate.d.ts +10 -0
- package/dist/templatemanager/templates/templateAttachment/templateAttachment.d.ts +7 -0
- package/dist/umd/kore-web-sdk-umd-chat.min.js +1 -0
- package/dist/umd/kore-web-sdk-umd-widgets.js +1 -0
- package/dist/umd/plugins/agent-desktop-umd.js +1 -0
- package/dist/umd/plugins/azure-stt-umd-plugin-umd.js +1 -0
- package/dist/umd/plugins/azure-tts-umd-plugin-umd.js +1 -0
- package/dist/umd/plugins/browser-tts-umd-plugin-umd.js +1 -0
- package/dist/umd/plugins/file-upload-umd.js +1 -0
- package/dist/umd/plugins/google-stt-umd-plugin-umd.js +1 -0
- package/dist/umd/plugins/google-tts-umd-plugin-umd.js +1 -0
- package/dist/umd/plugins/kore-desktop-notification-umd.js +1 -0
- package/dist/umd/plugins/kore-graph-templates-plugin-umd.js +1 -0
- package/dist/umd/plugins/kore-picker-plugin-umd.js +1 -0
- package/dist/umd/plugins/koreawspolly-st-umd-plugin-umd.js +1 -0
- package/dist/umd/plugins/search-suggestions-umd.js +1 -0
- package/dist/umd/plugins/webapi-stt-plugin-umd.js +1 -0
- package/dist/utils/EventEmiter.d.ts +11 -0
- package/dist/utils/helpers.d.ts +20 -0
- package/dist/utils/kore-polyfills.d.ts +2 -0
- package/package.json +1 -0
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export default installClockPicker;
|
|
2
|
+
/*!
|
|
3
|
+
* ClockPicker v0.0.7 (http://weareoutman.github.io/clockpicker/)
|
|
4
|
+
* Copyright 2014 Wang Shenwei.
|
|
5
|
+
* Licensed under MIT (https://github.com/weareoutman/clockpicker/blob/gh-pages/LICENSE)
|
|
6
|
+
* Change History:
|
|
7
|
+
* #kore:change 1: added parent element option to configure
|
|
8
|
+
*/
|
|
9
|
+
declare function installClockPicker($: any): void;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
export default KoreGraphAdapter;
|
|
2
|
+
declare namespace KoreGraphAdapter {
|
|
3
|
+
export { drawD3Pie };
|
|
4
|
+
export { drawD3PieDonut };
|
|
5
|
+
export { drawD3barChart };
|
|
6
|
+
export { drawD3barStackedChart };
|
|
7
|
+
export { drawD3barVerticalStackedChart };
|
|
8
|
+
export { drawD3barHorizontalbarChart };
|
|
9
|
+
export { drawD3lineChartV2 };
|
|
10
|
+
export { drawlineChartTemplate };
|
|
11
|
+
export { drawBarChartTemplate };
|
|
12
|
+
export { drawPieChartTemplate };
|
|
13
|
+
export { handleChartOnClick };
|
|
14
|
+
export { zoomChart };
|
|
15
|
+
}
|
|
16
|
+
declare function drawD3Pie(msgData: any, dimens: any, selection: any, scaleLegend: any): void;
|
|
17
|
+
declare function drawD3PieDonut(msgData: any, dimens: any, selection: any, scaleLegend: any, chart_type: any): void;
|
|
18
|
+
declare function drawD3barChart(msgData: any, dimens: any, selection: any, scaleLegend: any): void;
|
|
19
|
+
declare function drawD3barStackedChart(msgData: any, dimens: any, selection: any, scaleLegend: any): void;
|
|
20
|
+
declare function drawD3barVerticalStackedChart(msgData: any, dimens: any, selection: any, scaleLegend: any): void;
|
|
21
|
+
declare function drawD3barHorizontalbarChart(msgData: any, dimens: any, selection: any, scaleLegend: any): void;
|
|
22
|
+
declare function drawD3lineChartV2(msgData: any, dimens: any, selection: any, scaleLegend: any): void;
|
|
23
|
+
declare function drawlineChartTemplate(msgData: any, element: any, config: any): void;
|
|
24
|
+
declare function drawBarChartTemplate(msgData: any, element: any, config: any): void;
|
|
25
|
+
declare function drawPieChartTemplate(msgData: any, element: any, config: any): void;
|
|
26
|
+
declare function handleChartOnClick(): void;
|
|
27
|
+
declare function zoomChart(): void;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
export default PureJSCarousel;
|
|
2
|
+
declare function PureJSCarousel(settings: any): void;
|
|
3
|
+
declare class PureJSCarousel {
|
|
4
|
+
constructor(settings: any);
|
|
5
|
+
carousel: any;
|
|
6
|
+
slides: any;
|
|
7
|
+
btnNext: any;
|
|
8
|
+
btnPrev: any;
|
|
9
|
+
activeIndex: any;
|
|
10
|
+
oneByOne: any;
|
|
11
|
+
speed: any;
|
|
12
|
+
delay: any;
|
|
13
|
+
effect: any;
|
|
14
|
+
infinite: any;
|
|
15
|
+
autoplay: any;
|
|
16
|
+
autoplayDelay: any;
|
|
17
|
+
autoplayDirection: any;
|
|
18
|
+
autoplayTimer: NodeJS.Timeout | null;
|
|
19
|
+
minPos: number | null;
|
|
20
|
+
slidesToShow: number | null;
|
|
21
|
+
maxIndex: number | null;
|
|
22
|
+
isEnabled: number | null;
|
|
23
|
+
build(): void;
|
|
24
|
+
slidesContainer: HTMLDivElement | undefined;
|
|
25
|
+
dotsContainer: HTMLDivElement | undefined;
|
|
26
|
+
dots: any[] | undefined;
|
|
27
|
+
computeResize(): void;
|
|
28
|
+
enableControl(): void;
|
|
29
|
+
disableControl(): void;
|
|
30
|
+
goToNextSlide(): void;
|
|
31
|
+
goToPrevSlide(): void;
|
|
32
|
+
goToSlide(n: any, dir: any, trigger: any): void;
|
|
33
|
+
destroy(): void;
|
|
34
|
+
}
|
|
@@ -0,0 +1,232 @@
|
|
|
1
|
+
export class AudioCodesUA {
|
|
2
|
+
static getSessionStatusName(e: any): string;
|
|
3
|
+
JsSipInit(): void;
|
|
4
|
+
_isInitialized: boolean;
|
|
5
|
+
serverConfig: {};
|
|
6
|
+
account: {
|
|
7
|
+
user: null;
|
|
8
|
+
userAuth: null;
|
|
9
|
+
displayName: null;
|
|
10
|
+
password: null;
|
|
11
|
+
registerExpires: number;
|
|
12
|
+
useSessionTimer: boolean;
|
|
13
|
+
};
|
|
14
|
+
constraints: {
|
|
15
|
+
audio: boolean;
|
|
16
|
+
video: boolean;
|
|
17
|
+
};
|
|
18
|
+
chromiumBased: {
|
|
19
|
+
n: string;
|
|
20
|
+
s: string;
|
|
21
|
+
}[];
|
|
22
|
+
modes: {
|
|
23
|
+
video_call_audio_answer_firefox_fix: boolean;
|
|
24
|
+
video_call_audio_answer_safari_fix: boolean;
|
|
25
|
+
ice_timeout_fix: number;
|
|
26
|
+
chrome_rtp_timeout_fix: number;
|
|
27
|
+
sbc_ha_pairs_mode: undefined;
|
|
28
|
+
ringing_header_mode: undefined;
|
|
29
|
+
sbc_switch_register5xx_mode: boolean;
|
|
30
|
+
cache_register_auth_mode: boolean;
|
|
31
|
+
check_remote_sdp_mode: boolean;
|
|
32
|
+
};
|
|
33
|
+
credentials: any[];
|
|
34
|
+
listeners: {};
|
|
35
|
+
registerExtraHeaders: any;
|
|
36
|
+
jssipUA: any;
|
|
37
|
+
browser: string;
|
|
38
|
+
browserVersion: number;
|
|
39
|
+
browserName: string;
|
|
40
|
+
os: string;
|
|
41
|
+
reconnectMin: number;
|
|
42
|
+
reconnectMax: number;
|
|
43
|
+
activeCalls: number;
|
|
44
|
+
wsSocket: any;
|
|
45
|
+
wsOnMessage: any;
|
|
46
|
+
wsPingMs: number;
|
|
47
|
+
wsOrigPingMs: number;
|
|
48
|
+
wsThrottlingPingMs: number;
|
|
49
|
+
wsVisibility: boolean;
|
|
50
|
+
wsCall: boolean;
|
|
51
|
+
wsLog: number;
|
|
52
|
+
wsPongTimeout: boolean;
|
|
53
|
+
wsIsThrottling: boolean;
|
|
54
|
+
wsPingJob: NodeJS.Timeout | null;
|
|
55
|
+
wsPingTime: number | null;
|
|
56
|
+
wsNextPingTime: number | null;
|
|
57
|
+
wsPongReceived: boolean;
|
|
58
|
+
wsPongSupported: boolean | null;
|
|
59
|
+
wsPongTimeoutTime: number | null;
|
|
60
|
+
wsPongDelays: any[] | null;
|
|
61
|
+
wsPongDelaysIx: number;
|
|
62
|
+
wsPongReport: number;
|
|
63
|
+
wsPongReportCounter: number;
|
|
64
|
+
wsPongDist: boolean;
|
|
65
|
+
dtmfUseWebRTC: boolean;
|
|
66
|
+
dtmfDuration: number;
|
|
67
|
+
dtmfInterToneGap: number;
|
|
68
|
+
enableAddVideo: boolean;
|
|
69
|
+
oauthToken: any;
|
|
70
|
+
oauthTokenUseInInvite: boolean;
|
|
71
|
+
webrtcapi: {
|
|
72
|
+
getUserMedia: (e: any) => Promise<MediaStream>;
|
|
73
|
+
hasDisplayMedia: () => (options?: DisplayMediaStreamOptions | undefined) => Promise<MediaStream>;
|
|
74
|
+
getDisplayMedia: () => Promise<MediaStream>;
|
|
75
|
+
mediaDevices: {
|
|
76
|
+
enumerateDevices: () => Promise<MediaDeviceInfo[]>;
|
|
77
|
+
addDeviceChangeListener(e: any): void;
|
|
78
|
+
removeDeviceChangeListener(e: any): void;
|
|
79
|
+
};
|
|
80
|
+
checkAvailableDevices(): Promise<boolean>;
|
|
81
|
+
transceiver: {
|
|
82
|
+
setDirection(e: any, i: any): void;
|
|
83
|
+
};
|
|
84
|
+
stream: {
|
|
85
|
+
getInfo(e: any): Promise<string>;
|
|
86
|
+
};
|
|
87
|
+
connection: {
|
|
88
|
+
getTransceiversInfo(e: any): Promise<string>;
|
|
89
|
+
getTransceiver(e: any, i: any): any;
|
|
90
|
+
addEventListener: (e: any, i: any, s: any) => Promise<void>;
|
|
91
|
+
getDTMFSender(e: any): any;
|
|
92
|
+
addVideo(e: any, i: any, s: any, t: any, o: any): any;
|
|
93
|
+
removeVideo(e: any, i: any): Promise<void>;
|
|
94
|
+
replaceSenderTrack(e: any, i: any, s: any): any;
|
|
95
|
+
getStats(e: any, i: any): any;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
98
|
+
replacedCall: any;
|
|
99
|
+
codecFilter: {} | null;
|
|
100
|
+
AUDIO: symbol;
|
|
101
|
+
VIDEO: symbol;
|
|
102
|
+
RECVONLY_VIDEO: symbol;
|
|
103
|
+
version(): string;
|
|
104
|
+
getBrowserName(): string;
|
|
105
|
+
getBrowser(): string;
|
|
106
|
+
getBrowserVersion(): number;
|
|
107
|
+
getOS(): string;
|
|
108
|
+
getWR(): {
|
|
109
|
+
getUserMedia: (e: any) => Promise<MediaStream>;
|
|
110
|
+
hasDisplayMedia: () => (options?: DisplayMediaStreamOptions | undefined) => Promise<MediaStream>;
|
|
111
|
+
getDisplayMedia: () => Promise<MediaStream>;
|
|
112
|
+
mediaDevices: {
|
|
113
|
+
enumerateDevices: () => Promise<MediaDeviceInfo[]>;
|
|
114
|
+
addDeviceChangeListener(e: any): void;
|
|
115
|
+
removeDeviceChangeListener(e: any): void;
|
|
116
|
+
};
|
|
117
|
+
checkAvailableDevices(): Promise<boolean>;
|
|
118
|
+
transceiver: {
|
|
119
|
+
setDirection(e: any, i: any): void;
|
|
120
|
+
};
|
|
121
|
+
stream: {
|
|
122
|
+
getInfo(e: any): Promise<string>;
|
|
123
|
+
};
|
|
124
|
+
connection: {
|
|
125
|
+
getTransceiversInfo(e: any): Promise<string>;
|
|
126
|
+
getTransceiver(e: any, i: any): any;
|
|
127
|
+
addEventListener: (e: any, i: any, s: any) => Promise<void>;
|
|
128
|
+
getDTMFSender(e: any): any;
|
|
129
|
+
addVideo(e: any, i: any, s: any, t: any, o: any): any;
|
|
130
|
+
removeVideo(e: any, i: any): Promise<void>;
|
|
131
|
+
replaceSenderTrack(e: any, i: any, s: any): any;
|
|
132
|
+
getStats(e: any, i: any): any;
|
|
133
|
+
};
|
|
134
|
+
};
|
|
135
|
+
checkAvailableDevices(): Promise<boolean>;
|
|
136
|
+
getServerAddress(): any;
|
|
137
|
+
setOAuthToken(e: any, i?: boolean): void;
|
|
138
|
+
setUserAgent(e: any): void;
|
|
139
|
+
u17: any;
|
|
140
|
+
setConstraints(e: any, i: any, s: any): void;
|
|
141
|
+
setConstraint(e: any, i: any, s: any): void;
|
|
142
|
+
setBrowsersConstraints(e: any): void;
|
|
143
|
+
setCodecFilter(e: any): void;
|
|
144
|
+
setServerConfig(e: any, i: any, s?: any[]): void;
|
|
145
|
+
setReconnectIntervals(e: any, i: any): void;
|
|
146
|
+
setAccount(e: any, i: any, s: any, t: any): void;
|
|
147
|
+
setRegisterExpires(e: any): void;
|
|
148
|
+
setUseSessionTimer(e: any): void;
|
|
149
|
+
setDtmfOptions(e: any, i?: null, s?: null): void;
|
|
150
|
+
setEnableAddVideo(e: any): void;
|
|
151
|
+
getEnableAddVideo(): boolean;
|
|
152
|
+
getAccount(): {
|
|
153
|
+
user: null;
|
|
154
|
+
userAuth: null;
|
|
155
|
+
displayName: null;
|
|
156
|
+
password: null;
|
|
157
|
+
registerExpires: number;
|
|
158
|
+
useSessionTimer: boolean;
|
|
159
|
+
};
|
|
160
|
+
setListeners(e: any): void;
|
|
161
|
+
setAcLogger(e: any): void;
|
|
162
|
+
setJsSipLogger(e: any): void;
|
|
163
|
+
isInitialized(): boolean;
|
|
164
|
+
setModes(e?: {}): void;
|
|
165
|
+
_normalizeModes(): void;
|
|
166
|
+
init(e?: boolean): void;
|
|
167
|
+
deinit(): void;
|
|
168
|
+
setRegisterExtraHeaders(e: any): void;
|
|
169
|
+
getRegisterExtraHeaders(): any;
|
|
170
|
+
login(): void;
|
|
171
|
+
logout(): void;
|
|
172
|
+
switchSBC(e?: boolean): any;
|
|
173
|
+
getNumberOfSBC(): any;
|
|
174
|
+
setWebSocketKeepAlive(e: any, i?: boolean, s?: boolean, t?: number, o?: boolean): void;
|
|
175
|
+
_pingLog(): string;
|
|
176
|
+
_visibilityLog(e: any): void;
|
|
177
|
+
_activeCallsLog(e: any): void;
|
|
178
|
+
_onActiveCallsChange(e: any): undefined;
|
|
179
|
+
_onVisibilityChange(): undefined;
|
|
180
|
+
_onMessageHook(e: any): void;
|
|
181
|
+
_onPong(): void;
|
|
182
|
+
_onPongTimeout(e: any): void;
|
|
183
|
+
_sendPing(): void;
|
|
184
|
+
_startWsKeepAlive(e: any): void;
|
|
185
|
+
_stopWsKeepAlive(): void;
|
|
186
|
+
_createPongReport(e: any): string;
|
|
187
|
+
_setUACallbacks(): void;
|
|
188
|
+
_get_from(e: any): {
|
|
189
|
+
user: any;
|
|
190
|
+
host: any;
|
|
191
|
+
displayName: any;
|
|
192
|
+
};
|
|
193
|
+
_get_content_type(e: any): any;
|
|
194
|
+
_set_connection_listener(e: any): void;
|
|
195
|
+
_check_remote_sdp(e: any, i: any): void;
|
|
196
|
+
_check_remote_m(e: any, i: any): void;
|
|
197
|
+
_sdp_checking(e: any, i: any): undefined;
|
|
198
|
+
_set_senders_dscp(e: any): void;
|
|
199
|
+
_set_dscp(e: any, i: any, s: any): Promise<any>;
|
|
200
|
+
_cf_unpack(e: any): {} | null;
|
|
201
|
+
_cf_pack(e: any): any;
|
|
202
|
+
_cf_str(e: any): string;
|
|
203
|
+
_cf_match(e: any, i: any): boolean;
|
|
204
|
+
_cf_find(e: any, i: any): any[];
|
|
205
|
+
_cf_filter(e: any, i: any, s: any): undefined;
|
|
206
|
+
_convertIceList(e: any): any[];
|
|
207
|
+
_randomToken(e: any): string;
|
|
208
|
+
_detectBrowser(): void;
|
|
209
|
+
_detectOS(): void;
|
|
210
|
+
_detectOS1(): void;
|
|
211
|
+
_detectOS2(): void;
|
|
212
|
+
_mediaConstraints(e: any): {
|
|
213
|
+
audio: any;
|
|
214
|
+
};
|
|
215
|
+
_callOptions(e: any, i: any, s?: null, t?: null): {
|
|
216
|
+
mediaConstraints: any;
|
|
217
|
+
pcConfig: {
|
|
218
|
+
iceServers: any;
|
|
219
|
+
};
|
|
220
|
+
extraHeaders: any;
|
|
221
|
+
};
|
|
222
|
+
call(e: any, i: any, s?: null, t?: null): any;
|
|
223
|
+
sendMessage(e: any, i: any, s?: string): Promise<any>;
|
|
224
|
+
isScreenSharingSupported(): any;
|
|
225
|
+
openScreenSharing(): any;
|
|
226
|
+
closeScreenSharing(e: any): void;
|
|
227
|
+
setNetworkPriority(e: any): void;
|
|
228
|
+
networkPriority: any;
|
|
229
|
+
subscribe(...e: any[]): any;
|
|
230
|
+
notify(...e: any[]): any;
|
|
231
|
+
addCredential(e: any): void;
|
|
232
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/** @ignore */
|
|
2
|
+
declare class AgentDesktopPlugin {
|
|
3
|
+
name: any;
|
|
4
|
+
config: any;
|
|
5
|
+
agentDesktopInfo: any;
|
|
6
|
+
$: any;
|
|
7
|
+
isTyping: boolean;
|
|
8
|
+
typingTimer: any;
|
|
9
|
+
stopTypingInterval: number;
|
|
10
|
+
isTabActive: boolean;
|
|
11
|
+
isReadRecipetSent: boolean;
|
|
12
|
+
constructor(config?: any);
|
|
13
|
+
onHostCreate(): void;
|
|
14
|
+
onInit(): void;
|
|
15
|
+
appendVideoAudioElemnts(): void;
|
|
16
|
+
extend(target: any, source: any): any;
|
|
17
|
+
sendStopTypingEvent(): void;
|
|
18
|
+
removeEmptyBubblesInTemplate(): void;
|
|
19
|
+
}
|
|
20
|
+
export default AgentDesktopPlugin;
|
|
@@ -0,0 +1,144 @@
|
|
|
1
|
+
import './fileUploader.scss';
|
|
2
|
+
declare class KoreFileUploaderPlugin {
|
|
3
|
+
name: string;
|
|
4
|
+
filetypes: any;
|
|
5
|
+
allowedFileTypes: any;
|
|
6
|
+
appConsts: any;
|
|
7
|
+
fileToken: any;
|
|
8
|
+
boundary: any;
|
|
9
|
+
prevRange: any;
|
|
10
|
+
sel1: any;
|
|
11
|
+
fileUploaderCounter: any;
|
|
12
|
+
xhrValue: any;
|
|
13
|
+
xhr: any;
|
|
14
|
+
private _conc;
|
|
15
|
+
private _mdat;
|
|
16
|
+
_fields: any[];
|
|
17
|
+
attachmentFileId: any;
|
|
18
|
+
hostInstance: any;
|
|
19
|
+
ele: any;
|
|
20
|
+
innerText: any;
|
|
21
|
+
config: any;
|
|
22
|
+
options: any;
|
|
23
|
+
$element: any;
|
|
24
|
+
chatInitialize: any;
|
|
25
|
+
constructor();
|
|
26
|
+
onInit(): void;
|
|
27
|
+
bindEvents(): void;
|
|
28
|
+
setCaretEnd(_this: any): void;
|
|
29
|
+
onHostCreate(): void;
|
|
30
|
+
appendFileUploaderElementToChatwindow(): void;
|
|
31
|
+
convertFiles(_this: any, _file: any, customFileName: undefined): void;
|
|
32
|
+
getFileToken(_obj: any, _file: any, recState: any): void;
|
|
33
|
+
getUID(pattern: string | undefined): string;
|
|
34
|
+
getDataURL(src: CanvasImageSource): any;
|
|
35
|
+
acceptAndUploadFile(_this: any, file: Blob, recState: any): void;
|
|
36
|
+
getfileuploadConf(_recState: {
|
|
37
|
+
fileType: any;
|
|
38
|
+
name: any;
|
|
39
|
+
}): any;
|
|
40
|
+
notifyFlie(_this: this, _recState: {
|
|
41
|
+
resulttype: any;
|
|
42
|
+
mediaName: any;
|
|
43
|
+
type: any;
|
|
44
|
+
name: any;
|
|
45
|
+
componentSize: any;
|
|
46
|
+
}, _tofileId: undefined): void;
|
|
47
|
+
onComponentReady(_this: any, data: any): void;
|
|
48
|
+
acceptFileRecording(_this: this, _recState: any, ele: any): void;
|
|
49
|
+
notifyfileCmpntRdy(_this: any, _recState: {
|
|
50
|
+
resulttype: any;
|
|
51
|
+
mediaName: any;
|
|
52
|
+
type: any;
|
|
53
|
+
name: any;
|
|
54
|
+
}, _tofileId: undefined): void;
|
|
55
|
+
initiateRcorder(_recState: any, ele: any): void;
|
|
56
|
+
onFileToUploaded(_this: this, evt: {
|
|
57
|
+
params: any;
|
|
58
|
+
}, _recState: any): void;
|
|
59
|
+
onUploadError(_this: any, evt: any, _recState: any): void;
|
|
60
|
+
onError(): void;
|
|
61
|
+
MultipartData(): void;
|
|
62
|
+
MultipartDataAppend(key: string, value: {
|
|
63
|
+
data: any;
|
|
64
|
+
fileName: any;
|
|
65
|
+
}): void;
|
|
66
|
+
MultipartDatatoString(): string;
|
|
67
|
+
Uploader(element: any, options: any, z: this): void;
|
|
68
|
+
startUpload(_this: {
|
|
69
|
+
options: {
|
|
70
|
+
url: any;
|
|
71
|
+
headers: {
|
|
72
|
+
[x: string]: any;
|
|
73
|
+
};
|
|
74
|
+
data: {
|
|
75
|
+
[x: string]: any;
|
|
76
|
+
};
|
|
77
|
+
};
|
|
78
|
+
}): void;
|
|
79
|
+
startChunksUpload(_this: {
|
|
80
|
+
options: {
|
|
81
|
+
tokenUrl: any;
|
|
82
|
+
headers: {
|
|
83
|
+
[x: string]: any;
|
|
84
|
+
};
|
|
85
|
+
};
|
|
86
|
+
}): void;
|
|
87
|
+
getConnection(_this: any): any;
|
|
88
|
+
getHTTPConnecton(): any;
|
|
89
|
+
HttpRequest(): any;
|
|
90
|
+
progressListener(_this: any, evt: any): void;
|
|
91
|
+
loadListener(_this: {
|
|
92
|
+
events: {
|
|
93
|
+
success: {
|
|
94
|
+
params: {
|
|
95
|
+
fileId: any;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
98
|
+
};
|
|
99
|
+
$element: {
|
|
100
|
+
trigger: (arg0: any) => void;
|
|
101
|
+
};
|
|
102
|
+
}, evt: {
|
|
103
|
+
target: {
|
|
104
|
+
response: string;
|
|
105
|
+
};
|
|
106
|
+
}): void;
|
|
107
|
+
errorListener(_this: {
|
|
108
|
+
events: {
|
|
109
|
+
error: {
|
|
110
|
+
params: any;
|
|
111
|
+
};
|
|
112
|
+
};
|
|
113
|
+
$element: {
|
|
114
|
+
trigger: (arg0: any) => void;
|
|
115
|
+
};
|
|
116
|
+
}, evt: any): void;
|
|
117
|
+
initUploadChunk(_this: any): void;
|
|
118
|
+
uploadChunk(_this: {
|
|
119
|
+
options: {
|
|
120
|
+
chunkUrl: any;
|
|
121
|
+
headers: {
|
|
122
|
+
[x: string]: any;
|
|
123
|
+
};
|
|
124
|
+
};
|
|
125
|
+
}): void;
|
|
126
|
+
commitFile(_this: {
|
|
127
|
+
options: {
|
|
128
|
+
chunkUrl: string;
|
|
129
|
+
headers: {
|
|
130
|
+
[x: string]: any;
|
|
131
|
+
};
|
|
132
|
+
data: {
|
|
133
|
+
[x: string]: any;
|
|
134
|
+
};
|
|
135
|
+
};
|
|
136
|
+
}): void;
|
|
137
|
+
setOptions(_this: {
|
|
138
|
+
options: any;
|
|
139
|
+
}, opts: any): {
|
|
140
|
+
options: any;
|
|
141
|
+
};
|
|
142
|
+
getTemplateString(): string;
|
|
143
|
+
}
|
|
144
|
+
export default KoreFileUploaderPlugin;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Graph template plugin class
|
|
3
|
+
*
|
|
4
|
+
* @decorator Class
|
|
5
|
+
*/
|
|
6
|
+
declare class GraphTemplatesPlugin {
|
|
7
|
+
name: string;
|
|
8
|
+
config: {
|
|
9
|
+
graphLib: string;
|
|
10
|
+
};
|
|
11
|
+
hostInstance: any;
|
|
12
|
+
constructor(config: any);
|
|
13
|
+
onHostCreate(): void;
|
|
14
|
+
onInit(): void;
|
|
15
|
+
/**
|
|
16
|
+
* To install the pickers templates
|
|
17
|
+
*/
|
|
18
|
+
installPickerTemplates(): void;
|
|
19
|
+
}
|
|
20
|
+
export default GraphTemplatesPlugin;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
declare class Korei18nPlugin {
|
|
2
|
+
static config: {
|
|
3
|
+
rtlLanguages: string[];
|
|
4
|
+
availableLanguages: string[];
|
|
5
|
+
defaultLanguage: string;
|
|
6
|
+
languageStrings: {
|
|
7
|
+
ar: {
|
|
8
|
+
message: string;
|
|
9
|
+
connecting: string;
|
|
10
|
+
reconnecting: string;
|
|
11
|
+
entertosend: string;
|
|
12
|
+
endofchat: string;
|
|
13
|
+
loadinghistory: string;
|
|
14
|
+
sendText: string;
|
|
15
|
+
closeText: string;
|
|
16
|
+
expandText: string;
|
|
17
|
+
minimizeText: string;
|
|
18
|
+
reconnectText: string;
|
|
19
|
+
attachmentText: string;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
}
|
|
24
|
+
declare const _default: {
|
|
25
|
+
name: string;
|
|
26
|
+
plugin: typeof Korei18nPlugin;
|
|
27
|
+
};
|
|
28
|
+
export default _default;
|