@webitel/ui-sdk 24.12.40 → 24.12.41
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/CHANGELOG.md +13 -0
- package/dist/img/sprite/index.js +56 -58
- package/dist/img/sprite/minus.svg +4 -0
- package/dist/img/sprite/plus.svg +4 -0
- package/dist/ui-sdk.js +2000 -1994
- package/dist/ui-sdk.umd.cjs +16 -16
- package/package.json +1 -1
- package/src/assets/icons/sprite/index.js +56 -58
- package/src/assets/icons/sprite/minus.svg +4 -0
- package/src/assets/icons/sprite/plus.svg +4 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## [v24.12.40] - 2025-01-02
|
|
2
|
+
### :sparkles: New Features
|
|
3
|
+
- [`5e47031`](https://github.com/webitel/webitel-ui-sdk/commit/5e47031d0b5f85acd7c52191a92e95aa6e5af4c3) - update version to 24.12.40 [WTEL-5569](https://webitel.atlassian.net/browse/WTEL-5569)
|
|
4
|
+
- [`224d981`](https://github.com/webitel/webitel-ui-sdk/commit/224d981d2d6cee7bc1f91d40417c7440203ed4f7) - update version to 24.12.39 [WTEL-5569](https://webitel.atlassian.net/browse/WTEL-5569)
|
|
5
|
+
- [`4374a9d`](https://github.com/webitel/webitel-ui-sdk/commit/4374a9d5ab293562cc6dcd7a7a00cef83b070f4a) - update version to 24.12.36 [WTEL-5569](https://webitel.atlassian.net/browse/WTEL-5569)
|
|
6
|
+
- [`4a9f577`](https://github.com/webitel/webitel-ui-sdk/commit/4a9f577e10a5f30af9077794ca0ad7c24837bf9d) - implement handle searched element in table data, update styles for actions row [WTEL-5569](https://webitel.atlassian.net/browse/WTEL-5569)
|
|
7
|
+
|
|
8
|
+
### :recycle: Refactors
|
|
9
|
+
- [`ae3a4c1`](https://github.com/webitel/webitel-ui-sdk/commit/ae3a4c13e8d5a0ee9ad7ef0e459e066a619e382e) - prettier delete undo [WTEL-5512](https://webitel.atlassian.net/browse/WTEL-5512) *(commit by [@VladimirBeria](https://github.com/VladimirBeria))*
|
|
10
|
+
- [`aad9c40`](https://github.com/webitel/webitel-ui-sdk/commit/aad9c4039a5e2b8637f63b75e3538949de2ee55c) - commit undo [WTEL-5512](https://webitel.atlassian.net/browse/WTEL-5512) *(commit by [@VladimirBeria](https://github.com/VladimirBeria))*
|
|
11
|
+
|
|
12
|
+
|
|
1
13
|
## [v24.12.39] - 2025-01-02
|
|
2
14
|
### :sparkles: New Features
|
|
3
15
|
- [`9195e13`](https://github.com/webitel/webitel-ui-sdk/commit/9195e1386b2b101fd2a046f2697f20f8d63c13aa) - icons for source added [WTEL-5512](https://webitel.atlassian.net/browse/WTEL-5512) *(commit by [@VladimirBeria](https://github.com/VladimirBeria))*
|
|
@@ -690,3 +702,4 @@
|
|
|
690
702
|
[v24.12.36]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.35...v24.12.36
|
|
691
703
|
[v24.12.37]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.36...v24.12.37
|
|
692
704
|
[v24.12.39]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.38...v24.12.39
|
|
705
|
+
[v24.12.40]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.39...v24.12.40
|
package/dist/img/sprite/index.js
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { objCamelToKebab } from '../../../scripts/caseConverters.js';
|
|
2
|
-
|
|
3
2
|
import account from './account.svg';
|
|
4
3
|
import adfs from './adfs.svg';
|
|
5
4
|
import agent from './agent.svg';
|
|
@@ -16,54 +15,51 @@ import attach from './attach.svg';
|
|
|
16
15
|
import attention from './attention.svg';
|
|
17
16
|
import azure from './azure.svg';
|
|
18
17
|
import back from './back.svg';
|
|
19
|
-
import bellBadged from './bell-badged.svg';
|
|
20
18
|
import bell from './bell.svg';
|
|
19
|
+
import bellBadged from './bell-badged.svg';
|
|
21
20
|
import bot from './bot.svg';
|
|
22
21
|
import bucket from './bucket.svg';
|
|
23
22
|
import calendar from './calendar.svg';
|
|
23
|
+
import call from './call.svg';
|
|
24
24
|
import callFilled from './call--filled.svg';
|
|
25
|
-
import callAddToFilled from './call-add-to--filled.svg';
|
|
26
25
|
import callAddTo from './call-add-to.svg';
|
|
27
|
-
import
|
|
26
|
+
import callAddToFilled from './call-add-to--filled.svg';
|
|
28
27
|
import callDisconnect from './call-disconnect.svg';
|
|
29
|
-
import
|
|
28
|
+
import callDisconnectFilled from './call-disconnect--filled.svg';
|
|
30
29
|
import callEnd from './call-end.svg';
|
|
31
|
-
import
|
|
30
|
+
import callEndFilled from './call-end--filled.svg';
|
|
32
31
|
import callInbound from './call-inbound.svg';
|
|
33
|
-
import
|
|
32
|
+
import callInboundFilled from './call-inbound--filled.svg';
|
|
34
33
|
import callMissed from './call-missed.svg';
|
|
35
|
-
import
|
|
34
|
+
import callMissedFilled from './call-missed--filled.svg';
|
|
36
35
|
import callOutbound from './call-outbound.svg';
|
|
37
|
-
import
|
|
36
|
+
import callOutboundFilled from './call-outbound--filled.svg';
|
|
38
37
|
import callRinging from './call-ringing.svg';
|
|
39
|
-
import
|
|
38
|
+
import callRingingFilled from './call-ringing--filled.svg';
|
|
40
39
|
import callTransfer from './call-transfer.svg';
|
|
40
|
+
import callTransferFilled from './call-transfer--filled.svg';
|
|
41
41
|
import caseAuthor from './case-author.svg';
|
|
42
|
-
|
|
43
|
-
import call from './call.svg';
|
|
42
|
+
import chat from './chat.svg';
|
|
44
43
|
import chatFilled from './chat--filled.svg';
|
|
45
44
|
import chatEmoji from './chat-emoji.svg';
|
|
46
|
-
import chatEndFilled from './chat-end--filled.svg';
|
|
47
45
|
import chatEnd from './chat-end.svg';
|
|
46
|
+
import chatEndFilled from './chat-end--filled.svg';
|
|
48
47
|
import chatGroup from './chat-group.svg';
|
|
49
48
|
import chatJoin from './chat-join.svg';
|
|
50
49
|
import chatMessageStatusRead from './chat-message-status-read.svg';
|
|
51
50
|
import chatMessageStatusSent from './chat-message-status-sent.svg';
|
|
52
|
-
import chatQuickResponseFilled from './chat-quick-response--filled.svg';
|
|
53
51
|
import chatQuickResponse from './chat-quick-response.svg';
|
|
52
|
+
import chatQuickResponseFilled from './chat-quick-response--filled.svg';
|
|
54
53
|
import chatReply from './chat-reply.svg';
|
|
55
54
|
import chatSend from './chat-send.svg';
|
|
56
|
-
import chatTransferFilled from './chat-transfer--filled.svg';
|
|
57
55
|
import chatTransfer from './chat-transfer.svg';
|
|
58
|
-
|
|
59
|
-
import chat from './chat.svg';
|
|
60
|
-
import checkboxCheckedFilled from './checkbox--checked--filled.svg';
|
|
61
|
-
import checkboxChecked from './checkbox--checked.svg';
|
|
62
|
-
|
|
56
|
+
import chatTransferFilled from './chat-transfer--filled.svg';
|
|
63
57
|
import checkbox from './checkbox.svg';
|
|
58
|
+
import checkboxChecked from './checkbox--checked.svg';
|
|
59
|
+
import checkboxCheckedFilled from './checkbox--checked--filled.svg';
|
|
64
60
|
import clear from './clear.svg';
|
|
65
|
-
import closeFilled from './close--filled.svg';
|
|
66
61
|
import close from './close.svg';
|
|
62
|
+
import closeFilled from './close--filled.svg';
|
|
67
63
|
import collapse from './collapse.svg';
|
|
68
64
|
import columnSelect from './column-select.svg';
|
|
69
65
|
import conference from './conference.svg';
|
|
@@ -76,9 +72,9 @@ import done from './done.svg';
|
|
|
76
72
|
import download from './download.svg';
|
|
77
73
|
import edit from './edit.svg';
|
|
78
74
|
import elevenlabs from './elevenlabs.svg';
|
|
75
|
+
import email from './email.svg';
|
|
79
76
|
import emailInbound from './email-inbound.svg';
|
|
80
77
|
import emailOutbound from './email-outbound.svg';
|
|
81
|
-
import email from './email.svg';
|
|
82
78
|
import expand from './expand.svg';
|
|
83
79
|
import eyeClosed from './eye--closed.svg';
|
|
84
80
|
import eyeOpened from './eye--opened.svg';
|
|
@@ -92,34 +88,34 @@ import hold from './hold.svg';
|
|
|
92
88
|
import idle from './idle.svg';
|
|
93
89
|
import impacted from './impacted.svg';
|
|
94
90
|
import instagram from './instagram.svg';
|
|
91
|
+
import job from './job.svg';
|
|
95
92
|
import jobAccept from './job--accept.svg';
|
|
96
93
|
import jobEnd from './job--end.svg';
|
|
97
|
-
import job from './job.svg';
|
|
98
94
|
import json from './json.svg';
|
|
99
95
|
import link from './link.svg';
|
|
100
96
|
import lock from './lock.svg';
|
|
101
97
|
import logout from './logout.svg';
|
|
102
|
-
import mailColor from './mail--color.svg';
|
|
103
98
|
import mail from './mail.svg';
|
|
99
|
+
import mailColor from './mail--color.svg';
|
|
104
100
|
import manual from './manual.svg';
|
|
105
101
|
import menu from './menu.svg';
|
|
106
102
|
import messengerCustom from './messenger-custom.svg';
|
|
107
|
-
import messengerFacebookFilled from './messenger-facebook--filled.svg';
|
|
108
103
|
import messengerFacebook from './messenger-facebook.svg';
|
|
104
|
+
import messengerFacebookFilled from './messenger-facebook--filled.svg';
|
|
109
105
|
import messengerInfobip from './messenger-infobip.svg';
|
|
110
106
|
import messengerMessenger from './messenger-messenger.svg';
|
|
111
|
-
import messengerTelegramFilled from './messenger-telegram--filled.svg';
|
|
112
107
|
import messengerTelegram from './messenger-telegram.svg';
|
|
113
|
-
import
|
|
108
|
+
import messengerTelegramFilled from './messenger-telegram--filled.svg';
|
|
114
109
|
import messengerViber from './messenger-viber.svg';
|
|
110
|
+
import messengerViberFilled from './messenger-viber--filled.svg';
|
|
115
111
|
import messengerWebChat from './messenger-web-chat.svg';
|
|
116
|
-
import messengerWhatsappFilled from './messenger-whatsapp--filled.svg';
|
|
117
112
|
import messengerWhatsapp from './messenger-whatsapp.svg';
|
|
113
|
+
import messengerWhatsappFilled from './messenger-whatsapp--filled.svg';
|
|
118
114
|
import meta from './meta.svg';
|
|
119
|
-
import micMuted from './mic-muted.svg';
|
|
120
115
|
import mic from './mic.svg';
|
|
121
|
-
import
|
|
116
|
+
import micMuted from './mic-muted.svg';
|
|
122
117
|
import microsoft from './microsoft.svg';
|
|
118
|
+
import minus from './minus.svg';
|
|
123
119
|
import move from './move.svg';
|
|
124
120
|
import note from './note.svg';
|
|
125
121
|
import numpad from './numpad.svg';
|
|
@@ -127,22 +123,38 @@ import options from './options.svg';
|
|
|
127
123
|
import pause from './pause.svg';
|
|
128
124
|
import pin from './pin.svg';
|
|
129
125
|
import play from './play.svg';
|
|
130
|
-
import
|
|
126
|
+
import plus from './plus.svg';
|
|
127
|
+
import plyrAirplay from './plyr-airplay.svg';
|
|
128
|
+
import plyrCaptionsOff from './plyr-captions-off.svg';
|
|
129
|
+
import plyrCaptionsOn from './plyr-captions-on.svg';
|
|
130
|
+
import plyrDownload from './plyr-download.svg';
|
|
131
|
+
import plyrEnterFullscreen from './plyr-enter-fullscreen.svg';
|
|
132
|
+
import plyrExitFullscreen from './plyr-exit-fullscreen.svg';
|
|
133
|
+
import plyrFastForward from './plyr-fast-forward.svg';
|
|
134
|
+
import plyrLogoVimeo from './plyr-logo-vimeo.svg';
|
|
135
|
+
import plyrLogoYoutube from './plyr-logo-youtube.svg';
|
|
136
|
+
import plyrMuted from './plyr-muted.svg';
|
|
137
|
+
import plyrPause from './plyr-pause.svg';
|
|
138
|
+
import plyrPip from './plyr-pip.svg';
|
|
139
|
+
import plyrPlay from './plyr-play.svg';
|
|
140
|
+
import plyrRestart from './plyr-restart.svg';
|
|
141
|
+
import plyrRewind from './plyr-rewind.svg';
|
|
142
|
+
import plyrSettings from './plyr-settings.svg';
|
|
143
|
+
import plyrVolume from './plyr-volume.svg';
|
|
131
144
|
import previewTagApplication from './preview-tag-application.svg';
|
|
132
|
-
|
|
133
145
|
import previewTagAudio from './preview-tag-audio.svg';
|
|
134
146
|
import previewTagImage from './preview-tag-image.svg';
|
|
135
147
|
import previewTagVideo from './preview-tag-video.svg';
|
|
136
148
|
import prompter from './prompter.svg';
|
|
137
149
|
import queueMember from './queue-member.svg';
|
|
138
|
-
import radioChecked from './radio--checked.svg';
|
|
139
150
|
import radio from './radio.svg';
|
|
140
|
-
import
|
|
151
|
+
import radioChecked from './radio--checked.svg';
|
|
141
152
|
import rec from './rec.svg';
|
|
153
|
+
import recOff from './rec-off.svg';
|
|
142
154
|
import redo from './redo.svg';
|
|
143
155
|
import refresh from './refresh.svg';
|
|
144
|
-
import role from './role.svg';
|
|
145
156
|
import reporter from './reporter.svg';
|
|
157
|
+
import role from './role.svg';
|
|
146
158
|
import roundedInfo from './rounded-info.svg';
|
|
147
159
|
import save from './save.svg';
|
|
148
160
|
import saveAs from './save-as.svg';
|
|
@@ -156,47 +168,31 @@ import sortArrowDown from './sort-arrow-down.svg';
|
|
|
156
168
|
import sortArrowUp from './sort-arrow-up.svg';
|
|
157
169
|
import soundOff from './sound-off.svg';
|
|
158
170
|
import soundOn from './sound-on.svg';
|
|
159
|
-
import starFilled from './star--filled.svg';
|
|
160
171
|
import star from './star.svg';
|
|
172
|
+
import starFilled from './star--filled.svg';
|
|
161
173
|
import stop from './stop.svg';
|
|
162
174
|
import stopSign from './stop-sign.svg';
|
|
175
|
+
import stt from './stt.svg';
|
|
163
176
|
import sttDownload from './stt-download.svg';
|
|
164
177
|
import sttSearch from './stt-search.svg';
|
|
165
|
-
import stt from './stt.svg';
|
|
166
178
|
import telegramBot from './telegram-bot.svg';
|
|
167
179
|
import tick from './tick.svg';
|
|
180
|
+
import treeCollapse from './tree-collapse.svg';
|
|
181
|
+
import treeCross from './tree-cross.svg';
|
|
182
|
+
import treeExpand from './tree-expand.svg';
|
|
183
|
+
import treeLine from './tree-line.svg';
|
|
168
184
|
import ttsDownload from './tts-download.svg';
|
|
169
|
-
import treeLine from './tree-line.svg'
|
|
170
|
-
import treeCross from './tree-cross.svg'
|
|
171
185
|
import undo from './undo.svg';
|
|
172
186
|
import unpin from './unpin.svg';
|
|
173
187
|
import upload from './upload.svg';
|
|
174
188
|
import user from './user.svg';
|
|
175
189
|
import variableSelect from './variable-select.svg';
|
|
176
190
|
import versions from './versions.svg';
|
|
177
|
-
import videoCamOff from './video-cam-off.svg';
|
|
178
191
|
import videoCam from './video-cam.svg';
|
|
192
|
+
import videoCamOff from './video-cam-off.svg';
|
|
179
193
|
import zoomIn from './zoom-in.svg';
|
|
180
194
|
import zoomOut from './zoom-out.svg';
|
|
181
195
|
|
|
182
|
-
import plyrAirplay from './plyr-airplay.svg';
|
|
183
|
-
import plyrCaptionsOff from './plyr-captions-off.svg';
|
|
184
|
-
import plyrCaptionsOn from './plyr-captions-on.svg';
|
|
185
|
-
import plyrDownload from './plyr-download.svg';
|
|
186
|
-
import plyrEnterFullscreen from './plyr-enter-fullscreen.svg';
|
|
187
|
-
import plyrExitFullscreen from './plyr-exit-fullscreen.svg';
|
|
188
|
-
import plyrFastForward from './plyr-fast-forward.svg';
|
|
189
|
-
import plyrLogoVimeo from './plyr-logo-vimeo.svg';
|
|
190
|
-
import plyrLogoYoutube from './plyr-logo-youtube.svg';
|
|
191
|
-
import plyrMuted from './plyr-muted.svg';
|
|
192
|
-
import plyrPause from './plyr-pause.svg';
|
|
193
|
-
import plyrPip from './plyr-pip.svg';
|
|
194
|
-
import plyrPlay from './plyr-play.svg';
|
|
195
|
-
import plyrRestart from './plyr-restart.svg';
|
|
196
|
-
import plyrRewind from './plyr-rewind.svg';
|
|
197
|
-
import plyrSettings from './plyr-settings.svg';
|
|
198
|
-
import plyrVolume from './plyr-volume.svg';
|
|
199
|
-
|
|
200
196
|
export default objCamelToKebab({
|
|
201
197
|
account,
|
|
202
198
|
agent,
|
|
@@ -267,6 +263,7 @@ export default objCamelToKebab({
|
|
|
267
263
|
clear,
|
|
268
264
|
close,
|
|
269
265
|
'close--filled': closeFilled,
|
|
266
|
+
minus,
|
|
270
267
|
collapse,
|
|
271
268
|
columnSelect,
|
|
272
269
|
variableSelect,
|
|
@@ -277,6 +274,7 @@ export default objCamelToKebab({
|
|
|
277
274
|
download,
|
|
278
275
|
edit,
|
|
279
276
|
elevenlabs,
|
|
277
|
+
plus,
|
|
280
278
|
expand,
|
|
281
279
|
'eye--closed': eyeClosed,
|
|
282
280
|
'eye--opened': eyeOpened,
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M8 11C7.44772 11 7 11.4477 7 12C7 12.5523 7.44772 13 8 13H16C16.5523 13 17 12.5523 17 12C17 11.4477 16.5523 11 16 11H8Z" />
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 2C3.34315 2 2 3.34315 2 5V19C2 20.6569 3.34315 22 5 22H19C20.6569 22 22 20.6569 22 19V5C22 3.34315 20.6569 2 19 2H5ZM19 4H5C4.44771 4 4 4.44772 4 5V19C4 19.5523 4.44772 20 5 20H19C19.5523 20 20 19.5523 20 19V5C20 4.44771 19.5523 4 19 4Z" />
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
3
|
+
d="M5 4H19C19.5523 4 20 4.44771 20 5V19C20 19.5523 19.5523 20 19 20H5C4.44772 20 4 19.5523 4 19V5C4 4.44772 4.44771 4 5 4ZM2 5C2 3.34315 3.34315 2 5 2H19C20.6569 2 22 3.34315 22 5V19C22 20.6569 20.6569 22 19 22H5C3.34315 22 2 20.6569 2 19V5ZM12 7C12.5523 7 13 7.44772 13 8V11H16C16.5523 11 17 11.4477 17 12C17 12.5523 16.5523 13 16 13H13V16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16V13L8 13C7.44771 13 7 12.5523 7 12C7 11.4477 7.44771 11 8 11L11 11V8C11 7.44772 11.4477 7 12 7Z"/>
|
|
4
|
+
</svg>
|