@webitel/ui-sdk 24.12.1 → 24.12.3
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 +16 -0
- package/dist/plyr.min-ClXVuhkx.js +2260 -0
- package/dist/ui-sdk.css +1 -1
- package/dist/ui-sdk.js +16255 -16459
- package/dist/ui-sdk.umd.cjs +21 -24
- package/package.json +24 -25
- package/src/components/wt-checkbox/wt-checkbox.vue +1 -1
- package/src/components/wt-icon-btn/wt-icon-btn.vue +1 -1
- package/src/components/wt-player/wt-player.vue +50 -52
- package/src/components/wt-radio/wt-radio.vue +3 -3
- package/src/components/wt-select/_multiselect.scss +7 -8
- package/src/components/wt-select/wt-select.vue +6 -6
- package/src/components/wt-table/wt-table.vue +1 -1
- package/src/components/wt-tags-input/wt-tags-input.vue +1 -1
- package/src/composables/useCard/useCardTabs.js +1 -1
- package/src/composables/useValidate/useValidate.js +1 -1
- package/src/scripts/convertDurationWithMinutes.js +13 -0
- package/dist/plyr.min-BOpTIji6.js +0 -2576
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
+
## [v24.12.2] - 2024-11-21
|
|
4
|
+
### :sparkles: New Features
|
|
5
|
+
- [`5477157`](https://github.com/webitel/webitel-ui-sdk/commit/5477157b4c1956c11a0c89e3f2b1354f829a3590) - add convertDurationWithMinutes[WTEL-4883](https://webitel.atlassian.net/browse/WTEL-4883) *(commit by [@Lera24](https://github.com/Lera24))*
|
|
6
|
+
|
|
7
|
+
### :recycle: Refactors
|
|
8
|
+
- [`d95500e`](https://github.com/webitel/webitel-ui-sdk/commit/d95500e5011e122a38e5dec90198960958ebcc0e) - deprecated :deep() selector usages [WTEL-5568](https://webitel.atlassian.net/browse/WTEL-5568) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
|
|
9
|
+
- [`545437b`](https://github.com/webitel/webitel-ui-sdk/commit/545437b016e51a785ae6e8688753d746af3e7120) - upd packages [WTEL-5568](https://webitel.atlassian.net/browse/WTEL-5568) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
## [v24.12.1] - 2024-11-20
|
|
13
|
+
### :sparkles: New Features
|
|
14
|
+
- [`6c6cca7`](https://github.com/webitel/webitel-ui-sdk/commit/6c6cca7e9c64d49c9dd1058bbe8a7c4cdca10352) - add locale and default img in useTableEmpty[WTEL-5284](https://webitel.atlassian.net/browse/WTEL-5284) *(commit by [@Lera24](https://github.com/Lera24))*
|
|
15
|
+
|
|
16
|
+
|
|
3
17
|
## [v24.12.0] - 2024-11-20
|
|
4
18
|
### :sparkles: New Features
|
|
5
19
|
- [`281778c`](https://github.com/webitel/webitel-ui-sdk/commit/281778c1fda716f307fc1febe304ff0b5744d5f8) - Update package version to 24.12.0
|
|
@@ -294,3 +308,5 @@
|
|
|
294
308
|
[v24.10.87]: https://github.com/webitel/webitel-ui-sdk/compare/v24.10.86...v24.10.87
|
|
295
309
|
[v24.10.88]: https://github.com/webitel/webitel-ui-sdk/compare/v24.10.87...v24.10.88
|
|
296
310
|
[v24.12.0]: https://github.com/webitel/webitel-ui-sdk/compare/v24.10.88...v24.12.0
|
|
311
|
+
[v24.12.1]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.0...v24.12.1
|
|
312
|
+
[v24.12.2]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.1...v24.12.2
|