@webitel/ui-sdk 24.12.47 → 24.12.50
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 +14 -0
- package/dist/ui-sdk.js +9023 -9365
- package/dist/ui-sdk.umd.cjs +18 -22
- package/package.json +4 -4
- package/src/components/wt-icon-action/iconMappings.js +14 -0
- package/src/components/wt-icon-action/wt-icon-action.vue +8 -4
- package/src/enums/WebitelApplications/CrmSections.enum.js +1 -1
- package/src/locale/en/en.js +17 -5
- package/src/locale/ru/ru.js +17 -5
- package/src/locale/ua/ua.js +17 -5
- package/src/modules/Userinfo/classes/ApplicationsAccess.js +5 -0
- package/src/components/wt-icon-action/IActionData.js +0 -46
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## [v24.12.48] - 2025-01-10
|
|
2
|
+
### :sparkles: New Features
|
|
3
|
+
- [`3e1d182`](https://github.com/webitel/webitel-ui-sdk/commit/3e1d1823f0db47bb5feb353c339b4ab7b46b66ba) - implimented version [WTEL-5712](https://webitel.atlassian.net/browse/WTEL-5712) *(commit by [@liza-pohranichna](https://github.com/liza-pohranichna))*
|
|
4
|
+
- [`f8e10c7`](https://github.com/webitel/webitel-ui-sdk/commit/f8e10c75faf1ff10f0ec11998bf3d8ff74f7aaa7) - added new lookup in crm [WTEL-5712](https://webitel.atlassian.net/browse/WTEL-5712) *(commit by [@liza-pohranichna](https://github.com/liza-pohranichna))*
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
## [v24.12.47] - 2025-01-09
|
|
8
|
+
### :bug: Bug Fixes
|
|
9
|
+
- [`dfe80e4`](https://github.com/webitel/webitel-ui-sdk/commit/dfe80e47e6ef1db31a0d913149ee966361b0d7a0) - change call reset selected value[WTEL-4740](https://webitel.atlassian.net/browse/WTEL-4740) *(commit by [@Lera24](https://github.com/Lera24))*
|
|
10
|
+
- [`23a5356`](https://github.com/webitel/webitel-ui-sdk/commit/23a5356f9f5452b498e48181d11941a6a15bedd9) - reset selected items in table[WTEL-4740](https://webitel.atlassian.net/browse/WTEL-4740) *(commit by [@Lera24](https://github.com/Lera24))*
|
|
11
|
+
|
|
12
|
+
|
|
1
13
|
## [v24.12.46] - 2025-01-07
|
|
2
14
|
### :sparkles: New Features
|
|
3
15
|
- [`f038e5f`](https://github.com/webitel/webitel-ui-sdk/commit/f038e5ff908bd11ff76b9c6b74bcd3e8e0916eb4) - cases icon added [WTEL-5325](https://webitel.atlassian.net/browse/WTEL-5325) *(commit by [@VladimirBeria](https://github.com/VladimirBeria))*
|
|
@@ -722,3 +734,5 @@
|
|
|
722
734
|
[v24.12.41]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.40...v24.12.41
|
|
723
735
|
[v24.12.44]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.43...v24.12.44
|
|
724
736
|
[v24.12.46]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.45...v24.12.46
|
|
737
|
+
[v24.12.47]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.46...v24.12.47
|
|
738
|
+
[v24.12.48]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.47...v24.12.48
|