@webitel/ui-sdk 25.4.63 → 25.4.65
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 +6 -0
- package/dist/img/sprite/index.js +2 -0
- package/dist/img/sprite/table.svg +3 -0
- package/dist/ui-sdk.css +1 -1
- package/dist/ui-sdk.js +2119 -2116
- package/dist/ui-sdk.umd.cjs +16 -16
- package/package.json +1 -1
- package/src/assets/icons/sprite/index.js +2 -0
- package/src/assets/icons/sprite/table.svg +3 -0
- package/src/components/wt-tree-table/wt-tree-table.vue +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
## [v25.4.64] - 2025-04-17
|
|
2
|
+
### :sparkles: New Features
|
|
3
|
+
- [`85d254a`](https://github.com/webitel/webitel-ui-sdk/commit/85d254a5405dddd5ffd92466af85badfd3505fb0) - update styles for wt tree table [WTEL-6440](https://webitel.atlassian.net/browse/WTEL-6440) *(commit by [@stanislav-kozak](https://github.com/stanislav-kozak))*
|
|
4
|
+
|
|
5
|
+
|
|
1
6
|
## [v25.4.62] - 2025-04-15
|
|
2
7
|
### :sparkles: New Features
|
|
3
8
|
- [`cfd2a1e`](https://github.com/webitel/webitel-ui-sdk/commit/cfd2a1ed1f9090ab36ee28bf61cf4e9cd7991695) - implement locale for list, contact and case [WTEL-6370](https://webitel.atlassian.net/browse/WTEL-6370) *(commit by [@stanislav-kozak](https://github.com/stanislav-kozak))*
|
|
@@ -1897,3 +1902,4 @@
|
|
|
1897
1902
|
[v25.4.59]: https://github.com/webitel/webitel-ui-sdk/compare/v25.4.58...v25.4.59
|
|
1898
1903
|
[v25.4.60]: https://github.com/webitel/webitel-ui-sdk/compare/v25.4.59...v25.4.60
|
|
1899
1904
|
[v25.4.62]: https://github.com/webitel/webitel-ui-sdk/compare/v25.4.61...v25.4.62
|
|
1905
|
+
[v25.4.64]: https://github.com/webitel/webitel-ui-sdk/compare/v25.4.63...v25.4.64
|
package/dist/img/sprite/index.js
CHANGED
|
@@ -180,6 +180,7 @@ import stopSign from './stop-sign.svg';
|
|
|
180
180
|
import stt from './stt.svg';
|
|
181
181
|
import sttDownload from './stt-download.svg';
|
|
182
182
|
import sttSearch from './stt-search.svg';
|
|
183
|
+
import table from './table.svg';
|
|
183
184
|
import telegramBot from './telegram-bot.svg';
|
|
184
185
|
import tick from './tick.svg';
|
|
185
186
|
import treeCollapse from './tree-collapse.svg';
|
|
@@ -330,6 +331,7 @@ export default objCamelToKebab({
|
|
|
330
331
|
numpad,
|
|
331
332
|
pause,
|
|
332
333
|
play,
|
|
334
|
+
table,
|
|
333
335
|
treeExpand,
|
|
334
336
|
prompter,
|
|
335
337
|
queueMember,
|