@webitel/ui-sdk 25.4.36 → 25.4.38

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 (182) hide show
  1. package/CHANGELOG.md +381 -237
  2. package/dist/ui-sdk.css +1 -1
  3. package/dist/ui-sdk.js +8800 -8425
  4. package/dist/ui-sdk.umd.cjs +20 -17
  5. package/package.json +42 -37
  6. package/src/api/clients/casePriorities/casePriorities.js +13 -3
  7. package/src/api/clients/caseSources/caseSources.js +13 -24
  8. package/src/api/clients/slas/slas.js +16 -26
  9. package/src/api/clients//321/201ontacts/contacts.js +1 -0
  10. package/src/api/transformers/skipIf/skipIf.ts +8 -3
  11. package/src/api/websocket/WebSocketClientController.js +21 -14
  12. package/src/api/websocket/config.js +5 -4
  13. package/src/components/on-demand/wt-navigation-menu/components/_internals/nav-menu-lvl-1.vue +2 -2
  14. package/src/components/on-demand/wt-navigation-menu/components/_internals/nav-menu-lvl-2.vue +4 -4
  15. package/src/components/on-demand/wt-navigation-menu/components/wt-navigation-menu.vue +5 -5
  16. package/src/components/on-demand/wt-navigation-menu/css/_nav-menu.scss +5 -5
  17. package/src/components/on-demand/wt-save-failed-popup/wt-save-failed-popup.vue +1 -1
  18. package/src/components/on-demand/wt-selection-popup/wt-selection-popup.vue +3 -3
  19. package/src/components/on-demand/wt-start-page/components/start-page-card.vue +6 -6
  20. package/src/components/on-demand/wt-start-page/components/start-page-logo.vue +1 -1
  21. package/src/components/on-demand/wt-start-page/components/wt-start-page.vue +2 -2
  22. package/src/components/transitions/wt-expand-transition.vue +1 -1
  23. package/src/components/wt-action-bar/wt-action-bar.vue +1 -1
  24. package/src/components/wt-app-header/wt-app-header.vue +4 -4
  25. package/src/components/wt-app-header/wt-app-navigator.vue +14 -14
  26. package/src/components/wt-app-header/wt-header-actions.vue +13 -13
  27. package/src/components/wt-avatar/wt-avatar.vue +4 -4
  28. package/src/components/wt-badge/wt-badge.vue +1 -1
  29. package/src/components/wt-button/wt-button.vue +18 -18
  30. package/src/components/wt-button-select/wt-button-select.vue +4 -4
  31. package/src/components/wt-checkbox/wt-checkbox.vue +4 -4
  32. package/src/components/wt-chip/wt-chip.scss +9 -9
  33. package/src/components/wt-confirm-dialog/wt-confirm-dialog.vue +2 -2
  34. package/src/components/wt-context-menu/wt-context-menu.vue +4 -4
  35. package/src/components/wt-datepicker/wt-datepicker.vue +4 -4
  36. package/src/components/wt-divider/wt-divider.vue +11 -11
  37. package/src/components/wt-dual-panel/wt-dual-panel.vue +11 -11
  38. package/src/components/wt-dummy/wt-dummy.vue +2 -2
  39. package/src/components/wt-empty/wt-empty.vue +9 -9
  40. package/src/components/wt-error-page/wt-error-page.vue +4 -4
  41. package/src/components/wt-expansion-panel/wt-expansion-panel.vue +4 -4
  42. package/src/components/wt-headline/wt-headline.vue +4 -4
  43. package/src/components/wt-headline-nav/wt-headline-nav.vue +4 -4
  44. package/src/components/wt-icon/wt-icon.vue +2 -2
  45. package/src/components/wt-icon-action/wt-icon-action.vue +1 -1
  46. package/src/components/wt-icon-btn/wt-icon-btn.vue +1 -1
  47. package/src/components/wt-image/wt-image.vue +1 -1
  48. package/src/components/wt-indicator/wt-indicator.vue +2 -2
  49. package/src/components/wt-input/wt-input.vue +10 -10
  50. package/src/components/wt-input-info/wt-input-info.vue +1 -1
  51. package/src/components/wt-item-link/wt-item-link.vue +1 -1
  52. package/src/components/wt-label/wt-label.vue +3 -3
  53. package/src/components/wt-load-bar/wt-load-bar.vue +5 -5
  54. package/src/components/wt-loader/_internals/wt-loader--md.vue +5 -5
  55. package/src/components/wt-loader/_internals/wt-loader--sm.vue +1 -1
  56. package/src/components/wt-logo/wt-logo.vue +13 -4
  57. package/src/components/wt-navigation-bar/types/WtNavigationBar.d.ts +8 -9
  58. package/src/components/wt-navigation-bar/wt-navigation-bar.vue +17 -17
  59. package/src/components/wt-notification/wt-notification.vue +7 -7
  60. package/src/components/wt-notifications-bar/wt-notifications-bar.vue +2 -2
  61. package/src/components/wt-page-wrapper/wt-page-wrapper.vue +4 -4
  62. package/src/components/wt-player/wt-player.vue +6 -6
  63. package/src/components/wt-popup/wt-popup.vue +18 -18
  64. package/src/components/wt-progress-bar/wt-progress-bar.vue +6 -6
  65. package/src/components/wt-radio/wt-radio.vue +3 -3
  66. package/src/components/wt-rounded-action/wt-rounded-action.vue +3 -3
  67. package/src/components/wt-search-bar/wt-search-bar.vue +9 -9
  68. package/src/components/wt-select/_multiselect.scss +18 -18
  69. package/src/components/wt-select/wt-select.vue +3 -3
  70. package/src/components/wt-slider/wt-slider.vue +12 -12
  71. package/src/components/wt-status-select/wt-status-select.vue +4 -4
  72. package/src/components/wt-stepper/wt-stepper.vue +2 -2
  73. package/src/components/wt-switcher/wt-switcher.vue +8 -8
  74. package/src/components/wt-table/wt-table.vue +5 -5
  75. package/src/components/wt-table-actions/wt-table-actions.vue +1 -1
  76. package/src/components/wt-table-column-select/wt-table-column-select.vue +4 -4
  77. package/src/components/wt-tabs/wt-tabs.vue +9 -9
  78. package/src/components/wt-tags-input/wt-tags-input.vue +8 -8
  79. package/src/components/wt-textarea/wt-textarea.vue +11 -11
  80. package/src/components/wt-time-input/wt-time-input.vue +6 -6
  81. package/src/components/wt-timepicker/wt-timepicker.vue +1 -1
  82. package/src/components/wt-tooltip/wt-tooltip.vue +4 -4
  83. package/src/components/wt-tree/types/WtTreeMode.js +2 -2
  84. package/src/components/wt-tree/wt-tree.vue +9 -9
  85. package/src/components/wt-tree-line/_variables.scss +0 -1
  86. package/src/components/wt-tree-line/types/wt-tree-nested-icons.ts +3 -3
  87. package/src/components/wt-tree-line/wt-tree-line.vue +2 -2
  88. package/src/components/wt-tree-table/wt-tree-table.vue +3 -3
  89. package/src/components/wt-tree-table-row/wt-tree-table-row.vue +1 -1
  90. package/src/composables/useAccessControl/v2/createUserAccessControl.ts +7 -4
  91. package/src/composables/useAccessControl/v2/types/CreateUserAccessControl.d.ts +6 -4
  92. package/src/composables/useWtTable/useWtTable.js +20 -19
  93. package/src/css/main.scss +6 -6
  94. package/src/css/pages/card-page.scss +6 -6
  95. package/src/css/pages/table-page.scss +5 -5
  96. package/src/enums/ComponentSize/ComponentSize.js +9 -9
  97. package/src/enums/CrudAction/CrudAction.js +4 -4
  98. package/src/enums/WebitelApplications/AdminSections.js +37 -37
  99. package/src/enums/WebitelApplications/AuditorSections.js +1 -1
  100. package/src/enums/WebitelApplications/CrmSections.enum.js +2 -1
  101. package/src/enums/WebitelApplications/CrmSections.js +12 -12
  102. package/src/enums/WebitelApplications/CrmSections.ts +13 -13
  103. package/src/enums/WebitelApplications/SupervisorSections.js +3 -3
  104. package/src/enums/WebitelApplications/WtApplication.js +7 -7
  105. package/src/enums/index.js +17 -1
  106. package/src/locale/ru/ru.js +2 -1
  107. package/src/locale/ua/ua.js +2 -1
  108. package/src/mixins/validationMixin/useValidation.js +3 -1
  109. package/src/modules/AgentStatusSelect/components/_internals/wt-cc-pause-cause-popup.vue +1 -1
  110. package/src/modules/AgentStatusSelect/components/_internals/wt-cc-status-select-error-popup.vue +1 -1
  111. package/src/modules/AuditForm/components/audit-form-question-read-wrapper.vue +3 -3
  112. package/src/modules/AuditForm/components/audit-form-question-write-wrapper.vue +4 -4
  113. package/src/modules/AuditForm/components/audit-form-question.vue +2 -2
  114. package/src/modules/AuditForm/components/questions/score/audit-form-question-score.vue +1 -1
  115. package/src/modules/DeleteConfirmationPopup/components/delete-confirmation-popup.vue +1 -1
  116. package/src/modules/Filters/v2/filter-presets/components/_shared/input-fields/preset-description-field.vue +3 -7
  117. package/src/modules/Filters/v2/filter-presets/components/_shared/input-fields/preset-name-field.vue +3 -6
  118. package/src/modules/Filters/v2/filter-presets/components/_shared/preset-filters-preview.vue +8 -15
  119. package/src/modules/Filters/v2/filter-presets/components/apply-preset/apply-preset-action.vue +55 -49
  120. package/src/modules/Filters/v2/filter-presets/components/apply-preset/preset-preview.vue +39 -27
  121. package/src/modules/Filters/v2/filter-presets/components/save-preset/overwrite-preset-popup.vue +3 -1
  122. package/src/modules/Filters/v2/filter-presets/components/save-preset/save-preset-action.vue +40 -24
  123. package/src/modules/Filters/v2/filter-presets/components/save-preset/save-preset-popup.vue +2 -2
  124. package/src/modules/Filters/v2/filter-presets/index.ts +3 -8
  125. package/src/modules/Filters/v2/filter-presets/stores/createFilterPresetsStore.ts +11 -9
  126. package/src/modules/Filters/v2/filter-presets/stores/headers/headers.ts +21 -21
  127. package/src/modules/Filters/v2/filters/components/config/dynamic-filter-config-form.vue +2 -2
  128. package/src/modules/Filters/v2/filters/components/dynamic-filter-add-action.vue +3 -3
  129. package/src/modules/Filters/v2/filters/components/dynamic-filter-panel-wrapper.vue +10 -7
  130. package/src/modules/Filters/v2/filters/components/filter-options/_shared/composables/booleanFilterToolkit.ts +30 -24
  131. package/src/modules/Filters/v2/filters/components/filter-options/_shared/composables/useFromToSecToPreviewTime.ts +28 -28
  132. package/src/modules/Filters/v2/filters/components/filter-options/_shared/date-time-filter/date-time-filter-value-field.vue +9 -6
  133. package/src/modules/Filters/v2/filters/components/filter-options/_shared/has-options/has-option-filter-value-field.vue +2 -2
  134. package/src/modules/Filters/v2/filters/components/filter-options/agent/agent-filter-value-preview.vue +4 -6
  135. package/src/modules/Filters/v2/filters/components/filter-options/amd-result/amd-result-filter-value-preview.vue +0 -2
  136. package/src/modules/Filters/v2/filters/components/filter-options/assignee/assignee-filter-value-preview.vue +8 -13
  137. package/src/modules/Filters/v2/filters/components/filter-options/author/author-filter-value-preview.vue +4 -6
  138. package/src/modules/Filters/v2/filters/components/filter-options/cause/cause-filter-value-preview.vue +0 -1
  139. package/src/modules/Filters/v2/filters/components/filter-options/close-reason-groups-case/close-reason-groups-case-filter-value-field.vue +7 -4
  140. package/src/modules/Filters/v2/filters/components/filter-options/close-reason-groups-case/close-reason-groups-case-filter-value-preview.vue +6 -7
  141. package/src/modules/Filters/v2/filters/components/filter-options/close-reason-groups-case/config.js +2 -1
  142. package/src/modules/Filters/v2/filters/components/filter-options/contact/contact-filter-value-preview.vue +4 -6
  143. package/src/modules/Filters/v2/filters/components/filter-options/contact-group/contact-group-filter-value-preview.vue +5 -10
  144. package/src/modules/Filters/v2/filters/components/filter-options/created-at-from/created-at-from-filter-value-preview.vue +1 -1
  145. package/src/modules/Filters/v2/filters/components/filter-options/created-at-to/created-at-to-filter-value-preview.vue +1 -1
  146. package/src/modules/Filters/v2/filters/components/filter-options/direction/direction-filter-value-preview.vue +1 -1
  147. package/src/modules/Filters/v2/filters/components/filter-options/gateway/gateway-filter-value-preview.vue +4 -6
  148. package/src/modules/Filters/v2/filters/components/filter-options/grantee/grantee-filter-value-preview.vue +4 -6
  149. package/src/modules/Filters/v2/filters/components/filter-options/has-attachment/has-attachment-filter-value-preview.vue +3 -1
  150. package/src/modules/Filters/v2/filters/components/filter-options/has-file/has-file-filter-value-field.vue +1 -1
  151. package/src/modules/Filters/v2/filters/components/filter-options/has-file/has-file-filter-value-preview.vue +2 -4
  152. package/src/modules/Filters/v2/filters/components/filter-options/has-rating/has-rating-filter-value-field.vue +2 -2
  153. package/src/modules/Filters/v2/filters/components/filter-options/has-rating/has-rating-filter-value-preview.vue +2 -4
  154. package/src/modules/Filters/v2/filters/components/filter-options/has-transcription/has-transcription-filter-value-field.vue +2 -3
  155. package/src/modules/Filters/v2/filters/components/filter-options/has-transcription/has-transcription-filter-value-preview.vue +2 -4
  156. package/src/modules/Filters/v2/filters/components/filter-options/impacted/impacted-filter-value-preview.vue +4 -6
  157. package/src/modules/Filters/v2/filters/components/filter-options/index.ts +48 -44
  158. package/src/modules/Filters/v2/filters/components/filter-options/priority-case/config.js +1 -2
  159. package/src/modules/Filters/v2/filters/components/filter-options/priority-case/priority-case-filter-value-preview.vue +4 -6
  160. package/src/modules/Filters/v2/filters/components/filter-options/queue/queue-filter-value-preview.vue +4 -6
  161. package/src/modules/Filters/v2/filters/components/filter-options/rated-by/rated-by-filter-value-preview.vue +4 -6
  162. package/src/modules/Filters/v2/filters/components/filter-options/reporter/reporter-filter-value-preview.vue +4 -6
  163. package/src/modules/Filters/v2/filters/components/filter-options/score/score-from-to-filter-value-field.vue +1 -1
  164. package/src/modules/Filters/v2/filters/components/filter-options/service-case/service-case-filter-value-field.vue +5 -5
  165. package/src/modules/Filters/v2/filters/components/filter-options/sla/sla-filter-value-preview.vue +4 -6
  166. package/src/modules/Filters/v2/filters/components/filter-options/source-case/config.js +1 -2
  167. package/src/modules/Filters/v2/filters/components/filter-options/source-case/source-case-filter-value-preview.vue +4 -6
  168. package/src/modules/Filters/v2/filters/components/filter-options/status-case/config.js +2 -1
  169. package/src/modules/Filters/v2/filters/components/filter-options/status-case/status-case-filter-value-field.vue +7 -4
  170. package/src/modules/Filters/v2/filters/components/filter-options/talk-duration/TalkDurationFilter.d.ts +2 -2
  171. package/src/modules/Filters/v2/filters/components/filter-options/team/team-filter-value-preview.vue +4 -6
  172. package/src/modules/Filters/v2/filters/components/filter-options/total-duration/TotalDurationFilter.d.ts +2 -2
  173. package/src/modules/Filters/v2/filters/components/filter-options/user/user-filter-value-preview.vue +4 -6
  174. package/src/modules/Filters/v2/filters/components/filter-options/variable/variable-filter-value-field.vue +1 -2
  175. package/src/modules/Filters/v2/filters/components/preview/dynamic-filter-preview.vue +4 -6
  176. package/src/modules/Filters/v2/filters/enums/FilterOption.ts +40 -40
  177. package/src/modules/ObjectPermissions/_internals/components/permissions-role-row.vue +1 -1
  178. package/src/modules/ObjectPermissions/components/permissions-tab.vue +56 -57
  179. package/src/modules/TableComponentModule/composables/useTableEmpty.js +1 -1
  180. package/src/modules/Userinfo/v2/stores/__tests__/accessStore.spec.ts +16 -16
  181. package/src/scripts/compareSize.js +9 -9
  182. package/src/scripts/prettifyFileSize.js +0 -1
package/CHANGELOG.md CHANGED
@@ -1,624 +1,746 @@
1
+ ## [v25.4.37] - 2025-03-18
2
+ ### :bug: Bug Fixes
3
+ - [`8417416`](https://github.com/webitel/webitel-ui-sdk/commit/84174164a9c2b27191900724a737b20ff2b466c5) - wt-label typo + paddings reverted [WTEL-6529](https://webitel.atlassian.net/browse/WTEL-6529) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
4
+ - [`ba1babb`](https://github.com/webitel/webitel-ui-sdk/commit/ba1babb299a9fbc42198de97783c3ad6a1b5d38f) - wt-label typo + paddings reverted [WTEL-6529](https://webitel.atlassian.net/browse/WTEL-6529) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
5
+
6
+
7
+ ## [v25.4.36] - 2025-03-18
8
+
9
+ ### :bug: Bug Fixes
10
+
11
+ - [`7c73c7a`](https://github.com/webitel/webitel-ui-sdk/commit/7c73c7a694497215da434186619ac4b4bb693766) - param in gateway[WTEL-6296](https://webitel.atlassian.net/browse/WTEL-6296) _(commit by [@Lera24](https://github.com/Lera24))_
12
+
1
13
  ## [v25.4.34] - 2025-03-17
14
+
2
15
  ### :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
16
 
17
+ - [`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))_
18
+ - [`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))_
19
+ - [`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))_
7
20
 
8
21
  ## [v25.4.33] - 2025-03-14
22
+
9
23
  ### :bug: Bug Fixes
10
- - [`2c54d26`](https://github.com/webitel/webitel-ui-sdk/commit/2c54d2690a26d091cb835ad3f0b609745f7a734d) - "description" locale usage in presets *(commit by [@dlohvinov](https://github.com/dlohvinov))*
11
24
 
25
+ - [`2c54d26`](https://github.com/webitel/webitel-ui-sdk/commit/2c54d2690a26d091cb835ad3f0b609745f7a734d) - "description" locale usage in presets _(commit by [@dlohvinov](https://github.com/dlohvinov))_
12
26
 
13
27
  ## [v25.4.32] - 2025-03-14
28
+
14
29
  ### :bug: Bug Fixes
15
- - [`1379b0e`](https://github.com/webitel/webitel-ui-sdk/commit/1379b0e09d87948a3438c519757eb394f3e56fcd) - presets-related fixes, bump ver *(commit by [@dlohvinov](https://github.com/dlohvinov))*
16
- - [`b461165`](https://github.com/webitel/webitel-ui-sdk/commit/b461165ca7e74379ef05be6e1a16a71ba61e57b5) - save-preset-popup.vue description to filters gap *(commit by [@dlohvinov](https://github.com/dlohvinov))*
17
- - [`7576bff`](https://github.com/webitel/webitel-ui-sdk/commit/7576bff790ec36cac11ed446557c8d9a3fec9ee2) - collapse all presets in apply-preset-action.vue by default *(commit by [@dlohvinov](https://github.com/dlohvinov))*
18
- - [`9b7ee65`](https://github.com/webitel/webitel-ui-sdk/commit/9b7ee6540f35645b6ca12347537a168249d66a27) - duplicated presets list load after re-opening apply-preset-action.vue *(commit by [@dlohvinov](https://github.com/dlohvinov))*
19
- - [`89a1111`](https://github.com/webitel/webitel-ui-sdk/commit/89a11118ae007eb56af44930c92925ef57a71f94) - rm word "section" in ru, ua wt-empty.vue "empty" locales *(commit by [@dlohvinov](https://github.com/dlohvinov))*
20
- - [`5848b86`](https://github.com/webitel/webitel-ui-sdk/commit/5848b866e483a22d1f50fed067c25f76ea289841) - presets popups styles, dynamic-filter-panel-wrapper.vue size prop, wt-label.vue typo and paddings changed *(commit by [@dlohvinov](https://github.com/dlohvinov))*
21
30
 
31
+ - [`1379b0e`](https://github.com/webitel/webitel-ui-sdk/commit/1379b0e09d87948a3438c519757eb394f3e56fcd) - presets-related fixes, bump ver _(commit by [@dlohvinov](https://github.com/dlohvinov))_
32
+ - [`b461165`](https://github.com/webitel/webitel-ui-sdk/commit/b461165ca7e74379ef05be6e1a16a71ba61e57b5) - save-preset-popup.vue description to filters gap _(commit by [@dlohvinov](https://github.com/dlohvinov))_
33
+ - [`7576bff`](https://github.com/webitel/webitel-ui-sdk/commit/7576bff790ec36cac11ed446557c8d9a3fec9ee2) - collapse all presets in apply-preset-action.vue by default _(commit by [@dlohvinov](https://github.com/dlohvinov))_
34
+ - [`9b7ee65`](https://github.com/webitel/webitel-ui-sdk/commit/9b7ee6540f35645b6ca12347537a168249d66a27) - duplicated presets list load after re-opening apply-preset-action.vue _(commit by [@dlohvinov](https://github.com/dlohvinov))_
35
+ - [`89a1111`](https://github.com/webitel/webitel-ui-sdk/commit/89a11118ae007eb56af44930c92925ef57a71f94) - rm word "section" in ru, ua wt-empty.vue "empty" locales _(commit by [@dlohvinov](https://github.com/dlohvinov))_
36
+ - [`5848b86`](https://github.com/webitel/webitel-ui-sdk/commit/5848b866e483a22d1f50fed067c25f76ea289841) - presets popups styles, dynamic-filter-panel-wrapper.vue size prop, wt-label.vue typo and paddings changed _(commit by [@dlohvinov](https://github.com/dlohvinov))_
22
37
 
23
38
  ## [v25.4.30] - 2025-03-13
39
+
24
40
  ### :bug: Bug Fixes
25
- - [`99bfb3d`](https://github.com/webitel/webitel-ui-sdk/commit/99bfb3d356db3156027c19ecb66d37792154445e) - delete console.log[WTEL-6487](https://webitel.atlassian.net/browse/WTEL-6487) *(commit by [@Lera24](https://github.com/Lera24))*
26
- - [`cab2fe1`](https://github.com/webitel/webitel-ui-sdk/commit/cab2fe1a0c60c435f101e18e35d1cf4d6c559661) - small refactor filters[WTEL-6487](https://webitel.atlassian.net/browse/WTEL-6487) *(commit by [@Lera24](https://github.com/Lera24))*
27
- - [`eeb5b74`](https://github.com/webitel/webitel-ui-sdk/commit/eeb5b74366ea6982c4fe5c4043122714c026fedd) - preset overwrite popup texts [WTEL-6498](https://webitel.atlassian.net/browse/WTEL-6498) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
28
- - [`040e19d`](https://github.com/webitel/webitel-ui-sdk/commit/040e19d26d3cc5583975f2847f9bb6e368bc00fa) - preset overwrite namespace issue [WTEL-6499](https://webitel.atlassian.net/browse/WTEL-6499) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
29
- - [`f5408e0`](https://github.com/webitel/webitel-ui-sdk/commit/f5408e0764e4dadf15dc36c9a2a834c6a13724c4) - delete preset and locale fixes *(commit by [@dlohvinov](https://github.com/dlohvinov))*
30
41
 
42
+ - [`99bfb3d`](https://github.com/webitel/webitel-ui-sdk/commit/99bfb3d356db3156027c19ecb66d37792154445e) - delete console.log[WTEL-6487](https://webitel.atlassian.net/browse/WTEL-6487) _(commit by [@Lera24](https://github.com/Lera24))_
43
+ - [`cab2fe1`](https://github.com/webitel/webitel-ui-sdk/commit/cab2fe1a0c60c435f101e18e35d1cf4d6c559661) - small refactor filters[WTEL-6487](https://webitel.atlassian.net/browse/WTEL-6487) _(commit by [@Lera24](https://github.com/Lera24))_
44
+ - [`eeb5b74`](https://github.com/webitel/webitel-ui-sdk/commit/eeb5b74366ea6982c4fe5c4043122714c026fedd) - preset overwrite popup texts [WTEL-6498](https://webitel.atlassian.net/browse/WTEL-6498) _(commit by [@dlohvinov](https://github.com/dlohvinov))_
45
+ - [`040e19d`](https://github.com/webitel/webitel-ui-sdk/commit/040e19d26d3cc5583975f2847f9bb6e368bc00fa) - preset overwrite namespace issue [WTEL-6499](https://webitel.atlassian.net/browse/WTEL-6499) _(commit by [@dlohvinov](https://github.com/dlohvinov))_
46
+ - [`f5408e0`](https://github.com/webitel/webitel-ui-sdk/commit/f5408e0764e4dadf15dc36c9a2a834c6a13724c4) - delete preset and locale fixes _(commit by [@dlohvinov](https://github.com/dlohvinov))_
31
47
 
32
48
  ## [v25.4.28] - 2025-03-12
49
+
33
50
  ### :recycle: Refactors
34
- - [`1043b5a`](https://github.com/webitel/webitel-ui-sdk/commit/1043b5a341f20c11b9bd3c25218bfafdfb78a39e) - small fixes and refactors [WTEL-6397](https://webitel.atlassian.net/browse/WTEL-6397) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
35
- - [`9dcc9ab`](https://github.com/webitel/webitel-ui-sdk/commit/9dcc9abd9fd55186d3057bfee01f46ba0110e4ee) - filter options *(commit by [@dlohvinov](https://github.com/dlohvinov))*
36
51
 
52
+ - [`1043b5a`](https://github.com/webitel/webitel-ui-sdk/commit/1043b5a341f20c11b9bd3c25218bfafdfb78a39e) - small fixes and refactors [WTEL-6397](https://webitel.atlassian.net/browse/WTEL-6397) _(commit by [@dlohvinov](https://github.com/dlohvinov))_
53
+ - [`9dcc9ab`](https://github.com/webitel/webitel-ui-sdk/commit/9dcc9abd9fd55186d3057bfee01f46ba0110e4ee) - filter options _(commit by [@dlohvinov](https://github.com/dlohvinov))_
37
54
 
38
55
  ## [v25.04.27] - 2025-03-12
56
+
39
57
  ### :bug: Bug Fixes
40
- - [`2b30202`](https://github.com/webitel/webitel-ui-sdk/commit/2b302029f9591955d76ee83470f5a14ca66ff712) - dual panel view fixed [WTEL-6111](https://webitel.atlassian.net/browse/WTEL-6111) *(commit by [@VladimirBeria](https://github.com/VladimirBeria))*
41
58
 
59
+ - [`2b30202`](https://github.com/webitel/webitel-ui-sdk/commit/2b302029f9591955d76ee83470f5a14ca66ff712) - dual panel view fixed [WTEL-6111](https://webitel.atlassian.net/browse/WTEL-6111) _(commit by [@VladimirBeria](https://github.com/VladimirBeria))_
42
60
 
43
61
  ## [v25.04.26] - 2025-03-12
62
+
44
63
  ### :bug: Bug Fixes
45
- - [`3af41bd`](https://github.com/webitel/webitel-ui-sdk/commit/3af41bdd2f5d874e1cf3261eccf826128b680315) - preset validation nameAlreadyInUse *(commit by [@dlohvinov](https://github.com/dlohvinov))*
46
64
 
65
+ - [`3af41bd`](https://github.com/webitel/webitel-ui-sdk/commit/3af41bdd2f5d874e1cf3261eccf826128b680315) - preset validation nameAlreadyInUse _(commit by [@dlohvinov](https://github.com/dlohvinov))_
47
66
 
48
67
  ## [v25.04.25] - 2025-03-12
68
+
49
69
  ### :sparkles: New Features
50
- - [`64a6c49`](https://github.com/webitel/webitel-ui-sdk/commit/64a6c49feb216dbaf401f7ad01523eb719469a96) - presets locales *(commit by [@dlohvinov](https://github.com/dlohvinov))*
51
70
 
71
+ - [`64a6c49`](https://github.com/webitel/webitel-ui-sdk/commit/64a6c49feb216dbaf401f7ad01523eb719469a96) - presets locales _(commit by [@dlohvinov](https://github.com/dlohvinov))_
52
72
 
53
73
  ## [v25.04.24] - 2025-03-12
74
+
54
75
  ### :bug: Bug Fixes
55
- - [`f4d0bba`](https://github.com/webitel/webitel-ui-sdk/commit/f4d0bbabfa7198381f7014bf1b1a2d68ca422011) - skipIf transformer payload *(commit by [@dlohvinov](https://github.com/dlohvinov))*
56
76
 
77
+ - [`f4d0bba`](https://github.com/webitel/webitel-ui-sdk/commit/f4d0bbabfa7198381f7014bf1b1a2d68ca422011) - skipIf transformer payload _(commit by [@dlohvinov](https://github.com/dlohvinov))_
57
78
 
58
79
  ## [v25.04.22] - 2025-03-12
80
+
59
81
  ### :bug: Bug Fixes
60
- - [`ca3f67b`](https://github.com/webitel/webitel-ui-sdk/commit/ca3f67bb7dd81785ff76df902fc742322005f1d8) - presets imports *(commit by [@dlohvinov](https://github.com/dlohvinov))*
61
82
 
83
+ - [`ca3f67b`](https://github.com/webitel/webitel-ui-sdk/commit/ca3f67bb7dd81785ff76df902fc742322005f1d8) - presets imports _(commit by [@dlohvinov](https://github.com/dlohvinov))_
62
84
 
63
85
  ## [v25.04.20] - 2025-03-12
86
+
64
87
  ### :sparkles: New Features
65
- - [`da418a6`](https://github.com/webitel/webitel-ui-sdk/commit/da418a6886246400cd5d71fc06846d654e03b9d2) - filter presets moved to webitel-ui *(commit by [@dlohvinov](https://github.com/dlohvinov))*
66
88
 
89
+ - [`da418a6`](https://github.com/webitel/webitel-ui-sdk/commit/da418a6886246400cd5d71fc06846d654e03b9d2) - filter presets moved to webitel-ui _(commit by [@dlohvinov](https://github.com/dlohvinov))_
67
90
 
68
91
  ## [v25.04.19] - 2025-03-12
92
+
69
93
  ### :bug: Bug Fixes
70
- - [`e5ea00c`](https://github.com/webitel/webitel-ui-sdk/commit/e5ea00c3649212b321e4785ac59d53769cd5977e) - fixed bugs (WTEL-6290, WTEL-6299, WTEL-6466) [WTEL-6290](https://webitel.atlassian.net/browse/WTEL-6290) *(commit by [@plnnsimon](https://github.com/plnnsimon))*
94
+
95
+ - [`e5ea00c`](https://github.com/webitel/webitel-ui-sdk/commit/e5ea00c3649212b321e4785ac59d53769cd5977e) - fixed bugs (WTEL-6290, WTEL-6299, WTEL-6466) [WTEL-6290](https://webitel.atlassian.net/browse/WTEL-6290) _(commit by [@plnnsimon](https://github.com/plnnsimon))_
71
96
 
72
97
  ### :recycle: Refactors
73
- - [`7f536c4`](https://github.com/webitel/webitel-ui-sdk/commit/7f536c473e7432bafc82e05d6f02e934def6035e) - presets-related refactors *(commit by [@dlohvinov](https://github.com/dlohvinov))*
74
98
 
99
+ - [`7f536c4`](https://github.com/webitel/webitel-ui-sdk/commit/7f536c473e7432bafc82e05d6f02e934def6035e) - presets-related refactors _(commit by [@dlohvinov](https://github.com/dlohvinov))_
75
100
 
76
101
  ## [v25.04.14] - 2025-03-10
102
+
77
103
  ### :sparkles: New Features
78
- - [`bd9e451`](https://github.com/webitel/webitel-ui-sdk/commit/bd9e451f45556392cee7c827e0f125e58c2bea73) - lib publish for versions branches *(commit by [@dlohvinov](https://github.com/dlohvinov))*
79
104
 
105
+ - [`bd9e451`](https://github.com/webitel/webitel-ui-sdk/commit/bd9e451f45556392cee7c827e0f125e58c2bea73) - lib publish for versions branches _(commit by [@dlohvinov](https://github.com/dlohvinov))_
80
106
 
81
107
  ## [v25.04.12] - 2025-03-09
108
+
82
109
  ### :bug: Bug Fixes
83
- - [`4ab8d5b`](https://github.com/webitel/webitel-ui-sdk/commit/4ab8d5b1d2e3f23c695ff57fd47951b091320d1b) - replace router-link by anchor [WTEL-6423]
84
110
 
111
+ - [`4ab8d5b`](https://github.com/webitel/webitel-ui-sdk/commit/4ab8d5b1d2e3f23c695ff57fd47951b091320d1b) - replace router-link by anchor [WTEL-6423]
85
112
 
86
113
  ## [v25.04.11] - 2025-03-07
114
+
87
115
  ### :bug: Bug Fixes
88
- - [`e9e2a49`](https://github.com/webitel/webitel-ui-sdk/commit/e9e2a4934ece0975736d02c5845ba1385266cc97) - invalid style in wt-time-input[WTEL-5893](https://webitel.atlassian.net/browse/WTEL-5893) *(commit by [@Lera24](https://github.com/Lera24))*
89
116
 
117
+ - [`e9e2a49`](https://github.com/webitel/webitel-ui-sdk/commit/e9e2a4934ece0975736d02c5845ba1385266cc97) - invalid style in wt-time-input[WTEL-5893](https://webitel.atlassian.net/browse/WTEL-5893) _(commit by [@Lera24](https://github.com/Lera24))_
90
118
 
91
119
  ## [v25.04.10] - 2025-03-06
120
+
92
121
  ### :bug: Bug Fixes
93
- - [`dbc0a66`](https://github.com/webitel/webitel-ui-sdk/commit/dbc0a66fa301c1bf59a34ad7b5e1982fe93c361e) - change default duration in wt-replace-transition.vue *(commit by [@liza-pohranichna](https://github.com/liza-pohranichna))*
94
122
 
123
+ - [`dbc0a66`](https://github.com/webitel/webitel-ui-sdk/commit/dbc0a66fa301c1bf59a34ad7b5e1982fe93c361e) - change default duration in wt-replace-transition.vue _(commit by [@liza-pohranichna](https://github.com/liza-pohranichna))_
95
124
 
96
125
  ## [v25.04.9] - 2025-03-06
126
+
97
127
  ### :bug: Bug Fixes
98
- - [`3164801`](https://github.com/webitel/webitel-ui-sdk/commit/3164801012f3db2fe14f66d25bc63ebbd21802f8) - added scss variables to duration in wt-transition.vue *(commit by [@liza-pohranichna](https://github.com/liza-pohranichna))*
99
128
 
129
+ - [`3164801`](https://github.com/webitel/webitel-ui-sdk/commit/3164801012f3db2fe14f66d25bc63ebbd21802f8) - added scss variables to duration in wt-transition.vue _(commit by [@liza-pohranichna](https://github.com/liza-pohranichna))_
100
130
 
101
131
  ## [v25.04.7] - 2025-03-06
132
+
102
133
  ### :bug: Bug Fixes
103
- - [`7a6059f`](https://github.com/webitel/webitel-ui-sdk/commit/7a6059f2662154c4d50cf4eb2b49440aa44b8da7) - display loader in permissions tab component[WTEL-5935](https://webitel.atlassian.net/browse/WTEL-5935) *(commit by [@Lera24](https://github.com/Lera24))*
104
134
 
135
+ - [`7a6059f`](https://github.com/webitel/webitel-ui-sdk/commit/7a6059f2662154c4d50cf4eb2b49440aa44b8da7) - display loader in permissions tab component[WTEL-5935](https://webitel.atlassian.net/browse/WTEL-5935) _(commit by [@Lera24](https://github.com/Lera24))_
105
136
 
106
137
  ## [v25.04.6] - 2025-03-06
138
+
107
139
  ### :sparkles: New Features
108
- - [`e6f722c`](https://github.com/webitel/webitel-ui-sdk/commit/e6f722cf41ec81ed5e67765574c38f9842134aa8) - orval config updates, added zod as project dep [WTEL-6397](https://webitel.atlassian.net/browse/WTEL-6397) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
140
+
141
+ - [`e6f722c`](https://github.com/webitel/webitel-ui-sdk/commit/e6f722cf41ec81ed5e67765574c38f9842134aa8) - orval config updates, added zod as project dep [WTEL-6397](https://webitel.atlassian.net/browse/WTEL-6397) _(commit by [@dlohvinov](https://github.com/dlohvinov))_
109
142
 
110
143
  ### :bug: Bug Fixes
111
- - [`4eadd0b`](https://github.com/webitel/webitel-ui-sdk/commit/4eadd0b1d0de93bfe536d9ba7180889f037c8197) - link to company logo [WTEL-6423]
112
144
 
145
+ - [`4eadd0b`](https://github.com/webitel/webitel-ui-sdk/commit/4eadd0b1d0de93bfe536d9ba7180889f037c8197) - link to company logo [WTEL-6423]
113
146
 
114
147
  ## [v25.04.2] - 2025-03-05
148
+
115
149
  ### :sparkles: New Features
116
- - [`e74e2e7`](https://github.com/webitel/webitel-ui-sdk/commit/e74e2e746b3d51353e4313d67a268bab4f8d80b4) - orval config [WTEL-6396](https://webitel.atlassian.net/browse/WTEL-6396) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
150
+
151
+ - [`e74e2e7`](https://github.com/webitel/webitel-ui-sdk/commit/e74e2e746b3d51353e4313d67a268bab4f8d80b4) - orval config [WTEL-6396](https://webitel.atlassian.net/browse/WTEL-6396) _(commit by [@dlohvinov](https://github.com/dlohvinov))_
117
152
 
118
153
  ### :bug: Bug Fixes
119
- - [`c3bba2e`](https://github.com/webitel/webitel-ui-sdk/commit/c3bba2e196376f06e4434da9e9ee8c2403aedcff) - orval config fix [WTEL-6396](https://webitel.atlassian.net/browse/WTEL-6396) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
120
154
 
155
+ - [`c3bba2e`](https://github.com/webitel/webitel-ui-sdk/commit/c3bba2e196376f06e4434da9e9ee8c2403aedcff) - orval config fix [WTEL-6396](https://webitel.atlassian.net/browse/WTEL-6396) _(commit by [@dlohvinov](https://github.com/dlohvinov))_
121
156
 
122
157
  ## [v25.04.0] - 2025-02-27
158
+
123
159
  ### :sparkles: New Features
124
- - [`70693e6`](https://github.com/webitel/webitel-ui-sdk/commit/70693e6e82d552902a12770b7761e8e0e9f17419) - update package version to 25.04.0 *(commit by [@stanislav-kozak](https://github.com/stanislav-kozak))*
125
- - [`58f3804`](https://github.com/webitel/webitel-ui-sdk/commit/58f38045e48b99844176c935e15bbf4964604e79) - update package version to 25.04 *(commit by [@stanislav-kozak](https://github.com/stanislav-kozak))*
126
- - [`282811a`](https://github.com/webitel/webitel-ui-sdk/commit/282811aeb17d0edd64365cdbf791c368ebdb3d06) - update package version to 25.02.0 *(commit by [@stanislav-kozak](https://github.com/stanislav-kozak))*
127
160
 
161
+ - [`70693e6`](https://github.com/webitel/webitel-ui-sdk/commit/70693e6e82d552902a12770b7761e8e0e9f17419) - update package version to 25.04.0 _(commit by [@stanislav-kozak](https://github.com/stanislav-kozak))_
162
+ - [`58f3804`](https://github.com/webitel/webitel-ui-sdk/commit/58f38045e48b99844176c935e15bbf4964604e79) - update package version to 25.04 _(commit by [@stanislav-kozak](https://github.com/stanislav-kozak))_
163
+ - [`282811a`](https://github.com/webitel/webitel-ui-sdk/commit/282811aeb17d0edd64365cdbf791c368ebdb3d06) - update package version to 25.02.0 _(commit by [@stanislav-kozak](https://github.com/stanislav-kozak))_
128
164
 
129
165
  ## [v24.12.166] - 2025-02-27
166
+
130
167
  ### :sparkles: New Features
168
+
131
169
  - [`49a0833`](https://github.com/webitel/webitel-ui-sdk/commit/49a0833fd0c60f51680edf79de322d195547f182) - add chatName prop to fields to send [WTEL-6145]
132
170
  - [`d178278`](https://github.com/webitel/webitel-ui-sdk/commit/d1782786f6a7f67b7d85cd9ce639e26f26edb9d4) - add clickable app logo support [WTEL-6160]
133
171
 
134
172
  ### :bug: Bug Fixes
135
- - [`c507b75`](https://github.com/webitel/webitel-ui-sdk/commit/c507b75773e861580e4178731426b5ef8c8effc3) - disable route props requirement [WTEL-6160]
136
173
 
174
+ - [`c507b75`](https://github.com/webitel/webitel-ui-sdk/commit/c507b75773e861580e4178731426b5ef8c8effc3) - disable route props requirement [WTEL-6160]
137
175
 
138
176
  ## [v24.12.162] - 2025-02-26
177
+
139
178
  ### :bug: Bug Fixes
140
- - [`28e7ba1`](https://github.com/webitel/webitel-ui-sdk/commit/28e7ba1335c45e5a9f5fe0d99050ccea9c78f696) - case-related filter locales [WTEL-6387](https://webitel.atlassian.net/browse/WTEL-6387) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
141
179
 
180
+ - [`28e7ba1`](https://github.com/webitel/webitel-ui-sdk/commit/28e7ba1335c45e5a9f5fe0d99050ccea9c78f696) - case-related filter locales [WTEL-6387](https://webitel.atlassian.net/browse/WTEL-6387) _(commit by [@dlohvinov](https://github.com/dlohvinov))_
142
181
 
143
182
  ## [v24.12.161] - 2025-02-26
183
+
144
184
  ### :bug: Bug Fixes
145
- - [`e37dbdf`](https://github.com/webitel/webitel-ui-sdk/commit/e37dbdf14dd90647672c01f9e68a11a372f548c1) - wt-tree-table.vue selectAll checkbox [WTEL-6385](https://webitel.atlassian.net/browse/WTEL-6385) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
146
185
 
186
+ - [`e37dbdf`](https://github.com/webitel/webitel-ui-sdk/commit/e37dbdf14dd90647672c01f9e68a11a372f548c1) - wt-tree-table.vue selectAll checkbox [WTEL-6385](https://webitel.atlassian.net/browse/WTEL-6385) _(commit by [@dlohvinov](https://github.com/dlohvinov))_
147
187
 
148
188
  ## [v24.12.159] - 2025-02-26
189
+
149
190
  ### :bug: Bug Fixes
150
- - [`81b5716`](https://github.com/webitel/webitel-ui-sdk/commit/81b5716978271ad3b606744bbdf7afb55777a8da) - remove test text from template *(commit by [@liza-pohranichna](https://github.com/liza-pohranichna))*
151
- - [`5d611df`](https://github.com/webitel/webitel-ui-sdk/commit/5d611dff1e5d2e0dce4cbe663397a38ffeb7b9cd) - reset filter config form validation on filter name update *(commit by [@liza-pohranichna](https://github.com/liza-pohranichna))*
152
191
 
192
+ - [`81b5716`](https://github.com/webitel/webitel-ui-sdk/commit/81b5716978271ad3b606744bbdf7afb55777a8da) - remove test text from template _(commit by [@liza-pohranichna](https://github.com/liza-pohranichna))_
193
+ - [`5d611df`](https://github.com/webitel/webitel-ui-sdk/commit/5d611dff1e5d2e0dce4cbe663397a38ffeb7b9cd) - reset filter config form validation on filter name update _(commit by [@liza-pohranichna](https://github.com/liza-pohranichna))_
153
194
 
154
195
  ## [v24.12.158] - 2025-02-26
196
+
155
197
  ### :bug: Bug Fixes
156
- - [`868902e`](https://github.com/webitel/webitel-ui-sdk/commit/868902e185e8864c5da3afe3666a20b0f917a6fa) - add-filter.svg fill color cleanup [WTEL-6302](https://webitel.atlassian.net/browse/WTEL-6302) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
157
198
 
199
+ - [`868902e`](https://github.com/webitel/webitel-ui-sdk/commit/868902e185e8864c5da3afe3666a20b0f917a6fa) - add-filter.svg fill color cleanup [WTEL-6302](https://webitel.atlassian.net/browse/WTEL-6302) _(commit by [@dlohvinov](https://github.com/dlohvinov))_
158
200
 
159
201
  ## [v24.12.157] - 2025-02-26
202
+
160
203
  ### :bug: Bug Fixes
161
- - [`695bc24`](https://github.com/webitel/webitel-ui-sdk/commit/695bc240f88e55bbf57b53e6d56af6e225f253b5) - update version *(commit by [@liza-pohranichna](https://github.com/liza-pohranichna))*
162
- - [`a18c989`](https://github.com/webitel/webitel-ui-sdk/commit/a18c989afde11c69959c162454b3c66a759e59b7) - fixed validation logic in some filter value fields *(commit by [@liza-pohranichna](https://github.com/liza-pohranichna))*
163
204
 
205
+ - [`695bc24`](https://github.com/webitel/webitel-ui-sdk/commit/695bc240f88e55bbf57b53e6d56af6e225f253b5) - update version _(commit by [@liza-pohranichna](https://github.com/liza-pohranichna))_
206
+ - [`a18c989`](https://github.com/webitel/webitel-ui-sdk/commit/a18c989afde11c69959c162454b3c66a759e59b7) - fixed validation logic in some filter value fields _(commit by [@liza-pohranichna](https://github.com/liza-pohranichna))_
164
207
 
165
208
  ## [v24.12.156] - 2025-02-26
209
+
166
210
  ### :bug: Bug Fixes
167
- - [`ad9935b`](https://github.com/webitel/webitel-ui-sdk/commit/ad9935b95f6c92b0f7d0052a95aae702711e8c98) - wt-empty "empty" locale [WTEL-5741](https://webitel.atlassian.net/browse/WTEL-5741) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
168
211
 
212
+ - [`ad9935b`](https://github.com/webitel/webitel-ui-sdk/commit/ad9935b95f6c92b0f7d0052a95aae702711e8c98) - wt-empty "empty" locale [WTEL-5741](https://webitel.atlassian.net/browse/WTEL-5741) _(commit by [@dlohvinov](https://github.com/dlohvinov))_
169
213
 
170
214
  ## [v24.12.155] - 2025-02-26
215
+
171
216
  ### :bug: Bug Fixes
172
- - [`3892811`](https://github.com/webitel/webitel-ui-sdk/commit/389281117acdcaf4f37bb0a57b0daaca119b7104) - filter/v2 preview chip "delete" icon color *(commit by [@dlohvinov](https://github.com/dlohvinov))*
173
217
 
218
+ - [`3892811`](https://github.com/webitel/webitel-ui-sdk/commit/389281117acdcaf4f37bb0a57b0daaca119b7104) - filter/v2 preview chip "delete" icon color _(commit by [@dlohvinov](https://github.com/dlohvinov))_
174
219
 
175
220
  ## [v24.12.153] - 2025-02-26
221
+
176
222
  ### :sparkles: New Features
177
- - [`37d358c`](https://github.com/webitel/webitel-ui-sdk/commit/37d358c5a69914625321c5b856ff9e5876e6bec2) - start of today predefined filter [WTEL-6308](https://webitel.atlassian.net/browse/WTEL-6308) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
223
+
224
+ - [`37d358c`](https://github.com/webitel/webitel-ui-sdk/commit/37d358c5a69914625321c5b856ff9e5876e6bec2) - start of today predefined filter [WTEL-6308](https://webitel.atlassian.net/browse/WTEL-6308) _(commit by [@dlohvinov](https://github.com/dlohvinov))_
178
225
 
179
226
  ### :bug: Bug Fixes
180
- - [`5431a8a`](https://github.com/webitel/webitel-ui-sdk/commit/5431a8aed61133d8f38ca8355d0a084083c167f6) - access control app visibility access null value erorr handling *(commit by [@dlohvinov](https://github.com/dlohvinov))*
181
227
 
228
+ - [`5431a8a`](https://github.com/webitel/webitel-ui-sdk/commit/5431a8aed61133d8f38ca8355d0a084083c167f6) - access control app visibility access null value erorr handling _(commit by [@dlohvinov](https://github.com/dlohvinov))_
182
229
 
183
230
  ## [v24.12.152] - 2025-02-26
231
+
184
232
  ### :sparkles: New Features
185
- - [`58be895`](https://github.com/webitel/webitel-ui-sdk/commit/58be895872e6f88dc1117e2d482479aa9f1dca35) - start of today predefined filter label locale [WTEL-6308](https://webitel.atlassian.net/browse/WTEL-6308) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
186
233
 
234
+ - [`58be895`](https://github.com/webitel/webitel-ui-sdk/commit/58be895872e6f88dc1117e2d482479aa9f1dca35) - start of today predefined filter label locale [WTEL-6308](https://webitel.atlassian.net/browse/WTEL-6308) _(commit by [@dlohvinov](https://github.com/dlohvinov))_
187
235
 
188
236
  ## [v24.12.151] - 2025-02-26
237
+
189
238
  ### :bug: Bug Fixes
190
- - [`117d4e9`](https://github.com/webitel/webitel-ui-sdk/commit/117d4e9ba35dcd89648faee1cb3faba605c0ed09) - vocabulary.column locale translations [WTEL-6361](https://webitel.atlassian.net/browse/WTEL-6361) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
191
- - [`3017e24`](https://github.com/webitel/webitel-ui-sdk/commit/3017e24c83574ee2d29ece0bcc1c1c116de1ac69) - vocabulary.column locale translations [WTEL-6361](https://webitel.atlassian.net/browse/WTEL-6361) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
192
239
 
240
+ - [`117d4e9`](https://github.com/webitel/webitel-ui-sdk/commit/117d4e9ba35dcd89648faee1cb3faba605c0ed09) - vocabulary.column locale translations [WTEL-6361](https://webitel.atlassian.net/browse/WTEL-6361) _(commit by [@dlohvinov](https://github.com/dlohvinov))_
241
+ - [`3017e24`](https://github.com/webitel/webitel-ui-sdk/commit/3017e24c83574ee2d29ece0bcc1c1c116de1ac69) - vocabulary.column locale translations [WTEL-6361](https://webitel.atlassian.net/browse/WTEL-6361) _(commit by [@dlohvinov](https://github.com/dlohvinov))_
193
242
 
194
243
  ## [v24.12.149] - 2025-02-26
244
+
195
245
  ### :bug: Bug Fixes
196
- - [`da65f12`](https://github.com/webitel/webitel-ui-sdk/commit/da65f1279ead60945f3b7da31bcda5192be92cba) - pagination store page/size type coercion after refresh [WTEL-6313](https://webitel.atlassian.net/browse/WTEL-6313) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
197
246
 
247
+ - [`da65f12`](https://github.com/webitel/webitel-ui-sdk/commit/da65f1279ead60945f3b7da31bcda5192be92cba) - pagination store page/size type coercion after refresh [WTEL-6313](https://webitel.atlassian.net/browse/WTEL-6313) _(commit by [@dlohvinov](https://github.com/dlohvinov))_
198
248
 
199
249
  ## [v24.12.148] - 2025-02-26
250
+
200
251
  ### :bug: Bug Fixes
201
- - [`d23c93b`](https://github.com/webitel/webitel-ui-sdk/commit/d23c93b26fb3f0f7bc26edd3e7984e642cbacc0d) - pagination store page/size type coercion after refresh [WTEL-6313](https://webitel.atlassian.net/browse/WTEL-6313) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
202
252
 
253
+ - [`d23c93b`](https://github.com/webitel/webitel-ui-sdk/commit/d23c93b26fb3f0f7bc26edd3e7984e642cbacc0d) - pagination store page/size type coercion after refresh [WTEL-6313](https://webitel.atlassian.net/browse/WTEL-6313) _(commit by [@dlohvinov](https://github.com/dlohvinov))_
203
254
 
204
255
  ## [v24.12.147] - 2025-02-26
256
+
205
257
  ### :bug: Bug Fixes
206
- - [`3e4ff20`](https://github.com/webitel/webitel-ui-sdk/commit/3e4ff20264821c67b6258693e55afb10bc22db7b) - update styleguide sdk *(commit by [@liza-pohranichna](https://github.com/liza-pohranichna))*
207
258
 
259
+ - [`3e4ff20`](https://github.com/webitel/webitel-ui-sdk/commit/3e4ff20264821c67b6258693e55afb10bc22db7b) - update styleguide sdk _(commit by [@liza-pohranichna](https://github.com/liza-pohranichna))_
208
260
 
209
261
  ## [v24.12.146] - 2025-02-26
262
+
210
263
  ### :sparkles: New Features
211
- - [`ac2db27`](https://github.com/webitel/webitel-ui-sdk/commit/ac2db27a87db22d637db6cd5ede4dbae74d5c9b2) - implimented version *(commit by [@liza-pohranichna](https://github.com/liza-pohranichna))*
212
- - [`9c9f083`](https://github.com/webitel/webitel-ui-sdk/commit/9c9f083c78d3c16e0f0fed74a1cde435441cafec) - added validation to some of the cases in filter form *(commit by [@liza-pohranichna](https://github.com/liza-pohranichna))*
213
264
 
265
+ - [`ac2db27`](https://github.com/webitel/webitel-ui-sdk/commit/ac2db27a87db22d637db6cd5ede4dbae74d5c9b2) - implimented version _(commit by [@liza-pohranichna](https://github.com/liza-pohranichna))_
266
+ - [`9c9f083`](https://github.com/webitel/webitel-ui-sdk/commit/9c9f083c78d3c16e0f0fed74a1cde435441cafec) - added validation to some of the cases in filter form _(commit by [@liza-pohranichna](https://github.com/liza-pohranichna))_
214
267
 
215
268
  ## [v24.12.144] - 2025-02-25
269
+
216
270
  ### :sparkles: New Features
217
- - [`7482afc`](https://github.com/webitel/webitel-ui-sdk/commit/7482afca1ed5cb9ba74e5e428d46523c596599c8) - wt-empty buttons disabled props [WTEL-6316](https://webitel.atlassian.net/browse/WTEL-6316) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
218
271
 
272
+ - [`7482afc`](https://github.com/webitel/webitel-ui-sdk/commit/7482afca1ed5cb9ba74e5e428d46523c596599c8) - wt-empty buttons disabled props [WTEL-6316](https://webitel.atlassian.net/browse/WTEL-6316) _(commit by [@dlohvinov](https://github.com/dlohvinov))_
219
273
 
220
274
  ## [v24.12.143] - 2025-02-25
275
+
221
276
  ### :bug: Bug Fixes
222
- - [`3fe5f0a`](https://github.com/webitel/webitel-ui-sdk/commit/3fe5f0aa8fd67f92ea521f11a343726d900b7e74) - wt-empty text locale on filters [WTEL-6316](https://webitel.atlassian.net/browse/WTEL-6316) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
223
277
 
278
+ - [`3fe5f0a`](https://github.com/webitel/webitel-ui-sdk/commit/3fe5f0aa8fd67f92ea521f11a343726d900b7e74) - wt-empty text locale on filters [WTEL-6316](https://webitel.atlassian.net/browse/WTEL-6316) _(commit by [@dlohvinov](https://github.com/dlohvinov))_
224
279
 
225
280
  ## [v24.12.142] - 2025-02-25
281
+
226
282
  ### :bug: Bug Fixes
227
- - [`a952e21`](https://github.com/webitel/webitel-ui-sdk/commit/a952e21c842a3e70c6f3b07825343ffa0dc0e7df) - navbar 'current' highlight computing [WTEL-6174](https://webitel.atlassian.net/browse/WTEL-6174) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
228
283
 
284
+ - [`a952e21`](https://github.com/webitel/webitel-ui-sdk/commit/a952e21c842a3e70c6f3b07825343ffa0dc0e7df) - navbar 'current' highlight computing [WTEL-6174](https://webitel.atlassian.net/browse/WTEL-6174) _(commit by [@dlohvinov](https://github.com/dlohvinov))_
229
285
 
230
286
  ## [v24.12.141] - 2025-02-25
287
+
231
288
  ### :bug: Bug Fixes
232
- - [`9dbf2a3`](https://github.com/webitel/webitel-ui-sdk/commit/9dbf2a3165a1062ced22441786eeaa469f7949b7) - "rated" filter/v2 [WTEL-6298](https://webitel.atlassian.net/browse/WTEL-6298) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
233
289
 
290
+ - [`9dbf2a3`](https://github.com/webitel/webitel-ui-sdk/commit/9dbf2a3165a1062ced22441786eeaa469f7949b7) - "rated" filter/v2 [WTEL-6298](https://webitel.atlassian.net/browse/WTEL-6298) _(commit by [@dlohvinov](https://github.com/dlohvinov))_
234
291
 
235
292
  ## [v24.12.139] - 2025-02-25
293
+
236
294
  ### :sparkles: New Features
237
- - [`c84ef09`](https://github.com/webitel/webitel-ui-sdk/commit/c84ef09648e7f69694ed50bceb5a14eafed1811d) - dynamic-filter-preview.vue "dummy" prop, fixed FiltersManager.ts reset method [WTEL-6308](https://webitel.atlassian.net/browse/WTEL-6308) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
238
295
 
296
+ - [`c84ef09`](https://github.com/webitel/webitel-ui-sdk/commit/c84ef09648e7f69694ed50bceb5a14eafed1811d) - dynamic-filter-preview.vue "dummy" prop, fixed FiltersManager.ts reset method [WTEL-6308](https://webitel.atlassian.net/browse/WTEL-6308) _(commit by [@dlohvinov](https://github.com/dlohvinov))_
239
297
 
240
298
  ## [v24.12.138] - 2025-02-25
299
+
241
300
  ### :bug: Bug Fixes
242
- - [`7ad954c`](https://github.com/webitel/webitel-ui-sdk/commit/7ad954c124f0c4c612d056b3a33bb91eff4b6e03) - yes/no transcript and recording filters fix [WTEL-6286](https://webitel.atlassian.net/browse/WTEL-6286) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
243
- - [`7c6b085`](https://github.com/webitel/webitel-ui-sdk/commit/7c6b0851dcc98fdbe55d916cb52b129e0fb20169) - local link run dev failure *(commit by [@dlohvinov](https://github.com/dlohvinov))*
244
301
 
302
+ - [`7ad954c`](https://github.com/webitel/webitel-ui-sdk/commit/7ad954c124f0c4c612d056b3a33bb91eff4b6e03) - yes/no transcript and recording filters fix [WTEL-6286](https://webitel.atlassian.net/browse/WTEL-6286) _(commit by [@dlohvinov](https://github.com/dlohvinov))_
303
+ - [`7c6b085`](https://github.com/webitel/webitel-ui-sdk/commit/7c6b0851dcc98fdbe55d916cb52b129e0fb20169) - local link run dev failure _(commit by [@dlohvinov](https://github.com/dlohvinov))_
245
304
 
246
305
  ## [v24.12.136] - 2025-02-24
306
+
247
307
  ### :bug: Bug Fixes
248
- - [`b76a25d`](https://github.com/webitel/webitel-ui-sdk/commit/b76a25d09dc70ad621fefbe0805d302b2933a309) - total duration, talk duration filters previews fixed [WTEL-6289](https://webitel.atlassian.net/browse/WTEL-6289) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
249
308
 
309
+ - [`b76a25d`](https://github.com/webitel/webitel-ui-sdk/commit/b76a25d09dc70ad621fefbe0805d302b2933a309) - total duration, talk duration filters previews fixed [WTEL-6289](https://webitel.atlassian.net/browse/WTEL-6289) _(commit by [@dlohvinov](https://github.com/dlohvinov))_
250
310
 
251
311
  ## [v24.12.135] - 2025-02-24
312
+
252
313
  ### :bug: Bug Fixes
253
- - [`15c5ddd`](https://github.com/webitel/webitel-ui-sdk/commit/15c5dddea82bb57b151e5b640ddb876cfcff6cf8) - filters/v2 createdAt filters preview show time [WTEL-6307](https://webitel.atlassian.net/browse/WTEL-6307) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
254
314
 
315
+ - [`15c5ddd`](https://github.com/webitel/webitel-ui-sdk/commit/15c5dddea82bb57b151e5b640ddb876cfcff6cf8) - filters/v2 createdAt filters preview show time [WTEL-6307](https://webitel.atlassian.net/browse/WTEL-6307) _(commit by [@dlohvinov](https://github.com/dlohvinov))_
255
316
 
256
317
  ## [v24.12.134] - 2025-02-24
318
+
257
319
  ### :bug: Bug Fixes
258
- - [`dee93e5`](https://github.com/webitel/webitel-ui-sdk/commit/dee93e5ba9da03fb7684e2b6e48997f98f20f5c6) - filters/v2 createdAt filters datepicker datetime format [WTEL-6307](https://webitel.atlassian.net/browse/WTEL-6307) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
259
320
 
321
+ - [`dee93e5`](https://github.com/webitel/webitel-ui-sdk/commit/dee93e5ba9da03fb7684e2b6e48997f98f20f5c6) - filters/v2 createdAt filters datepicker datetime format [WTEL-6307](https://webitel.atlassian.net/browse/WTEL-6307) _(commit by [@dlohvinov](https://github.com/dlohvinov))_
260
322
 
261
323
  ## [v24.12.133] - 2025-02-24
324
+
262
325
  ### :sparkles: New Features
263
- - [`c64e3ea`](https://github.com/webitel/webitel-ui-sdk/commit/c64e3ea7c73234b99de8de242bb846901b97c98b) - implement slot for custom message on delete confirmation popup *(commit by [@stanislav-kozak](https://github.com/stanislav-kozak))*
264
326
 
327
+ - [`c64e3ea`](https://github.com/webitel/webitel-ui-sdk/commit/c64e3ea7c73234b99de8de242bb846901b97c98b) - implement slot for custom message on delete confirmation popup _(commit by [@stanislav-kozak](https://github.com/stanislav-kozak))_
265
328
 
266
329
  ## [v24.12.132] - 2025-02-24
330
+
267
331
  ### :bug: Bug Fixes
268
- - [`3f09e93`](https://github.com/webitel/webitel-ui-sdk/commit/3f09e93db32f63c1ae1b5020b63e8a4e61c996d6) - cases status indicator colors [WTEL-6240](https://webitel.atlassian.net/browse/WTEL-6240) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
269
332
 
333
+ - [`3f09e93`](https://github.com/webitel/webitel-ui-sdk/commit/3f09e93db32f63c1ae1b5020b63e8a4e61c996d6) - cases status indicator colors [WTEL-6240](https://webitel.atlassian.net/browse/WTEL-6240) _(commit by [@dlohvinov](https://github.com/dlohvinov))_
270
334
 
271
335
  ## [v24.12.131] - 2025-02-24
336
+
272
337
  ### :sparkles: New Features
273
- - [`00fd542`](https://github.com/webitel/webitel-ui-sdk/commit/00fd54273c87ad7ba3264919664ee979e29bc1c3) - useCardComponent.js `isLoading` flag [WTEL-6240](https://webitel.atlassian.net/browse/WTEL-6240) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
274
338
 
339
+ - [`00fd542`](https://github.com/webitel/webitel-ui-sdk/commit/00fd54273c87ad7ba3264919664ee979e29bc1c3) - useCardComponent.js `isLoading` flag [WTEL-6240](https://webitel.atlassian.net/browse/WTEL-6240) _(commit by [@dlohvinov](https://github.com/dlohvinov))_
275
340
 
276
341
  ## [v24.12.130] - 2025-02-24
342
+
277
343
  ### :bug: Bug Fixes
278
- - [`abce6ac`](https://github.com/webitel/webitel-ui-sdk/commit/abce6acd2cc899c60d146b752addfd3d4a7c2b0a) - update locale for validation message latinWithNumber [WTEL-6251](https://webitel.atlassian.net/browse/WTEL-6251) *(commit by [@stanislav-kozak](https://github.com/stanislav-kozak))*
279
344
 
345
+ - [`abce6ac`](https://github.com/webitel/webitel-ui-sdk/commit/abce6acd2cc899c60d146b752addfd3d4a7c2b0a) - update locale for validation message latinWithNumber [WTEL-6251](https://webitel.atlassian.net/browse/WTEL-6251) _(commit by [@stanislav-kozak](https://github.com/stanislav-kozak))_
280
346
 
281
347
  ## [v24.12.129] - 2025-02-24
348
+
282
349
  ### :bug: Bug Fixes
283
- - [`087e52b`](https://github.com/webitel/webitel-ui-sdk/commit/087e52b706e80e861482eb69384f6f8f24159e84) - filters v2 rm filtername set by default [WTEL-6310](https://webitel.atlassian.net/browse/WTEL-6310) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
284
350
 
351
+ - [`087e52b`](https://github.com/webitel/webitel-ui-sdk/commit/087e52b706e80e861482eb69384f6f8f24159e84) - filters v2 rm filtername set by default [WTEL-6310](https://webitel.atlassian.net/browse/WTEL-6310) _(commit by [@dlohvinov](https://github.com/dlohvinov))_
285
352
 
286
353
  ## [v24.12.127] - 2025-02-23
354
+
287
355
  ### :bug: Bug Fixes
288
- - [`2e58ef3`](https://github.com/webitel/webitel-ui-sdk/commit/2e58ef3f7facaadc051043f28679f631ac857ecc) - clear dynamic filter default label value *(commit by [@dlohvinov](https://github.com/dlohvinov))*
289
356
 
357
+ - [`2e58ef3`](https://github.com/webitel/webitel-ui-sdk/commit/2e58ef3f7facaadc051043f28679f631ac857ecc) - clear dynamic filter default label value _(commit by [@dlohvinov](https://github.com/dlohvinov))_
290
358
 
291
359
  ## [v24.12.124] - 2025-02-23
360
+
292
361
  ### :sparkles: New Features
293
- - [`a5ecde2`](https://github.com/webitel/webitel-ui-sdk/commit/a5ecde238135d06e6147977024589a6b72e74284) - pinia table store configuration extensions to support parentId/child relation, + etag support for deleteEls method [WTEL-6345](https://webitel.atlassian.net/browse/WTEL-6345) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
294
362
 
363
+ - [`a5ecde2`](https://github.com/webitel/webitel-ui-sdk/commit/a5ecde238135d06e6147977024589a6b72e74284) - pinia table store configuration extensions to support parentId/child relation, + etag support for deleteEls method [WTEL-6345](https://webitel.atlassian.net/browse/WTEL-6345) _(commit by [@dlohvinov](https://github.com/dlohvinov))_
295
364
 
296
365
  ## [v24.12.123] - 2025-02-22
366
+
297
367
  ### :bug: Bug Fixes
298
- - [`902a027`](https://github.com/webitel/webitel-ui-sdk/commit/902a0275cfb6eedd8d5e2d81aef803533a8de7cb) - wt-indicator initial/final colors reverse [WTEL-6346](https://webitel.atlassian.net/browse/WTEL-6346) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
299
368
 
369
+ - [`902a027`](https://github.com/webitel/webitel-ui-sdk/commit/902a0275cfb6eedd8d5e2d81aef803533a8de7cb) - wt-indicator initial/final colors reverse [WTEL-6346](https://webitel.atlassian.net/browse/WTEL-6346) _(commit by [@dlohvinov](https://github.com/dlohvinov))_
300
370
 
301
371
  ## [v24.12.122] - 2025-02-21
372
+
302
373
  ### :sparkles: New Features
303
- - [`6020e3a`](https://github.com/webitel/webitel-ui-sdk/commit/6020e3a2cc208a4694ca8e452e72e5f988c08f2f) - add new filters for cases[WTEL-5361](https://webitel.atlassian.net/browse/WTEL-5361) *(commit by [@Lera24](https://github.com/Lera24))*
374
+
375
+ - [`6020e3a`](https://github.com/webitel/webitel-ui-sdk/commit/6020e3a2cc208a4694ca8e452e72e5f988c08f2f) - add new filters for cases[WTEL-5361](https://webitel.atlassian.net/browse/WTEL-5361) _(commit by [@Lera24](https://github.com/Lera24))_
304
376
 
305
377
  ### :bug: Bug Fixes
306
- - [`12193a1`](https://github.com/webitel/webitel-ui-sdk/commit/12193a1346d758c71fb990e19386ede441787449) - uninstall date-fns[WTEL-5361](https://webitel.atlassian.net/browse/WTEL-5361) *(commit by [@Lera24](https://github.com/Lera24))*
307
- - [`04b141b`](https://github.com/webitel/webitel-ui-sdk/commit/04b141b0835d998ecd57e201446ce1245d7ec695) - package.json version[WTEL-5361](https://webitel.atlassian.net/browse/WTEL-5361) *(commit by [@Lera24](https://github.com/Lera24))*
308
- - [`15da780`](https://github.com/webitel/webitel-ui-sdk/commit/15da780b1580f622a98b5e4905818f898a6017ae) - merge master[WTEL-5361](https://webitel.atlassian.net/browse/WTEL-5361) *(commit by [@Lera24](https://github.com/Lera24))*
309
- - [`83caa8d`](https://github.com/webitel/webitel-ui-sdk/commit/83caa8db89103d9860bfa0247477f477add72c7c) - conflict[WTEL-5361](https://webitel.atlassian.net/browse/WTEL-5361) *(commit by [@Lera24](https://github.com/Lera24))*
310
- - [`4147bfd`](https://github.com/webitel/webitel-ui-sdk/commit/4147bfd807c5d9b23e9d42d14bffe688d332edc5) - small refactor[WTEL-5361](https://webitel.atlassian.net/browse/WTEL-5361) *(commit by [@Lera24](https://github.com/Lera24))*
311
- - [`bfaea31`](https://github.com/webitel/webitel-ui-sdk/commit/bfaea31af93bd97acc368881885cfc0f06433d90) - after codereview[WTEL-5361](https://webitel.atlassian.net/browse/WTEL-5361) *(commit by [@Lera24](https://github.com/Lera24))*
312
- - [`3bcd98d`](https://github.com/webitel/webitel-ui-sdk/commit/3bcd98d4a0b1964ec8186381a9c0c3f0258da8d3) - display assignee filter[WTEL-5361](https://webitel.atlassian.net/browse/WTEL-5361) *(commit by [@Lera24](https://github.com/Lera24))*
313
- - [`ca1fcae`](https://github.com/webitel/webitel-ui-sdk/commit/ca1fcaeb6566ff4dbceefdb8a85f25e2a1e42f7b) - filter locale and add new filters[WTEL-5361](https://webitel.atlassian.net/browse/WTEL-5361) *(commit by [@Lera24](https://github.com/Lera24))*
314
- - [`51042af`](https://github.com/webitel/webitel-ui-sdk/commit/51042af166cbe764d113661f9895cff0adfe48a3) - preview filters with date[WTEL-5361](https://webitel.atlassian.net/browse/WTEL-5361) *(commit by [@Lera24](https://github.com/Lera24))*
315
- - [`8a71bfe`](https://github.com/webitel/webitel-ui-sdk/commit/8a71bfe5645115feb14662184bce24e54260244c) - conflict[WTEL-5361](https://webitel.atlassian.net/browse/WTEL-5361) *(commit by [@Lera24](https://github.com/Lera24))*
316
- - [`0c81d90`](https://github.com/webitel/webitel-ui-sdk/commit/0c81d90c41463ec9180ee475f53fda9011d56516) - status and close reason group filters[WTEL-5361](https://webitel.atlassian.net/browse/WTEL-5361) *(commit by [@Lera24](https://github.com/Lera24))*
317
- - [`4f1b711`](https://github.com/webitel/webitel-ui-sdk/commit/4f1b711e01c334ebcb29fe9cdf4a4136676194d5) - import filters and rename api and small refactor filters[WTEL-5361](https://webitel.atlassian.net/browse/WTEL-5361) *(commit by [@Lera24](https://github.com/Lera24))*
318
- - [`f019644`](https://github.com/webitel/webitel-ui-sdk/commit/f0196449b43dd2f0fca2ced5a74804985b4c53b1) - display filter label[WTEL-5361](https://webitel.atlassian.net/browse/WTEL-5361) *(commit by [@Lera24](https://github.com/Lera24))*
319
- - [`52ace37`](https://github.com/webitel/webitel-ui-sdk/commit/52ace3792ddfd584663524f29f072e35e432c662) - merge vaster[WTEL-5361](https://webitel.atlassian.net/browse/WTEL-5361) *(commit by [@Lera24](https://github.com/Lera24))*
320
378
 
379
+ - [`12193a1`](https://github.com/webitel/webitel-ui-sdk/commit/12193a1346d758c71fb990e19386ede441787449) - uninstall date-fns[WTEL-5361](https://webitel.atlassian.net/browse/WTEL-5361) _(commit by [@Lera24](https://github.com/Lera24))_
380
+ - [`04b141b`](https://github.com/webitel/webitel-ui-sdk/commit/04b141b0835d998ecd57e201446ce1245d7ec695) - package.json version[WTEL-5361](https://webitel.atlassian.net/browse/WTEL-5361) _(commit by [@Lera24](https://github.com/Lera24))_
381
+ - [`15da780`](https://github.com/webitel/webitel-ui-sdk/commit/15da780b1580f622a98b5e4905818f898a6017ae) - merge master[WTEL-5361](https://webitel.atlassian.net/browse/WTEL-5361) _(commit by [@Lera24](https://github.com/Lera24))_
382
+ - [`83caa8d`](https://github.com/webitel/webitel-ui-sdk/commit/83caa8db89103d9860bfa0247477f477add72c7c) - conflict[WTEL-5361](https://webitel.atlassian.net/browse/WTEL-5361) _(commit by [@Lera24](https://github.com/Lera24))_
383
+ - [`4147bfd`](https://github.com/webitel/webitel-ui-sdk/commit/4147bfd807c5d9b23e9d42d14bffe688d332edc5) - small refactor[WTEL-5361](https://webitel.atlassian.net/browse/WTEL-5361) _(commit by [@Lera24](https://github.com/Lera24))_
384
+ - [`bfaea31`](https://github.com/webitel/webitel-ui-sdk/commit/bfaea31af93bd97acc368881885cfc0f06433d90) - after codereview[WTEL-5361](https://webitel.atlassian.net/browse/WTEL-5361) _(commit by [@Lera24](https://github.com/Lera24))_
385
+ - [`3bcd98d`](https://github.com/webitel/webitel-ui-sdk/commit/3bcd98d4a0b1964ec8186381a9c0c3f0258da8d3) - display assignee filter[WTEL-5361](https://webitel.atlassian.net/browse/WTEL-5361) _(commit by [@Lera24](https://github.com/Lera24))_
386
+ - [`ca1fcae`](https://github.com/webitel/webitel-ui-sdk/commit/ca1fcaeb6566ff4dbceefdb8a85f25e2a1e42f7b) - filter locale and add new filters[WTEL-5361](https://webitel.atlassian.net/browse/WTEL-5361) _(commit by [@Lera24](https://github.com/Lera24))_
387
+ - [`51042af`](https://github.com/webitel/webitel-ui-sdk/commit/51042af166cbe764d113661f9895cff0adfe48a3) - preview filters with date[WTEL-5361](https://webitel.atlassian.net/browse/WTEL-5361) _(commit by [@Lera24](https://github.com/Lera24))_
388
+ - [`8a71bfe`](https://github.com/webitel/webitel-ui-sdk/commit/8a71bfe5645115feb14662184bce24e54260244c) - conflict[WTEL-5361](https://webitel.atlassian.net/browse/WTEL-5361) _(commit by [@Lera24](https://github.com/Lera24))_
389
+ - [`0c81d90`](https://github.com/webitel/webitel-ui-sdk/commit/0c81d90c41463ec9180ee475f53fda9011d56516) - status and close reason group filters[WTEL-5361](https://webitel.atlassian.net/browse/WTEL-5361) _(commit by [@Lera24](https://github.com/Lera24))_
390
+ - [`4f1b711`](https://github.com/webitel/webitel-ui-sdk/commit/4f1b711e01c334ebcb29fe9cdf4a4136676194d5) - import filters and rename api and small refactor filters[WTEL-5361](https://webitel.atlassian.net/browse/WTEL-5361) _(commit by [@Lera24](https://github.com/Lera24))_
391
+ - [`f019644`](https://github.com/webitel/webitel-ui-sdk/commit/f0196449b43dd2f0fca2ced5a74804985b4c53b1) - display filter label[WTEL-5361](https://webitel.atlassian.net/browse/WTEL-5361) _(commit by [@Lera24](https://github.com/Lera24))_
392
+ - [`52ace37`](https://github.com/webitel/webitel-ui-sdk/commit/52ace3792ddfd584663524f29f072e35e432c662) - merge vaster[WTEL-5361](https://webitel.atlassian.net/browse/WTEL-5361) _(commit by [@Lera24](https://github.com/Lera24))_
321
393
 
322
394
  ## [v24.12.120] - 2025-02-21
395
+
323
396
  ### :sparkles: New Features
324
- - [`ececed9`](https://github.com/webitel/webitel-ui-sdk/commit/ececed90f1e7003b586530b1bbcf887c11b6425f) - change transition duration in wt-transition.vue *(commit by [@liza-pohranichna](https://github.com/liza-pohranichna))*
325
- - [`c170db1`](https://github.com/webitel/webitel-ui-sdk/commit/c170db12438abbbf483a2b0ca48db84e372f3436) - implement version *(commit by [@liza-pohranichna](https://github.com/liza-pohranichna))*
326
- - [`d74066f`](https://github.com/webitel/webitel-ui-sdk/commit/d74066ff90eee1b7f452e8a00e96003cf3ba9020) - added component for transition during replace blocks *(commit by [@liza-pohranichna](https://github.com/liza-pohranichna))*
327
397
 
398
+ - [`ececed9`](https://github.com/webitel/webitel-ui-sdk/commit/ececed90f1e7003b586530b1bbcf887c11b6425f) - change transition duration in wt-transition.vue _(commit by [@liza-pohranichna](https://github.com/liza-pohranichna))_
399
+ - [`c170db1`](https://github.com/webitel/webitel-ui-sdk/commit/c170db12438abbbf483a2b0ca48db84e372f3436) - implement version _(commit by [@liza-pohranichna](https://github.com/liza-pohranichna))_
400
+ - [`d74066f`](https://github.com/webitel/webitel-ui-sdk/commit/d74066ff90eee1b7f452e8a00e96003cf3ba9020) - added component for transition during replace blocks _(commit by [@liza-pohranichna](https://github.com/liza-pohranichna))_
328
401
 
329
402
  ## [v24.12.119] - 2025-02-21
403
+
330
404
  ### :bug: Bug Fixes
331
- - [`8ceb167`](https://github.com/webitel/webitel-ui-sdk/commit/8ceb167057c4fbd989adf300ed0d022c1ec7356e) - packages *(commit by [@dlohvinov](https://github.com/dlohvinov))*
332
405
 
406
+ - [`8ceb167`](https://github.com/webitel/webitel-ui-sdk/commit/8ceb167057c4fbd989adf300ed0d022c1ec7356e) - packages _(commit by [@dlohvinov](https://github.com/dlohvinov))_
333
407
 
334
408
  ## [v24.12.116] - 2025-02-19
409
+
335
410
  ### :recycle: Refactors
336
- - [`b6a89bb`](https://github.com/webitel/webitel-ui-sdk/commit/b6a89bb2a20a3f32a78fc83f8a791df18de8727f) - WtNavigationBar types [WTEL-5896](https://webitel.atlassian.net/browse/WTEL-5896) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
337
411
 
412
+ - [`b6a89bb`](https://github.com/webitel/webitel-ui-sdk/commit/b6a89bb2a20a3f32a78fc83f8a791df18de8727f) - WtNavigationBar types [WTEL-5896](https://webitel.atlassian.net/browse/WTEL-5896) _(commit by [@dlohvinov](https://github.com/dlohvinov))_
338
413
 
339
414
  ## [v24.12.115] - 2025-02-18
415
+
340
416
  ### :sparkles: New Features
341
- - [`3f3bea2`](https://github.com/webitel/webitel-ui-sdk/commit/3f3bea2ec612c8781d4c1e6aad73b961c46faf09) - pinia tableStore updateSelected method [WTEL-5921](https://webitel.atlassian.net/browse/WTEL-5921) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
342
- - [`0c0ecac`](https://github.com/webitel/webitel-ui-sdk/commit/0c0ecacf3a988b64b2add2250a678adbc0272d3c) - add new previews[WTEL-5917](https://webitel.atlassian.net/browse/WTEL-5917) *(commit by [@Lera24](https://github.com/Lera24))*
343
- - [`22f0be6`](https://github.com/webitel/webitel-ui-sdk/commit/22f0be63f6df14fef29a0ce3fffaaab75e4c1f58) - add new preview component[WTEL-5917](https://webitel.atlassian.net/browse/WTEL-5917) *(commit by [@Lera24](https://github.com/Lera24))*
344
- - [`099d242`](https://github.com/webitel/webitel-ui-sdk/commit/099d2421bf5dbe2344833150466a31075c9323b3) - add new preview components[WTEL-5917](https://webitel.atlassian.net/browse/WTEL-5917) *(commit by [@Lera24](https://github.com/Lera24))*
345
- - [`57f832a`](https://github.com/webitel/webitel-ui-sdk/commit/57f832a5e8bfb9dc5ae363297b0df29f96a75a8a) - created at/direction/duration/user/variables preview filters[WTEL-5917](https://webitel.atlassian.net/browse/WTEL-5917) *(commit by [@Lera24](https://github.com/Lera24))*
346
- - [`9d26dd3`](https://github.com/webitel/webitel-ui-sdk/commit/9d26dd39a73a6745c28059be9334e080dce768f9) - add preview components in new filters[WTEL-5917](https://webitel.atlassian.net/browse/WTEL-5917) *(commit by [@Lera24](https://github.com/Lera24))*
347
-
348
- ### :bug: Bug Fixes
349
- - [`208cd10`](https://github.com/webitel/webitel-ui-sdk/commit/208cd10b7a5394f0f1a9e14bbdc652a8fc4c678b) - fixed placeholder font inheritance and dynamic-filter-config-form-label validation error *(commit by [@plnnsimon](https://github.com/plnnsimon))*
350
- - [`e70b891`](https://github.com/webitel/webitel-ui-sdk/commit/e70b8910fa0e10c36b7962de9e8b4766eef21bf5) - set updates for dynamic filters fields names *(commit by [@plnnsimon](https://github.com/plnnsimon))*
351
- - [`6e540ed`](https://github.com/webitel/webitel-ui-sdk/commit/6e540ed54525ffa3944fa8679ad7a07cceac67cd) - set updates for dynamic filters locales *(commit by [@plnnsimon](https://github.com/plnnsimon))*
352
- - [`6fed2de`](https://github.com/webitel/webitel-ui-sdk/commit/6fed2de41d42f108abdb01ee76217335ae5823cd) - lvl-2 entities access control update regulation [WTEL-5445](https://webitel.atlassian.net/browse/WTEL-5445) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
353
- - [`5f8cd45`](https://github.com/webitel/webitel-ui-sdk/commit/5f8cd4508a5a4caf1a2e63357ab5f1c8cb2e45ad) - removed font inheritance for wt-placeholder to fix style bug *(commit by [@plnnsimon](https://github.com/plnnsimon))*
354
- - [`adc4777`](https://github.com/webitel/webitel-ui-sdk/commit/adc4777b55c0eb7369844b8616a037fc1f359fb7) - filter names [WTEL-5921](https://webitel.atlassian.net/browse/WTEL-5921) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
355
- - [`7bcaf4b`](https://github.com/webitel/webitel-ui-sdk/commit/7bcaf4b199a78241a016633372ef06000927be3b) - small filters/v2 fixes [WTEL-5921](https://webitel.atlassian.net/browse/WTEL-5921) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
356
- - [`1872fb8`](https://github.com/webitel/webitel-ui-sdk/commit/1872fb8cae5a9deda0d85f6d2fb9f893c1b10294) - set fixes for dynamic filters validation *(commit by [@plnnsimon](https://github.com/plnnsimon))*
357
- - [`086bfae`](https://github.com/webitel/webitel-ui-sdk/commit/086bfaebd160b8c087a2e9a7cdf0cb3d85ffc845) - set fixes for wt-tooltip [WTEL-5916] (https://webitel.atlassian.net/browse/WTEL-5916) *(commit by [@plnnsimon](https://github.com/plnnsimon))*
358
- - [`168a324`](https://github.com/webitel/webitel-ui-sdk/commit/168a3247d3e5baf450703d8afd087eff352ab1dd) - set fixes for dynamic preview components locales [WTEL-5916] (https://webitel.atlassian.net/browse/WTEL-5916) *(commit by [@plnnsimon](https://github.com/plnnsimon))*
359
- - [`78f9149`](https://github.com/webitel/webitel-ui-sdk/commit/78f9149df2b3ead14299cfd3f6642cdc86888299) - import filter component[WTEL-5917](https://webitel.atlassian.net/browse/WTEL-5917) *(commit by [@Lera24](https://github.com/Lera24))*
360
- - [`ba64ae2`](https://github.com/webitel/webitel-ui-sdk/commit/ba64ae2ba90b90f52a29da4e852c8dbf3fa7d805) - @24.12.106 update version[WTEL-5917](https://webitel.atlassian.net/browse/WTEL-5917) *(commit by [@Lera24](https://github.com/Lera24))*
361
- - [`13ecf60`](https://github.com/webitel/webitel-ui-sdk/commit/13ecf60df89524572c546cfc49337d0a98e49db3) - after codereview[WTEL-5917](https://webitel.atlassian.net/browse/WTEL-5917) *(commit by [@Lera24](https://github.com/Lera24))*
362
- - [`a84d6c6`](https://github.com/webitel/webitel-ui-sdk/commit/a84d6c6b45a02eed14ce8380dc32102c37a6f9ad) - conflict[WTEL-5917](https://webitel.atlassian.net/browse/WTEL-5917) *(commit by [@Lera24](https://github.com/Lera24))*
363
- - [`b8ed014`](https://github.com/webitel/webitel-ui-sdk/commit/b8ed01446edf0446f8aa7cbb116059fa33826635) - merge changes[WTEL-5917](https://webitel.atlassian.net/browse/WTEL-5917) *(commit by [@Lera24](https://github.com/Lera24))*
364
- - [`32d96b9`](https://github.com/webitel/webitel-ui-sdk/commit/32d96b9ac1e629ad62e4ceef0f4c452bd1c300bc) - conflict[WTEL-5917](https://webitel.atlassian.net/browse/WTEL-5917) *(commit by [@Lera24](https://github.com/Lera24))*
365
417
 
418
+ - [`3f3bea2`](https://github.com/webitel/webitel-ui-sdk/commit/3f3bea2ec612c8781d4c1e6aad73b961c46faf09) - pinia tableStore updateSelected method [WTEL-5921](https://webitel.atlassian.net/browse/WTEL-5921) _(commit by [@dlohvinov](https://github.com/dlohvinov))_
419
+ - [`0c0ecac`](https://github.com/webitel/webitel-ui-sdk/commit/0c0ecacf3a988b64b2add2250a678adbc0272d3c) - add new previews[WTEL-5917](https://webitel.atlassian.net/browse/WTEL-5917) _(commit by [@Lera24](https://github.com/Lera24))_
420
+ - [`22f0be6`](https://github.com/webitel/webitel-ui-sdk/commit/22f0be63f6df14fef29a0ce3fffaaab75e4c1f58) - add new preview component[WTEL-5917](https://webitel.atlassian.net/browse/WTEL-5917) _(commit by [@Lera24](https://github.com/Lera24))_
421
+ - [`099d242`](https://github.com/webitel/webitel-ui-sdk/commit/099d2421bf5dbe2344833150466a31075c9323b3) - add new preview components[WTEL-5917](https://webitel.atlassian.net/browse/WTEL-5917) _(commit by [@Lera24](https://github.com/Lera24))_
422
+ - [`57f832a`](https://github.com/webitel/webitel-ui-sdk/commit/57f832a5e8bfb9dc5ae363297b0df29f96a75a8a) - created at/direction/duration/user/variables preview filters[WTEL-5917](https://webitel.atlassian.net/browse/WTEL-5917) _(commit by [@Lera24](https://github.com/Lera24))_
423
+ - [`9d26dd3`](https://github.com/webitel/webitel-ui-sdk/commit/9d26dd39a73a6745c28059be9334e080dce768f9) - add preview components in new filters[WTEL-5917](https://webitel.atlassian.net/browse/WTEL-5917) _(commit by [@Lera24](https://github.com/Lera24))_
424
+
425
+ ### :bug: Bug Fixes
426
+
427
+ - [`208cd10`](https://github.com/webitel/webitel-ui-sdk/commit/208cd10b7a5394f0f1a9e14bbdc652a8fc4c678b) - fixed placeholder font inheritance and dynamic-filter-config-form-label validation error _(commit by [@plnnsimon](https://github.com/plnnsimon))_
428
+ - [`e70b891`](https://github.com/webitel/webitel-ui-sdk/commit/e70b8910fa0e10c36b7962de9e8b4766eef21bf5) - set updates for dynamic filters fields names _(commit by [@plnnsimon](https://github.com/plnnsimon))_
429
+ - [`6e540ed`](https://github.com/webitel/webitel-ui-sdk/commit/6e540ed54525ffa3944fa8679ad7a07cceac67cd) - set updates for dynamic filters locales _(commit by [@plnnsimon](https://github.com/plnnsimon))_
430
+ - [`6fed2de`](https://github.com/webitel/webitel-ui-sdk/commit/6fed2de41d42f108abdb01ee76217335ae5823cd) - lvl-2 entities access control update regulation [WTEL-5445](https://webitel.atlassian.net/browse/WTEL-5445) _(commit by [@dlohvinov](https://github.com/dlohvinov))_
431
+ - [`5f8cd45`](https://github.com/webitel/webitel-ui-sdk/commit/5f8cd4508a5a4caf1a2e63357ab5f1c8cb2e45ad) - removed font inheritance for wt-placeholder to fix style bug _(commit by [@plnnsimon](https://github.com/plnnsimon))_
432
+ - [`adc4777`](https://github.com/webitel/webitel-ui-sdk/commit/adc4777b55c0eb7369844b8616a037fc1f359fb7) - filter names [WTEL-5921](https://webitel.atlassian.net/browse/WTEL-5921) _(commit by [@dlohvinov](https://github.com/dlohvinov))_
433
+ - [`7bcaf4b`](https://github.com/webitel/webitel-ui-sdk/commit/7bcaf4b199a78241a016633372ef06000927be3b) - small filters/v2 fixes [WTEL-5921](https://webitel.atlassian.net/browse/WTEL-5921) _(commit by [@dlohvinov](https://github.com/dlohvinov))_
434
+ - [`1872fb8`](https://github.com/webitel/webitel-ui-sdk/commit/1872fb8cae5a9deda0d85f6d2fb9f893c1b10294) - set fixes for dynamic filters validation _(commit by [@plnnsimon](https://github.com/plnnsimon))_
435
+ - [`086bfae`](https://github.com/webitel/webitel-ui-sdk/commit/086bfaebd160b8c087a2e9a7cdf0cb3d85ffc845) - set fixes for wt-tooltip [WTEL-5916] (https://webitel.atlassian.net/browse/WTEL-5916) _(commit by [@plnnsimon](https://github.com/plnnsimon))_
436
+ - [`168a324`](https://github.com/webitel/webitel-ui-sdk/commit/168a3247d3e5baf450703d8afd087eff352ab1dd) - set fixes for dynamic preview components locales [WTEL-5916] (https://webitel.atlassian.net/browse/WTEL-5916) _(commit by [@plnnsimon](https://github.com/plnnsimon))_
437
+ - [`78f9149`](https://github.com/webitel/webitel-ui-sdk/commit/78f9149df2b3ead14299cfd3f6642cdc86888299) - import filter component[WTEL-5917](https://webitel.atlassian.net/browse/WTEL-5917) _(commit by [@Lera24](https://github.com/Lera24))_
438
+ - [`ba64ae2`](https://github.com/webitel/webitel-ui-sdk/commit/ba64ae2ba90b90f52a29da4e852c8dbf3fa7d805) - @24.12.106 update version[WTEL-5917](https://webitel.atlassian.net/browse/WTEL-5917) _(commit by [@Lera24](https://github.com/Lera24))_
439
+ - [`13ecf60`](https://github.com/webitel/webitel-ui-sdk/commit/13ecf60df89524572c546cfc49337d0a98e49db3) - after codereview[WTEL-5917](https://webitel.atlassian.net/browse/WTEL-5917) _(commit by [@Lera24](https://github.com/Lera24))_
440
+ - [`a84d6c6`](https://github.com/webitel/webitel-ui-sdk/commit/a84d6c6b45a02eed14ce8380dc32102c37a6f9ad) - conflict[WTEL-5917](https://webitel.atlassian.net/browse/WTEL-5917) _(commit by [@Lera24](https://github.com/Lera24))_
441
+ - [`b8ed014`](https://github.com/webitel/webitel-ui-sdk/commit/b8ed01446edf0446f8aa7cbb116059fa33826635) - merge changes[WTEL-5917](https://webitel.atlassian.net/browse/WTEL-5917) _(commit by [@Lera24](https://github.com/Lera24))_
442
+ - [`32d96b9`](https://github.com/webitel/webitel-ui-sdk/commit/32d96b9ac1e629ad62e4ceef0f4c452bd1c300bc) - conflict[WTEL-5917](https://webitel.atlassian.net/browse/WTEL-5917) _(commit by [@Lera24](https://github.com/Lera24))_
366
443
 
367
444
  ## [v24.12.102] - 2025-02-13
445
+
368
446
  ### :bug: Bug Fixes
369
- - [`7636ad6`](https://github.com/webitel/webitel-ui-sdk/commit/7636ad6ed7e7d0ba6047291f196924e26a362553) - implimented version *(commit by [@liza-pohranichna](https://github.com/liza-pohranichna))*
370
- - [`7c8d937`](https://github.com/webitel/webitel-ui-sdk/commit/7c8d93716ebc62794d8b2efa72673231ba99c426) - added fixedActions props to wt-table component *(commit by [@liza-pohranichna](https://github.com/liza-pohranichna))*
371
447
 
448
+ - [`7636ad6`](https://github.com/webitel/webitel-ui-sdk/commit/7636ad6ed7e7d0ba6047291f196924e26a362553) - implimented version _(commit by [@liza-pohranichna](https://github.com/liza-pohranichna))_
449
+ - [`7c8d937`](https://github.com/webitel/webitel-ui-sdk/commit/7c8d93716ebc62794d8b2efa72673231ba99c426) - added fixedActions props to wt-table component _(commit by [@liza-pohranichna](https://github.com/liza-pohranichna))_
372
450
 
373
451
  ## [v24.12.101] - 2025-02-12
452
+
374
453
  ### :bug: Bug Fixes
375
- - [`7bc6052`](https://github.com/webitel/webitel-ui-sdk/commit/7bc6052197f4c4b9660010a00d7349708b0f680e) - access control [WTEL-5445](https://webitel.atlassian.net/browse/WTEL-5445) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
376
454
 
455
+ - [`7bc6052`](https://github.com/webitel/webitel-ui-sdk/commit/7bc6052197f4c4b9660010a00d7349708b0f680e) - access control [WTEL-5445](https://webitel.atlassian.net/browse/WTEL-5445) _(commit by [@dlohvinov](https://github.com/dlohvinov))_
377
456
 
378
457
  ## [v24.12.100] - 2025-02-11
458
+
379
459
  ### :sparkles: New Features
380
- - [`28e8c40`](https://github.com/webitel/webitel-ui-sdk/commit/28e8c40f6b386047a80229646806147c51a2bd68) - added cases-related lookups locales and ApplicationsAccess.js [WTEL-5445](https://webitel.atlassian.net/browse/WTEL-5445) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
381
460
 
461
+ - [`28e8c40`](https://github.com/webitel/webitel-ui-sdk/commit/28e8c40f6b386047a80229646806147c51a2bd68) - added cases-related lookups locales and ApplicationsAccess.js [WTEL-5445](https://webitel.atlassian.net/browse/WTEL-5445) _(commit by [@dlohvinov](https://github.com/dlohvinov))_
382
462
 
383
463
  ## [v24.12.99] - 2025-02-11
464
+
384
465
  ### :bug: Bug Fixes
385
- - [`de0cf7c`](https://github.com/webitel/webitel-ui-sdk/commit/de0cf7cda2c4b8373aa61325d6739b8585dd31e9) - added new cases-related lookups to "dictionary" access scope mappings [WTEL-6184](https://webitel.atlassian.net/browse/WTEL-6184) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
386
466
 
467
+ - [`de0cf7c`](https://github.com/webitel/webitel-ui-sdk/commit/de0cf7cda2c4b8373aa61325d6739b8585dd31e9) - added new cases-related lookups to "dictionary" access scope mappings [WTEL-6184](https://webitel.atlassian.net/browse/WTEL-6184) _(commit by [@dlohvinov](https://github.com/dlohvinov))_
387
468
 
388
469
  ## [v24.12.98] - 2025-02-10
470
+
389
471
  ### :bug: Bug Fixes
390
- - [`2fe81d3`](https://github.com/webitel/webitel-ui-sdk/commit/2fe81d321d0d7745119dcd1c1bb73753d0781d69) - case sources permissions [WTEL-5445](https://webitel.atlassian.net/browse/WTEL-5445) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
391
472
 
473
+ - [`2fe81d3`](https://github.com/webitel/webitel-ui-sdk/commit/2fe81d321d0d7745119dcd1c1bb73753d0781d69) - case sources permissions [WTEL-5445](https://webitel.atlassian.net/browse/WTEL-5445) _(commit by [@dlohvinov](https://github.com/dlohvinov))_
392
474
 
393
475
  ## [v24.12.97] - 2025-02-10
476
+
394
477
  ### :sparkles: New Features
395
- - [`b4863e7`](https://github.com/webitel/webitel-ui-sdk/commit/b4863e742605f5c13a44e694545105e31316bd93) - add reset headers store[WTEL-5919](https://webitel.atlassian.net/browse/WTEL-5919) *(commit by [@Lera24](https://github.com/Lera24))*
478
+
479
+ - [`b4863e7`](https://github.com/webitel/webitel-ui-sdk/commit/b4863e742605f5c13a44e694545105e31316bd93) - add reset headers store[WTEL-5919](https://webitel.atlassian.net/browse/WTEL-5919) _(commit by [@Lera24](https://github.com/Lera24))_
396
480
 
397
481
  ### :bug: Bug Fixes
398
- - [`638447f`](https://github.com/webitel/webitel-ui-sdk/commit/638447f8da100904b3de3c99fbe35dfa1efc4da1) - conflict[WTEL-5919](https://webitel.atlassian.net/browse/WTEL-5919) *(commit by [@Lera24](https://github.com/Lera24))*
399
- - [`483b563`](https://github.com/webitel/webitel-ui-sdk/commit/483b563c31e35f4155fbf38b177564ee1d7fbced) - update fields persistance [WTEL-5919](https://webitel.atlassian.net/browse/WTEL-5919) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
400
482
 
483
+ - [`638447f`](https://github.com/webitel/webitel-ui-sdk/commit/638447f8da100904b3de3c99fbe35dfa1efc4da1) - conflict[WTEL-5919](https://webitel.atlassian.net/browse/WTEL-5919) _(commit by [@Lera24](https://github.com/Lera24))_
484
+ - [`483b563`](https://github.com/webitel/webitel-ui-sdk/commit/483b563c31e35f4155fbf38b177564ee1d7fbced) - update fields persistance [WTEL-5919](https://webitel.atlassian.net/browse/WTEL-5919) _(commit by [@dlohvinov](https://github.com/dlohvinov))_
401
485
 
402
486
  ## [v24.12.96] - 2025-02-08
487
+
403
488
  ### :bug: Bug Fixes
404
- - [`3fd9d1e`](https://github.com/webitel/webitel-ui-sdk/commit/3fd9d1ea871f02265cbabe149b0c5cddd8f8962b) - access control v2 module redirct to /access-denied page on navigation guard restriction [WTEL-5592](https://webitel.atlassian.net/browse/WTEL-5592) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
405
- - [`975473b`](https://github.com/webitel/webitel-ui-sdk/commit/975473b69433b8d2790a92ae4fdf17ee2123012e) - accessStore.spec.ts tests [WTEL-5592](https://webitel.atlassian.net/browse/WTEL-5592) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
406
489
 
490
+ - [`3fd9d1e`](https://github.com/webitel/webitel-ui-sdk/commit/3fd9d1ea871f02265cbabe149b0c5cddd8f8962b) - access control v2 module redirct to /access-denied page on navigation guard restriction [WTEL-5592](https://webitel.atlassian.net/browse/WTEL-5592) _(commit by [@dlohvinov](https://github.com/dlohvinov))_
491
+ - [`975473b`](https://github.com/webitel/webitel-ui-sdk/commit/975473b69433b8d2790a92ae4fdf17ee2123012e) - accessStore.spec.ts tests [WTEL-5592](https://webitel.atlassian.net/browse/WTEL-5592) _(commit by [@dlohvinov](https://github.com/dlohvinov))_
407
492
 
408
493
  ## [v24.12.95] - 2025-02-07
494
+
409
495
  ### :sparkles: New Features
410
- - [`7f82c8e`](https://github.com/webitel/webitel-ui-sdk/commit/7f82c8e043165fd824b201ea1b9972288d5f1076) - added validation for wt-select [WTEL-5922](https://webitel.atlassian.net/browse/WTEL-5922) *(commit by [@plnnsimon](https://github.com/plnnsimon))*
411
- - [`a62b79e`](https://github.com/webitel/webitel-ui-sdk/commit/a62b79ef55178998d266310b6578ef743a9b9584) - crud action enum [WTEL-5592](https://webitel.atlassian.net/browse/WTEL-5592) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
496
+
497
+ - [`7f82c8e`](https://github.com/webitel/webitel-ui-sdk/commit/7f82c8e043165fd824b201ea1b9972288d5f1076) - added validation for wt-select [WTEL-5922](https://webitel.atlassian.net/browse/WTEL-5922) _(commit by [@plnnsimon](https://github.com/plnnsimon))_
498
+ - [`a62b79e`](https://github.com/webitel/webitel-ui-sdk/commit/a62b79ef55178998d266310b6578ef743a9b9584) - crud action enum [WTEL-5592](https://webitel.atlassian.net/browse/WTEL-5592) _(commit by [@dlohvinov](https://github.com/dlohvinov))_
412
499
 
413
500
  ### :bug: Bug Fixes
414
- - [`d603d79`](https://github.com/webitel/webitel-ui-sdk/commit/d603d79d79bb474406066199b514919f7d8c71d9) - access control application access [WTEL-5592](https://webitel.atlassian.net/browse/WTEL-5592) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
415
- - [`a1aa50c`](https://github.com/webitel/webitel-ui-sdk/commit/a1aa50cfe8a551f65b100ee0085d80d3933b56a0) - cc_skill scope class addded [WTEL-5592](https://webitel.atlassian.net/browse/WTEL-5592) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
416
- - [`b67717c`](https://github.com/webitel/webitel-ui-sdk/commit/b67717c88778ef7be31bb8512103f566a9ed6cd3) - types and build fixes [WTEL-5592](https://webitel.atlassian.net/browse/WTEL-5592) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
417
- - [`3ccf93b`](https://github.com/webitel/webitel-ui-sdk/commit/3ccf93ba8a5d10b8facf917d9fd101641f827cee) - old userinfo module api usage [WTEL-5592](https://webitel.atlassian.net/browse/WTEL-5592) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
418
- - [`516a1bb`](https://github.com/webitel/webitel-ui-sdk/commit/516a1bb91cf9d714c6e184803ab2955b38671275) - enum imports [WTEL-5592](https://webitel.atlassian.net/browse/WTEL-5592) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
419
- - [`cfbebd9`](https://github.com/webitel/webitel-ui-sdk/commit/cfbebd9c5487f59a4f2907e1c8b65d98bfbd8525) - tsc issues preventing build fixed [WTEL-5592](https://webitel.atlassian.net/browse/WTEL-5592) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
501
+
502
+ - [`d603d79`](https://github.com/webitel/webitel-ui-sdk/commit/d603d79d79bb474406066199b514919f7d8c71d9) - access control application access [WTEL-5592](https://webitel.atlassian.net/browse/WTEL-5592) _(commit by [@dlohvinov](https://github.com/dlohvinov))_
503
+ - [`a1aa50c`](https://github.com/webitel/webitel-ui-sdk/commit/a1aa50cfe8a551f65b100ee0085d80d3933b56a0) - cc*skill scope class addded [WTEL-5592](https://webitel.atlassian.net/browse/WTEL-5592) *(commit by [@dlohvinov](https://github.com/dlohvinov))\_
504
+ - [`b67717c`](https://github.com/webitel/webitel-ui-sdk/commit/b67717c88778ef7be31bb8512103f566a9ed6cd3) - types and build fixes [WTEL-5592](https://webitel.atlassian.net/browse/WTEL-5592) _(commit by [@dlohvinov](https://github.com/dlohvinov))_
505
+ - [`3ccf93b`](https://github.com/webitel/webitel-ui-sdk/commit/3ccf93ba8a5d10b8facf917d9fd101641f827cee) - old userinfo module api usage [WTEL-5592](https://webitel.atlassian.net/browse/WTEL-5592) _(commit by [@dlohvinov](https://github.com/dlohvinov))_
506
+ - [`516a1bb`](https://github.com/webitel/webitel-ui-sdk/commit/516a1bb91cf9d714c6e184803ab2955b38671275) - enum imports [WTEL-5592](https://webitel.atlassian.net/browse/WTEL-5592) _(commit by [@dlohvinov](https://github.com/dlohvinov))_
507
+ - [`cfbebd9`](https://github.com/webitel/webitel-ui-sdk/commit/cfbebd9c5487f59a4f2907e1c8b65d98bfbd8525) - tsc issues preventing build fixed [WTEL-5592](https://webitel.atlassian.net/browse/WTEL-5592) _(commit by [@dlohvinov](https://github.com/dlohvinov))_
420
508
 
421
509
  ### :recycle: Refactors
422
- - [`f874024`](https://github.com/webitel/webitel-ui-sdk/commit/f874024da0fe3b90fc0531f2ae0098a97df4949b) - user access v2 for directory/users [WTEL-5592](https://webitel.atlassian.net/browse/WTEL-5922) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
423
- - [`ef4147a`](https://github.com/webitel/webitel-ui-sdk/commit/ef4147a8ab028d396c927332f04079c2ae72bd19) - access control composable testing and refactoring on admin/users [WTEL-5592](https://webitel.atlassian.net/browse/WTEL-5592) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
424
- - [`66f2707`](https://github.com/webitel/webitel-ui-sdk/commit/66f270782d0c419ba5968c1322e27fa14f26c190) - enums compatibility in progress [WTEL-5592](https://webitel.atlassian.net/browse/WTEL-5592) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
425
- - [`175c24f`](https://github.com/webitel/webitel-ui-sdk/commit/175c24f9a1c1302f913d1db27f63bce80ae0cca7) - compiled userinfo ts files [WTEL-5592](https://webitel.atlassian.net/browse/WTEL-5592) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
426
- - [`9328dc0`](https://github.com/webitel/webitel-ui-sdk/commit/9328dc0a6cc607ad7882fa58ca736f96b47169dc) - upd user access mappings file [WTEL-5592](https://webitel.atlassian.net/browse/WTEL-5592) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
427
- - [`0f3a0a9`](https://github.com/webitel/webitel-ui-sdk/commit/0f3a0a92325305ca5cc7b0a84866bb94d007160c) - access control refactors and fixes [WTEL-5592](https://webitel.atlassian.net/browse/WTEL-5592) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
428
- - [`7a9ff09`](https://github.com/webitel/webitel-ui-sdk/commit/7a9ff09042a55824c7afb93623f89802244c4f24) - access control refactors and fixes [WTEL-5592](https://webitel.atlassian.net/browse/WTEL-5592) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
429
- - [`a069a12`](https://github.com/webitel/webitel-ui-sdk/commit/a069a1287b09f97826ee2a6d50374dcd8bc93af1) - access control refactors and fixes [WTEL-5592](https://webitel.atlassian.net/browse/WTEL-5592) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
430
- - [`6877d26`](https://github.com/webitel/webitel-ui-sdk/commit/6877d26988f56a644e143916ec7487b2d75498da) - access control refactors and fixes [WTEL-5592](https://webitel.atlassian.net/browse/WTEL-5592) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
431
- - [`2d5225e`](https://github.com/webitel/webitel-ui-sdk/commit/2d5225e77607dc0b46927f769c6be2cc3fbb9652) - userinfo v2 module types, fixes, refactors [WTEL-5592](https://webitel.atlassian.net/browse/WTEL-5592) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
432
- - [`16ab095`](https://github.com/webitel/webitel-ui-sdk/commit/16ab0958704ea7663ee9c392185b0f8cf1be4b20) - webitel applications enums rewritten and reused as ts files [WTEL-5592](https://webitel.atlassian.net/browse/WTEL-5592) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
433
- - [`858c459`](https://github.com/webitel/webitel-ui-sdk/commit/858c4593a9bd430dd98f62fa8e768499d15a3418) - ts wt applications enums, im progress [WTEL-5592](https://webitel.atlassian.net/browse/WTEL-5592) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
434
- - [`e271f67`](https://github.com/webitel/webitel-ui-sdk/commit/e271f677bc41730522441f5bfbac9702e9e22d21) - permissions prototype *(commit by [@dlohvinov](https://github.com/dlohvinov))*
435
510
 
511
+ - [`f874024`](https://github.com/webitel/webitel-ui-sdk/commit/f874024da0fe3b90fc0531f2ae0098a97df4949b) - user access v2 for directory/users [WTEL-5592](https://webitel.atlassian.net/browse/WTEL-5922) _(commit by [@dlohvinov](https://github.com/dlohvinov))_
512
+ - [`ef4147a`](https://github.com/webitel/webitel-ui-sdk/commit/ef4147a8ab028d396c927332f04079c2ae72bd19) - access control composable testing and refactoring on admin/users [WTEL-5592](https://webitel.atlassian.net/browse/WTEL-5592) _(commit by [@dlohvinov](https://github.com/dlohvinov))_
513
+ - [`66f2707`](https://github.com/webitel/webitel-ui-sdk/commit/66f270782d0c419ba5968c1322e27fa14f26c190) - enums compatibility in progress [WTEL-5592](https://webitel.atlassian.net/browse/WTEL-5592) _(commit by [@dlohvinov](https://github.com/dlohvinov))_
514
+ - [`175c24f`](https://github.com/webitel/webitel-ui-sdk/commit/175c24f9a1c1302f913d1db27f63bce80ae0cca7) - compiled userinfo ts files [WTEL-5592](https://webitel.atlassian.net/browse/WTEL-5592) _(commit by [@dlohvinov](https://github.com/dlohvinov))_
515
+ - [`9328dc0`](https://github.com/webitel/webitel-ui-sdk/commit/9328dc0a6cc607ad7882fa58ca736f96b47169dc) - upd user access mappings file [WTEL-5592](https://webitel.atlassian.net/browse/WTEL-5592) _(commit by [@dlohvinov](https://github.com/dlohvinov))_
516
+ - [`0f3a0a9`](https://github.com/webitel/webitel-ui-sdk/commit/0f3a0a92325305ca5cc7b0a84866bb94d007160c) - access control refactors and fixes [WTEL-5592](https://webitel.atlassian.net/browse/WTEL-5592) _(commit by [@dlohvinov](https://github.com/dlohvinov))_
517
+ - [`7a9ff09`](https://github.com/webitel/webitel-ui-sdk/commit/7a9ff09042a55824c7afb93623f89802244c4f24) - access control refactors and fixes [WTEL-5592](https://webitel.atlassian.net/browse/WTEL-5592) _(commit by [@dlohvinov](https://github.com/dlohvinov))_
518
+ - [`a069a12`](https://github.com/webitel/webitel-ui-sdk/commit/a069a1287b09f97826ee2a6d50374dcd8bc93af1) - access control refactors and fixes [WTEL-5592](https://webitel.atlassian.net/browse/WTEL-5592) _(commit by [@dlohvinov](https://github.com/dlohvinov))_
519
+ - [`6877d26`](https://github.com/webitel/webitel-ui-sdk/commit/6877d26988f56a644e143916ec7487b2d75498da) - access control refactors and fixes [WTEL-5592](https://webitel.atlassian.net/browse/WTEL-5592) _(commit by [@dlohvinov](https://github.com/dlohvinov))_
520
+ - [`2d5225e`](https://github.com/webitel/webitel-ui-sdk/commit/2d5225e77607dc0b46927f769c6be2cc3fbb9652) - userinfo v2 module types, fixes, refactors [WTEL-5592](https://webitel.atlassian.net/browse/WTEL-5592) _(commit by [@dlohvinov](https://github.com/dlohvinov))_
521
+ - [`16ab095`](https://github.com/webitel/webitel-ui-sdk/commit/16ab0958704ea7663ee9c392185b0f8cf1be4b20) - webitel applications enums rewritten and reused as ts files [WTEL-5592](https://webitel.atlassian.net/browse/WTEL-5592) _(commit by [@dlohvinov](https://github.com/dlohvinov))_
522
+ - [`858c459`](https://github.com/webitel/webitel-ui-sdk/commit/858c4593a9bd430dd98f62fa8e768499d15a3418) - ts wt applications enums, im progress [WTEL-5592](https://webitel.atlassian.net/browse/WTEL-5592) _(commit by [@dlohvinov](https://github.com/dlohvinov))_
523
+ - [`e271f67`](https://github.com/webitel/webitel-ui-sdk/commit/e271f677bc41730522441f5bfbac9702e9e22d21) - permissions prototype _(commit by [@dlohvinov](https://github.com/dlohvinov))_
436
524
 
437
525
  ## [v24.12.94] - 2025-02-06
526
+
438
527
  ### :recycle: Refactors
439
- - [`f57a4df`](https://github.com/webitel/webitel-ui-sdk/commit/f57a4df5599487ed0895d4386fcfc3160659bd7b) - websocket transferred to api folder [WTEL-5297](https://webitel.atlassian.net/browse/WTEL-5297) *(commit by [@VladimirBeria](https://github.com/VladimirBeria))*
440
528
 
529
+ - [`f57a4df`](https://github.com/webitel/webitel-ui-sdk/commit/f57a4df5599487ed0895d4386fcfc3160659bd7b) - websocket transferred to api folder [WTEL-5297](https://webitel.atlassian.net/browse/WTEL-5297) _(commit by [@VladimirBeria](https://github.com/VladimirBeria))_
441
530
 
442
531
  ## [v24.12.93] - 2025-02-06
532
+
443
533
  ### :recycle: Refactors
444
- - [`f4b1d5d`](https://github.com/webitel/webitel-ui-sdk/commit/f4b1d5dc9a1f883146e200d91381cd6ad3160e8a) - package.json fixing [WTEL-5297](https://webitel.atlassian.net/browse/WTEL-5297) *(commit by [@VladimirBeria](https://github.com/VladimirBeria))*
445
534
 
535
+ - [`f4b1d5d`](https://github.com/webitel/webitel-ui-sdk/commit/f4b1d5dc9a1f883146e200d91381cd6ad3160e8a) - package.json fixing [WTEL-5297](https://webitel.atlassian.net/browse/WTEL-5297) _(commit by [@VladimirBeria](https://github.com/VladimirBeria))_
446
536
 
447
537
  ## [v24.12.92] - 2025-02-06
538
+
448
539
  ### :recycle: Refactors
449
- - [`ca5e723`](https://github.com/webitel/webitel-ui-sdk/commit/ca5e7232329a0921a8435ed4c872257da4569f49) - version incremented [WTEL-5297](https://webitel.atlassian.net/browse/WTEL-5297) *(commit by [@VladimirBeria](https://github.com/VladimirBeria))*
450
540
 
541
+ - [`ca5e723`](https://github.com/webitel/webitel-ui-sdk/commit/ca5e7232329a0921a8435ed4c872257da4569f49) - version incremented [WTEL-5297](https://webitel.atlassian.net/browse/WTEL-5297) _(commit by [@VladimirBeria](https://github.com/VladimirBeria))_
451
542
 
452
543
  ## [v24.12.91] - 2025-02-06
544
+
453
545
  ### :sparkles: New Features
454
- - [`ed9cf00`](https://github.com/webitel/webitel-ui-sdk/commit/ed9cf00b84fe0909267d96d9fe0b1dc212bb2881) - websocket transferred from workspace [WTEL-5497](https://webitel.atlassian.net/browse/WTEL-5497) *(commit by [@VladimirBeria](https://github.com/VladimirBeria))*
546
+
547
+ - [`ed9cf00`](https://github.com/webitel/webitel-ui-sdk/commit/ed9cf00b84fe0909267d96d9fe0b1dc212bb2881) - websocket transferred from workspace [WTEL-5497](https://webitel.atlassian.net/browse/WTEL-5497) _(commit by [@VladimirBeria](https://github.com/VladimirBeria))_
455
548
 
456
549
  ### :recycle: Refactors
457
- - [`fbce2fb`](https://github.com/webitel/webitel-ui-sdk/commit/fbce2fb7f85255deabe2a02774d2f07ba10ac193) - version incremented [WTEL-5297](https://webitel.atlassian.net/browse/WTEL-5297) *(commit by [@VladimirBeria](https://github.com/VladimirBeria))*
458
- - [`e5e9a14`](https://github.com/webitel/webitel-ui-sdk/commit/e5e9a1455fc4e48c905fda0b5bd8d4c993ba4b31) - merge with master [WTEL-5297](https://webitel.atlassian.net/browse/WTEL-5297) *(commit by [@VladimirBeria](https://github.com/VladimirBeria))*
459
- - [`5498fe6`](https://github.com/webitel/webitel-ui-sdk/commit/5498fe6248dd9c7cf19531e4e3e7ada00740e001) - config for websocket refactored [WTEL-5297](https://webitel.atlassian.net/browse/WTEL-5297) *(commit by [@VladimirBeria](https://github.com/VladimirBeria))*
460
550
 
551
+ - [`fbce2fb`](https://github.com/webitel/webitel-ui-sdk/commit/fbce2fb7f85255deabe2a02774d2f07ba10ac193) - version incremented [WTEL-5297](https://webitel.atlassian.net/browse/WTEL-5297) _(commit by [@VladimirBeria](https://github.com/VladimirBeria))_
552
+ - [`e5e9a14`](https://github.com/webitel/webitel-ui-sdk/commit/e5e9a1455fc4e48c905fda0b5bd8d4c993ba4b31) - merge with master [WTEL-5297](https://webitel.atlassian.net/browse/WTEL-5297) _(commit by [@VladimirBeria](https://github.com/VladimirBeria))_
553
+ - [`5498fe6`](https://github.com/webitel/webitel-ui-sdk/commit/5498fe6248dd9c7cf19531e4e3e7ada00740e001) - config for websocket refactored [WTEL-5297](https://webitel.atlassian.net/browse/WTEL-5297) _(commit by [@VladimirBeria](https://github.com/VladimirBeria))_
461
554
 
462
555
  ## [v24.12.90] - 2025-02-05
556
+
463
557
  ### :sparkles: New Features
464
- - [`c0dc54f`](https://github.com/webitel/webitel-ui-sdk/commit/c0dc54f2cfe8669c5cc94c2c88cdd7039562d065) - add variable action in wt-action bar component[WTEL-5919](https://webitel.atlassian.net/browse/WTEL-5919) *(commit by [@Lera24](https://github.com/Lera24))*
465
558
 
559
+ - [`c0dc54f`](https://github.com/webitel/webitel-ui-sdk/commit/c0dc54f2cfe8669c5cc94c2c88cdd7039562d065) - add variable action in wt-action bar component[WTEL-5919](https://webitel.atlassian.net/browse/WTEL-5919) _(commit by [@Lera24](https://github.com/Lera24))_
466
560
 
467
561
  ## [v24.12.89] - 2025-02-05
562
+
468
563
  ### :sparkles: New Features
469
- - [`964d3be`](https://github.com/webitel/webitel-ui-sdk/commit/964d3bea4b23e371f8b1a14021994bab34fd4b0a) - implement locale for object [WTEL-5991](https://webitel.atlassian.net/browse/WTEL-5991) *(commit by [@stanislav-kozak](https://github.com/stanislav-kozak))*
470
564
 
565
+ - [`964d3be`](https://github.com/webitel/webitel-ui-sdk/commit/964d3bea4b23e371f8b1a14021994bab34fd4b0a) - implement locale for object [WTEL-5991](https://webitel.atlassian.net/browse/WTEL-5991) _(commit by [@stanislav-kozak](https://github.com/stanislav-kozak))_
471
566
 
472
567
  ## [v24.12.88] - 2025-02-04
568
+
473
569
  ### :bug: Bug Fixes
474
- - [`c885e14`](https://github.com/webitel/webitel-ui-sdk/commit/c885e1422e3db806bf831f9b9513fab187260072) - update display header on tree table [WTEL-6012](https://webitel.atlassian.net/browse/WTEL-6012) *(commit by [@stanislav-kozak](https://github.com/stanislav-kozak))*
475
570
 
571
+ - [`c885e14`](https://github.com/webitel/webitel-ui-sdk/commit/c885e1422e3db806bf831f9b9513fab187260072) - update display header on tree table [WTEL-6012](https://webitel.atlassian.net/browse/WTEL-6012) _(commit by [@stanislav-kozak](https://github.com/stanislav-kozak))_
476
572
 
477
573
  ## [v24.12.86] - 2025-02-04
574
+
478
575
  ### :sparkles: New Features
479
- - [`58779b5`](https://github.com/webitel/webitel-ui-sdk/commit/58779b5aa82394e5b5a95e01e9e229a55a701eb6) - add new icon and new close action in icon action component[WTEL-5926](https://webitel.atlassian.net/browse/WTEL-5926) *(commit by [@Lera24](https://github.com/Lera24))*
480
- - [`d6115eb`](https://github.com/webitel/webitel-ui-sdk/commit/d6115ebff7d56a117e64d74debfe2b45b50bb34e) - filters v2 loadDataList after filters change [WTEL-5923](https://webitel.atlassian.net/browse/WTEL-5923) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
481
- - [`cde132c`](https://github.com/webitel/webitel-ui-sdk/commit/cde132cafba0a12b2ce9f473df46c195a4e1fde5) - history searches filter, v2 filters typing and refactors [WTEL-5920](https://webitel.atlassian.net/browse/WTEL-5916) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
482
- - [`c0dc89d`](https://github.com/webitel/webitel-ui-sdk/commit/c0dc89de87ebc50f1f71162f83810b916a0ce6a9) - history createdAtFrom filter value field [WTEL-5916](https://webitel.atlassian.net/browse/WTEL-5916) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
483
- - [`17804b4`](https://github.com/webitel/webitel-ui-sdk/commit/17804b40efcc192fcb16a681741b81161c53a494) - filters persistence [WTEL-5622] *(commit by [@dlohvinov](https://github.com/dlohvinov))*
484
- - [`fe0781b`](https://github.com/webitel/webitel-ui-sdk/commit/fe0781bc29cb8581ce186a05fc93320c3ebd4b5e) - dynamic filters features and fixes, made while implementing dynamic filter CRUD on history [WTEL-5622] *(commit by [@dlohvinov](https://github.com/dlohvinov))*
485
- - [`d9f6f8b`](https://github.com/webitel/webitel-ui-sdk/commit/d9f6f8b91c3a7d2ca453ce72e67abe7f69e8c6be) - dynamic filter components [WTEL-5622] *(commit by [@dlohvinov](https://github.com/dlohvinov))*
486
- - [`52ad3a2`](https://github.com/webitel/webitel-ui-sdk/commit/52ad3a21d78c1bd7f1dd1a7baa991627e9caff28) - dynamic filter components refactors [WTEL-5622] *(commit by [@dlohvinov](https://github.com/dlohvinov))*
487
- - [`a6d0374`](https://github.com/webitel/webitel-ui-sdk/commit/a6d037430ba01ea04c9b4bd5e5a1ea3c8cd39700) - dynamic filter components [WTEL-5622] *(commit by [@dlohvinov](https://github.com/dlohvinov))*
488
- - [`f13b384`](https://github.com/webitel/webitel-ui-sdk/commit/f13b38496c53605a10c57cb379d6c7dfa51a7ad7) - pinia headers store updateSort method, + refactored "sort" computed [WTEL-5622] *(commit by [@dlohvinov](https://github.com/dlohvinov))*
489
- - [`3ac4c91`](https://github.com/webitel/webitel-ui-sdk/commit/3ac4c91630dbc06ad176b42920d2de2fdde49466) - pinia pagination store update page/size methods [WTEL-5622] *(commit by [@dlohvinov](https://github.com/dlohvinov))*
490
- - [`93a17e4`](https://github.com/webitel/webitel-ui-sdk/commit/93a17e45e9c7d3916c99635c85446df0026e9e2f) - table filters ts classes + interfaces, table store refactors [WTEL-5622] *(commit by [@dlohvinov](https://github.com/dlohvinov))*
576
+
577
+ - [`58779b5`](https://github.com/webitel/webitel-ui-sdk/commit/58779b5aa82394e5b5a95e01e9e229a55a701eb6) - add new icon and new close action in icon action component[WTEL-5926](https://webitel.atlassian.net/browse/WTEL-5926) _(commit by [@Lera24](https://github.com/Lera24))_
578
+ - [`d6115eb`](https://github.com/webitel/webitel-ui-sdk/commit/d6115ebff7d56a117e64d74debfe2b45b50bb34e) - filters v2 loadDataList after filters change [WTEL-5923](https://webitel.atlassian.net/browse/WTEL-5923) _(commit by [@dlohvinov](https://github.com/dlohvinov))_
579
+ - [`cde132c`](https://github.com/webitel/webitel-ui-sdk/commit/cde132cafba0a12b2ce9f473df46c195a4e1fde5) - history searches filter, v2 filters typing and refactors [WTEL-5920](https://webitel.atlassian.net/browse/WTEL-5916) _(commit by [@dlohvinov](https://github.com/dlohvinov))_
580
+ - [`c0dc89d`](https://github.com/webitel/webitel-ui-sdk/commit/c0dc89de87ebc50f1f71162f83810b916a0ce6a9) - history createdAtFrom filter value field [WTEL-5916](https://webitel.atlassian.net/browse/WTEL-5916) _(commit by [@dlohvinov](https://github.com/dlohvinov))_
581
+ - [`17804b4`](https://github.com/webitel/webitel-ui-sdk/commit/17804b40efcc192fcb16a681741b81161c53a494) - filters persistence [WTEL-5622] _(commit by [@dlohvinov](https://github.com/dlohvinov))_
582
+ - [`fe0781b`](https://github.com/webitel/webitel-ui-sdk/commit/fe0781bc29cb8581ce186a05fc93320c3ebd4b5e) - dynamic filters features and fixes, made while implementing dynamic filter CRUD on history [WTEL-5622] _(commit by [@dlohvinov](https://github.com/dlohvinov))_
583
+ - [`d9f6f8b`](https://github.com/webitel/webitel-ui-sdk/commit/d9f6f8b91c3a7d2ca453ce72e67abe7f69e8c6be) - dynamic filter components [WTEL-5622] _(commit by [@dlohvinov](https://github.com/dlohvinov))_
584
+ - [`52ad3a2`](https://github.com/webitel/webitel-ui-sdk/commit/52ad3a21d78c1bd7f1dd1a7baa991627e9caff28) - dynamic filter components refactors [WTEL-5622] _(commit by [@dlohvinov](https://github.com/dlohvinov))_
585
+ - [`a6d0374`](https://github.com/webitel/webitel-ui-sdk/commit/a6d037430ba01ea04c9b4bd5e5a1ea3c8cd39700) - dynamic filter components [WTEL-5622] _(commit by [@dlohvinov](https://github.com/dlohvinov))_
586
+ - [`f13b384`](https://github.com/webitel/webitel-ui-sdk/commit/f13b38496c53605a10c57cb379d6c7dfa51a7ad7) - pinia headers store updateSort method, + refactored "sort" computed [WTEL-5622] _(commit by [@dlohvinov](https://github.com/dlohvinov))_
587
+ - [`3ac4c91`](https://github.com/webitel/webitel-ui-sdk/commit/3ac4c91630dbc06ad176b42920d2de2fdde49466) - pinia pagination store update page/size methods [WTEL-5622] _(commit by [@dlohvinov](https://github.com/dlohvinov))_
588
+ - [`93a17e4`](https://github.com/webitel/webitel-ui-sdk/commit/93a17e45e9c7d3916c99635c85446df0026e9e2f) - table filters ts classes + interfaces, table store refactors [WTEL-5622] _(commit by [@dlohvinov](https://github.com/dlohvinov))_
491
589
 
492
590
  ### :bug: Bug Fixes
493
- - [`732935b`](https://github.com/webitel/webitel-ui-sdk/commit/732935bebe639b3ecf2ca3590239ff868b1882d4) - preset features in progress [WTEL-3751](https://webitel.atlassian.net/browse/WTEL-3751) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
494
- - [`a27da65`](https://github.com/webitel/webitel-ui-sdk/commit/a27da652c681de8466f688186a0d311a3f319f8a) - rollback activator slot for wt-popup [WTEL-3752](https://webitel.atlassian.net/browse/WTEL-3752) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
495
- - [`779cdfc`](https://github.com/webitel/webitel-ui-sdk/commit/779cdfcaf5db08b923cafecbece0726843a2642b) - fix to prev [WTEL-5622] *(commit by [@dlohvinov](https://github.com/dlohvinov))*
591
+
592
+ - [`732935b`](https://github.com/webitel/webitel-ui-sdk/commit/732935bebe639b3ecf2ca3590239ff868b1882d4) - preset features in progress [WTEL-3751](https://webitel.atlassian.net/browse/WTEL-3751) _(commit by [@dlohvinov](https://github.com/dlohvinov))_
593
+ - [`a27da65`](https://github.com/webitel/webitel-ui-sdk/commit/a27da652c681de8466f688186a0d311a3f319f8a) - rollback activator slot for wt-popup [WTEL-3752](https://webitel.atlassian.net/browse/WTEL-3752) _(commit by [@dlohvinov](https://github.com/dlohvinov))_
594
+ - [`779cdfc`](https://github.com/webitel/webitel-ui-sdk/commit/779cdfcaf5db08b923cafecbece0726843a2642b) - fix to prev [WTEL-5622] _(commit by [@dlohvinov](https://github.com/dlohvinov))_
496
595
 
497
596
  ### :recycle: Refactors
498
- - [`d6fb8c6`](https://github.com/webitel/webitel-ui-sdk/commit/d6fb8c62ea280108d017d59f468f082bb9dc0aa4) - history registry refactor with pinia store [WTEL-5921](https://webitel.atlassian.net/browse/WTEL-5921) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
499
- - [`b6a57ba`](https://github.com/webitel/webitel-ui-sdk/commit/b6a57ba2f3bfdf1d689b8c431c10620e77920c09) - history filters redesign in progress [WTEL-5925](https://webitel.atlassian.net/browse/WTEL-5925) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
500
- - [`6f9df26`](https://github.com/webitel/webitel-ui-sdk/commit/6f9df265cea11b7ea7791038c2aea6d577628363) - v2 filters persistence typing + other type fixes [WTEL-5622] *(commit by [@dlohvinov](https://github.com/dlohvinov))*
501
- - [`073d885`](https://github.com/webitel/webitel-ui-sdk/commit/073d885c8676f4f3e7e6485955e20fb8601e200e) - implemented v2 filters persistence prototype on history [WTEL-5622] *(commit by [@dlohvinov](https://github.com/dlohvinov))*
502
- - [`ddb1897`](https://github.com/webitel/webitel-ui-sdk/commit/ddb18975c24fdae035eb25889a2ea110cd41b8bf) - composed filters v2 table related stores to one [WTEL-5622] *(commit by [@dlohvinov](https://github.com/dlohvinov))*
503
- - [`1b99ceb`](https://github.com/webitel/webitel-ui-sdk/commit/1b99ceb7d8b6a93a1c077a76aeee0d1177591a8b) - lint [WTEL-5622] *(commit by [@dlohvinov](https://github.com/dlohvinov))*
504
- - [`949db51`](https://github.com/webitel/webitel-ui-sdk/commit/949db51c58260f76bb3b1d6d5ee86fe4c758ca0b) - small pinia table store refactors + fixes [WTEL-5622] *(commit by [@dlohvinov](https://github.com/dlohvinov))*
505
597
 
598
+ - [`d6fb8c6`](https://github.com/webitel/webitel-ui-sdk/commit/d6fb8c62ea280108d017d59f468f082bb9dc0aa4) - history registry refactor with pinia store [WTEL-5921](https://webitel.atlassian.net/browse/WTEL-5921) _(commit by [@dlohvinov](https://github.com/dlohvinov))_
599
+ - [`b6a57ba`](https://github.com/webitel/webitel-ui-sdk/commit/b6a57ba2f3bfdf1d689b8c431c10620e77920c09) - history filters redesign in progress [WTEL-5925](https://webitel.atlassian.net/browse/WTEL-5925) _(commit by [@dlohvinov](https://github.com/dlohvinov))_
600
+ - [`6f9df26`](https://github.com/webitel/webitel-ui-sdk/commit/6f9df265cea11b7ea7791038c2aea6d577628363) - v2 filters persistence typing + other type fixes [WTEL-5622] _(commit by [@dlohvinov](https://github.com/dlohvinov))_
601
+ - [`073d885`](https://github.com/webitel/webitel-ui-sdk/commit/073d885c8676f4f3e7e6485955e20fb8601e200e) - implemented v2 filters persistence prototype on history [WTEL-5622] _(commit by [@dlohvinov](https://github.com/dlohvinov))_
602
+ - [`ddb1897`](https://github.com/webitel/webitel-ui-sdk/commit/ddb18975c24fdae035eb25889a2ea110cd41b8bf) - composed filters v2 table related stores to one [WTEL-5622] _(commit by [@dlohvinov](https://github.com/dlohvinov))_
603
+ - [`1b99ceb`](https://github.com/webitel/webitel-ui-sdk/commit/1b99ceb7d8b6a93a1c077a76aeee0d1177591a8b) - lint [WTEL-5622] _(commit by [@dlohvinov](https://github.com/dlohvinov))_
604
+ - [`949db51`](https://github.com/webitel/webitel-ui-sdk/commit/949db51c58260f76bb3b1d6d5ee86fe4c758ca0b) - small pinia table store refactors + fixes [WTEL-5622] _(commit by [@dlohvinov](https://github.com/dlohvinov))_
506
605
 
507
606
  ## [v24.12.85] - 2025-02-03
607
+
508
608
  ### :bug: Bug Fixes
509
- - [`97a6215`](https://github.com/webitel/webitel-ui-sdk/commit/97a6215daa21dce2122876df8cd8528b978eb4d0) - clear value in datepicker component[WTEL-5830](https://webitel.atlassian.net/browse/WTEL-5830) *(commit by [@Lera24](https://github.com/Lera24))*
510
609
 
610
+ - [`97a6215`](https://github.com/webitel/webitel-ui-sdk/commit/97a6215daa21dce2122876df8cd8528b978eb4d0) - clear value in datepicker component[WTEL-5830](https://webitel.atlassian.net/browse/WTEL-5830) _(commit by [@Lera24](https://github.com/Lera24))_
511
611
 
512
612
  ## [v24.12.84] - 2025-02-03
613
+
513
614
  ### :bug: Bug Fixes
514
- - [`371c2a8`](https://github.com/webitel/webitel-ui-sdk/commit/371c2a8e70b0a87f2245435a99358224feff7689) - fixed wt-popup close emit *(commit by [@plnnsimon](https://github.com/plnnsimon))*
515
615
 
616
+ - [`371c2a8`](https://github.com/webitel/webitel-ui-sdk/commit/371c2a8e70b0a87f2245435a99358224feff7689) - fixed wt-popup close emit _(commit by [@plnnsimon](https://github.com/plnnsimon))_
516
617
 
517
618
  ## [v24.12.82] - 2025-01-31
619
+
518
620
  ### :bug: Bug Fixes
621
+
519
622
  - [`47191cb`](https://github.com/webitel/webitel-ui-sdk/commit/47191cbc432711c4f360b0e9c097e5c6ae7dacd8) - update package version to 24.12.82
520
- - [`1eae5bb`](https://github.com/webitel/webitel-ui-sdk/commit/1eae5bb6ac07e0adfba1769a1534bdce5cae4524) - tsconfig compiler options [WTEL-5592](https://webitel.atlassian.net/browse/WTEL-5592) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
521
- - [`b2fcbd3`](https://github.com/webitel/webitel-ui-sdk/commit/b2fcbd340fbf378640215bd63d8d7345deef1f4a) - tsconfig compiler options [WTEL-5592](https://webitel.atlassian.net/browse/WTEL-5592) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
623
+ - [`1eae5bb`](https://github.com/webitel/webitel-ui-sdk/commit/1eae5bb6ac07e0adfba1769a1534bdce5cae4524) - tsconfig compiler options [WTEL-5592](https://webitel.atlassian.net/browse/WTEL-5592) _(commit by [@dlohvinov](https://github.com/dlohvinov))_
624
+ - [`b2fcbd3`](https://github.com/webitel/webitel-ui-sdk/commit/b2fcbd340fbf378640215bd63d8d7345deef1f4a) - tsconfig compiler options [WTEL-5592](https://webitel.atlassian.net/browse/WTEL-5592) _(commit by [@dlohvinov](https://github.com/dlohvinov))_
522
625
  - [`1e300f1`](https://github.com/webitel/webitel-ui-sdk/commit/1e300f1d211a1e0c8defa5eb8716c0186fc504d4) - update useWtTable composable [WTEL-6012](https://webitel.atlassian.net/browse/WTEL-6012)
523
626
 
524
-
525
627
  ## [v24.12.81] - 2025-01-30
628
+
526
629
  ### :sparkles: New Features
527
- - [`e76af42`](https://github.com/webitel/webitel-ui-sdk/commit/e76af42be4d1c29cf62c83ef7551408ff93351e5) - add clearable prop in wt-datepicker component[WTEL-5830](https://webitel.atlassian.net/browse/WTEL-5830) *(commit by [@Lera24](https://github.com/Lera24))*
528
630
 
631
+ - [`e76af42`](https://github.com/webitel/webitel-ui-sdk/commit/e76af42be4d1c29cf62c83ef7551408ff93351e5) - add clearable prop in wt-datepicker component[WTEL-5830](https://webitel.atlassian.net/browse/WTEL-5830) _(commit by [@Lera24](https://github.com/Lera24))_
529
632
 
530
633
  ## [v24.12.80] - 2025-01-30
634
+
531
635
  ### :bug: Bug Fixes
532
- - [`2d3a8ec`](https://github.com/webitel/webitel-ui-sdk/commit/2d3a8ec3d4d76b83fb62d831235951dd783cec68) - update version to 24.12.77 [WTEL-5988](https://webitel.atlassian.net/browse/WTEL-5988)
533
- - [`73c61e9`](https://github.com/webitel/webitel-ui-sdk/commit/73c61e95cceb50f3cccdecc9b4cec99702894505) - docs build [WTEL-5592](https://webitel.atlassian.net/browse/WTEL-5592) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
534
636
 
637
+ - [`2d3a8ec`](https://github.com/webitel/webitel-ui-sdk/commit/2d3a8ec3d4d76b83fb62d831235951dd783cec68) - update version to 24.12.77 [WTEL-5988](https://webitel.atlassian.net/browse/WTEL-5988)
638
+ - [`73c61e9`](https://github.com/webitel/webitel-ui-sdk/commit/73c61e95cceb50f3cccdecc9b4cec99702894505) - docs build [WTEL-5592](https://webitel.atlassian.net/browse/WTEL-5592) _(commit by [@dlohvinov](https://github.com/dlohvinov))_
535
639
 
536
640
  ## [v24.12.79] - 2025-01-30
641
+
537
642
  ### :bug: Bug Fixes
538
- - [`d225fda`](https://github.com/webitel/webitel-ui-sdk/commit/d225fda3507e27966b2f13e26941d641d26bb331) - wt applications enums case conversion [WTEL-5592](https://webitel.atlassian.net/browse/WTEL-5592) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
539
643
 
644
+ - [`d225fda`](https://github.com/webitel/webitel-ui-sdk/commit/d225fda3507e27966b2f13e26941d641d26bb331) - wt applications enums case conversion [WTEL-5592](https://webitel.atlassian.net/browse/WTEL-5592) _(commit by [@dlohvinov](https://github.com/dlohvinov))_
540
645
 
541
646
  ## [v24.12.78] - 2025-01-30
647
+
542
648
  ### :bug: Bug Fixes
543
- - [`df43b9f`](https://github.com/webitel/webitel-ui-sdk/commit/df43b9f4cb6fa087aee23b3a5632afc53203a600) - wt-popup overlay glitching at component init [WTEL-3752](https://webitel.atlassian.net/browse/WTEL-3752) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
544
- - [`cf358f3`](https://github.com/webitel/webitel-ui-sdk/commit/cf358f3278d29b9af63f355cb2d93af28fb57878) - tsconfig MouseEvent [WTEL-5592](https://webitel.atlassian.net/browse/WTEL-5592) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
545
649
 
650
+ - [`df43b9f`](https://github.com/webitel/webitel-ui-sdk/commit/df43b9f4cb6fa087aee23b3a5632afc53203a600) - wt-popup overlay glitching at component init [WTEL-3752](https://webitel.atlassian.net/browse/WTEL-3752) _(commit by [@dlohvinov](https://github.com/dlohvinov))_
651
+ - [`cf358f3`](https://github.com/webitel/webitel-ui-sdk/commit/cf358f3278d29b9af63f355cb2d93af28fb57878) - tsconfig MouseEvent [WTEL-5592](https://webitel.atlassian.net/browse/WTEL-5592) _(commit by [@dlohvinov](https://github.com/dlohvinov))_
546
652
 
547
653
  ## [v24.12.77] - 2025-01-28
654
+
548
655
  ### :bug: Bug Fixes
549
- - [`45af878`](https://github.com/webitel/webitel-ui-sdk/commit/45af87812a2e40c171e1db821ac53d016081a13a) - update version to 24.12.77
550
656
 
657
+ - [`45af878`](https://github.com/webitel/webitel-ui-sdk/commit/45af87812a2e40c171e1db821ac53d016081a13a) - update version to 24.12.77
551
658
 
552
659
  ## [v24.12.76] - 2025-01-28
660
+
553
661
  ### :bug: Bug Fixes
662
+
554
663
  - [`7fdc34d`](https://github.com/webitel/webitel-ui-sdk/commit/7fdc34dcadd9d64e65370f9edc9f790ef0d92669) - implement locale for validation latin with number [WTEL-5989](https://webitel.atlassian.net/browse/WTEL-5989)
555
- - [`83fc371`](https://github.com/webitel/webitel-ui-sdk/commit/83fc371de3b656ecde451a732ecad2caa6826202) - tsc issues preventing build fixed [WTEL-5592](https://webitel.atlassian.net/browse/WTEL-5592) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
664
+ - [`83fc371`](https://github.com/webitel/webitel-ui-sdk/commit/83fc371de3b656ecde451a732ecad2caa6826202) - tsc issues preventing build fixed [WTEL-5592](https://webitel.atlassian.net/browse/WTEL-5592) _(commit by [@dlohvinov](https://github.com/dlohvinov))_
556
665
 
557
666
  ### :recycle: Refactors
558
- - [`be6b034`](https://github.com/webitel/webitel-ui-sdk/commit/be6b03419ee5d81ded7a207d24118ac4eefcf067) - webitel applications enums rewritten and reused as ts files [WTEL-5592](https://webitel.atlassian.net/browse/WTEL-5592) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
559
667
 
668
+ - [`be6b034`](https://github.com/webitel/webitel-ui-sdk/commit/be6b03419ee5d81ded7a207d24118ac4eefcf067) - webitel applications enums rewritten and reused as ts files [WTEL-5592](https://webitel.atlassian.net/browse/WTEL-5592) _(commit by [@dlohvinov](https://github.com/dlohvinov))_
560
669
 
561
670
  ## [v24.12.75] - 2025-01-27
671
+
562
672
  ### :bug: Bug Fixes
563
- - [`7ca06fc`](https://github.com/webitel/webitel-ui-sdk/commit/7ca06fcd7b917b597ac8545c8406ec5cc7329262) - reset filters in permissions[WTEL-5944](https://webitel.atlassian.net/browse/WTEL-5944) *(commit by [@Lera24](https://github.com/Lera24))*
564
673
 
674
+ - [`7ca06fc`](https://github.com/webitel/webitel-ui-sdk/commit/7ca06fcd7b917b597ac8545c8406ec5cc7329262) - reset filters in permissions[WTEL-5944](https://webitel.atlassian.net/browse/WTEL-5944) _(commit by [@Lera24](https://github.com/Lera24))_
565
675
 
566
676
  ## [v24.12.74] - 2025-01-25
677
+
567
678
  ### :bug: Bug Fixes
568
- - [`2216f34`](https://github.com/webitel/webitel-ui-sdk/commit/2216f344e010a6e8cd7a4ca8f2ed0e562fbf80fc) - set rejected requests handle for DELETE_BULK storeTableModule action *(commit by [@plnnsimon](https://github.com/plnnsimon))*
569
- - [`07dfa6e`](https://github.com/webitel/webitel-ui-sdk/commit/07dfa6ebfce88fa68422bb24c7e2b23122650806) - error in build doc *(commit by [@Lera24](https://github.com/Lera24))*
570
679
 
680
+ - [`2216f34`](https://github.com/webitel/webitel-ui-sdk/commit/2216f344e010a6e8cd7a4ca8f2ed0e562fbf80fc) - set rejected requests handle for DELETE*BULK storeTableModule action *(commit by [@plnnsimon](https://github.com/plnnsimon))\_
681
+ - [`07dfa6e`](https://github.com/webitel/webitel-ui-sdk/commit/07dfa6ebfce88fa68422bb24c7e2b23122650806) - error in build doc _(commit by [@Lera24](https://github.com/Lera24))_
571
682
 
572
683
  ## [v24.12.73] - 2025-01-24
684
+
573
685
  ### :bug: Bug Fixes
574
- - [`89ee811`](https://github.com/webitel/webitel-ui-sdk/commit/89ee81169b328a701d88dfd169c940639ea7cc00) - dual panel scroll added [WTEL-5294](https://webitel.atlassian.net/browse/WTEL-5294) *(commit by [@VladimirBeria](https://github.com/VladimirBeria))*
575
- - [`9272f1b`](https://github.com/webitel/webitel-ui-sdk/commit/9272f1bf1fa25040b09186acf464d0da701b94fd) - import in docs *(commit by [@Lera24](https://github.com/Lera24))*
576
- - [`68579a3`](https://github.com/webitel/webitel-ui-sdk/commit/68579a3ce43d7fdfcadc49aaef241e2d49097c38) - build errors[WTEL-5935](https://webitel.atlassian.net/browse/WTEL-5935) *(commit by [@Lera24](https://github.com/Lera24))*
577
686
 
687
+ - [`89ee811`](https://github.com/webitel/webitel-ui-sdk/commit/89ee81169b328a701d88dfd169c940639ea7cc00) - dual panel scroll added [WTEL-5294](https://webitel.atlassian.net/browse/WTEL-5294) _(commit by [@VladimirBeria](https://github.com/VladimirBeria))_
688
+ - [`9272f1b`](https://github.com/webitel/webitel-ui-sdk/commit/9272f1bf1fa25040b09186acf464d0da701b94fd) - import in docs _(commit by [@Lera24](https://github.com/Lera24))_
689
+ - [`68579a3`](https://github.com/webitel/webitel-ui-sdk/commit/68579a3ce43d7fdfcadc49aaef241e2d49097c38) - build errors[WTEL-5935](https://webitel.atlassian.net/browse/WTEL-5935) _(commit by [@Lera24](https://github.com/Lera24))_
578
690
 
579
691
  ## [v24.12.71] - 2025-01-22
692
+
580
693
  ### :sparkles: New Features
581
- - [`acbd463`](https://github.com/webitel/webitel-ui-sdk/commit/acbd463ffc15ddf5319c1489c975ed67f646305c) - wt-table headers typing, api module typing [WTEL-5921](https://webitel.atlassian.net/browse/WTEL-5921) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
582
694
 
695
+ - [`acbd463`](https://github.com/webitel/webitel-ui-sdk/commit/acbd463ffc15ddf5319c1489c975ed67f646305c) - wt-table headers typing, api module typing [WTEL-5921](https://webitel.atlassian.net/browse/WTEL-5921) _(commit by [@dlohvinov](https://github.com/dlohvinov))_
583
696
 
584
697
  ## [v24.12.70] - 2025-01-22
698
+
585
699
  ### :bug: Bug Fixes
586
- - [`5990f52`](https://github.com/webitel/webitel-ui-sdk/commit/5990f52992a1ee7b7c4760583db41be77b9ac597) - rollback activator slot for wt-popup [WTEL-3752](https://webitel.atlassian.net/browse/WTEL-3752) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
587
700
 
701
+ - [`5990f52`](https://github.com/webitel/webitel-ui-sdk/commit/5990f52992a1ee7b7c4760583db41be77b9ac597) - rollback activator slot for wt-popup [WTEL-3752](https://webitel.atlassian.net/browse/WTEL-3752) _(commit by [@dlohvinov](https://github.com/dlohvinov))_
588
702
 
589
703
  ## [v24.12.68] - 2025-01-22
704
+
590
705
  ### :bug: Bug Fixes
591
- - [`a3114d7`](https://github.com/webitel/webitel-ui-sdk/commit/a3114d784e814bb8cbf2b7f22479e3cbc7efaf0b) - compareSize.ts script [WTEL-3752](https://webitel.atlassian.net/browse/WTEL-3752) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
592
706
 
707
+ - [`a3114d7`](https://github.com/webitel/webitel-ui-sdk/commit/a3114d784e814bb8cbf2b7f22479e3cbc7efaf0b) - compareSize.ts script [WTEL-3752](https://webitel.atlassian.net/browse/WTEL-3752) _(commit by [@dlohvinov](https://github.com/dlohvinov))_
593
708
 
594
709
  ## [v24.12.67] - 2025-01-21
710
+
595
711
  ### :sparkles: New Features
596
- - [`66e81f2`](https://github.com/webitel/webitel-ui-sdk/commit/66e81f2f7ac9f1bc6d73d26d20b62274d634e92f) - wt-popup rewrite with composition api + TS, + added activator slot, + docs, + fixed tests [WTEL-3752](https://webitel.atlassian.net/browse/WTEL-3752) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
597
712
 
713
+ - [`66e81f2`](https://github.com/webitel/webitel-ui-sdk/commit/66e81f2f7ac9f1bc6d73d26d20b62274d634e92f) - wt-popup rewrite with composition api + TS, + added activator slot, + docs, + fixed tests [WTEL-3752](https://webitel.atlassian.net/browse/WTEL-3752) _(commit by [@dlohvinov](https://github.com/dlohvinov))_
598
714
 
599
715
  ## [v24.12.66] - 2025-01-21
716
+
600
717
  ### :bug: Bug Fixes
601
- - [`23863b0`](https://github.com/webitel/webitel-ui-sdk/commit/23863b0be32becefd35c90e63ffb67dec9c16494) - grantee locales[WTEL-5909](https://webitel.atlassian.net/browse/WTEL-5909) *(commit by [@Lera24](https://github.com/Lera24))*
602
718
 
719
+ - [`23863b0`](https://github.com/webitel/webitel-ui-sdk/commit/23863b0be32becefd35c90e63ffb67dec9c16494) - grantee locales[WTEL-5909](https://webitel.atlassian.net/browse/WTEL-5909) _(commit by [@Lera24](https://github.com/Lera24))_
603
720
 
604
721
  ## [v24.12.65] - 2025-01-21
722
+
605
723
  ### :bug: Bug Fixes
606
- - [`67c0176`](https://github.com/webitel/webitel-ui-sdk/commit/67c01764757af470e095f6cce5f3384eaa68f3f3) - grantee locale[WTEL-5909](https://webitel.atlassian.net/browse/WTEL-5909) *(commit by [@Lera24](https://github.com/Lera24))*
607
724
 
725
+ - [`67c0176`](https://github.com/webitel/webitel-ui-sdk/commit/67c01764757af470e095f6cce5f3384eaa68f3f3) - grantee locale[WTEL-5909](https://webitel.atlassian.net/browse/WTEL-5909) _(commit by [@Lera24](https://github.com/Lera24))_
608
726
 
609
727
  ## [v24.12.64] - 2025-01-20
728
+
610
729
  ### :sparkles: New Features
611
- - [`1b28420`](https://github.com/webitel/webitel-ui-sdk/commit/1b28420426d36ec82863fad40187d14b1c109cff) - load preset icon [WTEL-3752](https://webitel.atlassian.net/browse/WTEL-3751) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
612
730
 
731
+ - [`1b28420`](https://github.com/webitel/webitel-ui-sdk/commit/1b28420426d36ec82863fad40187d14b1c109cff) - load preset icon [WTEL-3752](https://webitel.atlassian.net/browse/WTEL-3751) _(commit by [@dlohvinov](https://github.com/dlohvinov))_
613
732
 
614
733
  ## [v24.12.63] - 2025-01-20
734
+
615
735
  ### :sparkles: New Features
616
- - [`0e88e94`](https://github.com/webitel/webitel-ui-sdk/commit/0e88e9434ca7ed8283308c0a21e9296046777863) - props for table added to docs [WTEL-5488](https://webitel.atlassian.net/browse/WTEL-5488) *(commit by [@VladimirBeria](https://github.com/VladimirBeria))*
617
- - [`fe236cd`](https://github.com/webitel/webitel-ui-sdk/commit/fe236cd685cbc3bc3624d193bf745c875c476ee2) - cases icon and new prop for table added [WTEL-5488](https://webitel.atlassian.net/browse/WTEL-5488) *(commit by [@VladimirBeria](https://github.com/VladimirBeria))*
618
736
 
737
+ - [`0e88e94`](https://github.com/webitel/webitel-ui-sdk/commit/0e88e9434ca7ed8283308c0a21e9296046777863) - props for table added to docs [WTEL-5488](https://webitel.atlassian.net/browse/WTEL-5488) _(commit by [@VladimirBeria](https://github.com/VladimirBeria))_
738
+ - [`fe236cd`](https://github.com/webitel/webitel-ui-sdk/commit/fe236cd685cbc3bc3624d193bf745c875c476ee2) - cases icon and new prop for table added [WTEL-5488](https://webitel.atlassian.net/browse/WTEL-5488) _(commit by [@VladimirBeria](https://github.com/VladimirBeria))_
619
739
 
620
740
  ## [v24.12.62] - 2025-01-20
741
+
621
742
  ### :sparkles: New Features
743
+
622
744
  - [`3d964e5`](https://github.com/webitel/webitel-ui-sdk/commit/3d964e55db419955998185bb045516a84f300fe9) - implement list mode for display tree data, update docs for tree component. Implement description for props [WTEL-5598](https://webitel.atlassian.net/browse/WTEL-5598)
623
745
  - [`b0f186b`](https://github.com/webitel/webitel-ui-sdk/commit/b0f186b635d6ad05762c48db8a2942007f65ca0f) - update formated component code [WTEL-5598](https://webitel.atlassian.net/browse/WTEL-5598)
624
746
  - [`d751692`](https://github.com/webitel/webitel-ui-sdk/commit/d7516923032a1e996e91b24ca72684f11300629c) - implement WtTree unit test for check render [WTEL-5598](https://webitel.atlassian.net/browse/WTEL-5598)
@@ -629,6 +751,7 @@
629
751
  - [`505414b`](https://github.com/webitel/webitel-ui-sdk/commit/505414b9dd59c2a504f2671fbbd8aaa5edb68744) - implement basic comonent wt-tree for display data with tree structure. Implement wt-tree-line, implement icons for display tree [WTEL-5598](https://webitel.atlassian.net/browse/WTEL-5598)
630
752
 
631
753
  ### :bug: Bug Fixes
754
+
632
755
  - [`40f2131`](https://github.com/webitel/webitel-ui-sdk/commit/40f2131e1224939950b4ab6e621413c4ac059f72) - update example tree. Update wt-tree-line [WTEL-5598](https://webitel.atlassian.net/browse/WTEL-5598)
633
756
  - [`7bc5413`](https://github.com/webitel/webitel-ui-sdk/commit/7bc5413c00cd959ff60527022b0d8f14c7e3be47) - add wtTree component to index js [WTEL-5598](https://webitel.atlassian.net/browse/WTEL-5598)
634
757
  - [`0114b51`](https://github.com/webitel/webitel-ui-sdk/commit/0114b516e3160bc5a4a97ea92d3ed17741be58a5) - update package version [WTEL-5598](https://webitel.atlassian.net/browse/WTEL-5598)
@@ -639,106 +762,125 @@
639
762
  - [`007f277`](https://github.com/webitel/webitel-ui-sdk/commit/007f277705d12a0d1e8b6eddad8c91c43a8e3364) - update package version [WTEL-5598](https://webitel.atlassian.net/browse/WTEL-5598)
640
763
  - [`50d1793`](https://github.com/webitel/webitel-ui-sdk/commit/50d17931faba19769e756afb8de90ddbcbe8bc20) - fix code style in wt-tree and wt-tree-line components [WTEL-5598](https://webitel.atlassian.net/browse/WTEL-5598)
641
764
 
642
-
643
765
  ## [v24.12.61] - 2025-01-17
766
+
644
767
  ### :sparkles: New Features
645
- - [`c074fb9`](https://github.com/webitel/webitel-ui-sdk/commit/c074fb90d58d52bc60098649c4e0429ece82de09) - added wt-select `useValueFromOptionsByProp` feature support to array values, +fixes [WTEL-5916](https://webitel.atlassian.net/browse/WTEL-5916) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
646
768
 
769
+ - [`c074fb9`](https://github.com/webitel/webitel-ui-sdk/commit/c074fb90d58d52bc60098649c4e0429ece82de09) - added wt-select `useValueFromOptionsByProp` feature support to array values, +fixes [WTEL-5916](https://webitel.atlassian.net/browse/WTEL-5916) _(commit by [@dlohvinov](https://github.com/dlohvinov))_
647
770
 
648
771
  ## [v24.12.59] - 2025-01-16
772
+
649
773
  ### :bug: Bug Fixes
650
- - [`744e1c0`](https://github.com/webitel/webitel-ui-sdk/commit/744e1c09504f9776e7d60c0bea08b1cc1b280625) - reset grantee in permissions popup[WTEL-5903](https://webitel.atlassian.net/browse/WTEL-5903) *(commit by [@Lera24](https://github.com/Lera24))*
651
774
 
775
+ - [`744e1c0`](https://github.com/webitel/webitel-ui-sdk/commit/744e1c09504f9776e7d60c0bea08b1cc1b280625) - reset grantee in permissions popup[WTEL-5903](https://webitel.atlassian.net/browse/WTEL-5903) _(commit by [@Lera24](https://github.com/Lera24))_
652
776
 
653
777
  ## [v24.12.56] - 2025-01-15
778
+
654
779
  ### :bug: Bug Fixes
655
- - [`0704dba`](https://github.com/webitel/webitel-ui-sdk/commit/0704dbabee6e5321058e12b843cc53c95ca48d9a) - display select in permissions tab[WTEL-5906](https://webitel.atlassian.net/browse/WTEL-5906) *(commit by [@Lera24](https://github.com/Lera24))*
656
780
 
781
+ - [`0704dba`](https://github.com/webitel/webitel-ui-sdk/commit/0704dbabee6e5321058e12b843cc53c95ca48d9a) - display select in permissions tab[WTEL-5906](https://webitel.atlassian.net/browse/WTEL-5906) _(commit by [@Lera24](https://github.com/Lera24))_
657
782
 
658
783
  ## [v24.12.55] - 2025-01-14
784
+
659
785
  ### :bug: Bug Fixes
660
- - [`05a05b5`](https://github.com/webitel/webitel-ui-sdk/commit/05a05b5e84efc7dfb583e80b711b0aada50d06a3) - error in priority locale[WTEL-5892](https://webitel.atlassian.net/browse/WTEL-5892) *(commit by [@Lera24](https://github.com/Lera24))*
661
786
 
787
+ - [`05a05b5`](https://github.com/webitel/webitel-ui-sdk/commit/05a05b5e84efc7dfb583e80b711b0aada50d06a3) - error in priority locale[WTEL-5892](https://webitel.atlassian.net/browse/WTEL-5892) _(commit by [@Lera24](https://github.com/Lera24))_
662
788
 
663
789
  ## [v24.12.54] - 2025-01-14
790
+
664
791
  ### :sparkles: New Features
665
- - [`e6ef3d5`](https://github.com/webitel/webitel-ui-sdk/commit/e6ef3d54df3abf9794b0500ac8de2889aaf2da2a) - add days in timepicker component[WTEL-5853](https://webitel.atlassian.net/browse/WTEL-5853) *(commit by [@Lera24](https://github.com/Lera24))*
792
+
793
+ - [`e6ef3d5`](https://github.com/webitel/webitel-ui-sdk/commit/e6ef3d54df3abf9794b0500ac8de2889aaf2da2a) - add days in timepicker component[WTEL-5853](https://webitel.atlassian.net/browse/WTEL-5853) _(commit by [@Lera24](https://github.com/Lera24))_
666
794
 
667
795
  ### :bug: Bug Fixes
668
- - [`1701a8b`](https://github.com/webitel/webitel-ui-sdk/commit/1701a8b14cc48cbded9ddb98b8763d15f5cf6cff) - conflict[WTEL-5853](https://webitel.atlassian.net/browse/WTEL-5853) *(commit by [@Lera24](https://github.com/Lera24))*
669
- - [`4a1f187`](https://github.com/webitel/webitel-ui-sdk/commit/4a1f18761ccae15cd6fb4a45ce1669697d1d76e1) - add changes in lib[WTEL-5853](https://webitel.atlassian.net/browse/WTEL-5853) *(commit by [@Lera24](https://github.com/Lera24))*
670
796
 
797
+ - [`1701a8b`](https://github.com/webitel/webitel-ui-sdk/commit/1701a8b14cc48cbded9ddb98b8763d15f5cf6cff) - conflict[WTEL-5853](https://webitel.atlassian.net/browse/WTEL-5853) _(commit by [@Lera24](https://github.com/Lera24))_
798
+ - [`4a1f187`](https://github.com/webitel/webitel-ui-sdk/commit/4a1f18761ccae15cd6fb4a45ce1669697d1d76e1) - add changes in lib[WTEL-5853](https://webitel.atlassian.net/browse/WTEL-5853) _(commit by [@Lera24](https://github.com/Lera24))_
671
799
 
672
800
  ## [v24.12.53] - 2025-01-13
801
+
673
802
  ### :bug: Bug Fixes
674
- - [`c5184b4`](https://github.com/webitel/webitel-ui-sdk/commit/c5184b4a1957ddf5058bb03d51dd588e736b1419) - wt-badge line-height [WTEL-5882](https://webitel.atlassian.net/browse/WTEL-5882) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
675
803
 
804
+ - [`c5184b4`](https://github.com/webitel/webitel-ui-sdk/commit/c5184b4a1957ddf5058bb03d51dd588e736b1419) - wt-badge line-height [WTEL-5882](https://webitel.atlassian.net/browse/WTEL-5882) _(commit by [@dlohvinov](https://github.com/dlohvinov))_
676
805
 
677
806
  ## [v24.12.52] - 2025-01-13
807
+
678
808
  ### :recycle: Refactors
679
- - [`2cffb4f`](https://github.com/webitel/webitel-ui-sdk/commit/2cffb4f09c00895e5b8302718d855cfe7021e392) - replaced "clear" icon [WTEL-5384](https://webitel.atlassian.net/browse/WTEL-5384) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
680
809
 
810
+ - [`2cffb4f`](https://github.com/webitel/webitel-ui-sdk/commit/2cffb4f09c00895e5b8302718d855cfe7021e392) - replaced "clear" icon [WTEL-5384](https://webitel.atlassian.net/browse/WTEL-5384) _(commit by [@dlohvinov](https://github.com/dlohvinov))_
681
811
 
682
812
  ## [v24.12.51] - 2025-01-13
813
+
683
814
  ### :recycle: Refactors
684
- - [`5989104`](https://github.com/webitel/webitel-ui-sdk/commit/5989104f1fbd63238a90ec98f213d3708d01fe24) - added `wt-badge` slot as the primary usage, added backwards compatibility, + docs [WTEL-5882](https://webitel.atlassian.net/browse/WTEL-5882) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
685
815
 
816
+ - [`5989104`](https://github.com/webitel/webitel-ui-sdk/commit/5989104f1fbd63238a90ec98f213d3708d01fe24) - added `wt-badge` slot as the primary usage, added backwards compatibility, + docs [WTEL-5882](https://webitel.atlassian.net/browse/WTEL-5882) _(commit by [@dlohvinov](https://github.com/dlohvinov))_
686
817
 
687
818
  ## [v24.12.50] - 2025-01-13
819
+
688
820
  ### :sparkles: New Features
689
- - [`da0c0da`](https://github.com/webitel/webitel-ui-sdk/commit/da0c0da0a8f719629f7ff7af8a302785f8e3c0be) - added `filters` and `columns` actions to `wt-icon-action.vue` [WTEL-5881](https://webitel.atlassian.net/browse/WTEL-5881) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
690
821
 
822
+ - [`da0c0da`](https://github.com/webitel/webitel-ui-sdk/commit/da0c0da0a8f719629f7ff7af8a302785f8e3c0be) - added `filters` and `columns` actions to `wt-icon-action.vue` [WTEL-5881](https://webitel.atlassian.net/browse/WTEL-5881) _(commit by [@dlohvinov](https://github.com/dlohvinov))_
691
823
 
692
824
  ## [v24.12.48] - 2025-01-10
825
+
693
826
  ### :sparkles: New Features
694
- - [`3e1d182`](https://github.com/webitel/webitel-ui-sdk/commit/3e1d1823f0db47bb5feb353c339b4ab7b46b66ba) - implimented version [WTEL-5712](https://webitel.atlassian.net/browse/WTEL-5712) *(commit by [@liza-pohranichna](https://github.com/liza-pohranichna))*
695
- - [`f8e10c7`](https://github.com/webitel/webitel-ui-sdk/commit/f8e10c75faf1ff10f0ec11998bf3d8ff74f7aaa7) - added new lookup in crm [WTEL-5712](https://webitel.atlassian.net/browse/WTEL-5712) *(commit by [@liza-pohranichna](https://github.com/liza-pohranichna))*
696
827
 
828
+ - [`3e1d182`](https://github.com/webitel/webitel-ui-sdk/commit/3e1d1823f0db47bb5feb353c339b4ab7b46b66ba) - implimented version [WTEL-5712](https://webitel.atlassian.net/browse/WTEL-5712) _(commit by [@liza-pohranichna](https://github.com/liza-pohranichna))_
829
+ - [`f8e10c7`](https://github.com/webitel/webitel-ui-sdk/commit/f8e10c75faf1ff10f0ec11998bf3d8ff74f7aaa7) - added new lookup in crm [WTEL-5712](https://webitel.atlassian.net/browse/WTEL-5712) _(commit by [@liza-pohranichna](https://github.com/liza-pohranichna))_
697
830
 
698
831
  ## [v24.12.47] - 2025-01-09
832
+
699
833
  ### :bug: Bug Fixes
700
- - [`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))*
701
- - [`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))*
702
834
 
835
+ - [`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))_
836
+ - [`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))_
703
837
 
704
838
  ## [v24.12.46] - 2025-01-07
839
+
705
840
  ### :sparkles: New Features
706
- - [`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))*
707
841
 
842
+ - [`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))_
708
843
 
709
844
  ## [v24.12.44] - 2025-01-06
845
+
710
846
  ### :bug: Bug Fixes
847
+
711
848
  - [`9880b55`](https://github.com/webitel/webitel-ui-sdk/commit/9880b55fd1a317c6a392a5419946de748857a2ca) - update package version to 24.12.44
712
849
  - [`e4d75f1`](https://github.com/webitel/webitel-ui-sdk/commit/e4d75f1fc4bb971c0e123d67dd828fa083f94d0d) - implement gap for tooltip content and display flex with direction column
713
850
 
714
-
715
851
  ## [v24.12.41] - 2025-01-03
852
+
716
853
  ### :bug: Bug Fixes
717
- - [`4968c67`](https://github.com/webitel/webitel-ui-sdk/commit/4968c6723bd88564fd1f6d3d0ac8beaf56789418) - rollback minus and plus icons
718
854
 
855
+ - [`4968c67`](https://github.com/webitel/webitel-ui-sdk/commit/4968c6723bd88564fd1f6d3d0ac8beaf56789418) - rollback minus and plus icons
719
856
 
720
857
  ## [v24.12.40] - 2025-01-02
858
+
721
859
  ### :sparkles: New Features
860
+
722
861
  - [`5e47031`](https://github.com/webitel/webitel-ui-sdk/commit/5e47031d0b5f85acd7c52191a92e95aa6e5af4c3) - update version to 24.12.40 [WTEL-5569](https://webitel.atlassian.net/browse/WTEL-5569)
723
862
  - [`224d981`](https://github.com/webitel/webitel-ui-sdk/commit/224d981d2d6cee7bc1f91d40417c7440203ed4f7) - update version to 24.12.39 [WTEL-5569](https://webitel.atlassian.net/browse/WTEL-5569)
724
863
  - [`4374a9d`](https://github.com/webitel/webitel-ui-sdk/commit/4374a9d5ab293562cc6dcd7a7a00cef83b070f4a) - update version to 24.12.36 [WTEL-5569](https://webitel.atlassian.net/browse/WTEL-5569)
725
864
  - [`4a9f577`](https://github.com/webitel/webitel-ui-sdk/commit/4a9f577e10a5f30af9077794ca0ad7c24837bf9d) - implement handle searched element in table data, update styles for actions row [WTEL-5569](https://webitel.atlassian.net/browse/WTEL-5569)
726
865
 
727
866
  ### :recycle: Refactors
728
- - [`ae3a4c1`](https://github.com/webitel/webitel-ui-sdk/commit/ae3a4c13e8d5a0ee9ad7ef0e459e066a619e382e) - prettier delete undo [WTEL-5512](https://webitel.atlassian.net/browse/WTEL-5512) *(commit by [@VladimirBeria](https://github.com/VladimirBeria))*
729
- - [`aad9c40`](https://github.com/webitel/webitel-ui-sdk/commit/aad9c4039a5e2b8637f63b75e3538949de2ee55c) - commit undo [WTEL-5512](https://webitel.atlassian.net/browse/WTEL-5512) *(commit by [@VladimirBeria](https://github.com/VladimirBeria))*
730
867
 
868
+ - [`ae3a4c1`](https://github.com/webitel/webitel-ui-sdk/commit/ae3a4c13e8d5a0ee9ad7ef0e459e066a619e382e) - prettier delete undo [WTEL-5512](https://webitel.atlassian.net/browse/WTEL-5512) _(commit by [@VladimirBeria](https://github.com/VladimirBeria))_
869
+ - [`aad9c40`](https://github.com/webitel/webitel-ui-sdk/commit/aad9c4039a5e2b8637f63b75e3538949de2ee55c) - commit undo [WTEL-5512](https://webitel.atlassian.net/browse/WTEL-5512) _(commit by [@VladimirBeria](https://github.com/VladimirBeria))_
731
870
 
732
871
  ## [v24.12.39] - 2025-01-02
872
+
733
873
  ### :sparkles: New Features
734
- - [`9195e13`](https://github.com/webitel/webitel-ui-sdk/commit/9195e1386b2b101fd2a046f2697f20f8d63c13aa) - icons for source added [WTEL-5512](https://webitel.atlassian.net/browse/WTEL-5512) *(commit by [@VladimirBeria](https://github.com/VladimirBeria))*
874
+
875
+ - [`9195e13`](https://github.com/webitel/webitel-ui-sdk/commit/9195e1386b2b101fd2a046f2697f20f8d63c13aa) - icons for source added [WTEL-5512](https://webitel.atlassian.net/browse/WTEL-5512) _(commit by [@VladimirBeria](https://github.com/VladimirBeria))_
735
876
 
736
877
  ### :bug: Bug Fixes
737
- - [`24918a2`](https://github.com/webitel/webitel-ui-sdk/commit/24918a2c40ade634b98c80673d5767b8db9e52f9) - fixed scss deprecation warning when running lib *(commit by [@dlohvinov](https://github.com/dlohvinov))*
878
+
879
+ - [`24918a2`](https://github.com/webitel/webitel-ui-sdk/commit/24918a2c40ade634b98c80673d5767b8db9e52f9) - fixed scss deprecation warning when running lib _(commit by [@dlohvinov](https://github.com/dlohvinov))_
738
880
 
739
881
  ### :recycle: Refactors
740
- - [`a8ec78b`](https://github.com/webitel/webitel-ui-sdk/commit/a8ec78bc0412829fe400cefaa58d84d061aef986) - merge with master [WTEL-5512](https://webitel.atlassian.net/browse/WTEL-5512) *(commit by [@VladimirBeria](https://github.com/VladimirBeria))*
741
882
 
883
+ - [`a8ec78b`](https://github.com/webitel/webitel-ui-sdk/commit/a8ec78bc0412829fe400cefaa58d84d061aef986) - merge with master [WTEL-5512](https://webitel.atlassian.net/browse/WTEL-5512) _(commit by [@VladimirBeria](https://github.com/VladimirBeria))_
742
884
 
743
885
  ## [v24.12.37] - 2025-01-02
744
886
 
@@ -1540,3 +1682,5 @@
1540
1682
  [v25.4.32]: https://github.com/webitel/webitel-ui-sdk/compare/v25.4.31...v25.4.32
1541
1683
  [v25.4.33]: https://github.com/webitel/webitel-ui-sdk/compare/v25.4.32...v25.4.33
1542
1684
  [v25.4.34]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.172...v25.4.34
1685
+ [v25.4.36]: https://github.com/webitel/webitel-ui-sdk/compare/v25.4.35...v25.4.36
1686
+ [v25.4.37]: https://github.com/webitel/webitel-ui-sdk/compare/v25.4.36...v25.4.37