@koredev/kore-web-sdk 11.19.1-rc.6c132d5 → 11.19.1-rc.90aa76d
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/esm/kore-web-sdk-chat.min.js +1 -1
- package/dist/esm/plugins/kore-i18n.js +1 -1
- package/dist/esm/plugins/multi-file-upload.js +1 -1
- package/dist/plugins/fileUploader/multiFileUploader.d.ts +1 -1
- package/dist/plugins/i18n.d.ts +0 -10
- package/dist/umd/kore-web-sdk-umd-chat.min.js +1 -1
- package/dist/umd/plugins/kore-i18n.js +1 -1
- package/dist/umd/plugins/multi-file-upload.js +1 -1
- package/package.json +1 -1
|
@@ -81,7 +81,7 @@ declare class KoreMultiFileUploaderPlugin {
|
|
|
81
81
|
getHTTPConnecton(): any;
|
|
82
82
|
HttpRequest(): any;
|
|
83
83
|
isElementInDOM(el: any): boolean;
|
|
84
|
-
progressListener(_this: any, evt: any, ele: any
|
|
84
|
+
progressListener(_this: any, evt: any, ele: any): void;
|
|
85
85
|
loadListener(_this: any, evt: {
|
|
86
86
|
target: {
|
|
87
87
|
response: string;
|
package/dist/plugins/i18n.d.ts
CHANGED
|
@@ -43,8 +43,6 @@ declare class Korei18nPlugin {
|
|
|
43
43
|
delivered: string;
|
|
44
44
|
sent: string;
|
|
45
45
|
you: string;
|
|
46
|
-
uploaded: string;
|
|
47
|
-
download: string;
|
|
48
46
|
};
|
|
49
47
|
ja: {
|
|
50
48
|
message: string;
|
|
@@ -85,8 +83,6 @@ declare class Korei18nPlugin {
|
|
|
85
83
|
delivered: string;
|
|
86
84
|
sent: string;
|
|
87
85
|
you: string;
|
|
88
|
-
uploaded: string;
|
|
89
|
-
download: string;
|
|
90
86
|
};
|
|
91
87
|
ko: {
|
|
92
88
|
message: string;
|
|
@@ -127,8 +123,6 @@ declare class Korei18nPlugin {
|
|
|
127
123
|
delivered: string;
|
|
128
124
|
sent: string;
|
|
129
125
|
you: string;
|
|
130
|
-
uploaded: string;
|
|
131
|
-
download: string;
|
|
132
126
|
};
|
|
133
127
|
zh: {
|
|
134
128
|
message: string;
|
|
@@ -169,8 +163,6 @@ declare class Korei18nPlugin {
|
|
|
169
163
|
delivered: string;
|
|
170
164
|
sent: string;
|
|
171
165
|
you: string;
|
|
172
|
-
uploaded: string;
|
|
173
|
-
download: string;
|
|
174
166
|
};
|
|
175
167
|
de: {
|
|
176
168
|
message: string;
|
|
@@ -211,8 +203,6 @@ declare class Korei18nPlugin {
|
|
|
211
203
|
delivered: string;
|
|
212
204
|
sent: string;
|
|
213
205
|
you: string;
|
|
214
|
-
uploaded: string;
|
|
215
|
-
download: string;
|
|
216
206
|
};
|
|
217
207
|
};
|
|
218
208
|
};
|