@webitel/ui-sdk 25.4.34 → 25.4.35

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.
Files changed (64) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist/ui-sdk.css +1 -1
  3. package/dist/ui-sdk.js +2103 -2103
  4. package/dist/ui-sdk.umd.cjs +15 -15
  5. package/package.json +2 -2
  6. package/src/components/on-demand/wt-navigation-menu/components/_internals/nav-menu-lvl-2.vue +1 -0
  7. package/src/components/on-demand/wt-navigation-menu/components/wt-navigation-menu.vue +3 -1
  8. package/src/components/on-demand/wt-navigation-menu/css/_nav-menu.scss +1 -1
  9. package/src/components/on-demand/wt-selection-popup/wt-selection-popup.vue +1 -1
  10. package/src/components/on-demand/wt-start-page/components/start-page-card.vue +1 -1
  11. package/src/components/wt-app-header/wt-app-navigator.vue +2 -1
  12. package/src/components/wt-app-header/wt-header-actions.vue +1 -1
  13. package/src/components/wt-button/wt-button.vue +1 -1
  14. package/src/components/wt-chip/wt-chip.scss +1 -1
  15. package/src/components/wt-context-menu/wt-context-menu.vue +1 -1
  16. package/src/components/wt-datepicker/wt-datepicker.vue +4 -2
  17. package/src/components/wt-dual-panel/wt-dual-panel.vue +1 -1
  18. package/src/components/wt-dummy/wt-dummy.vue +1 -1
  19. package/src/components/wt-empty/wt-empty.vue +1 -1
  20. package/src/components/wt-expansion-panel/wt-expansion-panel.vue +1 -1
  21. package/src/components/wt-headline/wt-headline.vue +1 -1
  22. package/src/components/wt-headline-nav/wt-headline-nav.vue +1 -1
  23. package/src/components/wt-image/wt-image.vue +1 -1
  24. package/src/components/wt-indicator/wt-indicator.vue +1 -1
  25. package/src/components/wt-input/wt-input.vue +1 -1
  26. package/src/components/wt-input-info/wt-input-info.vue +1 -1
  27. package/src/components/wt-label/wt-label.vue +3 -3
  28. package/src/components/wt-navigation-bar/wt-navigation-bar.vue +4 -3
  29. package/src/components/wt-notification/wt-notification.vue +1 -1
  30. package/src/components/wt-notifications-bar/wt-notifications-bar.vue +1 -1
  31. package/src/components/wt-pagination/wt-pagination.vue +1 -1
  32. package/src/components/wt-player/wt-player.vue +1 -1
  33. package/src/components/wt-popup/wt-popup.vue +2 -1
  34. package/src/components/wt-search-bar/wt-search-bar.vue +1 -1
  35. package/src/components/wt-select/_multiselect.scss +1 -1
  36. package/src/components/wt-table/wt-table.vue +2 -1
  37. package/src/components/wt-table-column-select/wt-table-column-select.vue +1 -1
  38. package/src/components/wt-tabs/wt-tabs.vue +1 -1
  39. package/src/components/wt-textarea/wt-textarea.vue +1 -1
  40. package/src/components/wt-time-input/wt-time-input.vue +1 -1
  41. package/src/components/wt-tooltip/wt-tooltip.vue +1 -1
  42. package/src/components/wt-tree/wt-tree.vue +1 -1
  43. package/src/components/wt-tree-line/wt-tree-line.vue +1 -1
  44. package/src/components/wt-tree-table/wt-tree-table.vue +3 -2
  45. package/src/components/wt-tree-table-row/wt-tree-table-row.vue +1 -1
  46. package/src/css/main.scss +5 -1
  47. package/src/css/pages/card-page.scss +1 -1
  48. package/src/css/pages/table-page.scss +1 -1
  49. package/src/css/styleguide/display-helpers/_display-helpers.scss +1 -2
  50. package/src/css/styleguide/placeholder/_placeholder.scss +0 -5
  51. package/src/modules/Filters/v2/filter-presets/components/apply-preset/apply-preset-action.vue +2 -0
  52. package/src/modules/Filters/v2/filter-presets/components/save-preset/save-preset-popup.vue +28 -22
  53. package/src/modules/Filters/v2/filters/components/filter-options/actual-reaction-time/actual-reaction-time-filter-value-preview.vue +8 -6
  54. package/src/modules/Filters/v2/filters/components/filter-options/actual-resolution-time/actual-resolution-time-filter-value-preview.vue +8 -6
  55. package/src/modules/Filters/v2/filters/components/filter-options/rating/rating-from-to-filter-value-preview.vue +7 -5
  56. package/src/modules/Filters/v2/filters/components/filter-options/reaction-time/reaction-time-filter-value-preview.vue +8 -6
  57. package/src/modules/Filters/v2/filters/components/filter-options/resolution-time/resolution-time-filter-value-preview.vue +8 -6
  58. package/src/modules/Filters/v2/filters/components/filter-options/score/score-from-to-filter-value-preview.vue +7 -5
  59. package/src/modules/Filters/v2/filters/components/filter-options/talk-duration/talk-duration-filter-value-preview.vue +8 -9
  60. package/src/modules/Filters/v2/filters/components/filter-options/total-duration/total-duration-filter-value-preview.vue +8 -9
  61. package/src/modules/Filters/v2/filters/components/filter-options/variable/variable-filter-value-preview.vue +11 -8
  62. package/src/modules/Filters/v2/filters/components/preview/dynamic-filter-preview-info.vue +4 -4
  63. package/src/modules/ObjectPermissions/components/permissions-tab.vue +6 -3
  64. package/src/modules/QueryFilters/components/filter-from-to.vue +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [v25.4.34] - 2025-03-17
2
+ ### :bug: Bug Fixes
3
+ - [`fc8e40a`](https://github.com/webitel/webitel-ui-sdk/commit/fc8e40a42db817aa24d57977d80afced0b85653d) - bump version [WTEL-6494](https://webitel.atlassian.net/browse/WTEL-6494) *(commit by [@plnnsimon](https://github.com/plnnsimon))*
4
+ - [`3df6b60`](https://github.com/webitel/webitel-ui-sdk/commit/3df6b60d0cdc4c0c951380d4c6495d21faf7729f) - cleanup styles duplicates, increase styles performance, reduced built css file size (WTEL-6290, WTEL-6494, WTEL-6466) [WTEL-6290](https://webitel.atlassian.net/browse/WTEL-6494) *(commit by [@plnnsimon](https://github.com/plnnsimon))*
5
+ - [`366aa44`](https://github.com/webitel/webitel-ui-sdk/commit/366aa442e7dd1aaab4316da04a3f78b120f9194b) - cleanup styles duplicates and increase styles performance (WTEL-6290, WTEL-6494, WTEL-6466) [WTEL-6290](https://webitel.atlassian.net/browse/WTEL-6494) *(commit by [@plnnsimon](https://github.com/plnnsimon))*
6
+
7
+
1
8
  ## [v25.4.33] - 2025-03-14
2
9
  ### :bug: Bug Fixes
3
10
  - [`2c54d26`](https://github.com/webitel/webitel-ui-sdk/commit/2c54d2690a26d091cb835ad3f0b609745f7a734d) - "description" locale usage in presets *(commit by [@dlohvinov](https://github.com/dlohvinov))*
@@ -1532,3 +1539,4 @@
1532
1539
  [v25.4.30]: https://github.com/webitel/webitel-ui-sdk/compare/v25.4.29...v25.4.30
1533
1540
  [v25.4.32]: https://github.com/webitel/webitel-ui-sdk/compare/v25.4.31...v25.4.32
1534
1541
  [v25.4.33]: https://github.com/webitel/webitel-ui-sdk/compare/v25.4.32...v25.4.33
1542
+ [v25.4.34]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.172...v25.4.34