@webitel/ui-sdk 25.4.76 → 25.4.78
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/ui-sdk.css +1 -1
- package/dist/ui-sdk.js +1530 -1517
- package/dist/ui-sdk.umd.cjs +16 -16
- package/package.json +1 -1
- package/src/api/clients/wtTypes/sysTypes/sysTypes.ts +4 -1
- package/src/components/wt-select/wt-select.vue +35 -8
- package/src/locale/en/en.js +61 -59
- package/src/locale/ru/ru.js +51 -51
- package/src/locale/ua/ua.js +51 -51
- package/src/modules/Userinfo/classes/ApplicationsAccess.js +55 -49
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [v25.4.78] - 2025-04-28
|
|
2
|
+
### :bug: Bug Fixes
|
|
3
|
+
- [`f8af07e`](https://github.com/webitel/webitel-ui-sdk/commit/f8af07e48a987090ddc0f33a1c6ca68540456a42) - made wt-chip clickable when select is disabled [WTEL-6814](https://webitel.atlassian.net/browse/WTEL-6814) *(commit by [@plnnsimon](https://github.com/plnnsimon))*
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
## [v25.4.77] - 2025-04-28
|
|
7
|
+
### :bug: Bug Fixes
|
|
8
|
+
- [`895e032`](https://github.com/webitel/webitel-ui-sdk/commit/895e032b26e0f4187879260d902263b01d09cd03) - Sections locale keys [WTEL-6758](https://webitel.atlassian.net/browse/WTEL-6758) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
|
|
9
|
+
- [`dceac3c`](https://github.com/webitel/webitel-ui-sdk/commit/dceac3c926a51d35edc6b2c0150ce7e7fe88d386) - add comment for clarity on id parameter transformation *(commit by [@dlohvinov](https://github.com/dlohvinov))*
|
|
10
|
+
|
|
11
|
+
### :wrench: Chores
|
|
12
|
+
- [`2c20f16`](https://github.com/webitel/webitel-ui-sdk/commit/2c20f166db8e24a876d4b9170815330318d83a4f) - bump version to 1.0.24 and update @webitel/ui-sdk to 25.4.76 *(commit by [@dlohvinov](https://github.com/dlohvinov))*
|
|
13
|
+
|
|
14
|
+
|
|
1
15
|
## [v25.4.76] - 2025-04-28
|
|
2
16
|
### :bug: Bug Fixes
|
|
3
17
|
- [`57b0ec0`](https://github.com/webitel/webitel-ui-sdk/commit/57b0ec0e4de78e6fc3d9c79bb87bf44f710b066e) - add 'ids' parameter to sysTypeRecordsList for improved query handling [WTEL-6788](https://webitel.atlassian.net/browse/WTEL-6788) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
|
|
@@ -2019,3 +2033,5 @@
|
|
|
2019
2033
|
[v25.4.74]: https://github.com/webitel/webitel-ui-sdk/compare/v25.4.73...v25.4.74
|
|
2020
2034
|
[v25.4.75]: https://github.com/webitel/webitel-ui-sdk/compare/v25.4.74...v25.4.75
|
|
2021
2035
|
[v25.4.76]: https://github.com/webitel/webitel-ui-sdk/compare/v25.4.75...v25.4.76
|
|
2036
|
+
[v25.4.77]: https://github.com/webitel/webitel-ui-sdk/compare/v25.4.76...v25.4.77
|
|
2037
|
+
[v25.4.78]: https://github.com/webitel/webitel-ui-sdk/compare/v25.4.77...v25.4.78
|