@webitel/ui-sdk 25.4.37 → 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 +376 -238
  2. package/dist/ui-sdk.css +1 -1
  3. package/dist/ui-sdk.js +8735 -8360
  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 +1 -1
  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,629 +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
+
1
7
  ## [v25.4.36] - 2025-03-18
8
+
2
9
  ### :bug: Bug Fixes
3
- - [`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))*
4
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))_
5
12
 
6
13
  ## [v25.4.34] - 2025-03-17
14
+
7
15
  ### :bug: Bug Fixes
8
- - [`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))*
9
- - [`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))*
10
- - [`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))*
11
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))_
12
20
 
13
21
  ## [v25.4.33] - 2025-03-14
22
+
14
23
  ### :bug: Bug Fixes
15
- - [`2c54d26`](https://github.com/webitel/webitel-ui-sdk/commit/2c54d2690a26d091cb835ad3f0b609745f7a734d) - "description" locale usage in presets *(commit by [@dlohvinov](https://github.com/dlohvinov))*
16
24
 
25
+ - [`2c54d26`](https://github.com/webitel/webitel-ui-sdk/commit/2c54d2690a26d091cb835ad3f0b609745f7a734d) - "description" locale usage in presets _(commit by [@dlohvinov](https://github.com/dlohvinov))_
17
26
 
18
27
  ## [v25.4.32] - 2025-03-14
28
+
19
29
  ### :bug: Bug Fixes
20
- - [`1379b0e`](https://github.com/webitel/webitel-ui-sdk/commit/1379b0e09d87948a3438c519757eb394f3e56fcd) - presets-related fixes, bump ver *(commit by [@dlohvinov](https://github.com/dlohvinov))*
21
- - [`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))*
22
- - [`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))*
23
- - [`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))*
24
- - [`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))*
25
- - [`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))*
26
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))_
27
37
 
28
38
  ## [v25.4.30] - 2025-03-13
39
+
29
40
  ### :bug: Bug Fixes
30
- - [`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))*
31
- - [`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))*
32
- - [`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))*
33
- - [`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))*
34
- - [`f5408e0`](https://github.com/webitel/webitel-ui-sdk/commit/f5408e0764e4dadf15dc36c9a2a834c6a13724c4) - delete preset and locale fixes *(commit by [@dlohvinov](https://github.com/dlohvinov))*
35
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))_
36
47
 
37
48
  ## [v25.4.28] - 2025-03-12
49
+
38
50
  ### :recycle: Refactors
39
- - [`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))*
40
- - [`9dcc9ab`](https://github.com/webitel/webitel-ui-sdk/commit/9dcc9abd9fd55186d3057bfee01f46ba0110e4ee) - filter options *(commit by [@dlohvinov](https://github.com/dlohvinov))*
41
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))_
42
54
 
43
55
  ## [v25.04.27] - 2025-03-12
56
+
44
57
  ### :bug: Bug Fixes
45
- - [`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))*
46
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))_
47
60
 
48
61
  ## [v25.04.26] - 2025-03-12
62
+
49
63
  ### :bug: Bug Fixes
50
- - [`3af41bd`](https://github.com/webitel/webitel-ui-sdk/commit/3af41bdd2f5d874e1cf3261eccf826128b680315) - preset validation nameAlreadyInUse *(commit by [@dlohvinov](https://github.com/dlohvinov))*
51
64
 
65
+ - [`3af41bd`](https://github.com/webitel/webitel-ui-sdk/commit/3af41bdd2f5d874e1cf3261eccf826128b680315) - preset validation nameAlreadyInUse _(commit by [@dlohvinov](https://github.com/dlohvinov))_
52
66
 
53
67
  ## [v25.04.25] - 2025-03-12
68
+
54
69
  ### :sparkles: New Features
55
- - [`64a6c49`](https://github.com/webitel/webitel-ui-sdk/commit/64a6c49feb216dbaf401f7ad01523eb719469a96) - presets locales *(commit by [@dlohvinov](https://github.com/dlohvinov))*
56
70
 
71
+ - [`64a6c49`](https://github.com/webitel/webitel-ui-sdk/commit/64a6c49feb216dbaf401f7ad01523eb719469a96) - presets locales _(commit by [@dlohvinov](https://github.com/dlohvinov))_
57
72
 
58
73
  ## [v25.04.24] - 2025-03-12
74
+
59
75
  ### :bug: Bug Fixes
60
- - [`f4d0bba`](https://github.com/webitel/webitel-ui-sdk/commit/f4d0bbabfa7198381f7014bf1b1a2d68ca422011) - skipIf transformer payload *(commit by [@dlohvinov](https://github.com/dlohvinov))*
61
76
 
77
+ - [`f4d0bba`](https://github.com/webitel/webitel-ui-sdk/commit/f4d0bbabfa7198381f7014bf1b1a2d68ca422011) - skipIf transformer payload _(commit by [@dlohvinov](https://github.com/dlohvinov))_
62
78
 
63
79
  ## [v25.04.22] - 2025-03-12
80
+
64
81
  ### :bug: Bug Fixes
65
- - [`ca3f67b`](https://github.com/webitel/webitel-ui-sdk/commit/ca3f67bb7dd81785ff76df902fc742322005f1d8) - presets imports *(commit by [@dlohvinov](https://github.com/dlohvinov))*
66
82
 
83
+ - [`ca3f67b`](https://github.com/webitel/webitel-ui-sdk/commit/ca3f67bb7dd81785ff76df902fc742322005f1d8) - presets imports _(commit by [@dlohvinov](https://github.com/dlohvinov))_
67
84
 
68
85
  ## [v25.04.20] - 2025-03-12
86
+
69
87
  ### :sparkles: New Features
70
- - [`da418a6`](https://github.com/webitel/webitel-ui-sdk/commit/da418a6886246400cd5d71fc06846d654e03b9d2) - filter presets moved to webitel-ui *(commit by [@dlohvinov](https://github.com/dlohvinov))*
71
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))_
72
90
 
73
91
  ## [v25.04.19] - 2025-03-12
92
+
74
93
  ### :bug: Bug Fixes
75
- - [`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))_
76
96
 
77
97
  ### :recycle: Refactors
78
- - [`7f536c4`](https://github.com/webitel/webitel-ui-sdk/commit/7f536c473e7432bafc82e05d6f02e934def6035e) - presets-related refactors *(commit by [@dlohvinov](https://github.com/dlohvinov))*
79
98
 
99
+ - [`7f536c4`](https://github.com/webitel/webitel-ui-sdk/commit/7f536c473e7432bafc82e05d6f02e934def6035e) - presets-related refactors _(commit by [@dlohvinov](https://github.com/dlohvinov))_
80
100
 
81
101
  ## [v25.04.14] - 2025-03-10
102
+
82
103
  ### :sparkles: New Features
83
- - [`bd9e451`](https://github.com/webitel/webitel-ui-sdk/commit/bd9e451f45556392cee7c827e0f125e58c2bea73) - lib publish for versions branches *(commit by [@dlohvinov](https://github.com/dlohvinov))*
84
104
 
105
+ - [`bd9e451`](https://github.com/webitel/webitel-ui-sdk/commit/bd9e451f45556392cee7c827e0f125e58c2bea73) - lib publish for versions branches _(commit by [@dlohvinov](https://github.com/dlohvinov))_
85
106
 
86
107
  ## [v25.04.12] - 2025-03-09
108
+
87
109
  ### :bug: Bug Fixes
88
- - [`4ab8d5b`](https://github.com/webitel/webitel-ui-sdk/commit/4ab8d5b1d2e3f23c695ff57fd47951b091320d1b) - replace router-link by anchor [WTEL-6423]
89
110
 
111
+ - [`4ab8d5b`](https://github.com/webitel/webitel-ui-sdk/commit/4ab8d5b1d2e3f23c695ff57fd47951b091320d1b) - replace router-link by anchor [WTEL-6423]
90
112
 
91
113
  ## [v25.04.11] - 2025-03-07
114
+
92
115
  ### :bug: Bug Fixes
93
- - [`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))*
94
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))_
95
118
 
96
119
  ## [v25.04.10] - 2025-03-06
120
+
97
121
  ### :bug: Bug Fixes
98
- - [`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))*
99
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))_
100
124
 
101
125
  ## [v25.04.9] - 2025-03-06
126
+
102
127
  ### :bug: Bug Fixes
103
- - [`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))*
104
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))_
105
130
 
106
131
  ## [v25.04.7] - 2025-03-06
132
+
107
133
  ### :bug: Bug Fixes
108
- - [`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))*
109
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))_
110
136
 
111
137
  ## [v25.04.6] - 2025-03-06
138
+
112
139
  ### :sparkles: New Features
113
- - [`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))_
114
142
 
115
143
  ### :bug: Bug Fixes
116
- - [`4eadd0b`](https://github.com/webitel/webitel-ui-sdk/commit/4eadd0b1d0de93bfe536d9ba7180889f037c8197) - link to company logo [WTEL-6423]
117
144
 
145
+ - [`4eadd0b`](https://github.com/webitel/webitel-ui-sdk/commit/4eadd0b1d0de93bfe536d9ba7180889f037c8197) - link to company logo [WTEL-6423]
118
146
 
119
147
  ## [v25.04.2] - 2025-03-05
148
+
120
149
  ### :sparkles: New Features
121
- - [`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))_
122
152
 
123
153
  ### :bug: Bug Fixes
124
- - [`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))*
125
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))_
126
156
 
127
157
  ## [v25.04.0] - 2025-02-27
158
+
128
159
  ### :sparkles: New Features
129
- - [`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))*
130
- - [`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))*
131
- - [`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))*
132
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))_
133
164
 
134
165
  ## [v24.12.166] - 2025-02-27
166
+
135
167
  ### :sparkles: New Features
168
+
136
169
  - [`49a0833`](https://github.com/webitel/webitel-ui-sdk/commit/49a0833fd0c60f51680edf79de322d195547f182) - add chatName prop to fields to send [WTEL-6145]
137
170
  - [`d178278`](https://github.com/webitel/webitel-ui-sdk/commit/d1782786f6a7f67b7d85cd9ce639e26f26edb9d4) - add clickable app logo support [WTEL-6160]
138
171
 
139
172
  ### :bug: Bug Fixes
140
- - [`c507b75`](https://github.com/webitel/webitel-ui-sdk/commit/c507b75773e861580e4178731426b5ef8c8effc3) - disable route props requirement [WTEL-6160]
141
173
 
174
+ - [`c507b75`](https://github.com/webitel/webitel-ui-sdk/commit/c507b75773e861580e4178731426b5ef8c8effc3) - disable route props requirement [WTEL-6160]
142
175
 
143
176
  ## [v24.12.162] - 2025-02-26
177
+
144
178
  ### :bug: Bug Fixes
145
- - [`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))*
146
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))_
147
181
 
148
182
  ## [v24.12.161] - 2025-02-26
183
+
149
184
  ### :bug: Bug Fixes
150
- - [`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))*
151
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))_
152
187
 
153
188
  ## [v24.12.159] - 2025-02-26
189
+
154
190
  ### :bug: Bug Fixes
155
- - [`81b5716`](https://github.com/webitel/webitel-ui-sdk/commit/81b5716978271ad3b606744bbdf7afb55777a8da) - remove test text from template *(commit by [@liza-pohranichna](https://github.com/liza-pohranichna))*
156
- - [`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))*
157
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))_
158
194
 
159
195
  ## [v24.12.158] - 2025-02-26
196
+
160
197
  ### :bug: Bug Fixes
161
- - [`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))*
162
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))_
163
200
 
164
201
  ## [v24.12.157] - 2025-02-26
202
+
165
203
  ### :bug: Bug Fixes
166
- - [`695bc24`](https://github.com/webitel/webitel-ui-sdk/commit/695bc240f88e55bbf57b53e6d56af6e225f253b5) - update version *(commit by [@liza-pohranichna](https://github.com/liza-pohranichna))*
167
- - [`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))*
168
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))_
169
207
 
170
208
  ## [v24.12.156] - 2025-02-26
209
+
171
210
  ### :bug: Bug Fixes
172
- - [`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))*
173
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))_
174
213
 
175
214
  ## [v24.12.155] - 2025-02-26
215
+
176
216
  ### :bug: Bug Fixes
177
- - [`3892811`](https://github.com/webitel/webitel-ui-sdk/commit/389281117acdcaf4f37bb0a57b0daaca119b7104) - filter/v2 preview chip "delete" icon color *(commit by [@dlohvinov](https://github.com/dlohvinov))*
178
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))_
179
219
 
180
220
  ## [v24.12.153] - 2025-02-26
221
+
181
222
  ### :sparkles: New Features
182
- - [`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))_
183
225
 
184
226
  ### :bug: Bug Fixes
185
- - [`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))*
186
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))_
187
229
 
188
230
  ## [v24.12.152] - 2025-02-26
231
+
189
232
  ### :sparkles: New Features
190
- - [`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))*
191
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))_
192
235
 
193
236
  ## [v24.12.151] - 2025-02-26
237
+
194
238
  ### :bug: Bug Fixes
195
- - [`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))*
196
- - [`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))*
197
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))_
198
242
 
199
243
  ## [v24.12.149] - 2025-02-26
244
+
200
245
  ### :bug: Bug Fixes
201
- - [`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))*
202
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))_
203
248
 
204
249
  ## [v24.12.148] - 2025-02-26
250
+
205
251
  ### :bug: Bug Fixes
206
- - [`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))*
207
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))_
208
254
 
209
255
  ## [v24.12.147] - 2025-02-26
256
+
210
257
  ### :bug: Bug Fixes
211
- - [`3e4ff20`](https://github.com/webitel/webitel-ui-sdk/commit/3e4ff20264821c67b6258693e55afb10bc22db7b) - update styleguide sdk *(commit by [@liza-pohranichna](https://github.com/liza-pohranichna))*
212
258
 
259
+ - [`3e4ff20`](https://github.com/webitel/webitel-ui-sdk/commit/3e4ff20264821c67b6258693e55afb10bc22db7b) - update styleguide sdk _(commit by [@liza-pohranichna](https://github.com/liza-pohranichna))_
213
260
 
214
261
  ## [v24.12.146] - 2025-02-26
262
+
215
263
  ### :sparkles: New Features
216
- - [`ac2db27`](https://github.com/webitel/webitel-ui-sdk/commit/ac2db27a87db22d637db6cd5ede4dbae74d5c9b2) - implimented version *(commit by [@liza-pohranichna](https://github.com/liza-pohranichna))*
217
- - [`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))*
218
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))_
219
267
 
220
268
  ## [v24.12.144] - 2025-02-25
269
+
221
270
  ### :sparkles: New Features
222
- - [`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))*
223
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))_
224
273
 
225
274
  ## [v24.12.143] - 2025-02-25
275
+
226
276
  ### :bug: Bug Fixes
227
- - [`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))*
228
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))_
229
279
 
230
280
  ## [v24.12.142] - 2025-02-25
281
+
231
282
  ### :bug: Bug Fixes
232
- - [`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))*
233
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))_
234
285
 
235
286
  ## [v24.12.141] - 2025-02-25
287
+
236
288
  ### :bug: Bug Fixes
237
- - [`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))*
238
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))_
239
291
 
240
292
  ## [v24.12.139] - 2025-02-25
293
+
241
294
  ### :sparkles: New Features
242
- - [`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))*
243
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))_
244
297
 
245
298
  ## [v24.12.138] - 2025-02-25
299
+
246
300
  ### :bug: Bug Fixes
247
- - [`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))*
248
- - [`7c6b085`](https://github.com/webitel/webitel-ui-sdk/commit/7c6b0851dcc98fdbe55d916cb52b129e0fb20169) - local link run dev failure *(commit by [@dlohvinov](https://github.com/dlohvinov))*
249
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))_
250
304
 
251
305
  ## [v24.12.136] - 2025-02-24
306
+
252
307
  ### :bug: Bug Fixes
253
- - [`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))*
254
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))_
255
310
 
256
311
  ## [v24.12.135] - 2025-02-24
312
+
257
313
  ### :bug: Bug Fixes
258
- - [`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))*
259
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))_
260
316
 
261
317
  ## [v24.12.134] - 2025-02-24
318
+
262
319
  ### :bug: Bug Fixes
263
- - [`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))*
264
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))_
265
322
 
266
323
  ## [v24.12.133] - 2025-02-24
324
+
267
325
  ### :sparkles: New Features
268
- - [`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))*
269
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))_
270
328
 
271
329
  ## [v24.12.132] - 2025-02-24
330
+
272
331
  ### :bug: Bug Fixes
273
- - [`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))*
274
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))_
275
334
 
276
335
  ## [v24.12.131] - 2025-02-24
336
+
277
337
  ### :sparkles: New Features
278
- - [`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))*
279
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))_
280
340
 
281
341
  ## [v24.12.130] - 2025-02-24
342
+
282
343
  ### :bug: Bug Fixes
283
- - [`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))*
284
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))_
285
346
 
286
347
  ## [v24.12.129] - 2025-02-24
348
+
287
349
  ### :bug: Bug Fixes
288
- - [`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))*
289
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))_
290
352
 
291
353
  ## [v24.12.127] - 2025-02-23
354
+
292
355
  ### :bug: Bug Fixes
293
- - [`2e58ef3`](https://github.com/webitel/webitel-ui-sdk/commit/2e58ef3f7facaadc051043f28679f631ac857ecc) - clear dynamic filter default label value *(commit by [@dlohvinov](https://github.com/dlohvinov))*
294
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))_
295
358
 
296
359
  ## [v24.12.124] - 2025-02-23
360
+
297
361
  ### :sparkles: New Features
298
- - [`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))*
299
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))_
300
364
 
301
365
  ## [v24.12.123] - 2025-02-22
366
+
302
367
  ### :bug: Bug Fixes
303
- - [`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))*
304
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))_
305
370
 
306
371
  ## [v24.12.122] - 2025-02-21
372
+
307
373
  ### :sparkles: New Features
308
- - [`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))_
309
376
 
310
377
  ### :bug: Bug Fixes
311
- - [`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))*
312
- - [`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))*
313
- - [`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))*
314
- - [`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))*
315
- - [`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))*
316
- - [`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))*
317
- - [`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))*
318
- - [`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))*
319
- - [`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))*
320
- - [`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))*
321
- - [`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))*
322
- - [`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))*
323
- - [`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))*
324
- - [`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))*
325
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))_
326
393
 
327
394
  ## [v24.12.120] - 2025-02-21
395
+
328
396
  ### :sparkles: New Features
329
- - [`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))*
330
- - [`c170db1`](https://github.com/webitel/webitel-ui-sdk/commit/c170db12438abbbf483a2b0ca48db84e372f3436) - implement version *(commit by [@liza-pohranichna](https://github.com/liza-pohranichna))*
331
- - [`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))*
332
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))_
333
401
 
334
402
  ## [v24.12.119] - 2025-02-21
403
+
335
404
  ### :bug: Bug Fixes
336
- - [`8ceb167`](https://github.com/webitel/webitel-ui-sdk/commit/8ceb167057c4fbd989adf300ed0d022c1ec7356e) - packages *(commit by [@dlohvinov](https://github.com/dlohvinov))*
337
405
 
406
+ - [`8ceb167`](https://github.com/webitel/webitel-ui-sdk/commit/8ceb167057c4fbd989adf300ed0d022c1ec7356e) - packages _(commit by [@dlohvinov](https://github.com/dlohvinov))_
338
407
 
339
408
  ## [v24.12.116] - 2025-02-19
409
+
340
410
  ### :recycle: Refactors
341
- - [`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))*
342
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))_
343
413
 
344
414
  ## [v24.12.115] - 2025-02-18
415
+
345
416
  ### :sparkles: New Features
346
- - [`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))*
347
- - [`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))*
348
- - [`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))*
349
- - [`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))*
350
- - [`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))*
351
- - [`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))*
352
-
353
- ### :bug: Bug Fixes
354
- - [`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))*
355
- - [`e70b891`](https://github.com/webitel/webitel-ui-sdk/commit/e70b8910fa0e10c36b7962de9e8b4766eef21bf5) - set updates for dynamic filters fields names *(commit by [@plnnsimon](https://github.com/plnnsimon))*
356
- - [`6e540ed`](https://github.com/webitel/webitel-ui-sdk/commit/6e540ed54525ffa3944fa8679ad7a07cceac67cd) - set updates for dynamic filters locales *(commit by [@plnnsimon](https://github.com/plnnsimon))*
357
- - [`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))*
358
- - [`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))*
359
- - [`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))*
360
- - [`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))*
361
- - [`1872fb8`](https://github.com/webitel/webitel-ui-sdk/commit/1872fb8cae5a9deda0d85f6d2fb9f893c1b10294) - set fixes for dynamic filters validation *(commit by [@plnnsimon](https://github.com/plnnsimon))*
362
- - [`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))*
363
- - [`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))*
364
- - [`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))*
365
- - [`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))*
366
- - [`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))*
367
- - [`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))*
368
- - [`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))*
369
- - [`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))*
370
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))_
371
443
 
372
444
  ## [v24.12.102] - 2025-02-13
445
+
373
446
  ### :bug: Bug Fixes
374
- - [`7636ad6`](https://github.com/webitel/webitel-ui-sdk/commit/7636ad6ed7e7d0ba6047291f196924e26a362553) - implimented version *(commit by [@liza-pohranichna](https://github.com/liza-pohranichna))*
375
- - [`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))*
376
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))_
377
450
 
378
451
  ## [v24.12.101] - 2025-02-12
452
+
379
453
  ### :bug: Bug Fixes
380
- - [`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))*
381
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))_
382
456
 
383
457
  ## [v24.12.100] - 2025-02-11
458
+
384
459
  ### :sparkles: New Features
385
- - [`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))*
386
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))_
387
462
 
388
463
  ## [v24.12.99] - 2025-02-11
464
+
389
465
  ### :bug: Bug Fixes
390
- - [`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))*
391
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))_
392
468
 
393
469
  ## [v24.12.98] - 2025-02-10
470
+
394
471
  ### :bug: Bug Fixes
395
- - [`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))*
396
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))_
397
474
 
398
475
  ## [v24.12.97] - 2025-02-10
476
+
399
477
  ### :sparkles: New Features
400
- - [`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))_
401
480
 
402
481
  ### :bug: Bug Fixes
403
- - [`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))*
404
- - [`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))*
405
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))_
406
485
 
407
486
  ## [v24.12.96] - 2025-02-08
487
+
408
488
  ### :bug: Bug Fixes
409
- - [`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))*
410
- - [`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))*
411
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))_
412
492
 
413
493
  ## [v24.12.95] - 2025-02-07
494
+
414
495
  ### :sparkles: New Features
415
- - [`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))*
416
- - [`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))_
417
499
 
418
500
  ### :bug: Bug Fixes
419
- - [`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))*
420
- - [`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))*
421
- - [`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))*
422
- - [`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))*
423
- - [`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))*
424
- - [`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))_
425
508
 
426
509
  ### :recycle: Refactors
427
- - [`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))*
428
- - [`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))*
429
- - [`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))*
430
- - [`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))*
431
- - [`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))*
432
- - [`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))*
433
- - [`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))*
434
- - [`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))*
435
- - [`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))*
436
- - [`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))*
437
- - [`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))*
438
- - [`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))*
439
- - [`e271f67`](https://github.com/webitel/webitel-ui-sdk/commit/e271f677bc41730522441f5bfbac9702e9e22d21) - permissions prototype *(commit by [@dlohvinov](https://github.com/dlohvinov))*
440
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))_
441
524
 
442
525
  ## [v24.12.94] - 2025-02-06
526
+
443
527
  ### :recycle: Refactors
444
- - [`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))*
445
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))_
446
530
 
447
531
  ## [v24.12.93] - 2025-02-06
532
+
448
533
  ### :recycle: Refactors
449
- - [`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))*
450
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))_
451
536
 
452
537
  ## [v24.12.92] - 2025-02-06
538
+
453
539
  ### :recycle: Refactors
454
- - [`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))*
455
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))_
456
542
 
457
543
  ## [v24.12.91] - 2025-02-06
544
+
458
545
  ### :sparkles: New Features
459
- - [`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))_
460
548
 
461
549
  ### :recycle: Refactors
462
- - [`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))*
463
- - [`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))*
464
- - [`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))*
465
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))_
466
554
 
467
555
  ## [v24.12.90] - 2025-02-05
556
+
468
557
  ### :sparkles: New Features
469
- - [`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))*
470
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))_
471
560
 
472
561
  ## [v24.12.89] - 2025-02-05
562
+
473
563
  ### :sparkles: New Features
474
- - [`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))*
475
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))_
476
566
 
477
567
  ## [v24.12.88] - 2025-02-04
568
+
478
569
  ### :bug: Bug Fixes
479
- - [`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))*
480
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))_
481
572
 
482
573
  ## [v24.12.86] - 2025-02-04
574
+
483
575
  ### :sparkles: New Features
484
- - [`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))*
485
- - [`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))*
486
- - [`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))*
487
- - [`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))*
488
- - [`17804b4`](https://github.com/webitel/webitel-ui-sdk/commit/17804b40efcc192fcb16a681741b81161c53a494) - filters persistence [WTEL-5622] *(commit by [@dlohvinov](https://github.com/dlohvinov))*
489
- - [`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))*
490
- - [`d9f6f8b`](https://github.com/webitel/webitel-ui-sdk/commit/d9f6f8b91c3a7d2ca453ce72e67abe7f69e8c6be) - dynamic filter components [WTEL-5622] *(commit by [@dlohvinov](https://github.com/dlohvinov))*
491
- - [`52ad3a2`](https://github.com/webitel/webitel-ui-sdk/commit/52ad3a21d78c1bd7f1dd1a7baa991627e9caff28) - dynamic filter components refactors [WTEL-5622] *(commit by [@dlohvinov](https://github.com/dlohvinov))*
492
- - [`a6d0374`](https://github.com/webitel/webitel-ui-sdk/commit/a6d037430ba01ea04c9b4bd5e5a1ea3c8cd39700) - dynamic filter components [WTEL-5622] *(commit by [@dlohvinov](https://github.com/dlohvinov))*
493
- - [`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))*
494
- - [`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))*
495
- - [`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))_
496
589
 
497
590
  ### :bug: Bug Fixes
498
- - [`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))*
499
- - [`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))*
500
- - [`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))_
501
595
 
502
596
  ### :recycle: Refactors
503
- - [`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))*
504
- - [`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))*
505
- - [`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))*
506
- - [`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))*
507
- - [`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))*
508
- - [`1b99ceb`](https://github.com/webitel/webitel-ui-sdk/commit/1b99ceb7d8b6a93a1c077a76aeee0d1177591a8b) - lint [WTEL-5622] *(commit by [@dlohvinov](https://github.com/dlohvinov))*
509
- - [`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))*
510
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))_
511
605
 
512
606
  ## [v24.12.85] - 2025-02-03
607
+
513
608
  ### :bug: Bug Fixes
514
- - [`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))*
515
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))_
516
611
 
517
612
  ## [v24.12.84] - 2025-02-03
613
+
518
614
  ### :bug: Bug Fixes
519
- - [`371c2a8`](https://github.com/webitel/webitel-ui-sdk/commit/371c2a8e70b0a87f2245435a99358224feff7689) - fixed wt-popup close emit *(commit by [@plnnsimon](https://github.com/plnnsimon))*
520
615
 
616
+ - [`371c2a8`](https://github.com/webitel/webitel-ui-sdk/commit/371c2a8e70b0a87f2245435a99358224feff7689) - fixed wt-popup close emit _(commit by [@plnnsimon](https://github.com/plnnsimon))_
521
617
 
522
618
  ## [v24.12.82] - 2025-01-31
619
+
523
620
  ### :bug: Bug Fixes
621
+
524
622
  - [`47191cb`](https://github.com/webitel/webitel-ui-sdk/commit/47191cbc432711c4f360b0e9c097e5c6ae7dacd8) - update package version to 24.12.82
525
- - [`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))*
526
- - [`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))_
527
625
  - [`1e300f1`](https://github.com/webitel/webitel-ui-sdk/commit/1e300f1d211a1e0c8defa5eb8716c0186fc504d4) - update useWtTable composable [WTEL-6012](https://webitel.atlassian.net/browse/WTEL-6012)
528
626
 
529
-
530
627
  ## [v24.12.81] - 2025-01-30
628
+
531
629
  ### :sparkles: New Features
532
- - [`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))*
533
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))_
534
632
 
535
633
  ## [v24.12.80] - 2025-01-30
634
+
536
635
  ### :bug: Bug Fixes
537
- - [`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)
538
- - [`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))*
539
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))_
540
639
 
541
640
  ## [v24.12.79] - 2025-01-30
641
+
542
642
  ### :bug: Bug Fixes
543
- - [`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))*
544
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))_
545
645
 
546
646
  ## [v24.12.78] - 2025-01-30
647
+
547
648
  ### :bug: Bug Fixes
548
- - [`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))*
549
- - [`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))*
550
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))_
551
652
 
552
653
  ## [v24.12.77] - 2025-01-28
654
+
553
655
  ### :bug: Bug Fixes
554
- - [`45af878`](https://github.com/webitel/webitel-ui-sdk/commit/45af87812a2e40c171e1db821ac53d016081a13a) - update version to 24.12.77
555
656
 
657
+ - [`45af878`](https://github.com/webitel/webitel-ui-sdk/commit/45af87812a2e40c171e1db821ac53d016081a13a) - update version to 24.12.77
556
658
 
557
659
  ## [v24.12.76] - 2025-01-28
660
+
558
661
  ### :bug: Bug Fixes
662
+
559
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)
560
- - [`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))_
561
665
 
562
666
  ### :recycle: Refactors
563
- - [`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))*
564
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))_
565
669
 
566
670
  ## [v24.12.75] - 2025-01-27
671
+
567
672
  ### :bug: Bug Fixes
568
- - [`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))*
569
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))_
570
675
 
571
676
  ## [v24.12.74] - 2025-01-25
677
+
572
678
  ### :bug: Bug Fixes
573
- - [`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))*
574
- - [`07dfa6e`](https://github.com/webitel/webitel-ui-sdk/commit/07dfa6ebfce88fa68422bb24c7e2b23122650806) - error in build doc *(commit by [@Lera24](https://github.com/Lera24))*
575
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))_
576
682
 
577
683
  ## [v24.12.73] - 2025-01-24
684
+
578
685
  ### :bug: Bug Fixes
579
- - [`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))*
580
- - [`9272f1b`](https://github.com/webitel/webitel-ui-sdk/commit/9272f1bf1fa25040b09186acf464d0da701b94fd) - import in docs *(commit by [@Lera24](https://github.com/Lera24))*
581
- - [`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))*
582
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))_
583
690
 
584
691
  ## [v24.12.71] - 2025-01-22
692
+
585
693
  ### :sparkles: New Features
586
- - [`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))*
587
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))_
588
696
 
589
697
  ## [v24.12.70] - 2025-01-22
698
+
590
699
  ### :bug: Bug Fixes
591
- - [`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))*
592
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))_
593
702
 
594
703
  ## [v24.12.68] - 2025-01-22
704
+
595
705
  ### :bug: Bug Fixes
596
- - [`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))*
597
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))_
598
708
 
599
709
  ## [v24.12.67] - 2025-01-21
710
+
600
711
  ### :sparkles: New Features
601
- - [`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))*
602
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))_
603
714
 
604
715
  ## [v24.12.66] - 2025-01-21
716
+
605
717
  ### :bug: Bug Fixes
606
- - [`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))*
607
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))_
608
720
 
609
721
  ## [v24.12.65] - 2025-01-21
722
+
610
723
  ### :bug: Bug Fixes
611
- - [`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))*
612
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))_
613
726
 
614
727
  ## [v24.12.64] - 2025-01-20
728
+
615
729
  ### :sparkles: New Features
616
- - [`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))*
617
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))_
618
732
 
619
733
  ## [v24.12.63] - 2025-01-20
734
+
620
735
  ### :sparkles: New Features
621
- - [`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))*
622
- - [`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))*
623
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))_
624
739
 
625
740
  ## [v24.12.62] - 2025-01-20
741
+
626
742
  ### :sparkles: New Features
743
+
627
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)
628
745
  - [`b0f186b`](https://github.com/webitel/webitel-ui-sdk/commit/b0f186b635d6ad05762c48db8a2942007f65ca0f) - update formated component code [WTEL-5598](https://webitel.atlassian.net/browse/WTEL-5598)
629
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)
@@ -634,6 +751,7 @@
634
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)
635
752
 
636
753
  ### :bug: Bug Fixes
754
+
637
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)
638
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)
639
757
  - [`0114b51`](https://github.com/webitel/webitel-ui-sdk/commit/0114b516e3160bc5a4a97ea92d3ed17741be58a5) - update package version [WTEL-5598](https://webitel.atlassian.net/browse/WTEL-5598)
@@ -644,106 +762,125 @@
644
762
  - [`007f277`](https://github.com/webitel/webitel-ui-sdk/commit/007f277705d12a0d1e8b6eddad8c91c43a8e3364) - update package version [WTEL-5598](https://webitel.atlassian.net/browse/WTEL-5598)
645
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)
646
764
 
647
-
648
765
  ## [v24.12.61] - 2025-01-17
766
+
649
767
  ### :sparkles: New Features
650
- - [`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))*
651
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))_
652
770
 
653
771
  ## [v24.12.59] - 2025-01-16
772
+
654
773
  ### :bug: Bug Fixes
655
- - [`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))*
656
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))_
657
776
 
658
777
  ## [v24.12.56] - 2025-01-15
778
+
659
779
  ### :bug: Bug Fixes
660
- - [`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))*
661
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))_
662
782
 
663
783
  ## [v24.12.55] - 2025-01-14
784
+
664
785
  ### :bug: Bug Fixes
665
- - [`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))*
666
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))_
667
788
 
668
789
  ## [v24.12.54] - 2025-01-14
790
+
669
791
  ### :sparkles: New Features
670
- - [`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))_
671
794
 
672
795
  ### :bug: Bug Fixes
673
- - [`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))*
674
- - [`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))*
675
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))_
676
799
 
677
800
  ## [v24.12.53] - 2025-01-13
801
+
678
802
  ### :bug: Bug Fixes
679
- - [`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))*
680
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))_
681
805
 
682
806
  ## [v24.12.52] - 2025-01-13
807
+
683
808
  ### :recycle: Refactors
684
- - [`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))*
685
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))_
686
811
 
687
812
  ## [v24.12.51] - 2025-01-13
813
+
688
814
  ### :recycle: Refactors
689
- - [`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))*
690
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))_
691
817
 
692
818
  ## [v24.12.50] - 2025-01-13
819
+
693
820
  ### :sparkles: New Features
694
- - [`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))*
695
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))_
696
823
 
697
824
  ## [v24.12.48] - 2025-01-10
825
+
698
826
  ### :sparkles: New Features
699
- - [`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))*
700
- - [`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))*
701
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))_
702
830
 
703
831
  ## [v24.12.47] - 2025-01-09
832
+
704
833
  ### :bug: Bug Fixes
705
- - [`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))*
706
- - [`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))*
707
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))_
708
837
 
709
838
  ## [v24.12.46] - 2025-01-07
839
+
710
840
  ### :sparkles: New Features
711
- - [`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))*
712
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))_
713
843
 
714
844
  ## [v24.12.44] - 2025-01-06
845
+
715
846
  ### :bug: Bug Fixes
847
+
716
848
  - [`9880b55`](https://github.com/webitel/webitel-ui-sdk/commit/9880b55fd1a317c6a392a5419946de748857a2ca) - update package version to 24.12.44
717
849
  - [`e4d75f1`](https://github.com/webitel/webitel-ui-sdk/commit/e4d75f1fc4bb971c0e123d67dd828fa083f94d0d) - implement gap for tooltip content and display flex with direction column
718
850
 
719
-
720
851
  ## [v24.12.41] - 2025-01-03
852
+
721
853
  ### :bug: Bug Fixes
722
- - [`4968c67`](https://github.com/webitel/webitel-ui-sdk/commit/4968c6723bd88564fd1f6d3d0ac8beaf56789418) - rollback minus and plus icons
723
854
 
855
+ - [`4968c67`](https://github.com/webitel/webitel-ui-sdk/commit/4968c6723bd88564fd1f6d3d0ac8beaf56789418) - rollback minus and plus icons
724
856
 
725
857
  ## [v24.12.40] - 2025-01-02
858
+
726
859
  ### :sparkles: New Features
860
+
727
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)
728
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)
729
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)
730
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)
731
865
 
732
866
  ### :recycle: Refactors
733
- - [`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))*
734
- - [`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))*
735
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))_
736
870
 
737
871
  ## [v24.12.39] - 2025-01-02
872
+
738
873
  ### :sparkles: New Features
739
- - [`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))_
740
876
 
741
877
  ### :bug: Bug Fixes
742
- - [`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))_
743
880
 
744
881
  ### :recycle: Refactors
745
- - [`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))*
746
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))_
747
884
 
748
885
  ## [v24.12.37] - 2025-01-02
749
886
 
@@ -1546,3 +1683,4 @@
1546
1683
  [v25.4.33]: https://github.com/webitel/webitel-ui-sdk/compare/v25.4.32...v25.4.33
1547
1684
  [v25.4.34]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.172...v25.4.34
1548
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