@webitel/ui-sdk 24.12.20 → 24.12.22
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 +12 -0
- package/dist/ui-sdk.js +975 -975
- package/dist/ui-sdk.umd.cjs +1 -1
- package/package.json +1 -1
- package/src/modules/TableComponentModule/composables/useTableEmpty.js +3 -3
- package/src/store/new/modules/tableStoreModule/tableStoreModule.js +13 -0
- package/src/store/new/modules/tableStoreModule/useTableStore.js +5 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
+
## [v24.12.21] - 2024-12-13
|
|
4
|
+
### :bug: Bug Fixes
|
|
5
|
+
- [`55398a0`](https://github.com/webitel/webitel-ui-sdk/commit/55398a0397d2923a5a99400887378834053fe440) - implement locales for useTableEmpty [WTEL-5642](https://webitel.atlassian.net/browse/WTEL-5642)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
## [v24.12.20] - 2024-12-12
|
|
9
|
+
### :bug: Bug Fixes
|
|
10
|
+
- [`e3a0342`](https://github.com/webitel/webitel-ui-sdk/commit/e3a0342b485c8aefa4ee23c6eb49ebe3bd6ae560) - order action in wt-action-bar component[WTEL-5721](https://webitel.atlassian.net/browse/WTEL-5721) *(commit by [@Lera24](https://github.com/Lera24))*
|
|
11
|
+
|
|
12
|
+
|
|
3
13
|
## [v24.12.19] - 2024-12-11
|
|
4
14
|
### :sparkles: New Features
|
|
5
15
|
- [`96eb87f`](https://github.com/webitel/webitel-ui-sdk/commit/96eb87f71c090b25007742337f3d46c1ed334d39) - new colors added for wt-indicator [WTEL-5507] (https://webitel.atlassian.net/browse/WTEL-5507) *(commit by [@VladimirBeria](https://github.com/VladimirBeria))*
|
|
@@ -445,3 +455,5 @@
|
|
|
445
455
|
[v24.12.17]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.16...v24.12.17
|
|
446
456
|
[v24.12.18]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.17...v24.12.18
|
|
447
457
|
[v24.12.19]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.18...v24.12.19
|
|
458
|
+
[v24.12.20]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.19...v24.12.20
|
|
459
|
+
[v24.12.21]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.20...v24.12.21
|