@webitel/ui-sdk 24.10.57 → 24.10.59
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 +9 -0
- package/dist/ui-sdk.js +2907 -2907
- package/dist/ui-sdk.umd.cjs +15 -15
- package/package.json +1 -2
- package/src/enums/WebitelApplications/CrmSections.enum.js +1 -0
- package/src/locale/en/en.js +0 -17
- package/src/locale/ru/ru.js +0 -17
- package/src/locale/ua/ua.js +0 -17
- package/src/modules/TableComponentModule/composables/useTableEmpty.js +9 -9
- package/src/install.js +0 -27
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
+
## [v24.10.57] - 2024-11-05
|
|
4
|
+
### :sparkles: New Features
|
|
5
|
+
- [`f5938a4`](https://github.com/webitel/webitel-ui-sdk/commit/f5938a4bfebd725c115b453d7c26837fb8edaedd) - cases section added to CRM enum [WTEL-5310] (https://webitel.atlassian.net/browse/WTEL-5310) *(commit by [@VladimirBeria](https://github.com/VladimirBeria))*
|
|
6
|
+
|
|
7
|
+
### :memo: Documentation Changes
|
|
8
|
+
- [`d6516e7`](https://github.com/webitel/webitel-ui-sdk/commit/d6516e7e30e97bd4a7db8c597e5c55be9e67c121) - added wt-action-bar slots docs [WTEL-5307](https://webitel.atlassian.net/browse/WTEL-5307) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
|
|
9
|
+
|
|
10
|
+
|
|
3
11
|
## [v24.10.56] - 2024-10-31
|
|
4
12
|
### :sparkles: New Features
|
|
5
13
|
- [`d0565ac`](https://github.com/webitel/webitel-ui-sdk/commit/d0565ac468e9dc441a38d7250dfed140c26e52b4) - add edit icon in wt-action-bar[WTEL-4686](https://webitel.atlassian.net/browse/WTEL-4686)] *(commit by [@Lera24](https://github.com/Lera24))*
|
|
@@ -51,3 +59,4 @@
|
|
|
51
59
|
[v24.10.54]: https://github.com/webitel/webitel-ui-sdk/compare/v24.10.53...v24.10.54
|
|
52
60
|
[v24.10.55]: https://github.com/webitel/webitel-ui-sdk/compare/v24.10.54...v24.10.55
|
|
53
61
|
[v24.10.56]: https://github.com/webitel/webitel-ui-sdk/compare/v24.10.55...v24.10.56
|
|
62
|
+
[v24.10.57]: https://github.com/webitel/webitel-ui-sdk/compare/v24.10.56...v24.10.57
|