@koredev/kore-web-sdk 11.11.0-rc.f4da2c6 → 11.11.1-rc.030ea82
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/README.md +1 -1
- package/dist/esm/kore-web-sdk-chat.min.js +1 -1
- package/dist/esm/plugins/answers-template.js +1 -1
- package/dist/esm/plugins/kore-graph-templates-plugin.js +1 -1
- package/dist/esm/plugins/kore-i18n.js +1 -1
- package/dist/esm/plugins/kore-picker-plugin.js +1 -1
- package/dist/esm/plugins/kore-solutions-plugin.js +1 -1
- package/dist/esm/plugins/v2-plugin.js +1 -1
- package/dist/plugins/i18n.d.ts +76 -0
- package/dist/umd/kore-web-sdk-umd-chat.min.js +1 -1
- package/dist/umd/plugins/answers-template.js +1 -1
- package/dist/umd/plugins/kore-graph-templates-plugin-umd.js +1 -1
- package/dist/umd/plugins/kore-i18n.js +1 -1
- package/dist/umd/plugins/kore-picker-plugin-umd.js +1 -1
- package/dist/umd/plugins/kore-solutions-plugin-umd.js +1 -1
- package/dist/umd/plugins/v2-plugin.js +1 -1
- package/dist/utils/helpers.d.ts +1 -1
- package/package.json +1 -1
package/dist/plugins/i18n.d.ts
CHANGED
|
@@ -36,6 +36,8 @@ declare class Korei18nPlugin {
|
|
|
36
36
|
attachments: string;
|
|
37
37
|
close: string;
|
|
38
38
|
reconnect: string;
|
|
39
|
+
today: string;
|
|
40
|
+
yesterday: string;
|
|
39
41
|
};
|
|
40
42
|
ja: {
|
|
41
43
|
message: string;
|
|
@@ -69,6 +71,8 @@ declare class Korei18nPlugin {
|
|
|
69
71
|
attachments: string;
|
|
70
72
|
close: string;
|
|
71
73
|
reconnect: string;
|
|
74
|
+
today: string;
|
|
75
|
+
yesterday: string;
|
|
72
76
|
};
|
|
73
77
|
ko: {
|
|
74
78
|
message: string;
|
|
@@ -102,6 +106,78 @@ declare class Korei18nPlugin {
|
|
|
102
106
|
attachments: string;
|
|
103
107
|
close: string;
|
|
104
108
|
reconnect: string;
|
|
109
|
+
today: string;
|
|
110
|
+
yesterday: string;
|
|
111
|
+
};
|
|
112
|
+
zh: {
|
|
113
|
+
message: string;
|
|
114
|
+
connecting: string;
|
|
115
|
+
reconnecting: string;
|
|
116
|
+
entertosend: string;
|
|
117
|
+
endofchat: string;
|
|
118
|
+
loadinghistory: string;
|
|
119
|
+
sendText: string;
|
|
120
|
+
closeText: string;
|
|
121
|
+
expandText: string;
|
|
122
|
+
minimizeText: string;
|
|
123
|
+
reconnectText: string;
|
|
124
|
+
attachmentText: string;
|
|
125
|
+
help: string;
|
|
126
|
+
agent: string;
|
|
127
|
+
media: string;
|
|
128
|
+
file: string;
|
|
129
|
+
tapToSpeak: string;
|
|
130
|
+
listenToEnd: string;
|
|
131
|
+
tapToSend: string;
|
|
132
|
+
typing: string;
|
|
133
|
+
menu: string;
|
|
134
|
+
poweredBy: string;
|
|
135
|
+
keyboard: string;
|
|
136
|
+
microphone: string;
|
|
137
|
+
cancel: string;
|
|
138
|
+
emojis: string;
|
|
139
|
+
speakerOn: string;
|
|
140
|
+
speakerOff: string;
|
|
141
|
+
attachments: string;
|
|
142
|
+
close: string;
|
|
143
|
+
reconnect: string;
|
|
144
|
+
today: string;
|
|
145
|
+
yesterday: string;
|
|
146
|
+
};
|
|
147
|
+
de: {
|
|
148
|
+
message: string;
|
|
149
|
+
connecting: string;
|
|
150
|
+
reconnecting: string;
|
|
151
|
+
entertosend: string;
|
|
152
|
+
endofchat: string;
|
|
153
|
+
loadinghistory: string;
|
|
154
|
+
sendText: string;
|
|
155
|
+
closeText: string;
|
|
156
|
+
expandText: string;
|
|
157
|
+
minimizeText: string;
|
|
158
|
+
reconnectText: string;
|
|
159
|
+
attachmentText: string;
|
|
160
|
+
help: string;
|
|
161
|
+
agent: string;
|
|
162
|
+
media: string;
|
|
163
|
+
file: string;
|
|
164
|
+
tapToSpeak: string;
|
|
165
|
+
listenToEnd: string;
|
|
166
|
+
tapToSend: string;
|
|
167
|
+
typing: string;
|
|
168
|
+
menu: string;
|
|
169
|
+
poweredBy: string;
|
|
170
|
+
keyboard: string;
|
|
171
|
+
microphone: string;
|
|
172
|
+
cancel: string;
|
|
173
|
+
emojis: string;
|
|
174
|
+
speakerOn: string;
|
|
175
|
+
speakerOff: string;
|
|
176
|
+
attachments: string;
|
|
177
|
+
close: string;
|
|
178
|
+
reconnect: string;
|
|
179
|
+
today: string;
|
|
180
|
+
yesterday: string;
|
|
105
181
|
};
|
|
106
182
|
};
|
|
107
183
|
};
|