@webitel/ui-sdk 24.12.46 → 24.12.48
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/ui-sdk.js +218 -218
- package/dist/ui-sdk.umd.cjs +2 -2
- package/package.json +1 -1
- package/src/enums/WebitelApplications/CrmSections.enum.js +1 -1
- package/src/modules/Userinfo/classes/ApplicationsAccess.js +5 -0
- package/src/store/new/modules/tableStoreModule/tableStoreModule.js +2 -11
- package/src/store/new/modules/tableStoreModule/useTableStore.js +0 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
## [v24.12.47] - 2025-01-09
|
|
2
|
+
### :bug: Bug Fixes
|
|
3
|
+
- [`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))*
|
|
4
|
+
- [`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))*
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
## [v24.12.46] - 2025-01-07
|
|
8
|
+
### :sparkles: New Features
|
|
9
|
+
- [`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))*
|
|
10
|
+
|
|
11
|
+
|
|
1
12
|
## [v24.12.44] - 2025-01-06
|
|
2
13
|
### :bug: Bug Fixes
|
|
3
14
|
- [`9880b55`](https://github.com/webitel/webitel-ui-sdk/commit/9880b55fd1a317c6a392a5419946de748857a2ca) - update package version to 24.12.44
|
|
@@ -716,3 +727,5 @@
|
|
|
716
727
|
[v24.12.40]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.39...v24.12.40
|
|
717
728
|
[v24.12.41]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.40...v24.12.41
|
|
718
729
|
[v24.12.44]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.43...v24.12.44
|
|
730
|
+
[v24.12.46]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.45...v24.12.46
|
|
731
|
+
[v24.12.47]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.46...v24.12.47
|