@webitel/ui-sdk 25.4.72 → 25.4.74

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,34 @@
1
+ ## [v25.4.73] - 2025-04-24
2
+ ### :sparkles: New Features
3
+ - [`31667c2`](https://github.com/webitel/webitel-ui-sdk/commit/31667c2a12f8bb2c7be6ce70b0a0d50848c489f2) - add type extension and case assignee filter configurations *(commit by [@dlohvinov](https://github.com/dlohvinov))*
4
+
5
+ ### :bug: Bug Fixes
6
+ - [`c0ac8e2`](https://github.com/webitel/webitel-ui-sdk/commit/c0ac8e2d67a3d446805642dc29aff55b6c54dee9) - add iconPrefix prop to rounded-action *(commit by [@liza-pohranichna](https://github.com/liza-pohranichna))*
7
+
8
+ ### :wrench: Chores
9
+ - [`552c70f`](https://github.com/webitel/webitel-ui-sdk/commit/552c70f04647aeca1358218454591013d4535268) - bump ui-datalist version to 1.0.19 *(commit by [@dlohvinov](https://github.com/dlohvinov))*
10
+
11
+
12
+ ## [v25.4.72] - 2025-04-24
13
+ ### :sparkles: New Features
14
+ - [`45a29d2`](https://github.com/webitel/webitel-ui-sdk/commit/45a29d2bf3bda1ff9024f5099e9f337187721548) - cases extension filters [WTEL-6702](https://webitel.atlassian.net/browse/WTEL-6702) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
15
+ - [`d3a7981`](https://github.com/webitel/webitel-ui-sdk/commit/d3a79818cc571a0686a46b90be7a89764053de47) - cases extension filters [WTEL-6702](https://webitel.atlassian.net/browse/WTEL-6702) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
16
+
17
+ ### :bug: Bug Fixes
18
+ - [`91e464c`](https://github.com/webitel/webitel-ui-sdk/commit/91e464caa705022c793f080af49810ad3548373d) - search in contactGroupAPI[WTEL-6677](https://webitel.atlassian.net/browse/WTEL-6677) *(commit by [@Lera24](https://github.com/Lera24))*
19
+ - [`a179346`](https://github.com/webitel/webitel-ui-sdk/commit/a179346a6948a5191c09f699a196231dc5fd589e) - disabled action in presets[WTEl-6740](https://webitel.atlassian.net/browse/WTEL-6740) *(commit by [@Lera24](https://github.com/Lera24))*
20
+ - [`efc12f3`](https://github.com/webitel/webitel-ui-sdk/commit/efc12f3743ebb8308ce31f6dc278da2b171620a0) - restored filter.notDeletable functionality *(commit by [@dlohvinov](https://github.com/dlohvinov))*
21
+ - [`82d2a39`](https://github.com/webitel/webitel-ui-sdk/commit/82d2a395635db38a36398b2f7b0b1564bf07babb) - correct filter configuration mapping by using name instead of filterOption *(commit by [@dlohvinov](https://github.com/dlohvinov))*
22
+ - [`8fee296`](https://github.com/webitel/webitel-ui-sdk/commit/8fee2966eb417a74371ce72d7a506aa26b2d1285) - update publish script to prevent failure on type build *(commit by [@dlohvinov](https://github.com/dlohvinov))*
23
+
24
+ ### :recycle: Refactors
25
+ - [`5431482`](https://github.com/webitel/webitel-ui-sdk/commit/543148271daf2eb89b5d5b68c998f5a780a4f316) - rename TFilterConfig to AnyFilterConfig and update related usages, restored filter.notDeletable functionality *(commit by [@dlohvinov](https://github.com/dlohvinov))*
26
+ - [`55f5597`](https://github.com/webitel/webitel-ui-sdk/commit/55f5597861e4865055b35a9c3333b0fc06b0da51) - update filter configuration and import statements [WTEL-6702](https://webitel.atlassian.net/browse/WTEL-6702) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
27
+
28
+ ### :wrench: Chores
29
+ - [`0becffd`](https://github.com/webitel/webitel-ui-sdk/commit/0becffd5a67ad277374bf862c36347e9172657bc) - bump ui-datalist version to 1.0.16 *(commit by [@dlohvinov](https://github.com/dlohvinov))*
30
+
31
+
1
32
  ## [v25.4.71] - 2025-04-23
2
33
  ### :sparkles: New Features
3
34
  - [`32eadb0`](https://github.com/webitel/webitel-ui-sdk/commit/32eadb01325a0ea6c07f3fdec4814817cd980694) - update package version to 25.4.71 [WTEL-6389](https://webitel.atlassian.net/browse/WTEL-6389) *(commit by [@stanislav-kozak](https://github.com/stanislav-kozak))*
@@ -1954,3 +1985,5 @@
1954
1985
  [v25.4.69]: https://github.com/webitel/webitel-ui-sdk/compare/v25.4.65...v25.4.69
1955
1986
  [v25.4.70]: https://github.com/webitel/webitel-ui-sdk/compare/v25.4.69...v25.4.70
1956
1987
  [v25.4.71]: https://github.com/webitel/webitel-ui-sdk/compare/v25.4.70...v25.4.71
1988
+ [v25.4.72]: https://github.com/webitel/webitel-ui-sdk/compare/v25.4.71...v25.4.72
1989
+ [v25.4.73]: https://github.com/webitel/webitel-ui-sdk/compare/v25.4.72...v25.4.73
@@ -7,6 +7,7 @@ declare const _default: import("vue").DefineComponent<{}, {
7
7
  active: boolean;
8
8
  wide: boolean;
9
9
  loading: boolean;
10
+ iconPrefix: string;
10
11
  rounded: boolean;
11
12
  $props: {
12
13
  readonly size?: string;
@@ -16,6 +17,7 @@ declare const _default: import("vue").DefineComponent<{}, {
16
17
  readonly active?: boolean;
17
18
  readonly wide?: boolean;
18
19
  readonly loading?: boolean;
20
+ readonly iconPrefix?: string;
19
21
  readonly rounded?: boolean;
20
22
  };
21
23
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;